var/cache/dev/ContainerH9QeGbV/App_KernelDevDebugContainer.php line 10524

Open in your IDE?
  1. <?php
  2. namespace ContainerH9QeGbV;
  3. use Symfony\Component\DependencyInjection\Argument\RewindableGenerator;
  4. use Symfony\Component\DependencyInjection\ContainerInterface;
  5. use Symfony\Component\DependencyInjection\Container;
  6. use Symfony\Component\DependencyInjection\Exception\InvalidArgumentException;
  7. use Symfony\Component\DependencyInjection\Exception\LogicException;
  8. use Symfony\Component\DependencyInjection\Exception\RuntimeException;
  9. use Symfony\Component\DependencyInjection\ParameterBag\FrozenParameterBag;
  10. use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
  11. /**
  12.  * @internal This class has been auto-generated by the Symfony Dependency Injection Component.
  13.  */
  14. class App_KernelDevDebugContainer extends Container
  15. {
  16.     protected $containerDir;
  17.     protected $targetDir;
  18.     protected $parameters = [];
  19.     private $buildParameters;
  20.     protected $getService;
  21.     public function __construct(array $buildParameters = [], $containerDir __DIR__)
  22.     {
  23.         $this->getService = \Closure::fromCallable([$this'getService']);
  24.         $this->buildParameters $buildParameters;
  25.         $this->containerDir $containerDir;
  26.         $this->targetDir = \dirname($containerDir);
  27.         $this->parameters $this->getDefaultParameters();
  28.         $this->services $this->privates = [];
  29.         $this->syntheticIds = [
  30.             'kernel' => true,
  31.         ];
  32.         $this->methodMap = [
  33.             '.container.private.cache_clearer' => 'get_Container_Private_CacheClearerService',
  34.             '.container.private.filesystem' => 'get_Container_Private_FilesystemService',
  35.             '.container.private.form.factory' => 'get_Container_Private_Form_FactoryService',
  36.             '.container.private.form.type.file' => 'get_Container_Private_Form_Type_FileService',
  37.             '.container.private.profiler' => 'get_Container_Private_ProfilerService',
  38.             '.container.private.security.authorization_checker' => 'get_Container_Private_Security_AuthorizationCheckerService',
  39.             '.container.private.security.csrf.token_manager' => 'get_Container_Private_Security_Csrf_TokenManagerService',
  40.             '.container.private.security.password_encoder' => 'get_Container_Private_Security_PasswordEncoderService',
  41.             '.container.private.security.token_storage' => 'get_Container_Private_Security_TokenStorageService',
  42.             '.container.private.serializer' => 'get_Container_Private_SerializerService',
  43.             '.container.private.session' => 'get_Container_Private_SessionService',
  44.             '.container.private.twig' => 'get_Container_Private_TwigService',
  45.             '.container.private.validator' => 'get_Container_Private_ValidatorService',
  46.             'App\\Command\\AreaCommand' => 'getAreaCommandService',
  47.             'App\\Command\\DVFCommand' => 'getDVFCommandService',
  48.             'App\\Command\\Engie\\ImportCsvEngieCommand' => 'getImportCsvEngieCommandService',
  49.             'App\\Command\\ImportBrugisCommand' => 'getImportBrugisCommandService',
  50.             'App\\Command\\ImportCsvNewProjectCommand' => 'getImportCsvNewProjectCommandService',
  51.             'App\\Command\\ImportCsvNotaryCommand' => 'getImportCsvNotaryCommandService',
  52.             'App\\Command\\ImportCsvOccupieCommand' => 'getImportCsvOccupieCommandService',
  53.             'App\\Command\\ImportEducationCommand' => 'getImportEducationCommandService',
  54.             'App\\Command\\ImportPpasAffectationCommand' => 'getImportPpasAffectationCommandService',
  55.             'App\\Command\\ImportPpasCommand' => 'getImportPpasCommandService',
  56.             'App\\Command\\ImportPublicInquiryExcelCommand' => 'getImportPublicInquiryExcelCommandService',
  57.             'App\\Command\\ImportWallonieCommand' => 'getImportWallonieCommandService',
  58.             'App\\Command\\ImportWaterSupplierControllerExcelCommand' => 'getImportWaterSupplierControllerExcelCommandService',
  59.             'App\\Command\\ProviderInverterListCommand' => 'getProviderInverterListCommandService',
  60.             'App\\Command\\RulesCsvCommand' => 'getRulesCsvCommandService',
  61.             'App\\Command\\SyndicAppartmentCommand' => 'getSyndicAppartmentCommandService',
  62.             'App\\Command\\WorkCsvCommand' => 'getWorkCsvCommandService',
  63.             'App\\Controller\\Authentication\\AuthenticationController' => 'getAuthenticationControllerService',
  64.             'App\\Controller\\ImmoCalcul\\Bank\\AxaController' => 'getAxaControllerService',
  65.             'App\\Controller\\ImmoCalcul\\Bank\\BelfiusController' => 'getBelfiusControllerService',
  66.             'App\\Controller\\ImmoCalcul\\Bank\\KbcController' => 'getKbcControllerService',
  67.             'App\\Controller\\ImmoCalcul\\Bank\\SimulationController' => 'getSimulationControllerService',
  68.             'App\\Controller\\Insurance\\SimulationController' => 'getSimulationController2Service',
  69.             'App\\Controller\\Mailbox\\MailboxController' => 'getMailboxControllerService',
  70.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController' => 'getMarkOfInterestInCaseofSaleControllerService',
  71.             'App\\Controller\\OnespanEventController' => 'getOnespanEventControllerService',
  72.             'App\\Controller\\PersonnelAuthenticatorController' => 'getPersonnelAuthenticatorControllerService',
  73.             'App\\Controller\\SentryTestController' => 'getSentryTestControllerService',
  74.             'App\\Controller\\UserRating\\UserRatingController' => 'getUserRatingControllerService',
  75.             'App\\Controller\\WebhookController' => 'getWebhookControllerService',
  76.             'App\\Controller\\YousignWebhookController' => 'getYousignWebhookControllerService',
  77.             'App\\Controller\\admin\\AbstractCsvController' => 'getAbstractCsvControllerService',
  78.             'App\\Controller\\admin\\AnnoncementController' => 'getAnnoncementControllerService',
  79.             'App\\Controller\\admin\\ArchitectArtWorkController' => 'getArchitectArtWorkControllerService',
  80.             'App\\Controller\\admin\\ArchitectController' => 'getArchitectControllerService',
  81.             'App\\Controller\\admin\\AreaCsvController' => 'getAreaCsvControllerService',
  82.             'App\\Controller\\admin\\BankController' => 'getBankControllerService',
  83.             'App\\Controller\\admin\\BrugisCsvController' => 'getBrugisCsvControllerService',
  84.             'App\\Controller\\admin\\Citerne\\PermitCiterneController' => 'getPermitCiterneControllerService',
  85.             'App\\Controller\\admin\\CityController' => 'getCityControllerService',
  86.             'App\\Controller\\admin\\ClientsController' => 'getClientsControllerService',
  87.             'App\\Controller\\admin\\ContactsellerController' => 'getContactsellerControllerService',
  88.             'App\\Controller\\admin\\CountryController' => 'getCountryControllerService',
  89.             'App\\Controller\\admin\\DVFController' => 'getDVFControllerService',
  90.             'App\\Controller\\admin\\DailyNeededController' => 'getDailyNeededControllerService',
  91.             'App\\Controller\\admin\\DeedOfSaleController' => 'getDeedOfSaleControllerService',
  92.             'App\\Controller\\admin\\DefaultclauseController' => 'getDefaultclauseControllerService',
  93.             'App\\Controller\\admin\\DistanceController' => 'getDistanceControllerService',
  94.             'App\\Controller\\admin\\DocumenttypeController' => 'getDocumenttypeControllerService',
  95.             'App\\Controller\\admin\\EditNeighborhood3DController' => 'getEditNeighborhood3DControllerService',
  96.             'App\\Controller\\admin\\Education\\EducationController' => 'getEducationControllerService',
  97.             'App\\Controller\\admin\\EngieCsvController' => 'getEngieCsvControllerService',
  98.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController' => 'getCategoryEnvironmentControllerService',
  99.             'App\\Controller\\admin\\Environment\\ObligationCsvController' => 'getObligationCsvControllerService',
  100.             'App\\Controller\\admin\\Environment\\ObligationsController' => 'getObligationsControllerService',
  101.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController' => 'getPermitLocationEnvironmentControllerService',
  102.             'App\\Controller\\admin\\ExcelFileController' => 'getExcelFileControllerService',
  103.             'App\\Controller\\admin\\ExcelWorkController' => 'getExcelWorkControllerService',
  104.             'App\\Controller\\admin\\ExternalAdverstisingController' => 'getExternalAdverstisingControllerService',
  105.             'App\\Controller\\admin\\ExternalOfferController' => 'getExternalOfferControllerService',
  106.             'App\\Controller\\admin\\ExternalProviderController' => 'getExternalProviderControllerService',
  107.             'App\\Controller\\admin\\FeatureController' => 'getFeatureControllerService',
  108.             'App\\Controller\\admin\\ImagepubController' => 'getImagepubControllerService',
  109.             'App\\Controller\\admin\\InsuranceController' => 'getInsuranceControllerService',
  110.             'App\\Controller\\admin\\LandPropertyDestinationController' => 'getLandPropertyDestinationControllerService',
  111.             'App\\Controller\\admin\\LocationTypeController' => 'getLocationTypeControllerService',
  112.             'App\\Controller\\admin\\Location\\InformationController' => 'getInformationControllerService',
  113.             'App\\Controller\\admin\\MunicipalityController' => 'getMunicipalityControllerService',
  114.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController' => 'getServiceCategoryControllerService',
  115.             'App\\Controller\\admin\\NearbyServices\\TheserviceController' => 'getTheserviceControllerService',
  116.             'App\\Controller\\admin\\NewProjectImmoCsvController' => 'getNewProjectImmoCsvControllerService',
  117.             'App\\Controller\\admin\\NotaryController' => 'getNotaryControllerService',
  118.             'App\\Controller\\admin\\OccupationPeriodFileController' => 'getOccupationPeriodFileControllerService',
  119.             'App\\Controller\\admin\\OccupieEstimationController' => 'getOccupieEstimationControllerService',
  120.             'App\\Controller\\admin\\OfferController' => 'getOfferControllerService',
  121.             'App\\Controller\\admin\\OptionController' => 'getOptionControllerService',
  122.             'App\\Controller\\admin\\ParametreController' => 'getParametreControllerService',
  123.             'App\\Controller\\admin\\PebIntegrationController' => 'getPebIntegrationControllerService',
  124.             'App\\Controller\\admin\\PersonnelController' => 'getPersonnelControllerService',
  125.             'App\\Controller\\admin\\Plan\\PlanController' => 'getPlanControllerService',
  126.             'App\\Controller\\admin\\PpasAffectationCsvController' => 'getPpasAffectationCsvControllerService',
  127.             'App\\Controller\\admin\\PpasCsvController' => 'getPpasCsvControllerService',
  128.             'App\\Controller\\admin\\PrasAffectationConditionController' => 'getPrasAffectationConditionControllerService',
  129.             'App\\Controller\\admin\\PrasAffectationController' => 'getPrasAffectationControllerService',
  130.             'App\\Controller\\admin\\PrasCsvController' => 'getPrasCsvControllerService',
  131.             'App\\Controller\\admin\\PrasZoneController' => 'getPrasZoneControllerService',
  132.             'App\\Controller\\admin\\Prime\\AbstractPrimeController' => 'getAbstractPrimeControllerService',
  133.             'App\\Controller\\admin\\Prime\\PrimeBruxellesController' => 'getPrimeBruxellesControllerService',
  134.             'App\\Controller\\admin\\Prime\\PrimeController' => 'getPrimeControllerService',
  135.             'App\\Controller\\admin\\Prime\\PrimeCsvController' => 'getPrimeCsvControllerService',
  136.             'App\\Controller\\admin\\Prime\\PrimeFranceController' => 'getPrimeFranceControllerService',
  137.             'App\\Controller\\admin\\Prime\\PrimeLuxembourgController' => 'getPrimeLuxembourgControllerService',
  138.             'App\\Controller\\admin\\Prime\\PrimeWallonieController' => 'getPrimeWallonieControllerService',
  139.             'App\\Controller\\admin\\Prime\\ProcedureController' => 'getProcedureControllerService',
  140.             'App\\Controller\\admin\\PropertyTypeController' => 'getPropertyTypeControllerService',
  141.             'App\\Controller\\admin\\ProviderFluviusController' => 'getProviderFluviusControllerService',
  142.             'App\\Controller\\admin\\ProviderInverterController' => 'getProviderInverterControllerService',
  143.             'App\\Controller\\admin\\ProviderOresController' => 'getProviderOresControllerService',
  144.             'App\\Controller\\admin\\ProviderSibelgaController' => 'getProviderSibelgaControllerService',
  145.             'App\\Controller\\admin\\ProviderSocietyController' => 'getProviderSocietyControllerService',
  146.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController' => 'getPublicInquiryInProgressCsvControllerService',
  147.             'App\\Controller\\admin\\PurchasePartnerRequestController' => 'getPurchasePartnerRequestControllerService',
  148.             'App\\Controller\\admin\\PurchasePartnerRequestObjectifController' => 'getPurchasePartnerRequestObjectifControllerService',
  149.             'App\\Controller\\admin\\RedirectHomeController' => 'getRedirectHomeControllerService',
  150.             'App\\Controller\\admin\\RegionController' => 'getRegionControllerService',
  151.             'App\\Controller\\admin\\RentalController' => 'getRentalControllerService',
  152.             'App\\Controller\\admin\\RentestimationController' => 'getRentestimationControllerService',
  153.             'App\\Controller\\admin\\RoofController' => 'getRoofControllerService',
  154.             'App\\Controller\\admin\\SalesAgreementController' => 'getSalesAgreementControllerService',
  155.             'App\\Controller\\admin\\SizeController' => 'getSizeControllerService',
  156.             'App\\Controller\\admin\\StoreController' => 'getStoreControllerService',
  157.             'App\\Controller\\admin\\SubjectController' => 'getSubjectControllerService',
  158.             'App\\Controller\\admin\\SubscriptionProductController' => 'getSubscriptionProductControllerService',
  159.             'App\\Controller\\admin\\SubscriptionProductServiceController' => 'getSubscriptionProductServiceControllerService',
  160.             'App\\Controller\\admin\\SuperficieController' => 'getSuperficieControllerService',
  161.             'App\\Controller\\admin\\SupplierController' => 'getSupplierControllerService',
  162.             'App\\Controller\\admin\\SyndicApartmentController' => 'getSyndicApartmentControllerService',
  163.             'App\\Controller\\admin\\TableaudebordController' => 'getTableaudebordControllerService',
  164.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController' => 'getThePropertyExtensionOrderControllerService',
  165.             'App\\Controller\\admin\\TheProperty\\ThepropertyController' => 'getThepropertyControllerService',
  166.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController' => 'getTransactionTypeControllerService',
  167.             'App\\Controller\\admin\\ThepropertyProviderController' => 'getThepropertyProviderControllerService',
  168.             'App\\Controller\\admin\\UploadCsvController' => 'getUploadCsvControllerService',
  169.             'App\\Controller\\admin\\VoirieController' => 'getVoirieControllerService',
  170.             'App\\Controller\\admin\\WaterSupplierControllerExcelController' => 'getWaterSupplierControllerExcelControllerService',
  171.             'App\\Controller\\admin\\WorkController' => 'getWorkControllerService',
  172.             'App\\Controller\\ajax\\MunicipalityAjaxController' => 'getMunicipalityAjaxControllerService',
  173.             'App\\Controller\\api\\AlertController' => 'getAlertControllerService',
  174.             'App\\Controller\\api\\ArchitecController' => 'getArchitecControllerService',
  175.             'App\\Controller\\api\\BorrowBankController' => 'getBorrowBankControllerService',
  176.             'App\\Controller\\api\\BrugisController' => 'getBrugisControllerService',
  177.             'App\\Controller\\api\\CadastreController' => 'getCadastreControllerService',
  178.             'App\\Controller\\api\\Calcul\\AppCalcul' => 'getAppCalculService',
  179.             'App\\Controller\\api\\Calcul\\ChoicedEngieController' => 'getChoicedEngieControllerService',
  180.             'App\\Controller\\api\\Calendar\\SummaryCalendarController' => 'getSummaryCalendarControllerService',
  181.             'App\\Controller\\api\\CallMicroserviceController' => 'getCallMicroserviceControllerService',
  182.             'App\\Controller\\api\\Chat\\ConversationApiController' => 'getConversationApiControllerService',
  183.             'App\\Controller\\api\\Chat\\MessageApiController' => 'getMessageApiControllerService',
  184.             'App\\Controller\\api\\Chat\\MessageReactionApiController' => 'getMessageReactionApiControllerService',
  185.             'App\\Controller\\api\\CityEuropaController' => 'getCityEuropaControllerService',
  186.             'App\\Controller\\api\\ClientDeedOfSaleController\\ClientDeedOfSaleController' => 'getClientDeedOfSaleControllerService',
  187.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController' => 'getClientSalesAgreementControllerService',
  188.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementDiscussionController' => 'getClientSalesAgreementDiscussionControllerService',
  189.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesSignController' => 'getSalesSignControllerService',
  190.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController' => 'getSalesValidationControllerService',
  191.             'App\\Controller\\api\\ClientSales\\HistoryClientSalesController' => 'getHistoryClientSalesControllerService',
  192.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController' => 'getAddCoThePropertyControllerService',
  193.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController' => 'getListCoOwnershipControllerService',
  194.             'App\\Controller\\api\\CoOwnership\\VoteController' => 'getVoteControllerService',
  195.             'App\\Controller\\api\\Community\\CommitteeController' => 'getCommitteeControllerService',
  196.             'App\\Controller\\api\\Community\\ConsultationController' => 'getConsultationControllerService',
  197.             'App\\Controller\\api\\Community\\DiversServiceController' => 'getDiversServiceControllerService',
  198.             'App\\Controller\\api\\Community\\PostController' => 'getPostControllerService',
  199.             'App\\Controller\\api\\Community\\SignalController' => 'getSignalControllerService',
  200.             'App\\Controller\\api\\ConsumptionController' => 'getConsumptionControllerService',
  201.             'App\\Controller\\api\\ContactSellerController' => 'getContactSellerController2Service',
  202.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController' => 'getCounterOfferLeaseControllerService',
  203.             'App\\Controller\\api\\CounterOffer\\CounterOfferController' => 'getCounterOfferControllerService',
  204.             'App\\Controller\\api\\CountryController' => 'getCountryController2Service',
  205.             'App\\Controller\\api\\DailyNeededController' => 'getDailyNeededController2Service',
  206.             'App\\Controller\\api\\DefaultClauseController' => 'getDefaultClauseController2Service',
  207.             'App\\Controller\\api\\DeletionController' => 'getDeletionControllerService',
  208.             'App\\Controller\\api\\DestinationHabitationController' => 'getDestinationHabitationControllerService',
  209.             'App\\Controller\\api\\DispenseController' => 'getDispenseControllerService',
  210.             'App\\Controller\\api\\DomiciliationAquisitionController' => 'getDomiciliationAquisitionControllerService',
  211.             'App\\Controller\\api\\DomiciliationResidenceController' => 'getDomiciliationResidenceControllerService',
  212.             'App\\Controller\\api\\EducationController' => 'getEducationController2Service',
  213.             'App\\Controller\\api\\EnergyBelgiqueController' => 'getEnergyBelgiqueControllerService',
  214.             'App\\Controller\\api\\EnergyProviderFormController' => 'getEnergyProviderFormControllerService',
  215.             'App\\Controller\\api\\EngieController' => 'getEngieControllerService',
  216.             'App\\Controller\\api\\Environment\\CheckCadastralParcelOwnerController' => 'getCheckCadastralParcelOwnerControllerService',
  217.             'App\\Controller\\api\\Environment\\ColectiveGardenController' => 'getColectiveGardenControllerService',
  218.             'App\\Controller\\api\\Environment\\EnvironmentFloodController' => 'getEnvironmentFloodControllerService',
  219.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController' => 'getEnvironmentTimelineDataControllerService',
  220.             'App\\Controller\\api\\Environment\\FilteredObligationsController' => 'getFilteredObligationsControllerService',
  221.             'App\\Controller\\api\\Environment\\GardenProjectSetTotalAccountingController' => 'getGardenProjectSetTotalAccountingControllerService',
  222.             'App\\Controller\\api\\Environment\\ModifyInstallation' => 'getModifyInstallationService',
  223.             'App\\Controller\\api\\EtatCivilController' => 'getEtatCivilControllerService',
  224.             'App\\Controller\\api\\ExternalAdvertisingController' => 'getExternalAdvertisingControllerService',
  225.             'App\\Controller\\api\\ExternalDocumentExchangeController' => 'getExternalDocumentExchangeControllerService',
  226.             'App\\Controller\\api\\ExternalOfferController' => 'getExternalOfferController2Service',
  227.             'App\\Controller\\api\\ExternalProviderController' => 'getExternalProviderController2Service',
  228.             'App\\Controller\\api\\Finance\\AssistanceObtained\\SimulationController' => 'getSimulationController3Service',
  229.             'App\\Controller\\api\\Finance\\Consumption\\ConsumptionController' => 'getConsumptionController2Service',
  230.             'App\\Controller\\api\\Finance\\Precount\\SimulationController' => 'getSimulationController4Service',
  231.             'App\\Controller\\api\\GeoPortailController' => 'getGeoPortailControllerService',
  232.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction' => 'getApproveSolicitationActionService',
  233.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController' => 'getCreateSolicitationControllerService',
  234.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction' => 'getRefuseSolicitationActionService',
  235.             'App\\Controller\\api\\Inventory\\InventoryController' => 'getInventoryControllerService',
  236.             'App\\Controller\\api\\LastVisitController' => 'getLastVisitControllerService',
  237.             'App\\Controller\\api\\Location\\UrbanController' => 'getUrbanControllerService',
  238.             'App\\Controller\\api\\MailMiniController\\TransportationMailMiniController' => 'getTransportationMailMiniControllerService',
  239.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController' => 'getSearchControllerService',
  240.             'App\\Controller\\api\\MovingDateController' => 'getMovingDateControllerService',
  241.             'App\\Controller\\api\\MunicipalityController' => 'getMunicipalityController2Service',
  242.             'App\\Controller\\api\\NeighborhoodProject\\GetCurrentNeighborhoodProjectController' => 'getGetCurrentNeighborhoodProjectControllerService',
  243.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertProjectsController' => 'getGetNeighborhoodProjectAlertProjectsControllerService',
  244.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertsController' => 'getGetNeighborhoodProjectAlertsControllerService',
  245.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectMunicipalAuthoritiesEmailController' => 'getGetNeighborhoodProjectMunicipalAuthoritiesEmailControllerService',
  246.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectsController' => 'getGetNeighborhoodProjectsControllerService',
  247.             'App\\Controller\\api\\NeighborhoodProject\\SubmitToMunicipalAuthoritiesController' => 'getSubmitToMunicipalAuthoritiesControllerService',
  248.             'App\\Controller\\api\\Notification\\IndexController' => 'getIndexControllerService',
  249.             'App\\Controller\\api\\Notification\\PostController' => 'getPostController2Service',
  250.             'App\\Controller\\api\\Notification\\UpdateLastNotification' => 'getUpdateLastNotificationService',
  251.             'App\\Controller\\api\\Notification\\ViewController' => 'getViewControllerService',
  252.             'App\\Controller\\api\\OccupieController' => 'getOccupieControllerService',
  253.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController' => 'getAddOfferCollaborativeControllerService',
  254.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController' => 'getListOfferControllerService',
  255.             'App\\Controller\\api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestController' => 'getPurchasePartnerRequestController2Service',
  256.             'App\\Controller\\api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestObjectifController' => 'getPurchasePartnerRequestObjectifController2Service',
  257.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController' => 'getSellerProcessOfferControllerService',
  258.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController' => 'getSendOfferToSellerControllerService',
  259.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController' => 'getUpdateSignOfferControllerService',
  260.             'App\\Controller\\api\\OfferLease\\OfferLeaseController' => 'getOfferLeaseControllerService',
  261.             'App\\Controller\\api\\Offer\\DocumentController' => 'getDocumentControllerService',
  262.             'App\\Controller\\api\\Offer\\OfferController' => 'getOfferController2Service',
  263.             'App\\Controller\\api\\Offer\\OfferListController' => 'getOfferListControllerService',
  264.             'App\\Controller\\api\\Offer\\OfferSubmissionController' => 'getOfferSubmissionControllerService',
  265.             'App\\Controller\\api\\Offer\\ValidateOfferController' => 'getValidateOfferControllerService',
  266.             'App\\Controller\\api\\PerimeterController' => 'getPerimeterControllerService',
  267.             'App\\Controller\\api\\PermitEnvironmentalController' => 'getPermitEnvironmentalControllerService',
  268.             'App\\Controller\\api\\PermitPropertyProcedureController' => 'getPermitPropertyProcedureControllerService',
  269.             'App\\Controller\\api\\PlanController' => 'getPlanController2Service',
  270.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte' => 'getBruxelleAndFlandrePrecompteService',
  271.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte' => 'getWalloniePrecompteService',
  272.             'App\\Controller\\api\\Prestashop\\OrderController' => 'getOrderControllerService',
  273.             'App\\Controller\\api\\Prestashop\\ProductController' => 'getProductControllerService',
  274.             'App\\Controller\\api\\Prestashop\\SuppliersController' => 'getSuppliersControllerService',
  275.             'App\\Controller\\api\\Prime\\AmountCalculation' => 'getAmountCalculationService',
  276.             'App\\Controller\\api\\Prime\\GetAllProcess' => 'getGetAllProcessService',
  277.             'App\\Controller\\api\\Prime\\ProcessController' => 'getProcessControllerService',
  278.             'App\\Controller\\api\\Prime\\SearchController' => 'getSearchController2Service',
  279.             'App\\Controller\\api\\Prime\\WorkController' => 'getWorkController2Service',
  280.             'App\\Controller\\api\\PropertyTaxController' => 'getPropertyTaxControllerService',
  281.             'App\\Controller\\api\\ProviderServicesController' => 'getProviderServicesControllerService',
  282.             'App\\Controller\\api\\ProviderSolarFitterController' => 'getProviderSolarFitterControllerService',
  283.             'App\\Controller\\api\\ProviderWaterController' => 'getProviderWaterControllerService',
  284.             'App\\Controller\\api\\PurchaseController' => 'getPurchaseControllerService',
  285.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate' => 'getCheckIfAlreadyRateService',
  286.             'App\\Controller\\api\\Ratings\\RatingController' => 'getRatingControllerService',
  287.             'App\\Controller\\api\\RegionController' => 'getRegionController2Service',
  288.             'App\\Controller\\api\\RentalController' => 'getRentalController2Service',
  289.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController' => 'getGetHousingCodeControllerService',
  290.             'App\\Controller\\api\\RentalManagement\\PostLeaveController' => 'getPostLeaveControllerService',
  291.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController' => 'getPutRentalManagementControllerService',
  292.             'App\\Controller\\api\\RequestSellerToNotaryController' => 'getRequestSellerToNotaryControllerService',
  293.             'App\\Controller\\api\\SalesAgreementFileController' => 'getSalesAgreementFileControllerService',
  294.             'App\\Controller\\api\\SaveController' => 'getSaveControllerService',
  295.             'App\\Controller\\api\\SchoolsController' => 'getSchoolsControllerService',
  296.             'App\\Controller\\api\\Security\\DeclarationDateController' => 'getDeclarationDateControllerService',
  297.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer' => 'getMyNeighborhoodOfficerService',
  298.             'App\\Controller\\api\\SendEmailController' => 'getSendEmailControllerService',
  299.             'App\\Controller\\api\\ServicePromo\\ListController' => 'getListControllerService',
  300.             'App\\Controller\\api\\ShareCocolisController' => 'getShareCocolisControllerService',
  301.             'App\\Controller\\api\\SimulationController' => 'getSimulationController5Service',
  302.             'App\\Controller\\api\\SituationResidentielController' => 'getSituationResidentielControllerService',
  303.             'App\\Controller\\api\\StandardFormController' => 'getStandardFormControllerService',
  304.             'App\\Controller\\api\\StoreController' => 'getStoreController2Service',
  305.             'App\\Controller\\api\\SudStroumController' => 'getSudStroumControllerService',
  306.             'App\\Controller\\api\\SyndicAccountingController' => 'getSyndicAccountingControllerService',
  307.             'App\\Controller\\api\\SyndicChatApiController' => 'getSyndicChatApiControllerService',
  308.             'App\\Controller\\api\\SyndicChatReactionApiController' => 'getSyndicChatReactionApiControllerService',
  309.             'App\\Controller\\api\\SyndicDocumentCommentController' => 'getSyndicDocumentCommentControllerService',
  310.             'App\\Controller\\api\\SyndicDocumentController' => 'getSyndicDocumentControllerService',
  311.             'App\\Controller\\api\\SyndicDocumentShareController' => 'getSyndicDocumentShareControllerService',
  312.             'App\\Controller\\api\\SyndicGroupController' => 'getSyndicGroupControllerService',
  313.             'App\\Controller\\api\\ThePropertyExteriorCommentController' => 'getThePropertyExteriorCommentControllerService',
  314.             'App\\Controller\\api\\ThePropertyOfferChatController' => 'getThePropertyOfferChatControllerService',
  315.             'App\\Controller\\api\\TheProperty\\ContractController' => 'getContractControllerService',
  316.             'App\\Controller\\api\\TheProperty\\DeleteController' => 'getDeleteControllerService',
  317.             'App\\Controller\\api\\TheProperty\\DetailController' => 'getDetailControllerService',
  318.             'App\\Controller\\api\\TheProperty\\DocumentFieldController' => 'getDocumentFieldControllerService',
  319.             'App\\Controller\\api\\TheProperty\\DocumentRequestController' => 'getDocumentRequestControllerService',
  320.             'App\\Controller\\api\\TheProperty\\EstimationController' => 'getEstimationControllerService',
  321.             'App\\Controller\\api\\TheProperty\\ExchangeController' => 'getExchangeControllerService',
  322.             'App\\Controller\\api\\TheProperty\\ExtensionOrder\\CreateThePropertyExtensionOrderController' => 'getCreateThePropertyExtensionOrderControllerService',
  323.             'App\\Controller\\api\\TheProperty\\ExtensionOrder\\MarkThePropertyExtensionOrderAsPaidController' => 'getMarkThePropertyExtensionOrderAsPaidControllerService',
  324.             'App\\Controller\\api\\TheProperty\\ExtensionOrder\\MarkThePropertyExtensionOrderAsReceivedController' => 'getMarkThePropertyExtensionOrderAsReceivedControllerService',
  325.             'App\\Controller\\api\\TheProperty\\ListController' => 'getListController2Service',
  326.             'App\\Controller\\api\\TheProperty\\LocalityController' => 'getLocalityControllerService',
  327.             'App\\Controller\\api\\TheProperty\\OptionController' => 'getOptionController2Service',
  328.             'App\\Controller\\api\\TheProperty\\PropertyAdController' => 'getPropertyAdControllerService',
  329.             'App\\Controller\\api\\TheProperty\\PropertyTypeController' => 'getPropertyTypeController2Service',
  330.             'App\\Controller\\api\\TheProperty\\SearchController' => 'getSearchController3Service',
  331.             'App\\Controller\\api\\TheProperty\\SessionController' => 'getSessionControllerService',
  332.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController' => 'getSoilAffectationPlanControllerService',
  333.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController' => 'getSuggestionPriceControllerService',
  334.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController' => 'getThePropertyAppointmentSlotsControllerService',
  335.             'App\\Controller\\api\\TheProperty\\TransactionTypeController' => 'getTransactionTypeController2Service',
  336.             'App\\Controller\\api\\TheProperty\\VisitController' => 'getVisitControllerService',
  337.             'App\\Controller\\api\\TheService\\AddController' => 'getAddControllerService',
  338.             'App\\Controller\\api\\TheService\\CategoryController' => 'getCategoryControllerService',
  339.             'App\\Controller\\api\\TheService\\ListController' => 'getListController3Service',
  340.             'App\\Controller\\api\\TheService\\UpdateController' => 'getUpdateControllerService',
  341.             'App\\Controller\\api\\ThepropertyBalanceController' => 'getThepropertyBalanceControllerService',
  342.             'App\\Controller\\api\\ThepropertyConsumptionController' => 'getThepropertyConsumptionControllerService',
  343.             'App\\Controller\\api\\ThepropertyLotController' => 'getThepropertyLotControllerService',
  344.             'App\\Controller\\api\\ThepropertyOfferBillController' => 'getThepropertyOfferBillControllerService',
  345.             'App\\Controller\\api\\ThepropertyProviderController' => 'getThepropertyProviderController2Service',
  346.             'App\\Controller\\api\\ThreeD\\ArtistController' => 'getArtistControllerService',
  347.             'App\\Controller\\api\\ThreeD\\ProcessingClientController' => 'getProcessingClientControllerService',
  348.             'App\\Controller\\api\\ThreeD\\RelookingController' => 'getRelookingControllerService',
  349.             'App\\Controller\\api\\ThreeD\\T3dDemandsController' => 'getT3dDemandsControllerService',
  350.             'App\\Controller\\api\\Timeline\\ListController' => 'getListController4Service',
  351.             'App\\Controller\\api\\TypeHabitationController' => 'getTypeHabitationControllerService',
  352.             'App\\Controller\\api\\UrbanismPdf\\UrbanismPdfController' => 'getUrbanismPdfControllerService',
  353.             'App\\Controller\\api\\Urbanism\\AlertNewProjectImmoController' => 'getAlertNewProjectImmoControllerService',
  354.             'App\\Controller\\api\\Urbanism\\DesignNeighborhoodController' => 'getDesignNeighborhoodControllerService',
  355.             'App\\Controller\\api\\Urbanism\\NeighborhoodController' => 'getNeighborhoodControllerService',
  356.             'App\\Controller\\api\\Urbanism\\NewProjectImmoController' => 'getNewProjectImmoControllerService',
  357.             'App\\Controller\\api\\Urbanism\\PpasController' => 'getPpasControllerService',
  358.             'App\\Controller\\api\\Urbanism\\PrasController' => 'getPrasControllerService',
  359.             'App\\Controller\\api\\Urbanism\\PublicInquiryInProgressController' => 'getPublicInquiryInProgressControllerService',
  360.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController' => 'getCheckPromoForUserControllerService',
  361.             'App\\Controller\\api\\UserServicePromo\\ConsumeController' => 'getConsumeControllerService',
  362.             'App\\Controller\\api\\User\\ArtistDetailController' => 'getArtistDetailControllerService',
  363.             'App\\Controller\\api\\User\\CertificatorController' => 'getCertificatorControllerService',
  364.             'App\\Controller\\api\\User\\DeviceTokenController' => 'getDeviceTokenControllerService',
  365.             'App\\Controller\\api\\User\\EditProfileController' => 'getEditProfileControllerService',
  366.             'App\\Controller\\api\\User\\ListEmailController' => 'getListEmailControllerService',
  367.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController' => 'getSearchAndSendingInvitationControllerService',
  368.             'App\\Controller\\api\\User\\SearchController' => 'getSearchController4Service',
  369.             'App\\Controller\\api\\User\\SendMailSociety' => 'getSendMailSocietyService',
  370.             'App\\Controller\\api\\User\\SocietyController' => 'getSocietyControllerService',
  371.             'App\\Controller\\api\\User\\SubscriptionProductController' => 'getSubscriptionProductController2Service',
  372.             'App\\Controller\\api\\User\\SubscriptionProductServiceController' => 'getSubscriptionProductServiceController2Service',
  373.             'App\\Controller\\api\\User\\UserController' => 'getUserControllerService',
  374.             'App\\Controller\\api\\User\\UserPublicInfo' => 'getUserPublicInfoService',
  375.             'App\\Controller\\api\\UsersProfile\\Solicitation\\AppointmentRequestController' => 'getAppointmentRequestControllerService',
  376.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController' => 'getContractAcceptationControllerService',
  377.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController' => 'getContractDetailsControllerService',
  378.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController' => 'getContractGenerationControllerService',
  379.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController' => 'getContractListingControllerService',
  380.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController' => 'getContractRejectionControllerService',
  381.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController' => 'getContractUploadControllerService',
  382.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController' => 'getDocumentModificationControllerService',
  383.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController' => 'getEditProfileController2Service',
  384.             'App\\Controller\\api\\UsersProfile\\Webshop\\OrderController' => 'getOrderController2Service',
  385.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController' => 'getPaymentControllerService',
  386.             'App\\Controller\\api\\VisitPropertyController' => 'getVisitPropertyControllerService',
  387.             'App\\Controller\\api\\VivaquaController' => 'getVivaquaControllerService',
  388.             'App\\Controller\\api\\WebshopSimplePaymentController' => 'getWebshopSimplePaymentControllerService',
  389.             'App\\Controller\\api\\Work\\ChoiceCategoryController' => 'getChoiceCategoryControllerService',
  390.             'App\\Controller\\api\\Work\\ModelController' => 'getModelControllerService',
  391.             'App\\Controller\\api\\Work\\SubModelController' => 'getSubModelControllerService',
  392.             'App\\Controller\\api\\Work\\SubsectionController' => 'getSubsectionControllerService',
  393.             'App\\Controller\\api\\Work\\ThePropertyBoilerWorkController' => 'getThePropertyBoilerWorkControllerService',
  394.             'App\\Controller\\api\\Work\\ThePropertyCareWorkController' => 'getThePropertyCareWorkControllerService',
  395.             'App\\Controller\\api\\Work\\ThePropertyConstructionWorkController' => 'getThePropertyConstructionWorkControllerService',
  396.             'App\\Controller\\api\\Work\\ThePropertyConstructionWorkRulesController' => 'getThePropertyConstructionWorkRulesControllerService',
  397.             'App\\Controller\\api\\Work\\ThePropertyTankWorkController' => 'getThePropertyTankWorkControllerService',
  398.             'App\\Controller\\api\\Work\\ThePropertyUrgentWorkController' => 'getThePropertyUrgentWorkControllerService',
  399.             'App\\Controller\\api\\Work\\ThePropertyWorkController' => 'getThePropertyWorkControllerService',
  400.             'App\\Controller\\api\\Work\\TypeOfWorkController' => 'getTypeOfWorkControllerService',
  401.             'App\\Controller\\api\\Work\\WorkCostController' => 'getWorkCostControllerService',
  402.             'App\\Controller\\apiimmogo\\ApiAddWorkController' => 'getApiAddWorkControllerService',
  403.             'App\\Controller\\apiimmogo\\ApiImmogo' => 'getApiImmogoService',
  404.             'App\\Controller\\apiimmogo\\EstimateImmogo' => 'getEstimateImmogoService',
  405.             'App\\Repository\\UserRepository' => 'getUserRepositoryService',
  406.             'App\\Service\\Api\\ConsumptionWaterService' => 'getConsumptionWaterServiceService',
  407.             'App\\Service\\Api\\EngieService' => 'getEngieServiceService',
  408.             'App\\Service\\Api\\Portfolio\\PortfolioApiService' => 'getPortfolioApiServiceService',
  409.             'App\\Service\\Api\\ProviderSolarGreenCertificateService' => 'getProviderSolarGreenCertificateServiceService',
  410.             'App\\Service\\Api\\ProviderSolarOrganizationService' => 'getProviderSolarOrganizationServiceService',
  411.             'App\\Service\\Api\\ProviderSolarPhotovoltaicService' => 'getProviderSolarPhotovoltaicServiceService',
  412.             'App\\Service\\Api\\RentalService' => 'getRentalServiceService',
  413.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService' => 'getThePropertyMaifInsuranceSummaryServiceService',
  414.             'App\\Service\\Api\\ThepropertyConsumptionService' => 'getThepropertyConsumptionServiceService',
  415.             'App\\Service\\Api\\ThepropertyCounterService' => 'getThepropertyCounterServiceService',
  416.             'App\\Service\\Api\\ThepropertyCounterStatementService' => 'getThepropertyCounterStatementServiceService',
  417.             'App\\Service\\Api\\ThepropertyProviderBillService' => 'getThepropertyProviderBillServiceService',
  418.             'App\\Service\\Api\\ThepropertyProviderDocumentProofService' => 'getThepropertyProviderDocumentProofServiceService',
  419.             'App\\Service\\Api\\ThepropertyProviderService' => 'getThepropertyProviderServiceService',
  420.             'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractBuildingService' => 'getContractBuildingServiceService',
  421.             'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractFileService' => 'getContractFileServiceService',
  422.             'App\\Service\\Api\\Work\\ThePropertyWorkService' => 'getThePropertyWorkServiceService',
  423.             'App\\Service\\DompdfService' => 'getDompdfServiceService',
  424.             'App\\Service\\Getlatlongbyadress' => 'getGetlatlongbyadressService',
  425.             'App\\Service\\Immogo\\ImmogoService' => 'getImmogoServiceService',
  426.             'App\\Service\\ImoAgentSolicitationService' => 'getImoAgentSolicitationServiceService',
  427.             'App\\Service\\Mailbox\\Attachment\\AttachmentService' => 'getAttachmentServiceService',
  428.             'App\\Service\\Mailbox\\Inbound\\AttachmentService' => 'getAttachmentService2Service',
  429.             'App\\Service\\Manager\\AlarmSystem\\ImportTypeOfAlarmSystem' => 'getImportTypeOfAlarmSystemService',
  430.             'App\\Service\\Manager\\Caclul\\ImportMunicipalTaxManager' => 'getImportMunicipalTaxManagerService',
  431.             'App\\Service\\Manager\\CoOwnership\\ImportSyndicManager' => 'getImportSyndicManagerService',
  432.             'App\\Service\\Manager\\Environment\\ImportEnvironmentDatasManager' => 'getImportEnvironmentDatasManagerService',
  433.             'App\\Service\\Manager\\GeoportailManager' => 'getGeoportailManagerService',
  434.             'App\\Service\\Manager\\ImmowebEstimationFranceManager' => 'getImmowebEstimationFranceManagerService',
  435.             'App\\Service\\Manager\\ImportCommunaleServiceManager' => 'getImportCommunaleServiceManagerService',
  436.             'App\\Service\\Manager\\ImportCountryBelgeManager' => 'getImportCountryBelgeManagerService',
  437.             'App\\Service\\Manager\\ImportPrimeManager' => 'getImportPrimeManagerService',
  438.             'App\\Service\\Manager\\NeighborhoodOfficer\\ImportNeighborhoodOfficer' => 'getImportNeighborhoodOfficerService',
  439.             'App\\Service\\Manager\\SurveillanceCamera\\ImportSurveillanceCameraType' => 'getImportSurveillanceCameraTypeService',
  440.             'App\\Service\\Manager\\Work\\ImportExpertBoilerManager' => 'getImportExpertBoilerManagerService',
  441.             'App\\Service\\Manager\\Work\\ImportTankWorkManager' => 'getImportTankWorkManagerService',
  442.             'App\\Service\\Manager\\Work\\ImportWorkLinksManager' => 'getImportWorkLinksManagerService',
  443.             'App\\Service\\Onespan\\DownloaderService' => 'getDownloaderServiceService',
  444.             'App\\Service\\Onespan\\EventNotificationService' => 'getEventNotificationServiceService',
  445.             'App\\Service\\Onespan\\SignatureBuildingService' => 'getSignatureBuildingServiceService',
  446.             'App\\Service\\Pdf\\ProviderWaterInterventionPdf' => 'getProviderWaterInterventionPdfService',
  447.             'App\\Service\\PretService' => 'getPretServiceService',
  448.             'App\\Service\\Realtime\\MercureService' => 'getMercureServiceService',
  449.             'App\\Service\\SendMail\\SendmailService' => 'getSendmailServiceService',
  450.             'App\\Service\\Webhook\\Traitement' => 'getTraitementService',
  451.             'App\\Service\\YousignWebhookService' => 'getYousignWebhookServiceService',
  452.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  453.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  454.             'Faker\\Generator' => 'getGeneratorService',
  455.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  456.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup' => 'getMongodbDatabaseBackupService',
  457.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup' => 'getMysqlDatabaseBackupService',
  458.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup' => 'getSqliteDatabaseBackupService',
  459.             'Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection' => 'getDatabaseToolCollectionService',
  460.             'Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory' => 'getFixturesLoaderFactoryService',
  461.             'Stripe\\StripeClient' => 'getStripeClientService',
  462.             'SymfonyBundles\\RedisBundle\\Redis\\ClientInterface' => 'getClientInterfaceService',
  463.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  464.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  465.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  466.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  467.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  468.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  469.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  470.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  471.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  472.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brugis_csv_pending' => 'getSmartUniqueNamer_BrugisCsvPendingService',
  473.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.chat_file' => 'getSmartUniqueNamer_ChatFileService',
  474.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.client_sales_agreement_file' => 'getSmartUniqueNamer_ClientSalesAgreementFileService',
  475.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_event_file' => 'getSmartUniqueNamer_CommunityEventFileService',
  476.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_post_file' => 'getSmartUniqueNamer_CommunityPostFileService',
  477.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.condominium_invoice_file' => 'getSmartUniqueNamer_CondominiumInvoiceFileService',
  478.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.enquetes_publics_csv' => 'getSmartUniqueNamer_EnquetesPublicsCsvService',
  479.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.excel_file_pending' => 'getSmartUniqueNamer_ExcelFilePendingService',
  480.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.garden_resource_document' => 'getSmartUniqueNamer_GardenResourceDocumentService',
  481.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.identity_image' => 'getSmartUniqueNamer_IdentityImageService',
  482.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.imo_agent_solicitation_image' => 'getSmartUniqueNamer_ImoAgentSolicitationImageService',
  483.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_file' => 'getSmartUniqueNamer_InventoryFileService',
  484.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_image' => 'getSmartUniqueNamer_InventoryImageService',
  485.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract' => 'getSmartUniqueNamer_LeaseContractService',
  486.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract_models' => 'getSmartUniqueNamer_LeaseContractModelsService',
  487.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.message_file' => 'getSmartUniqueNamer_MessageFileService',
  488.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_after_improvement_image_file' => 'getSmartUniqueNamer_NeightborhoodProjectAfterImprovementImageFileService',
  489.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_before_improvement_image_file' => 'getSmartUniqueNamer_NeightborhoodProjectBeforeImprovementImageFileService',
  490.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.new_project_immo_csv' => 'getSmartUniqueNamer_NewProjectImmoCsvService',
  491.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.occupation_period_file' => 'getSmartUniqueNamer_OccupationPeriodFileService',
  492.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.offer_lease_agreement' => 'getSmartUniqueNamer_OfferLeaseAgreementService',
  493.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_location' => 'getSmartUniqueNamer_PdfLocationService',
  494.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_mail_location' => 'getSmartUniqueNamer_PdfMailLocationService',
  495.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_summary_maif' => 'getSmartUniqueNamer_PdfSummaryMaifService',
  496.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.permit_citerne' => 'getSmartUniqueNamer_PermitCiterneService',
  497.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.portfolio_files' => 'getSmartUniqueNamer_PortfolioFilesService',
  498.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_affectation_csv_pending' => 'getSmartUniqueNamer_PpasAffectationCsvPendingService',
  499.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_csv_pending' => 'getSmartUniqueNamer_PpasCsvPendingService',
  500.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pras_csv' => 'getSmartUniqueNamer_PrasCsvService',
  501.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.property_document_file' => 'getSmartUniqueNamer_PropertyDocumentFileService',
  502.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_inverte_list_pending' => 'getSmartUniqueNamer_ProviderInverteListPendingService',
  503.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_society_csv_pending' => 'getSmartUniqueNamer_ProviderSocietyCsvPendingService',
  504.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_work' => 'getSmartUniqueNamer_ProviderWorkService',
  505.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.public_inquiry_inprogress_excel' => 'getSmartUniqueNamer_PublicInquiryInprogressExcelService',
  506.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.request_repayment_files' => 'getSmartUniqueNamer_RequestRepaymentFilesService',
  507.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sales_agreement_file_to_sign' => 'getSmartUniqueNamer_SalesAgreementFileToSignService',
  508.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.surveillance_camera_document' => 'getSmartUniqueNamer_SurveillanceCameraDocumentService',
  509.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.treeD_figuration_file' => 'getSmartUniqueNamer_TreeDFigurationFileService',
  510.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo' => 'getSmartUniqueNamer_UserLogoService',
  511.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.wallonie_csv_pending' => 'getSmartUniqueNamer_WallonieCsvPendingService',
  512.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.water_supplier_controller_excel' => 'getSmartUniqueNamer_WaterSupplierControllerExcelService',
  513.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  514.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  515.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  516.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  517.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  518.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  519.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  520.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  521.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  522.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  523.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  524.             'cache.app' => 'getCache_AppService',
  525.             'cache.app_clearer' => 'getCache_AppClearerService',
  526.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  527.             'cache.system' => 'getCache_SystemService',
  528.             'cache.system_clearer' => 'getCache_SystemClearerService',
  529.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  530.             'cache_warmer' => 'getCacheWarmerService',
  531.             'console.command.public_alias.App\\Command\\Admin\\ImportPpasInfoCommand' => 'getImportPpasInfoCommandService',
  532.             'console.command.public_alias.App\\Command\\AlertNewProjectImmoCommand' => 'getAlertNewProjectImmoCommandService',
  533.             'console.command.public_alias.App\\Command\\ExcelFileCommand' => 'getExcelFileCommandService',
  534.             'console.command_loader' => 'getConsole_CommandLoaderService',
  535.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  536.             'data_collector.dump' => 'getDataCollector_DumpService',
  537.             'doctrine' => 'getDoctrineService',
  538.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  539.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  540.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  541.             'doctrine.orm.import_entity_manager' => 'getDoctrine_Orm_ImportEntityManagerService',
  542.             'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  543.             'error_controller' => 'getErrorControllerService',
  544.             'event_dispatcher' => 'getEventDispatcherService',
  545.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  546.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  547.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  548.             'http_kernel' => 'getHttpKernelService',
  549.             'jms_serializer' => 'getJmsSerializerService',
  550.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  551.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  552.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  553.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  554.             'kreait_firebase.my_project.auth' => 'getKreaitFirebase_MyProject_AuthService',
  555.             'kreait_firebase.my_project.database' => 'getKreaitFirebase_MyProject_DatabaseService',
  556.             'kreait_firebase.my_project.dynamic_links' => 'getKreaitFirebase_MyProject_DynamicLinksService',
  557.             'kreait_firebase.my_project.firestore' => 'getKreaitFirebase_MyProject_FirestoreService',
  558.             'kreait_firebase.my_project.messaging' => 'getKreaitFirebase_MyProject_MessagingService',
  559.             'kreait_firebase.my_project.remote_config' => 'getKreaitFirebase_MyProject_RemoteConfigService',
  560.             'kreait_firebase.my_project.storage' => 'getKreaitFirebase_MyProject_StorageService',
  561.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  562.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  563.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  564.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  565.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  566.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  567.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  568.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  569.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  570.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  571.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  572.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  573.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  574.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  575.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  576.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  577.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  578.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  579.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  580.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  581.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  582.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  583.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  584.             'request_stack' => 'getRequestStackService',
  585.             'router' => 'getRouterService',
  586.             'routing.loader' => 'getRouting_LoaderService',
  587.             'sb_redis.default' => 'getSbRedis_DefaultService',
  588.             'services_resetter' => 'getServicesResetterService',
  589.             'stripe_charge.service' => 'getStripeCharge_ServiceService',
  590.             'stripe_customer.service' => 'getStripeCustomer_ServiceService',
  591.             'stripe_plan.service' => 'getStripePlan_ServiceService',
  592.             'stripe_product.service' => 'getStripeProduct_ServiceService',
  593.             'stripe_source.service' => 'getStripeSource_ServiceService',
  594.             'stripe_subscription.service' => 'getStripeSubscription_ServiceService',
  595.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  596.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  597.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  598.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  599.             'translator' => 'getTranslatorService',
  600.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  601.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  602.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  603.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  604.             'vich_uploader.namer_origname.Adress_csv_pending' => 'getVichUploader_NamerOrigname_AdressCsvPendingService',
  605.             'vich_uploader.namer_origname.ThepropertyProvider_csv_pending' => 'getVichUploader_NamerOrigname_ThepropertyProviderCsvPendingService',
  606.             'vich_uploader.namer_origname.annex_permit_file' => 'getVichUploader_NamerOrigname_AnnexPermitFileService',
  607.             'vich_uploader.namer_origname.area_csv_pending' => 'getVichUploader_NamerOrigname_AreaCsvPendingService',
  608.             'vich_uploader.namer_origname.bbox' => 'getVichUploader_NamerOrigname_BboxService',
  609.             'vich_uploader.namer_origname.co_ownership_document' => 'getVichUploader_NamerOrigname_CoOwnershipDocumentService',
  610.             'vich_uploader.namer_origname.co_ownership_invoices' => 'getVichUploader_NamerOrigname_CoOwnershipInvoicesService',
  611.             'vich_uploader.namer_origname.co_ownership_meeting_transcript' => 'getVichUploader_NamerOrigname_CoOwnershipMeetingTranscriptService',
  612.             'vich_uploader.namer_origname.co_ownership_report' => 'getVichUploader_NamerOrigname_CoOwnershipReportService',
  613.             'vich_uploader.namer_origname.co_ownership_the_property_file' => 'getVichUploader_NamerOrigname_CoOwnershipThePropertyFileService',
  614.             'vich_uploader.namer_origname.co_ownership_the_property_response' => 'getVichUploader_NamerOrigname_CoOwnershipThePropertyResponseService',
  615.             'vich_uploader.namer_origname.control_certificate' => 'getVichUploader_NamerOrigname_ControlCertificateService',
  616.             'vich_uploader.namer_origname.deedOfSale' => 'getVichUploader_NamerOrigname_DeedOfSaleService',
  617.             'vich_uploader.namer_origname.dispenseFile' => 'getVichUploader_NamerOrigname_DispenseFileService',
  618.             'vich_uploader.namer_origname.dvf_csv_pending' => 'getVichUploader_NamerOrigname_DvfCsvPendingService',
  619.             'vich_uploader.namer_origname.edit_registers_file' => 'getVichUploader_NamerOrigname_EditRegistersFileService',
  620.             'vich_uploader.namer_origname.education_csv' => 'getVichUploader_NamerOrigname_EducationCsvService',
  621.             'vich_uploader.namer_origname.engie_csv_archived' => 'getVichUploader_NamerOrigname_EngieCsvArchivedService',
  622.             'vich_uploader.namer_origname.engie_csv_pending' => 'getVichUploader_NamerOrigname_EngieCsvPendingService',
  623.             'vich_uploader.namer_origname.invoice_water_file' => 'getVichUploader_NamerOrigname_InvoiceWaterFileService',
  624.             'vich_uploader.namer_origname.module_3D' => 'getVichUploader_NamerOrigname_Module3DService',
  625.             'vich_uploader.namer_origname.notary_csv_pending' => 'getVichUploader_NamerOrigname_NotaryCsvPendingService',
  626.             'vich_uploader.namer_origname.obligation_csv_pending' => 'getVichUploader_NamerOrigname_ObligationCsvPendingService',
  627.             'vich_uploader.namer_origname.occupie_csv_pending' => 'getVichUploader_NamerOrigname_OccupieCsvPendingService',
  628.             'vich_uploader.namer_origname.organic_plot_file' => 'getVichUploader_NamerOrigname_OrganicPlotFileService',
  629.             'vich_uploader.namer_origname.permit_environment_file' => 'getVichUploader_NamerOrigname_PermitEnvironmentFileService',
  630.             'vich_uploader.namer_origname.permit_file' => 'getVichUploader_NamerOrigname_PermitFileService',
  631.             'vich_uploader.namer_origname.picture_3D' => 'getVichUploader_NamerOrigname_Picture3DService',
  632.             'vich_uploader.namer_origname.prime_pdf_template' => 'getVichUploader_NamerOrigname_PrimePdfTemplateService',
  633.             'vich_uploader.namer_origname.prime_request_file' => 'getVichUploader_NamerOrigname_PrimeRequestFileService',
  634.             'vich_uploader.namer_origname.property_demand_file' => 'getVichUploader_NamerOrigname_PropertyDemandFileService',
  635.             'vich_uploader.namer_origname.rapport_pdf_property' => 'getVichUploader_NamerOrigname_RapportPdfPropertyService',
  636.             'vich_uploader.namer_origname.register_environment_file' => 'getVichUploader_NamerOrigname_RegisterEnvironmentFileService',
  637.             'vich_uploader.namer_origname.salesAgreementFile' => 'getVichUploader_NamerOrigname_SalesAgreementFileService',
  638.             'vich_uploader.namer_origname.syndic_Apartment_csv_pending' => 'getVichUploader_NamerOrigname_SyndicApartmentCsvPendingService',
  639.             'vich_uploader.namer_origname.upload_archived' => 'getVichUploader_NamerOrigname_UploadArchivedService',
  640.             'vich_uploader.namer_origname.upload_bank_logo' => 'getVichUploader_NamerOrigname_UploadBankLogoService',
  641.             'vich_uploader.namer_origname.upload_doc_property' => 'getVichUploader_NamerOrigname_UploadDocPropertyService',
  642.             'vich_uploader.namer_origname.upload_file_minutes' => 'getVichUploader_NamerOrigname_UploadFileMinutesService',
  643.             'vich_uploader.namer_origname.upload_icon_categorie_service' => 'getVichUploader_NamerOrigname_UploadIconCategorieServiceService',
  644.             'vich_uploader.namer_origname.upload_img_property' => 'getVichUploader_NamerOrigname_UploadImgPropertyService',
  645.             'vich_uploader.namer_origname.upload_img_pub' => 'getVichUploader_NamerOrigname_UploadImgPubService',
  646.             'vich_uploader.namer_origname.upload_img_service' => 'getVichUploader_NamerOrigname_UploadImgServiceService',
  647.             'vich_uploader.namer_origname.upload_pending' => 'getVichUploader_NamerOrigname_UploadPendingService',
  648.             'vich_uploader.namer_origname.upload_rapport' => 'getVichUploader_NamerOrigname_UploadRapportService',
  649.             'vich_uploader.namer_origname.upload_traite' => 'getVichUploader_NamerOrigname_UploadTraiteService',
  650.             'vich_uploader.namer_origname.uploads_syndics_response' => 'getVichUploader_NamerOrigname_UploadsSyndicsResponseService',
  651.             'vich_uploader.namer_origname.work_csv_pending' => 'getVichUploader_NamerOrigname_WorkCsvPendingService',
  652.             'vich_uploader.namer_origname.work_rules_csv_pending' => 'getVichUploader_NamerOrigname_WorkRulesCsvPendingService',
  653.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  654.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  655.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  656.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  657.             'cache_clearer' => 'getCacheClearerService',
  658.             'filesystem' => 'getFilesystemService',
  659.             'serializer' => 'getSerializerService',
  660.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  661.             'form.factory' => 'getForm_FactoryService',
  662.             'form.type.file' => 'getForm_Type_FileService',
  663.             'profiler' => 'getProfilerService',
  664.             'twig' => 'getTwigService',
  665.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  666.             'security.token_storage' => 'getSecurity_TokenStorageService',
  667.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  668.             'session' => 'getSessionService',
  669.             'validator' => 'getValidatorService',
  670.         ];
  671.         $this->aliases = [
  672.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  673.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  674.             'Kreait\\Firebase\\Auth' => 'kreait_firebase.my_project.auth',
  675.             'Kreait\\Firebase\\Database' => 'kreait_firebase.my_project.database',
  676.             'Kreait\\Firebase\\DynamicLinks' => 'kreait_firebase.my_project.dynamic_links',
  677.             'Kreait\\Firebase\\Firestore' => 'kreait_firebase.my_project.firestore',
  678.             'Kreait\\Firebase\\Messaging' => 'kreait_firebase.my_project.messaging',
  679.             'Kreait\\Firebase\\RemoteConfig' => 'kreait_firebase.my_project.remote_config',
  680.             'Kreait\\Firebase\\Storage' => 'kreait_firebase.my_project.storage',
  681.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  682.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  683.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  684.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  685.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  686.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  687.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  688.             'database_connection' => 'doctrine.dbal.default_connection',
  689.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  690.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  691.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  692.             'mailer' => 'swiftmailer.mailer.default',
  693.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  694.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  695.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  696.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  697.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  698.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  699.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  700.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  701.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  702.         ];
  703.         $this->privates['service_container'] = function () {
  704.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  706.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  707.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  708.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  709.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  710.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  711.             include_once \dirname(__DIR__4).'/src/EventListener/UrlContextListener.php';
  712.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  713.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BankSimulationSubscriber.php';
  714.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CurrentUserSubscriber.php';
  715.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EditRegistersSubscriber.php';
  716.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PermitPropertySubscriber.php';
  717.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProviderServiceSubscriber.php';
  718.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProviderSolarSubscriber.php';
  719.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ResponseSubscriber.php';
  720.             include_once \dirname(__DIR__4).'/src/Service/Api/Community/ResponseService.php';
  721.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/SBaseInterface.php';
  722.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/JsonResponseTrait.php';
  723.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/RequestTraitementTrait.php';
  724.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/SBase.php';
  725.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  726.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  727.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  728.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  729.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  730.             include_once \dirname(__DIR__4).'/src/Repository/AnnexPermitPropertyRepository.php';
  731.             include_once \dirname(__DIR__4).'/src/Repository/BankSimulationRepository.php';
  732.             include_once \dirname(__DIR__4).'/src/Repository/ChoicecategoryRepository.php';
  733.             include_once \dirname(__DIR__4).'/src/Repository/CommunityCoordinateRepository.php';
  734.             include_once \dirname(__DIR__4).'/src/Repository/DomiciliationFilesRepository.php';
  735.             include_once \dirname(__DIR__4).'/src/Repository/EditRegistersRepository.php';
  736.             include_once \dirname(__DIR__4).'/src/Repository/ModelRepository.php';
  737.             include_once \dirname(__DIR__4).'/src/Repository/MunicipalityRepository.php';
  738.             include_once \dirname(__DIR__4).'/src/Repository/OfferRepository.php';
  739.             include_once \dirname(__DIR__4).'/src/Repository/PdfMailLocationRepository.php';
  740.             include_once \dirname(__DIR__4).'/src/Repository/PermitPropertyRepository.php';
  741.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSibelgaRepository.php';
  742.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSibelgaWorkRepository.php';
  743.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSocietyRepository.php';
  744.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarDeclarationCadastreRepository.php';
  745.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarRepository.php';
  746.             include_once \dirname(__DIR__4).'/src/Repository/RegistersRepository.php';
  747.             include_once \dirname(__DIR__4).'/src/Repository/SubsectionRepository.php';
  748.             include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkRepository.php';
  749.             include_once \dirname(__DIR__4).'/src/Repository/ThepropertyRepository.php';
  750.             include_once \dirname(__DIR__4).'/src/Repository/TypeofworkRepository.php';
  751.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  752.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  753.             include_once \dirname(__DIR__4).'/src/Service/DompdfService.php';
  754.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  755.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  756.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  757.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  758.             include_once \dirname(__DIR__4).'/src/Service/Formule.php';
  759.             include_once \dirname(__DIR__4).'/src/Service/MailToSend.php';
  760.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/Attachment/AttachmentServiceInterface.php';
  761.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/Attachment/AttachmentService.php';
  762.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/AttachmentRepositoryInterface.php';
  763.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/AttachmentRepository.php';
  764.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/MailboxService.php';
  765.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/EmailRepositoryInterface.php';
  766.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/EmailRepository.php';
  767.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/RealtimeApi/RealtimeUpdateInterface.php';
  768.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/RealtimeApi/MercureRealtimePublisher.php';
  769.             include_once \dirname(__DIR__4).'/src/Service/Multipart/FileProcessor.php';
  770.             include_once \dirname(__DIR__4).'/src/Service/Realtime/PublisherInterface.php';
  771.             include_once \dirname(__DIR__4).'/src/Service/Realtime/MercureService.php';
  772.             include_once \dirname(__DIR__4).'/src/Service/SendMail/SendmailService.php';
  773.             include_once \dirname(__DIR__4).'/src/Service/SendMail/SendMailInterface.php';
  774.             include_once \dirname(__DIR__4).'/src/Service/SendMail/SwiftMailerService.php';
  775.             include_once \dirname(__DIR__4).'/src/Service/TraitementMessage.php';
  776.             include_once \dirname(__DIR__4).'/src/Service/TraitementUrl.php';
  777.             include_once \dirname(__DIR__4).'/src/Service/UrlContext.php';
  778.             include_once \dirname(__DIR__4).'/src/Utils/GeoComparison.php';
  779.             include_once \dirname(__DIR__4).'/src/Utils/Utils.php';
  780.             include_once \dirname(__DIR__4).'/src/EventListener/MultipartFormDeserializeListener.php';
  781.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  782.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  783.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  784.             include_once \dirname(__DIR__4).'/src/Service/Multipart/MultipartParser.php';
  785.             include_once \dirname(__DIR__4).'/src/Service/Multipart/RequestDataTransformer.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  811.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  818.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  825.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  826.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  841.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  842.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  848.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  849.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  850.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  853.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  854.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  855.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  856.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  860.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  861.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  862.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  863.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  916.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  917.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  918.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  919.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  920.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  923.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  924.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  925.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  926.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  927.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  928.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  929.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  930.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  931.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  932.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  933.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  934.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  936.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  937.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  938.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  939.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  940.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  941.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  942.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  943.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  944.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  945.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  946.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  947.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  948.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  949.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  950.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  951.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  952.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  953.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  954.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  955.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  956.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  957.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  958.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  959.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  960.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  961.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  962.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  963.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  964.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  965.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  966.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  967.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  968.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  969.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  970.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  971.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  972.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  973.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  974.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  988.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  995.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  996.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  997.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  998.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  999.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Encryptor/Encryptor.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1071.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  1078.             include_once \dirname(__DIR__4).'/src/Serializer/ThePropertyDetailContextBuilder.php';
  1079.             include_once \dirname(__DIR__4).'/src/Serializer/ImoAgentContextBuilder.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Annotations/AnnotationResolver.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1213.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1214.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1215.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1218.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1219.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1220.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1221.             include_once \dirname(__DIR__4).'/src/Serializer/Lease/LessorInfoNormalizer.php';
  1222.             include_once \dirname(__DIR__4).'/src/Serializer/Lease/ThePropertyContractInfoNormalizer.php';
  1223.             include_once \dirname(__DIR__4).'/src/Serializer/LeaseContractNormalizer.php';
  1224.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1225.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1226.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectAlertDenormalizer.php';
  1227.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectAlertNormalizer.php';
  1228.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectCommentDenormalizer.php';
  1229.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectCommentNormalizer.php';
  1230.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectDenormalizer.php';
  1231.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectNormalizer.php';
  1232.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectReactionDenormalizer.php';
  1233.             include_once \dirname(__DIR__4).'/src/Serializer/PlanNormalizer.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1236.             include_once \dirname(__DIR__4).'/src/Serializer/PortfolioNormalizer.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1268.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1276.             include_once \dirname(__DIR__4).'/src/Encoder/MultipartDecoder.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1345.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1346.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1347.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1348.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1353.             include_once \dirname(__DIR__4).'/src/Service/DQL/PregMatch.php';
  1354.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  1355.             include_once \dirname(__DIR__4).'/src/Twig/RoleCheckerExtension.php';
  1356.             include_once \dirname(__DIR__4).'/src/Twig/TheProperty/ExtensionOrder/StatusExtension.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Twig/EncryptorExtension.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1370.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1371.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1372.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1373.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1374.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1375.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1376.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1377.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1378.             include_once __DIR__.'/proxy-classes.php';
  1379.         };
  1380.     }
  1381.     public function compile(): void
  1382.     {
  1383.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1384.     }
  1385.     public function isCompiled(): bool
  1386.     {
  1387.         return true;
  1388.     }
  1389.     public function getRemovedIds(): array
  1390.     {
  1391.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1392.     }
  1393.     protected function createProxy($class, \Closure $factory)
  1394.     {
  1395.         return $factory();
  1396.     }
  1397.     /**
  1398.      * Gets the public '.container.private.cache_clearer' shared service.
  1399.      *
  1400.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1401.      */
  1402.     protected function get_Container_Private_CacheClearerService()
  1403.     {
  1404.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1406.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1407.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1408.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1409.         }, 2));
  1410.     }
  1411.     /**
  1412.      * Gets the public '.container.private.filesystem' shared service.
  1413.      *
  1414.      * @return \Symfony\Component\Filesystem\Filesystem
  1415.      */
  1416.     protected function get_Container_Private_FilesystemService()
  1417.     {
  1418.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1419.     }
  1420.     /**
  1421.      * Gets the public '.container.private.form.factory' shared service.
  1422.      *
  1423.      * @return \Symfony\Component\Form\FormFactory
  1424.      */
  1425.     protected function get_Container_Private_Form_FactoryService()
  1426.     {
  1427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1428.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1429.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1430.         if (isset($this->services['.container.private.form.factory'])) {
  1431.             return $this->services['.container.private.form.factory'];
  1432.         }
  1433.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1434.     }
  1435.     /**
  1436.      * Gets the public '.container.private.form.type.file' shared service.
  1437.      *
  1438.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1439.      */
  1440.     protected function get_Container_Private_Form_Type_FileService()
  1441.     {
  1442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1444.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1445.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1446.     }
  1447.     /**
  1448.      * Gets the public '.container.private.profiler' shared service.
  1449.      *
  1450.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1451.      */
  1452.     protected function get_Container_Private_ProfilerService()
  1453.     {
  1454.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1455.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1456.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1457.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1458.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1459.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1460.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1461.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1462.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1463.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1464.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1465.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1466.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1467.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1468.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1469.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1470.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1471.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1472.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1473.         $d->addInstance('cache.doctrine.orm.import.result', ($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService()));
  1474.         $d->addInstance('cache.doctrine.orm.import.query', ($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService()));
  1475.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1476.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1477.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1478.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1479.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1480.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1481.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1482.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1483.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1484.         $e->registerClient('yousign.client', ($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()));
  1485.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1486.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1487.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1488.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1489.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1490.         if ($this->has('kernel')) {
  1491.             $h->setKernel($b);
  1492.         }
  1493.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1494.         $instance->add(new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataCollector\RequestDataCollector(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService()), ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService()), ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService())));
  1495.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1496.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1497.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1498.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1499.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1500.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1501.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1502.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1503.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1504.         $instance->add($d);
  1505.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1506.         $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()), false));
  1507.         $instance->add(new \Symfony\Bridge\Twig\DataCollector\TwigDataCollector(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  1508.         $instance->add($e);
  1509.         $instance->add($f);
  1510.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1511.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1512.         $instance->add($g);
  1513.         $instance->add(new \Symfony\Component\Mailer\DataCollector\MessageDataCollector(($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()))));
  1514.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1515.         $instance->add($h);
  1516.         return $instance;
  1517.     }
  1518.     /**
  1519.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1520.      *
  1521.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1522.      */
  1523.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1524.     {
  1525.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1526.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1527.             return $this->services['.container.private.security.authorization_checker'];
  1528.         }
  1529.         return $this->services['.container.private.security.authorization_checker'] = new \Symfony\Component\Security\Core\Authorization\AuthorizationChecker(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $afalse);
  1530.     }
  1531.     /**
  1532.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1533.      *
  1534.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1535.      */
  1536.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1537.     {
  1538.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1539.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1540.         return $this->services['.container.private.security.csrf.token_manager'] = new \Symfony\Component\Security\Csrf\CsrfTokenManager(($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = 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())));
  1541.     }
  1542.     /**
  1543.      * Gets the public '.container.private.security.password_encoder' shared service.
  1544.      *
  1545.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1546.      *
  1547.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1548.      */
  1549.     protected function get_Container_Private_Security_PasswordEncoderService()
  1550.     {
  1551.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1552.         return $this->services['.container.private.security.password_encoder'] = new \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder(($this->privates['security.encoder_factory.generic'] ?? $this->getSecurity_EncoderFactory_GenericService()));
  1553.     }
  1554.     /**
  1555.      * Gets the public '.container.private.security.token_storage' shared service.
  1556.      *
  1557.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1558.      */
  1559.     protected function get_Container_Private_Security_TokenStorageService()
  1560.     {
  1561.         return $this->services['.container.private.security.token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage(($this->privates['security.untracked_token_storage'] ?? ($this->privates['security.untracked_token_storage'] = new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage())), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1562.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1563.         ], [
  1564.             'request_stack' => '?',
  1565.         ]));
  1566.     }
  1567.     /**
  1568.      * Gets the public '.container.private.serializer' shared service.
  1569.      *
  1570.      * @return \Symfony\Component\Serializer\Serializer
  1571.      */
  1572.     protected function get_Container_Private_SerializerService()
  1573.     {
  1574.         $a = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  1575.         if (isset($this->services['.container.private.serializer'])) {
  1576.             return $this->services['.container.private.serializer'];
  1577.         }
  1578.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1579.         if (isset($this->services['.container.private.serializer'])) {
  1580.             return $this->services['.container.private.serializer'];
  1581.         }
  1582.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1583.         if (isset($this->services['.container.private.serializer'])) {
  1584.             return $this->services['.container.private.serializer'];
  1585.         }
  1586.         $d = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  1587.         if (isset($this->services['.container.private.serializer'])) {
  1588.             return $this->services['.container.private.serializer'];
  1589.         }
  1590.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1591.         if (isset($this->services['.container.private.serializer'])) {
  1592.             return $this->services['.container.private.serializer'];
  1593.         }
  1594.         $f = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1595.         if (isset($this->services['.container.private.serializer'])) {
  1596.             return $this->services['.container.private.serializer'];
  1597.         }
  1598.         $g = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1599.         if (isset($this->services['.container.private.serializer'])) {
  1600.             return $this->services['.container.private.serializer'];
  1601.         }
  1602.         $h = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1603.         if (isset($this->services['.container.private.serializer'])) {
  1604.             return $this->services['.container.private.serializer'];
  1605.         }
  1606.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1607.         if (isset($this->services['.container.private.serializer'])) {
  1608.             return $this->services['.container.private.serializer'];
  1609.         }
  1610.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1611.         if (isset($this->services['.container.private.serializer'])) {
  1612.             return $this->services['.container.private.serializer'];
  1613.         }
  1614.         $k = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1615.         if (isset($this->services['.container.private.serializer'])) {
  1616.             return $this->services['.container.private.serializer'];
  1617.         }
  1618.         $l = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1619.         if (isset($this->services['.container.private.serializer'])) {
  1620.             return $this->services['.container.private.serializer'];
  1621.         }
  1622.         $m = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1623.         if (isset($this->services['.container.private.serializer'])) {
  1624.             return $this->services['.container.private.serializer'];
  1625.         }
  1626.         $n = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1627.         if (isset($this->services['.container.private.serializer'])) {
  1628.             return $this->services['.container.private.serializer'];
  1629.         }
  1630.         $o = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1631.         $p = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1632.         $q = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  1633.         $r = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1634.         $s = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$o$e)], [=> $r]));
  1635.         $t = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($s);
  1636.         $u = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1637.         $v = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1638.         $w = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer(new \ApiPlatform\Core\Swagger\Serializer\DocumentationNormalizer($u$v$f$g, ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), $hNULL$iNULLfalse'oauth2''application''''', [], $this->parameters['api_platform.swagger.api_keys'], $jtrue'page'true'itemsPerPage'$this->parameters['api_platform.formats'], false'pagination', [], $this->parameters['api_platform.swagger.versions'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), NULLtrue$s));
  1639.         $x = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1640.         $y = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1641.         $z = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1642.         $aa = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1643.         return $this->services['.container.private.serializer'] = new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer($o), => new \App\Serializer\Lease\LessorInfoNormalizer($a), => new \App\Serializer\Lease\ThePropertyContractInfoNormalizer($a), => new \App\Serializer\LeaseContractNormalizer($b), => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectAlertDenormalizer($b$c), => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectAlertNormalizer($a$b$p$q), => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectCommentDenormalizer($b), => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectCommentNormalizer($a$b$p), => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectDenormalizer($b$d), => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectNormalizer($a$b$p$q), 10 => new \App\Serializer\NeighborhoodProject\NeighborhoodProjectReactionDenormalizer($b), 11 => new \App\Serializer\PlanNormalizer($a, ($this->services['translator'] ?? $this->getTranslatorService())), 12 => new \App\Serializer\PortfolioNormalizer($q), 13 => new \ApiPlatform\RamseyUuid\Serializer\UuidDenormalizer(), 14 => $t15 => $w16 => new \ApiPlatform\Hydra\Serializer\ConstraintViolationListNormalizer($x, [], $y), 17 => new \ApiPlatform\Problem\Serializer\ConstraintViolationListNormalizer([], $y), 18 => $w19 => $t20 => new \ApiPlatform\Hydra\Serializer\DocumentationNormalizer($u$v$f$zNULL$xNULL$y), 21 => new \ApiPlatform\Hydra\Serializer\EntrypointNormalizer($u$k$x), 22 => new \ApiPlatform\Hydra\Serializer\ErrorNormalizer($xtrue), 23 => new \ApiPlatform\Problem\Serializer\ErrorNormalizer(true), 24 => new \Symfony\Component\Messenger\Transport\Serialization\Normalizer\FlattenExceptionNormalizer(), 25 => new \Symfony\Component\Serializer\Normalizer\ProblemNormalizer(true), 26 => new \Symfony\Component\Serializer\Normalizer\UidNormalizer(), 27 => new \ApiPlatform\JsonLd\Serializer\ItemNormalizer($u$v$f$k$z$l$o$y$aa, [], new RewindableGenerator(function () {
  1644.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformerService());
  1645.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationOutputDataTransformer()));
  1646.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformer2Service());
  1647.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] = new \App\DataTransformer\Precount\SimulationOutputDataTransformer()));
  1648.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1649.         }, 5), $m), 28 => new \ApiPlatform\Serializer\ItemNormalizer($v$f$k$z$o$y$aa$ntrueNULL, new RewindableGenerator(function () {
  1650.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformerService());
  1651.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationOutputDataTransformer()));
  1652.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformer2Service());
  1653.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] = new \App\DataTransformer\Precount\SimulationOutputDataTransformer()));
  1654.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1655.         }, 5), $u$m), 29 => new \Symfony\Component\Serializer\Normalizer\DateTimeNormalizer(), 30 => new \Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer([], $y), 31 => new \Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer(new \Symfony\Component\Serializer\Normalizer\PropertyNormalizer($aa$y$e, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [])), 32 => new \Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer(), 33 => new \Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer(), 34 => new \Symfony\Component\Serializer\Normalizer\FormErrorNormalizer(), 35 => new \Symfony\Component\Serializer\Normalizer\DataUriNormalizer(($this->privates['mime_types'] ?? $this->getMimeTypesService())), 36 => new \Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer(NULLNULL), 37 => new \ApiPlatform\Hydra\Serializer\CollectionFiltersNormalizer(new \ApiPlatform\Hydra\Serializer\PartialCollectionViewNormalizer(new \ApiPlatform\Hydra\Serializer\CollectionNormalizer($l$z$kNULL), 'page''pagination'$u$o), $u$z$i), 38 => new \Symfony\Component\Serializer\Normalizer\ArrayDenormalizer(), 39 => new \ApiPlatform\JsonLd\Serializer\ObjectNormalizer($a$k$l), 40 => $a], [=> new \App\Encoder\MultipartDecoder(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))), => new \Symfony\Component\Serializer\Encoder\XmlEncoder(), => $r=> new \Symfony\Component\Serializer\Encoder\YamlEncoder(NULLNULL), => new \Symfony\Component\Serializer\Encoder\CsvEncoder(), => new \ApiPlatform\Serializer\JsonEncoder('jsonld'), => new \ApiPlatform\Serializer\JsonEncoder('jsonproblem')]);
  1656.     }
  1657.     /**
  1658.      * Gets the public '.container.private.session' shared service.
  1659.      *
  1660.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1661.      */
  1662.     protected function get_Container_Private_SessionService()
  1663.     {
  1664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1666.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1667.         if (isset($this->services['.container.private.session'])) {
  1668.             return $this->services['.container.private.session'];
  1669.         }
  1670.         return $this->services['.container.private.session'] = $a->createSession();
  1671.     }
  1672.     /**
  1673.      * Gets the public '.container.private.twig' shared service.
  1674.      *
  1675.      * @return \Twig\Environment
  1676.      */
  1677.     protected function get_Container_Private_TwigService()
  1678.     {
  1679.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1680.         $a->addPath((\dirname(__DIR__4).'/public/uploads/logo'), 'img');
  1681.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1682.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1683.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1684.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1685.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1686.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1687.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1688.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1689.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1690.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1691.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1692.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1693.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1695.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1696.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1697.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1698.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1699.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1700.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1701.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1702.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1703.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1704.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1705.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1706.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1707.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1708.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1709.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1710.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1711.         $g = ($this->services['router'] ?? $this->getRouterService());
  1712.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1713.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1714.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1715.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1716.         $j->setEnvironment('dev');
  1717.         $j->setDebug(true);
  1718.         if ($this->has('.container.private.security.token_storage')) {
  1719.             $j->setTokenStorage($h);
  1720.         }
  1721.         if ($this->has('request_stack')) {
  1722.             $j->setRequestStack($d);
  1723.         }
  1724.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\AssetExtension(new \Symfony\Component\Asset\Packages(new \Symfony\Component\Asset\PathPackage('', new \Symfony\Component\Asset\VersionStrategy\EmptyVersionStrategy(), new \Symfony\Component\Asset\Context\RequestStackContext($d$e->getBaseUrl(), $e->isSecure())), new RewindableGenerator(function () {
  1729.             return new \EmptyIterator();
  1730.         }, 0))));
  1731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  1732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1734.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1735.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1736.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1737.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  1738.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1739.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1740.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1741.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1742.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SecurityExtension(($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService()), new \Symfony\Component\Security\Http\Impersonate\ImpersonateUrlGenerator($d, ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService()), $h)));
  1743.         $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())));
  1744.         $instance->addExtension(new \Twig\Extensions\ArrayExtension());
  1745.         $instance->addExtension(new \Twig\Extensions\DateExtension());
  1746.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  1747.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  1748.         $instance->addExtension(new \App\Service\DQL\PregMatch());
  1749.         $instance->addExtension(new \App\Twig\AppExtension());
  1750.         $instance->addExtension(new \App\Twig\RoleCheckerExtension(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())));
  1751.         $instance->addExtension(new \App\Twig\TheProperty\ExtensionOrder\StatusExtension());
  1752.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1753.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1754.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1755.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1756.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1757.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1758.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1759.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\EncryptorExtension(($this->privates['nzo_encryptor'] ?? $this->getNzoEncryptorService())));
  1760.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1761.         $instance->addGlobal('app'$j);
  1762.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1763.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1764.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1765.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1766.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1767.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  1768.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1769.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'false],
  1770.         ], [
  1771.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1772.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1773.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1774.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1775.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1776.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1777.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1778.         ])));
  1779.         $instance->addGlobal('googlemap_apikey'$this->getEnv('GOOGLE_API_KEY'));
  1780.         $instance->addGlobal('app_name''Wooed');
  1781.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1782.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1783.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1784.         return $instance;
  1785.     }
  1786.     /**
  1787.      * Gets the public '.container.private.validator' shared service.
  1788.      *
  1789.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1790.      */
  1791.     protected function get_Container_Private_ValidatorService()
  1792.     {
  1793.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1794.         if (isset($this->services['.container.private.validator'])) {
  1795.             return $this->services['.container.private.validator'];
  1796.         }
  1797.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1798.     }
  1799.     /**
  1800.      * Gets the public 'App\Command\AreaCommand' shared autowired service.
  1801.      *
  1802.      * @return \App\Command\AreaCommand
  1803.      */
  1804.     protected function getAreaCommandService()
  1805.     {
  1806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1807.         include_once \dirname(__DIR__4).'/src/Command/AreaCommand.php';
  1808.         include_once \dirname(__DIR__4).'/src/Service/Manager/AreaDataImportManager.php';
  1809.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1810.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1811.         $this->services['App\\Command\\AreaCommand'] = $instance = new \App\Command\AreaCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\AreaDataImportManager($a, ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Repository\\ZoneRepository'] ?? $this->getZoneRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\AreaCsvRepository'] ?? $this->getAreaCsvRepositoryService()), (\dirname(__DIR__4).'/public/csvarea/pending/'), (\dirname(__DIR__4).'/public/csvarea/traite/'));
  1812.         $instance->setName('app:import:area');
  1813.         return $instance;
  1814.     }
  1815.     /**
  1816.      * Gets the public 'App\Command\DVFCommand' shared autowired service.
  1817.      *
  1818.      * @return \App\Command\DVFCommand
  1819.      */
  1820.     protected function getDVFCommandService()
  1821.     {
  1822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1823.         include_once \dirname(__DIR__4).'/src/Command/DVFCommand.php';
  1824.         include_once \dirname(__DIR__4).'/src/Service/Manager/DVFImportManager.php';
  1825.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1826.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1827.         $this->services['App\\Command\\DVFCommand'] = $instance = new \App\Command\DVFCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\DVFImportManager($a, ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->privates['App\\Repository\\DVFRepository'] ?? $this->getDVFRepositoryService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\DVFCsvRepository'] ?? $this->getDVFCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/dvf/pending/'), (\dirname(__DIR__4).'/public/csv/dvf/traite/'));
  1828.         $instance->setName('app:import:dvf');
  1829.         return $instance;
  1830.     }
  1831.     /**
  1832.      * Gets the public 'App\Command\Engie\ImportCsvEngieCommand' shared autowired service.
  1833.      *
  1834.      * @return \App\Command\Engie\ImportCsvEngieCommand
  1835.      */
  1836.     protected function getImportCsvEngieCommandService()
  1837.     {
  1838.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1839.         include_once \dirname(__DIR__4).'/src/Command/Engie/ImportCsvEngieCommand.php';
  1840.         include_once \dirname(__DIR__4).'/src/Service/Manager/EngieDataImportManager.php';
  1841.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1842.         $this->services['App\\Command\\Engie\\ImportCsvEngieCommand'] = $instance = new \App\Command\Engie\ImportCsvEngieCommand(new \App\Service\Manager\EngieDataImportManager($a, ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Service\\Csv\\CsvManager'] ?? $this->getCsvManagerService()), ($this->privates['App\\Repository\\EngieCsvRepository'] ?? $this->getEngieCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/csvengie/pending/'), (\dirname(__DIR__4).'/public/csv/csvengie/archived/'));
  1843.         $instance->setName('app:import:engie');
  1844.         return $instance;
  1845.     }
  1846.     /**
  1847.      * Gets the public 'App\Command\ImportBrugisCommand' shared autowired service.
  1848.      *
  1849.      * @return \App\Command\ImportBrugisCommand
  1850.      */
  1851.     protected function getImportBrugisCommandService()
  1852.     {
  1853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1854.         include_once \dirname(__DIR__4).'/src/Command/ImportBrugisCommand.php';
  1855.         $this->services['App\\Command\\ImportBrugisCommand'] = $instance = new \App\Command\ImportBrugisCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\PrasCsvRepository'] ?? $this->getPrasCsvRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\BrugisRepository'] ?? $this->getBrugisRepositoryService()), (\dirname(__DIR__4).'/public/csv/pras/'));
  1856.         $instance->setName('app:import:brugis');
  1857.         $instance->setDescription('Commande pour ajouter des données pour Brugis');
  1858.         return $instance;
  1859.     }
  1860.     /**
  1861.      * Gets the public 'App\Command\ImportCsvNewProjectCommand' shared autowired service.
  1862.      *
  1863.      * @return \App\Command\ImportCsvNewProjectCommand
  1864.      */
  1865.     protected function getImportCsvNewProjectCommandService()
  1866.     {
  1867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1868.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvNewProjectCommand.php';
  1869.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1870.         include_once \dirname(__DIR__4).'/src/Service/Manager/NewProjectImmoImportManager.php';
  1871.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1872.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1873.         $this->services['App\\Command\\ImportCsvNewProjectCommand'] = $instance = new \App\Command\ImportCsvNewProjectCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\NewProjectImmoImportManager(($this->privates['App\\Repository\\NewProjectImmoRepository'] ?? $this->getNewProjectImmoRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), $a), $a, ($this->privates['App\\Repository\\NewProjectImmoCsvRepository'] ?? $this->getNewProjectImmoCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/newprojectimmo/'));
  1874.         $instance->setName('app:import:csv:new-project');
  1875.         return $instance;
  1876.     }
  1877.     /**
  1878.      * Gets the public 'App\Command\ImportCsvNotaryCommand' shared autowired service.
  1879.      *
  1880.      * @return \App\Command\ImportCsvNotaryCommand
  1881.      */
  1882.     protected function getImportCsvNotaryCommandService()
  1883.     {
  1884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1885.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvNotaryCommand.php';
  1886.         include_once \dirname(__DIR__4).'/src/Service/Manager/NotaryDataImportManager.php';
  1887.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1888.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1889.         $this->services['App\\Command\\ImportCsvNotaryCommand'] = $instance = new \App\Command\ImportCsvNotaryCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\NotaryDataImportManager($a, ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\NotaryRepository'] ?? $this->getNotaryRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService())), $a, ($this->privates['App\\Repository\\NotaryCsvRepository'] ?? $this->getNotaryCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/notary/pending/'));
  1890.         $instance->setName('app:import:notary');
  1891.         return $instance;
  1892.     }
  1893.     /**
  1894.      * Gets the public 'App\Command\ImportCsvOccupieCommand' shared autowired service.
  1895.      *
  1896.      * @return \App\Command\ImportCsvOccupieCommand
  1897.      */
  1898.     protected function getImportCsvOccupieCommandService()
  1899.     {
  1900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1901.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvOccupieCommand.php';
  1902.         include_once \dirname(__DIR__4).'/src/Service/Manager/OccupieDataImportManager.php';
  1903.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1904.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1905.         $this->services['App\\Command\\ImportCsvOccupieCommand'] = $instance = new \App\Command\ImportCsvOccupieCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\OccupieDataImportManager($a), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\OccupieCsvRepository'] ?? $this->getOccupieCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/occupie/pending/'), (\dirname(__DIR__4).'/public/csv/occupie/traite/'));
  1906.         $instance->setName('app:import:occupie');
  1907.         return $instance;
  1908.     }
  1909.     /**
  1910.      * Gets the public 'App\Command\ImportEducationCommand' shared autowired service.
  1911.      *
  1912.      * @return \App\Command\ImportEducationCommand
  1913.      */
  1914.     protected function getImportEducationCommandService()
  1915.     {
  1916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1917.         include_once \dirname(__DIR__4).'/src/Command/ImportEducationCommand.php';
  1918.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1919.         include_once \dirname(__DIR__4).'/src/Service/Manager/EducationCsvDataImportManager.php';
  1920.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1921.         $this->services['App\\Command\\ImportEducationCommand'] = $instance = new \App\Command\ImportEducationCommand(new \App\Service\Manager\EducationCsvDataImportManager(($this->privates['App\\Repository\\SchoolsRepository'] ?? $this->getSchoolsRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), $a), $a, ($this->privates['App\\Repository\\EducationCsvRepository'] ?? $this->getEducationCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/education/'));
  1922.         $instance->setName('app:import:education');
  1923.         return $instance;
  1924.     }
  1925.     /**
  1926.      * Gets the public 'App\Command\ImportPpasAffectationCommand' shared autowired service.
  1927.      *
  1928.      * @return \App\Command\ImportPpasAffectationCommand
  1929.      */
  1930.     protected function getImportPpasAffectationCommandService()
  1931.     {
  1932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1933.         include_once \dirname(__DIR__4).'/src/Command/ImportPpasAffectationCommand.php';
  1934.         include_once \dirname(__DIR__4).'/src/Service/Manager/PpasAffectationImportManager.php';
  1935.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1936.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1937.         $this->services['App\\Command\\ImportPpasAffectationCommand'] = $instance = new \App\Command\ImportPpasAffectationCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\PpasAffectationImportManager($a, ($this->privates['App\\Repository\\PpasAffectationRepository'] ?? $this->getPpasAffectationRepositoryService())), $a, ($this->privates['App\\Repository\\PpasAffectationCsvRepository'] ?? $this->getPpasAffectationCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/ppasaffectation/'));
  1938.         $instance->setName('app:import:ppas:affectation');
  1939.         return $instance;
  1940.     }
  1941.     /**
  1942.      * Gets the public 'App\Command\ImportPpasCommand' shared autowired service.
  1943.      *
  1944.      * @return \App\Command\ImportPpasCommand
  1945.      */
  1946.     protected function getImportPpasCommandService()
  1947.     {
  1948.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1949.         include_once \dirname(__DIR__4).'/src/Command/ImportPpasCommand.php';
  1950.         include_once \dirname(__DIR__4).'/src/Service/Manager/PpasImportManager.php';
  1951.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1952.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1953.         $this->services['App\\Command\\ImportPpasCommand'] = $instance = new \App\Command\ImportPpasCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\PpasImportManager($a, ($this->privates['App\\Repository\\PpasRepository'] ?? $this->getPpasRepositoryService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\PpasCsvRepository'] ?? $this->getPpasCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/ppas/pending/'), (\dirname(__DIR__4).'/public/csv/ppas/traite/'));
  1954.         $instance->setName('app:import:ppas');
  1955.         return $instance;
  1956.     }
  1957.     /**
  1958.      * Gets the public 'App\Command\ImportPublicInquiryExcelCommand' shared autowired service.
  1959.      *
  1960.      * @return \App\Command\ImportPublicInquiryExcelCommand
  1961.      */
  1962.     protected function getImportPublicInquiryExcelCommandService()
  1963.     {
  1964.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1965.         include_once \dirname(__DIR__4).'/src/Command/ImportPublicInquiryExcelCommand.php';
  1966.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1967.         include_once \dirname(__DIR__4).'/src/Service/Manager/PublicInquiryAnversImportManager.php';
  1968.         include_once \dirname(__DIR__4).'/src/Service/Manager/PublicInquiryBruxellesImportManager.php';
  1969.         $a = ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService());
  1970.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1971.         $this->services['App\\Command\\ImportPublicInquiryExcelCommand'] = $instance = new \App\Command\ImportPublicInquiryExcelCommand(new \App\Service\Manager\PublicInquiryAnversImportManager(($this->privates['App\\Repository\\PublicInquiryAnversRepository'] ?? $this->getPublicInquiryAnversRepositoryService()), $a$b), new \App\Service\Manager\PublicInquiryBruxellesImportManager(($this->privates['App\\Repository\\PublicInquiryBruxellesRepository'] ?? $this->getPublicInquiryBruxellesRepositoryService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), $b), $b, ($this->privates['App\\Repository\\PublicInquiryInProgressCsvRepository'] ?? $this->getPublicInquiryInProgressCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/publicinquiry/'));
  1972.         $instance->setName('app:import:excel:public:inquiry');
  1973.         return $instance;
  1974.     }
  1975.     /**
  1976.      * Gets the public 'App\Command\ImportWallonieCommand' shared autowired service.
  1977.      *
  1978.      * @return \App\Command\ImportWallonieCommand
  1979.      */
  1980.     protected function getImportWallonieCommandService()
  1981.     {
  1982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1983.         include_once \dirname(__DIR__4).'/src/Command/ImportWallonieCommand.php';
  1984.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1985.         include_once \dirname(__DIR__4).'/src/Service/Manager/WallonieImportManager.php';
  1986.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1987.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1988.         $this->services['App\\Command\\ImportWallonieCommand'] = $instance = new \App\Command\ImportWallonieCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\WallonieImportManager(($this->privates['App\\Repository\\WallonieRepository'] ?? $this->getWallonieRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), $a), $a, ($this->privates['App\\Repository\\PrasCsvRepository'] ?? $this->getPrasCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/pras/'));
  1989.         $instance->setName('app:import:wallonie');
  1990.         return $instance;
  1991.     }
  1992.     /**
  1993.      * Gets the public 'App\Command\ImportWaterSupplierControllerExcelCommand' shared autowired service.
  1994.      *
  1995.      * @return \App\Command\ImportWaterSupplierControllerExcelCommand
  1996.      */
  1997.     protected function getImportWaterSupplierControllerExcelCommandService()
  1998.     {
  1999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2000.         include_once \dirname(__DIR__4).'/src/Command/ImportWaterSupplierControllerExcelCommand.php';
  2001.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  2002.         include_once \dirname(__DIR__4).'/src/Service/Manager/WaterSupplierControllerManager.php';
  2003.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2004.         $this->services['App\\Command\\ImportWaterSupplierControllerExcelCommand'] = $instance = new \App\Command\ImportWaterSupplierControllerExcelCommand(new \App\Service\Manager\WaterSupplierControllerManager(($this->privates['App\\Repository\\WaterSupplierControllerRepository'] ?? $this->getWaterSupplierControllerRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), $a), ($this->privates['App\\Repository\\WaterSupplierControllerExcelRepository'] ?? $this->getWaterSupplierControllerExcelRepositoryService()), $a, (\dirname(__DIR__4).'/public/csv/watersuppliercontroller/'));
  2005.         $instance->setName('import:excel:watersupplier:controller');
  2006.         return $instance;
  2007.     }
  2008.     /**
  2009.      * Gets the public 'App\Command\ProviderInverterListCommand' shared autowired service.
  2010.      *
  2011.      * @return \App\Command\ProviderInverterListCommand
  2012.      */
  2013.     protected function getProviderInverterListCommandService()
  2014.     {
  2015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2016.         include_once \dirname(__DIR__4).'/src/Command/ProviderInverterListCommand.php';
  2017.         include_once \dirname(__DIR__4).'/src/Service/Manager/ProviderInverterManager.php';
  2018.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  2019.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2020.         $this->services['App\\Command\\ProviderInverterListCommand'] = $instance = new \App\Command\ProviderInverterListCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\ProviderInverterManager($a, ($this->privates['App\\Repository\\ProviderInverterListRepository'] ?? $this->getProviderInverterListRepositoryService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\ProviderInventerListCsvRepository'] ?? $this->getProviderInventerListCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/inverter/pending/'), (\dirname(__DIR__4).'/public/csv/inverter/traite/'));
  2021.         $instance->setName('import:inverter-list');
  2022.         return $instance;
  2023.     }
  2024.     /**
  2025.      * Gets the public 'App\Command\RulesCsvCommand' shared autowired service.
  2026.      *
  2027.      * @return \App\Command\RulesCsvCommand
  2028.      */
  2029.     protected function getRulesCsvCommandService()
  2030.     {
  2031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2032.         include_once \dirname(__DIR__4).'/src/Command/RulesCsvCommand.php';
  2033.         include_once \dirname(__DIR__4).'/src/Service/Manager/RulesCsvDataImportManager.php';
  2034.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  2035.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2036.         $this->services['App\\Command\\RulesCsvCommand'] = $instance = new \App\Command\RulesCsvCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\RulesCsvDataImportManager($a, ($this->privates['App\\Repository\\TypeofworkRepository'] ?? $this->getTypeofworkRepositoryService()), ($this->privates['App\\Repository\\SubsectionRepository'] ?? $this->getSubsectionRepositoryService()), ($this->privates['App\\Repository\\ChoicecategoryRepository'] ?? $this->getChoicecategoryRepositoryService()), ($this->privates['App\\Repository\\ModelRepository'] ?? $this->getModelRepositoryService()), ($this->privates['App\\Repository\\SubmodelRepository'] ?? $this->getSubmodelRepositoryService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\RulesCsvRepository'] ?? $this->getRulesCsvRepositoryService()), (\dirname(__DIR__4).'/public/csvwork/rules/pending/'), (\dirname(__DIR__4).'/public/csvwork/rules/traite/'));
  2037.         $instance->setName('app:import:csv:rules');
  2038.         $instance->setDescription('Commande pour ajouter les règles applicables depuis un fichier csv.');
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the public 'App\Command\SyndicAppartmentCommand' shared autowired service.
  2043.      *
  2044.      * @return \App\Command\SyndicAppartmentCommand
  2045.      */
  2046.     protected function getSyndicAppartmentCommandService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2049.         include_once \dirname(__DIR__4).'/src/Command/SyndicAppartmentCommand.php';
  2050.         include_once \dirname(__DIR__4).'/src/Service/Manager/SyndicApartementDataImportManager.php';
  2051.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  2052.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2053.         $this->services['App\\Command\\SyndicAppartmentCommand'] = $instance = new \App\Command\SyndicAppartmentCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\SyndicApartementDataImportManager($a), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\SyndicApartmentCsvRepository'] ?? $this->getSyndicApartmentCsvRepositoryService()), (\dirname(__DIR__4).'/public/csv/syndicAppartment/pending/'), (\dirname(__DIR__4).'/public/csv/syndicAppartment/traite/'));
  2054.         $instance->setName('app:import:syndicApartment');
  2055.         return $instance;
  2056.     }
  2057.     /**
  2058.      * Gets the public 'App\Command\WorkCsvCommand' shared autowired service.
  2059.      *
  2060.      * @return \App\Command\WorkCsvCommand
  2061.      */
  2062.     protected function getWorkCsvCommandService()
  2063.     {
  2064.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  2065.         include_once \dirname(__DIR__4).'/src/Command/WorkCsvCommand.php';
  2066.         include_once \dirname(__DIR__4).'/src/Service/Manager/WorkCsvDataImportManager.php';
  2067.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  2068.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2069.         $this->services['App\\Command\\WorkCsvCommand'] = $instance = new \App\Command\WorkCsvCommand(($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())), new \App\Service\Manager\WorkCsvDataImportManager($a, ($this->privates['App\\Repository\\TypeofworkRepository'] ?? $this->getTypeofworkRepositoryService()), ($this->privates['App\\Repository\\SubsectionRepository'] ?? $this->getSubsectionRepositoryService()), ($this->privates['App\\Repository\\ChoicecategoryRepository'] ?? $this->getChoicecategoryRepositoryService()), ($this->privates['App\\Repository\\ModelRepository'] ?? $this->getModelRepositoryService()), ($this->privates['App\\Repository\\SubmodelRepository'] ?? $this->getSubmodelRepositoryService())), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\WorkCsvRepository'] ?? $this->getWorkCsvRepositoryService()), (\dirname(__DIR__4).'/public/csvwork/pending/'), (\dirname(__DIR__4).'/public/csvwork/traite/'));
  2070.         $instance->setName('app:import:csv:work');
  2071.         $instance->setDescription('Commande pour ajouter des travaux depuis un fichier csv.');
  2072.         return $instance;
  2073.     }
  2074.     /**
  2075.      * Gets the public 'App\Controller\Authentication\AuthenticationController' shared autowired service.
  2076.      *
  2077.      * @return \App\Controller\Authentication\AuthenticationController
  2078.      */
  2079.     protected function getAuthenticationControllerService()
  2080.     {
  2081.         include_once \dirname(__DIR__4).'/src/Controller/Authentication/AuthenticationController.php';
  2082.         $this->services['App\\Controller\\Authentication\\AuthenticationController'] = $instance = new \App\Controller\Authentication\AuthenticationController();
  2083.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Authentication\\AuthenticationController'$this));
  2084.         return $instance;
  2085.     }
  2086.     /**
  2087.      * Gets the public 'App\Controller\ImmoCalcul\Bank\AxaController' shared autowired service.
  2088.      *
  2089.      * @return \App\Controller\ImmoCalcul\Bank\AxaController
  2090.      */
  2091.     protected function getAxaControllerService()
  2092.     {
  2093.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/AxaController.php';
  2094.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/AxaSimulationServices.php';
  2095.         $this->services['App\\Controller\\ImmoCalcul\\Bank\\AxaController'] = $instance = new \App\Controller\ImmoCalcul\Bank\AxaController(new \App\Service\ImmoCalcul\Bank\AxaSimulationServices(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  2096.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\AxaController'$this));
  2097.         return $instance;
  2098.     }
  2099.     /**
  2100.      * Gets the public 'App\Controller\ImmoCalcul\Bank\BelfiusController' shared autowired service.
  2101.      *
  2102.      * @return \App\Controller\ImmoCalcul\Bank\BelfiusController
  2103.      */
  2104.     protected function getBelfiusControllerService()
  2105.     {
  2106.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/BelfiusController.php';
  2107.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/BelfiusSimulationServices.php';
  2108.         $this->services['App\\Controller\\ImmoCalcul\\Bank\\BelfiusController'] = $instance = new \App\Controller\ImmoCalcul\Bank\BelfiusController(new \App\Service\ImmoCalcul\Bank\BelfiusSimulationServices(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  2109.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\BelfiusController'$this));
  2110.         return $instance;
  2111.     }
  2112.     /**
  2113.      * Gets the public 'App\Controller\ImmoCalcul\Bank\KbcController' shared autowired service.
  2114.      *
  2115.      * @return \App\Controller\ImmoCalcul\Bank\KbcController
  2116.      */
  2117.     protected function getKbcControllerService()
  2118.     {
  2119.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/KbcController.php';
  2120.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/KbcSimulationServices.php';
  2121.         $this->services['App\\Controller\\ImmoCalcul\\Bank\\KbcController'] = $instance = new \App\Controller\ImmoCalcul\Bank\KbcController(new \App\Service\ImmoCalcul\Bank\KbcSimulationServices(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  2122.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\KbcController'$this));
  2123.         return $instance;
  2124.     }
  2125.     /**
  2126.      * Gets the public 'App\Controller\ImmoCalcul\Bank\SimulationController' shared autowired service.
  2127.      *
  2128.      * @return \App\Controller\ImmoCalcul\Bank\SimulationController
  2129.      */
  2130.     protected function getSimulationControllerService()
  2131.     {
  2132.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/SimulationController.php';
  2133.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/AllSimulationServices.php';
  2134.         $this->services['App\\Controller\\ImmoCalcul\\Bank\\SimulationController'] = $instance = new \App\Controller\ImmoCalcul\Bank\SimulationController(new \App\Service\ImmoCalcul\Bank\AllSimulationServices(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  2135.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\SimulationController'$this));
  2136.         return $instance;
  2137.     }
  2138.     /**
  2139.      * Gets the public 'App\Controller\Insurance\SimulationController' shared autowired service.
  2140.      *
  2141.      * @return \App\Controller\Insurance\SimulationController
  2142.      */
  2143.     protected function getSimulationController2Service()
  2144.     {
  2145.         include_once \dirname(__DIR__4).'/src/Controller/Insurance/SimulationController.php';
  2146.         include_once \dirname(__DIR__4).'/src/Mybase/Services/HttpClientService.php';
  2147.         include_once \dirname(__DIR__4).'/src/Service/Insurance/HomeInsuranceSimulationService.php';
  2148.         include_once \dirname(__DIR__4).'/src/Service/Insurance/MaifSimulationService.php';
  2149.         $a = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  2150.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2151.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2152.         $d = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  2153.         $e = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  2154.         return $this->services['App\\Controller\\Insurance\\SimulationController'] = new \App\Controller\Insurance\SimulationController(new \App\Service\Insurance\HomeInsuranceSimulationService($a$b$this$c$d$e), new \App\Service\Insurance\MaifSimulationService($a$b$this$c$d$e));
  2155.     }
  2156.     /**
  2157.      * Gets the public 'App\Controller\Mailbox\MailboxController' shared autowired service.
  2158.      *
  2159.      * @return \App\Controller\Mailbox\MailboxController
  2160.      */
  2161.     protected function getMailboxControllerService()
  2162.     {
  2163.         include_once \dirname(__DIR__4).'/src/Controller/Mailbox/MailboxController.php';
  2164.         include_once \dirname(__DIR__4).'/src/Serializer/Mailbox/EmailNormalizerInterface.php';
  2165.         include_once \dirname(__DIR__4).'/src/Serializer/Mailbox/EmailNormalizer.php';
  2166.         $this->services['App\\Controller\\Mailbox\\MailboxController'] = $instance = new \App\Controller\Mailbox\MailboxController(($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService()), new \App\Serializer\Mailbox\EmailNormalizer(), ($this->privates['App\\Service\\Mailbox\\RealtimeApi\\MercureRealtimePublisher'] ?? $this->getMercureRealtimePublisherService()));
  2167.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mailbox\\MailboxController'$this));
  2168.         return $instance;
  2169.     }
  2170.     /**
  2171.      * Gets the public 'App\Controller\MarkOfInterest\MarkOfInterestInCaseofSaleController' shared autowired service.
  2172.      *
  2173.      * @return \App\Controller\MarkOfInterest\MarkOfInterestInCaseofSaleController
  2174.      */
  2175.     protected function getMarkOfInterestInCaseofSaleControllerService()
  2176.     {
  2177.         include_once \dirname(__DIR__4).'/src/Controller/MarkOfInterest/MarkOfInterestInCaseofSaleController.php';
  2178.         $this->services['App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController'] = $instance = new \App\Controller\MarkOfInterest\MarkOfInterestInCaseofSaleController(($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'] ?? $this->getMarkOfInterestInCaseOfSaleServiceService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2179.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController'$this));
  2180.         return $instance;
  2181.     }
  2182.     /**
  2183.      * Gets the public 'App\Controller\OnespanEventController' shared autowired service.
  2184.      *
  2185.      * @return \App\Controller\OnespanEventController
  2186.      */
  2187.     protected function getOnespanEventControllerService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/src/Controller/OnespanEventController.php';
  2190.         return $this->services['App\\Controller\\OnespanEventController'] = new \App\Controller\OnespanEventController(($this->services['App\\Service\\Onespan\\EventNotificationService'] ?? $this->getEventNotificationServiceService()));
  2191.     }
  2192.     /**
  2193.      * Gets the public 'App\Controller\PersonnelAuthenticatorController' shared autowired service.
  2194.      *
  2195.      * @return \App\Controller\PersonnelAuthenticatorController
  2196.      */
  2197.     protected function getPersonnelAuthenticatorControllerService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/src/Controller/PersonnelAuthenticatorController.php';
  2200.         include_once \dirname(__DIR__4).'/src/Service/CityServices.php';
  2201.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2202.         $this->services['App\\Controller\\PersonnelAuthenticatorController'] = $instance = new \App\Controller\PersonnelAuthenticatorController(($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), $a, new \App\Service\CityServices(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2203.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PersonnelAuthenticatorController'$this));
  2204.         return $instance;
  2205.     }
  2206.     /**
  2207.      * Gets the public 'App\Controller\SentryTestController' shared autowired service.
  2208.      *
  2209.      * @return \App\Controller\SentryTestController
  2210.      */
  2211.     protected function getSentryTestControllerService()
  2212.     {
  2213.         include_once \dirname(__DIR__4).'/src/Controller/SentryTestController.php';
  2214.         $this->services['App\\Controller\\SentryTestController'] = $instance = new \App\Controller\SentryTestController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2215.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SentryTestController'$this));
  2216.         return $instance;
  2217.     }
  2218.     /**
  2219.      * Gets the public 'App\Controller\UserRating\UserRatingController' shared autowired service.
  2220.      *
  2221.      * @return \App\Controller\UserRating\UserRatingController
  2222.      */
  2223.     protected function getUserRatingControllerService()
  2224.     {
  2225.         include_once \dirname(__DIR__4).'/src/Controller/UserRating/UserRatingController.php';
  2226.         return $this->services['App\\Controller\\UserRating\\UserRatingController'] = new \App\Controller\UserRating\UserRatingController(($this->privates['App\\Service\\Rating\\UserRatingService'] ?? $this->getUserRatingServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\UserRating\\UserRatingRepository'] ?? $this->getUserRatingRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  2227.     }
  2228.     /**
  2229.      * Gets the public 'App\Controller\WebhookController' shared autowired service.
  2230.      *
  2231.      * @return \App\Controller\WebhookController
  2232.      */
  2233.     protected function getWebhookControllerService()
  2234.     {
  2235.         include_once \dirname(__DIR__4).'/src/Controller/WebhookController.php';
  2236.         $this->services['App\\Controller\\WebhookController'] = $instance = new \App\Controller\WebhookController(($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService'] ?? $this->getPaymentServiceService()));
  2237.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\WebhookController'$this));
  2238.         return $instance;
  2239.     }
  2240.     /**
  2241.      * Gets the public 'App\Controller\YousignWebhookController' shared autowired service.
  2242.      *
  2243.      * @return \App\Controller\YousignWebhookController
  2244.      */
  2245.     protected function getYousignWebhookControllerService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/src/Controller/YousignWebhookController.php';
  2248.         return $this->services['App\\Controller\\YousignWebhookController'] = new \App\Controller\YousignWebhookController();
  2249.     }
  2250.     /**
  2251.      * Gets the public 'App\Controller\admin\AbstractCsvController' shared autowired service.
  2252.      *
  2253.      * @return \App\Controller\admin\AbstractCsvController
  2254.      */
  2255.     protected function getAbstractCsvControllerService()
  2256.     {
  2257.         include_once \dirname(__DIR__4).'/src/Controller/admin/AbstractCsvController.php';
  2258.         $this->services['App\\Controller\\admin\\AbstractCsvController'] = $instance = new \App\Controller\admin\AbstractCsvController();
  2259.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\AbstractCsvController'$this));
  2260.         return $instance;
  2261.     }
  2262.     /**
  2263.      * Gets the public 'App\Controller\admin\AnnoncementController' shared autowired service.
  2264.      *
  2265.      * @return \App\Controller\admin\AnnoncementController
  2266.      */
  2267.     protected function getAnnoncementControllerService()
  2268.     {
  2269.         include_once \dirname(__DIR__4).'/src/Controller/admin/AnnoncementController.php';
  2270.         $this->services['App\\Controller\\admin\\AnnoncementController'] = $instance = new \App\Controller\admin\AnnoncementController();
  2271.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\AnnoncementController'$this));
  2272.         return $instance;
  2273.     }
  2274.     /**
  2275.      * Gets the public 'App\Controller\admin\ArchitectArtWorkController' shared autowired service.
  2276.      *
  2277.      * @return \App\Controller\admin\ArchitectArtWorkController
  2278.      */
  2279.     protected function getArchitectArtWorkControllerService()
  2280.     {
  2281.         include_once \dirname(__DIR__4).'/src/Controller/admin/ArchitectArtWorkController.php';
  2282.         $this->services['App\\Controller\\admin\\ArchitectArtWorkController'] = $instance = new \App\Controller\admin\ArchitectArtWorkController();
  2283.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ArchitectArtWorkController'$this));
  2284.         return $instance;
  2285.     }
  2286.     /**
  2287.      * Gets the public 'App\Controller\admin\ArchitectController' shared autowired service.
  2288.      *
  2289.      * @return \App\Controller\admin\ArchitectController
  2290.      */
  2291.     protected function getArchitectControllerService()
  2292.     {
  2293.         include_once \dirname(__DIR__4).'/src/Controller/admin/ArchitectController.php';
  2294.         $this->services['App\\Controller\\admin\\ArchitectController'] = $instance = new \App\Controller\admin\ArchitectController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2295.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ArchitectController'$this));
  2296.         return $instance;
  2297.     }
  2298.     /**
  2299.      * Gets the public 'App\Controller\admin\AreaCsvController' shared autowired service.
  2300.      *
  2301.      * @return \App\Controller\admin\AreaCsvController
  2302.      */
  2303.     protected function getAreaCsvControllerService()
  2304.     {
  2305.         include_once \dirname(__DIR__4).'/src/Controller/admin/AreaCsvController.php';
  2306.         $this->services['App\\Controller\\admin\\AreaCsvController'] = $instance = new \App\Controller\admin\AreaCsvController();
  2307.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\AreaCsvController'$this));
  2308.         return $instance;
  2309.     }
  2310.     /**
  2311.      * Gets the public 'App\Controller\admin\BankController' shared autowired service.
  2312.      *
  2313.      * @return \App\Controller\admin\BankController
  2314.      */
  2315.     protected function getBankControllerService()
  2316.     {
  2317.         include_once \dirname(__DIR__4).'/src/Controller/admin/BankController.php';
  2318.         $this->services['App\\Controller\\admin\\BankController'] = $instance = new \App\Controller\admin\BankController();
  2319.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\BankController'$this));
  2320.         return $instance;
  2321.     }
  2322.     /**
  2323.      * Gets the public 'App\Controller\admin\BrugisCsvController' shared autowired service.
  2324.      *
  2325.      * @return \App\Controller\admin\BrugisCsvController
  2326.      */
  2327.     protected function getBrugisCsvControllerService()
  2328.     {
  2329.         include_once \dirname(__DIR__4).'/src/Controller/admin/BrugisCsvController.php';
  2330.         $this->services['App\\Controller\\admin\\BrugisCsvController'] = $instance = new \App\Controller\admin\BrugisCsvController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2331.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\BrugisCsvController'$this));
  2332.         return $instance;
  2333.     }
  2334.     /**
  2335.      * Gets the public 'App\Controller\admin\Citerne\PermitCiterneController' shared autowired service.
  2336.      *
  2337.      * @return \App\Controller\admin\Citerne\PermitCiterneController
  2338.      */
  2339.     protected function getPermitCiterneControllerService()
  2340.     {
  2341.         include_once \dirname(__DIR__4).'/src/Controller/admin/Citerne/PermitCiterneController.php';
  2342.         $this->services['App\\Controller\\admin\\Citerne\\PermitCiterneController'] = $instance = new \App\Controller\admin\Citerne\PermitCiterneController();
  2343.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Citerne\\PermitCiterneController'$this));
  2344.         return $instance;
  2345.     }
  2346.     /**
  2347.      * Gets the public 'App\Controller\admin\CityController' shared autowired service.
  2348.      *
  2349.      * @return \App\Controller\admin\CityController
  2350.      */
  2351.     protected function getCityControllerService()
  2352.     {
  2353.         include_once \dirname(__DIR__4).'/src/Controller/admin/CityController.php';
  2354.         $this->services['App\\Controller\\admin\\CityController'] = $instance = new \App\Controller\admin\CityController();
  2355.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\CityController'$this));
  2356.         return $instance;
  2357.     }
  2358.     /**
  2359.      * Gets the public 'App\Controller\admin\ClientsController' shared autowired service.
  2360.      *
  2361.      * @return \App\Controller\admin\ClientsController
  2362.      */
  2363.     protected function getClientsControllerService()
  2364.     {
  2365.         include_once \dirname(__DIR__4).'/src/Controller/admin/ClientsController.php';
  2366.         $this->services['App\\Controller\\admin\\ClientsController'] = $instance = new \App\Controller\admin\ClientsController();
  2367.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ClientsController'$this));
  2368.         return $instance;
  2369.     }
  2370.     /**
  2371.      * Gets the public 'App\Controller\admin\ContactsellerController' shared autowired service.
  2372.      *
  2373.      * @return \App\Controller\admin\ContactsellerController
  2374.      */
  2375.     protected function getContactsellerControllerService()
  2376.     {
  2377.         include_once \dirname(__DIR__4).'/src/Controller/admin/ContactsellerController.php';
  2378.         $this->services['App\\Controller\\admin\\ContactsellerController'] = $instance = new \App\Controller\admin\ContactsellerController();
  2379.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ContactsellerController'$this));
  2380.         return $instance;
  2381.     }
  2382.     /**
  2383.      * Gets the public 'App\Controller\admin\CountryController' shared autowired service.
  2384.      *
  2385.      * @return \App\Controller\admin\CountryController
  2386.      */
  2387.     protected function getCountryControllerService()
  2388.     {
  2389.         include_once \dirname(__DIR__4).'/src/Controller/admin/CountryController.php';
  2390.         $this->services['App\\Controller\\admin\\CountryController'] = $instance = new \App\Controller\admin\CountryController();
  2391.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\CountryController'$this));
  2392.         return $instance;
  2393.     }
  2394.     /**
  2395.      * Gets the public 'App\Controller\admin\DVFController' shared autowired service.
  2396.      *
  2397.      * @return \App\Controller\admin\DVFController
  2398.      */
  2399.     protected function getDVFControllerService()
  2400.     {
  2401.         include_once \dirname(__DIR__4).'/src/Controller/admin/DVFController.php';
  2402.         $this->services['App\\Controller\\admin\\DVFController'] = $instance = new \App\Controller\admin\DVFController();
  2403.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DVFController'$this));
  2404.         return $instance;
  2405.     }
  2406.     /**
  2407.      * Gets the public 'App\Controller\admin\DailyNeededController' shared autowired service.
  2408.      *
  2409.      * @return \App\Controller\admin\DailyNeededController
  2410.      */
  2411.     protected function getDailyNeededControllerService()
  2412.     {
  2413.         include_once \dirname(__DIR__4).'/src/Controller/admin/DailyNeededController.php';
  2414.         $this->services['App\\Controller\\admin\\DailyNeededController'] = $instance = new \App\Controller\admin\DailyNeededController(($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2415.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DailyNeededController'$this));
  2416.         return $instance;
  2417.     }
  2418.     /**
  2419.      * Gets the public 'App\Controller\admin\DeedOfSaleController' shared autowired service.
  2420.      *
  2421.      * @return \App\Controller\admin\DeedOfSaleController
  2422.      */
  2423.     protected function getDeedOfSaleControllerService()
  2424.     {
  2425.         include_once \dirname(__DIR__4).'/src/Controller/admin/DeedOfSaleController.php';
  2426.         $this->services['App\\Controller\\admin\\DeedOfSaleController'] = $instance = new \App\Controller\admin\DeedOfSaleController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2427.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DeedOfSaleController'$this));
  2428.         return $instance;
  2429.     }
  2430.     /**
  2431.      * Gets the public 'App\Controller\admin\DefaultclauseController' shared autowired service.
  2432.      *
  2433.      * @return \App\Controller\admin\DefaultclauseController
  2434.      */
  2435.     protected function getDefaultclauseControllerService()
  2436.     {
  2437.         include_once \dirname(__DIR__4).'/src/Controller/admin/DefaultclauseController.php';
  2438.         $this->services['App\\Controller\\admin\\DefaultclauseController'] = $instance = new \App\Controller\admin\DefaultclauseController();
  2439.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DefaultclauseController'$this));
  2440.         return $instance;
  2441.     }
  2442.     /**
  2443.      * Gets the public 'App\Controller\admin\DistanceController' shared autowired service.
  2444.      *
  2445.      * @return \App\Controller\admin\DistanceController
  2446.      */
  2447.     protected function getDistanceControllerService()
  2448.     {
  2449.         include_once \dirname(__DIR__4).'/src/Controller/admin/DistanceController.php';
  2450.         $this->services['App\\Controller\\admin\\DistanceController'] = $instance = new \App\Controller\admin\DistanceController();
  2451.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DistanceController'$this));
  2452.         return $instance;
  2453.     }
  2454.     /**
  2455.      * Gets the public 'App\Controller\admin\DocumenttypeController' shared autowired service.
  2456.      *
  2457.      * @return \App\Controller\admin\DocumenttypeController
  2458.      */
  2459.     protected function getDocumenttypeControllerService()
  2460.     {
  2461.         include_once \dirname(__DIR__4).'/src/Controller/admin/DocumenttypeController.php';
  2462.         $this->services['App\\Controller\\admin\\DocumenttypeController'] = $instance = new \App\Controller\admin\DocumenttypeController();
  2463.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DocumenttypeController'$this));
  2464.         return $instance;
  2465.     }
  2466.     /**
  2467.      * Gets the public 'App\Controller\admin\EditNeighborhood3DController' shared autowired service.
  2468.      *
  2469.      * @return \App\Controller\admin\EditNeighborhood3DController
  2470.      */
  2471.     protected function getEditNeighborhood3DControllerService()
  2472.     {
  2473.         include_once \dirname(__DIR__4).'/src/Controller/admin/EditNeighborhood3DController.php';
  2474.         $this->services['App\\Controller\\admin\\EditNeighborhood3DController'] = $instance = new \App\Controller\admin\EditNeighborhood3DController(($this->privates['App\\Repository\\NeighborhoodEditRepository'] ?? $this->getNeighborhoodEditRepositoryService()));
  2475.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\EditNeighborhood3DController'$this));
  2476.         return $instance;
  2477.     }
  2478.     /**
  2479.      * Gets the public 'App\Controller\admin\Education\EducationController' shared autowired service.
  2480.      *
  2481.      * @return \App\Controller\admin\Education\EducationController
  2482.      */
  2483.     protected function getEducationControllerService()
  2484.     {
  2485.         include_once \dirname(__DIR__4).'/src/Controller/admin/Education/EducationController.php';
  2486.         $this->services['App\\Controller\\admin\\Education\\EducationController'] = $instance = new \App\Controller\admin\Education\EducationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2487.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Education\\EducationController'$this));
  2488.         return $instance;
  2489.     }
  2490.     /**
  2491.      * Gets the public 'App\Controller\admin\EngieCsvController' shared autowired service.
  2492.      *
  2493.      * @return \App\Controller\admin\EngieCsvController
  2494.      */
  2495.     protected function getEngieCsvControllerService()
  2496.     {
  2497.         include_once \dirname(__DIR__4).'/src/Controller/admin/AbstractCsvController.php';
  2498.         include_once \dirname(__DIR__4).'/src/Controller/admin/EngieCsvController.php';
  2499.         $this->services['App\\Controller\\admin\\EngieCsvController'] = $instance = new \App\Controller\admin\EngieCsvController();
  2500.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\EngieCsvController'$this));
  2501.         return $instance;
  2502.     }
  2503.     /**
  2504.      * Gets the public 'App\Controller\admin\Environment\CategoryEnvironmentController' shared autowired service.
  2505.      *
  2506.      * @return \App\Controller\admin\Environment\CategoryEnvironmentController
  2507.      */
  2508.     protected function getCategoryEnvironmentControllerService()
  2509.     {
  2510.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/CategoryEnvironmentController.php';
  2511.         $this->services['App\\Controller\\admin\\Environment\\CategoryEnvironmentController'] = $instance = new \App\Controller\admin\Environment\CategoryEnvironmentController();
  2512.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\CategoryEnvironmentController'$this));
  2513.         return $instance;
  2514.     }
  2515.     /**
  2516.      * Gets the public 'App\Controller\admin\Environment\ObligationCsvController' shared autowired service.
  2517.      *
  2518.      * @return \App\Controller\admin\Environment\ObligationCsvController
  2519.      */
  2520.     protected function getObligationCsvControllerService()
  2521.     {
  2522.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/ObligationCsvController.php';
  2523.         $this->services['App\\Controller\\admin\\Environment\\ObligationCsvController'] = $instance = new \App\Controller\admin\Environment\ObligationCsvController();
  2524.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\ObligationCsvController'$this));
  2525.         return $instance;
  2526.     }
  2527.     /**
  2528.      * Gets the public 'App\Controller\admin\Environment\ObligationsController' shared autowired service.
  2529.      *
  2530.      * @return \App\Controller\admin\Environment\ObligationsController
  2531.      */
  2532.     protected function getObligationsControllerService()
  2533.     {
  2534.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/ObligationsController.php';
  2535.         $this->services['App\\Controller\\admin\\Environment\\ObligationsController'] = $instance = new \App\Controller\admin\Environment\ObligationsController();
  2536.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\ObligationsController'$this));
  2537.         return $instance;
  2538.     }
  2539.     /**
  2540.      * Gets the public 'App\Controller\admin\Environment\PermitLocationEnvironmentController' shared autowired service.
  2541.      *
  2542.      * @return \App\Controller\admin\Environment\PermitLocationEnvironmentController
  2543.      */
  2544.     protected function getPermitLocationEnvironmentControllerService()
  2545.     {
  2546.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/PermitLocationEnvironmentController.php';
  2547.         $this->services['App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController'] = $instance = new \App\Controller\admin\Environment\PermitLocationEnvironmentController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2548.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController'$this));
  2549.         return $instance;
  2550.     }
  2551.     /**
  2552.      * Gets the public 'App\Controller\admin\ExcelFileController' shared autowired service.
  2553.      *
  2554.      * @return \App\Controller\admin\ExcelFileController
  2555.      */
  2556.     protected function getExcelFileControllerService()
  2557.     {
  2558.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExcelFileController.php';
  2559.         $this->services['App\\Controller\\admin\\ExcelFileController'] = $instance = new \App\Controller\admin\ExcelFileController();
  2560.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExcelFileController'$this));
  2561.         return $instance;
  2562.     }
  2563.     /**
  2564.      * Gets the public 'App\Controller\admin\ExcelWorkController' shared autowired service.
  2565.      *
  2566.      * @return \App\Controller\admin\ExcelWorkController
  2567.      */
  2568.     protected function getExcelWorkControllerService()
  2569.     {
  2570.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExcelWorkController.php';
  2571.         $this->services['App\\Controller\\admin\\ExcelWorkController'] = $instance = new \App\Controller\admin\ExcelWorkController();
  2572.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExcelWorkController'$this));
  2573.         return $instance;
  2574.     }
  2575.     /**
  2576.      * Gets the public 'App\Controller\admin\ExternalAdverstisingController' shared autowired service.
  2577.      *
  2578.      * @return \App\Controller\admin\ExternalAdverstisingController
  2579.      */
  2580.     protected function getExternalAdverstisingControllerService()
  2581.     {
  2582.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExternalAdverstisingController.php';
  2583.         $this->services['App\\Controller\\admin\\ExternalAdverstisingController'] = $instance = new \App\Controller\admin\ExternalAdverstisingController();
  2584.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExternalAdverstisingController'$this));
  2585.         return $instance;
  2586.     }
  2587.     /**
  2588.      * Gets the public 'App\Controller\admin\ExternalOfferController' shared autowired service.
  2589.      *
  2590.      * @return \App\Controller\admin\ExternalOfferController
  2591.      */
  2592.     protected function getExternalOfferControllerService()
  2593.     {
  2594.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExternalOfferController.php';
  2595.         $this->services['App\\Controller\\admin\\ExternalOfferController'] = $instance = new \App\Controller\admin\ExternalOfferController();
  2596.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExternalOfferController'$this));
  2597.         return $instance;
  2598.     }
  2599.     /**
  2600.      * Gets the public 'App\Controller\admin\ExternalProviderController' shared autowired service.
  2601.      *
  2602.      * @return \App\Controller\admin\ExternalProviderController
  2603.      */
  2604.     protected function getExternalProviderControllerService()
  2605.     {
  2606.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExternalProviderController.php';
  2607.         $this->services['App\\Controller\\admin\\ExternalProviderController'] = $instance = new \App\Controller\admin\ExternalProviderController();
  2608.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExternalProviderController'$this));
  2609.         return $instance;
  2610.     }
  2611.     /**
  2612.      * Gets the public 'App\Controller\admin\FeatureController' shared autowired service.
  2613.      *
  2614.      * @return \App\Controller\admin\FeatureController
  2615.      */
  2616.     protected function getFeatureControllerService()
  2617.     {
  2618.         include_once \dirname(__DIR__4).'/src/Controller/admin/FeatureController.php';
  2619.         $this->services['App\\Controller\\admin\\FeatureController'] = $instance = new \App\Controller\admin\FeatureController();
  2620.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\FeatureController'$this));
  2621.         return $instance;
  2622.     }
  2623.     /**
  2624.      * Gets the public 'App\Controller\admin\ImagepubController' shared autowired service.
  2625.      *
  2626.      * @return \App\Controller\admin\ImagepubController
  2627.      */
  2628.     protected function getImagepubControllerService()
  2629.     {
  2630.         include_once \dirname(__DIR__4).'/src/Controller/admin/ImagepubController.php';
  2631.         $this->services['App\\Controller\\admin\\ImagepubController'] = $instance = new \App\Controller\admin\ImagepubController();
  2632.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ImagepubController'$this));
  2633.         return $instance;
  2634.     }
  2635.     /**
  2636.      * Gets the public 'App\Controller\admin\InsuranceController' shared autowired service.
  2637.      *
  2638.      * @return \App\Controller\admin\InsuranceController
  2639.      */
  2640.     protected function getInsuranceControllerService()
  2641.     {
  2642.         include_once \dirname(__DIR__4).'/src/Controller/admin/InsuranceController.php';
  2643.         $this->services['App\\Controller\\admin\\InsuranceController'] = $instance = new \App\Controller\admin\InsuranceController();
  2644.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\InsuranceController'$this));
  2645.         return $instance;
  2646.     }
  2647.     /**
  2648.      * Gets the public 'App\Controller\admin\LandPropertyDestinationController' shared autowired service.
  2649.      *
  2650.      * @return \App\Controller\admin\LandPropertyDestinationController
  2651.      */
  2652.     protected function getLandPropertyDestinationControllerService()
  2653.     {
  2654.         include_once \dirname(__DIR__4).'/src/Controller/admin/LandPropertyDestinationController.php';
  2655.         $this->services['App\\Controller\\admin\\LandPropertyDestinationController'] = $instance = new \App\Controller\admin\LandPropertyDestinationController();
  2656.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\LandPropertyDestinationController'$this));
  2657.         return $instance;
  2658.     }
  2659.     /**
  2660.      * Gets the public 'App\Controller\admin\LocationTypeController' shared autowired service.
  2661.      *
  2662.      * @return \App\Controller\admin\LocationTypeController
  2663.      */
  2664.     protected function getLocationTypeControllerService()
  2665.     {
  2666.         include_once \dirname(__DIR__4).'/src/Controller/admin/LocationTypeController.php';
  2667.         $this->services['App\\Controller\\admin\\LocationTypeController'] = $instance = new \App\Controller\admin\LocationTypeController();
  2668.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\LocationTypeController'$this));
  2669.         return $instance;
  2670.     }
  2671.     /**
  2672.      * Gets the public 'App\Controller\admin\Location\InformationController' shared autowired service.
  2673.      *
  2674.      * @return \App\Controller\admin\Location\InformationController
  2675.      */
  2676.     protected function getInformationControllerService()
  2677.     {
  2678.         include_once \dirname(__DIR__4).'/src/Controller/admin/Location/InformationController.php';
  2679.         $this->services['App\\Controller\\admin\\Location\\InformationController'] = $instance = new \App\Controller\admin\Location\InformationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\UrbanInformationRepository'] ?? $this->getUrbanInformationRepositoryService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2680.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Location\\InformationController'$this));
  2681.         return $instance;
  2682.     }
  2683.     /**
  2684.      * Gets the public 'App\Controller\admin\MunicipalityController' shared autowired service.
  2685.      *
  2686.      * @return \App\Controller\admin\MunicipalityController
  2687.      */
  2688.     protected function getMunicipalityControllerService()
  2689.     {
  2690.         include_once \dirname(__DIR__4).'/src/Controller/admin/MunicipalityController.php';
  2691.         $this->services['App\\Controller\\admin\\MunicipalityController'] = $instance = new \App\Controller\admin\MunicipalityController();
  2692.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\MunicipalityController'$this));
  2693.         return $instance;
  2694.     }
  2695.     /**
  2696.      * Gets the public 'App\Controller\admin\NearbyServices\ServiceCategoryController' shared autowired service.
  2697.      *
  2698.      * @return \App\Controller\admin\NearbyServices\ServiceCategoryController
  2699.      */
  2700.     protected function getServiceCategoryControllerService()
  2701.     {
  2702.         include_once \dirname(__DIR__4).'/src/Controller/admin/NearbyServices/ServiceCategoryController.php';
  2703.         $this->services['App\\Controller\\admin\\NearbyServices\\ServiceCategoryController'] = $instance = new \App\Controller\admin\NearbyServices\ServiceCategoryController();
  2704.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NearbyServices\\ServiceCategoryController'$this));
  2705.         return $instance;
  2706.     }
  2707.     /**
  2708.      * Gets the public 'App\Controller\admin\NearbyServices\TheserviceController' shared autowired service.
  2709.      *
  2710.      * @return \App\Controller\admin\NearbyServices\TheserviceController
  2711.      */
  2712.     protected function getTheserviceControllerService()
  2713.     {
  2714.         include_once \dirname(__DIR__4).'/src/Controller/admin/NearbyServices/TheserviceController.php';
  2715.         $this->services['App\\Controller\\admin\\NearbyServices\\TheserviceController'] = $instance = new \App\Controller\admin\NearbyServices\TheserviceController();
  2716.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NearbyServices\\TheserviceController'$this));
  2717.         return $instance;
  2718.     }
  2719.     /**
  2720.      * Gets the public 'App\Controller\admin\NewProjectImmoCsvController' shared autowired service.
  2721.      *
  2722.      * @return \App\Controller\admin\NewProjectImmoCsvController
  2723.      */
  2724.     protected function getNewProjectImmoCsvControllerService()
  2725.     {
  2726.         include_once \dirname(__DIR__4).'/src/Controller/admin/NewProjectImmoCsvController.php';
  2727.         $this->services['App\\Controller\\admin\\NewProjectImmoCsvController'] = $instance = new \App\Controller\admin\NewProjectImmoCsvController(($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2728.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NewProjectImmoCsvController'$this));
  2729.         return $instance;
  2730.     }
  2731.     /**
  2732.      * Gets the public 'App\Controller\admin\NotaryController' shared autowired service.
  2733.      *
  2734.      * @return \App\Controller\admin\NotaryController
  2735.      */
  2736.     protected function getNotaryControllerService()
  2737.     {
  2738.         include_once \dirname(__DIR__4).'/src/Controller/admin/NotaryController.php';
  2739.         $this->services['App\\Controller\\admin\\NotaryController'] = $instance = new \App\Controller\admin\NotaryController();
  2740.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NotaryController'$this));
  2741.         return $instance;
  2742.     }
  2743.     /**
  2744.      * Gets the public 'App\Controller\admin\OccupationPeriodFileController' shared autowired service.
  2745.      *
  2746.      * @return \App\Controller\admin\OccupationPeriodFileController
  2747.      */
  2748.     protected function getOccupationPeriodFileControllerService()
  2749.     {
  2750.         include_once \dirname(__DIR__4).'/src/Controller/admin/OccupationPeriodFileController.php';
  2751.         $this->services['App\\Controller\\admin\\OccupationPeriodFileController'] = $instance = new \App\Controller\admin\OccupationPeriodFileController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2752.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OccupationPeriodFileController'$this));
  2753.         return $instance;
  2754.     }
  2755.     /**
  2756.      * Gets the public 'App\Controller\admin\OccupieEstimationController' shared autowired service.
  2757.      *
  2758.      * @return \App\Controller\admin\OccupieEstimationController
  2759.      */
  2760.     protected function getOccupieEstimationControllerService()
  2761.     {
  2762.         include_once \dirname(__DIR__4).'/src/Controller/admin/OccupieEstimationController.php';
  2763.         $this->services['App\\Controller\\admin\\OccupieEstimationController'] = $instance = new \App\Controller\admin\OccupieEstimationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2764.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OccupieEstimationController'$this));
  2765.         return $instance;
  2766.     }
  2767.     /**
  2768.      * Gets the public 'App\Controller\admin\OfferController' shared autowired service.
  2769.      *
  2770.      * @return \App\Controller\admin\OfferController
  2771.      */
  2772.     protected function getOfferControllerService()
  2773.     {
  2774.         include_once \dirname(__DIR__4).'/src/Controller/admin/OfferController.php';
  2775.         $this->services['App\\Controller\\admin\\OfferController'] = $instance = new \App\Controller\admin\OfferController();
  2776.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OfferController'$this));
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the public 'App\Controller\admin\OptionController' shared autowired service.
  2781.      *
  2782.      * @return \App\Controller\admin\OptionController
  2783.      */
  2784.     protected function getOptionControllerService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/src/Controller/admin/OptionController.php';
  2787.         $this->services['App\\Controller\\admin\\OptionController'] = $instance = new \App\Controller\admin\OptionController();
  2788.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OptionController'$this));
  2789.         return $instance;
  2790.     }
  2791.     /**
  2792.      * Gets the public 'App\Controller\admin\ParametreController' shared autowired service.
  2793.      *
  2794.      * @return \App\Controller\admin\ParametreController
  2795.      */
  2796.     protected function getParametreControllerService()
  2797.     {
  2798.         include_once \dirname(__DIR__4).'/src/Controller/admin/ParametreController.php';
  2799.         $this->services['App\\Controller\\admin\\ParametreController'] = $instance = new \App\Controller\admin\ParametreController();
  2800.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ParametreController'$this));
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the public 'App\Controller\admin\PebIntegrationController' shared autowired service.
  2805.      *
  2806.      * @return \App\Controller\admin\PebIntegrationController
  2807.      */
  2808.     protected function getPebIntegrationControllerService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/src/Controller/admin/PebIntegrationController.php';
  2811.         include_once \dirname(__DIR__4).'/src/Service/Admin/PebIntegrationService.php';
  2812.         $this->services['App\\Controller\\admin\\PebIntegrationController'] = $instance = new \App\Controller\admin\PebIntegrationController(new \App\Service\Admin\PebIntegrationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  2813.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PebIntegrationController'$this));
  2814.         return $instance;
  2815.     }
  2816.     /**
  2817.      * Gets the public 'App\Controller\admin\PersonnelController' shared autowired service.
  2818.      *
  2819.      * @return \App\Controller\admin\PersonnelController
  2820.      */
  2821.     protected function getPersonnelControllerService()
  2822.     {
  2823.         include_once \dirname(__DIR__4).'/src/Command/Admin/ValidateInputAdminUserCommand.php';
  2824.         include_once \dirname(__DIR__4).'/src/Controller/admin/PersonnelController.php';
  2825.         $this->services['App\\Controller\\admin\\PersonnelController'] = $instance = new \App\Controller\admin\PersonnelController(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  2826.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PersonnelController'$this));
  2827.         return $instance;
  2828.     }
  2829.     /**
  2830.      * Gets the public 'App\Controller\admin\Plan\PlanController' shared autowired service.
  2831.      *
  2832.      * @return \App\Controller\admin\Plan\PlanController
  2833.      */
  2834.     protected function getPlanControllerService()
  2835.     {
  2836.         include_once \dirname(__DIR__4).'/src/Controller/admin/Plan/PlanController.php';
  2837.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/PlanService.php';
  2838.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  2839.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  2840.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  2841.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  2842.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  2843.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2844.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2845.         $this->services['App\\Controller\\admin\\Plan\\PlanController'] = $instance = new \App\Controller\admin\Plan\PlanController(new \App\Service\Api\Subscription\PlanService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a$b, ($this->services['Stripe\\StripeClient'] ?? ($this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')])))), $a$b);
  2846.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Plan\\PlanController'$this));
  2847.         return $instance;
  2848.     }
  2849.     /**
  2850.      * Gets the public 'App\Controller\admin\PpasAffectationCsvController' shared autowired service.
  2851.      *
  2852.      * @return \App\Controller\admin\PpasAffectationCsvController
  2853.      */
  2854.     protected function getPpasAffectationCsvControllerService()
  2855.     {
  2856.         include_once \dirname(__DIR__4).'/src/Controller/admin/PpasAffectationCsvController.php';
  2857.         $this->services['App\\Controller\\admin\\PpasAffectationCsvController'] = $instance = new \App\Controller\admin\PpasAffectationCsvController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2858.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PpasAffectationCsvController'$this));
  2859.         return $instance;
  2860.     }
  2861.     /**
  2862.      * Gets the public 'App\Controller\admin\PpasCsvController' shared autowired service.
  2863.      *
  2864.      * @return \App\Controller\admin\PpasCsvController
  2865.      */
  2866.     protected function getPpasCsvControllerService()
  2867.     {
  2868.         include_once \dirname(__DIR__4).'/src/Controller/admin/PpasCsvController.php';
  2869.         $this->services['App\\Controller\\admin\\PpasCsvController'] = $instance = new \App\Controller\admin\PpasCsvController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2870.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PpasCsvController'$this));
  2871.         return $instance;
  2872.     }
  2873.     /**
  2874.      * Gets the public 'App\Controller\admin\PrasAffectationConditionController' shared autowired service.
  2875.      *
  2876.      * @return \App\Controller\admin\PrasAffectationConditionController
  2877.      */
  2878.     protected function getPrasAffectationConditionControllerService()
  2879.     {
  2880.         include_once \dirname(__DIR__4).'/src/Controller/admin/PrasAffectationConditionController.php';
  2881.         $this->services['App\\Controller\\admin\\PrasAffectationConditionController'] = $instance = new \App\Controller\admin\PrasAffectationConditionController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2882.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PrasAffectationConditionController'$this));
  2883.         return $instance;
  2884.     }
  2885.     /**
  2886.      * Gets the public 'App\Controller\admin\PrasAffectationController' shared autowired service.
  2887.      *
  2888.      * @return \App\Controller\admin\PrasAffectationController
  2889.      */
  2890.     protected function getPrasAffectationControllerService()
  2891.     {
  2892.         include_once \dirname(__DIR__4).'/src/Controller/admin/PrasAffectationController.php';
  2893.         $this->services['App\\Controller\\admin\\PrasAffectationController'] = $instance = new \App\Controller\admin\PrasAffectationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2894.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PrasAffectationController'$this));
  2895.         return $instance;
  2896.     }
  2897.     /**
  2898.      * Gets the public 'App\Controller\admin\PrasCsvController' shared autowired service.
  2899.      *
  2900.      * @return \App\Controller\admin\PrasCsvController
  2901.      */
  2902.     protected function getPrasCsvControllerService()
  2903.     {
  2904.         include_once \dirname(__DIR__4).'/src/Controller/admin/PrasCsvController.php';
  2905.         $this->services['App\\Controller\\admin\\PrasCsvController'] = $instance = new \App\Controller\admin\PrasCsvController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2906.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PrasCsvController'$this));
  2907.         return $instance;
  2908.     }
  2909.     /**
  2910.      * Gets the public 'App\Controller\admin\PrasZoneController' shared autowired service.
  2911.      *
  2912.      * @return \App\Controller\admin\PrasZoneController
  2913.      */
  2914.     protected function getPrasZoneControllerService()
  2915.     {
  2916.         include_once \dirname(__DIR__4).'/src/Controller/admin/PrasZoneController.php';
  2917.         $this->services['App\\Controller\\admin\\PrasZoneController'] = $instance = new \App\Controller\admin\PrasZoneController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()));
  2918.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PrasZoneController'$this));
  2919.         return $instance;
  2920.     }
  2921.     /**
  2922.      * Gets the public 'App\Controller\admin\Prime\AbstractPrimeController' shared autowired service.
  2923.      *
  2924.      * @return \App\Controller\admin\Prime\AbstractPrimeController
  2925.      */
  2926.     protected function getAbstractPrimeControllerService()
  2927.     {
  2928.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2929.         $this->services['App\\Controller\\admin\\Prime\\AbstractPrimeController'] = $instance = new \App\Controller\admin\Prime\AbstractPrimeController(($this->privates['App\\Repository\\PrimeRepository'] ?? $this->getPrimeRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2930.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\AbstractPrimeController'$this));
  2931.         return $instance;
  2932.     }
  2933.     /**
  2934.      * Gets the public 'App\Controller\admin\Prime\PrimeBruxellesController' shared autowired service.
  2935.      *
  2936.      * @return \App\Controller\admin\Prime\PrimeBruxellesController
  2937.      */
  2938.     protected function getPrimeBruxellesControllerService()
  2939.     {
  2940.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2941.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeBruxellesController.php';
  2942.         $this->services['App\\Controller\\admin\\Prime\\PrimeBruxellesController'] = $instance = new \App\Controller\admin\Prime\PrimeBruxellesController(($this->privates['App\\Repository\\PrimeRepository'] ?? $this->getPrimeRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2943.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeBruxellesController'$this));
  2944.         return $instance;
  2945.     }
  2946.     /**
  2947.      * Gets the public 'App\Controller\admin\Prime\PrimeController' shared autowired service.
  2948.      *
  2949.      * @return \App\Controller\admin\Prime\PrimeController
  2950.      */
  2951.     protected function getPrimeControllerService()
  2952.     {
  2953.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeController.php';
  2954.         $this->services['App\\Controller\\admin\\Prime\\PrimeController'] = $instance = new \App\Controller\admin\Prime\PrimeController();
  2955.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeController'$this));
  2956.         return $instance;
  2957.     }
  2958.     /**
  2959.      * Gets the public 'App\Controller\admin\Prime\PrimeCsvController' shared autowired service.
  2960.      *
  2961.      * @return \App\Controller\admin\Prime\PrimeCsvController
  2962.      */
  2963.     protected function getPrimeCsvControllerService()
  2964.     {
  2965.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeCsvController.php';
  2966.         $this->services['App\\Controller\\admin\\Prime\\PrimeCsvController'] = $instance = new \App\Controller\admin\Prime\PrimeCsvController();
  2967.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeCsvController'$this));
  2968.         return $instance;
  2969.     }
  2970.     /**
  2971.      * Gets the public 'App\Controller\admin\Prime\PrimeFranceController' shared autowired service.
  2972.      *
  2973.      * @return \App\Controller\admin\Prime\PrimeFranceController
  2974.      */
  2975.     protected function getPrimeFranceControllerService()
  2976.     {
  2977.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2978.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeFranceController.php';
  2979.         $this->services['App\\Controller\\admin\\Prime\\PrimeFranceController'] = $instance = new \App\Controller\admin\Prime\PrimeFranceController(($this->privates['App\\Repository\\PrimeRepository'] ?? $this->getPrimeRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2980.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeFranceController'$this));
  2981.         return $instance;
  2982.     }
  2983.     /**
  2984.      * Gets the public 'App\Controller\admin\Prime\PrimeLuxembourgController' shared autowired service.
  2985.      *
  2986.      * @return \App\Controller\admin\Prime\PrimeLuxembourgController
  2987.      */
  2988.     protected function getPrimeLuxembourgControllerService()
  2989.     {
  2990.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2991.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeLuxembourgController.php';
  2992.         $this->services['App\\Controller\\admin\\Prime\\PrimeLuxembourgController'] = $instance = new \App\Controller\admin\Prime\PrimeLuxembourgController(($this->privates['App\\Repository\\PrimeRepository'] ?? $this->getPrimeRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2993.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeLuxembourgController'$this));
  2994.         return $instance;
  2995.     }
  2996.     /**
  2997.      * Gets the public 'App\Controller\admin\Prime\PrimeWallonieController' shared autowired service.
  2998.      *
  2999.      * @return \App\Controller\admin\Prime\PrimeWallonieController
  3000.      */
  3001.     protected function getPrimeWallonieControllerService()
  3002.     {
  3003.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  3004.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeWallonieController.php';
  3005.         $this->services['App\\Controller\\admin\\Prime\\PrimeWallonieController'] = $instance = new \App\Controller\admin\Prime\PrimeWallonieController(($this->privates['App\\Repository\\PrimeRepository'] ?? $this->getPrimeRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3006.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeWallonieController'$this));
  3007.         return $instance;
  3008.     }
  3009.     /**
  3010.      * Gets the public 'App\Controller\admin\Prime\ProcedureController' shared autowired service.
  3011.      *
  3012.      * @return \App\Controller\admin\Prime\ProcedureController
  3013.      */
  3014.     protected function getProcedureControllerService()
  3015.     {
  3016.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  3017.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/ProcedureController.php';
  3018.         $this->services['App\\Controller\\admin\\Prime\\ProcedureController'] = $instance = new \App\Controller\admin\Prime\ProcedureController(($this->privates['App\\Repository\\PrimeRepository'] ?? $this->getPrimeRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3019.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\ProcedureController'$this));
  3020.         return $instance;
  3021.     }
  3022.     /**
  3023.      * Gets the public 'App\Controller\admin\PropertyTypeController' shared autowired service.
  3024.      *
  3025.      * @return \App\Controller\admin\PropertyTypeController
  3026.      */
  3027.     protected function getPropertyTypeControllerService()
  3028.     {
  3029.         include_once \dirname(__DIR__4).'/src/Controller/admin/PropertyTypeController.php';
  3030.         $this->services['App\\Controller\\admin\\PropertyTypeController'] = $instance = new \App\Controller\admin\PropertyTypeController();
  3031.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PropertyTypeController'$this));
  3032.         return $instance;
  3033.     }
  3034.     /**
  3035.      * Gets the public 'App\Controller\admin\ProviderFluviusController' shared autowired service.
  3036.      *
  3037.      * @return \App\Controller\admin\ProviderFluviusController
  3038.      */
  3039.     protected function getProviderFluviusControllerService()
  3040.     {
  3041.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderFluviusController.php';
  3042.         $this->services['App\\Controller\\admin\\ProviderFluviusController'] = $instance = new \App\Controller\admin\ProviderFluviusController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3043.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderFluviusController'$this));
  3044.         return $instance;
  3045.     }
  3046.     /**
  3047.      * Gets the public 'App\Controller\admin\ProviderInverterController' shared autowired service.
  3048.      *
  3049.      * @return \App\Controller\admin\ProviderInverterController
  3050.      */
  3051.     protected function getProviderInverterControllerService()
  3052.     {
  3053.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderInverterController.php';
  3054.         $this->services['App\\Controller\\admin\\ProviderInverterController'] = $instance = new \App\Controller\admin\ProviderInverterController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ProviderInventerListCsvRepository'] ?? $this->getProviderInventerListCsvRepositoryService()));
  3055.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderInverterController'$this));
  3056.         return $instance;
  3057.     }
  3058.     /**
  3059.      * Gets the public 'App\Controller\admin\ProviderOresController' shared autowired service.
  3060.      *
  3061.      * @return \App\Controller\admin\ProviderOresController
  3062.      */
  3063.     protected function getProviderOresControllerService()
  3064.     {
  3065.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderOresController.php';
  3066.         $this->services['App\\Controller\\admin\\ProviderOresController'] = $instance = new \App\Controller\admin\ProviderOresController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3067.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderOresController'$this));
  3068.         return $instance;
  3069.     }
  3070.     /**
  3071.      * Gets the public 'App\Controller\admin\ProviderSibelgaController' shared autowired service.
  3072.      *
  3073.      * @return \App\Controller\admin\ProviderSibelgaController
  3074.      */
  3075.     protected function getProviderSibelgaControllerService()
  3076.     {
  3077.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderSibelgaController.php';
  3078.         $this->services['App\\Controller\\admin\\ProviderSibelgaController'] = $instance = new \App\Controller\admin\ProviderSibelgaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3079.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderSibelgaController'$this));
  3080.         return $instance;
  3081.     }
  3082.     /**
  3083.      * Gets the public 'App\Controller\admin\ProviderSocietyController' shared autowired service.
  3084.      *
  3085.      * @return \App\Controller\admin\ProviderSocietyController
  3086.      */
  3087.     protected function getProviderSocietyControllerService()
  3088.     {
  3089.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderSocietyController.php';
  3090.         $this->services['App\\Controller\\admin\\ProviderSocietyController'] = $instance = new \App\Controller\admin\ProviderSocietyController();
  3091.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderSocietyController'$this));
  3092.         return $instance;
  3093.     }
  3094.     /**
  3095.      * Gets the public 'App\Controller\admin\PublicInquiryInProgressCsvController' shared autowired service.
  3096.      *
  3097.      * @return \App\Controller\admin\PublicInquiryInProgressCsvController
  3098.      */
  3099.     protected function getPublicInquiryInProgressCsvControllerService()
  3100.     {
  3101.         include_once \dirname(__DIR__4).'/src/Controller/admin/PublicInquiryInProgressCsvController.php';
  3102.         $this->services['App\\Controller\\admin\\PublicInquiryInProgressCsvController'] = $instance = new \App\Controller\admin\PublicInquiryInProgressCsvController(($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  3103.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PublicInquiryInProgressCsvController'$this));
  3104.         return $instance;
  3105.     }
  3106.     /**
  3107.      * Gets the public 'App\Controller\admin\PurchasePartnerRequestController' shared autowired service.
  3108.      *
  3109.      * @return \App\Controller\admin\PurchasePartnerRequestController
  3110.      */
  3111.     protected function getPurchasePartnerRequestControllerService()
  3112.     {
  3113.         include_once \dirname(__DIR__4).'/src/Controller/admin/PurchasePartnerRequestController.php';
  3114.         $this->services['App\\Controller\\admin\\PurchasePartnerRequestController'] = $instance = new \App\Controller\admin\PurchasePartnerRequestController();
  3115.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PurchasePartnerRequestController'$this));
  3116.         return $instance;
  3117.     }
  3118.     /**
  3119.      * Gets the public 'App\Controller\admin\PurchasePartnerRequestObjectifController' shared autowired service.
  3120.      *
  3121.      * @return \App\Controller\admin\PurchasePartnerRequestObjectifController
  3122.      */
  3123.     protected function getPurchasePartnerRequestObjectifControllerService()
  3124.     {
  3125.         include_once \dirname(__DIR__4).'/src/Controller/admin/PurchasePartnerRequestObjectifController.php';
  3126.         $this->services['App\\Controller\\admin\\PurchasePartnerRequestObjectifController'] = $instance = new \App\Controller\admin\PurchasePartnerRequestObjectifController();
  3127.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PurchasePartnerRequestObjectifController'$this));
  3128.         return $instance;
  3129.     }
  3130.     /**
  3131.      * Gets the public 'App\Controller\admin\RedirectHomeController' shared autowired service.
  3132.      *
  3133.      * @return \App\Controller\admin\RedirectHomeController
  3134.      */
  3135.     protected function getRedirectHomeControllerService()
  3136.     {
  3137.         include_once \dirname(__DIR__4).'/src/Controller/admin/RedirectHomeController.php';
  3138.         $this->services['App\\Controller\\admin\\RedirectHomeController'] = $instance = new \App\Controller\admin\RedirectHomeController();
  3139.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RedirectHomeController'$this));
  3140.         return $instance;
  3141.     }
  3142.     /**
  3143.      * Gets the public 'App\Controller\admin\RegionController' shared autowired service.
  3144.      *
  3145.      * @return \App\Controller\admin\RegionController
  3146.      */
  3147.     protected function getRegionControllerService()
  3148.     {
  3149.         include_once \dirname(__DIR__4).'/src/Controller/admin/RegionController.php';
  3150.         $this->services['App\\Controller\\admin\\RegionController'] = $instance = new \App\Controller\admin\RegionController();
  3151.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RegionController'$this));
  3152.         return $instance;
  3153.     }
  3154.     /**
  3155.      * Gets the public 'App\Controller\admin\RentalController' shared autowired service.
  3156.      *
  3157.      * @return \App\Controller\admin\RentalController
  3158.      */
  3159.     protected function getRentalControllerService()
  3160.     {
  3161.         include_once \dirname(__DIR__4).'/src/Controller/admin/RentalController.php';
  3162.         $this->services['App\\Controller\\admin\\RentalController'] = $instance = new \App\Controller\admin\RentalController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3163.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RentalController'$this));
  3164.         return $instance;
  3165.     }
  3166.     /**
  3167.      * Gets the public 'App\Controller\admin\RentestimationController' shared autowired service.
  3168.      *
  3169.      * @return \App\Controller\admin\RentestimationController
  3170.      */
  3171.     protected function getRentestimationControllerService()
  3172.     {
  3173.         include_once \dirname(__DIR__4).'/src/Controller/admin/RentestimationController.php';
  3174.         $this->services['App\\Controller\\admin\\RentestimationController'] = $instance = new \App\Controller\admin\RentestimationController();
  3175.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RentestimationController'$this));
  3176.         return $instance;
  3177.     }
  3178.     /**
  3179.      * Gets the public 'App\Controller\admin\RoofController' shared autowired service.
  3180.      *
  3181.      * @return \App\Controller\admin\RoofController
  3182.      */
  3183.     protected function getRoofControllerService()
  3184.     {
  3185.         include_once \dirname(__DIR__4).'/src/Controller/admin/RoofController.php';
  3186.         $this->services['App\\Controller\\admin\\RoofController'] = $instance = new \App\Controller\admin\RoofController();
  3187.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RoofController'$this));
  3188.         return $instance;
  3189.     }
  3190.     /**
  3191.      * Gets the public 'App\Controller\admin\SalesAgreementController' shared autowired service.
  3192.      *
  3193.      * @return \App\Controller\admin\SalesAgreementController
  3194.      */
  3195.     protected function getSalesAgreementControllerService()
  3196.     {
  3197.         include_once \dirname(__DIR__4).'/src/Controller/admin/SalesAgreementController.php';
  3198.         $this->services['App\\Controller\\admin\\SalesAgreementController'] = $instance = new \App\Controller\admin\SalesAgreementController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  3199.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SalesAgreementController'$this));
  3200.         return $instance;
  3201.     }
  3202.     /**
  3203.      * Gets the public 'App\Controller\admin\SizeController' shared autowired service.
  3204.      *
  3205.      * @return \App\Controller\admin\SizeController
  3206.      */
  3207.     protected function getSizeControllerService()
  3208.     {
  3209.         include_once \dirname(__DIR__4).'/src/Controller/admin/SizeController.php';
  3210.         $this->services['App\\Controller\\admin\\SizeController'] = $instance = new \App\Controller\admin\SizeController();
  3211.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SizeController'$this));
  3212.         return $instance;
  3213.     }
  3214.     /**
  3215.      * Gets the public 'App\Controller\admin\StoreController' shared autowired service.
  3216.      *
  3217.      * @return \App\Controller\admin\StoreController
  3218.      */
  3219.     protected function getStoreControllerService()
  3220.     {
  3221.         include_once \dirname(__DIR__4).'/src/Controller/admin/StoreController.php';
  3222.         $this->services['App\\Controller\\admin\\StoreController'] = $instance = new \App\Controller\admin\StoreController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3223.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\StoreController'$this));
  3224.         return $instance;
  3225.     }
  3226.     /**
  3227.      * Gets the public 'App\Controller\admin\SubjectController' shared autowired service.
  3228.      *
  3229.      * @return \App\Controller\admin\SubjectController
  3230.      */
  3231.     protected function getSubjectControllerService()
  3232.     {
  3233.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubjectController.php';
  3234.         $this->services['App\\Controller\\admin\\SubjectController'] = $instance = new \App\Controller\admin\SubjectController();
  3235.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SubjectController'$this));
  3236.         return $instance;
  3237.     }
  3238.     /**
  3239.      * Gets the public 'App\Controller\admin\SubscriptionProductController' shared autowired service.
  3240.      *
  3241.      * @return \App\Controller\admin\SubscriptionProductController
  3242.      */
  3243.     protected function getSubscriptionProductControllerService()
  3244.     {
  3245.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubscriptionProductController.php';
  3246.         include_once \dirname(__DIR__4).'/src/Service/Stripe/ProductService.php';
  3247.         include_once \dirname(__DIR__4).'/src/Service/Stripe/PlanService.php';
  3248.         $this->services['App\\Controller\\admin\\SubscriptionProductController'] = $instance = new \App\Controller\admin\SubscriptionProductController(new \App\Service\Stripe\ProductService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), new \App\Service\Stripe\PlanService(), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  3249.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SubscriptionProductController'$this));
  3250.         return $instance;
  3251.     }
  3252.     /**
  3253.      * Gets the public 'App\Controller\admin\SubscriptionProductServiceController' shared autowired service.
  3254.      *
  3255.      * @return \App\Controller\admin\SubscriptionProductServiceController
  3256.      */
  3257.     protected function getSubscriptionProductServiceControllerService()
  3258.     {
  3259.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubscriptionProductServiceController.php';
  3260.         $this->services['App\\Controller\\admin\\SubscriptionProductServiceController'] = $instance = new \App\Controller\admin\SubscriptionProductServiceController();
  3261.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SubscriptionProductServiceController'$this));
  3262.         return $instance;
  3263.     }
  3264.     /**
  3265.      * Gets the public 'App\Controller\admin\SuperficieController' shared autowired service.
  3266.      *
  3267.      * @return \App\Controller\admin\SuperficieController
  3268.      */
  3269.     protected function getSuperficieControllerService()
  3270.     {
  3271.         include_once \dirname(__DIR__4).'/src/Controller/admin/SuperficieController.php';
  3272.         $this->services['App\\Controller\\admin\\SuperficieController'] = $instance = new \App\Controller\admin\SuperficieController();
  3273.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SuperficieController'$this));
  3274.         return $instance;
  3275.     }
  3276.     /**
  3277.      * Gets the public 'App\Controller\admin\SupplierController' shared autowired service.
  3278.      *
  3279.      * @return \App\Controller\admin\SupplierController
  3280.      */
  3281.     protected function getSupplierControllerService()
  3282.     {
  3283.         include_once \dirname(__DIR__4).'/src/Controller/admin/SupplierController.php';
  3284.         $this->services['App\\Controller\\admin\\SupplierController'] = $instance = new \App\Controller\admin\SupplierController();
  3285.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SupplierController'$this));
  3286.         return $instance;
  3287.     }
  3288.     /**
  3289.      * Gets the public 'App\Controller\admin\SyndicApartmentController' shared autowired service.
  3290.      *
  3291.      * @return \App\Controller\admin\SyndicApartmentController
  3292.      */
  3293.     protected function getSyndicApartmentControllerService()
  3294.     {
  3295.         include_once \dirname(__DIR__4).'/src/Controller/admin/SyndicApartmentController.php';
  3296.         $this->services['App\\Controller\\admin\\SyndicApartmentController'] = $instance = new \App\Controller\admin\SyndicApartmentController();
  3297.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SyndicApartmentController'$this));
  3298.         return $instance;
  3299.     }
  3300.     /**
  3301.      * Gets the public 'App\Controller\admin\TableaudebordController' shared autowired service.
  3302.      *
  3303.      * @return \App\Controller\admin\TableaudebordController
  3304.      */
  3305.     protected function getTableaudebordControllerService()
  3306.     {
  3307.         include_once \dirname(__DIR__4).'/src/Controller/admin/TableaudebordController.php';
  3308.         $this->services['App\\Controller\\admin\\TableaudebordController'] = $instance = new \App\Controller\admin\TableaudebordController();
  3309.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TableaudebordController'$this));
  3310.         return $instance;
  3311.     }
  3312.     /**
  3313.      * Gets the public 'App\Controller\admin\TheProperty\ExtensionOrder\ThePropertyExtensionOrderController' shared autowired service.
  3314.      *
  3315.      * @return \App\Controller\admin\TheProperty\ExtensionOrder\ThePropertyExtensionOrderController
  3316.      */
  3317.     protected function getThePropertyExtensionOrderControllerService()
  3318.     {
  3319.         include_once \dirname(__DIR__4).'/src/Controller/admin/TheProperty/ExtensionOrder/ThePropertyExtensionOrderController.php';
  3320.         $this->services['App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController'] = $instance = new \App\Controller\admin\TheProperty\ExtensionOrder\ThePropertyExtensionOrderController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3321.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController'$this));
  3322.         return $instance;
  3323.     }
  3324.     /**
  3325.      * Gets the public 'App\Controller\admin\TheProperty\ThepropertyController' shared autowired service.
  3326.      *
  3327.      * @return \App\Controller\admin\TheProperty\ThepropertyController
  3328.      */
  3329.     protected function getThepropertyControllerService()
  3330.     {
  3331.         include_once \dirname(__DIR__4).'/src/Controller/admin/TheProperty/ThepropertyController.php';
  3332.         $this->services['App\\Controller\\admin\\TheProperty\\ThepropertyController'] = $instance = new \App\Controller\admin\TheProperty\ThepropertyController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  3333.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TheProperty\\ThepropertyController'$this));
  3334.         return $instance;
  3335.     }
  3336.     /**
  3337.      * Gets the public 'App\Controller\admin\TheProperty\TransactionTypeController' shared autowired service.
  3338.      *
  3339.      * @return \App\Controller\admin\TheProperty\TransactionTypeController
  3340.      */
  3341.     protected function getTransactionTypeControllerService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/src/Controller/admin/TheProperty/TransactionTypeController.php';
  3344.         $this->services['App\\Controller\\admin\\TheProperty\\TransactionTypeController'] = $instance = new \App\Controller\admin\TheProperty\TransactionTypeController();
  3345.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TheProperty\\TransactionTypeController'$this));
  3346.         return $instance;
  3347.     }
  3348.     /**
  3349.      * Gets the public 'App\Controller\admin\ThepropertyProviderController' shared autowired service.
  3350.      *
  3351.      * @return \App\Controller\admin\ThepropertyProviderController
  3352.      */
  3353.     protected function getThepropertyProviderControllerService()
  3354.     {
  3355.         include_once \dirname(__DIR__4).'/src/Controller/admin/ThepropertyProviderController.php';
  3356.         $this->services['App\\Controller\\admin\\ThepropertyProviderController'] = $instance = new \App\Controller\admin\ThepropertyProviderController();
  3357.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ThepropertyProviderController'$this));
  3358.         return $instance;
  3359.     }
  3360.     /**
  3361.      * Gets the public 'App\Controller\admin\UploadCsvController' shared autowired service.
  3362.      *
  3363.      * @return \App\Controller\admin\UploadCsvController
  3364.      */
  3365.     protected function getUploadCsvControllerService()
  3366.     {
  3367.         include_once \dirname(__DIR__4).'/src/Controller/admin/UploadCsvController.php';
  3368.         $this->services['App\\Controller\\admin\\UploadCsvController'] = $instance = new \App\Controller\admin\UploadCsvController();
  3369.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\UploadCsvController'$this));
  3370.         return $instance;
  3371.     }
  3372.     /**
  3373.      * Gets the public 'App\Controller\admin\VoirieController' shared autowired service.
  3374.      *
  3375.      * @return \App\Controller\admin\VoirieController
  3376.      */
  3377.     protected function getVoirieControllerService()
  3378.     {
  3379.         include_once \dirname(__DIR__4).'/src/Controller/admin/AbstractCsvController.php';
  3380.         include_once \dirname(__DIR__4).'/src/Controller/admin/VoirieController.php';
  3381.         $this->services['App\\Controller\\admin\\VoirieController'] = $instance = new \App\Controller\admin\VoirieController();
  3382.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\VoirieController'$this));
  3383.         return $instance;
  3384.     }
  3385.     /**
  3386.      * Gets the public 'App\Controller\admin\WaterSupplierControllerExcelController' shared autowired service.
  3387.      *
  3388.      * @return \App\Controller\admin\WaterSupplierControllerExcelController
  3389.      */
  3390.     protected function getWaterSupplierControllerExcelControllerService()
  3391.     {
  3392.         include_once \dirname(__DIR__4).'/src/Controller/admin/WaterSupplierControllerExcelController.php';
  3393.         $this->services['App\\Controller\\admin\\WaterSupplierControllerExcelController'] = $instance = new \App\Controller\admin\WaterSupplierControllerExcelController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  3394.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\WaterSupplierControllerExcelController'$this));
  3395.         return $instance;
  3396.     }
  3397.     /**
  3398.      * Gets the public 'App\Controller\admin\WorkController' shared autowired service.
  3399.      *
  3400.      * @return \App\Controller\admin\WorkController
  3401.      */
  3402.     protected function getWorkControllerService()
  3403.     {
  3404.         include_once \dirname(__DIR__4).'/src/Controller/admin/WorkController.php';
  3405.         $this->services['App\\Controller\\admin\\WorkController'] = $instance = new \App\Controller\admin\WorkController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  3406.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\WorkController'$this));
  3407.         return $instance;
  3408.     }
  3409.     /**
  3410.      * Gets the public 'App\Controller\ajax\MunicipalityAjaxController' shared autowired service.
  3411.      *
  3412.      * @return \App\Controller\ajax\MunicipalityAjaxController
  3413.      */
  3414.     protected function getMunicipalityAjaxControllerService()
  3415.     {
  3416.         include_once \dirname(__DIR__4).'/src/Controller/ajax/MunicipalityAjaxController.php';
  3417.         $this->services['App\\Controller\\ajax\\MunicipalityAjaxController'] = $instance = new \App\Controller\ajax\MunicipalityAjaxController();
  3418.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ajax\\MunicipalityAjaxController'$this));
  3419.         return $instance;
  3420.     }
  3421.     /**
  3422.      * Gets the public 'App\Controller\api\AlertController' shared autowired service.
  3423.      *
  3424.      * @return \App\Controller\api\AlertController
  3425.      */
  3426.     protected function getAlertControllerService()
  3427.     {
  3428.         include_once \dirname(__DIR__4).'/src/Controller/api/AlertController.php';
  3429.         include_once \dirname(__DIR__4).'/src/Service/Api/AlertService.php';
  3430.         return $this->services['App\\Controller\\api\\AlertController'] = new \App\Controller\api\AlertController(new \App\Service\Api\AlertService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  3431.     }
  3432.     /**
  3433.      * Gets the public 'App\Controller\api\ArchitecController' shared autowired service.
  3434.      *
  3435.      * @return \App\Controller\api\ArchitecController
  3436.      */
  3437.     protected function getArchitecControllerService()
  3438.     {
  3439.         include_once \dirname(__DIR__4).'/src/Controller/api/ArchitecController.php';
  3440.         include_once \dirname(__DIR__4).'/src/Service/Api/ArchitecService.php';
  3441.         return $this->services['App\\Controller\\api\\ArchitecController'] = new \App\Controller\api\ArchitecController(new \App\Service\Api\ArchitecService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3442.     }
  3443.     /**
  3444.      * Gets the public 'App\Controller\api\BorrowBankController' shared autowired service.
  3445.      *
  3446.      * @return \App\Controller\api\BorrowBankController
  3447.      */
  3448.     protected function getBorrowBankControllerService()
  3449.     {
  3450.         include_once \dirname(__DIR__4).'/src/Controller/api/BorrowBankController.php';
  3451.         include_once \dirname(__DIR__4).'/src/Service/Api/BorrowBankService.php';
  3452.         return $this->services['App\\Controller\\api\\BorrowBankController'] = new \App\Controller\api\BorrowBankController(new \App\Service\Api\BorrowBankService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3453.     }
  3454.     /**
  3455.      * Gets the public 'App\Controller\api\BrugisController' shared autowired service.
  3456.      *
  3457.      * @return \App\Controller\api\BrugisController
  3458.      */
  3459.     protected function getBrugisControllerService()
  3460.     {
  3461.         include_once \dirname(__DIR__4).'/src/Controller/api/BrugisController.php';
  3462.         return $this->services['App\\Controller\\api\\BrugisController'] = new \App\Controller\api\BrugisController(($this->privates['App\\Service\\Api\\BrugisService'] ?? $this->getBrugisServiceService()));
  3463.     }
  3464.     /**
  3465.      * Gets the public 'App\Controller\api\CadastreController' shared autowired service.
  3466.      *
  3467.      * @return \App\Controller\api\CadastreController
  3468.      */
  3469.     protected function getCadastreControllerService()
  3470.     {
  3471.         include_once \dirname(__DIR__4).'/src/Controller/api/CadastreController.php';
  3472.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/CadastreService.php';
  3473.         return $this->services['App\\Controller\\api\\CadastreController'] = new \App\Controller\api\CadastreController(new \App\Service\Api\TheProperty\CadastreService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()));
  3474.     }
  3475.     /**
  3476.      * Gets the public 'App\Controller\api\Calcul\AppCalcul' shared autowired service.
  3477.      *
  3478.      * @return \App\Controller\api\Calcul\AppCalcul
  3479.      */
  3480.     protected function getAppCalculService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/src/Controller/api/Calcul/AppCalcul.php';
  3483.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/SummaryServices.php';
  3484.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/PlusValueServices.php';
  3485.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/AnnualTaxServices.php';
  3486.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/CreditServices.php';
  3487.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3488.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3489.         $c = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  3490.         $d = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  3491.         $e = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  3492.         return $this->services['App\\Controller\\api\\Calcul\\AppCalcul'] = new \App\Controller\api\Calcul\AppCalcul(new \App\Service\ImmoCalcul\AppCalcul\SummaryServices($a$this$b$c$d$e), new \App\Service\ImmoCalcul\AppCalcul\PlusValueServices($a$this$b$c$e$d), new \App\Service\ImmoCalcul\AppCalcul\AnnualTaxServices($a$this$b$c$e$d), new \App\Service\ImmoCalcul\AppCalcul\CreditServices($a$this$b$c$e$d));
  3493.     }
  3494.     /**
  3495.      * Gets the public 'App\Controller\api\Calcul\ChoicedEngieController' shared autowired service.
  3496.      *
  3497.      * @return \App\Controller\api\Calcul\ChoicedEngieController
  3498.      */
  3499.     protected function getChoicedEngieControllerService()
  3500.     {
  3501.         include_once \dirname(__DIR__4).'/src/Controller/api/Calcul/ChoicedEngieController.php';
  3502.         include_once \dirname(__DIR__4).'/src/Service/Api/ChoicedEngieService.php';
  3503.         return $this->services['App\\Controller\\api\\Calcul\\ChoicedEngieController'] = new \App\Controller\api\Calcul\ChoicedEngieController(new \App\Service\Api\ChoicedEngieService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3504.     }
  3505.     /**
  3506.      * Gets the public 'App\Controller\api\Calendar\SummaryCalendarController' shared autowired service.
  3507.      *
  3508.      * @return \App\Controller\api\Calendar\SummaryCalendarController
  3509.      */
  3510.     protected function getSummaryCalendarControllerService()
  3511.     {
  3512.         include_once \dirname(__DIR__4).'/src/Controller/api/Calendar/SummaryCalendarController.php';
  3513.         include_once \dirname(__DIR__4).'/src/Service/Api/Calendar/SummaryEventCalendarService.php';
  3514.         $this->services['App\\Controller\\api\\Calendar\\SummaryCalendarController'] = $instance = new \App\Controller\api\Calendar\SummaryCalendarController(new \App\Service\Api\Calendar\SummaryEventCalendarService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['sb_redis.default'] ?? $this->getSbRedis_DefaultService()), ($this->privates['App\\Repository\\TimelineEventRepository'] ?? $this->getTimelineEventRepositoryService()), ($this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] ?? $this->getTimelineCreationService())));
  3515.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Calendar\\SummaryCalendarController'$this));
  3516.         return $instance;
  3517.     }
  3518.     /**
  3519.      * Gets the public 'App\Controller\api\CallMicroserviceController' shared autowired service.
  3520.      *
  3521.      * @return \App\Controller\api\CallMicroserviceController
  3522.      */
  3523.     protected function getCallMicroserviceControllerService()
  3524.     {
  3525.         include_once \dirname(__DIR__4).'/src/Controller/api/CallMicroserviceController.php';
  3526.         $this->services['App\\Controller\\api\\CallMicroserviceController'] = $instance = new \App\Controller\api\CallMicroserviceController();
  3527.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\CallMicroserviceController'$this));
  3528.         return $instance;
  3529.     }
  3530.     /**
  3531.      * Gets the public 'App\Controller\api\Chat\ConversationApiController' shared autowired service.
  3532.      *
  3533.      * @return \App\Controller\api\Chat\ConversationApiController
  3534.      */
  3535.     protected function getConversationApiControllerService()
  3536.     {
  3537.         include_once \dirname(__DIR__4).'/src/Controller/api/Chat/ConversationApiController.php';
  3538.         $this->services['App\\Controller\\api\\Chat\\ConversationApiController'] = $instance = new \App\Controller\api\Chat\ConversationApiController(($this->privates['App\\Repository\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()));
  3539.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Chat\\ConversationApiController'$this));
  3540.         return $instance;
  3541.     }
  3542.     /**
  3543.      * Gets the public 'App\Controller\api\Chat\MessageApiController' shared autowired service.
  3544.      *
  3545.      * @return \App\Controller\api\Chat\MessageApiController
  3546.      */
  3547.     protected function getMessageApiControllerService()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/src/Controller/api/Chat/MessageApiController.php';
  3550.         $this->services['App\\Controller\\api\\Chat\\MessageApiController'] = $instance = new \App\Controller\api\Chat\MessageApiController(($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  3551.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Chat\\MessageApiController'$this));
  3552.         return $instance;
  3553.     }
  3554.     /**
  3555.      * Gets the public 'App\Controller\api\Chat\MessageReactionApiController' shared autowired service.
  3556.      *
  3557.      * @return \App\Controller\api\Chat\MessageReactionApiController
  3558.      */
  3559.     protected function getMessageReactionApiControllerService()
  3560.     {
  3561.         include_once \dirname(__DIR__4).'/src/Controller/api/Chat/MessageReactionApiController.php';
  3562.         $this->services['App\\Controller\\api\\Chat\\MessageReactionApiController'] = $instance = new \App\Controller\api\Chat\MessageReactionApiController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()));
  3563.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Chat\\MessageReactionApiController'$this));
  3564.         return $instance;
  3565.     }
  3566.     /**
  3567.      * Gets the public 'App\Controller\api\CityEuropaController' shared autowired service.
  3568.      *
  3569.      * @return \App\Controller\api\CityEuropaController
  3570.      */
  3571.     protected function getCityEuropaControllerService()
  3572.     {
  3573.         include_once \dirname(__DIR__4).'/src/Controller/api/CityEuropaController.php';
  3574.         include_once \dirname(__DIR__4).'/src/Service/Api/CityEuropaService.php';
  3575.         return $this->services['App\\Controller\\api\\CityEuropaController'] = new \App\Controller\api\CityEuropaController(new \App\Service\Api\CityEuropaService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3576.     }
  3577.     /**
  3578.      * Gets the public 'App\Controller\api\ClientDeedOfSaleController\ClientDeedOfSaleController' shared autowired service.
  3579.      *
  3580.      * @return \App\Controller\api\ClientDeedOfSaleController\ClientDeedOfSaleController
  3581.      */
  3582.     protected function getClientDeedOfSaleControllerService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientDeedOfSaleController/ClientDeedOfSaleController.php';
  3585.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientDeedOfSale/DeedOfSaleCreationService.php';
  3586.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientDeedOfSale/DeedOfSaleReadingService.php';
  3587.         $this->services['App\\Controller\\api\\ClientDeedOfSaleController\\ClientDeedOfSaleController'] = $instance = new \App\Controller\api\ClientDeedOfSaleController\ClientDeedOfSaleController(new \App\Service\Api\ClientDeedOfSale\DeedOfSaleCreationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService())), new \App\Service\Api\ClientDeedOfSale\DeedOfSaleReadingService(($this->privates['App\\Repository\\ClientDeedOfSaleRepository'] ?? $this->getClientDeedOfSaleRepositoryService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService())));
  3588.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientDeedOfSaleController\\ClientDeedOfSaleController'$this));
  3589.         return $instance;
  3590.     }
  3591.     /**
  3592.      * Gets the public 'App\Controller\api\ClientSales\ClientSalesAgreementController' shared autowired service.
  3593.      *
  3594.      * @return \App\Controller\api\ClientSales\ClientSalesAgreementController
  3595.      */
  3596.     protected function getClientSalesAgreementControllerService()
  3597.     {
  3598.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/ClientSalesAgreementController.php';
  3599.         $this->services['App\\Controller\\api\\ClientSales\\ClientSalesAgreementController'] = $instance = new \App\Controller\api\ClientSales\ClientSalesAgreementController(($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'] ?? $this->getClientSalesAgreementServiceService()));
  3600.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientSales\\ClientSalesAgreementController'$this));
  3601.         return $instance;
  3602.     }
  3603.     /**
  3604.      * Gets the public 'App\Controller\api\ClientSales\ClientSalesAgreementDiscussionController' shared autowired service.
  3605.      *
  3606.      * @return \App\Controller\api\ClientSales\ClientSalesAgreementDiscussionController
  3607.      */
  3608.     protected function getClientSalesAgreementDiscussionControllerService()
  3609.     {
  3610.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/ClientSalesAgreementDiscussionController.php';
  3611.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/ClientSalesAgreementDiscussionService.php';
  3612.         return $this->services['App\\Controller\\api\\ClientSales\\ClientSalesAgreementDiscussionController'] = new \App\Controller\api\ClientSales\ClientSalesAgreementDiscussionController(new \App\Service\Api\ClientSales\ClientSalesAgreementDiscussionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3613.     }
  3614.     /**
  3615.      * Gets the public 'App\Controller\api\ClientSales\Collaborative\SalesSignController' shared autowired service.
  3616.      *
  3617.      * @return \App\Controller\api\ClientSales\Collaborative\SalesSignController
  3618.      */
  3619.     protected function getSalesSignControllerService()
  3620.     {
  3621.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/Collaborative/SalesSignController.php';
  3622.         $this->services['App\\Controller\\api\\ClientSales\\Collaborative\\SalesSignController'] = $instance = new \App\Controller\api\ClientSales\Collaborative\SalesSignController();
  3623.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientSales\\Collaborative\\SalesSignController'$this));
  3624.         return $instance;
  3625.     }
  3626.     /**
  3627.      * Gets the public 'App\Controller\api\ClientSales\Collaborative\SalesValidationController' shared autowired service.
  3628.      *
  3629.      * @return \App\Controller\api\ClientSales\Collaborative\SalesValidationController
  3630.      */
  3631.     protected function getSalesValidationControllerService()
  3632.     {
  3633.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/Collaborative/SalesValidationController.php';
  3634.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/CollaborativeOffer/ValidateSalesService.php';
  3635.         $this->services['App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController'] = $instance = new \App\Controller\api\ClientSales\Collaborative\SalesValidationController(new \App\Service\Api\ClientSales\CollaborativeOffer\ValidateSalesService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService())));
  3636.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController'$this));
  3637.         return $instance;
  3638.     }
  3639.     /**
  3640.      * Gets the public 'App\Controller\api\ClientSales\HistoryClientSalesController' shared autowired service.
  3641.      *
  3642.      * @return \App\Controller\api\ClientSales\HistoryClientSalesController
  3643.      */
  3644.     protected function getHistoryClientSalesControllerService()
  3645.     {
  3646.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/HistoryClientSalesController.php';
  3647.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/HistoryClientSalesService.php';
  3648.         return $this->services['App\\Controller\\api\\ClientSales\\HistoryClientSalesController'] = new \App\Controller\api\ClientSales\HistoryClientSalesController(new \App\Service\Api\ClientSales\HistoryClientSalesService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  3649.     }
  3650.     /**
  3651.      * Gets the public 'App\Controller\api\CoOwnership\AddCoThePropertyController' shared autowired service.
  3652.      *
  3653.      * @return \App\Controller\api\CoOwnership\AddCoThePropertyController
  3654.      */
  3655.     protected function getAddCoThePropertyControllerService()
  3656.     {
  3657.         include_once \dirname(__DIR__4).'/src/Controller/api/CoOwnership/AddCoThePropertyController.php';
  3658.         return $this->services['App\\Controller\\api\\CoOwnership\\AddCoThePropertyController'] = new \App\Controller\api\CoOwnership\AddCoThePropertyController();
  3659.     }
  3660.     /**
  3661.      * Gets the public 'App\Controller\api\CoOwnership\ListCoOwnershipController' shared autowired service.
  3662.      *
  3663.      * @return \App\Controller\api\CoOwnership\ListCoOwnershipController
  3664.      */
  3665.     protected function getListCoOwnershipControllerService()
  3666.     {
  3667.         include_once \dirname(__DIR__4).'/src/Controller/api/CoOwnership/ListCoOwnershipController.php';
  3668.         return $this->services['App\\Controller\\api\\CoOwnership\\ListCoOwnershipController'] = new \App\Controller\api\CoOwnership\ListCoOwnershipController();
  3669.     }
  3670.     /**
  3671.      * Gets the public 'App\Controller\api\CoOwnership\VoteController' shared autowired service.
  3672.      *
  3673.      * @return \App\Controller\api\CoOwnership\VoteController
  3674.      */
  3675.     protected function getVoteControllerService()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/src/Controller/api/CoOwnership/VoteController.php';
  3678.         return $this->services['App\\Controller\\api\\CoOwnership\\VoteController'] = new \App\Controller\api\CoOwnership\VoteController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3679.     }
  3680.     /**
  3681.      * Gets the public 'App\Controller\api\Community\CommitteeController' shared autowired service.
  3682.      *
  3683.      * @return \App\Controller\api\Community\CommitteeController
  3684.      */
  3685.     protected function getCommitteeControllerService()
  3686.     {
  3687.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/CommitteeController.php';
  3688.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/CommunityService.php';
  3689.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/CommitteeService.php';
  3690.         return $this->services['App\\Controller\\api\\Community\\CommitteeController'] = new \App\Controller\api\Community\CommitteeController(new \App\Service\Api\Community\CommitteeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['App\\Service\\Api\\Community\\PerimeterService'] ?? $this->getPerimeterServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  3691.     }
  3692.     /**
  3693.      * Gets the public 'App\Controller\api\Community\ConsultationController' shared autowired service.
  3694.      *
  3695.      * @return \App\Controller\api\Community\ConsultationController
  3696.      */
  3697.     protected function getConsultationControllerService()
  3698.     {
  3699.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/Coordinate.php';
  3700.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/ConsultationController.php';
  3701.         $this->services['App\\Controller\\api\\Community\\ConsultationController'] = $instance = new \App\Controller\api\Community\ConsultationController();
  3702.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Community\\ConsultationController'$this));
  3703.         return $instance;
  3704.     }
  3705.     /**
  3706.      * Gets the public 'App\Controller\api\Community\DiversServiceController' shared autowired service.
  3707.      *
  3708.      * @return \App\Controller\api\Community\DiversServiceController
  3709.      */
  3710.     protected function getDiversServiceControllerService()
  3711.     {
  3712.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/Coordinate.php';
  3713.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/DiversServiceController.php';
  3714.         $this->services['App\\Controller\\api\\Community\\DiversServiceController'] = $instance = new \App\Controller\api\Community\DiversServiceController();
  3715.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Community\\DiversServiceController'$this));
  3716.         return $instance;
  3717.     }
  3718.     /**
  3719.      * Gets the public 'App\Controller\api\Community\PostController' shared autowired service.
  3720.      *
  3721.      * @return \App\Controller\api\Community\PostController
  3722.      */
  3723.     protected function getPostControllerService()
  3724.     {
  3725.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/PostController.php';
  3726.         $this->services['App\\Controller\\api\\Community\\PostController'] = $instance = new \App\Controller\api\Community\PostController(($this->privates['App\\Repository\\CommunityPostRepository'] ?? $this->getCommunityPostRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3727.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Community\\PostController'$this));
  3728.         return $instance;
  3729.     }
  3730.     /**
  3731.      * Gets the public 'App\Controller\api\Community\SignalController' shared autowired service.
  3732.      *
  3733.      * @return \App\Controller\api\Community\SignalController
  3734.      */
  3735.     protected function getSignalControllerService()
  3736.     {
  3737.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/SignalController.php';
  3738.         return $this->services['App\\Controller\\api\\Community\\SignalController'] = new \App\Controller\api\Community\SignalController();
  3739.     }
  3740.     /**
  3741.      * Gets the public 'App\Controller\api\ConsumptionController' shared autowired service.
  3742.      *
  3743.      * @return \App\Controller\api\ConsumptionController
  3744.      */
  3745.     protected function getConsumptionControllerService()
  3746.     {
  3747.         include_once \dirname(__DIR__4).'/src/Controller/api/ConsumptionController.php';
  3748.         include_once \dirname(__DIR__4).'/src/Service/Api/ConsumptionService.php';
  3749.         $this->services['App\\Controller\\api\\ConsumptionController'] = $instance = new \App\Controller\api\ConsumptionController(new \App\Service\Api\ConsumptionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3750.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ConsumptionController'$this));
  3751.         return $instance;
  3752.     }
  3753.     /**
  3754.      * Gets the public 'App\Controller\api\ContactSellerController' shared autowired service.
  3755.      *
  3756.      * @return \App\Controller\api\ContactSellerController
  3757.      */
  3758.     protected function getContactSellerController2Service()
  3759.     {
  3760.         include_once \dirname(__DIR__4).'/src/Controller/api/ContactSellerController.php';
  3761.         include_once \dirname(__DIR__4).'/src/Service/Api/ContactSellerService.php';
  3762.         return $this->services['App\\Controller\\api\\ContactSellerController'] = new \App\Controller\api\ContactSellerController(new \App\Service\Api\ContactSellerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService())));
  3763.     }
  3764.     /**
  3765.      * Gets the public 'App\Controller\api\CounterOfferLease\CounterOfferLeaseController' shared autowired service.
  3766.      *
  3767.      * @return \App\Controller\api\CounterOfferLease\CounterOfferLeaseController
  3768.      */
  3769.     protected function getCounterOfferLeaseControllerService()
  3770.     {
  3771.         include_once \dirname(__DIR__4).'/src/Controller/api/CounterOfferLease/CounterOfferLeaseController.php';
  3772.         $this->services['App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController'] = $instance = new \App\Controller\api\CounterOfferLease\CounterOfferLeaseController(($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service()));
  3773.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController'$this));
  3774.         return $instance;
  3775.     }
  3776.     /**
  3777.      * Gets the public 'App\Controller\api\CounterOffer\CounterOfferController' shared autowired service.
  3778.      *
  3779.      * @return \App\Controller\api\CounterOffer\CounterOfferController
  3780.      */
  3781.     protected function getCounterOfferControllerService()
  3782.     {
  3783.         include_once \dirname(__DIR__4).'/src/Controller/api/CounterOffer/CounterOfferController.php';
  3784.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/CounterOfferService.php';
  3785.         return $this->services['App\\Controller\\api\\CounterOffer\\CounterOfferController'] = new \App\Controller\api\CounterOffer\CounterOfferController(new \App\Service\Api\Offer\CounterOfferService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Repository\\OfferLeaseRepository'] ?? $this->getOfferLeaseRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service())));
  3786.     }
  3787.     /**
  3788.      * Gets the public 'App\Controller\api\CountryController' shared autowired service.
  3789.      *
  3790.      * @return \App\Controller\api\CountryController
  3791.      */
  3792.     protected function getCountryController2Service()
  3793.     {
  3794.         include_once \dirname(__DIR__4).'/src/Controller/api/CountryController.php';
  3795.         include_once \dirname(__DIR__4).'/src/Service/Api/CountryService.php';
  3796.         return $this->services['App\\Controller\\api\\CountryController'] = new \App\Controller\api\CountryController(new \App\Service\Api\CountryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3797.     }
  3798.     /**
  3799.      * Gets the public 'App\Controller\api\DailyNeededController' shared autowired service.
  3800.      *
  3801.      * @return \App\Controller\api\DailyNeededController
  3802.      */
  3803.     protected function getDailyNeededController2Service()
  3804.     {
  3805.         include_once \dirname(__DIR__4).'/src/Controller/api/DailyNeededController.php';
  3806.         include_once \dirname(__DIR__4).'/src/Service/Api/DailyNedeedService.php';
  3807.         return $this->services['App\\Controller\\api\\DailyNeededController'] = new \App\Controller\api\DailyNeededController(new \App\Service\Api\DailyNedeedService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3808.     }
  3809.     /**
  3810.      * Gets the public 'App\Controller\api\DefaultClauseController' shared autowired service.
  3811.      *
  3812.      * @return \App\Controller\api\DefaultClauseController
  3813.      */
  3814.     protected function getDefaultClauseController2Service()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/src/Controller/api/DefaultClauseController.php';
  3817.         include_once \dirname(__DIR__4).'/src/Service/Api/DefaultClauseService.php';
  3818.         return $this->services['App\\Controller\\api\\DefaultClauseController'] = new \App\Controller\api\DefaultClauseController(new \App\Service\Api\DefaultClauseService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3819.     }
  3820.     /**
  3821.      * Gets the public 'App\Controller\api\DeletionController' shared autowired service.
  3822.      *
  3823.      * @return \App\Controller\api\DeletionController
  3824.      */
  3825.     protected function getDeletionControllerService()
  3826.     {
  3827.         include_once \dirname(__DIR__4).'/src/Controller/api/DeletionController.php';
  3828.         return $this->services['App\\Controller\\api\\DeletionController'] = new \App\Controller\api\DeletionController();
  3829.     }
  3830.     /**
  3831.      * Gets the public 'App\Controller\api\DestinationHabitationController' shared autowired service.
  3832.      *
  3833.      * @return \App\Controller\api\DestinationHabitationController
  3834.      */
  3835.     protected function getDestinationHabitationControllerService()
  3836.     {
  3837.         include_once \dirname(__DIR__4).'/src/Controller/api/DestinationHabitationController.php';
  3838.         include_once \dirname(__DIR__4).'/src/Service/Api/DestinationHabitationService.php';
  3839.         $this->services['App\\Controller\\api\\DestinationHabitationController'] = $instance = new \App\Controller\api\DestinationHabitationController(new \App\Service\Api\DestinationHabitationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3840.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\DestinationHabitationController'$this));
  3841.         return $instance;
  3842.     }
  3843.     /**
  3844.      * Gets the public 'App\Controller\api\DispenseController' shared autowired service.
  3845.      *
  3846.      * @return \App\Controller\api\DispenseController
  3847.      */
  3848.     protected function getDispenseControllerService()
  3849.     {
  3850.         include_once \dirname(__DIR__4).'/src/Controller/api/DispenseController.php';
  3851.         include_once \dirname(__DIR__4).'/src/Service/Api/DispenseService.php';
  3852.         return $this->services['App\\Controller\\api\\DispenseController'] = new \App\Controller\api\DispenseController(new \App\Service\Api\DispenseService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService())));
  3853.     }
  3854.     /**
  3855.      * Gets the public 'App\Controller\api\DomiciliationAquisitionController' shared autowired service.
  3856.      *
  3857.      * @return \App\Controller\api\DomiciliationAquisitionController
  3858.      */
  3859.     protected function getDomiciliationAquisitionControllerService()
  3860.     {
  3861.         include_once \dirname(__DIR__4).'/src/Controller/api/DomiciliationAquisitionController.php';
  3862.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationAquisitionService.php';
  3863.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationResidenceService.php';
  3864.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationResaleService.php';
  3865.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationDeclarationService.php';
  3866.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  3867.         $a = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  3868.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  3869.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3870.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3871.         $e = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  3872.         $f = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  3873.         $g = ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService());
  3874.         $h = ($this->privates['App\\Service\\TraitementDate'] ?? ($this->privates['App\\Service\\TraitementDate'] = new \App\Service\TraitementDate()));
  3875.         $i = ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage()));
  3876.         $j = ($this->privates['App\\Service\\Api\\SendEmailService'] ?? $this->getSendEmailServiceService());
  3877.         return $this->services['App\\Controller\\api\\DomiciliationAquisitionController'] = new \App\Controller\api\DomiciliationAquisitionController(new \App\Service\Api\DomiciliationAquisitionService($a$b$c$this$d$e$f$g, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $h$i, new \App\Service\Api\DomiciliationResidenceService($a$b$c$this$d$e$f$g$h$i$j), new \App\Service\Api\DomiciliationResaleService($a$b$c$this$d$e$f$g$h$i$j), new \App\Service\Api\DomiciliationDeclarationService($a$b$c$this$d$e$f$g$i$j), $j));
  3878.     }
  3879.     /**
  3880.      * Gets the public 'App\Controller\api\DomiciliationResidenceController' shared autowired service.
  3881.      *
  3882.      * @return \App\Controller\api\DomiciliationResidenceController
  3883.      */
  3884.     protected function getDomiciliationResidenceControllerService()
  3885.     {
  3886.         include_once \dirname(__DIR__4).'/src/Controller/api/DomiciliationResidenceController.php';
  3887.         return $this->services['App\\Controller\\api\\DomiciliationResidenceController'] = new \App\Controller\api\DomiciliationResidenceController();
  3888.     }
  3889.     /**
  3890.      * Gets the public 'App\Controller\api\EducationController' shared autowired service.
  3891.      *
  3892.      * @return \App\Controller\api\EducationController
  3893.      */
  3894.     protected function getEducationController2Service()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/src/Controller/api/EducationController.php';
  3897.         include_once \dirname(__DIR__4).'/src/Service/Api/EducationService.php';
  3898.         return $this->services['App\\Controller\\api\\EducationController'] = new \App\Controller\api\EducationController(new \App\Service\Api\EducationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  3899.     }
  3900.     /**
  3901.      * Gets the public 'App\Controller\api\EnergyBelgiqueController' shared autowired service.
  3902.      *
  3903.      * @return \App\Controller\api\EnergyBelgiqueController
  3904.      */
  3905.     protected function getEnergyBelgiqueControllerService()
  3906.     {
  3907.         include_once \dirname(__DIR__4).'/src/Controller/api/EnergyBelgiqueController.php';
  3908.         $this->services['App\\Controller\\api\\EnergyBelgiqueController'] = $instance = new \App\Controller\api\EnergyBelgiqueController(($this->privates['App\\Service\\Api\\EnergyBelgiqueService'] ?? $this->getEnergyBelgiqueServiceService()));
  3909.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EnergyBelgiqueController'$this));
  3910.         return $instance;
  3911.     }
  3912.     /**
  3913.      * Gets the public 'App\Controller\api\EnergyProviderFormController' shared autowired service.
  3914.      *
  3915.      * @return \App\Controller\api\EnergyProviderFormController
  3916.      */
  3917.     protected function getEnergyProviderFormControllerService()
  3918.     {
  3919.         include_once \dirname(__DIR__4).'/src/Controller/api/EnergyProviderFormController.php';
  3920.         include_once \dirname(__DIR__4).'/src/Service/Api/EnergyProviderFormService.php';
  3921.         $this->services['App\\Controller\\api\\EnergyProviderFormController'] = $instance = new \App\Controller\api\EnergyProviderFormController(new \App\Service\Api\EnergyProviderFormService(($this->privates['App\\Service\\Api\\VivaquaService'] ?? $this->getVivaquaServiceService()), ($this->privates['App\\Service\\Api\\EnergyBelgiqueService'] ?? $this->getEnergyBelgiqueServiceService()), ($this->privates['App\\Service\\Api\\StandardFormService'] ?? $this->getStandardFormServiceService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService())));
  3922.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EnergyProviderFormController'$this));
  3923.         return $instance;
  3924.     }
  3925.     /**
  3926.      * Gets the public 'App\Controller\api\EngieController' shared autowired service.
  3927.      *
  3928.      * @return \App\Controller\api\EngieController
  3929.      */
  3930.     protected function getEngieControllerService()
  3931.     {
  3932.         include_once \dirname(__DIR__4).'/src/Controller/api/EngieController.php';
  3933.         $this->services['App\\Controller\\api\\EngieController'] = $instance = new \App\Controller\api\EngieController(($this->services['App\\Service\\Api\\EngieService'] ?? $this->getEngieServiceService()));
  3934.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EngieController'$this));
  3935.         return $instance;
  3936.     }
  3937.     /**
  3938.      * Gets the public 'App\Controller\api\Environment\CheckCadastralParcelOwnerController' shared autowired service.
  3939.      *
  3940.      * @return \App\Controller\api\Environment\CheckCadastralParcelOwnerController
  3941.      */
  3942.     protected function getCheckCadastralParcelOwnerControllerService()
  3943.     {
  3944.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/CheckCadastralParcelOwnerController.php';
  3945.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/CheckCadastralParcelOwnerService.php';
  3946.         return $this->services['App\\Controller\\api\\Environment\\CheckCadastralParcelOwnerController'] = new \App\Controller\api\Environment\CheckCadastralParcelOwnerController(new \App\Service\Api\Environment\CheckCadastralParcelOwnerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService())));
  3947.     }
  3948.     /**
  3949.      * Gets the public 'App\Controller\api\Environment\ColectiveGardenController' shared autowired service.
  3950.      *
  3951.      * @return \App\Controller\api\Environment\ColectiveGardenController
  3952.      */
  3953.     protected function getColectiveGardenControllerService()
  3954.     {
  3955.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/ColectiveGardenController.php';
  3956.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/ColectiveGardenService.php';
  3957.         return $this->services['App\\Controller\\api\\Environment\\ColectiveGardenController'] = new \App\Controller\api\Environment\ColectiveGardenController(new \App\Service\Api\Environment\ColectiveGardenService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  3958.     }
  3959.     /**
  3960.      * Gets the public 'App\Controller\api\Environment\EnvironmentFloodController' shared autowired service.
  3961.      *
  3962.      * @return \App\Controller\api\Environment\EnvironmentFloodController
  3963.      */
  3964.     protected function getEnvironmentFloodControllerService()
  3965.     {
  3966.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/EnvironmentFloodController.php';
  3967.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/EnvironmentDatasService.php';
  3968.         $this->services['App\\Controller\\api\\Environment\\EnvironmentFloodController'] = $instance = new \App\Controller\api\Environment\EnvironmentFloodController(new \App\Service\Api\Environment\EnvironmentDatasService(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Repository\\EnvironmentDatasRepository'] ?? $this->getEnvironmentDatasRepositoryService())));
  3969.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Environment\\EnvironmentFloodController'$this));
  3970.         return $instance;
  3971.     }
  3972.     /**
  3973.      * Gets the public 'App\Controller\api\Environment\EnvironmentTimelineDataController' shared autowired service.
  3974.      *
  3975.      * @return \App\Controller\api\Environment\EnvironmentTimelineDataController
  3976.      */
  3977.     protected function getEnvironmentTimelineDataControllerService()
  3978.     {
  3979.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/EnvironmentTimelineDataController.php';
  3980.         $this->services['App\\Controller\\api\\Environment\\EnvironmentTimelineDataController'] = $instance = new \App\Controller\api\Environment\EnvironmentTimelineDataController();
  3981.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Environment\\EnvironmentTimelineDataController'$this));
  3982.         return $instance;
  3983.     }
  3984.     /**
  3985.      * Gets the public 'App\Controller\api\Environment\FilteredObligationsController' shared autowired service.
  3986.      *
  3987.      * @return \App\Controller\api\Environment\FilteredObligationsController
  3988.      */
  3989.     protected function getFilteredObligationsControllerService()
  3990.     {
  3991.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/FilteredObligationsController.php';
  3992.         return $this->services['App\\Controller\\api\\Environment\\FilteredObligationsController'] = new \App\Controller\api\Environment\FilteredObligationsController();
  3993.     }
  3994.     /**
  3995.      * Gets the public 'App\Controller\api\Environment\GardenProjectSetTotalAccountingController' shared autowired service.
  3996.      *
  3997.      * @return \App\Controller\api\Environment\GardenProjectSetTotalAccountingController
  3998.      */
  3999.     protected function getGardenProjectSetTotalAccountingControllerService()
  4000.     {
  4001.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/GardenProjectSetTotalAccountingController.php';
  4002.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/GardenProjectSetTotalAccountingService.php';
  4003.         return $this->services['App\\Controller\\api\\Environment\\GardenProjectSetTotalAccountingController'] = new \App\Controller\api\Environment\GardenProjectSetTotalAccountingController(new \App\Service\Api\Environment\GardenProjectSetTotalAccountingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4004.     }
  4005.     /**
  4006.      * Gets the public 'App\Controller\api\Environment\ModifyInstallation' shared autowired service.
  4007.      *
  4008.      * @return \App\Controller\api\Environment\ModifyInstallation
  4009.      */
  4010.     protected function getModifyInstallationService()
  4011.     {
  4012.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/ModifyInstallation.php';
  4013.         $this->services['App\\Controller\\api\\Environment\\ModifyInstallation'] = $instance = new \App\Controller\api\Environment\ModifyInstallation();
  4014.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Environment\\ModifyInstallation'$this));
  4015.         return $instance;
  4016.     }
  4017.     /**
  4018.      * Gets the public 'App\Controller\api\EtatCivilController' shared autowired service.
  4019.      *
  4020.      * @return \App\Controller\api\EtatCivilController
  4021.      */
  4022.     protected function getEtatCivilControllerService()
  4023.     {
  4024.         include_once \dirname(__DIR__4).'/src/Controller/api/EtatCivilController.php';
  4025.         include_once \dirname(__DIR__4).'/src/Service/Api/EtatCivilService.php';
  4026.         $this->services['App\\Controller\\api\\EtatCivilController'] = $instance = new \App\Controller\api\EtatCivilController(new \App\Service\Api\EtatCivilService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4027.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EtatCivilController'$this));
  4028.         return $instance;
  4029.     }
  4030.     /**
  4031.      * Gets the public 'App\Controller\api\ExternalAdvertisingController' shared autowired service.
  4032.      *
  4033.      * @return \App\Controller\api\ExternalAdvertisingController
  4034.      */
  4035.     protected function getExternalAdvertisingControllerService()
  4036.     {
  4037.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalAdvertisingController.php';
  4038.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalAdvertisingService.php';
  4039.         return $this->services['App\\Controller\\api\\ExternalAdvertisingController'] = new \App\Controller\api\ExternalAdvertisingController(new \App\Service\Api\ExternalAdvertisingService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4040.     }
  4041.     /**
  4042.      * Gets the public 'App\Controller\api\ExternalDocumentExchangeController' shared autowired service.
  4043.      *
  4044.      * @return \App\Controller\api\ExternalDocumentExchangeController
  4045.      */
  4046.     protected function getExternalDocumentExchangeControllerService()
  4047.     {
  4048.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalDocumentExchangeController.php';
  4049.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalDocumentService.php';
  4050.         return $this->services['App\\Controller\\api\\ExternalDocumentExchangeController'] = new \App\Controller\api\ExternalDocumentExchangeController(new \App\Service\Api\ExternalDocumentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4051.     }
  4052.     /**
  4053.      * Gets the public 'App\Controller\api\ExternalOfferController' shared autowired service.
  4054.      *
  4055.      * @return \App\Controller\api\ExternalOfferController
  4056.      */
  4057.     protected function getExternalOfferController2Service()
  4058.     {
  4059.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalOfferController.php';
  4060.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalOfferService.php';
  4061.         return $this->services['App\\Controller\\api\\ExternalOfferController'] = new \App\Controller\api\ExternalOfferController(new \App\Service\Api\ExternalOfferService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4062.     }
  4063.     /**
  4064.      * Gets the public 'App\Controller\api\ExternalProviderController' shared autowired service.
  4065.      *
  4066.      * @return \App\Controller\api\ExternalProviderController
  4067.      */
  4068.     protected function getExternalProviderController2Service()
  4069.     {
  4070.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalProviderController.php';
  4071.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalProviderService.php';
  4072.         return $this->services['App\\Controller\\api\\ExternalProviderController'] = new \App\Controller\api\ExternalProviderController(new \App\Service\Api\ExternalProviderService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4073.     }
  4074.     /**
  4075.      * Gets the public 'App\Controller\api\Finance\AssistanceObtained\SimulationController' shared autowired service.
  4076.      *
  4077.      * @return \App\Controller\api\Finance\AssistanceObtained\SimulationController
  4078.      */
  4079.     protected function getSimulationController3Service()
  4080.     {
  4081.         include_once \dirname(__DIR__4).'/src/Controller/api/Finance/AssistanceObtained/SimulationController.php';
  4082.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  4083.         include_once \dirname(__DIR__4).'/src/DataTransformer/AssistanceObtained/SimulationOutputDataTransformer.php';
  4084.         return $this->services['App\\Controller\\api\\Finance\\AssistanceObtained\\SimulationController'] = new \App\Controller\api\Finance\AssistanceObtained\SimulationController(($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationOutputDataTransformer())));
  4085.     }
  4086.     /**
  4087.      * Gets the public 'App\Controller\api\Finance\Consumption\ConsumptionController' shared autowired service.
  4088.      *
  4089.      * @return \App\Controller\api\Finance\Consumption\ConsumptionController
  4090.      */
  4091.     protected function getConsumptionController2Service()
  4092.     {
  4093.         include_once \dirname(__DIR__4).'/src/Controller/api/Finance/Consumption/ConsumptionController.php';
  4094.         include_once \dirname(__DIR__4).'/src/Service/Api/Finances/Consumption/AnnualConsumption.php';
  4095.         return $this->services['App\\Controller\\api\\Finance\\Consumption\\ConsumptionController'] = new \App\Controller\api\Finance\Consumption\ConsumptionController(new \App\Service\Api\Finances\Consumption\AnnualConsumption(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  4096.     }
  4097.     /**
  4098.      * Gets the public 'App\Controller\api\Finance\Precount\SimulationController' shared autowired service.
  4099.      *
  4100.      * @return \App\Controller\api\Finance\Precount\SimulationController
  4101.      */
  4102.     protected function getSimulationController4Service()
  4103.     {
  4104.         include_once \dirname(__DIR__4).'/src/Controller/api/Finance/Precount/SimulationController.php';
  4105.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  4106.         include_once \dirname(__DIR__4).'/src/DataTransformer/Precount/SimulationOutputDataTransformer.php';
  4107.         return $this->services['App\\Controller\\api\\Finance\\Precount\\SimulationController'] = new \App\Controller\api\Finance\Precount\SimulationController(($this->privates['App\\Service\\Precompte\\PrecountService'] ?? $this->getPrecountServiceService()), ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] = new \App\DataTransformer\Precount\SimulationOutputDataTransformer())));
  4108.     }
  4109.     /**
  4110.      * Gets the public 'App\Controller\api\GeoPortailController' shared autowired service.
  4111.      *
  4112.      * @return \App\Controller\api\GeoPortailController
  4113.      */
  4114.     protected function getGeoPortailControllerService()
  4115.     {
  4116.         include_once \dirname(__DIR__4).'/src/Controller/api/GeoPortailController.php';
  4117.         include_once \dirname(__DIR__4).'/src/Service/Api/GeoPortailService.php';
  4118.         return $this->services['App\\Controller\\api\\GeoPortailController'] = new \App\Controller\api\GeoPortailController(new \App\Service\Api\GeoPortailService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4119.     }
  4120.     /**
  4121.      * Gets the public 'App\Controller\api\ImoAgent\ApproveSolicitationAction' shared autowired service.
  4122.      *
  4123.      * @return \App\Controller\api\ImoAgent\ApproveSolicitationAction
  4124.      */
  4125.     protected function getApproveSolicitationActionService()
  4126.     {
  4127.         include_once \dirname(__DIR__4).'/src/Controller/api/ImoAgent/ApproveSolicitationAction.php';
  4128.         $this->services['App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction'] = $instance = new \App\Controller\api\ImoAgent\ApproveSolicitationAction(($this->services['App\\Service\\ImoAgentSolicitationService'] ?? $this->getImoAgentSolicitationServiceService()));
  4129.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction'$this));
  4130.         return $instance;
  4131.     }
  4132.     /**
  4133.      * Gets the public 'App\Controller\api\ImoAgent\CreateSolicitationController' shared autowired service.
  4134.      *
  4135.      * @return \App\Controller\api\ImoAgent\CreateSolicitationController
  4136.      */
  4137.     protected function getCreateSolicitationControllerService()
  4138.     {
  4139.         include_once \dirname(__DIR__4).'/src/Controller/api/ImoAgent/CreateSolicitationController.php';
  4140.         $this->services['App\\Controller\\api\\ImoAgent\\CreateSolicitationController'] = $instance = new \App\Controller\api\ImoAgent\CreateSolicitationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()));
  4141.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ImoAgent\\CreateSolicitationController'$this));
  4142.         return $instance;
  4143.     }
  4144.     /**
  4145.      * Gets the public 'App\Controller\api\ImoAgent\RefuseSolicitationAction' shared autowired service.
  4146.      *
  4147.      * @return \App\Controller\api\ImoAgent\RefuseSolicitationAction
  4148.      */
  4149.     protected function getRefuseSolicitationActionService()
  4150.     {
  4151.         include_once \dirname(__DIR__4).'/src/Controller/api/ImoAgent/RefuseSolicitationAction.php';
  4152.         $this->services['App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction'] = $instance = new \App\Controller\api\ImoAgent\RefuseSolicitationAction(($this->services['App\\Service\\ImoAgentSolicitationService'] ?? $this->getImoAgentSolicitationServiceService()));
  4153.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction'$this));
  4154.         return $instance;
  4155.     }
  4156.     /**
  4157.      * Gets the public 'App\Controller\api\Inventory\InventoryController' shared autowired service.
  4158.      *
  4159.      * @return \App\Controller\api\Inventory\InventoryController
  4160.      */
  4161.     protected function getInventoryControllerService()
  4162.     {
  4163.         include_once \dirname(__DIR__4).'/src/Controller/api/Inventory/InventoryController.php';
  4164.         include_once \dirname(__DIR__4).'/src/Service/Api/Inventory/InventoryService.php';
  4165.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  4166.         return $this->services['App\\Controller\\api\\Inventory\\InventoryController'] = new \App\Controller\api\Inventory\InventoryController(new \App\Service\Api\Inventory\InventoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))), ($this->privates['App\\Service\\Api\\RentalEmailService'] ?? $this->getRentalEmailServiceService())));
  4167.     }
  4168.     /**
  4169.      * Gets the public 'App\Controller\api\LastVisitController' shared autowired service.
  4170.      *
  4171.      * @return \App\Controller\api\LastVisitController
  4172.      */
  4173.     protected function getLastVisitControllerService()
  4174.     {
  4175.         include_once \dirname(__DIR__4).'/src/Controller/api/LastVisitController.php';
  4176.         include_once \dirname(__DIR__4).'/src/Service/Api/LastVisitService.php';
  4177.         return $this->services['App\\Controller\\api\\LastVisitController'] = new \App\Controller\api\LastVisitController(new \App\Service\Api\LastVisitService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  4178.     }
  4179.     /**
  4180.      * Gets the public 'App\Controller\api\Location\UrbanController' shared autowired service.
  4181.      *
  4182.      * @return \App\Controller\api\Location\UrbanController
  4183.      */
  4184.     protected function getUrbanControllerService()
  4185.     {
  4186.         include_once \dirname(__DIR__4).'/src/Controller/api/Location/UrbanController.php';
  4187.         include_once \dirname(__DIR__4).'/src/Service/Api/UrbanInformationService.php';
  4188.         return $this->services['App\\Controller\\api\\Location\\UrbanController'] = new \App\Controller\api\Location\UrbanController(new \App\Service\Api\UrbanInformationService(($this->privates['App\\Repository\\UrbanInformationRepository'] ?? $this->getUrbanInformationRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService())));
  4189.     }
  4190.     /**
  4191.      * Gets the public 'App\Controller\api\MailMiniController\TransportationMailMiniController' shared autowired service.
  4192.      *
  4193.      * @return \App\Controller\api\MailMiniController\TransportationMailMiniController
  4194.      */
  4195.     protected function getTransportationMailMiniControllerService()
  4196.     {
  4197.         include_once \dirname(__DIR__4).'/src/Controller/api/MailMiniController/TransportationMailMiniController.php';
  4198.         include_once \dirname(__DIR__4).'/src/Service/Api/MailMini/TransportationMailMiniService.php';
  4199.         return $this->services['App\\Controller\\api\\MailMiniController\\TransportationMailMiniController'] = new \App\Controller\api\MailMiniController\TransportationMailMiniController(new \App\Service\Api\MailMini\TransportationMailMiniService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4200.     }
  4201.     /**
  4202.      * Gets the public 'App\Controller\api\Mobility\Carpool\SearchController' shared autowired service.
  4203.      *
  4204.      * @return \App\Controller\api\Mobility\Carpool\SearchController
  4205.      */
  4206.     protected function getSearchControllerService()
  4207.     {
  4208.         include_once \dirname(__DIR__4).'/src/Controller/api/Mobility/Carpool/SearchController.php';
  4209.         return $this->services['App\\Controller\\api\\Mobility\\Carpool\\SearchController'] = new \App\Controller\api\Mobility\Carpool\SearchController();
  4210.     }
  4211.     /**
  4212.      * Gets the public 'App\Controller\api\MovingDateController' shared autowired service.
  4213.      *
  4214.      * @return \App\Controller\api\MovingDateController
  4215.      */
  4216.     protected function getMovingDateControllerService()
  4217.     {
  4218.         include_once \dirname(__DIR__4).'/src/Controller/api/MovingDateController.php';
  4219.         include_once \dirname(__DIR__4).'/src/Service/Api/MovingDateService.php';
  4220.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  4221.         return $this->services['App\\Controller\\api\\MovingDateController'] = new \App\Controller\api\MovingDateController(new \App\Service\Api\MovingDateService(($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign()))));
  4222.     }
  4223.     /**
  4224.      * Gets the public 'App\Controller\api\MunicipalityController' shared autowired service.
  4225.      *
  4226.      * @return \App\Controller\api\MunicipalityController
  4227.      */
  4228.     protected function getMunicipalityController2Service()
  4229.     {
  4230.         include_once \dirname(__DIR__4).'/src/Controller/api/MunicipalityController.php';
  4231.         include_once \dirname(__DIR__4).'/src/Service/Api/MunicipalityService.php';
  4232.         return $this->services['App\\Controller\\api\\MunicipalityController'] = new \App\Controller\api\MunicipalityController(new \App\Service\Api\MunicipalityService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4233.     }
  4234.     /**
  4235.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetCurrentNeighborhoodProjectController' shared autowired service.
  4236.      *
  4237.      * @return \App\Controller\api\NeighborhoodProject\GetCurrentNeighborhoodProjectController
  4238.      */
  4239.     protected function getGetCurrentNeighborhoodProjectControllerService()
  4240.     {
  4241.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetCurrentNeighborhoodProjectController.php';
  4242.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetCurrentNeighborhoodProjectController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetCurrentNeighborhoodProjectController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()));
  4243.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetCurrentNeighborhoodProjectController'$this));
  4244.         return $instance;
  4245.     }
  4246.     /**
  4247.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertProjectsController' shared autowired service.
  4248.      *
  4249.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertProjectsController
  4250.      */
  4251.     protected function getGetNeighborhoodProjectAlertProjectsControllerService()
  4252.     {
  4253.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectAlertProjectsController.php';
  4254.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertProjectsController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertProjectsController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()), ($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository'] ?? $this->getNeighborhoodProjectAlertRepositoryService()));
  4255.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertProjectsController'$this));
  4256.         return $instance;
  4257.     }
  4258.     /**
  4259.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertsController' shared autowired service.
  4260.      *
  4261.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertsController
  4262.      */
  4263.     protected function getGetNeighborhoodProjectAlertsControllerService()
  4264.     {
  4265.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectAlertsController.php';
  4266.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertsController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertsController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository'] ?? $this->getNeighborhoodProjectAlertRepositoryService()));
  4267.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertsController'$this));
  4268.         return $instance;
  4269.     }
  4270.     /**
  4271.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectMunicipalAuthoritiesEmailController' shared autowired service.
  4272.      *
  4273.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectMunicipalAuthoritiesEmailController
  4274.      */
  4275.     protected function getGetNeighborhoodProjectMunicipalAuthoritiesEmailControllerService()
  4276.     {
  4277.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectMunicipalAuthoritiesEmailController.php';
  4278.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectMunicipalAuthoritiesEmailController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectMunicipalAuthoritiesEmailController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()));
  4279.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectMunicipalAuthoritiesEmailController'$this));
  4280.         return $instance;
  4281.     }
  4282.     /**
  4283.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectsController' shared autowired service.
  4284.      *
  4285.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectsController
  4286.      */
  4287.     protected function getGetNeighborhoodProjectsControllerService()
  4288.     {
  4289.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectsController.php';
  4290.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectsController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectsController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()));
  4291.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectsController'$this));
  4292.         return $instance;
  4293.     }
  4294.     /**
  4295.      * Gets the public 'App\Controller\api\NeighborhoodProject\SubmitToMunicipalAuthoritiesController' shared autowired service.
  4296.      *
  4297.      * @return \App\Controller\api\NeighborhoodProject\SubmitToMunicipalAuthoritiesController
  4298.      */
  4299.     protected function getSubmitToMunicipalAuthoritiesControllerService()
  4300.     {
  4301.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/SubmitToMunicipalAuthoritiesController.php';
  4302.         $this->services['App\\Controller\\api\\NeighborhoodProject\\SubmitToMunicipalAuthoritiesController'] = $instance = new \App\Controller\api\NeighborhoodProject\SubmitToMunicipalAuthoritiesController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4303.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\SubmitToMunicipalAuthoritiesController'$this));
  4304.         return $instance;
  4305.     }
  4306.     /**
  4307.      * Gets the public 'App\Controller\api\Notification\IndexController' shared autowired service.
  4308.      *
  4309.      * @return \App\Controller\api\Notification\IndexController
  4310.      */
  4311.     protected function getIndexControllerService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/IndexController.php';
  4314.         $this->services['App\\Controller\\api\\Notification\\IndexController'] = $instance = new \App\Controller\api\Notification\IndexController();
  4315.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\IndexController'$this));
  4316.         return $instance;
  4317.     }
  4318.     /**
  4319.      * Gets the public 'App\Controller\api\Notification\PostController' shared autowired service.
  4320.      *
  4321.      * @return \App\Controller\api\Notification\PostController
  4322.      */
  4323.     protected function getPostController2Service()
  4324.     {
  4325.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/PostController.php';
  4326.         $this->services['App\\Controller\\api\\Notification\\PostController'] = $instance = new \App\Controller\api\Notification\PostController();
  4327.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\PostController'$this));
  4328.         return $instance;
  4329.     }
  4330.     /**
  4331.      * Gets the public 'App\Controller\api\Notification\UpdateLastNotification' shared autowired service.
  4332.      *
  4333.      * @return \App\Controller\api\Notification\UpdateLastNotification
  4334.      */
  4335.     protected function getUpdateLastNotificationService()
  4336.     {
  4337.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/UpdateLastNotification.php';
  4338.         $this->services['App\\Controller\\api\\Notification\\UpdateLastNotification'] = $instance = new \App\Controller\api\Notification\UpdateLastNotification();
  4339.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\UpdateLastNotification'$this));
  4340.         return $instance;
  4341.     }
  4342.     /**
  4343.      * Gets the public 'App\Controller\api\Notification\ViewController' shared autowired service.
  4344.      *
  4345.      * @return \App\Controller\api\Notification\ViewController
  4346.      */
  4347.     protected function getViewControllerService()
  4348.     {
  4349.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/ViewController.php';
  4350.         $this->services['App\\Controller\\api\\Notification\\ViewController'] = $instance = new \App\Controller\api\Notification\ViewController();
  4351.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\ViewController'$this));
  4352.         return $instance;
  4353.     }
  4354.     /**
  4355.      * Gets the public 'App\Controller\api\OccupieController' shared autowired service.
  4356.      *
  4357.      * @return \App\Controller\api\OccupieController
  4358.      */
  4359.     protected function getOccupieControllerService()
  4360.     {
  4361.         include_once \dirname(__DIR__4).'/src/Controller/api/OccupieController.php';
  4362.         include_once \dirname(__DIR__4).'/src/Service/Api/OccupieService.php';
  4363.         $this->services['App\\Controller\\api\\OccupieController'] = $instance = new \App\Controller\api\OccupieController(new \App\Service\Api\OccupieService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  4364.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OccupieController'$this));
  4365.         return $instance;
  4366.     }
  4367.     /**
  4368.      * Gets the public 'App\Controller\api\OfferCollaborative\AddOfferCollaborativeController' shared autowired service.
  4369.      *
  4370.      * @return \App\Controller\api\OfferCollaborative\AddOfferCollaborativeController
  4371.      */
  4372.     protected function getAddOfferCollaborativeControllerService()
  4373.     {
  4374.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/AddOfferCollaborativeController.php';
  4375.         $this->services['App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController'] = $instance = new \App\Controller\api\OfferCollaborative\AddOfferCollaborativeController();
  4376.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController'$this));
  4377.         return $instance;
  4378.     }
  4379.     /**
  4380.      * Gets the public 'App\Controller\api\OfferCollaborative\ListOfferController' shared autowired service.
  4381.      *
  4382.      * @return \App\Controller\api\OfferCollaborative\ListOfferController
  4383.      */
  4384.     protected function getListOfferControllerService()
  4385.     {
  4386.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/ListOfferController.php';
  4387.         $this->services['App\\Controller\\api\\OfferCollaborative\\ListOfferController'] = $instance = new \App\Controller\api\OfferCollaborative\ListOfferController();
  4388.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\ListOfferController'$this));
  4389.         return $instance;
  4390.     }
  4391.     /**
  4392.      * Gets the public 'App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestController' shared autowired service.
  4393.      *
  4394.      * @return \App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestController
  4395.      */
  4396.     protected function getPurchasePartnerRequestController2Service()
  4397.     {
  4398.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/Purchase/PurchasePartnerRequestController.php';
  4399.         return $this->services['App\\Controller\\api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestController'] = new \App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestController(($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'] ?? $this->getPurchasePartnerRequestServiceService()));
  4400.     }
  4401.     /**
  4402.      * Gets the public 'App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestObjectifController' shared autowired service.
  4403.      *
  4404.      * @return \App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestObjectifController
  4405.      */
  4406.     protected function getPurchasePartnerRequestObjectifController2Service()
  4407.     {
  4408.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/Purchase/PurchasePartnerRequestObjectifController.php';
  4409.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Purchase/PurchasePartnerRequestObjectifService.php';
  4410.         return $this->services['App\\Controller\\api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestObjectifController'] = new \App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestObjectifController(new \App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestObjectifService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4411.     }
  4412.     /**
  4413.      * Gets the public 'App\Controller\api\OfferCollaborative\SellerProcessOfferController' shared autowired service.
  4414.      *
  4415.      * @return \App\Controller\api\OfferCollaborative\SellerProcessOfferController
  4416.      */
  4417.     protected function getSellerProcessOfferControllerService()
  4418.     {
  4419.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/SellerProcessOfferController.php';
  4420.         $this->services['App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController'] = $instance = new \App\Controller\api\OfferCollaborative\SellerProcessOfferController();
  4421.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController'$this));
  4422.         return $instance;
  4423.     }
  4424.     /**
  4425.      * Gets the public 'App\Controller\api\OfferCollaborative\SendOfferToSellerController' shared autowired service.
  4426.      *
  4427.      * @return \App\Controller\api\OfferCollaborative\SendOfferToSellerController
  4428.      */
  4429.     protected function getSendOfferToSellerControllerService()
  4430.     {
  4431.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/SendOfferToSellerController.php';
  4432.         $this->services['App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController'] = $instance = new \App\Controller\api\OfferCollaborative\SendOfferToSellerController();
  4433.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController'$this));
  4434.         return $instance;
  4435.     }
  4436.     /**
  4437.      * Gets the public 'App\Controller\api\OfferCollaborative\UpdateSignOfferController' shared autowired service.
  4438.      *
  4439.      * @return \App\Controller\api\OfferCollaborative\UpdateSignOfferController
  4440.      */
  4441.     protected function getUpdateSignOfferControllerService()
  4442.     {
  4443.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/UpdateSignOfferController.php';
  4444.         return $this->services['App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController'] = new \App\Controller\api\OfferCollaborative\UpdateSignOfferController();
  4445.     }
  4446.     /**
  4447.      * Gets the public 'App\Controller\api\OfferLease\OfferLeaseController' shared autowired service.
  4448.      *
  4449.      * @return \App\Controller\api\OfferLease\OfferLeaseController
  4450.      */
  4451.     protected function getOfferLeaseControllerService()
  4452.     {
  4453.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferLease/OfferLeaseController.php';
  4454.         $this->services['App\\Controller\\api\\OfferLease\\OfferLeaseController'] = $instance = new \App\Controller\api\OfferLease\OfferLeaseController();
  4455.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferLease\\OfferLeaseController'$this));
  4456.         return $instance;
  4457.     }
  4458.     /**
  4459.      * Gets the public 'App\Controller\api\Offer\DocumentController' shared autowired service.
  4460.      *
  4461.      * @return \App\Controller\api\Offer\DocumentController
  4462.      */
  4463.     protected function getDocumentControllerService()
  4464.     {
  4465.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/DocumentController.php';
  4466.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/DocumentService.php';
  4467.         return $this->services['App\\Controller\\api\\Offer\\DocumentController'] = new \App\Controller\api\Offer\DocumentController(new \App\Service\Api\Offer\DocumentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4468.     }
  4469.     /**
  4470.      * Gets the public 'App\Controller\api\Offer\OfferController' shared autowired service.
  4471.      *
  4472.      * @return \App\Controller\api\Offer\OfferController
  4473.      */
  4474.     protected function getOfferController2Service()
  4475.     {
  4476.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/OfferController.php';
  4477.         return $this->services['App\\Controller\\api\\Offer\\OfferController'] = new \App\Controller\api\Offer\OfferController(($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] ?? $this->getMakeOfferServiceService()));
  4478.     }
  4479.     /**
  4480.      * Gets the public 'App\Controller\api\Offer\OfferListController' shared autowired service.
  4481.      *
  4482.      * @return \App\Controller\api\Offer\OfferListController
  4483.      */
  4484.     protected function getOfferListControllerService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/OfferListController.php';
  4487.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  4488.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/ListOffersService.php';
  4489.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  4490.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  4491.         return $this->services['App\\Controller\\api\\Offer\\OfferListController'] = new \App\Controller\api\Offer\OfferListController(new \App\Service\Api\Offer\ListOffersService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))), ($this->services['App\\Service\\Onespan\\DownloaderService'] ?? $this->getDownloaderServiceService())));
  4492.     }
  4493.     /**
  4494.      * Gets the public 'App\Controller\api\Offer\OfferSubmissionController' shared autowired service.
  4495.      *
  4496.      * @return \App\Controller\api\Offer\OfferSubmissionController
  4497.      */
  4498.     protected function getOfferSubmissionControllerService()
  4499.     {
  4500.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/OfferSubmissionController.php';
  4501.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferSubmissionService.php';
  4502.         return $this->services['App\\Controller\\api\\Offer\\OfferSubmissionController'] = new \App\Controller\api\Offer\OfferSubmissionController(new \App\Service\Api\Offer\OfferSubmissionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'] ?? $this->getOfferDestinationServiceService())));
  4503.     }
  4504.     /**
  4505.      * Gets the public 'App\Controller\api\Offer\ValidateOfferController' shared autowired service.
  4506.      *
  4507.      * @return \App\Controller\api\Offer\ValidateOfferController
  4508.      */
  4509.     protected function getValidateOfferControllerService()
  4510.     {
  4511.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/ValidateOfferController.php';
  4512.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/Validation/SendingMailOfferTrait.php';
  4513.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/Validation/OfferValidationService.php';
  4514.         return $this->services['App\\Controller\\api\\Offer\\ValidateOfferController'] = new \App\Controller\api\Offer\ValidateOfferController(new \App\Service\Api\Offer\Validation\OfferValidationService(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'] ?? $this->getPropertyMonitoringService())));
  4515.     }
  4516.     /**
  4517.      * Gets the public 'App\Controller\api\PerimeterController' shared autowired service.
  4518.      *
  4519.      * @return \App\Controller\api\PerimeterController
  4520.      */
  4521.     protected function getPerimeterControllerService()
  4522.     {
  4523.         include_once \dirname(__DIR__4).'/src/Controller/api/PerimeterController.php';
  4524.         return $this->services['App\\Controller\\api\\PerimeterController'] = new \App\Controller\api\PerimeterController(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4525.     }
  4526.     /**
  4527.      * Gets the public 'App\Controller\api\PermitEnvironmentalController' shared autowired service.
  4528.      *
  4529.      * @return \App\Controller\api\PermitEnvironmentalController
  4530.      */
  4531.     protected function getPermitEnvironmentalControllerService()
  4532.     {
  4533.         include_once \dirname(__DIR__4).'/src/Controller/api/PermitEnvironmentalController.php';
  4534.         return $this->services['App\\Controller\\api\\PermitEnvironmentalController'] = new \App\Controller\api\PermitEnvironmentalController(($this->privates['App\\Service\\Api\\PermitEnvironmentalService'] ?? $this->getPermitEnvironmentalServiceService()));
  4535.     }
  4536.     /**
  4537.      * Gets the public 'App\Controller\api\PermitPropertyProcedureController' shared autowired service.
  4538.      *
  4539.      * @return \App\Controller\api\PermitPropertyProcedureController
  4540.      */
  4541.     protected function getPermitPropertyProcedureControllerService()
  4542.     {
  4543.         include_once \dirname(__DIR__4).'/src/Controller/api/PermitPropertyProcedureController.php';
  4544.         include_once \dirname(__DIR__4).'/src/Service/Api/PermitPropertyProcedureService.php';
  4545.         return $this->services['App\\Controller\\api\\PermitPropertyProcedureController'] = new \App\Controller\api\PermitPropertyProcedureController(new \App\Service\Api\PermitPropertyProcedureService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService())));
  4546.     }
  4547.     /**
  4548.      * Gets the public 'App\Controller\api\PlanController' shared autowired service.
  4549.      *
  4550.      * @return \App\Controller\api\PlanController
  4551.      */
  4552.     protected function getPlanController2Service()
  4553.     {
  4554.         include_once \dirname(__DIR__4).'/src/Controller/api/PlanController.php';
  4555.         $this->services['App\\Controller\\api\\PlanController'] = $instance = new \App\Controller\api\PlanController(($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4556.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\PlanController'$this));
  4557.         return $instance;
  4558.     }
  4559.     /**
  4560.      * Gets the public 'App\Controller\api\Precompte\BruxelleFlandre\BruxelleAndFlandrePrecompte' shared autowired service.
  4561.      *
  4562.      * @return \App\Controller\api\Precompte\BruxelleFlandre\BruxelleAndFlandrePrecompte
  4563.      */
  4564.     protected function getBruxelleAndFlandrePrecompteService()
  4565.     {
  4566.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/PreCountAbstract.php';
  4567.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/BruxelleFlandre/BruxelleAndFlandrePrecompte.php';
  4568.         $this->services['App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte'] = $instance = new \App\Controller\api\Precompte\BruxelleFlandre\BruxelleAndFlandrePrecompte(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\Precompte\\PrecountService'] ?? $this->getPrecountServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4569.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte'$this));
  4570.         return $instance;
  4571.     }
  4572.     /**
  4573.      * Gets the public 'App\Controller\api\Precompte\Wallonie\WalloniePrecompte' shared autowired service.
  4574.      *
  4575.      * @return \App\Controller\api\Precompte\Wallonie\WalloniePrecompte
  4576.      */
  4577.     protected function getWalloniePrecompteService()
  4578.     {
  4579.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/PreCountAbstract.php';
  4580.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/Wallonie/WalloniePrecompte.php';
  4581.         $this->services['App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte'] = $instance = new \App\Controller\api\Precompte\Wallonie\WalloniePrecompte(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\Precompte\\PrecountService'] ?? $this->getPrecountServiceService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4582.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte'$this));
  4583.         return $instance;
  4584.     }
  4585.     /**
  4586.      * Gets the public 'App\Controller\api\Prestashop\OrderController' shared autowired service.
  4587.      *
  4588.      * @return \App\Controller\api\Prestashop\OrderController
  4589.      */
  4590.     protected function getOrderControllerService()
  4591.     {
  4592.         include_once \dirname(__DIR__4).'/src/Controller/api/Prestashop/OrderController.php';
  4593.         $this->services['App\\Controller\\api\\Prestashop\\OrderController'] = $instance = new \App\Controller\api\Prestashop\OrderController(($this->privates['App\\Service\\Api\\Prestashop\\Order'] ?? $this->getOrderService()));
  4594.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prestashop\\OrderController'$this));
  4595.         return $instance;
  4596.     }
  4597.     /**
  4598.      * Gets the public 'App\Controller\api\Prestashop\ProductController' shared autowired service.
  4599.      *
  4600.      * @return \App\Controller\api\Prestashop\ProductController
  4601.      */
  4602.     protected function getProductControllerService()
  4603.     {
  4604.         include_once \dirname(__DIR__4).'/src/Controller/api/Prestashop/ProductController.php';
  4605.         $this->services['App\\Controller\\api\\Prestashop\\ProductController'] = $instance = new \App\Controller\api\Prestashop\ProductController(($this->privates['App\\Service\\Api\\Prestashop\\Product'] ?? $this->getProductService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  4606.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prestashop\\ProductController'$this));
  4607.         return $instance;
  4608.     }
  4609.     /**
  4610.      * Gets the public 'App\Controller\api\Prestashop\SuppliersController' shared autowired service.
  4611.      *
  4612.      * @return \App\Controller\api\Prestashop\SuppliersController
  4613.      */
  4614.     protected function getSuppliersControllerService()
  4615.     {
  4616.         include_once \dirname(__DIR__4).'/src/Controller/api/Prestashop/SuppliersController.php';
  4617.         $this->services['App\\Controller\\api\\Prestashop\\SuppliersController'] = $instance = new \App\Controller\api\Prestashop\SuppliersController(($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService()));
  4618.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prestashop\\SuppliersController'$this));
  4619.         return $instance;
  4620.     }
  4621.     /**
  4622.      * Gets the public 'App\Controller\api\Prime\AmountCalculation' shared autowired service.
  4623.      *
  4624.      * @return \App\Controller\api\Prime\AmountCalculation
  4625.      */
  4626.     protected function getAmountCalculationService()
  4627.     {
  4628.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/AmountCalculation.php';
  4629.         return $this->services['App\\Controller\\api\\Prime\\AmountCalculation'] = new \App\Controller\api\Prime\AmountCalculation();
  4630.     }
  4631.     /**
  4632.      * Gets the public 'App\Controller\api\Prime\GetAllProcess' shared autowired service.
  4633.      *
  4634.      * @return \App\Controller\api\Prime\GetAllProcess
  4635.      */
  4636.     protected function getGetAllProcessService()
  4637.     {
  4638.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/GetAllProcess.php';
  4639.         return $this->services['App\\Controller\\api\\Prime\\GetAllProcess'] = new \App\Controller\api\Prime\GetAllProcess();
  4640.     }
  4641.     /**
  4642.      * Gets the public 'App\Controller\api\Prime\ProcessController' shared autowired service.
  4643.      *
  4644.      * @return \App\Controller\api\Prime\ProcessController
  4645.      */
  4646.     protected function getProcessControllerService()
  4647.     {
  4648.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/ProcessController.php';
  4649.         return $this->services['App\\Controller\\api\\Prime\\ProcessController'] = new \App\Controller\api\Prime\ProcessController();
  4650.     }
  4651.     /**
  4652.      * Gets the public 'App\Controller\api\Prime\SearchController' shared autowired service.
  4653.      *
  4654.      * @return \App\Controller\api\Prime\SearchController
  4655.      */
  4656.     protected function getSearchController2Service()
  4657.     {
  4658.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/SearchController.php';
  4659.         return $this->services['App\\Controller\\api\\Prime\\SearchController'] = new \App\Controller\api\Prime\SearchController();
  4660.     }
  4661.     /**
  4662.      * Gets the public 'App\Controller\api\Prime\WorkController' shared autowired service.
  4663.      *
  4664.      * @return \App\Controller\api\Prime\WorkController
  4665.      */
  4666.     protected function getWorkController2Service()
  4667.     {
  4668.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/WorkController.php';
  4669.         $this->services['App\\Controller\\api\\Prime\\WorkController'] = $instance = new \App\Controller\api\Prime\WorkController();
  4670.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prime\\WorkController'$this));
  4671.         return $instance;
  4672.     }
  4673.     /**
  4674.      * Gets the public 'App\Controller\api\PropertyTaxController' shared autowired service.
  4675.      *
  4676.      * @return \App\Controller\api\PropertyTaxController
  4677.      */
  4678.     protected function getPropertyTaxControllerService()
  4679.     {
  4680.         include_once \dirname(__DIR__4).'/src/Controller/api/PropertyTaxController.php';
  4681.         include_once \dirname(__DIR__4).'/src/Service/Api/PropertyTaxService.php';
  4682.         $this->services['App\\Controller\\api\\PropertyTaxController'] = $instance = new \App\Controller\api\PropertyTaxController(new \App\Service\Api\PropertyTaxService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService())));
  4683.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\PropertyTaxController'$this));
  4684.         return $instance;
  4685.     }
  4686.     /**
  4687.      * Gets the public 'App\Controller\api\ProviderServicesController' shared autowired service.
  4688.      *
  4689.      * @return \App\Controller\api\ProviderServicesController
  4690.      */
  4691.     protected function getProviderServicesControllerService()
  4692.     {
  4693.         include_once \dirname(__DIR__4).'/src/Controller/api/ProviderServicesController.php';
  4694.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderServices.php';
  4695.         return $this->services['App\\Controller\\api\\ProviderServicesController'] = new \App\Controller\api\ProviderServicesController(new \App\Service\Api\ProviderServices($this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService())));
  4696.     }
  4697.     /**
  4698.      * Gets the public 'App\Controller\api\ProviderSolarFitterController' shared autowired service.
  4699.      *
  4700.      * @return \App\Controller\api\ProviderSolarFitterController
  4701.      */
  4702.     protected function getProviderSolarFitterControllerService()
  4703.     {
  4704.         include_once \dirname(__DIR__4).'/src/Controller/api/ProviderSolarFitterController.php';
  4705.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarFitterService.php';
  4706.         return $this->services['App\\Controller\\api\\ProviderSolarFitterController'] = new \App\Controller\api\ProviderSolarFitterController(new \App\Service\Api\ProviderSolarFitterService(($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  4707.     }
  4708.     /**
  4709.      * Gets the public 'App\Controller\api\ProviderWaterController' shared autowired service.
  4710.      *
  4711.      * @return \App\Controller\api\ProviderWaterController
  4712.      */
  4713.     protected function getProviderWaterControllerService()
  4714.     {
  4715.         include_once \dirname(__DIR__4).'/src/Controller/api/ProviderWaterController.php';
  4716.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderWaterService.php';
  4717.         return $this->services['App\\Controller\\api\\ProviderWaterController'] = new \App\Controller\api\ProviderWaterController(new \App\Service\Api\ProviderWaterService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4718.     }
  4719.     /**
  4720.      * Gets the public 'App\Controller\api\PurchaseController' shared autowired service.
  4721.      *
  4722.      * @return \App\Controller\api\PurchaseController
  4723.      */
  4724.     protected function getPurchaseControllerService()
  4725.     {
  4726.         include_once \dirname(__DIR__4).'/src/Controller/api/PurchaseController.php';
  4727.         include_once \dirname(__DIR__4).'/src/Service/Api/PurchaseService.php';
  4728.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  4729.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  4730.         return $this->services['App\\Controller\\api\\PurchaseController'] = new \App\Controller\api\PurchaseController(new \App\Service\Api\PurchaseService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), $this$a, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\TraitementDate'] ?? ($this->privates['App\\Service\\TraitementDate'] = new \App\Service\TraitementDate())), $a, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Repository\\PurchaseRepository'] ?? $this->getPurchaseRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  4731.     }
  4732.     /**
  4733.      * Gets the public 'App\Controller\api\Ratings\CheckIfAlreadyRate' shared autowired service.
  4734.      *
  4735.      * @return \App\Controller\api\Ratings\CheckIfAlreadyRate
  4736.      */
  4737.     protected function getCheckIfAlreadyRateService()
  4738.     {
  4739.         include_once \dirname(__DIR__4).'/src/Controller/api/Ratings/CheckIfAlreadyRate.php';
  4740.         $this->services['App\\Controller\\api\\Ratings\\CheckIfAlreadyRate'] = $instance = new \App\Controller\api\Ratings\CheckIfAlreadyRate();
  4741.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Ratings\\CheckIfAlreadyRate'$this));
  4742.         return $instance;
  4743.     }
  4744.     /**
  4745.      * Gets the public 'App\Controller\api\Ratings\RatingController' shared autowired service.
  4746.      *
  4747.      * @return \App\Controller\api\Ratings\RatingController
  4748.      */
  4749.     protected function getRatingControllerService()
  4750.     {
  4751.         include_once \dirname(__DIR__4).'/src/Controller/api/Ratings/RatingController.php';
  4752.         include_once \dirname(__DIR__4).'/src/Service/Api/Expert/RatingsService.php';
  4753.         return $this->services['App\\Controller\\api\\Ratings\\RatingController'] = new \App\Controller\api\Ratings\RatingController(new \App\Service\Api\Expert\RatingsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  4754.     }
  4755.     /**
  4756.      * Gets the public 'App\Controller\api\RegionController' shared autowired service.
  4757.      *
  4758.      * @return \App\Controller\api\RegionController
  4759.      */
  4760.     protected function getRegionController2Service()
  4761.     {
  4762.         include_once \dirname(__DIR__4).'/src/Controller/api/RegionController.php';
  4763.         include_once \dirname(__DIR__4).'/src/Service/Api/RegionService.php';
  4764.         return $this->services['App\\Controller\\api\\RegionController'] = new \App\Controller\api\RegionController(new \App\Service\Api\RegionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4765.     }
  4766.     /**
  4767.      * Gets the public 'App\Controller\api\RentalController' shared autowired service.
  4768.      *
  4769.      * @return \App\Controller\api\RentalController
  4770.      */
  4771.     protected function getRentalController2Service()
  4772.     {
  4773.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalController.php';
  4774.         $this->services['App\\Controller\\api\\RentalController'] = $instance = new \App\Controller\api\RentalController(($this->services['App\\Service\\Api\\RentalService'] ?? $this->getRentalServiceService()));
  4775.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\RentalController'$this));
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the public 'App\Controller\api\RentalManagement\GetHousingCodeController' shared autowired service.
  4780.      *
  4781.      * @return \App\Controller\api\RentalManagement\GetHousingCodeController
  4782.      */
  4783.     protected function getGetHousingCodeControllerService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalManagement/GetHousingCodeController.php';
  4786.         return $this->services['App\\Controller\\api\\RentalManagement\\GetHousingCodeController'] = new \App\Controller\api\RentalManagement\GetHousingCodeController();
  4787.     }
  4788.     /**
  4789.      * Gets the public 'App\Controller\api\RentalManagement\PostLeaveController' shared autowired service.
  4790.      *
  4791.      * @return \App\Controller\api\RentalManagement\PostLeaveController
  4792.      */
  4793.     protected function getPostLeaveControllerService()
  4794.     {
  4795.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalManagement/PostLeaveController.php';
  4796.         return $this->services['App\\Controller\\api\\RentalManagement\\PostLeaveController'] = new \App\Controller\api\RentalManagement\PostLeaveController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4797.     }
  4798.     /**
  4799.      * Gets the public 'App\Controller\api\RentalManagement\PutRentalManagementController' shared autowired service.
  4800.      *
  4801.      * @return \App\Controller\api\RentalManagement\PutRentalManagementController
  4802.      */
  4803.     protected function getPutRentalManagementControllerService()
  4804.     {
  4805.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalManagement/PutRentalManagementController.php';
  4806.         return $this->services['App\\Controller\\api\\RentalManagement\\PutRentalManagementController'] = new \App\Controller\api\RentalManagement\PutRentalManagementController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4807.     }
  4808.     /**
  4809.      * Gets the public 'App\Controller\api\RequestSellerToNotaryController' shared autowired service.
  4810.      *
  4811.      * @return \App\Controller\api\RequestSellerToNotaryController
  4812.      */
  4813.     protected function getRequestSellerToNotaryControllerService()
  4814.     {
  4815.         include_once \dirname(__DIR__4).'/src/Controller/api/RequestSellerToNotaryController.php';
  4816.         include_once \dirname(__DIR__4).'/src/Service/Api/RequestSellerToNotaryService.php';
  4817.         return $this->services['App\\Controller\\api\\RequestSellerToNotaryController'] = new \App\Controller\api\RequestSellerToNotaryController(new \App\Service\Api\RequestSellerToNotaryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4818.     }
  4819.     /**
  4820.      * Gets the public 'App\Controller\api\SalesAgreementFileController' shared autowired service.
  4821.      *
  4822.      * @return \App\Controller\api\SalesAgreementFileController
  4823.      */
  4824.     protected function getSalesAgreementFileControllerService()
  4825.     {
  4826.         include_once \dirname(__DIR__4).'/src/Controller/api/SalesAgreementFileController.php';
  4827.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesAgreementFileService.php';
  4828.         return $this->services['App\\Controller\\api\\SalesAgreementFileController'] = new \App\Controller\api\SalesAgreementFileController(new \App\Service\Api\SalesAgreementFileService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  4829.     }
  4830.     /**
  4831.      * Gets the public 'App\Controller\api\SaveController' shared autowired service.
  4832.      *
  4833.      * @return \App\Controller\api\SaveController
  4834.      */
  4835.     protected function getSaveControllerService()
  4836.     {
  4837.         include_once \dirname(__DIR__4).'/src/Controller/api/SaveController.php';
  4838.         include_once \dirname(__DIR__4).'/src/Service/Api/SaveService.php';
  4839.         return $this->services['App\\Controller\\api\\SaveController'] = new \App\Controller\api\SaveController(new \App\Service\Api\SaveService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  4840.     }
  4841.     /**
  4842.      * Gets the public 'App\Controller\api\SchoolsController' shared autowired service.
  4843.      *
  4844.      * @return \App\Controller\api\SchoolsController
  4845.      */
  4846.     protected function getSchoolsControllerService()
  4847.     {
  4848.         include_once \dirname(__DIR__4).'/src/Controller/api/SchoolsController.php';
  4849.         include_once \dirname(__DIR__4).'/src/Service/Api/SchoolsService.php';
  4850.         return $this->services['App\\Controller\\api\\SchoolsController'] = new \App\Controller\api\SchoolsController(new \App\Service\Api\SchoolsService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4851.     }
  4852.     /**
  4853.      * Gets the public 'App\Controller\api\Security\DeclarationDateController' shared autowired service.
  4854.      *
  4855.      * @return \App\Controller\api\Security\DeclarationDateController
  4856.      */
  4857.     protected function getDeclarationDateControllerService()
  4858.     {
  4859.         include_once \dirname(__DIR__4).'/src/Controller/api/Security/DeclarationDateController.php';
  4860.         return $this->services['App\\Controller\\api\\Security\\DeclarationDateController'] = new \App\Controller\api\Security\DeclarationDateController();
  4861.     }
  4862.     /**
  4863.      * Gets the public 'App\Controller\api\Security\MyNeighborhoodOfficer' shared autowired service.
  4864.      *
  4865.      * @return \App\Controller\api\Security\MyNeighborhoodOfficer
  4866.      */
  4867.     protected function getMyNeighborhoodOfficerService()
  4868.     {
  4869.         include_once \dirname(__DIR__4).'/src/Controller/api/Security/MyNeighborhoodOfficer.php';
  4870.         return $this->services['App\\Controller\\api\\Security\\MyNeighborhoodOfficer'] = new \App\Controller\api\Security\MyNeighborhoodOfficer(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), ($this->privates['App\\Repository\\NeighborhoodOfficerRepository'] ?? $this->getNeighborhoodOfficerRepositoryService()));
  4871.     }
  4872.     /**
  4873.      * Gets the public 'App\Controller\api\SendEmailController' shared autowired service.
  4874.      *
  4875.      * @return \App\Controller\api\SendEmailController
  4876.      */
  4877.     protected function getSendEmailControllerService()
  4878.     {
  4879.         include_once \dirname(__DIR__4).'/src/Controller/api/SendEmailController.php';
  4880.         $this->services['App\\Controller\\api\\SendEmailController'] = $instance = new \App\Controller\api\SendEmailController(($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\Api\\SendEmailService'] ?? $this->getSendEmailServiceService()));
  4881.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SendEmailController'$this));
  4882.         return $instance;
  4883.     }
  4884.     /**
  4885.      * Gets the public 'App\Controller\api\ServicePromo\ListController' shared autowired service.
  4886.      *
  4887.      * @return \App\Controller\api\ServicePromo\ListController
  4888.      */
  4889.     protected function getListControllerService()
  4890.     {
  4891.         include_once \dirname(__DIR__4).'/src/Controller/api/ServicePromo/ListController.php';
  4892.         $this->services['App\\Controller\\api\\ServicePromo\\ListController'] = $instance = new \App\Controller\api\ServicePromo\ListController();
  4893.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ServicePromo\\ListController'$this));
  4894.         return $instance;
  4895.     }
  4896.     /**
  4897.      * Gets the public 'App\Controller\api\ShareCocolisController' shared autowired service.
  4898.      *
  4899.      * @return \App\Controller\api\ShareCocolisController
  4900.      */
  4901.     protected function getShareCocolisControllerService()
  4902.     {
  4903.         include_once \dirname(__DIR__4).'/src/Controller/api/ShareCocolisController.php';
  4904.         include_once \dirname(__DIR__4).'/src/Service/Api/ShareCocolisService.php';
  4905.         $a = ($this->privates['nzo_encryptor'] ?? $this->getNzoEncryptorService());
  4906.         $this->services['App\\Controller\\api\\ShareCocolisController'] = $instance = new \App\Controller\api\ShareCocolisController(new \App\Service\Api\ShareCocolisService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a, ($this->privates['App\\Repository\\MovingDateRepository'] ?? $this->getMovingDateRepositoryService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()));
  4907.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ShareCocolisController'$this));
  4908.         return $instance;
  4909.     }
  4910.     /**
  4911.      * Gets the public 'App\Controller\api\SimulationController' shared autowired service.
  4912.      *
  4913.      * @return \App\Controller\api\SimulationController
  4914.      */
  4915.     protected function getSimulationController5Service()
  4916.     {
  4917.         include_once \dirname(__DIR__4).'/src/Controller/api/SimulationController.php';
  4918.         include_once \dirname(__DIR__4).'/src/Service/Api/SimulationService.php';
  4919.         $this->services['App\\Controller\\api\\SimulationController'] = $instance = new \App\Controller\api\SimulationController(new \App\Service\Api\SimulationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['App\\Service\\PretService'] ?? $this->getPretServiceService())));
  4920.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SimulationController'$this));
  4921.         return $instance;
  4922.     }
  4923.     /**
  4924.      * Gets the public 'App\Controller\api\SituationResidentielController' shared autowired service.
  4925.      *
  4926.      * @return \App\Controller\api\SituationResidentielController
  4927.      */
  4928.     protected function getSituationResidentielControllerService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/src/Controller/api/SituationResidentielController.php';
  4931.         include_once \dirname(__DIR__4).'/src/Service/Api/SituationResidentielService.php';
  4932.         $this->services['App\\Controller\\api\\SituationResidentielController'] = $instance = new \App\Controller\api\SituationResidentielController(new \App\Service\Api\SituationResidentielService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4933.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SituationResidentielController'$this));
  4934.         return $instance;
  4935.     }
  4936.     /**
  4937.      * Gets the public 'App\Controller\api\StandardFormController' shared autowired service.
  4938.      *
  4939.      * @return \App\Controller\api\StandardFormController
  4940.      */
  4941.     protected function getStandardFormControllerService()
  4942.     {
  4943.         include_once \dirname(__DIR__4).'/src/Controller/api/StandardFormController.php';
  4944.         $this->services['App\\Controller\\api\\StandardFormController'] = $instance = new \App\Controller\api\StandardFormController(($this->privates['App\\Service\\Api\\StandardFormService'] ?? $this->getStandardFormServiceService()));
  4945.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\StandardFormController'$this));
  4946.         return $instance;
  4947.     }
  4948.     /**
  4949.      * Gets the public 'App\Controller\api\StoreController' shared autowired service.
  4950.      *
  4951.      * @return \App\Controller\api\StoreController
  4952.      */
  4953.     protected function getStoreController2Service()
  4954.     {
  4955.         include_once \dirname(__DIR__4).'/src/Controller/api/StoreController.php';
  4956.         include_once \dirname(__DIR__4).'/src/Service/Api/StoreService.php';
  4957.         return $this->services['App\\Controller\\api\\StoreController'] = new \App\Controller\api\StoreController(new \App\Service\Api\StoreService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4958.     }
  4959.     /**
  4960.      * Gets the public 'App\Controller\api\SudStroumController' shared autowired service.
  4961.      *
  4962.      * @return \App\Controller\api\SudStroumController
  4963.      */
  4964.     protected function getSudStroumControllerService()
  4965.     {
  4966.         include_once \dirname(__DIR__4).'/src/Controller/api/SudStroumController.php';
  4967.         include_once \dirname(__DIR__4).'/src/Service/Api/SudStroumService.php';
  4968.         $this->services['App\\Controller\\api\\SudStroumController'] = $instance = new \App\Controller\api\SudStroumController(new \App\Service\Api\SudStroumService(($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  4969.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SudStroumController'$this));
  4970.         return $instance;
  4971.     }
  4972.     /**
  4973.      * Gets the public 'App\Controller\api\SyndicAccountingController' shared autowired service.
  4974.      *
  4975.      * @return \App\Controller\api\SyndicAccountingController
  4976.      */
  4977.     protected function getSyndicAccountingControllerService()
  4978.     {
  4979.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicAccountingController.php';
  4980.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicAccountingServices.php';
  4981.         return $this->services['App\\Controller\\api\\SyndicAccountingController'] = new \App\Controller\api\SyndicAccountingController(new \App\Service\Api\SyndicAccountingServices($this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['App\\Service\\TraitementCalcul'] ?? $this->getTraitementCalculService())));
  4982.     }
  4983.     /**
  4984.      * Gets the public 'App\Controller\api\SyndicChatApiController' shared autowired service.
  4985.      *
  4986.      * @return \App\Controller\api\SyndicChatApiController
  4987.      */
  4988.     protected function getSyndicChatApiControllerService()
  4989.     {
  4990.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicChatApiController.php';
  4991.         $this->services['App\\Controller\\api\\SyndicChatApiController'] = $instance = new \App\Controller\api\SyndicChatApiController(($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  4992.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SyndicChatApiController'$this));
  4993.         return $instance;
  4994.     }
  4995.     /**
  4996.      * Gets the public 'App\Controller\api\SyndicChatReactionApiController' shared autowired service.
  4997.      *
  4998.      * @return \App\Controller\api\SyndicChatReactionApiController
  4999.      */
  5000.     protected function getSyndicChatReactionApiControllerService()
  5001.     {
  5002.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicChatReactionApiController.php';
  5003.         $this->services['App\\Controller\\api\\SyndicChatReactionApiController'] = $instance = new \App\Controller\api\SyndicChatReactionApiController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()));
  5004.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SyndicChatReactionApiController'$this));
  5005.         return $instance;
  5006.     }
  5007.     /**
  5008.      * Gets the public 'App\Controller\api\SyndicDocumentCommentController' shared autowired service.
  5009.      *
  5010.      * @return \App\Controller\api\SyndicDocumentCommentController
  5011.      */
  5012.     protected function getSyndicDocumentCommentControllerService()
  5013.     {
  5014.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicDocumentCommentController.php';
  5015.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicDocumentCommentService.php';
  5016.         return $this->services['App\\Controller\\api\\SyndicDocumentCommentController'] = new \App\Controller\api\SyndicDocumentCommentController(new \App\Service\Api\SyndicDocumentCommentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  5017.     }
  5018.     /**
  5019.      * Gets the public 'App\Controller\api\SyndicDocumentController' shared autowired service.
  5020.      *
  5021.      * @return \App\Controller\api\SyndicDocumentController
  5022.      */
  5023.     protected function getSyndicDocumentControllerService()
  5024.     {
  5025.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicDocumentController.php';
  5026.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicDocumentService.php';
  5027.         return $this->services['App\\Controller\\api\\SyndicDocumentController'] = new \App\Controller\api\SyndicDocumentController(new \App\Service\Api\SyndicDocumentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService())));
  5028.     }
  5029.     /**
  5030.      * Gets the public 'App\Controller\api\SyndicDocumentShareController' shared autowired service.
  5031.      *
  5032.      * @return \App\Controller\api\SyndicDocumentShareController
  5033.      */
  5034.     protected function getSyndicDocumentShareControllerService()
  5035.     {
  5036.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicDocumentShareController.php';
  5037.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicDocumentShareService.php';
  5038.         return $this->services['App\\Controller\\api\\SyndicDocumentShareController'] = new \App\Controller\api\SyndicDocumentShareController(new \App\Service\Api\SyndicDocumentShareService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  5039.     }
  5040.     /**
  5041.      * Gets the public 'App\Controller\api\SyndicGroupController' shared autowired service.
  5042.      *
  5043.      * @return \App\Controller\api\SyndicGroupController
  5044.      */
  5045.     protected function getSyndicGroupControllerService()
  5046.     {
  5047.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicGroupController.php';
  5048.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicGroupService.php';
  5049.         return $this->services['App\\Controller\\api\\SyndicGroupController'] = new \App\Controller\api\SyndicGroupController(new \App\Service\Api\SyndicGroupService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule()))));
  5050.     }
  5051.     /**
  5052.      * Gets the public 'App\Controller\api\ThePropertyExteriorCommentController' shared autowired service.
  5053.      *
  5054.      * @return \App\Controller\api\ThePropertyExteriorCommentController
  5055.      */
  5056.     protected function getThePropertyExteriorCommentControllerService()
  5057.     {
  5058.         include_once \dirname(__DIR__4).'/src/Controller/api/ThePropertyExteriorCommentController.php';
  5059.         include_once \dirname(__DIR__4).'/src/Service/Api/ThePropertyExteriorCommentService.php';
  5060.         return $this->services['App\\Controller\\api\\ThePropertyExteriorCommentController'] = new \App\Controller\api\ThePropertyExteriorCommentController(new \App\Service\Api\ThePropertyExteriorCommentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5061.     }
  5062.     /**
  5063.      * Gets the public 'App\Controller\api\ThePropertyOfferChatController' shared autowired service.
  5064.      *
  5065.      * @return \App\Controller\api\ThePropertyOfferChatController
  5066.      */
  5067.     protected function getThePropertyOfferChatControllerService()
  5068.     {
  5069.         include_once \dirname(__DIR__4).'/src/Controller/api/ThePropertyOfferChatController.php';
  5070.         include_once \dirname(__DIR__4).'/src/Service/Api/ThePropertyOfferChatService.php';
  5071.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  5072.         return $this->services['App\\Controller\\api\\ThePropertyOfferChatController'] = new \App\Controller\api\ThePropertyOfferChatController(new \App\Service\Api\ThePropertyOfferChatService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService()), ($this->privates['App\\Service\\TraitementDate'] ?? ($this->privates['App\\Service\\TraitementDate'] = new \App\Service\TraitementDate())), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage()))));
  5073.     }
  5074.     /**
  5075.      * Gets the public 'App\Controller\api\TheProperty\ContractController' shared autowired service.
  5076.      *
  5077.      * @return \App\Controller\api\TheProperty\ContractController
  5078.      */
  5079.     protected function getContractControllerService()
  5080.     {
  5081.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ContractController.php';
  5082.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ContractService.php';
  5083.         return $this->services['App\\Controller\\api\\TheProperty\\ContractController'] = new \App\Controller\api\TheProperty\ContractController(new \App\Service\Api\TheProperty\ContractService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService())));
  5084.     }
  5085.     /**
  5086.      * Gets the public 'App\Controller\api\TheProperty\DeleteController' shared autowired service.
  5087.      *
  5088.      * @return \App\Controller\api\TheProperty\DeleteController
  5089.      */
  5090.     protected function getDeleteControllerService()
  5091.     {
  5092.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DeleteController.php';
  5093.         $this->services['App\\Controller\\api\\TheProperty\\DeleteController'] = $instance = new \App\Controller\api\TheProperty\DeleteController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  5094.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\DeleteController'$this));
  5095.         return $instance;
  5096.     }
  5097.     /**
  5098.      * Gets the public 'App\Controller\api\TheProperty\DetailController' shared autowired service.
  5099.      *
  5100.      * @return \App\Controller\api\TheProperty\DetailController
  5101.      */
  5102.     protected function getDetailControllerService()
  5103.     {
  5104.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DetailController.php';
  5105.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/DetailService.php';
  5106.         $this->services['App\\Controller\\api\\TheProperty\\DetailController'] = $instance = new \App\Controller\api\TheProperty\DetailController(new \App\Service\Api\TheProperty\DetailService(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\ViewRepository'] ?? $this->getViewRepositoryService()), ($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'] ?? $this->getPurchasePartnerRequestServiceService()), ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService()), ($this->privates['App\\Service\\Api\\TheProperty\\VisitService'] ?? $this->getVisitServiceService()), ($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'] ?? $this->getUserPropertyFetcherService()), ($this->privates['App\\Repository\\LeaseContractRepository'] ?? $this->getLeaseContractRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] ?? $this->getTimelineCreationService()));
  5107.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\DetailController'$this));
  5108.         return $instance;
  5109.     }
  5110.     /**
  5111.      * Gets the public 'App\Controller\api\TheProperty\DocumentFieldController' shared autowired service.
  5112.      *
  5113.      * @return \App\Controller\api\TheProperty\DocumentFieldController
  5114.      */
  5115.     protected function getDocumentFieldControllerService()
  5116.     {
  5117.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DocumentFieldController.php';
  5118.         return $this->services['App\\Controller\\api\\TheProperty\\DocumentFieldController'] = new \App\Controller\api\TheProperty\DocumentFieldController();
  5119.     }
  5120.     /**
  5121.      * Gets the public 'App\Controller\api\TheProperty\DocumentRequestController' shared autowired service.
  5122.      *
  5123.      * @return \App\Controller\api\TheProperty\DocumentRequestController
  5124.      */
  5125.     protected function getDocumentRequestControllerService()
  5126.     {
  5127.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DocumentRequestController.php';
  5128.         return $this->services['App\\Controller\\api\\TheProperty\\DocumentRequestController'] = new \App\Controller\api\TheProperty\DocumentRequestController();
  5129.     }
  5130.     /**
  5131.      * Gets the public 'App\Controller\api\TheProperty\EstimationController' shared autowired service.
  5132.      *
  5133.      * @return \App\Controller\api\TheProperty\EstimationController
  5134.      */
  5135.     protected function getEstimationControllerService()
  5136.     {
  5137.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/EstimationController.php';
  5138.         return $this->services['App\\Controller\\api\\TheProperty\\EstimationController'] = new \App\Controller\api\TheProperty\EstimationController(($this->privates['App\\Repository\\ImmowebEstimationFranceRepository'] ?? $this->getImmowebEstimationFranceRepositoryService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())));
  5139.     }
  5140.     /**
  5141.      * Gets the public 'App\Controller\api\TheProperty\ExchangeController' shared autowired service.
  5142.      *
  5143.      * @return \App\Controller\api\TheProperty\ExchangeController
  5144.      */
  5145.     protected function getExchangeControllerService()
  5146.     {
  5147.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExchangeController.php';
  5148.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ExchangeService.php';
  5149.         $this->services['App\\Controller\\api\\TheProperty\\ExchangeController'] = $instance = new \App\Controller\api\TheProperty\ExchangeController(new \App\Service\Api\TheProperty\ExchangeService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5150.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\ExchangeController'$this));
  5151.         return $instance;
  5152.     }
  5153.     /**
  5154.      * Gets the public 'App\Controller\api\TheProperty\ExtensionOrder\CreateThePropertyExtensionOrderController' shared autowired service.
  5155.      *
  5156.      * @return \App\Controller\api\TheProperty\ExtensionOrder\CreateThePropertyExtensionOrderController
  5157.      */
  5158.     protected function getCreateThePropertyExtensionOrderControllerService()
  5159.     {
  5160.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExtensionOrder/CreateThePropertyExtensionOrderController.php';
  5161.         return $this->services['App\\Controller\\api\\TheProperty\\ExtensionOrder\\CreateThePropertyExtensionOrderController'] = new \App\Controller\api\TheProperty\ExtensionOrder\CreateThePropertyExtensionOrderController(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Service\\Api\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderService'] ?? $this->getThePropertyExtensionOrderServiceService()));
  5162.     }
  5163.     /**
  5164.      * Gets the public 'App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsPaidController' shared autowired service.
  5165.      *
  5166.      * @return \App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsPaidController
  5167.      */
  5168.     protected function getMarkThePropertyExtensionOrderAsPaidControllerService()
  5169.     {
  5170.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExtensionOrder/MarkThePropertyExtensionOrderAsPaidController.php';
  5171.         return $this->services['App\\Controller\\api\\TheProperty\\ExtensionOrder\\MarkThePropertyExtensionOrderAsPaidController'] = new \App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsPaidController(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Service\\Api\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderService'] ?? $this->getThePropertyExtensionOrderServiceService()));
  5172.     }
  5173.     /**
  5174.      * Gets the public 'App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsReceivedController' shared autowired service.
  5175.      *
  5176.      * @return \App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsReceivedController
  5177.      */
  5178.     protected function getMarkThePropertyExtensionOrderAsReceivedControllerService()
  5179.     {
  5180.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExtensionOrder/MarkThePropertyExtensionOrderAsReceivedController.php';
  5181.         return $this->services['App\\Controller\\api\\TheProperty\\ExtensionOrder\\MarkThePropertyExtensionOrderAsReceivedController'] = new \App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsReceivedController(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Service\\Api\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderService'] ?? $this->getThePropertyExtensionOrderServiceService()));
  5182.     }
  5183.     /**
  5184.      * Gets the public 'App\Controller\api\TheProperty\ListController' shared autowired service.
  5185.      *
  5186.      * @return \App\Controller\api\TheProperty\ListController
  5187.      */
  5188.     protected function getListController2Service()
  5189.     {
  5190.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ListController.php';
  5191.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ListingService.php';
  5192.         $this->services['App\\Controller\\api\\TheProperty\\ListController'] = $instance = new \App\Controller\api\TheProperty\ListController(new \App\Service\Api\TheProperty\ListingService(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Repository\\ClientSalesAgreementRepository'] ?? $this->getClientSalesAgreementRepositoryService())), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5193.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\ListController'$this));
  5194.         return $instance;
  5195.     }
  5196.     /**
  5197.      * Gets the public 'App\Controller\api\TheProperty\LocalityController' shared autowired service.
  5198.      *
  5199.      * @return \App\Controller\api\TheProperty\LocalityController
  5200.      */
  5201.     protected function getLocalityControllerService()
  5202.     {
  5203.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/LocalityController.php';
  5204.         return $this->services['App\\Controller\\api\\TheProperty\\LocalityController'] = new \App\Controller\api\TheProperty\LocalityController();
  5205.     }
  5206.     /**
  5207.      * Gets the public 'App\Controller\api\TheProperty\OptionController' shared autowired service.
  5208.      *
  5209.      * @return \App\Controller\api\TheProperty\OptionController
  5210.      */
  5211.     protected function getOptionController2Service()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/OptionController.php';
  5214.         return $this->services['App\\Controller\\api\\TheProperty\\OptionController'] = new \App\Controller\api\TheProperty\OptionController();
  5215.     }
  5216.     /**
  5217.      * Gets the public 'App\Controller\api\TheProperty\PropertyAdController' shared autowired service.
  5218.      *
  5219.      * @return \App\Controller\api\TheProperty\PropertyAdController
  5220.      */
  5221.     protected function getPropertyAdControllerService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/PropertyAdController.php';
  5224.         return $this->services['App\\Controller\\api\\TheProperty\\PropertyAdController'] = new \App\Controller\api\TheProperty\PropertyAdController();
  5225.     }
  5226.     /**
  5227.      * Gets the public 'App\Controller\api\TheProperty\PropertyTypeController' shared autowired service.
  5228.      *
  5229.      * @return \App\Controller\api\TheProperty\PropertyTypeController
  5230.      */
  5231.     protected function getPropertyTypeController2Service()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/PropertyTypeController.php';
  5234.         return $this->services['App\\Controller\\api\\TheProperty\\PropertyTypeController'] = new \App\Controller\api\TheProperty\PropertyTypeController();
  5235.     }
  5236.     /**
  5237.      * Gets the public 'App\Controller\api\TheProperty\SearchController' shared autowired service.
  5238.      *
  5239.      * @return \App\Controller\api\TheProperty\SearchController
  5240.      */
  5241.     protected function getSearchController3Service()
  5242.     {
  5243.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SearchController.php';
  5244.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SearchService.php';
  5245.         return $this->services['App\\Controller\\api\\TheProperty\\SearchController'] = new \App\Controller\api\TheProperty\SearchController(new \App\Service\Api\TheProperty\SearchService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5246.     }
  5247.     /**
  5248.      * Gets the public 'App\Controller\api\TheProperty\SessionController' shared autowired service.
  5249.      *
  5250.      * @return \App\Controller\api\TheProperty\SessionController
  5251.      */
  5252.     protected function getSessionControllerService()
  5253.     {
  5254.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SessionController.php';
  5255.         $this->services['App\\Controller\\api\\TheProperty\\SessionController'] = $instance = new \App\Controller\api\TheProperty\SessionController();
  5256.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\SessionController'$this));
  5257.         return $instance;
  5258.     }
  5259.     /**
  5260.      * Gets the public 'App\Controller\api\TheProperty\SoilAffectationPlanController' shared autowired service.
  5261.      *
  5262.      * @return \App\Controller\api\TheProperty\SoilAffectationPlanController
  5263.      */
  5264.     protected function getSoilAffectationPlanControllerService()
  5265.     {
  5266.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SoilAffectationPlanController.php';
  5267.         return $this->services['App\\Controller\\api\\TheProperty\\SoilAffectationPlanController'] = new \App\Controller\api\TheProperty\SoilAffectationPlanController();
  5268.     }
  5269.     /**
  5270.      * Gets the public 'App\Controller\api\TheProperty\SuggestionPriceController' shared autowired service.
  5271.      *
  5272.      * @return \App\Controller\api\TheProperty\SuggestionPriceController
  5273.      */
  5274.     protected function getSuggestionPriceControllerService()
  5275.     {
  5276.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SuggestionPriceController.php';
  5277.         return $this->services['App\\Controller\\api\\TheProperty\\SuggestionPriceController'] = new \App\Controller\api\TheProperty\SuggestionPriceController();
  5278.     }
  5279.     /**
  5280.      * Gets the public 'App\Controller\api\TheProperty\ThePropertyAppointmentSlotsController' shared autowired service.
  5281.      *
  5282.      * @return \App\Controller\api\TheProperty\ThePropertyAppointmentSlotsController
  5283.      */
  5284.     protected function getThePropertyAppointmentSlotsControllerService()
  5285.     {
  5286.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ThePropertyAppointmentSlotsController.php';
  5287.         return $this->services['App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController'] = new \App\Controller\api\TheProperty\ThePropertyAppointmentSlotsController(($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'] ?? $this->getThePropertyAppointmentSlotsServiceService()));
  5288.     }
  5289.     /**
  5290.      * Gets the public 'App\Controller\api\TheProperty\TransactionTypeController' shared autowired service.
  5291.      *
  5292.      * @return \App\Controller\api\TheProperty\TransactionTypeController
  5293.      */
  5294.     protected function getTransactionTypeController2Service()
  5295.     {
  5296.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/TransactionTypeController.php';
  5297.         return $this->services['App\\Controller\\api\\TheProperty\\TransactionTypeController'] = new \App\Controller\api\TheProperty\TransactionTypeController();
  5298.     }
  5299.     /**
  5300.      * Gets the public 'App\Controller\api\TheProperty\VisitController' shared autowired service.
  5301.      *
  5302.      * @return \App\Controller\api\TheProperty\VisitController
  5303.      */
  5304.     protected function getVisitControllerService()
  5305.     {
  5306.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/VisitController.php';
  5307.         return $this->services['App\\Controller\\api\\TheProperty\\VisitController'] = new \App\Controller\api\TheProperty\VisitController(($this->privates['App\\Service\\Api\\TheProperty\\VisitService'] ?? $this->getVisitServiceService()));
  5308.     }
  5309.     /**
  5310.      * Gets the public 'App\Controller\api\TheService\AddController' shared autowired service.
  5311.      *
  5312.      * @return \App\Controller\api\TheService\AddController
  5313.      */
  5314.     protected function getAddControllerService()
  5315.     {
  5316.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/AddController.php';
  5317.         $this->services['App\\Controller\\api\\TheService\\AddController'] = $instance = new \App\Controller\api\TheService\AddController();
  5318.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheService\\AddController'$this));
  5319.         return $instance;
  5320.     }
  5321.     /**
  5322.      * Gets the public 'App\Controller\api\TheService\CategoryController' shared autowired service.
  5323.      *
  5324.      * @return \App\Controller\api\TheService\CategoryController
  5325.      */
  5326.     protected function getCategoryControllerService()
  5327.     {
  5328.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/CategoryController.php';
  5329.         return $this->services['App\\Controller\\api\\TheService\\CategoryController'] = new \App\Controller\api\TheService\CategoryController();
  5330.     }
  5331.     /**
  5332.      * Gets the public 'App\Controller\api\TheService\ListController' shared autowired service.
  5333.      *
  5334.      * @return \App\Controller\api\TheService\ListController
  5335.      */
  5336.     protected function getListController3Service()
  5337.     {
  5338.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/ListController.php';
  5339.         $this->services['App\\Controller\\api\\TheService\\ListController'] = $instance = new \App\Controller\api\TheService\ListController();
  5340.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheService\\ListController'$this));
  5341.         return $instance;
  5342.     }
  5343.     /**
  5344.      * Gets the public 'App\Controller\api\TheService\UpdateController' shared autowired service.
  5345.      *
  5346.      * @return \App\Controller\api\TheService\UpdateController
  5347.      */
  5348.     protected function getUpdateControllerService()
  5349.     {
  5350.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/UpdateController.php';
  5351.         return $this->services['App\\Controller\\api\\TheService\\UpdateController'] = new \App\Controller\api\TheService\UpdateController();
  5352.     }
  5353.     /**
  5354.      * Gets the public 'App\Controller\api\ThepropertyBalanceController' shared autowired service.
  5355.      *
  5356.      * @return \App\Controller\api\ThepropertyBalanceController
  5357.      */
  5358.     protected function getThepropertyBalanceControllerService()
  5359.     {
  5360.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyBalanceController.php';
  5361.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyBalanceService.php';
  5362.         return $this->services['App\\Controller\\api\\ThepropertyBalanceController'] = new \App\Controller\api\ThepropertyBalanceController(new \App\Service\Api\ThepropertyBalanceService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['App\\Service\\TraitementCalcul'] ?? $this->getTraitementCalculService())));
  5363.     }
  5364.     /**
  5365.      * Gets the public 'App\Controller\api\ThepropertyConsumptionController' shared autowired service.
  5366.      *
  5367.      * @return \App\Controller\api\ThepropertyConsumptionController
  5368.      */
  5369.     protected function getThepropertyConsumptionControllerService()
  5370.     {
  5371.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyConsumptionController.php';
  5372.         return $this->services['App\\Controller\\api\\ThepropertyConsumptionController'] = new \App\Controller\api\ThepropertyConsumptionController(($this->services['App\\Service\\Api\\ThepropertyConsumptionService'] ?? $this->getThepropertyConsumptionServiceService()));
  5373.     }
  5374.     /**
  5375.      * Gets the public 'App\Controller\api\ThepropertyLotController' shared autowired service.
  5376.      *
  5377.      * @return \App\Controller\api\ThepropertyLotController
  5378.      */
  5379.     protected function getThepropertyLotControllerService()
  5380.     {
  5381.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyLotController.php';
  5382.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyLotService.php';
  5383.         return $this->services['App\\Controller\\api\\ThepropertyLotController'] = new \App\Controller\api\ThepropertyLotController(new \App\Service\Api\ThepropertyLotService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService())));
  5384.     }
  5385.     /**
  5386.      * Gets the public 'App\Controller\api\ThepropertyOfferBillController' shared autowired service.
  5387.      *
  5388.      * @return \App\Controller\api\ThepropertyOfferBillController
  5389.      */
  5390.     protected function getThepropertyOfferBillControllerService()
  5391.     {
  5392.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyOfferBillController.php';
  5393.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyOfferBillService.php';
  5394.         return $this->services['App\\Controller\\api\\ThepropertyOfferBillController'] = new \App\Controller\api\ThepropertyOfferBillController(new \App\Service\Api\ThepropertyOfferBillService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService())));
  5395.     }
  5396.     /**
  5397.      * Gets the public 'App\Controller\api\ThepropertyProviderController' shared autowired service.
  5398.      *
  5399.      * @return \App\Controller\api\ThepropertyProviderController
  5400.      */
  5401.     protected function getThepropertyProviderController2Service()
  5402.     {
  5403.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyProviderController.php';
  5404.         return $this->services['App\\Controller\\api\\ThepropertyProviderController'] = new \App\Controller\api\ThepropertyProviderController(($this->services['App\\Service\\Api\\ThepropertyProviderService'] ?? $this->getThepropertyProviderServiceService()));
  5405.     }
  5406.     /**
  5407.      * Gets the public 'App\Controller\api\ThreeD\ArtistController' shared autowired service.
  5408.      *
  5409.      * @return \App\Controller\api\ThreeD\ArtistController
  5410.      */
  5411.     protected function getArtistControllerService()
  5412.     {
  5413.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/ArtistController.php';
  5414.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/ArtistService.php';
  5415.         $this->services['App\\Controller\\api\\ThreeD\\ArtistController'] = $instance = new \App\Controller\api\ThreeD\ArtistController(new \App\Service\Api\ThreeD\ArtistService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5416.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\ArtistController'$this));
  5417.         return $instance;
  5418.     }
  5419.     /**
  5420.      * Gets the public 'App\Controller\api\ThreeD\ProcessingClientController' shared autowired service.
  5421.      *
  5422.      * @return \App\Controller\api\ThreeD\ProcessingClientController
  5423.      */
  5424.     protected function getProcessingClientControllerService()
  5425.     {
  5426.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/ProcessingClientController.php';
  5427.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/ProcessingClientService.php';
  5428.         $this->services['App\\Controller\\api\\ThreeD\\ProcessingClientController'] = $instance = new \App\Controller\api\ThreeD\ProcessingClientController(new \App\Service\Api\ThreeD\ProcessingClientService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  5429.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\ProcessingClientController'$this));
  5430.         return $instance;
  5431.     }
  5432.     /**
  5433.      * Gets the public 'App\Controller\api\ThreeD\RelookingController' shared autowired service.
  5434.      *
  5435.      * @return \App\Controller\api\ThreeD\RelookingController
  5436.      */
  5437.     protected function getRelookingControllerService()
  5438.     {
  5439.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/RelookingController.php';
  5440.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/RelookingMailingService.php';
  5441.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/RelookingService.php';
  5442.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5443.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5444.         $c = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  5445.         $this->services['App\\Controller\\api\\ThreeD\\RelookingController'] = $instance = new \App\Controller\api\ThreeD\RelookingController(new \App\Service\Api\ThreeD\RelookingService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service()), ($this->privates['App\\Service\\EntityFetcherService'] ?? $this->getEntityFetcherServiceService()), ($this->privates['App\\Repository\\RelookingSaveRepository'] ?? $this->getRelookingSaveRepositoryService()), ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService()), $c, ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService())), $a$b$c);
  5446.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\RelookingController'$this));
  5447.         return $instance;
  5448.     }
  5449.     /**
  5450.      * Gets the public 'App\Controller\api\ThreeD\T3dDemandsController' shared autowired service.
  5451.      *
  5452.      * @return \App\Controller\api\ThreeD\T3dDemandsController
  5453.      */
  5454.     protected function getT3dDemandsControllerService()
  5455.     {
  5456.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/T3dDemandsController.php';
  5457.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/T3dDemandService.php';
  5458.         $this->services['App\\Controller\\api\\ThreeD\\T3dDemandsController'] = $instance = new \App\Controller\api\ThreeD\T3dDemandsController(new \App\Service\Api\ThreeD\T3dDemandService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'] ?? $this->getSolicitationServiceService()), ($this->privates['App\\Service\\EntityFetcherService'] ?? $this->getEntityFetcherServiceService())));
  5459.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\T3dDemandsController'$this));
  5460.         return $instance;
  5461.     }
  5462.     /**
  5463.      * Gets the public 'App\Controller\api\Timeline\ListController' shared autowired service.
  5464.      *
  5465.      * @return \App\Controller\api\Timeline\ListController
  5466.      */
  5467.     protected function getListController4Service()
  5468.     {
  5469.         include_once \dirname(__DIR__4).'/src/Controller/api/Timeline/ListController.php';
  5470.         $this->services['App\\Controller\\api\\Timeline\\ListController'] = $instance = new \App\Controller\api\Timeline\ListController(($this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] ?? $this->getTimelineCreationService()));
  5471.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Timeline\\ListController'$this));
  5472.         return $instance;
  5473.     }
  5474.     /**
  5475.      * Gets the public 'App\Controller\api\TypeHabitationController' shared autowired service.
  5476.      *
  5477.      * @return \App\Controller\api\TypeHabitationController
  5478.      */
  5479.     protected function getTypeHabitationControllerService()
  5480.     {
  5481.         include_once \dirname(__DIR__4).'/src/Controller/api/TypeHabitationController.php';
  5482.         include_once \dirname(__DIR__4).'/src/Service/Api/TypeHabitationService.php';
  5483.         $this->services['App\\Controller\\api\\TypeHabitationController'] = $instance = new \App\Controller\api\TypeHabitationController(new \App\Service\Api\TypeHabitationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5484.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TypeHabitationController'$this));
  5485.         return $instance;
  5486.     }
  5487.     /**
  5488.      * Gets the public 'App\Controller\api\UrbanismPdf\UrbanismPdfController' shared autowired service.
  5489.      *
  5490.      * @return \App\Controller\api\UrbanismPdf\UrbanismPdfController
  5491.      */
  5492.     protected function getUrbanismPdfControllerService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/src/Controller/api/UrbanismPdf/UrbanismPdfController.php';
  5495.         include_once \dirname(__DIR__4).'/src/Service/Api/UrbanismPdf/UrbanismPdfService.php';
  5496.         $this->services['App\\Controller\\api\\UrbanismPdf\\UrbanismPdfController'] = $instance = new \App\Controller\api\UrbanismPdf\UrbanismPdfController(new \App\Service\Api\UrbanismPdf\UrbanismPdfService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\UrbanismPdfRepository'] ?? $this->getUrbanismPdfRepositoryService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService())));
  5497.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UrbanismPdf\\UrbanismPdfController'$this));
  5498.         return $instance;
  5499.     }
  5500.     /**
  5501.      * Gets the public 'App\Controller\api\Urbanism\AlertNewProjectImmoController' shared autowired service.
  5502.      *
  5503.      * @return \App\Controller\api\Urbanism\AlertNewProjectImmoController
  5504.      */
  5505.     protected function getAlertNewProjectImmoControllerService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/AlertNewProjectImmoController.php';
  5508.         return $this->services['App\\Controller\\api\\Urbanism\\AlertNewProjectImmoController'] = new \App\Controller\api\Urbanism\AlertNewProjectImmoController(($this->privates['App\\Service\\Api\\Urbanism\\AlertNewProjectImmoService'] ?? $this->getAlertNewProjectImmoServiceService()));
  5509.     }
  5510.     /**
  5511.      * Gets the public 'App\Controller\api\Urbanism\DesignNeighborhoodController' shared autowired service.
  5512.      *
  5513.      * @return \App\Controller\api\Urbanism\DesignNeighborhoodController
  5514.      */
  5515.     protected function getDesignNeighborhoodControllerService()
  5516.     {
  5517.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/DesignNeighborhoodController.php';
  5518.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/DesignNeighborhoodService.php';
  5519.         return $this->services['App\\Controller\\api\\Urbanism\\DesignNeighborhoodController'] = new \App\Controller\api\Urbanism\DesignNeighborhoodController(new \App\Service\Api\Urbanism\DesignNeighborhoodService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5520.     }
  5521.     /**
  5522.      * Gets the public 'App\Controller\api\Urbanism\NeighborhoodController' shared autowired service.
  5523.      *
  5524.      * @return \App\Controller\api\Urbanism\NeighborhoodController
  5525.      */
  5526.     protected function getNeighborhoodControllerService()
  5527.     {
  5528.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/NeighborhoodController.php';
  5529.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/NeighborhoodService.php';
  5530.         $this->services['App\\Controller\\api\\Urbanism\\NeighborhoodController'] = $instance = new \App\Controller\api\Urbanism\NeighborhoodController(new \App\Service\Api\Urbanism\NeighborhoodService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\NeighborhoodEditRepository'] ?? $this->getNeighborhoodEditRepositoryService())));
  5531.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Urbanism\\NeighborhoodController'$this));
  5532.         return $instance;
  5533.     }
  5534.     /**
  5535.      * Gets the public 'App\Controller\api\Urbanism\NewProjectImmoController' shared autowired service.
  5536.      *
  5537.      * @return \App\Controller\api\Urbanism\NewProjectImmoController
  5538.      */
  5539.     protected function getNewProjectImmoControllerService()
  5540.     {
  5541.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/NewProjectImmoController.php';
  5542.         return $this->services['App\\Controller\\api\\Urbanism\\NewProjectImmoController'] = new \App\Controller\api\Urbanism\NewProjectImmoController(($this->privates['App\\Service\\Api\\Urbanism\\NewProjectImmoService'] ?? $this->getNewProjectImmoServiceService()));
  5543.     }
  5544.     /**
  5545.      * Gets the public 'App\Controller\api\Urbanism\PpasController' shared autowired service.
  5546.      *
  5547.      * @return \App\Controller\api\Urbanism\PpasController
  5548.      */
  5549.     protected function getPpasControllerService()
  5550.     {
  5551.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/PpasController.php';
  5552.         return $this->services['App\\Controller\\api\\Urbanism\\PpasController'] = new \App\Controller\api\Urbanism\PpasController(($this->privates['App\\Service\\Api\\Urbanism\\PpasService'] ?? $this->getPpasServiceService()));
  5553.     }
  5554.     /**
  5555.      * Gets the public 'App\Controller\api\Urbanism\PrasController' shared autowired service.
  5556.      *
  5557.      * @return \App\Controller\api\Urbanism\PrasController
  5558.      */
  5559.     protected function getPrasControllerService()
  5560.     {
  5561.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/PrasController.php';
  5562.         return $this->services['App\\Controller\\api\\Urbanism\\PrasController'] = new \App\Controller\api\Urbanism\PrasController(($this->privates['App\\Service\\Api\\Urbanism\\PrasService'] ?? $this->getPrasServiceService()));
  5563.     }
  5564.     /**
  5565.      * Gets the public 'App\Controller\api\Urbanism\PublicInquiryInProgressController' shared autowired service.
  5566.      *
  5567.      * @return \App\Controller\api\Urbanism\PublicInquiryInProgressController
  5568.      */
  5569.     protected function getPublicInquiryInProgressControllerService()
  5570.     {
  5571.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/PublicInquiryInProgressController.php';
  5572.         return $this->services['App\\Controller\\api\\Urbanism\\PublicInquiryInProgressController'] = new \App\Controller\api\Urbanism\PublicInquiryInProgressController(($this->privates['App\\Service\\Api\\Urbanism\\PublicInquiryInProgressService'] ?? $this->getPublicInquiryInProgressServiceService()));
  5573.     }
  5574.     /**
  5575.      * Gets the public 'App\Controller\api\UserServicePromo\CheckPromoForUserController' shared autowired service.
  5576.      *
  5577.      * @return \App\Controller\api\UserServicePromo\CheckPromoForUserController
  5578.      */
  5579.     protected function getCheckPromoForUserControllerService()
  5580.     {
  5581.         include_once \dirname(__DIR__4).'/src/Controller/api/UserServicePromo/CheckPromoForUserController.php';
  5582.         $this->services['App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController'] = $instance = new \App\Controller\api\UserServicePromo\CheckPromoForUserController();
  5583.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController'$this));
  5584.         return $instance;
  5585.     }
  5586.     /**
  5587.      * Gets the public 'App\Controller\api\UserServicePromo\ConsumeController' shared autowired service.
  5588.      *
  5589.      * @return \App\Controller\api\UserServicePromo\ConsumeController
  5590.      */
  5591.     protected function getConsumeControllerService()
  5592.     {
  5593.         include_once \dirname(__DIR__4).'/src/Controller/api/UserServicePromo/ConsumeController.php';
  5594.         include_once \dirname(__DIR__4).'/src/Service/Api/UserServicePromo/UserServicePromoService.php';
  5595.         $this->services['App\\Controller\\api\\UserServicePromo\\ConsumeController'] = $instance = new \App\Controller\api\UserServicePromo\ConsumeController(new \App\Service\Api\UserServicePromo\UserServicePromoService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->privates['App\\Service\\UrlContext'] ?? ($this->privates['App\\Service\\UrlContext'] = new \App\Service\UrlContext())), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService())));
  5596.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UserServicePromo\\ConsumeController'$this));
  5597.         return $instance;
  5598.     }
  5599.     /**
  5600.      * Gets the public 'App\Controller\api\User\ArtistDetailController' shared autowired service.
  5601.      *
  5602.      * @return \App\Controller\api\User\ArtistDetailController
  5603.      */
  5604.     protected function getArtistDetailControllerService()
  5605.     {
  5606.         include_once \dirname(__DIR__4).'/src/Controller/api/User/ArtistDetailController.php';
  5607.         include_once \dirname(__DIR__4).'/src/Service/Api/User/DetailArtisService.php';
  5608.         $this->services['App\\Controller\\api\\User\\ArtistDetailController'] = $instance = new \App\Controller\api\User\ArtistDetailController(new \App\Service\Api\User\DetailArtisService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5609.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\ArtistDetailController'$this));
  5610.         return $instance;
  5611.     }
  5612.     /**
  5613.      * Gets the public 'App\Controller\api\User\CertificatorController' shared autowired service.
  5614.      *
  5615.      * @return \App\Controller\api\User\CertificatorController
  5616.      */
  5617.     protected function getCertificatorControllerService()
  5618.     {
  5619.         include_once \dirname(__DIR__4).'/src/Controller/api/User/CertificatorController.php';
  5620.         return $this->services['App\\Controller\\api\\User\\CertificatorController'] = new \App\Controller\api\User\CertificatorController();
  5621.     }
  5622.     /**
  5623.      * Gets the public 'App\Controller\api\User\DeviceTokenController' shared autowired service.
  5624.      *
  5625.      * @return \App\Controller\api\User\DeviceTokenController
  5626.      */
  5627.     protected function getDeviceTokenControllerService()
  5628.     {
  5629.         include_once \dirname(__DIR__4).'/src/Controller/api/User/DeviceTokenController.php';
  5630.         return $this->services['App\\Controller\\api\\User\\DeviceTokenController'] = new \App\Controller\api\User\DeviceTokenController();
  5631.     }
  5632.     /**
  5633.      * Gets the public 'App\Controller\api\User\EditProfileController' shared autowired service.
  5634.      *
  5635.      * @return \App\Controller\api\User\EditProfileController
  5636.      */
  5637.     protected function getEditProfileControllerService()
  5638.     {
  5639.         include_once \dirname(__DIR__4).'/src/Controller/api/User/EditProfileController.php';
  5640.         $this->services['App\\Controller\\api\\User\\EditProfileController'] = $instance = new \App\Controller\api\User\EditProfileController();
  5641.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\EditProfileController'$this));
  5642.         return $instance;
  5643.     }
  5644.     /**
  5645.      * Gets the public 'App\Controller\api\User\ListEmailController' shared autowired service.
  5646.      *
  5647.      * @return \App\Controller\api\User\ListEmailController
  5648.      */
  5649.     protected function getListEmailControllerService()
  5650.     {
  5651.         include_once \dirname(__DIR__4).'/src/Controller/api/User/ListEmailController.php';
  5652.         return $this->services['App\\Controller\\api\\User\\ListEmailController'] = new \App\Controller\api\User\ListEmailController();
  5653.     }
  5654.     /**
  5655.      * Gets the public 'App\Controller\api\User\SearchAndSendingInvitationController' shared autowired service.
  5656.      *
  5657.      * @return \App\Controller\api\User\SearchAndSendingInvitationController
  5658.      */
  5659.     protected function getSearchAndSendingInvitationControllerService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SearchAndSendingInvitationController.php';
  5662.         return $this->services['App\\Controller\\api\\User\\SearchAndSendingInvitationController'] = new \App\Controller\api\User\SearchAndSendingInvitationController(($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5663.     }
  5664.     /**
  5665.      * Gets the public 'App\Controller\api\User\SearchController' shared autowired service.
  5666.      *
  5667.      * @return \App\Controller\api\User\SearchController
  5668.      */
  5669.     protected function getSearchController4Service()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SearchController.php';
  5672.         return $this->services['App\\Controller\\api\\User\\SearchController'] = new \App\Controller\api\User\SearchController();
  5673.     }
  5674.     /**
  5675.      * Gets the public 'App\Controller\api\User\SendMailSociety' shared autowired service.
  5676.      *
  5677.      * @return \App\Controller\api\User\SendMailSociety
  5678.      */
  5679.     protected function getSendMailSocietyService()
  5680.     {
  5681.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SendMailSociety.php';
  5682.         $this->services['App\\Controller\\api\\User\\SendMailSociety'] = $instance = new \App\Controller\api\User\SendMailSociety();
  5683.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\SendMailSociety'$this));
  5684.         return $instance;
  5685.     }
  5686.     /**
  5687.      * Gets the public 'App\Controller\api\User\SocietyController' shared autowired service.
  5688.      *
  5689.      * @return \App\Controller\api\User\SocietyController
  5690.      */
  5691.     protected function getSocietyControllerService()
  5692.     {
  5693.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SocietyController.php';
  5694.         include_once \dirname(__DIR__4).'/src/Service/Api/User/SocietyService.php';
  5695.         return $this->services['App\\Controller\\api\\User\\SocietyController'] = new \App\Controller\api\User\SocietyController(new \App\Service\Api\User\SocietyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\StripeProcess'] ?? $this->getStripeProcessService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))));
  5696.     }
  5697.     /**
  5698.      * Gets the public 'App\Controller\api\User\SubscriptionProductController' shared autowired service.
  5699.      *
  5700.      * @return \App\Controller\api\User\SubscriptionProductController
  5701.      */
  5702.     protected function getSubscriptionProductController2Service()
  5703.     {
  5704.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SubscriptionProductController.php';
  5705.         include_once \dirname(__DIR__4).'/src/Service/Api/User/SubscriptionProductControllerService.php';
  5706.         return $this->services['App\\Controller\\api\\User\\SubscriptionProductController'] = new \App\Controller\api\User\SubscriptionProductController(new \App\Service\Api\User\SubscriptionProductControllerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5707.     }
  5708.     /**
  5709.      * Gets the public 'App\Controller\api\User\SubscriptionProductServiceController' shared autowired service.
  5710.      *
  5711.      * @return \App\Controller\api\User\SubscriptionProductServiceController
  5712.      */
  5713.     protected function getSubscriptionProductServiceController2Service()
  5714.     {
  5715.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SubscriptionProductServiceController.php';
  5716.         include_once \dirname(__DIR__4).'/src/Service/Api/User/SubscriptionProductServiceControllerService.php';
  5717.         return $this->services['App\\Controller\\api\\User\\SubscriptionProductServiceController'] = new \App\Controller\api\User\SubscriptionProductServiceController(new \App\Service\Api\User\SubscriptionProductServiceControllerService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5718.     }
  5719.     /**
  5720.      * Gets the public 'App\Controller\api\User\UserController' shared autowired service.
  5721.      *
  5722.      * @return \App\Controller\api\User\UserController
  5723.      */
  5724.     protected function getUserControllerService()
  5725.     {
  5726.         include_once \dirname(__DIR__4).'/src/Controller/api/User/UserController.php';
  5727.         $this->services['App\\Controller\\api\\User\\UserController'] = $instance = new \App\Controller\api\User\UserController(($this->privates['App\\Service\\Api\\User\\UserService'] ?? $this->getUserServiceService()));
  5728.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\UserController'$this));
  5729.         return $instance;
  5730.     }
  5731.     /**
  5732.      * Gets the public 'App\Controller\api\User\UserPublicInfo' shared autowired service.
  5733.      *
  5734.      * @return \App\Controller\api\User\UserPublicInfo
  5735.      */
  5736.     protected function getUserPublicInfoService()
  5737.     {
  5738.         include_once \dirname(__DIR__4).'/src/Controller/api/User/UserPublicInfo.php';
  5739.         return $this->services['App\\Controller\\api\\User\\UserPublicInfo'] = new \App\Controller\api\User\UserPublicInfo();
  5740.     }
  5741.     /**
  5742.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\AppointmentRequestController' shared autowired service.
  5743.      *
  5744.      * @return \App\Controller\api\UsersProfile\Solicitation\AppointmentRequestController
  5745.      */
  5746.     protected function getAppointmentRequestControllerService()
  5747.     {
  5748.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/AppointmentRequestController.php';
  5749.         include_once \dirname(__DIR__4).'/src/Service/Api/Event/AppointmentRequestService.php';
  5750.         include_once \dirname(__DIR__4).'/src/Constant/UserConstants.php';
  5751.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\AppointmentRequestController'] = new \App\Controller\api\UsersProfile\Solicitation\AppointmentRequestController(new \App\Service\Api\Event\AppointmentRequestService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['App\\Repository\\ThePropertyVisitRepository'] ?? $this->getThePropertyVisitRepositoryService()), ($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'] ?? $this->getThePropertyAppointmentSlotsServiceService()), ($this->privates['App\\Constant\\UserConstants'] ?? ($this->privates['App\\Constant\\UserConstants'] = new \App\Constant\UserConstants())), ($this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] ?? $this->getTimelineCreationService())));
  5752.     }
  5753.     /**
  5754.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractAcceptationController' shared autowired service.
  5755.      *
  5756.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractAcceptationController
  5757.      */
  5758.     protected function getContractAcceptationControllerService()
  5759.     {
  5760.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractAcceptationController.php';
  5761.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractAcceptationController();
  5762.     }
  5763.     /**
  5764.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractDetailsController' shared autowired service.
  5765.      *
  5766.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractDetailsController
  5767.      */
  5768.     protected function getContractDetailsControllerService()
  5769.     {
  5770.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractDetailsController.php';
  5771.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractDetailsController();
  5772.     }
  5773.     /**
  5774.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractGenerationController' shared autowired service.
  5775.      *
  5776.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractGenerationController
  5777.      */
  5778.     protected function getContractGenerationControllerService()
  5779.     {
  5780.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractGenerationController.php';
  5781.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractGenerationController();
  5782.     }
  5783.     /**
  5784.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractListingController' shared autowired service.
  5785.      *
  5786.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractListingController
  5787.      */
  5788.     protected function getContractListingControllerService()
  5789.     {
  5790.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractListingController.php';
  5791.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractListingController();
  5792.     }
  5793.     /**
  5794.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractRejectionController' shared autowired service.
  5795.      *
  5796.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractRejectionController
  5797.      */
  5798.     protected function getContractRejectionControllerService()
  5799.     {
  5800.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractRejectionController.php';
  5801.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractRejectionController();
  5802.     }
  5803.     /**
  5804.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractUploadController' shared autowired service.
  5805.      *
  5806.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractUploadController
  5807.      */
  5808.     protected function getContractUploadControllerService()
  5809.     {
  5810.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractUploadController.php';
  5811.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractUploadController();
  5812.     }
  5813.     /**
  5814.      * Gets the public 'App\Controller\api\UsersProfile\ThePropertyDocument\DocumentModificationController' shared autowired service.
  5815.      *
  5816.      * @return \App\Controller\api\UsersProfile\ThePropertyDocument\DocumentModificationController
  5817.      */
  5818.     protected function getDocumentModificationControllerService()
  5819.     {
  5820.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/ThePropertyDocument/DocumentModificationController.php';
  5821.         return $this->services['App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController'] = new \App\Controller\api\UsersProfile\ThePropertyDocument\DocumentModificationController();
  5822.     }
  5823.     /**
  5824.      * Gets the public 'App\Controller\api\UsersProfile\Webshop\EditProfileController' shared autowired service.
  5825.      *
  5826.      * @return \App\Controller\api\UsersProfile\Webshop\EditProfileController
  5827.      */
  5828.     protected function getEditProfileController2Service()
  5829.     {
  5830.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Webshop/EditProfileController.php';
  5831.         $this->services['App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController'] = $instance = new \App\Controller\api\UsersProfile\Webshop\EditProfileController();
  5832.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController'$this));
  5833.         return $instance;
  5834.     }
  5835.     /**
  5836.      * Gets the public 'App\Controller\api\UsersProfile\Webshop\OrderController' shared autowired service.
  5837.      *
  5838.      * @return \App\Controller\api\UsersProfile\Webshop\OrderController
  5839.      */
  5840.     protected function getOrderController2Service()
  5841.     {
  5842.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Webshop/OrderController.php';
  5843.         return $this->services['App\\Controller\\api\\UsersProfile\\Webshop\\OrderController'] = new \App\Controller\api\UsersProfile\Webshop\OrderController(($this->privates['App\\Repository\\WebshopOrderRepository'] ?? $this->getWebshopOrderRepositoryService()));
  5844.     }
  5845.     /**
  5846.      * Gets the public 'App\Controller\api\UsersProfile\Webshop\PaymentController' shared autowired service.
  5847.      *
  5848.      * @return \App\Controller\api\UsersProfile\Webshop\PaymentController
  5849.      */
  5850.     protected function getPaymentControllerService()
  5851.     {
  5852.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Webshop/PaymentController.php';
  5853.         return $this->services['App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController'] = new \App\Controller\api\UsersProfile\Webshop\PaymentController();
  5854.     }
  5855.     /**
  5856.      * Gets the public 'App\Controller\api\VisitPropertyController' shared autowired service.
  5857.      *
  5858.      * @return \App\Controller\api\VisitPropertyController
  5859.      */
  5860.     protected function getVisitPropertyControllerService()
  5861.     {
  5862.         include_once \dirname(__DIR__4).'/src/Controller/api/VisitPropertyController.php';
  5863.         include_once \dirname(__DIR__4).'/src/Service/Api/VisitpropertyService.php';
  5864.         return $this->services['App\\Controller\\api\\VisitPropertyController'] = new \App\Controller\api\VisitPropertyController(new \App\Service\Api\VisitpropertyService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())));
  5865.     }
  5866.     /**
  5867.      * Gets the public 'App\Controller\api\VivaquaController' shared autowired service.
  5868.      *
  5869.      * @return \App\Controller\api\VivaquaController
  5870.      */
  5871.     protected function getVivaquaControllerService()
  5872.     {
  5873.         include_once \dirname(__DIR__4).'/src/Controller/api/VivaquaController.php';
  5874.         $this->services['App\\Controller\\api\\VivaquaController'] = $instance = new \App\Controller\api\VivaquaController(($this->privates['App\\Service\\Api\\VivaquaService'] ?? $this->getVivaquaServiceService()));
  5875.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\VivaquaController'$this));
  5876.         return $instance;
  5877.     }
  5878.     /**
  5879.      * Gets the public 'App\Controller\api\WebshopSimplePaymentController' shared autowired service.
  5880.      *
  5881.      * @return \App\Controller\api\WebshopSimplePaymentController
  5882.      */
  5883.     protected function getWebshopSimplePaymentControllerService()
  5884.     {
  5885.         include_once \dirname(__DIR__4).'/src/Controller/api/WebshopSimplePaymentController.php';
  5886.         include_once \dirname(__DIR__4).'/src/Service/Api/WebshopSimplePaymentService.php';
  5887.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  5888.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  5889.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  5890.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  5891.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  5892.         return $this->services['App\\Controller\\api\\WebshopSimplePaymentController'] = new \App\Controller\api\WebshopSimplePaymentController(new \App\Service\Api\WebshopSimplePaymentService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['Stripe\\StripeClient'] ?? ($this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')]))), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5893.     }
  5894.     /**
  5895.      * Gets the public 'App\Controller\api\Work\ChoiceCategoryController' shared autowired service.
  5896.      *
  5897.      * @return \App\Controller\api\Work\ChoiceCategoryController
  5898.      */
  5899.     protected function getChoiceCategoryControllerService()
  5900.     {
  5901.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ChoiceCategoryController.php';
  5902.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ChoiceCategoryService.php';
  5903.         return $this->services['App\\Controller\\api\\Work\\ChoiceCategoryController'] = new \App\Controller\api\Work\ChoiceCategoryController(new \App\Service\Api\Work\ChoiceCategoryService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5904.     }
  5905.     /**
  5906.      * Gets the public 'App\Controller\api\Work\ModelController' shared autowired service.
  5907.      *
  5908.      * @return \App\Controller\api\Work\ModelController
  5909.      */
  5910.     protected function getModelControllerService()
  5911.     {
  5912.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ModelController.php';
  5913.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ModelService.php';
  5914.         return $this->services['App\\Controller\\api\\Work\\ModelController'] = new \App\Controller\api\Work\ModelController(new \App\Service\Api\Work\ModelService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5915.     }
  5916.     /**
  5917.      * Gets the public 'App\Controller\api\Work\SubModelController' shared autowired service.
  5918.      *
  5919.      * @return \App\Controller\api\Work\SubModelController
  5920.      */
  5921.     protected function getSubModelControllerService()
  5922.     {
  5923.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/SubModelController.php';
  5924.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/SubModelService.php';
  5925.         return $this->services['App\\Controller\\api\\Work\\SubModelController'] = new \App\Controller\api\Work\SubModelController(new \App\Service\Api\Work\SubModelService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5926.     }
  5927.     /**
  5928.      * Gets the public 'App\Controller\api\Work\SubsectionController' shared autowired service.
  5929.      *
  5930.      * @return \App\Controller\api\Work\SubsectionController
  5931.      */
  5932.     protected function getSubsectionControllerService()
  5933.     {
  5934.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/SubsectionController.php';
  5935.         return $this->services['App\\Controller\\api\\Work\\SubsectionController'] = new \App\Controller\api\Work\SubsectionController(($this->privates['App\\Service\\Api\\Work\\SubsectionService'] ?? $this->getSubsectionServiceService()));
  5936.     }
  5937.     /**
  5938.      * Gets the public 'App\Controller\api\Work\ThePropertyBoilerWorkController' shared autowired service.
  5939.      *
  5940.      * @return \App\Controller\api\Work\ThePropertyBoilerWorkController
  5941.      */
  5942.     protected function getThePropertyBoilerWorkControllerService()
  5943.     {
  5944.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyBoilerWorkController.php';
  5945.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5946.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyBoilerWorkService.php';
  5947.         return $this->services['App\\Controller\\api\\Work\\ThePropertyBoilerWorkController'] = new \App\Controller\api\Work\ThePropertyBoilerWorkController(new \App\Service\Api\Work\ThePropertyBoilerWorkService(($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Repository\\ChoicecategoryRepository'] ?? $this->getChoicecategoryRepositoryService()), ($this->privates['App\\Service\\Api\\EstimationService'] ?? $this->getEstimationServiceService()), ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ControlsRepository'] ?? $this->getControlsRepositoryService()), ($this->privates['App\\Repository\\NextControlsRepository'] ?? $this->getNextControlsRepositoryService()), ($this->privates['App\\Repository\\PebControlsRepository'] ?? $this->getPebControlsRepositoryService()), ($this->privates['App\\Repository\\NextPebControlsRepository'] ?? $this->getNextPebControlsRepositoryService()), ($this->privates['App\\Repository\\EvacuationsRepository'] ?? $this->getEvacuationsRepositoryService()), ($this->privates['App\\Repository\\AuthorizationsRepository'] ?? $this->getAuthorizationsRepositoryService()), ($this->privates['App\\Repository\\FillingsRepository'] ?? $this->getFillingsRepositoryService()), ($this->privates['App\\Repository\\DemandsRepository'] ?? $this->getDemandsRepositoryService()), ($this->privates['App\\Repository\\ResponsesRepository'] ?? $this->getResponsesRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())), ($this->privates['App\\Service\\Api\\Work\\SubsectionService'] ?? $this->getSubsectionServiceService()));
  5948.     }
  5949.     /**
  5950.      * Gets the public 'App\Controller\api\Work\ThePropertyCareWorkController' shared autowired service.
  5951.      *
  5952.      * @return \App\Controller\api\Work\ThePropertyCareWorkController
  5953.      */
  5954.     protected function getThePropertyCareWorkControllerService()
  5955.     {
  5956.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyCareWorkController.php';
  5957.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5958.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyCareWorkService.php';
  5959.         return $this->services['App\\Controller\\api\\Work\\ThePropertyCareWorkController'] = new \App\Controller\api\Work\ThePropertyCareWorkController(new \App\Service\Api\Work\ThePropertyCareWorkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\EngineeringOfficesRepository'] ?? $this->getEngineeringOfficesRepositoryService()), ($this->privates['App\\Repository\\CareCompaniesRepository'] ?? $this->getCareCompaniesRepositoryService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\Api\\EstimationService'] ?? $this->getEstimationServiceService()), ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ControlsRepository'] ?? $this->getControlsRepositoryService()), ($this->privates['App\\Repository\\NextControlsRepository'] ?? $this->getNextControlsRepositoryService()), ($this->privates['App\\Repository\\PebControlsRepository'] ?? $this->getPebControlsRepositoryService()), ($this->privates['App\\Repository\\NextPebControlsRepository'] ?? $this->getNextPebControlsRepositoryService()), ($this->privates['App\\Repository\\EvacuationsRepository'] ?? $this->getEvacuationsRepositoryService()), ($this->privates['App\\Repository\\AuthorizationsRepository'] ?? $this->getAuthorizationsRepositoryService()), ($this->privates['App\\Repository\\FillingsRepository'] ?? $this->getFillingsRepositoryService()), ($this->privates['App\\Repository\\DemandsRepository'] ?? $this->getDemandsRepositoryService()), ($this->privates['App\\Repository\\ResponsesRepository'] ?? $this->getResponsesRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5960.     }
  5961.     /**
  5962.      * Gets the public 'App\Controller\api\Work\ThePropertyConstructionWorkController' shared autowired service.
  5963.      *
  5964.      * @return \App\Controller\api\Work\ThePropertyConstructionWorkController
  5965.      */
  5966.     protected function getThePropertyConstructionWorkControllerService()
  5967.     {
  5968.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyConstructionWorkController.php';
  5969.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5970.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyConstructionWorkService.php';
  5971.         return $this->services['App\\Controller\\api\\Work\\ThePropertyConstructionWorkController'] = new \App\Controller\api\Work\ThePropertyConstructionWorkController(new \App\Service\Api\Work\ThePropertyConstructionWorkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\Api\\EstimationService'] ?? $this->getEstimationServiceService()), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['App\\Repository\\TypeofworkRepository'] ?? $this->getTypeofworkRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()), ($this->privates['App\\Repository\\ControlsRepository'] ?? $this->getControlsRepositoryService()), ($this->privates['App\\Repository\\NextControlsRepository'] ?? $this->getNextControlsRepositoryService()), ($this->privates['App\\Repository\\PebControlsRepository'] ?? $this->getPebControlsRepositoryService()), ($this->privates['App\\Repository\\NextPebControlsRepository'] ?? $this->getNextPebControlsRepositoryService()), ($this->privates['App\\Repository\\EvacuationsRepository'] ?? $this->getEvacuationsRepositoryService()), ($this->privates['App\\Repository\\AuthorizationsRepository'] ?? $this->getAuthorizationsRepositoryService()), ($this->privates['App\\Repository\\FillingsRepository'] ?? $this->getFillingsRepositoryService()), ($this->privates['App\\Repository\\DemandsRepository'] ?? $this->getDemandsRepositoryService()), ($this->privates['App\\Repository\\ResponsesRepository'] ?? $this->getResponsesRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5972.     }
  5973.     /**
  5974.      * Gets the public 'App\Controller\api\Work\ThePropertyConstructionWorkRulesController' shared autowired service.
  5975.      *
  5976.      * @return \App\Controller\api\Work\ThePropertyConstructionWorkRulesController
  5977.      */
  5978.     protected function getThePropertyConstructionWorkRulesControllerService()
  5979.     {
  5980.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyConstructionWorkRulesController.php';
  5981.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyConstructionWorkRulesService.php';
  5982.         return $this->services['App\\Controller\\api\\Work\\ThePropertyConstructionWorkRulesController'] = new \App\Controller\api\Work\ThePropertyConstructionWorkRulesController(new \App\Service\Api\Work\ThePropertyConstructionWorkRulesService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  5983.     }
  5984.     /**
  5985.      * Gets the public 'App\Controller\api\Work\ThePropertyTankWorkController' shared autowired service.
  5986.      *
  5987.      * @return \App\Controller\api\Work\ThePropertyTankWorkController
  5988.      */
  5989.     protected function getThePropertyTankWorkControllerService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyTankWorkController.php';
  5992.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5993.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyTankWorkService.php';
  5994.         return $this->services['App\\Controller\\api\\Work\\ThePropertyTankWorkController'] = new \App\Controller\api\Work\ThePropertyTankWorkController(new \App\Service\Api\Work\ThePropertyTankWorkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Repository\\ChoicecategoryRepository'] ?? $this->getChoicecategoryRepositoryService()), ($this->privates['App\\Service\\Api\\EstimationService'] ?? $this->getEstimationServiceService()), ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ControlsRepository'] ?? $this->getControlsRepositoryService()), ($this->privates['App\\Repository\\NextControlsRepository'] ?? $this->getNextControlsRepositoryService()), ($this->privates['App\\Repository\\PebControlsRepository'] ?? $this->getPebControlsRepositoryService()), ($this->privates['App\\Repository\\NextPebControlsRepository'] ?? $this->getNextPebControlsRepositoryService()), ($this->privates['App\\Repository\\EvacuationsRepository'] ?? $this->getEvacuationsRepositoryService()), ($this->privates['App\\Repository\\AuthorizationsRepository'] ?? $this->getAuthorizationsRepositoryService()), ($this->privates['App\\Repository\\FillingsRepository'] ?? $this->getFillingsRepositoryService()), ($this->privates['App\\Repository\\DemandsRepository'] ?? $this->getDemandsRepositoryService()), ($this->privates['App\\Repository\\ResponsesRepository'] ?? $this->getResponsesRepositoryService()), ($this->privates['App\\Repository\\EngineeringOfficesRepository'] ?? $this->getEngineeringOfficesRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService())));
  5995.     }
  5996.     /**
  5997.      * Gets the public 'App\Controller\api\Work\ThePropertyUrgentWorkController' shared autowired service.
  5998.      *
  5999.      * @return \App\Controller\api\Work\ThePropertyUrgentWorkController
  6000.      */
  6001.     protected function getThePropertyUrgentWorkControllerService()
  6002.     {
  6003.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyUrgentWorkController.php';
  6004.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  6005.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyUrgentWorkService.php';
  6006.         return $this->services['App\\Controller\\api\\Work\\ThePropertyUrgentWorkController'] = new \App\Controller\api\Work\ThePropertyUrgentWorkController(new \App\Service\Api\Work\ThePropertyUrgentWorkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ControlsRepository'] ?? $this->getControlsRepositoryService()), ($this->privates['App\\Repository\\NextControlsRepository'] ?? $this->getNextControlsRepositoryService()), ($this->privates['App\\Repository\\PebControlsRepository'] ?? $this->getPebControlsRepositoryService()), ($this->privates['App\\Repository\\NextPebControlsRepository'] ?? $this->getNextPebControlsRepositoryService()), ($this->privates['App\\Repository\\EvacuationsRepository'] ?? $this->getEvacuationsRepositoryService()), ($this->privates['App\\Repository\\AuthorizationsRepository'] ?? $this->getAuthorizationsRepositoryService()), ($this->privates['App\\Repository\\FillingsRepository'] ?? $this->getFillingsRepositoryService()), ($this->privates['App\\Repository\\DemandsRepository'] ?? $this->getDemandsRepositoryService()), ($this->privates['App\\Repository\\ResponsesRepository'] ?? $this->getResponsesRepositoryService())));
  6007.     }
  6008.     /**
  6009.      * Gets the public 'App\Controller\api\Work\ThePropertyWorkController' shared autowired service.
  6010.      *
  6011.      * @return \App\Controller\api\Work\ThePropertyWorkController
  6012.      */
  6013.     protected function getThePropertyWorkControllerService()
  6014.     {
  6015.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyWorkController.php';
  6016.         return $this->services['App\\Controller\\api\\Work\\ThePropertyWorkController'] = new \App\Controller\api\Work\ThePropertyWorkController(($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()));
  6017.     }
  6018.     /**
  6019.      * Gets the public 'App\Controller\api\Work\TypeOfWorkController' shared autowired service.
  6020.      *
  6021.      * @return \App\Controller\api\Work\TypeOfWorkController
  6022.      */
  6023.     protected function getTypeOfWorkControllerService()
  6024.     {
  6025.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/TypeOfWorkController.php';
  6026.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/TypeOfWorkService.php';
  6027.         return $this->services['App\\Controller\\api\\Work\\TypeOfWorkController'] = new \App\Controller\api\Work\TypeOfWorkController(new \App\Service\Api\Work\TypeOfWorkService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  6028.     }
  6029.     /**
  6030.      * Gets the public 'App\Controller\api\Work\WorkCostController' shared autowired service.
  6031.      *
  6032.      * @return \App\Controller\api\Work\WorkCostController
  6033.      */
  6034.     protected function getWorkCostControllerService()
  6035.     {
  6036.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/WorkCostController.php';
  6037.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkCostService.php';
  6038.         return $this->services['App\\Controller\\api\\Work\\WorkCostController'] = new \App\Controller\api\Work\WorkCostController(new \App\Service\Api\Work\WorkCostService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Api\\EstimationService'] ?? $this->getEstimationServiceService())));
  6039.     }
  6040.     /**
  6041.      * Gets the public 'App\Controller\apiimmogo\ApiAddWorkController' shared autowired service.
  6042.      *
  6043.      * @return \App\Controller\apiimmogo\ApiAddWorkController
  6044.      */
  6045.     protected function getApiAddWorkControllerService()
  6046.     {
  6047.         include_once \dirname(__DIR__4).'/src/Controller/apiimmogo/ApiAddWorkController.php';
  6048.         $this->services['App\\Controller\\apiimmogo\\ApiAddWorkController'] = $instance = new \App\Controller\apiimmogo\ApiAddWorkController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  6049.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\apiimmogo\\ApiAddWorkController'$this));
  6050.         return $instance;
  6051.     }
  6052.     /**
  6053.      * Gets the public 'App\Controller\apiimmogo\ApiImmogo' shared autowired service.
  6054.      *
  6055.      * @return \App\Controller\apiimmogo\ApiImmogo
  6056.      */
  6057.     protected function getApiImmogoService()
  6058.     {
  6059.         include_once \dirname(__DIR__4).'/src/Controller/apiimmogo/ApiImmogo.php';
  6060.         include_once \dirname(__DIR__4).'/src/Service/Immogo/ImmogoPropertyService.php';
  6061.         include_once \dirname(__DIR__4).'/src/Service/GetloyerprospectifImmogo.php';
  6062.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6063.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  6064.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6065.         $d = ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule()));
  6066.         $this->services['App\\Controller\\apiimmogo\\ApiImmogo'] = $instance = new \App\Controller\apiimmogo\ApiImmogo($a, ($this->services['App\\Service\\Immogo\\ImmogoService'] ?? $this->getImmogoServiceService()), $b, new \App\Service\Immogo\ImmogoPropertyService($c$this$a, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $b$d, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\GetloyerprospectifImmogo'] ?? ($this->privates['App\\Service\\GetloyerprospectifImmogo'] = new \App\Service\GetloyerprospectifImmogo())), $c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), $c, ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), $d, ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->privates['App\\Service\\Api\\Urbanism\\PpasService'] ?? $this->getPpasServiceService()), ($this->privates['App\\Service\\Api\\Urbanism\\PrasService'] ?? $this->getPrasServiceService()), ($this->privates['App\\Service\\Api\\BrugisService'] ?? $this->getBrugisServiceService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()));
  6067.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\apiimmogo\\ApiImmogo'$this));
  6068.         return $instance;
  6069.     }
  6070.     /**
  6071.      * Gets the public 'App\Controller\apiimmogo\EstimateImmogo' shared autowired service.
  6072.      *
  6073.      * @return \App\Controller\apiimmogo\EstimateImmogo
  6074.      */
  6075.     protected function getEstimateImmogoService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/src/Controller/apiimmogo/EstimateImmogo.php';
  6078.         include_once \dirname(__DIR__4).'/src/Service/Immogo/EstimationService.php';
  6079.         $this->services['App\\Controller\\apiimmogo\\EstimateImmogo'] = $instance = new \App\Controller\apiimmogo\EstimateImmogo(new \App\Service\Immogo\EstimationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService())));
  6080.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\apiimmogo\\EstimateImmogo'$this));
  6081.         return $instance;
  6082.     }
  6083.     /**
  6084.      * Gets the public 'App\Repository\UserRepository' shared autowired service.
  6085.      *
  6086.      * @return \App\Repository\UserRepository
  6087.      */
  6088.     protected function getUserRepositoryService()
  6089.     {
  6090.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  6091.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  6092.         return $this->services['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  6093.     }
  6094.     /**
  6095.      * Gets the public 'App\Service\Api\ConsumptionWaterService' shared autowired service.
  6096.      *
  6097.      * @return \App\Service\Api\ConsumptionWaterService
  6098.      */
  6099.     protected function getConsumptionWaterServiceService()
  6100.     {
  6101.         include_once \dirname(__DIR__4).'/src/Service/Api/ConsumptionWaterService.php';
  6102.         return $this->services['App\\Service\\Api\\ConsumptionWaterService'] = new \App\Service\Api\ConsumptionWaterService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  6103.     }
  6104.     /**
  6105.      * Gets the public 'App\Service\Api\EngieService' shared autowired service.
  6106.      *
  6107.      * @return \App\Service\Api\EngieService
  6108.      */
  6109.     protected function getEngieServiceService()
  6110.     {
  6111.         include_once \dirname(__DIR__4).'/src/Service/Api/EngieService.php';
  6112.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6113.         return $this->services['App\\Service\\Api\\EngieService'] = new \App\Service\Api\EngieService($a$this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $a);
  6114.     }
  6115.     /**
  6116.      * Gets the public 'App\Service\Api\Portfolio\PortfolioApiService' shared autowired service.
  6117.      *
  6118.      * @return \App\Service\Api\Portfolio\PortfolioApiService
  6119.      */
  6120.     protected function getPortfolioApiServiceService()
  6121.     {
  6122.         include_once \dirname(__DIR__4).'/src/Service/Api/Portfolio/PortfolioApiService.php';
  6123.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  6124.         if (isset($this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'])) {
  6125.             return $this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'];
  6126.         }
  6127.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6128.         if (isset($this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'])) {
  6129.             return $this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'];
  6130.         }
  6131.         return $this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'] = new \App\Service\Api\Portfolio\PortfolioApiService($a$b);
  6132.     }
  6133.     /**
  6134.      * Gets the public 'App\Service\Api\ProviderSolarGreenCertificateService' shared autowired service.
  6135.      *
  6136.      * @return \App\Service\Api\ProviderSolarGreenCertificateService
  6137.      */
  6138.     protected function getProviderSolarGreenCertificateServiceService()
  6139.     {
  6140.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarGreenCertificateService.php';
  6141.         $this->services['App\\Service\\Api\\ProviderSolarGreenCertificateService'] = $instance = new \App\Service\Api\ProviderSolarGreenCertificateService(($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Repository\\ProviderSolarGreenCertificateRepository'] ?? $this->getProviderSolarGreenCertificateRepositoryService()), ($this->privates['App\\Repository\\ProviderSolarGreenCertificateFilesRepository'] ?? $this->getProviderSolarGreenCertificateFilesRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  6142.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ProviderSolarGreenCertificateService'$this));
  6143.         return $instance;
  6144.     }
  6145.     /**
  6146.      * Gets the public 'App\Service\Api\ProviderSolarOrganizationService' shared autowired service.
  6147.      *
  6148.      * @return \App\Service\Api\ProviderSolarOrganizationService
  6149.      */
  6150.     protected function getProviderSolarOrganizationServiceService()
  6151.     {
  6152.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarOrganizationService.php';
  6153.         $this->services['App\\Service\\Api\\ProviderSolarOrganizationService'] = $instance = new \App\Service\Api\ProviderSolarOrganizationService(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ProviderSolarOrganizationRepository'] ?? $this->getProviderSolarOrganizationRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()));
  6154.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ProviderSolarOrganizationService'$this));
  6155.         return $instance;
  6156.     }
  6157.     /**
  6158.      * Gets the public 'App\Service\Api\ProviderSolarPhotovoltaicService' shared autowired service.
  6159.      *
  6160.      * @return \App\Service\Api\ProviderSolarPhotovoltaicService
  6161.      */
  6162.     protected function getProviderSolarPhotovoltaicServiceService()
  6163.     {
  6164.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarPhotovoltaicService.php';
  6165.         $this->services['App\\Service\\Api\\ProviderSolarPhotovoltaicService'] = $instance = new \App\Service\Api\ProviderSolarPhotovoltaicService(($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['App\\Repository\\ProviderSolarPhotovoltaicRepository'] ?? $this->getProviderSolarPhotovoltaicRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()));
  6166.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ProviderSolarPhotovoltaicService'$this));
  6167.         return $instance;
  6168.     }
  6169.     /**
  6170.      * Gets the public 'App\Service\Api\RentalService' shared autowired service.
  6171.      *
  6172.      * @return \App\Service\Api\RentalService
  6173.      */
  6174.     protected function getRentalServiceService()
  6175.     {
  6176.         include_once \dirname(__DIR__4).'/src/Service/Api/RentalService.php';
  6177.         include_once \dirname(__DIR__4).'/src/Service/FpdiService.php';
  6178.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  6179.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6180.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6181.             return $this->services['App\\Service\\Api\\RentalService'];
  6182.         }
  6183.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6184.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6185.             return $this->services['App\\Service\\Api\\RentalService'];
  6186.         }
  6187.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6188.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6189.             return $this->services['App\\Service\\Api\\RentalService'];
  6190.         }
  6191.         $d = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  6192.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6193.             return $this->services['App\\Service\\Api\\RentalService'];
  6194.         }
  6195.         $e = ($this->privates['App\\Service\\Api\\RentalEmailService'] ?? $this->getRentalEmailServiceService());
  6196.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6197.             return $this->services['App\\Service\\Api\\RentalService'];
  6198.         }
  6199.         $f = ($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'] ?? $this->getUserPropertyFetcherService());
  6200.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6201.             return $this->services['App\\Service\\Api\\RentalService'];
  6202.         }
  6203.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6204.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6205.             return $this->services['App\\Service\\Api\\RentalService'];
  6206.         }
  6207.         $h = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6208.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6209.             return $this->services['App\\Service\\Api\\RentalService'];
  6210.         }
  6211.         $i = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  6212.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6213.             return $this->services['App\\Service\\Api\\RentalService'];
  6214.         }
  6215.         $j = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  6216.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6217.             return $this->services['App\\Service\\Api\\RentalService'];
  6218.         }
  6219.         return $this->services['App\\Service\\Api\\RentalService'] = new \App\Service\Api\RentalService($a$b'/uploads/lease_contract/'$c$d$e$f, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))), new \App\Service\FpdiService($g), $h$i$j);
  6220.     }
  6221.     /**
  6222.      * Gets the public 'App\Service\Api\ThePropertyMaifInsuranceSummary\ThePropertyMaifInsuranceSummaryService' shared autowired service.
  6223.      *
  6224.      * @return \App\Service\Api\ThePropertyMaifInsuranceSummary\ThePropertyMaifInsuranceSummaryService
  6225.      */
  6226.     protected function getThePropertyMaifInsuranceSummaryServiceService()
  6227.     {
  6228.         include_once \dirname(__DIR__4).'/src/Service/Api/ThePropertyMaifInsuranceSummary/ThePropertyMaifInsuranceSummaryService.php';
  6229.         $this->services['App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService'] = $instance = new \App\Service\Api\ThePropertyMaifInsuranceSummary\ThePropertyMaifInsuranceSummaryService(($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()));
  6230.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService'$this));
  6231.         return $instance;
  6232.     }
  6233.     /**
  6234.      * Gets the public 'App\Service\Api\ThepropertyConsumptionService' shared autowired service.
  6235.      *
  6236.      * @return \App\Service\Api\ThepropertyConsumptionService
  6237.      */
  6238.     protected function getThepropertyConsumptionServiceService()
  6239.     {
  6240.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyConsumptionService.php';
  6241.         return $this->services['App\\Service\\Api\\ThepropertyConsumptionService'] = new \App\Service\Api\ThepropertyConsumptionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  6242.     }
  6243.     /**
  6244.      * Gets the public 'App\Service\Api\ThepropertyCounterService' shared autowired service.
  6245.      *
  6246.      * @return \App\Service\Api\ThepropertyCounterService
  6247.      */
  6248.     protected function getThepropertyCounterServiceService()
  6249.     {
  6250.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyCounterService.php';
  6251.         return $this->services['App\\Service\\Api\\ThepropertyCounterService'] = new \App\Service\Api\ThepropertyCounterService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6252.     }
  6253.     /**
  6254.      * Gets the public 'App\Service\Api\ThepropertyCounterStatementService' shared autowired service.
  6255.      *
  6256.      * @return \App\Service\Api\ThepropertyCounterStatementService
  6257.      */
  6258.     protected function getThepropertyCounterStatementServiceService()
  6259.     {
  6260.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyCounterStatementService.php';
  6261.         return $this->services['App\\Service\\Api\\ThepropertyCounterStatementService'] = new \App\Service\Api\ThepropertyCounterStatementService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6262.     }
  6263.     /**
  6264.      * Gets the public 'App\Service\Api\ThepropertyProviderBillService' shared autowired service.
  6265.      *
  6266.      * @return \App\Service\Api\ThepropertyProviderBillService
  6267.      */
  6268.     protected function getThepropertyProviderBillServiceService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyProviderBillService.php';
  6271.         return $this->services['App\\Service\\Api\\ThepropertyProviderBillService'] = new \App\Service\Api\ThepropertyProviderBillService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6272.     }
  6273.     /**
  6274.      * Gets the public 'App\Service\Api\ThepropertyProviderDocumentProofService' shared autowired service.
  6275.      *
  6276.      * @return \App\Service\Api\ThepropertyProviderDocumentProofService
  6277.      */
  6278.     protected function getThepropertyProviderDocumentProofServiceService()
  6279.     {
  6280.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyProviderDocumentProofService.php';
  6281.         return $this->services['App\\Service\\Api\\ThepropertyProviderDocumentProofService'] = new \App\Service\Api\ThepropertyProviderDocumentProofService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  6282.     }
  6283.     /**
  6284.      * Gets the public 'App\Service\Api\ThepropertyProviderService' shared autowired service.
  6285.      *
  6286.      * @return \App\Service\Api\ThepropertyProviderService
  6287.      */
  6288.     protected function getThepropertyProviderServiceService()
  6289.     {
  6290.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyProviderService.php';
  6291.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6292.         return $this->services['App\\Service\\Api\\ThepropertyProviderService'] = new \App\Service\Api\ThepropertyProviderService(($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), $a$a$this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\ThepropertyProviderRepository'] ?? $this->getThepropertyProviderRepositoryService()));
  6293.     }
  6294.     /**
  6295.      * Gets the public 'App\Service\Api\UsersProfile\Solicitation\ContractBuildingService' shared autowired service.
  6296.      *
  6297.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractBuildingService
  6298.      */
  6299.     protected function getContractBuildingServiceService()
  6300.     {
  6301.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractBuildingService.php';
  6302.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  6303.         return $this->services['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractBuildingService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractBuildingService(($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))), 'Contrat proposé par %s sur le bien %s''/uploads/contract/uploaded/');
  6304.     }
  6305.     /**
  6306.      * Gets the public 'App\Service\Api\UsersProfile\Solicitation\ContractFileService' shared autowired service.
  6307.      *
  6308.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractFileService
  6309.      */
  6310.     protected function getContractFileServiceService()
  6311.     {
  6312.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractFileService.php';
  6313.         return $this->services['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractFileService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractFileService(($this->services['App\\Service\\Onespan\\DownloaderService'] ?? $this->getDownloaderServiceService()), '/uploads/contract/uploaded/''/uploads/contract/signed/''/uploads/contract/accepted/');
  6314.     }
  6315.     /**
  6316.      * Gets the public 'App\Service\Api\Work\ThePropertyWorkService' shared autowired service.
  6317.      *
  6318.      * @return \App\Service\Api\Work\ThePropertyWorkService
  6319.      */
  6320.     protected function getThePropertyWorkServiceService()
  6321.     {
  6322.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  6323.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyWorkService.php';
  6324.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6325.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6326.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6327.         }
  6328.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6329.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6330.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6331.         }
  6332.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6333.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6334.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6335.         }
  6336.         $d = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  6337.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6338.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6339.         }
  6340.         return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] = new \App\Service\Api\Work\ThePropertyWorkService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\ControlsRepository'] ?? $this->getControlsRepositoryService()), ($this->privates['App\\Repository\\NextControlsRepository'] ?? $this->getNextControlsRepositoryService()), ($this->privates['App\\Repository\\PebControlsRepository'] ?? $this->getPebControlsRepositoryService()), ($this->privates['App\\Repository\\NextPebControlsRepository'] ?? $this->getNextPebControlsRepositoryService()), ($this->privates['App\\Repository\\EvacuationsRepository'] ?? $this->getEvacuationsRepositoryService()), ($this->privates['App\\Repository\\AuthorizationsRepository'] ?? $this->getAuthorizationsRepositoryService()), ($this->privates['App\\Repository\\FillingsRepository'] ?? $this->getFillingsRepositoryService()), ($this->privates['App\\Repository\\DemandsRepository'] ?? $this->getDemandsRepositoryService()), ($this->privates['App\\Repository\\ResponsesRepository'] ?? $this->getResponsesRepositoryService()), $d, ($this->privates['App\\Repository\\ThePropertyWorkRepository'] ?? $this->getThePropertyWorkRepositoryService()), ($this->privates['App\\Repository\\PrimeTankWorkRepository'] ?? $this->getPrimeTankWorkRepositoryService()));
  6341.     }
  6342.     /**
  6343.      * Gets the public 'App\Service\DompdfService' shared autowired service.
  6344.      *
  6345.      * @return \App\Service\DompdfService
  6346.      */
  6347.     protected function getDompdfServiceService()
  6348.     {
  6349.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6350.         if (isset($this->services['App\\Service\\DompdfService'])) {
  6351.             return $this->services['App\\Service\\DompdfService'];
  6352.         }
  6353.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6354.         if (isset($this->services['App\\Service\\DompdfService'])) {
  6355.             return $this->services['App\\Service\\DompdfService'];
  6356.         }
  6357.         $this->services['App\\Service\\DompdfService'] = $instance = new \App\Service\DompdfService($a$b, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  6358.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\DompdfService'$this));
  6359.         return $instance;
  6360.     }
  6361.     /**
  6362.      * Gets the public 'App\Service\Getlatlongbyadress' shared autowired service.
  6363.      *
  6364.      * @return \App\Service\Getlatlongbyadress
  6365.      */
  6366.     protected function getGetlatlongbyadressService()
  6367.     {
  6368.         include_once \dirname(__DIR__4).'/src/Service/Getlatlongbyadress.php';
  6369.         $this->services['App\\Service\\Getlatlongbyadress'] = $instance = new \App\Service\Getlatlongbyadress(($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()));
  6370.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Getlatlongbyadress'$this));
  6371.         return $instance;
  6372.     }
  6373.     /**
  6374.      * Gets the public 'App\Service\Immogo\ImmogoService' shared autowired service.
  6375.      *
  6376.      * @return \App\Service\Immogo\ImmogoService
  6377.      */
  6378.     protected function getImmogoServiceService()
  6379.     {
  6380.         include_once \dirname(__DIR__4).'/src/Service/Immogo/ImmogoService.php';
  6381.         include_once \dirname(__DIR__4).'/src/Service/Traitement.php';
  6382.         $this->services['App\\Service\\Immogo\\ImmogoService'] = $instance = new \App\Service\Immogo\ImmogoService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->privates['App\\Service\\Traitement'] ?? ($this->privates['App\\Service\\Traitement'] = new \App\Service\Traitement())));
  6383.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Immogo\\ImmogoService'$this));
  6384.         return $instance;
  6385.     }
  6386.     /**
  6387.      * Gets the public 'App\Service\ImoAgentSolicitationService' shared autowired service.
  6388.      *
  6389.      * @return \App\Service\ImoAgentSolicitationService
  6390.      */
  6391.     protected function getImoAgentSolicitationServiceService()
  6392.     {
  6393.         include_once \dirname(__DIR__4).'/src/Service/ImoAgentSolicitationService.php';
  6394.         return $this->services['App\\Service\\ImoAgentSolicitationService'] = new \App\Service\ImoAgentSolicitationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['App\\Service\\UrlContext'] ?? ($this->privates['App\\Service\\UrlContext'] = new \App\Service\UrlContext())));
  6395.     }
  6396.     /**
  6397.      * Gets the public 'App\Service\Mailbox\Attachment\AttachmentService' shared autowired service.
  6398.      *
  6399.      * @return \App\Service\Mailbox\Attachment\AttachmentService
  6400.      */
  6401.     protected function getAttachmentServiceService()
  6402.     {
  6403.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6404.         if (isset($this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'])) {
  6405.             return $this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'];
  6406.         }
  6407.         return $this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'] = new \App\Service\Mailbox\Attachment\AttachmentService(new \App\Repository\Mailbox\AttachmentRepository($a), '/uploads/attachments/');
  6408.     }
  6409.     /**
  6410.      * Gets the public 'App\Service\Mailbox\Inbound\AttachmentService' shared autowired service.
  6411.      *
  6412.      * @return \App\Service\Mailbox\Inbound\AttachmentService
  6413.      */
  6414.     protected function getAttachmentService2Service()
  6415.     {
  6416.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/AttachmentService.php';
  6417.         return $this->services['App\\Service\\Mailbox\\Inbound\\AttachmentService'] = new \App\Service\Mailbox\Inbound\AttachmentService((\dirname(__DIR__4).'/public/uploads/attachments/'), '/uploads/attachments/');
  6418.     }
  6419.     /**
  6420.      * Gets the public 'App\Service\Manager\AlarmSystem\ImportTypeOfAlarmSystem' shared autowired service.
  6421.      *
  6422.      * @return \App\Service\Manager\AlarmSystem\ImportTypeOfAlarmSystem
  6423.      */
  6424.     protected function getImportTypeOfAlarmSystemService()
  6425.     {
  6426.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6427.         include_once \dirname(__DIR__4).'/src/Service/Manager/AlarmSystem/ImportTypeOfAlarmSystem.php';
  6428.         return $this->services['App\\Service\\Manager\\AlarmSystem\\ImportTypeOfAlarmSystem'] = new \App\Service\Manager\AlarmSystem\ImportTypeOfAlarmSystem(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\TypeOfAlarmSystemRepository'] ?? $this->getTypeOfAlarmSystemRepositoryService()));
  6429.     }
  6430.     /**
  6431.      * Gets the public 'App\Service\Manager\Caclul\ImportMunicipalTaxManager' shared autowired service.
  6432.      *
  6433.      * @return \App\Service\Manager\Caclul\ImportMunicipalTaxManager
  6434.      */
  6435.     protected function getImportMunicipalTaxManagerService()
  6436.     {
  6437.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6438.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6439.         include_once \dirname(__DIR__4).'/src/Service/Manager/Caclul/ImportMunicipalTaxManager.php';
  6440.         return $this->services['App\\Service\\Manager\\Caclul\\ImportMunicipalTaxManager'] = new \App\Service\Manager\Caclul\ImportMunicipalTaxManager(($this->privates['App\\Repository\\MunicipalTaxRepository'] ?? $this->getMunicipalTaxRepositoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6441.     }
  6442.     /**
  6443.      * Gets the public 'App\Service\Manager\CoOwnership\ImportSyndicManager' shared autowired service.
  6444.      *
  6445.      * @return \App\Service\Manager\CoOwnership\ImportSyndicManager
  6446.      */
  6447.     protected function getImportSyndicManagerService()
  6448.     {
  6449.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6450.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6451.         include_once \dirname(__DIR__4).'/src/Service/Manager/CoOwnership/ImportSyndicManager.php';
  6452.         return $this->services['App\\Service\\Manager\\CoOwnership\\ImportSyndicManager'] = new \App\Service\Manager\CoOwnership\ImportSyndicManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6453.     }
  6454.     /**
  6455.      * Gets the public 'App\Service\Manager\Environment\ImportEnvironmentDatasManager' shared autowired service.
  6456.      *
  6457.      * @return \App\Service\Manager\Environment\ImportEnvironmentDatasManager
  6458.      */
  6459.     protected function getImportEnvironmentDatasManagerService()
  6460.     {
  6461.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6462.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6463.         include_once \dirname(__DIR__4).'/src/Service/Manager/Environment/ImportEnvironmentDatasManager.php';
  6464.         return $this->services['App\\Service\\Manager\\Environment\\ImportEnvironmentDatasManager'] = new \App\Service\Manager\Environment\ImportEnvironmentDatasManager(($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()));
  6465.     }
  6466.     /**
  6467.      * Gets the public 'App\Service\Manager\GeoportailManager' shared autowired service.
  6468.      *
  6469.      * @return \App\Service\Manager\GeoportailManager
  6470.      */
  6471.     protected function getGeoportailManagerService()
  6472.     {
  6473.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6474.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6475.         include_once \dirname(__DIR__4).'/src/Service/Manager/GeoportailManager.php';
  6476.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6477.         return $this->services['App\\Service\\Manager\\GeoportailManager'] = new \App\Service\Manager\GeoportailManager($a, ($this->privates['App\\Repository\\GeoPortailParcelRepository'] ?? $this->getGeoPortailParcelRepositoryService()), $a, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6478.     }
  6479.     /**
  6480.      * Gets the public 'App\Service\Manager\ImmowebEstimationFranceManager' shared autowired service.
  6481.      *
  6482.      * @return \App\Service\Manager\ImmowebEstimationFranceManager
  6483.      */
  6484.     protected function getImmowebEstimationFranceManagerService()
  6485.     {
  6486.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6487.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6488.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImmowebEstimationFranceManager.php';
  6489.         return $this->services['App\\Service\\Manager\\ImmowebEstimationFranceManager'] = new \App\Service\Manager\ImmowebEstimationFranceManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6490.     }
  6491.     /**
  6492.      * Gets the public 'App\Service\Manager\ImportCommunaleServiceManager' shared autowired service.
  6493.      *
  6494.      * @return \App\Service\Manager\ImportCommunaleServiceManager
  6495.      */
  6496.     protected function getImportCommunaleServiceManagerService()
  6497.     {
  6498.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6499.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportCommunaleServiceManager.php';
  6500.         return $this->services['App\\Service\\Manager\\ImportCommunaleServiceManager'] = new \App\Service\Manager\ImportCommunaleServiceManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\CommunaleServiceRepository'] ?? $this->getCommunaleServiceRepositoryService()));
  6501.     }
  6502.     /**
  6503.      * Gets the public 'App\Service\Manager\ImportCountryBelgeManager' shared autowired service.
  6504.      *
  6505.      * @return \App\Service\Manager\ImportCountryBelgeManager
  6506.      */
  6507.     protected function getImportCountryBelgeManagerService()
  6508.     {
  6509.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6510.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportCountryBelgeManager.php';
  6511.         return $this->services['App\\Service\\Manager\\ImportCountryBelgeManager'] = new \App\Service\Manager\ImportCountryBelgeManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\CountryRepository'] ?? $this->getCountryRepositoryService()), ($this->privates['App\\Repository\\RegionRepository'] ?? $this->getRegionRepositoryService()), ($this->privates['App\\Repository\\ProvincesRepository'] ?? $this->getProvincesRepositoryService()), ($this->privates['App\\Repository\\MunicipalityRepository'] ?? $this->getMunicipalityRepositoryService()));
  6512.     }
  6513.     /**
  6514.      * Gets the public 'App\Service\Manager\ImportPrimeManager' shared autowired service.
  6515.      *
  6516.      * @return \App\Service\Manager\ImportPrimeManager
  6517.      */
  6518.     protected function getImportPrimeManagerService()
  6519.     {
  6520.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6521.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6522.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportPrimeManager.php';
  6523.         return $this->services['App\\Service\\Manager\\ImportPrimeManager'] = new \App\Service\Manager\ImportPrimeManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  6524.     }
  6525.     /**
  6526.      * Gets the public 'App\Service\Manager\NeighborhoodOfficer\ImportNeighborhoodOfficer' shared autowired service.
  6527.      *
  6528.      * @return \App\Service\Manager\NeighborhoodOfficer\ImportNeighborhoodOfficer
  6529.      */
  6530.     protected function getImportNeighborhoodOfficerService()
  6531.     {
  6532.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6533.         include_once \dirname(__DIR__4).'/src/Service/Manager/NeighborhoodOfficer/ImportNeighborhoodOfficer.php';
  6534.         return $this->services['App\\Service\\Manager\\NeighborhoodOfficer\\ImportNeighborhoodOfficer'] = new \App\Service\Manager\NeighborhoodOfficer\ImportNeighborhoodOfficer(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\CommissionershipRepository'] ?? $this->getCommissionershipRepositoryService()), ($this->privates['App\\Repository\\InspectorRepository'] ?? $this->getInspectorRepositoryService()), ($this->privates['App\\Repository\\NeighborhoodOfficerRepository'] ?? $this->getNeighborhoodOfficerRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()));
  6535.     }
  6536.     /**
  6537.      * Gets the public 'App\Service\Manager\SurveillanceCamera\ImportSurveillanceCameraType' shared autowired service.
  6538.      *
  6539.      * @return \App\Service\Manager\SurveillanceCamera\ImportSurveillanceCameraType
  6540.      */
  6541.     protected function getImportSurveillanceCameraTypeService()
  6542.     {
  6543.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6544.         include_once \dirname(__DIR__4).'/src/Service/Manager/SurveillanceCamera/ImportSurveillanceCameraType.php';
  6545.         return $this->services['App\\Service\\Manager\\SurveillanceCamera\\ImportSurveillanceCameraType'] = new \App\Service\Manager\SurveillanceCamera\ImportSurveillanceCameraType(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\SurveillanceCameraTypeRepository'] ?? $this->getSurveillanceCameraTypeRepositoryService()));
  6546.     }
  6547.     /**
  6548.      * Gets the public 'App\Service\Manager\Work\ImportExpertBoilerManager' shared autowired service.
  6549.      *
  6550.      * @return \App\Service\Manager\Work\ImportExpertBoilerManager
  6551.      */
  6552.     protected function getImportExpertBoilerManagerService()
  6553.     {
  6554.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6555.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6556.         include_once \dirname(__DIR__4).'/src/Service/Manager/Work/ImportExpertBoilerManager.php';
  6557.         return $this->services['App\\Service\\Manager\\Work\\ImportExpertBoilerManager'] = new \App\Service\Manager\Work\ImportExpertBoilerManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\OfficesRepository'] ?? $this->getOfficesRepositoryService()), ($this->privates['App\\Repository\\EngineeringOfficesRepository'] ?? $this->getEngineeringOfficesRepositoryService()));
  6558.     }
  6559.     /**
  6560.      * Gets the public 'App\Service\Manager\Work\ImportTankWorkManager' shared autowired service.
  6561.      *
  6562.      * @return \App\Service\Manager\Work\ImportTankWorkManager
  6563.      */
  6564.     protected function getImportTankWorkManagerService()
  6565.     {
  6566.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6567.         include_once \dirname(__DIR__4).'/src/Service/Manager/Work/ImportTankWorkManager.php';
  6568.         return $this->services['App\\Service\\Manager\\Work\\ImportTankWorkManager'] = new \App\Service\Manager\Work\ImportTankWorkManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\PrimeTankWorkRepository'] ?? $this->getPrimeTankWorkRepositoryService()));
  6569.     }
  6570.     /**
  6571.      * Gets the public 'App\Service\Manager\Work\ImportWorkLinksManager' shared autowired service.
  6572.      *
  6573.      * @return \App\Service\Manager\Work\ImportWorkLinksManager
  6574.      */
  6575.     protected function getImportWorkLinksManagerService()
  6576.     {
  6577.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6578.         include_once \dirname(__DIR__4).'/src/Service/Manager/Work/ImportWorkLinksManager.php';
  6579.         return $this->services['App\\Service\\Manager\\Work\\ImportWorkLinksManager'] = new \App\Service\Manager\Work\ImportWorkLinksManager(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\WorkLinksRepository'] ?? $this->getWorkLinksRepositoryService()));
  6580.     }
  6581.     /**
  6582.      * Gets the public 'App\Service\Onespan\DownloaderService' shared autowired service.
  6583.      *
  6584.      * @return \App\Service\Onespan\DownloaderService
  6585.      */
  6586.     protected function getDownloaderServiceService()
  6587.     {
  6588.         include_once \dirname(__DIR__4).'/src/Service/Onespan/DownloaderService.php';
  6589.         return $this->services['App\\Service\\Onespan\\DownloaderService'] = new \App\Service\Onespan\DownloaderService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  6590.     }
  6591.     /**
  6592.      * Gets the public 'App\Service\Onespan\EventNotificationService' shared autowired service.
  6593.      *
  6594.      * @return \App\Service\Onespan\EventNotificationService
  6595.      */
  6596.     protected function getEventNotificationServiceService()
  6597.     {
  6598.         include_once \dirname(__DIR__4).'/src/Service/Onespan/EventNotificationService.php';
  6599.         return $this->services['App\\Service\\Onespan\\EventNotificationService'] = new \App\Service\Onespan\EventNotificationService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN'), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Service\\Onespan\\DownloaderService'] ?? $this->getDownloaderServiceService()), ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService()));
  6600.     }
  6601.     /**
  6602.      * Gets the public 'App\Service\Onespan\SignatureBuildingService' shared autowired service.
  6603.      *
  6604.      * @return \App\Service\Onespan\SignatureBuildingService
  6605.      */
  6606.     protected function getSignatureBuildingServiceService()
  6607.     {
  6608.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  6609.         return $this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN'));
  6610.     }
  6611.     /**
  6612.      * Gets the public 'App\Service\Pdf\ProviderWaterInterventionPdf' shared autowired service.
  6613.      *
  6614.      * @return \App\Service\Pdf\ProviderWaterInterventionPdf
  6615.      */
  6616.     protected function getProviderWaterInterventionPdfService()
  6617.     {
  6618.         include_once \dirname(__DIR__4).'/src/Service/Pdf/ProviderWaterInterventionPdf.php';
  6619.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6620.         if (isset($this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'])) {
  6621.             return $this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'];
  6622.         }
  6623.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6624.         if (isset($this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'])) {
  6625.             return $this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'];
  6626.         }
  6627.         $this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'] = $instance = new \App\Service\Pdf\ProviderWaterInterventionPdf($a$b);
  6628.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Pdf\\ProviderWaterInterventionPdf'$this));
  6629.         return $instance;
  6630.     }
  6631.     /**
  6632.      * Gets the public 'App\Service\PretService' shared autowired service.
  6633.      *
  6634.      * @return \App\Service\PretService
  6635.      */
  6636.     protected function getPretServiceService()
  6637.     {
  6638.         include_once \dirname(__DIR__4).'/src/Service/PretService.php';
  6639.         $this->services['App\\Service\\PretService'] = $instance = new \App\Service\PretService();
  6640.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\PretService'$this));
  6641.         return $instance;
  6642.     }
  6643.     /**
  6644.      * Gets the public 'App\Service\Realtime\MercureService' shared autowired service.
  6645.      *
  6646.      * @return \App\Service\Realtime\MercureService
  6647.      */
  6648.     protected function getMercureServiceService()
  6649.     {
  6650.         return $this->services['App\\Service\\Realtime\\MercureService'] = new \App\Service\Realtime\MercureService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->services['cache.app'] ?? $this->getCache_AppService()), $this->getEnv('MERCURE_PUBLISH_URL'), $this->getEnv('MERCURE_SECRET_KEY'));
  6651.     }
  6652.     /**
  6653.      * Gets the public 'App\Service\SendMail\SendmailService' shared autowired service.
  6654.      *
  6655.      * @return \App\Service\SendMail\SendmailService
  6656.      */
  6657.     protected function getSendmailServiceService()
  6658.     {
  6659.         $this->services['App\\Service\\SendMail\\SendmailService'] = $instance = new \App\Service\SendMail\SendmailService(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  6660.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\SendMail\\SendmailService'$this));
  6661.         return $instance;
  6662.     }
  6663.     /**
  6664.      * Gets the public 'App\Service\Webhook\Traitement' shared autowired service.
  6665.      *
  6666.      * @return \App\Service\Webhook\Traitement
  6667.      */
  6668.     protected function getTraitementService()
  6669.     {
  6670.         include_once \dirname(__DIR__4).'/src/Service/Webhook/Traitement.php';
  6671.         $this->services['App\\Service\\Webhook\\Traitement'] = $instance = new \App\Service\Webhook\Traitement(($this->privates['App\\Repository\\OrdersRepository'] ?? $this->getOrdersRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\SubscriptionRepository'] ?? $this->getSubscriptionRepositoryService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService()));
  6672.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Webhook\\Traitement'$this));
  6673.         return $instance;
  6674.     }
  6675.     /**
  6676.      * Gets the public 'App\Service\YousignWebhookService' shared autowired service.
  6677.      *
  6678.      * @return \App\Service\YousignWebhookService
  6679.      */
  6680.     protected function getYousignWebhookServiceService()
  6681.     {
  6682.         include_once \dirname(__DIR__4).'/src/Service/YousignWebhookService.php';
  6683.         include_once \dirname(__DIR__4).'/src/Service/YousignApiClient.php';
  6684.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6685.         if (isset($this->services['App\\Service\\YousignWebhookService'])) {
  6686.             return $this->services['App\\Service\\YousignWebhookService'];
  6687.         }
  6688.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  6689.         return $this->services['App\\Service\\YousignWebhookService'] = new \App\Service\YousignWebhookService($b$this->getEnv('YOUSIGN_WEBHOOK_SECRET'), $a, new \App\Service\YousignApiClient(($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()), $b), '/uploads/yousign/');
  6690.     }
  6691.     /**
  6692.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  6693.      *
  6694.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  6695.      */
  6696.     protected function getProfilerControllerService()
  6697.     {
  6698.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  6699.         return $this->services['Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController'] = new \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  6700.     }
  6701.     /**
  6702.      * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  6703.      *
  6704.      * @return \Endroid\QrCodeBundle\Controller\GenerateController
  6705.      */
  6706.     protected function getGenerateControllerService()
  6707.     {
  6708.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  6709.         return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()));
  6710.     }
  6711.     /**
  6712.      * Gets the public 'Faker\Generator' shared service.
  6713.      *
  6714.      * @return \Faker\Generator
  6715.      */
  6716.     protected function getGeneratorService()
  6717.     {
  6718.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  6719.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  6720.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  6721.         include_once \dirname(__DIR__4).'/src/DataFixtures/Providers/BelgicPolygonProvider.php';
  6722.         include_once \dirname(__DIR__4).'/src/DataFixtures/Providers/HashPasswordProvider.php';
  6723.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  6724.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  6725.         $instance->seed(1);
  6726.         $instance->addProvider(new \App\DataFixtures\Providers\BelgicPolygonProvider($instance));
  6727.         $instance->addProvider(new \App\DataFixtures\Providers\HashPasswordProvider(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  6728.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  6729.         return $instance;
  6730.     }
  6731.     /**
  6732.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  6733.      *
  6734.      * @return \Liip\ImagineBundle\Controller\ImagineController
  6735.      */
  6736.     protected function getImagineControllerService()
  6737.     {
  6738.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  6739.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  6740.         return $this->services['Liip\\ImagineBundle\\Controller\\ImagineController'] = new \Liip\ImagineBundle\Controller\ImagineController(($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()), ($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), new \Liip\ImagineBundle\Config\Controller\ControllerConfig(302));
  6741.     }
  6742.     /**
  6743.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup' shared service.
  6744.      *
  6745.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup
  6746.      */
  6747.     protected function getMongodbDatabaseBackupService()
  6748.     {
  6749.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  6750.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  6751.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MongodbDatabaseBackup.php';
  6752.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  6753.     }
  6754.     /**
  6755.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup' shared service.
  6756.      *
  6757.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup
  6758.      */
  6759.     protected function getMysqlDatabaseBackupService()
  6760.     {
  6761.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  6762.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  6763.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MysqlDatabaseBackup.php';
  6764.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  6765.     }
  6766.     /**
  6767.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup' shared service.
  6768.      *
  6769.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup
  6770.      */
  6771.     protected function getSqliteDatabaseBackupService()
  6772.     {
  6773.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  6774.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  6775.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/SqliteDatabaseBackup.php';
  6776.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  6777.     }
  6778.     /**
  6779.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseToolCollection' shared service.
  6780.      *
  6781.      * @return \Liip\TestFixturesBundle\Services\DatabaseToolCollection
  6782.      */
  6783.     protected function getDatabaseToolCollectionService()
  6784.     {
  6785.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseToolCollection.php';
  6786.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/AbstractDatabaseTool.php';
  6787.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMDatabaseTool.php';
  6788.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMSqliteDatabaseTool.php';
  6789.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/MongoDBDatabaseTool.php';
  6790.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/PHPCRDatabaseTool.php';
  6791.         $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection'] = $instance = new \Liip\TestFixturesBundle\Services\DatabaseToolCollection($thisNULL);
  6792.         $a = ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService());
  6793.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool($this$a));
  6794.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool($this$a));
  6795.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool($this$a));
  6796.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool($this$a));
  6797.         return $instance;
  6798.     }
  6799.     /**
  6800.      * Gets the public 'Liip\TestFixturesBundle\Services\FixturesLoaderFactory' shared service.
  6801.      *
  6802.      * @return \Liip\TestFixturesBundle\Services\FixturesLoaderFactory
  6803.      */
  6804.     protected function getFixturesLoaderFactoryService()
  6805.     {
  6806.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/FixturesLoaderFactory.php';
  6807.         return $this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] = new \Liip\TestFixturesBundle\Services\FixturesLoaderFactory($this, ($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()));
  6808.     }
  6809.     /**
  6810.      * Gets the public 'Stripe\StripeClient' shared autowired service.
  6811.      *
  6812.      * @return \Stripe\StripeClient
  6813.      */
  6814.     protected function getStripeClientService()
  6815.     {
  6816.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  6817.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  6819.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  6820.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  6821.         return $this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')]);
  6822.     }
  6823.     /**
  6824.      * Gets the public 'SymfonyBundles\RedisBundle\Redis\ClientInterface' shared service.
  6825.      *
  6826.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  6827.      */
  6828.     protected function getClientInterfaceService()
  6829.     {
  6830.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  6831.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  6832.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/ClientInterface.php';
  6833.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Client.php';
  6834.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/FactoryInterface.php';
  6835.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Factory.php';
  6836.         return $this->services['SymfonyBundles\\RedisBundle\\Redis\\ClientInterface'] = ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] ?? ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] = new \SymfonyBundles\RedisBundle\Redis\Factory()))->create([=> $this->getEnv('REDIS_URL')], []);
  6837.     }
  6838.     /**
  6839.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  6840.      *
  6841.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  6842.      */
  6843.     protected function getRedirectControllerService()
  6844.     {
  6845.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  6846.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6847.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  6848.     }
  6849.     /**
  6850.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  6851.      *
  6852.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  6853.      */
  6854.     protected function getTemplateControllerService()
  6855.     {
  6856.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  6857.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6858.     }
  6859.     /**
  6860.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  6861.      *
  6862.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  6863.      */
  6864.     protected function getBase64NamerService()
  6865.     {
  6866.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6867.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6868.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  6869.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  6870.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  6871.     }
  6872.     /**
  6873.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  6874.      *
  6875.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  6876.      */
  6877.     protected function getCurrentDateTimeDirectoryNamerService()
  6878.     {
  6879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  6880.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6881.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  6882.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  6883.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  6884.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6885.     }
  6886.     /**
  6887.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  6888.      *
  6889.      * @return \Vich\UploaderBundle\Naming\HashNamer
  6890.      */
  6891.     protected function getHashNamerService()
  6892.     {
  6893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6894.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  6896.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  6897.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  6898.     }
  6899.     /**
  6900.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  6901.      *
  6902.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  6903.      */
  6904.     protected function getOrignameNamerService()
  6905.     {
  6906.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6907.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6908.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  6909.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6910.     }
  6911.     /**
  6912.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  6913.      *
  6914.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  6915.      */
  6916.     protected function getPropertyDirectoryNamerService()
  6917.     {
  6918.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  6919.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6920.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  6921.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer'] = new \Vich\UploaderBundle\Naming\PropertyDirectoryNamer(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6922.     }
  6923.     /**
  6924.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  6925.      *
  6926.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  6927.      */
  6928.     protected function getPropertyNamerService()
  6929.     {
  6930.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6931.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6932.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  6933.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  6934.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6935.     }
  6936.     /**
  6937.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  6938.      *
  6939.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6940.      */
  6941.     protected function getSmartUniqueNamerService()
  6942.     {
  6943.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6944.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6945.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6946.     }
  6947.     /**
  6948.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.brugis_csv_pending' shared service.
  6949.      *
  6950.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6951.      */
  6952.     protected function getSmartUniqueNamer_BrugisCsvPendingService()
  6953.     {
  6954.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6955.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6956.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brugis_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6957.     }
  6958.     /**
  6959.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.chat_file' shared service.
  6960.      *
  6961.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6962.      */
  6963.     protected function getSmartUniqueNamer_ChatFileService()
  6964.     {
  6965.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6966.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6967.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.chat_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6968.     }
  6969.     /**
  6970.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.client_sales_agreement_file' shared service.
  6971.      *
  6972.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6973.      */
  6974.     protected function getSmartUniqueNamer_ClientSalesAgreementFileService()
  6975.     {
  6976.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6977.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6978.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.client_sales_agreement_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6979.     }
  6980.     /**
  6981.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.community_event_file' shared service.
  6982.      *
  6983.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6984.      */
  6985.     protected function getSmartUniqueNamer_CommunityEventFileService()
  6986.     {
  6987.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6988.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6989.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_event_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6990.     }
  6991.     /**
  6992.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.community_post_file' shared service.
  6993.      *
  6994.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6995.      */
  6996.     protected function getSmartUniqueNamer_CommunityPostFileService()
  6997.     {
  6998.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7000.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_post_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7001.     }
  7002.     /**
  7003.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.condominium_invoice_file' shared service.
  7004.      *
  7005.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7006.      */
  7007.     protected function getSmartUniqueNamer_CondominiumInvoiceFileService()
  7008.     {
  7009.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7010.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7011.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.condominium_invoice_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7012.     }
  7013.     /**
  7014.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.enquetes_publics_csv' shared service.
  7015.      *
  7016.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7017.      */
  7018.     protected function getSmartUniqueNamer_EnquetesPublicsCsvService()
  7019.     {
  7020.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7021.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7022.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.enquetes_publics_csv'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7023.     }
  7024.     /**
  7025.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.excel_file_pending' shared service.
  7026.      *
  7027.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7028.      */
  7029.     protected function getSmartUniqueNamer_ExcelFilePendingService()
  7030.     {
  7031.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7032.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7033.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.excel_file_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7034.     }
  7035.     /**
  7036.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.garden_resource_document' shared service.
  7037.      *
  7038.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7039.      */
  7040.     protected function getSmartUniqueNamer_GardenResourceDocumentService()
  7041.     {
  7042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7043.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7044.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.garden_resource_document'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7045.     }
  7046.     /**
  7047.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.identity_image' shared service.
  7048.      *
  7049.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7050.      */
  7051.     protected function getSmartUniqueNamer_IdentityImageService()
  7052.     {
  7053.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7054.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7055.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.identity_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7056.     }
  7057.     /**
  7058.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.imo_agent_solicitation_image' shared service.
  7059.      *
  7060.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7061.      */
  7062.     protected function getSmartUniqueNamer_ImoAgentSolicitationImageService()
  7063.     {
  7064.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7065.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7066.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.imo_agent_solicitation_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7067.     }
  7068.     /**
  7069.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.inventory_file' shared service.
  7070.      *
  7071.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7072.      */
  7073.     protected function getSmartUniqueNamer_InventoryFileService()
  7074.     {
  7075.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7076.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7077.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7078.     }
  7079.     /**
  7080.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.inventory_image' shared service.
  7081.      *
  7082.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7083.      */
  7084.     protected function getSmartUniqueNamer_InventoryImageService()
  7085.     {
  7086.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7087.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7088.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7089.     }
  7090.     /**
  7091.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.lease_contract' shared service.
  7092.      *
  7093.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7094.      */
  7095.     protected function getSmartUniqueNamer_LeaseContractService()
  7096.     {
  7097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7099.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7100.     }
  7101.     /**
  7102.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.lease_contract_models' shared service.
  7103.      *
  7104.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7105.      */
  7106.     protected function getSmartUniqueNamer_LeaseContractModelsService()
  7107.     {
  7108.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7110.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract_models'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7111.     }
  7112.     /**
  7113.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.message_file' shared service.
  7114.      *
  7115.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7116.      */
  7117.     protected function getSmartUniqueNamer_MessageFileService()
  7118.     {
  7119.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7120.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7121.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.message_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7122.     }
  7123.     /**
  7124.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.neightborhood_project_after_improvement_image_file' shared service.
  7125.      *
  7126.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7127.      */
  7128.     protected function getSmartUniqueNamer_NeightborhoodProjectAfterImprovementImageFileService()
  7129.     {
  7130.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7131.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7132.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_after_improvement_image_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7133.     }
  7134.     /**
  7135.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.neightborhood_project_before_improvement_image_file' shared service.
  7136.      *
  7137.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7138.      */
  7139.     protected function getSmartUniqueNamer_NeightborhoodProjectBeforeImprovementImageFileService()
  7140.     {
  7141.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7142.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7143.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_before_improvement_image_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7144.     }
  7145.     /**
  7146.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.new_project_immo_csv' shared service.
  7147.      *
  7148.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7149.      */
  7150.     protected function getSmartUniqueNamer_NewProjectImmoCsvService()
  7151.     {
  7152.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7154.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.new_project_immo_csv'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7155.     }
  7156.     /**
  7157.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.occupation_period_file' shared service.
  7158.      *
  7159.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7160.      */
  7161.     protected function getSmartUniqueNamer_OccupationPeriodFileService()
  7162.     {
  7163.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7164.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7165.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.occupation_period_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7166.     }
  7167.     /**
  7168.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.offer_lease_agreement' shared service.
  7169.      *
  7170.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7171.      */
  7172.     protected function getSmartUniqueNamer_OfferLeaseAgreementService()
  7173.     {
  7174.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7175.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7176.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.offer_lease_agreement'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7177.     }
  7178.     /**
  7179.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pdf_location' shared service.
  7180.      *
  7181.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7182.      */
  7183.     protected function getSmartUniqueNamer_PdfLocationService()
  7184.     {
  7185.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7187.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_location'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7188.     }
  7189.     /**
  7190.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pdf_mail_location' shared service.
  7191.      *
  7192.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7193.      */
  7194.     protected function getSmartUniqueNamer_PdfMailLocationService()
  7195.     {
  7196.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7197.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7198.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_mail_location'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7199.     }
  7200.     /**
  7201.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pdf_summary_maif' shared service.
  7202.      *
  7203.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7204.      */
  7205.     protected function getSmartUniqueNamer_PdfSummaryMaifService()
  7206.     {
  7207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7209.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_summary_maif'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7210.     }
  7211.     /**
  7212.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.permit_citerne' shared service.
  7213.      *
  7214.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7215.      */
  7216.     protected function getSmartUniqueNamer_PermitCiterneService()
  7217.     {
  7218.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7219.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7220.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.permit_citerne'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7221.     }
  7222.     /**
  7223.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.portfolio_files' shared service.
  7224.      *
  7225.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7226.      */
  7227.     protected function getSmartUniqueNamer_PortfolioFilesService()
  7228.     {
  7229.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7230.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7231.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.portfolio_files'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7232.     }
  7233.     /**
  7234.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.ppas_affectation_csv_pending' shared service.
  7235.      *
  7236.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7237.      */
  7238.     protected function getSmartUniqueNamer_PpasAffectationCsvPendingService()
  7239.     {
  7240.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7241.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7242.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_affectation_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7243.     }
  7244.     /**
  7245.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.ppas_csv_pending' shared service.
  7246.      *
  7247.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7248.      */
  7249.     protected function getSmartUniqueNamer_PpasCsvPendingService()
  7250.     {
  7251.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7252.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7253.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7254.     }
  7255.     /**
  7256.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pras_csv' shared service.
  7257.      *
  7258.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7259.      */
  7260.     protected function getSmartUniqueNamer_PrasCsvService()
  7261.     {
  7262.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7263.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7264.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pras_csv'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7265.     }
  7266.     /**
  7267.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.property_document_file' shared service.
  7268.      *
  7269.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7270.      */
  7271.     protected function getSmartUniqueNamer_PropertyDocumentFileService()
  7272.     {
  7273.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7274.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7275.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.property_document_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7276.     }
  7277.     /**
  7278.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.provider_inverte_list_pending' shared service.
  7279.      *
  7280.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7281.      */
  7282.     protected function getSmartUniqueNamer_ProviderInverteListPendingService()
  7283.     {
  7284.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7285.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7286.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_inverte_list_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7287.     }
  7288.     /**
  7289.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.provider_society_csv_pending' shared service.
  7290.      *
  7291.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7292.      */
  7293.     protected function getSmartUniqueNamer_ProviderSocietyCsvPendingService()
  7294.     {
  7295.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7296.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7297.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_society_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7298.     }
  7299.     /**
  7300.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.provider_work' shared service.
  7301.      *
  7302.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7303.      */
  7304.     protected function getSmartUniqueNamer_ProviderWorkService()
  7305.     {
  7306.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7307.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7308.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_work'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7309.     }
  7310.     /**
  7311.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.public_inquiry_inprogress_excel' shared service.
  7312.      *
  7313.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7314.      */
  7315.     protected function getSmartUniqueNamer_PublicInquiryInprogressExcelService()
  7316.     {
  7317.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7318.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7319.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.public_inquiry_inprogress_excel'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7320.     }
  7321.     /**
  7322.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.request_repayment_files' shared service.
  7323.      *
  7324.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7325.      */
  7326.     protected function getSmartUniqueNamer_RequestRepaymentFilesService()
  7327.     {
  7328.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7329.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7330.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.request_repayment_files'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7331.     }
  7332.     /**
  7333.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.sales_agreement_file_to_sign' shared service.
  7334.      *
  7335.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7336.      */
  7337.     protected function getSmartUniqueNamer_SalesAgreementFileToSignService()
  7338.     {
  7339.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7340.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7341.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sales_agreement_file_to_sign'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7342.     }
  7343.     /**
  7344.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.surveillance_camera_document' shared service.
  7345.      *
  7346.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7347.      */
  7348.     protected function getSmartUniqueNamer_SurveillanceCameraDocumentService()
  7349.     {
  7350.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7351.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7352.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.surveillance_camera_document'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7353.     }
  7354.     /**
  7355.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.treeD_figuration_file' shared service.
  7356.      *
  7357.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7358.      */
  7359.     protected function getSmartUniqueNamer_TreeDFigurationFileService()
  7360.     {
  7361.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7362.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7363.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.treeD_figuration_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7364.     }
  7365.     /**
  7366.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.user_logo' shared service.
  7367.      *
  7368.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7369.      */
  7370.     protected function getSmartUniqueNamer_UserLogoService()
  7371.     {
  7372.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7373.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7374.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7375.     }
  7376.     /**
  7377.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.wallonie_csv_pending' shared service.
  7378.      *
  7379.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7380.      */
  7381.     protected function getSmartUniqueNamer_WallonieCsvPendingService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7385.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.wallonie_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7386.     }
  7387.     /**
  7388.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.water_supplier_controller_excel' shared service.
  7389.      *
  7390.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7391.      */
  7392.     protected function getSmartUniqueNamer_WaterSupplierControllerExcelService()
  7393.     {
  7394.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7395.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7396.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.water_supplier_controller_excel'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7397.     }
  7398.     /**
  7399.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  7400.      *
  7401.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  7402.      */
  7403.     protected function getSubdirDirectoryNamerService()
  7404.     {
  7405.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  7407.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  7408.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  7409.     }
  7410.     /**
  7411.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  7412.      *
  7413.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  7414.      */
  7415.     protected function getUniqidNamerService()
  7416.     {
  7417.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7418.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  7419.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  7420.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  7421.     }
  7422.     /**
  7423.      * Gets the public 'api_platform.action.documentation' shared service.
  7424.      *
  7425.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  7426.      */
  7427.     protected function getApiPlatform_Action_DocumentationService()
  7428.     {
  7429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  7430.         return $this->services['api_platform.action.documentation'] = new \ApiPlatform\Documentation\Action\DocumentationAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'API WOOED''Plateform Wooed''2.5'NULL$this->parameters['api_platform.swagger.versions'], ($this->privates['App\\OpenApi\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()));
  7431.     }
  7432.     /**
  7433.      * Gets the public 'api_platform.action.entrypoint' shared service.
  7434.      *
  7435.      * @return \ApiPlatform\Action\EntrypointAction
  7436.      */
  7437.     protected function getApiPlatform_Action_EntrypointService()
  7438.     {
  7439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  7440.         return $this->services['api_platform.action.entrypoint'] = new \ApiPlatform\Action\EntrypointAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  7441.     }
  7442.     /**
  7443.      * Gets the public 'api_platform.action.exception' shared service.
  7444.      *
  7445.      * @return \ApiPlatform\Action\ExceptionAction
  7446.      */
  7447.     protected function getApiPlatform_Action_ExceptionService()
  7448.     {
  7449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  7450.         return $this->services['api_platform.action.exception'] = new \ApiPlatform\Action\ExceptionAction(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), $this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status'], ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  7451.     }
  7452.     /**
  7453.      * Gets the public 'api_platform.action.not_exposed' shared service.
  7454.      *
  7455.      * @return \ApiPlatform\Action\NotExposedAction
  7456.      */
  7457.     protected function getApiPlatform_Action_NotExposedService()
  7458.     {
  7459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  7460.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  7461.     }
  7462.     /**
  7463.      * Gets the public 'api_platform.action.not_found' shared service.
  7464.      *
  7465.      * @return \ApiPlatform\Action\NotFoundAction
  7466.      */
  7467.     protected function getApiPlatform_Action_NotFoundService()
  7468.     {
  7469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  7470.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  7471.     }
  7472.     /**
  7473.      * Gets the public 'api_platform.action.placeholder' shared service.
  7474.      *
  7475.      * @return \ApiPlatform\Action\PlaceholderAction
  7476.      */
  7477.     protected function getApiPlatform_Action_PlaceholderService()
  7478.     {
  7479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  7480.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  7481.     }
  7482.     /**
  7483.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  7484.      *
  7485.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  7486.      */
  7487.     protected function getApiPlatform_Jsonld_Action_ContextService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  7490.         return $this->services['api_platform.jsonld.action.context'] = new \ApiPlatform\JsonLd\Action\ContextAction(($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  7491.     }
  7492.     /**
  7493.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  7494.      *
  7495.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  7496.      */
  7497.     protected function getApiPlatform_Swagger_Action_UiService()
  7498.     {
  7499.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  7500.         return $this->services['api_platform.swagger.action.ui'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), 'API WOOED''Plateform Wooed''2.5'$this->parameters['api_platform.formats'], false'''''oauth2''application''''', [], truetruefalsefalsefalsefalse$this->parameters['api_platform.swagger.versions'], ($this->services['api_platform.swagger_ui.action'] ?? $this->getApiPlatform_SwaggerUi_ActionService()), NULL, [], false);
  7501.     }
  7502.     /**
  7503.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  7504.      *
  7505.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  7506.      */
  7507.     protected function getApiPlatform_SwaggerUi_ActionService()
  7508.     {
  7509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  7510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  7511.         return $this->services['api_platform.swagger_ui.action'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\OpenApi\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()), ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\Symfony\Bundle\SwaggerUi\SwaggerUiContext(truetruefalsefalsefalsefalseNULL, []), $this->parameters['api_platform.formats'], ''''false);
  7512.     }
  7513.     /**
  7514.      * Gets the public 'cache.app' shared service.
  7515.      *
  7516.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7517.      */
  7518.     protected function getCache_AppService()
  7519.     {
  7520.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.TRnHpGq'] ?? $this->get_CacheConnection_TRnHpGqService()), 'LU3mKiL80W'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  7521.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7522.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  7523.     }
  7524.     /**
  7525.      * Gets the public 'cache.app_clearer' shared service.
  7526.      *
  7527.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7528.      */
  7529.     protected function getCache_AppClearerService()
  7530.     {
  7531.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  7532.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  7533.         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()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService())]);
  7534.     }
  7535.     /**
  7536.      * Gets the public 'cache.global_clearer' shared service.
  7537.      *
  7538.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7539.      */
  7540.     protected function getCache_GlobalClearerService()
  7541.     {
  7542.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  7543.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  7544.         return $this->services['cache.global_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer(['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()), 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()), 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()), 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.doctrine.orm.import.result' => ($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService()), 'cache.doctrine.orm.import.query' => ($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  7545.     }
  7546.     /**
  7547.      * Gets the public 'cache.system' shared service.
  7548.      *
  7549.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7550.      */
  7551.     protected function getCache_SystemService()
  7552.     {
  7553.         return $this->services['cache.system'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('dXiFt4my+C'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7554.     }
  7555.     /**
  7556.      * Gets the public 'cache.system_clearer' shared service.
  7557.      *
  7558.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7559.      */
  7560.     protected function getCache_SystemClearerService()
  7561.     {
  7562.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  7563.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  7564.         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.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()), 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()), 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService())]);
  7565.     }
  7566.     /**
  7567.      * Gets the public 'cache.validator_expression_language' shared service.
  7568.      *
  7569.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7570.      */
  7571.     protected function getCache_ValidatorExpressionLanguageService()
  7572.     {
  7573.         return $this->services['cache.validator_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('VwDToPXYiW'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  7574.     }
  7575.     /**
  7576.      * Gets the public 'cache_warmer' shared service.
  7577.      *
  7578.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  7579.      */
  7580.     protected function getCacheWarmerService()
  7581.     {
  7582.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7583.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  7584.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  7585.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  7586.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  7587.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  7588.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  7589.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  7590.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  7591.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  7592.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  7593.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  7594.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  7595.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  7596.     }
  7597.     /**
  7598.      * Gets the public 'console.command.public_alias.App\Command\Admin\ImportPpasInfoCommand' shared autowired service.
  7599.      *
  7600.      * @return \App\Command\Admin\ImportPpasInfoCommand
  7601.      */
  7602.     protected function getImportPpasInfoCommandService()
  7603.     {
  7604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7605.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportPpasInfoCommand.php';
  7606.         return $this->services['console.command.public_alias.App\\Command\\Admin\\ImportPpasInfoCommand'] = new \App\Command\Admin\ImportPpasInfoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()));
  7607.     }
  7608.     /**
  7609.      * Gets the public 'console.command.public_alias.App\Command\AlertNewProjectImmoCommand' shared autowired service.
  7610.      *
  7611.      * @return \App\Command\AlertNewProjectImmoCommand
  7612.      */
  7613.     protected function getAlertNewProjectImmoCommandService()
  7614.     {
  7615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7616.         include_once \dirname(__DIR__4).'/src/Command/AlertNewProjectImmoCommand.php';
  7617.         return $this->services['console.command.public_alias.App\\Command\\AlertNewProjectImmoCommand'] = new \App\Command\AlertNewProjectImmoCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\Api\\Urbanism\\AlertNewProjectImmoService'] ?? $this->getAlertNewProjectImmoServiceService()));
  7618.     }
  7619.     /**
  7620.      * Gets the public 'console.command.public_alias.App\Command\ExcelFileCommand' shared autowired service.
  7621.      *
  7622.      * @return \App\Command\ExcelFileCommand
  7623.      */
  7624.     protected function getExcelFileCommandService()
  7625.     {
  7626.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7627.         include_once \dirname(__DIR__4).'/src/Command/ExcelFileCommand.php';
  7628.         return $this->services['console.command.public_alias.App\\Command\\ExcelFileCommand'] = new \App\Command\ExcelFileCommand(($this->privates['App\\Repository\\ExcelFileRepository'] ?? $this->getExcelFileRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  7629.     }
  7630.     /**
  7631.      * Gets the public 'console.command_loader' shared service.
  7632.      *
  7633.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  7634.      */
  7635.     protected function getConsole_CommandLoaderService()
  7636.     {
  7637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  7638.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  7639.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7640.             'App\\Command\\Admin\\CreateAdminUserCommand' => ['privates''App\\Command\\Admin\\CreateAdminUserCommand''getCreateAdminUserCommandService'false],
  7641.             'App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand.lazy''getImportThePropertyDailyNeedsCommand_LazyService'false],
  7642.             'App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand.lazy''getImportThePropertyDocumentTypesCommand_LazyService'false],
  7643.             'App\\Command\\Admin\\ImportThePropertyFeaturesCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyFeaturesCommand.lazy''getImportThePropertyFeaturesCommand_LazyService'false],
  7644.             'App\\Command\\Admin\\ImportThePropertyOptionsCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyOptionsCommand.lazy''getImportThePropertyOptionsCommand_LazyService'false],
  7645.             'App\\Command\\Admin\\ImportTheServiceCategoriesCommand' => ['privates''.App\\Command\\Admin\\ImportTheServiceCategoriesCommand.lazy''getImportTheServiceCategoriesCommand_LazyService'false],
  7646.             'App\\Command\\AlertCommand' => ['privates''.App\\Command\\AlertCommand.lazy''getAlertCommand_LazyService'false],
  7647.             'App\\Command\\AreaCommand' => ['services''App\\Command\\AreaCommand''getAreaCommandService'false],
  7648.             'App\\Command\\BoilerExpert\\BoilerBrusselsCommand' => ['privates''.App\\Command\\BoilerExpert\\BoilerBrusselsCommand.lazy''getBoilerBrusselsCommand_LazyService'false],
  7649.             'App\\Command\\BoilerExpert\\BoilerFlandreCommand' => ['privates''.App\\Command\\BoilerExpert\\BoilerFlandreCommand.lazy''getBoilerFlandreCommand_LazyService'false],
  7650.             'App\\Command\\BoilerExpert\\BoilerWallonieCommand' => ['privates''.App\\Command\\BoilerExpert\\BoilerWallonieCommand.lazy''getBoilerWallonieCommand_LazyService'false],
  7651.             'App\\Command\\CheckEmailReceivedCommand' => ['privates''App\\Command\\CheckEmailReceivedCommand''getCheckEmailReceivedCommandService'false],
  7652.             'App\\Command\\CreateEventsOnspanCommand' => ['privates''.App\\Command\\CreateEventsOnspanCommand.lazy''getCreateEventsOnspanCommand_LazyService'false],
  7653.             'App\\Command\\DVFCommand' => ['services''App\\Command\\DVFCommand''getDVFCommandService'false],
  7654.             'App\\Command\\ElevatorExpert\\CompaniesCommand' => ['privates''.App\\Command\\ElevatorExpert\\CompaniesCommand.lazy''getCompaniesCommand_LazyService'false],
  7655.             'App\\Command\\Engie\\ImportCsvEngieCommand' => ['services''App\\Command\\Engie\\ImportCsvEngieCommand''getImportCsvEngieCommandService'false],
  7656.             'App\\Command\\Engie\\NewEngieCommand' => ['privates''.App\\Command\\Engie\\NewEngieCommand.lazy''getNewEngieCommand_LazyService'false],
  7657.             'App\\Command\\ImportArtistList' => ['privates''.App\\Command\\ImportArtistList.lazy''getImportArtistList_LazyService'false],
  7658.             'App\\Command\\ImportBrugisCommand' => ['privates''.App\\Command\\ImportBrugisCommand.lazy''getImportBrugisCommand_LazyService'false],
  7659.             'App\\Command\\ImportCsvBankCommand' => ['privates''.App\\Command\\ImportCsvBankCommand.lazy''getImportCsvBankCommand_LazyService'false],
  7660.             'App\\Command\\ImportCsvNewProjectCommand' => ['services''App\\Command\\ImportCsvNewProjectCommand''getImportCsvNewProjectCommandService'false],
  7661.             'App\\Command\\ImportCsvNotaryCommand' => ['services''App\\Command\\ImportCsvNotaryCommand''getImportCsvNotaryCommandService'false],
  7662.             'App\\Command\\ImportCsvOccupieCommand' => ['services''App\\Command\\ImportCsvOccupieCommand''getImportCsvOccupieCommandService'false],
  7663.             'App\\Command\\ImportCsvsimulationCommand' => ['privates''.App\\Command\\ImportCsvsimulationCommand.lazy''getImportCsvsimulationCommand_LazyService'false],
  7664.             'App\\Command\\ImportEducationCommand' => ['services''App\\Command\\ImportEducationCommand''getImportEducationCommandService'false],
  7665.             'App\\Command\\ImportEngineeringToUserCommand' => ['privates''App\\Command\\ImportEngineeringToUserCommand''getImportEngineeringToUserCommandService'false],
  7666.             'App\\Command\\ImportExcelFileCommand' => ['privates''.App\\Command\\ImportExcelFileCommand.lazy''getImportExcelFileCommand_LazyService'false],
  7667.             'App\\Command\\ImportImageGeoportailCommand' => ['privates''.App\\Command\\ImportImageGeoportailCommand.lazy''getImportImageGeoportailCommand_LazyService'false],
  7668.             'App\\Command\\ImportMovingCompanyCommand' => ['privates''.App\\Command\\ImportMovingCompanyCommand.lazy''getImportMovingCompanyCommand_LazyService'false],
  7669.             'App\\Command\\ImportObligationsCommand' => ['privates''.App\\Command\\ImportObligationsCommand.lazy''getImportObligationsCommand_LazyService'false],
  7670.             'App\\Command\\ImportOccupationPeriodDataCommand' => ['privates''.App\\Command\\ImportOccupationPeriodDataCommand.lazy''getImportOccupationPeriodDataCommand_LazyService'false],
  7671.             'App\\Command\\ImportPpasAffectationCommand' => ['services''App\\Command\\ImportPpasAffectationCommand''getImportPpasAffectationCommandService'false],
  7672.             'App\\Command\\ImportPpasCommand' => ['services''App\\Command\\ImportPpasCommand''getImportPpasCommandService'false],
  7673.             'App\\Command\\ImportPrimeCommand' => ['privates''.App\\Command\\ImportPrimeCommand.lazy''getImportPrimeCommand_LazyService'false],
  7674.             'App\\Command\\ImportProviderSocietyCommand' => ['privates''.App\\Command\\ImportProviderSocietyCommand.lazy''getImportProviderSocietyCommand_LazyService'false],
  7675.             'App\\Command\\ImportPublicInquiryExcelCommand' => ['services''App\\Command\\ImportPublicInquiryExcelCommand''getImportPublicInquiryExcelCommandService'false],
  7676.             'App\\Command\\ImportStreetAveragePriceCommand' => ['privates''.App\\Command\\ImportStreetAveragePriceCommand.lazy''getImportStreetAveragePriceCommand_LazyService'false],
  7677.             'App\\Command\\ImportThepropertyProviderCommand' => ['privates''App\\Command\\ImportThepropertyProviderCommand''getImportThepropertyProviderCommandService'false],
  7678.             'App\\Command\\ImportWallonieCommand' => ['services''App\\Command\\ImportWallonieCommand''getImportWallonieCommandService'false],
  7679.             'App\\Command\\ImportWaterSupplierControllerExcelCommand' => ['services''App\\Command\\ImportWaterSupplierControllerExcelCommand''getImportWaterSupplierControllerExcelCommandService'false],
  7680.             'App\\Command\\InsertCsvPretCommand' => ['privates''.App\\Command\\InsertCsvPretCommand.lazy''getInsertCsvPretCommand_LazyService'false],
  7681.             'App\\Command\\JsonFileCommand' => ['privates''.App\\Command\\JsonFileCommand.lazy''getJsonFileCommand_LazyService'false],
  7682.             'App\\Command\\Mobility\\FranceMobilityCommand' => ['privates''App\\Command\\Mobility\\FranceMobilityCommand''getFranceMobilityCommandService'false],
  7683.             'App\\Command\\MunicipalityCommand' => ['privates''.App\\Command\\MunicipalityCommand.lazy''getMunicipalityCommand_LazyService'false],
  7684.             'App\\Command\\PolygonTransformationCommand' => ['privates''.App\\Command\\PolygonTransformationCommand.lazy''getPolygonTransformationCommand_LazyService'false],
  7685.             'App\\Command\\PrimeAlertCommand' => ['privates''.App\\Command\\PrimeAlertCommand.lazy''getPrimeAlertCommand_LazyService'false],
  7686.             'App\\Command\\ProviderInverterListCommand' => ['services''App\\Command\\ProviderInverterListCommand''getProviderInverterListCommandService'false],
  7687.             'App\\Command\\RedisClearCacheCommand' => ['privates''.App\\Command\\RedisClearCacheCommand.lazy''getRedisClearCacheCommand_LazyService'false],
  7688.             'App\\Command\\RegionCommand' => ['privates''.App\\Command\\RegionCommand.lazy''getRegionCommand_LazyService'false],
  7689.             'App\\Command\\RentestimationCommand' => ['privates''.App\\Command\\RentestimationCommand.lazy''getRentestimationCommand_LazyService'false],
  7690.             'App\\Command\\RulesCsvCommand' => ['privates''.App\\Command\\RulesCsvCommand.lazy''getRulesCsvCommand_LazyService'false],
  7691.             'App\\Command\\SendEmailNotificationCommand' => ['privates''.App\\Command\\SendEmailNotificationCommand.lazy''getSendEmailNotificationCommand_LazyService'false],
  7692.             'App\\Command\\SendNotifSalesAgreementLimitCommand' => ['privates''.App\\Command\\SendNotifSalesAgreementLimitCommand.lazy''getSendNotifSalesAgreementLimitCommand_LazyService'false],
  7693.             'App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand' => ['privates''.App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand.lazy''getCreatePermitLocationAndCategoryCommand_LazyService'false],
  7694.             'App\\Command\\SyndicAppartmentCommand' => ['services''App\\Command\\SyndicAppartmentCommand''getSyndicAppartmentCommandService'false],
  7695.             'App\\Command\\TankExpert\\EngOffFlandreCommand' => ['privates''.App\\Command\\TankExpert\\EngOffFlandreCommand.lazy''getEngOffFlandreCommand_LazyService'false],
  7696.             'App\\Command\\TankExpert\\EngineeringOfficesCommand' => ['privates''.App\\Command\\TankExpert\\EngineeringOfficesCommand.lazy''getEngineeringOfficesCommand_LazyService'false],
  7697.             'App\\Command\\TankExpert\\TankWallonieCommand' => ['privates''.App\\Command\\TankExpert\\TankWallonieCommand.lazy''getTankWallonieCommand_LazyService'false],
  7698.             'App\\Command\\WorkCsvCommand' => ['privates''.App\\Command\\WorkCsvCommand.lazy''getWorkCsvCommand_LazyService'false],
  7699.             'App\\Command\\sendAlertAquisitionCommand' => ['privates''.App\\Command\\sendAlertAquisitionCommand.lazy''getSendAlertAquisitionCommand_LazyService'false],
  7700.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  7701.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  7702.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  7703.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  7704.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  7705.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  7706.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  7707.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  7708.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  7709.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  7710.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  7711.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  7712.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  7713.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  7714.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  7715.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  7716.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  7717.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  7718.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  7719.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  7720.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  7721.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  7722.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  7723.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  7724.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  7725.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  7726.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  7727.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  7728.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  7729.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  7730.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  7731.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  7732.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  7733.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  7734.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  7735.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  7736.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  7737.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  7738.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  7739.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  7740.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  7741.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  7742.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  7743.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  7744.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  7745.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  7746.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  7747.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  7748.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  7749.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  7750.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  7751.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  7752.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  7753.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  7754.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  7755.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  7756.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  7757.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  7758.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  7759.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  7760.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  7761.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  7762.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  7763.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  7764.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  7765.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  7766.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  7767.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  7768.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  7769.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  7770.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  7771.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  7772.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  7773.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  7774.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  7775.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  7776.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  7777.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  7778.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  7779.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  7780.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  7781.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  7782.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  7783.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  7784.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  7785.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  7786.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  7787.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  7788.             'web_server.command.server_log' => ['privates''web_server.command.server_log''getWebServer_Command_ServerLogService'false],
  7789.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  7790.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  7791.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  7792.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  7793.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  7794.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  7795.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  7796.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  7797.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  7798.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  7799.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  7800.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  7801.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  7802.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  7803.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  7804.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  7805.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  7806.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  7807.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  7808.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  7809.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  7810.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  7811.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  7812.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  7813.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  7814.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  7815.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  7816.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  7817.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  7818.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  7819.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  7820.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  7821.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  7822.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  7823.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  7824.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  7825.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  7826.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  7827.         ], [
  7828.             'App\\Command\\Admin\\CreateAdminUserCommand' => 'App\\Command\\Admin\\CreateAdminUserCommand',
  7829.             'App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand' => '?',
  7830.             'App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand' => '?',
  7831.             'App\\Command\\Admin\\ImportThePropertyFeaturesCommand' => '?',
  7832.             'App\\Command\\Admin\\ImportThePropertyOptionsCommand' => '?',
  7833.             'App\\Command\\Admin\\ImportTheServiceCategoriesCommand' => '?',
  7834.             'App\\Command\\AlertCommand' => '?',
  7835.             'App\\Command\\AreaCommand' => 'App\\Command\\AreaCommand',
  7836.             'App\\Command\\BoilerExpert\\BoilerBrusselsCommand' => '?',
  7837.             'App\\Command\\BoilerExpert\\BoilerFlandreCommand' => '?',
  7838.             'App\\Command\\BoilerExpert\\BoilerWallonieCommand' => '?',
  7839.             'App\\Command\\CheckEmailReceivedCommand' => 'App\\Command\\CheckEmailReceivedCommand',
  7840.             'App\\Command\\CreateEventsOnspanCommand' => '?',
  7841.             'App\\Command\\DVFCommand' => 'App\\Command\\DVFCommand',
  7842.             'App\\Command\\ElevatorExpert\\CompaniesCommand' => '?',
  7843.             'App\\Command\\Engie\\ImportCsvEngieCommand' => 'App\\Command\\Engie\\ImportCsvEngieCommand',
  7844.             'App\\Command\\Engie\\NewEngieCommand' => '?',
  7845.             'App\\Command\\ImportArtistList' => '?',
  7846.             'App\\Command\\ImportBrugisCommand' => '?',
  7847.             'App\\Command\\ImportCsvBankCommand' => '?',
  7848.             'App\\Command\\ImportCsvNewProjectCommand' => 'App\\Command\\ImportCsvNewProjectCommand',
  7849.             'App\\Command\\ImportCsvNotaryCommand' => 'App\\Command\\ImportCsvNotaryCommand',
  7850.             'App\\Command\\ImportCsvOccupieCommand' => 'App\\Command\\ImportCsvOccupieCommand',
  7851.             'App\\Command\\ImportCsvsimulationCommand' => '?',
  7852.             'App\\Command\\ImportEducationCommand' => 'App\\Command\\ImportEducationCommand',
  7853.             'App\\Command\\ImportEngineeringToUserCommand' => 'App\\Command\\ImportEngineeringToUserCommand',
  7854.             'App\\Command\\ImportExcelFileCommand' => '?',
  7855.             'App\\Command\\ImportImageGeoportailCommand' => '?',
  7856.             'App\\Command\\ImportMovingCompanyCommand' => '?',
  7857.             'App\\Command\\ImportObligationsCommand' => '?',
  7858.             'App\\Command\\ImportOccupationPeriodDataCommand' => '?',
  7859.             'App\\Command\\ImportPpasAffectationCommand' => 'App\\Command\\ImportPpasAffectationCommand',
  7860.             'App\\Command\\ImportPpasCommand' => 'App\\Command\\ImportPpasCommand',
  7861.             'App\\Command\\ImportPrimeCommand' => '?',
  7862.             'App\\Command\\ImportProviderSocietyCommand' => '?',
  7863.             'App\\Command\\ImportPublicInquiryExcelCommand' => 'App\\Command\\ImportPublicInquiryExcelCommand',
  7864.             'App\\Command\\ImportStreetAveragePriceCommand' => '?',
  7865.             'App\\Command\\ImportThepropertyProviderCommand' => 'App\\Command\\ImportThepropertyProviderCommand',
  7866.             'App\\Command\\ImportWallonieCommand' => 'App\\Command\\ImportWallonieCommand',
  7867.             'App\\Command\\ImportWaterSupplierControllerExcelCommand' => 'App\\Command\\ImportWaterSupplierControllerExcelCommand',
  7868.             'App\\Command\\InsertCsvPretCommand' => '?',
  7869.             'App\\Command\\JsonFileCommand' => '?',
  7870.             'App\\Command\\Mobility\\FranceMobilityCommand' => 'App\\Command\\Mobility\\FranceMobilityCommand',
  7871.             'App\\Command\\MunicipalityCommand' => '?',
  7872.             'App\\Command\\PolygonTransformationCommand' => '?',
  7873.             'App\\Command\\PrimeAlertCommand' => '?',
  7874.             'App\\Command\\ProviderInverterListCommand' => 'App\\Command\\ProviderInverterListCommand',
  7875.             'App\\Command\\RedisClearCacheCommand' => '?',
  7876.             'App\\Command\\RegionCommand' => '?',
  7877.             'App\\Command\\RentestimationCommand' => '?',
  7878.             'App\\Command\\RulesCsvCommand' => '?',
  7879.             'App\\Command\\SendEmailNotificationCommand' => '?',
  7880.             'App\\Command\\SendNotifSalesAgreementLimitCommand' => '?',
  7881.             'App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand' => '?',
  7882.             'App\\Command\\SyndicAppartmentCommand' => 'App\\Command\\SyndicAppartmentCommand',
  7883.             'App\\Command\\TankExpert\\EngOffFlandreCommand' => '?',
  7884.             'App\\Command\\TankExpert\\EngineeringOfficesCommand' => '?',
  7885.             'App\\Command\\TankExpert\\TankWallonieCommand' => '?',
  7886.             'App\\Command\\WorkCsvCommand' => '?',
  7887.             'App\\Command\\sendAlertAquisitionCommand' => '?',
  7888.             'console.command.about' => '?',
  7889.             'console.command.assets_install' => '?',
  7890.             'console.command.cache_clear' => '?',
  7891.             'console.command.cache_pool_clear' => '?',
  7892.             'console.command.cache_pool_prune' => '?',
  7893.             'console.command.cache_pool_delete' => '?',
  7894.             'console.command.cache_pool_list' => '?',
  7895.             'console.command.cache_warmup' => '?',
  7896.             'console.command.config_debug' => '?',
  7897.             'console.command.config_dump_reference' => '?',
  7898.             'console.command.container_debug' => '?',
  7899.             'console.command.container_lint' => '?',
  7900.             'console.command.debug_autowiring' => '?',
  7901.             'console.command.dotenv_debug' => '?',
  7902.             'console.command.event_dispatcher_debug' => '?',
  7903.             'console.command.messenger_consume_messages' => '?',
  7904.             'console.command.messenger_setup_transports' => '?',
  7905.             'console.command.messenger_debug' => '?',
  7906.             'console.command.messenger_stop_workers' => '?',
  7907.             'console.command.messenger_failed_messages_retry' => '?',
  7908.             'console.command.messenger_failed_messages_show' => '?',
  7909.             'console.command.messenger_failed_messages_remove' => '?',
  7910.             'console.command.router_debug' => '?',
  7911.             'console.command.router_match' => '?',
  7912.             'console.command.translation_debug' => '?',
  7913.             'console.command.translation_extract' => '?',
  7914.             'console.command.validator_debug' => '?',
  7915.             'console.command.translation_pull' => '?',
  7916.             'console.command.translation_push' => '?',
  7917.             'console.command.xliff_lint' => '?',
  7918.             'console.command.yaml_lint' => '?',
  7919.             'console.command.form_debug' => '?',
  7920.             'console.command.secrets_set' => '?',
  7921.             'console.command.secrets_remove' => '?',
  7922.             'console.command.secrets_generate_key' => '?',
  7923.             'console.command.secrets_list' => '?',
  7924.             'console.command.secrets_decrypt_to_local' => '?',
  7925.             'console.command.secrets_encrypt_from_local' => '?',
  7926.             'twig.command.debug' => '?',
  7927.             'twig.command.lint' => '?',
  7928.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  7929.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  7930.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  7931.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  7932.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  7933.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  7934.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  7935.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  7936.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  7937.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  7938.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  7939.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  7940.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  7941.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  7942.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  7943.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  7944.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  7945.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  7946.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  7947.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  7948.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  7949.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  7950.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  7951.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  7952.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  7953.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  7954.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  7955.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  7956.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  7957.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  7958.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  7959.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  7960.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  7961.             'security.command.debug_firewall' => '?',
  7962.             'security.command.user_password_encoder' => '?',
  7963.             'security.command.user_password_hash' => '?',
  7964.             'var_dumper.command.server_dump' => '?',
  7965.             'monolog.command.server_log' => '?',
  7966.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  7967.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  7968.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  7969.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  7970.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  7971.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  7972.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  7973.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  7974.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  7975.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  7976.             'web_server.command.server_log' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerLogCommand',
  7977.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  7978.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  7979.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  7980.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  7981.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  7982.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  7983.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  7984.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  7985.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  7986.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  7987.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  7988.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  7989.             'maker.auto_command.make_auth' => '?',
  7990.             'maker.auto_command.make_command' => '?',
  7991.             'maker.auto_command.make_controller' => '?',
  7992.             'maker.auto_command.make_crud' => '?',
  7993.             'maker.auto_command.make_docker_database' => '?',
  7994.             'maker.auto_command.make_entity' => '?',
  7995.             'maker.auto_command.make_fixtures' => '?',
  7996.             'maker.auto_command.make_form' => '?',
  7997.             'maker.auto_command.make_message' => '?',
  7998.             'maker.auto_command.make_messenger_middleware' => '?',
  7999.             'maker.auto_command.make_registration_form' => '?',
  8000.             'maker.auto_command.make_reset_password' => '?',
  8001.             'maker.auto_command.make_serializer_encoder' => '?',
  8002.             'maker.auto_command.make_serializer_normalizer' => '?',
  8003.             'maker.auto_command.make_subscriber' => '?',
  8004.             'maker.auto_command.make_twig_extension' => '?',
  8005.             'maker.auto_command.make_test' => '?',
  8006.             'maker.auto_command.make_validator' => '?',
  8007.             'maker.auto_command.make_voter' => '?',
  8008.             'maker.auto_command.make_user' => '?',
  8009.             'maker.auto_command.make_migration' => '?',
  8010.             'maker.auto_command.make_stimulus_controller' => '?',
  8011.             'maker.auto_command.make_data_provider' => '?',
  8012.             'maker.auto_command.make_data_persister' => '?',
  8013.             'maker.auto_command.make_state_processor' => '?',
  8014.             'maker.auto_command.make_state_provider' => '?',
  8015.         ]), ['admin:create:admin-user' => 'App\\Command\\Admin\\CreateAdminUserCommand''admin:import:daily-needs' => 'App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand''admin:import:property-document-types' => 'App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand''admin:import:property-features' => 'App\\Command\\Admin\\ImportThePropertyFeaturesCommand''admin:import:property-options' => 'App\\Command\\Admin\\ImportThePropertyOptionsCommand''admin:import:service-categories' => 'App\\Command\\Admin\\ImportTheServiceCategoriesCommand''app:alert:search-result' => 'App\\Command\\AlertCommand''app:import:area' => 'App\\Command\\AreaCommand''app:boiler-brussels' => 'App\\Command\\BoilerExpert\\BoilerBrusselsCommand''app:boiler-flandre' => 'App\\Command\\BoilerExpert\\BoilerFlandreCommand''app:boiler-wallonie' => 'App\\Command\\BoilerExpert\\BoilerWallonieCommand''email:inbound:check' => 'App\\Command\\CheckEmailReceivedCommand''CreateEventsOnspan' => 'App\\Command\\CreateEventsOnspanCommand''app:import:dvf' => 'App\\Command\\DVFCommand''app:companies' => 'App\\Command\\ElevatorExpert\\CompaniesCommand''app:import:engie' => 'App\\Command\\Engie\\ImportCsvEngieCommand''app:new-engie' => 'App\\Command\\Engie\\NewEngieCommand''import:artist' => 'App\\Command\\ImportArtistList''app:import:brugis' => 'App\\Command\\ImportBrugisCommand''app:import:csv:bank' => 'App\\Command\\ImportCsvBankCommand''app:import:csv:new-project' => 'App\\Command\\ImportCsvNewProjectCommand''app:import:notary' => 'App\\Command\\ImportCsvNotaryCommand''app:import:occupie' => 'App\\Command\\ImportCsvOccupieCommand''app:import:csvsimulation' => 'App\\Command\\ImportCsvsimulationCommand''app:import:education' => 'App\\Command\\ImportEducationCommand''app:import:engineering-to:user' => 'App\\Command\\ImportEngineeringToUserCommand''import:excel' => 'App\\Command\\ImportExcelFileCommand''app:import:image-geoportail' => 'App\\Command\\ImportImageGeoportailCommand''import:moving-company' => 'App\\Command\\ImportMovingCompanyCommand''import:environment:obligation' => 'App\\Command\\ImportObligationsCommand''import:occupation:data' => 'App\\Command\\ImportOccupationPeriodDataCommand''app:import:ppas:affectation' => 'App\\Command\\ImportPpasAffectationCommand''app:import:ppas' => 'App\\Command\\ImportPpasCommand''import:prime-bruxelle' => 'App\\Command\\ImportPrimeCommand''import:provider-society' => 'App\\Command\\ImportProviderSocietyCommand''app:import:excel:public:inquiry' => 'App\\Command\\ImportPublicInquiryExcelCommand''app:import:street-average-price' => 'App\\Command\\ImportStreetAveragePriceCommand''app:import:thepropertyProvider' => 'App\\Command\\ImportThepropertyProviderCommand''app:import:wallonie' => 'App\\Command\\ImportWallonieCommand''import:excel:watersupplier:controller' => 'App\\Command\\ImportWaterSupplierControllerExcelCommand''app:insert:csv-pret' => 'App\\Command\\InsertCsvPretCommand''app:import:json' => 'App\\Command\\JsonFileCommand''app:mobility:france' => 'App\\Command\\Mobility\\FranceMobilityCommand''app:import:municipality' => 'App\\Command\\MunicipalityCommand''app:polygon:transformation' => 'App\\Command\\PolygonTransformationCommand''app:prime-alert' => 'App\\Command\\PrimeAlertCommand''import:inverter-list' => 'App\\Command\\ProviderInverterListCommand''app:redis:clear-cache' => 'App\\Command\\RedisClearCacheCommand''app:import:region' => 'App\\Command\\RegionCommand''app:import:rentestimation' => 'App\\Command\\RentestimationCommand''app:import:csv:rules' => 'App\\Command\\RulesCsvCommand''SendMailNotification' => 'App\\Command\\SendEmailNotificationCommand''app:salesagreement:notif' => 'App\\Command\\SendNotifSalesAgreementLimitCommand''environment:create-location-category' => 'App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand''app:import:syndicApartment' => 'App\\Command\\SyndicAppartmentCommand''app:engOffFlandre' => 'App\\Command\\TankExpert\\EngOffFlandreCommand''app:engineeringOffices' => 'App\\Command\\TankExpert\\EngineeringOfficesCommand''app:tank-wallonie' => 'App\\Command\\TankExpert\\TankWallonieCommand''app:import:csv:work' => 'App\\Command\\WorkCsvCommand''app:aquisition:alert' => 'App\\Command\\sendAlertAquisitionCommand''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:dotenv' => 'console.command.dotenv_debug''debug:event-dispatcher' => 'console.command.event_dispatcher_debug''messenger:consume' => '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:extract' => 'console.command.translation_extract''translation:update' => 'console.command.translation_extract''debug:validator' => 'console.command.validator_debug''translation:pull' => 'console.command.translation_pull''translation:push' => 'console.command.translation_push''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''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''doctrine:migrations:diff' => 'doctrine_migrations.diff_command''doctrine:migrations:sync-metadata-storage' => 'doctrine_migrations.sync_metadata_command''doctrine:migrations:list' => 'doctrine_migrations.versions_command''doctrine:migrations:current' => 'doctrine_migrations.current_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''debug:firewall' => 'security.command.debug_firewall''security:encode-password' => 'security.command.user_password_encoder''security:hash-password' => 'security.command.user_password_hash''server:dump' => 'var_dumper.command.server_dump''server:log' => 'web_server.command.server_log''debug:swiftmailer' => 'swiftmailer.command.debug''swiftmailer:email:send' => 'swiftmailer.command.new_email''swiftmailer:spool:send' => 'swiftmailer.command.send_email''vich:mapping:debug-class' => 'vich_uploader.command.mapping_debug_class''vich:mapping:debug' => 'vich_uploader.command.mapping_debug''vich:mapping:list-classes' => 'vich_uploader.command.mapping_list_classes''server:run' => 'web_server.command.server_run''server:start' => 'web_server.command.server_start''server:stop' => 'web_server.command.server_stop''server:status' => 'web_server.command.server_status''liip:imagine:cache:remove' => 'liip_imagine.command.cache_remove''liip:imagine:cache:resolve' => 'liip_imagine.command.cache_resolve''doctrine:fixtures:load' => 'doctrine.fixtures_load_command''api:json-schema:generate' => 'api_platform.json_schema.json_schema_generate_command''api:openapi:export' => 'api_platform.openapi.command''api:swagger:export' => 'api_platform.swagger.command.swagger_command''api:upgrade-resource' => 'api_platform.upgrade_resource.command''lexik:jwt:check-config' => 'lexik_jwt_authentication.check_config_command''lexik:jwt:migrate-config' => 'lexik_jwt_authentication.migrate_config_command''lexik:jwt:enable-encryption' => 'lexik_jwt_authentication.enable_encryption_config_command''lexik:jwt:generate-token' => 'lexik_jwt_authentication.generate_token_command''lexik:jwt:generate-keypair' => 'lexik_jwt_authentication.generate_keypair_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''make:stimulus-controller' => 'maker.auto_command.make_stimulus_controller''make:data-provider' => 'maker.auto_command.make_data_provider''make:data-persister' => 'maker.auto_command.make_data_persister''make:state-processor' => 'maker.auto_command.make_state_processor''make:state-provider' => 'maker.auto_command.make_state_provider']);
  8016.     }
  8017.     /**
  8018.      * Gets the public 'container.env_var_processors_locator' shared service.
  8019.      *
  8020.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  8021.      */
  8022.     protected function getContainer_EnvVarProcessorsLocatorService()
  8023.     {
  8024.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8025.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8026.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8027.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8028.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8029.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8030.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8031.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8032.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8033.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8034.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8035.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8036.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8037.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8038.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8039.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8040.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8041.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  8042.         ], [
  8043.             'base64' => '?',
  8044.             'bool' => '?',
  8045.             'const' => '?',
  8046.             'csv' => '?',
  8047.             'default' => '?',
  8048.             'file' => '?',
  8049.             'float' => '?',
  8050.             'int' => '?',
  8051.             'json' => '?',
  8052.             'key' => '?',
  8053.             'not' => '?',
  8054.             'query_string' => '?',
  8055.             'require' => '?',
  8056.             'resolve' => '?',
  8057.             'string' => '?',
  8058.             'trim' => '?',
  8059.             'url' => '?',
  8060.         ]);
  8061.     }
  8062.     /**
  8063.      * Gets the public 'data_collector.dump' shared service.
  8064.      *
  8065.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  8066.      */
  8067.     protected function getDataCollector_DumpService()
  8068.     {
  8069.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  8070.         if (isset($this->services['data_collector.dump'])) {
  8071.             return $this->services['data_collector.dump'];
  8072.         }
  8073.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  8074.         if (isset($this->services['data_collector.dump'])) {
  8075.             return $this->services['data_collector.dump'];
  8076.         }
  8077.         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))), $a'UTF-8', ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $b);
  8078.     }
  8079.     /**
  8080.      * Gets the public 'doctrine' shared service.
  8081.      *
  8082.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  8083.      */
  8084.     protected function getDoctrineService()
  8085.     {
  8086.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  8087.     }
  8088.     /**
  8089.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  8090.      *
  8091.      * @return \Doctrine\DBAL\Connection
  8092.      */
  8093.     protected function getDoctrine_Dbal_DefaultConnectionService()
  8094.     {
  8095.         $a = new \Doctrine\DBAL\Configuration();
  8096.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  8097.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8098.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  8099.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  8100.         $a->setSQLLogger(new \Doctrine\DBAL\Logging\LoggerChain([=> new \Symfony\Bridge\Doctrine\Logger\DbalLogger($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))), => ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack()))]));
  8101.         $a->setSchemaAssetsFilter(new \Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager([=> ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')))]));
  8102.         return $this->services['doctrine.dbal.default_connection'] = (new \Doctrine\Bundle\DoctrineBundle\ConnectionFactory($this->parameters['doctrine.dbal.connection_factory.types']))->createConnection(['url' => $this->getEnv('resolve:DATABASE_URL'), 'charset' => 'UTF8''driver' => 'pdo_mysql''host' => 'localhost''port' => NULL'user' => 'root''password' => NULL'driverOptions' => [1002 => 'SET sql_mode=(SELECT REPLACE(@@sql_mode, "ONLY_FULL_GROUP_BY", ""))'], 'defaultTableOptions' => ['charset' => 'UTF8''collate' => 'utf8_unicode_ci']], $a, new \Symfony\Bridge\Doctrine\ContainerAwareEventManager(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8103.             'App\\EventListener\\ThePropertyAlertListener' => ['privates''App\\EventListener\\ThePropertyAlertListener''getThePropertyAlertListenerService'false],
  8104.             'App\\EventSubscriber\\AccounringGardenUserSubscriber' => ['privates''App\\EventSubscriber\\AccounringGardenUserSubscriber''getAccounringGardenUserSubscriberService'false],
  8105.             'App\\EventSubscriber\\AccountingGardenSubsriber' => ['privates''App\\EventSubscriber\\AccountingGardenSubsriber''getAccountingGardenSubsriberService'false],
  8106.             'App\\EventSubscriber\\CoOwnershipBalancePostSubscriber' => ['privates''App\\EventSubscriber\\CoOwnershipBalancePostSubscriber''getCoOwnershipBalancePostSubscriberService'false],
  8107.             'App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber' => ['privates''App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber''getCoOwnershipInvoicesPostSubscriberService'false],
  8108.             'App\\EventSubscriber\\PostThepropertyLotSubscriber' => ['privates''App\\EventSubscriber\\PostThepropertyLotSubscriber''getPostThepropertyLotSubscriberService'false],
  8109.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  8110.             'doctrine.orm.import_listeners.attach_entity_listeners' => ['privates''doctrine.orm.import_listeners.attach_entity_listeners''getDoctrine_Orm_ImportListeners_AttachEntityListenersService'false],
  8111.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  8112.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  8113.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  8114.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  8115.             'vich_uploader.listener.clean.Adress_csv_pending' => ['privates''vich_uploader.listener.clean.Adress_csv_pending''getVichUploader_Listener_Clean_AdressCsvPendingService'false],
  8116.             'vich_uploader.listener.clean.ThepropertyProvider_csv_pending' => ['privates''vich_uploader.listener.clean.ThepropertyProvider_csv_pending''getVichUploader_Listener_Clean_ThepropertyProviderCsvPendingService'false],
  8117.             'vich_uploader.listener.clean.annex_permit_file' => ['privates''vich_uploader.listener.clean.annex_permit_file''getVichUploader_Listener_Clean_AnnexPermitFileService'false],
  8118.             'vich_uploader.listener.clean.area_csv_pending' => ['privates''vich_uploader.listener.clean.area_csv_pending''getVichUploader_Listener_Clean_AreaCsvPendingService'false],
  8119.             'vich_uploader.listener.clean.bbox' => ['privates''vich_uploader.listener.clean.bbox''getVichUploader_Listener_Clean_BboxService'false],
  8120.             'vich_uploader.listener.clean.brugis_csv_pending' => ['privates''vich_uploader.listener.clean.brugis_csv_pending''getVichUploader_Listener_Clean_BrugisCsvPendingService'false],
  8121.             'vich_uploader.listener.clean.chat_file' => ['privates''vich_uploader.listener.clean.chat_file''getVichUploader_Listener_Clean_ChatFileService'false],
  8122.             'vich_uploader.listener.clean.client_sales_agreement_file' => ['privates''vich_uploader.listener.clean.client_sales_agreement_file''getVichUploader_Listener_Clean_ClientSalesAgreementFileService'false],
  8123.             'vich_uploader.listener.clean.co_ownership_document' => ['privates''vich_uploader.listener.clean.co_ownership_document''getVichUploader_Listener_Clean_CoOwnershipDocumentService'false],
  8124.             'vich_uploader.listener.clean.co_ownership_invoices' => ['privates''vich_uploader.listener.clean.co_ownership_invoices''getVichUploader_Listener_Clean_CoOwnershipInvoicesService'false],
  8125.             'vich_uploader.listener.clean.co_ownership_meeting_transcript' => ['privates''vich_uploader.listener.clean.co_ownership_meeting_transcript''getVichUploader_Listener_Clean_CoOwnershipMeetingTranscriptService'false],
  8126.             'vich_uploader.listener.clean.co_ownership_report' => ['privates''vich_uploader.listener.clean.co_ownership_report''getVichUploader_Listener_Clean_CoOwnershipReportService'false],
  8127.             'vich_uploader.listener.clean.co_ownership_the_property_file' => ['privates''vich_uploader.listener.clean.co_ownership_the_property_file''getVichUploader_Listener_Clean_CoOwnershipThePropertyFileService'false],
  8128.             'vich_uploader.listener.clean.co_ownership_the_property_response' => ['privates''vich_uploader.listener.clean.co_ownership_the_property_response''getVichUploader_Listener_Clean_CoOwnershipThePropertyResponseService'false],
  8129.             'vich_uploader.listener.clean.community_event_file' => ['privates''vich_uploader.listener.clean.community_event_file''getVichUploader_Listener_Clean_CommunityEventFileService'false],
  8130.             'vich_uploader.listener.clean.community_post_file' => ['privates''vich_uploader.listener.clean.community_post_file''getVichUploader_Listener_Clean_CommunityPostFileService'false],
  8131.             'vich_uploader.listener.clean.condominium_invoice_file' => ['privates''vich_uploader.listener.clean.condominium_invoice_file''getVichUploader_Listener_Clean_CondominiumInvoiceFileService'false],
  8132.             'vich_uploader.listener.clean.control_certificate' => ['privates''vich_uploader.listener.clean.control_certificate''getVichUploader_Listener_Clean_ControlCertificateService'false],
  8133.             'vich_uploader.listener.clean.deedOfSale' => ['privates''vich_uploader.listener.clean.deedOfSale''getVichUploader_Listener_Clean_DeedOfSaleService'false],
  8134.             'vich_uploader.listener.clean.dispenseFile' => ['privates''vich_uploader.listener.clean.dispenseFile''getVichUploader_Listener_Clean_DispenseFileService'false],
  8135.             'vich_uploader.listener.clean.dvf_csv_pending' => ['privates''vich_uploader.listener.clean.dvf_csv_pending''getVichUploader_Listener_Clean_DvfCsvPendingService'false],
  8136.             'vich_uploader.listener.clean.edit_registers_file' => ['privates''vich_uploader.listener.clean.edit_registers_file''getVichUploader_Listener_Clean_EditRegistersFileService'false],
  8137.             'vich_uploader.listener.clean.education_csv' => ['privates''vich_uploader.listener.clean.education_csv''getVichUploader_Listener_Clean_EducationCsvService'false],
  8138.             'vich_uploader.listener.clean.engie_csv_archived' => ['privates''vich_uploader.listener.clean.engie_csv_archived''getVichUploader_Listener_Clean_EngieCsvArchivedService'false],
  8139.             'vich_uploader.listener.clean.engie_csv_pending' => ['privates''vich_uploader.listener.clean.engie_csv_pending''getVichUploader_Listener_Clean_EngieCsvPendingService'false],
  8140.             'vich_uploader.listener.clean.enquetes_publics_csv' => ['privates''vich_uploader.listener.clean.enquetes_publics_csv''getVichUploader_Listener_Clean_EnquetesPublicsCsvService'false],
  8141.             'vich_uploader.listener.clean.excel_file_pending' => ['privates''vich_uploader.listener.clean.excel_file_pending''getVichUploader_Listener_Clean_ExcelFilePendingService'false],
  8142.             'vich_uploader.listener.clean.garden_resource_document' => ['privates''vich_uploader.listener.clean.garden_resource_document''getVichUploader_Listener_Clean_GardenResourceDocumentService'false],
  8143.             'vich_uploader.listener.clean.identity_image' => ['privates''vich_uploader.listener.clean.identity_image''getVichUploader_Listener_Clean_IdentityImageService'false],
  8144.             'vich_uploader.listener.clean.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.clean.imo_agent_solicitation_image''getVichUploader_Listener_Clean_ImoAgentSolicitationImageService'false],
  8145.             'vich_uploader.listener.clean.inventory_file' => ['privates''vich_uploader.listener.clean.inventory_file''getVichUploader_Listener_Clean_InventoryFileService'false],
  8146.             'vich_uploader.listener.clean.inventory_image' => ['privates''vich_uploader.listener.clean.inventory_image''getVichUploader_Listener_Clean_InventoryImageService'false],
  8147.             'vich_uploader.listener.clean.invoice_water_file' => ['privates''vich_uploader.listener.clean.invoice_water_file''getVichUploader_Listener_Clean_InvoiceWaterFileService'false],
  8148.             'vich_uploader.listener.clean.lease_contract' => ['privates''vich_uploader.listener.clean.lease_contract''getVichUploader_Listener_Clean_LeaseContractService'false],
  8149.             'vich_uploader.listener.clean.lease_contract_models' => ['privates''vich_uploader.listener.clean.lease_contract_models''getVichUploader_Listener_Clean_LeaseContractModelsService'false],
  8150.             'vich_uploader.listener.clean.message_file' => ['privates''vich_uploader.listener.clean.message_file''getVichUploader_Listener_Clean_MessageFileService'false],
  8151.             'vich_uploader.listener.clean.module_3D' => ['privates''vich_uploader.listener.clean.module_3D''getVichUploader_Listener_Clean_Module3DService'false],
  8152.             'vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file' => ['privates''vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file''getVichUploader_Listener_Clean_NeightborhoodProjectAfterImprovementImageFileService'false],
  8153.             'vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file' => ['privates''vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file''getVichUploader_Listener_Clean_NeightborhoodProjectBeforeImprovementImageFileService'false],
  8154.             'vich_uploader.listener.clean.new_project_immo_csv' => ['privates''vich_uploader.listener.clean.new_project_immo_csv''getVichUploader_Listener_Clean_NewProjectImmoCsvService'false],
  8155.             'vich_uploader.listener.clean.notary_csv_pending' => ['privates''vich_uploader.listener.clean.notary_csv_pending''getVichUploader_Listener_Clean_NotaryCsvPendingService'false],
  8156.             'vich_uploader.listener.clean.obligation_csv_pending' => ['privates''vich_uploader.listener.clean.obligation_csv_pending''getVichUploader_Listener_Clean_ObligationCsvPendingService'false],
  8157.             'vich_uploader.listener.clean.occupation_period_file' => ['privates''vich_uploader.listener.clean.occupation_period_file''getVichUploader_Listener_Clean_OccupationPeriodFileService'false],
  8158.             'vich_uploader.listener.clean.occupie_csv_pending' => ['privates''vich_uploader.listener.clean.occupie_csv_pending''getVichUploader_Listener_Clean_OccupieCsvPendingService'false],
  8159.             'vich_uploader.listener.clean.offer_lease_agreement' => ['privates''vich_uploader.listener.clean.offer_lease_agreement''getVichUploader_Listener_Clean_OfferLeaseAgreementService'false],
  8160.             'vich_uploader.listener.clean.organic_plot_file' => ['privates''vich_uploader.listener.clean.organic_plot_file''getVichUploader_Listener_Clean_OrganicPlotFileService'false],
  8161.             'vich_uploader.listener.clean.pdf_location' => ['privates''vich_uploader.listener.clean.pdf_location''getVichUploader_Listener_Clean_PdfLocationService'false],
  8162.             'vich_uploader.listener.clean.pdf_mail_location' => ['privates''vich_uploader.listener.clean.pdf_mail_location''getVichUploader_Listener_Clean_PdfMailLocationService'false],
  8163.             'vich_uploader.listener.clean.pdf_summary_maif' => ['privates''vich_uploader.listener.clean.pdf_summary_maif''getVichUploader_Listener_Clean_PdfSummaryMaifService'false],
  8164.             'vich_uploader.listener.clean.permit_citerne' => ['privates''vich_uploader.listener.clean.permit_citerne''getVichUploader_Listener_Clean_PermitCiterneService'false],
  8165.             'vich_uploader.listener.clean.permit_environment_file' => ['privates''vich_uploader.listener.clean.permit_environment_file''getVichUploader_Listener_Clean_PermitEnvironmentFileService'false],
  8166.             'vich_uploader.listener.clean.permit_file' => ['privates''vich_uploader.listener.clean.permit_file''getVichUploader_Listener_Clean_PermitFileService'false],
  8167.             'vich_uploader.listener.clean.picture_3D' => ['privates''vich_uploader.listener.clean.picture_3D''getVichUploader_Listener_Clean_Picture3DService'false],
  8168.             'vich_uploader.listener.clean.portfolio_files' => ['privates''vich_uploader.listener.clean.portfolio_files''getVichUploader_Listener_Clean_PortfolioFilesService'false],
  8169.             'vich_uploader.listener.clean.ppas_affectation_csv_pending' => ['privates''vich_uploader.listener.clean.ppas_affectation_csv_pending''getVichUploader_Listener_Clean_PpasAffectationCsvPendingService'false],
  8170.             'vich_uploader.listener.clean.ppas_csv_pending' => ['privates''vich_uploader.listener.clean.ppas_csv_pending''getVichUploader_Listener_Clean_PpasCsvPendingService'false],
  8171.             'vich_uploader.listener.clean.pras_csv' => ['privates''vich_uploader.listener.clean.pras_csv''getVichUploader_Listener_Clean_PrasCsvService'false],
  8172.             'vich_uploader.listener.clean.prime_csv_pending' => ['privates''vich_uploader.listener.clean.prime_csv_pending''getVichUploader_Listener_Clean_PrimeCsvPendingService'false],
  8173.             'vich_uploader.listener.clean.prime_pdf_template' => ['privates''vich_uploader.listener.clean.prime_pdf_template''getVichUploader_Listener_Clean_PrimePdfTemplateService'false],
  8174.             'vich_uploader.listener.clean.prime_request_file' => ['privates''vich_uploader.listener.clean.prime_request_file''getVichUploader_Listener_Clean_PrimeRequestFileService'false],
  8175.             'vich_uploader.listener.clean.property_demand_file' => ['privates''vich_uploader.listener.clean.property_demand_file''getVichUploader_Listener_Clean_PropertyDemandFileService'false],
  8176.             'vich_uploader.listener.clean.property_document_file' => ['privates''vich_uploader.listener.clean.property_document_file''getVichUploader_Listener_Clean_PropertyDocumentFileService'false],
  8177.             'vich_uploader.listener.clean.provider_inverte_list_pending' => ['privates''vich_uploader.listener.clean.provider_inverte_list_pending''getVichUploader_Listener_Clean_ProviderInverteListPendingService'false],
  8178.             'vich_uploader.listener.clean.provider_society_csv_pending' => ['privates''vich_uploader.listener.clean.provider_society_csv_pending''getVichUploader_Listener_Clean_ProviderSocietyCsvPendingService'false],
  8179.             'vich_uploader.listener.clean.provider_work' => ['privates''vich_uploader.listener.clean.provider_work''getVichUploader_Listener_Clean_ProviderWorkService'false],
  8180.             'vich_uploader.listener.clean.public_inquiry_inprogress_excel' => ['privates''vich_uploader.listener.clean.public_inquiry_inprogress_excel''getVichUploader_Listener_Clean_PublicInquiryInprogressExcelService'false],
  8181.             'vich_uploader.listener.clean.rapport_pdf_property' => ['privates''vich_uploader.listener.clean.rapport_pdf_property''getVichUploader_Listener_Clean_RapportPdfPropertyService'false],
  8182.             'vich_uploader.listener.clean.register_environment_file' => ['privates''vich_uploader.listener.clean.register_environment_file''getVichUploader_Listener_Clean_RegisterEnvironmentFileService'false],
  8183.             'vich_uploader.listener.clean.request_repayment_files' => ['privates''vich_uploader.listener.clean.request_repayment_files''getVichUploader_Listener_Clean_RequestRepaymentFilesService'false],
  8184.             'vich_uploader.listener.clean.salesAgreementFile' => ['privates''vich_uploader.listener.clean.salesAgreementFile''getVichUploader_Listener_Clean_SalesAgreementFileService'false],
  8185.             'vich_uploader.listener.clean.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.clean.sales_agreement_file_to_sign''getVichUploader_Listener_Clean_SalesAgreementFileToSignService'false],
  8186.             'vich_uploader.listener.clean.surveillance_camera_document' => ['privates''vich_uploader.listener.clean.surveillance_camera_document''getVichUploader_Listener_Clean_SurveillanceCameraDocumentService'false],
  8187.             'vich_uploader.listener.clean.syndic_Apartment_csv_pending' => ['privates''vich_uploader.listener.clean.syndic_Apartment_csv_pending''getVichUploader_Listener_Clean_SyndicApartmentCsvPendingService'false],
  8188.             'vich_uploader.listener.clean.treeD_figuration_file' => ['privates''vich_uploader.listener.clean.treeD_figuration_file''getVichUploader_Listener_Clean_TreeDFigurationFileService'false],
  8189.             'vich_uploader.listener.clean.upload_archived' => ['privates''vich_uploader.listener.clean.upload_archived''getVichUploader_Listener_Clean_UploadArchivedService'false],
  8190.             'vich_uploader.listener.clean.upload_bank_logo' => ['privates''vich_uploader.listener.clean.upload_bank_logo''getVichUploader_Listener_Clean_UploadBankLogoService'false],
  8191.             'vich_uploader.listener.clean.upload_doc_property' => ['privates''vich_uploader.listener.clean.upload_doc_property''getVichUploader_Listener_Clean_UploadDocPropertyService'false],
  8192.             'vich_uploader.listener.clean.upload_file_minutes' => ['privates''vich_uploader.listener.clean.upload_file_minutes''getVichUploader_Listener_Clean_UploadFileMinutesService'false],
  8193.             'vich_uploader.listener.clean.upload_icon_categorie_service' => ['privates''vich_uploader.listener.clean.upload_icon_categorie_service''getVichUploader_Listener_Clean_UploadIconCategorieServiceService'false],
  8194.             'vich_uploader.listener.clean.upload_img_property' => ['privates''vich_uploader.listener.clean.upload_img_property''getVichUploader_Listener_Clean_UploadImgPropertyService'false],
  8195.             'vich_uploader.listener.clean.upload_img_pub' => ['privates''vich_uploader.listener.clean.upload_img_pub''getVichUploader_Listener_Clean_UploadImgPubService'false],
  8196.             'vich_uploader.listener.clean.upload_img_service' => ['privates''vich_uploader.listener.clean.upload_img_service''getVichUploader_Listener_Clean_UploadImgServiceService'false],
  8197.             'vich_uploader.listener.clean.upload_logo_pro' => ['privates''vich_uploader.listener.clean.upload_logo_pro''getVichUploader_Listener_Clean_UploadLogoProService'false],
  8198.             'vich_uploader.listener.clean.upload_pending' => ['privates''vich_uploader.listener.clean.upload_pending''getVichUploader_Listener_Clean_UploadPendingService'false],
  8199.             'vich_uploader.listener.clean.upload_rapport' => ['privates''vich_uploader.listener.clean.upload_rapport''getVichUploader_Listener_Clean_UploadRapportService'false],
  8200.             'vich_uploader.listener.clean.upload_rental_guarantee' => ['privates''vich_uploader.listener.clean.upload_rental_guarantee''getVichUploader_Listener_Clean_UploadRentalGuaranteeService'false],
  8201.             'vich_uploader.listener.clean.upload_traite' => ['privates''vich_uploader.listener.clean.upload_traite''getVichUploader_Listener_Clean_UploadTraiteService'false],
  8202.             'vich_uploader.listener.clean.uploads_syndics_response' => ['privates''vich_uploader.listener.clean.uploads_syndics_response''getVichUploader_Listener_Clean_UploadsSyndicsResponseService'false],
  8203.             'vich_uploader.listener.clean.user_logo' => ['privates''vich_uploader.listener.clean.user_logo''getVichUploader_Listener_Clean_UserLogoService'false],
  8204.             'vich_uploader.listener.clean.wallonie_csv_pending' => ['privates''vich_uploader.listener.clean.wallonie_csv_pending''getVichUploader_Listener_Clean_WallonieCsvPendingService'false],
  8205.             'vich_uploader.listener.clean.water_supplier_controller_excel' => ['privates''vich_uploader.listener.clean.water_supplier_controller_excel''getVichUploader_Listener_Clean_WaterSupplierControllerExcelService'false],
  8206.             'vich_uploader.listener.clean.work_csv_pending' => ['privates''vich_uploader.listener.clean.work_csv_pending''getVichUploader_Listener_Clean_WorkCsvPendingService'false],
  8207.             'vich_uploader.listener.clean.work_rules_csv_pending' => ['privates''vich_uploader.listener.clean.work_rules_csv_pending''getVichUploader_Listener_Clean_WorkRulesCsvPendingService'false],
  8208.             'vich_uploader.listener.inject.chat_file' => ['privates''vich_uploader.listener.inject.chat_file''getVichUploader_Listener_Inject_ChatFileService'false],
  8209.             'vich_uploader.listener.inject.client_sales_agreement_file' => ['privates''vich_uploader.listener.inject.client_sales_agreement_file''getVichUploader_Listener_Inject_ClientSalesAgreementFileService'false],
  8210.             'vich_uploader.listener.inject.community_event_file' => ['privates''vich_uploader.listener.inject.community_event_file''getVichUploader_Listener_Inject_CommunityEventFileService'false],
  8211.             'vich_uploader.listener.inject.community_post_file' => ['privates''vich_uploader.listener.inject.community_post_file''getVichUploader_Listener_Inject_CommunityPostFileService'false],
  8212.             'vich_uploader.listener.inject.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.inject.imo_agent_solicitation_image''getVichUploader_Listener_Inject_ImoAgentSolicitationImageService'false],
  8213.             'vich_uploader.listener.inject.message_file' => ['privates''vich_uploader.listener.inject.message_file''getVichUploader_Listener_Inject_MessageFileService'false],
  8214.             'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file' => ['privates''vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file''getVichUploader_Listener_Inject_NeightborhoodProjectAfterImprovementImageFileService'false],
  8215.             'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file' => ['privates''vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file''getVichUploader_Listener_Inject_NeightborhoodProjectBeforeImprovementImageFileService'false],
  8216.             'vich_uploader.listener.inject.new_project_immo_csv' => ['privates''vich_uploader.listener.inject.new_project_immo_csv''getVichUploader_Listener_Inject_NewProjectImmoCsvService'false],
  8217.             'vich_uploader.listener.inject.occupation_period_file' => ['privates''vich_uploader.listener.inject.occupation_period_file''getVichUploader_Listener_Inject_OccupationPeriodFileService'false],
  8218.             'vich_uploader.listener.inject.pdf_summary_maif' => ['privates''vich_uploader.listener.inject.pdf_summary_maif''getVichUploader_Listener_Inject_PdfSummaryMaifService'false],
  8219.             'vich_uploader.listener.inject.portfolio_files' => ['privates''vich_uploader.listener.inject.portfolio_files''getVichUploader_Listener_Inject_PortfolioFilesService'false],
  8220.             'vich_uploader.listener.inject.property_document_file' => ['privates''vich_uploader.listener.inject.property_document_file''getVichUploader_Listener_Inject_PropertyDocumentFileService'false],
  8221.             'vich_uploader.listener.inject.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.inject.sales_agreement_file_to_sign''getVichUploader_Listener_Inject_SalesAgreementFileToSignService'false],
  8222.             'vich_uploader.listener.inject.treeD_figuration_file' => ['privates''vich_uploader.listener.inject.treeD_figuration_file''getVichUploader_Listener_Inject_TreeDFigurationFileService'false],
  8223.             'vich_uploader.listener.remove.Adress_csv_pending' => ['privates''vich_uploader.listener.remove.Adress_csv_pending''getVichUploader_Listener_Remove_AdressCsvPendingService'false],
  8224.             'vich_uploader.listener.remove.ThepropertyProvider_csv_pending' => ['privates''vich_uploader.listener.remove.ThepropertyProvider_csv_pending''getVichUploader_Listener_Remove_ThepropertyProviderCsvPendingService'false],
  8225.             'vich_uploader.listener.remove.annex_permit_file' => ['privates''vich_uploader.listener.remove.annex_permit_file''getVichUploader_Listener_Remove_AnnexPermitFileService'false],
  8226.             'vich_uploader.listener.remove.area_csv_pending' => ['privates''vich_uploader.listener.remove.area_csv_pending''getVichUploader_Listener_Remove_AreaCsvPendingService'false],
  8227.             'vich_uploader.listener.remove.bbox' => ['privates''vich_uploader.listener.remove.bbox''getVichUploader_Listener_Remove_BboxService'false],
  8228.             'vich_uploader.listener.remove.brugis_csv_pending' => ['privates''vich_uploader.listener.remove.brugis_csv_pending''getVichUploader_Listener_Remove_BrugisCsvPendingService'false],
  8229.             'vich_uploader.listener.remove.chat_file' => ['privates''vich_uploader.listener.remove.chat_file''getVichUploader_Listener_Remove_ChatFileService'false],
  8230.             'vich_uploader.listener.remove.client_sales_agreement_file' => ['privates''vich_uploader.listener.remove.client_sales_agreement_file''getVichUploader_Listener_Remove_ClientSalesAgreementFileService'false],
  8231.             'vich_uploader.listener.remove.co_ownership_document' => ['privates''vich_uploader.listener.remove.co_ownership_document''getVichUploader_Listener_Remove_CoOwnershipDocumentService'false],
  8232.             'vich_uploader.listener.remove.co_ownership_invoices' => ['privates''vich_uploader.listener.remove.co_ownership_invoices''getVichUploader_Listener_Remove_CoOwnershipInvoicesService'false],
  8233.             'vich_uploader.listener.remove.co_ownership_meeting_transcript' => ['privates''vich_uploader.listener.remove.co_ownership_meeting_transcript''getVichUploader_Listener_Remove_CoOwnershipMeetingTranscriptService'false],
  8234.             'vich_uploader.listener.remove.co_ownership_report' => ['privates''vich_uploader.listener.remove.co_ownership_report''getVichUploader_Listener_Remove_CoOwnershipReportService'false],
  8235.             'vich_uploader.listener.remove.co_ownership_the_property_file' => ['privates''vich_uploader.listener.remove.co_ownership_the_property_file''getVichUploader_Listener_Remove_CoOwnershipThePropertyFileService'false],
  8236.             'vich_uploader.listener.remove.co_ownership_the_property_response' => ['privates''vich_uploader.listener.remove.co_ownership_the_property_response''getVichUploader_Listener_Remove_CoOwnershipThePropertyResponseService'false],
  8237.             'vich_uploader.listener.remove.community_event_file' => ['privates''vich_uploader.listener.remove.community_event_file''getVichUploader_Listener_Remove_CommunityEventFileService'false],
  8238.             'vich_uploader.listener.remove.community_post_file' => ['privates''vich_uploader.listener.remove.community_post_file''getVichUploader_Listener_Remove_CommunityPostFileService'false],
  8239.             'vich_uploader.listener.remove.condominium_invoice_file' => ['privates''vich_uploader.listener.remove.condominium_invoice_file''getVichUploader_Listener_Remove_CondominiumInvoiceFileService'false],
  8240.             'vich_uploader.listener.remove.control_certificate' => ['privates''vich_uploader.listener.remove.control_certificate''getVichUploader_Listener_Remove_ControlCertificateService'false],
  8241.             'vich_uploader.listener.remove.dispenseFile' => ['privates''vich_uploader.listener.remove.dispenseFile''getVichUploader_Listener_Remove_DispenseFileService'false],
  8242.             'vich_uploader.listener.remove.dvf_csv_pending' => ['privates''vich_uploader.listener.remove.dvf_csv_pending''getVichUploader_Listener_Remove_DvfCsvPendingService'false],
  8243.             'vich_uploader.listener.remove.edit_registers_file' => ['privates''vich_uploader.listener.remove.edit_registers_file''getVichUploader_Listener_Remove_EditRegistersFileService'false],
  8244.             'vich_uploader.listener.remove.education_csv' => ['privates''vich_uploader.listener.remove.education_csv''getVichUploader_Listener_Remove_EducationCsvService'false],
  8245.             'vich_uploader.listener.remove.engie_csv_archived' => ['privates''vich_uploader.listener.remove.engie_csv_archived''getVichUploader_Listener_Remove_EngieCsvArchivedService'false],
  8246.             'vich_uploader.listener.remove.engie_csv_pending' => ['privates''vich_uploader.listener.remove.engie_csv_pending''getVichUploader_Listener_Remove_EngieCsvPendingService'false],
  8247.             'vich_uploader.listener.remove.enquetes_publics_csv' => ['privates''vich_uploader.listener.remove.enquetes_publics_csv''getVichUploader_Listener_Remove_EnquetesPublicsCsvService'false],
  8248.             'vich_uploader.listener.remove.excel_file_pending' => ['privates''vich_uploader.listener.remove.excel_file_pending''getVichUploader_Listener_Remove_ExcelFilePendingService'false],
  8249.             'vich_uploader.listener.remove.garden_resource_document' => ['privates''vich_uploader.listener.remove.garden_resource_document''getVichUploader_Listener_Remove_GardenResourceDocumentService'false],
  8250.             'vich_uploader.listener.remove.identity_image' => ['privates''vich_uploader.listener.remove.identity_image''getVichUploader_Listener_Remove_IdentityImageService'false],
  8251.             'vich_uploader.listener.remove.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.remove.imo_agent_solicitation_image''getVichUploader_Listener_Remove_ImoAgentSolicitationImageService'false],
  8252.             'vich_uploader.listener.remove.inventory_file' => ['privates''vich_uploader.listener.remove.inventory_file''getVichUploader_Listener_Remove_InventoryFileService'false],
  8253.             'vich_uploader.listener.remove.inventory_image' => ['privates''vich_uploader.listener.remove.inventory_image''getVichUploader_Listener_Remove_InventoryImageService'false],
  8254.             'vich_uploader.listener.remove.invoice_water_file' => ['privates''vich_uploader.listener.remove.invoice_water_file''getVichUploader_Listener_Remove_InvoiceWaterFileService'false],
  8255.             'vich_uploader.listener.remove.lease_contract' => ['privates''vich_uploader.listener.remove.lease_contract''getVichUploader_Listener_Remove_LeaseContractService'false],
  8256.             'vich_uploader.listener.remove.lease_contract_models' => ['privates''vich_uploader.listener.remove.lease_contract_models''getVichUploader_Listener_Remove_LeaseContractModelsService'false],
  8257.             'vich_uploader.listener.remove.message_file' => ['privates''vich_uploader.listener.remove.message_file''getVichUploader_Listener_Remove_MessageFileService'false],
  8258.             'vich_uploader.listener.remove.module_3D' => ['privates''vich_uploader.listener.remove.module_3D''getVichUploader_Listener_Remove_Module3DService'false],
  8259.             'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file' => ['privates''vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file''getVichUploader_Listener_Remove_NeightborhoodProjectAfterImprovementImageFileService'false],
  8260.             'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file' => ['privates''vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file''getVichUploader_Listener_Remove_NeightborhoodProjectBeforeImprovementImageFileService'false],
  8261.             'vich_uploader.listener.remove.new_project_immo_csv' => ['privates''vich_uploader.listener.remove.new_project_immo_csv''getVichUploader_Listener_Remove_NewProjectImmoCsvService'false],
  8262.             'vich_uploader.listener.remove.obligation_csv_pending' => ['privates''vich_uploader.listener.remove.obligation_csv_pending''getVichUploader_Listener_Remove_ObligationCsvPendingService'false],
  8263.             'vich_uploader.listener.remove.occupation_period_file' => ['privates''vich_uploader.listener.remove.occupation_period_file''getVichUploader_Listener_Remove_OccupationPeriodFileService'false],
  8264.             'vich_uploader.listener.remove.offer_lease_agreement' => ['privates''vich_uploader.listener.remove.offer_lease_agreement''getVichUploader_Listener_Remove_OfferLeaseAgreementService'false],
  8265.             'vich_uploader.listener.remove.organic_plot_file' => ['privates''vich_uploader.listener.remove.organic_plot_file''getVichUploader_Listener_Remove_OrganicPlotFileService'false],
  8266.             'vich_uploader.listener.remove.pdf_location' => ['privates''vich_uploader.listener.remove.pdf_location''getVichUploader_Listener_Remove_PdfLocationService'false],
  8267.             'vich_uploader.listener.remove.pdf_mail_location' => ['privates''vich_uploader.listener.remove.pdf_mail_location''getVichUploader_Listener_Remove_PdfMailLocationService'false],
  8268.             'vich_uploader.listener.remove.pdf_summary_maif' => ['privates''vich_uploader.listener.remove.pdf_summary_maif''getVichUploader_Listener_Remove_PdfSummaryMaifService'false],
  8269.             'vich_uploader.listener.remove.permit_citerne' => ['privates''vich_uploader.listener.remove.permit_citerne''getVichUploader_Listener_Remove_PermitCiterneService'false],
  8270.             'vich_uploader.listener.remove.permit_environment_file' => ['privates''vich_uploader.listener.remove.permit_environment_file''getVichUploader_Listener_Remove_PermitEnvironmentFileService'false],
  8271.             'vich_uploader.listener.remove.permit_file' => ['privates''vich_uploader.listener.remove.permit_file''getVichUploader_Listener_Remove_PermitFileService'false],
  8272.             'vich_uploader.listener.remove.picture_3D' => ['privates''vich_uploader.listener.remove.picture_3D''getVichUploader_Listener_Remove_Picture3DService'false],
  8273.             'vich_uploader.listener.remove.portfolio_files' => ['privates''vich_uploader.listener.remove.portfolio_files''getVichUploader_Listener_Remove_PortfolioFilesService'false],
  8274.             'vich_uploader.listener.remove.ppas_affectation_csv_pending' => ['privates''vich_uploader.listener.remove.ppas_affectation_csv_pending''getVichUploader_Listener_Remove_PpasAffectationCsvPendingService'false],
  8275.             'vich_uploader.listener.remove.ppas_csv_pending' => ['privates''vich_uploader.listener.remove.ppas_csv_pending''getVichUploader_Listener_Remove_PpasCsvPendingService'false],
  8276.             'vich_uploader.listener.remove.pras_csv' => ['privates''vich_uploader.listener.remove.pras_csv''getVichUploader_Listener_Remove_PrasCsvService'false],
  8277.             'vich_uploader.listener.remove.prime_csv_pending' => ['privates''vich_uploader.listener.remove.prime_csv_pending''getVichUploader_Listener_Remove_PrimeCsvPendingService'false],
  8278.             'vich_uploader.listener.remove.prime_pdf_template' => ['privates''vich_uploader.listener.remove.prime_pdf_template''getVichUploader_Listener_Remove_PrimePdfTemplateService'false],
  8279.             'vich_uploader.listener.remove.prime_request_file' => ['privates''vich_uploader.listener.remove.prime_request_file''getVichUploader_Listener_Remove_PrimeRequestFileService'false],
  8280.             'vich_uploader.listener.remove.property_demand_file' => ['privates''vich_uploader.listener.remove.property_demand_file''getVichUploader_Listener_Remove_PropertyDemandFileService'false],
  8281.             'vich_uploader.listener.remove.property_document_file' => ['privates''vich_uploader.listener.remove.property_document_file''getVichUploader_Listener_Remove_PropertyDocumentFileService'false],
  8282.             'vich_uploader.listener.remove.provider_inverte_list_pending' => ['privates''vich_uploader.listener.remove.provider_inverte_list_pending''getVichUploader_Listener_Remove_ProviderInverteListPendingService'false],
  8283.             'vich_uploader.listener.remove.provider_society_csv_pending' => ['privates''vich_uploader.listener.remove.provider_society_csv_pending''getVichUploader_Listener_Remove_ProviderSocietyCsvPendingService'false],
  8284.             'vich_uploader.listener.remove.provider_work' => ['privates''vich_uploader.listener.remove.provider_work''getVichUploader_Listener_Remove_ProviderWorkService'false],
  8285.             'vich_uploader.listener.remove.public_inquiry_inprogress_excel' => ['privates''vich_uploader.listener.remove.public_inquiry_inprogress_excel''getVichUploader_Listener_Remove_PublicInquiryInprogressExcelService'false],
  8286.             'vich_uploader.listener.remove.rapport_pdf_property' => ['privates''vich_uploader.listener.remove.rapport_pdf_property''getVichUploader_Listener_Remove_RapportPdfPropertyService'false],
  8287.             'vich_uploader.listener.remove.register_environment_file' => ['privates''vich_uploader.listener.remove.register_environment_file''getVichUploader_Listener_Remove_RegisterEnvironmentFileService'false],
  8288.             'vich_uploader.listener.remove.request_repayment_files' => ['privates''vich_uploader.listener.remove.request_repayment_files''getVichUploader_Listener_Remove_RequestRepaymentFilesService'false],
  8289.             'vich_uploader.listener.remove.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.remove.sales_agreement_file_to_sign''getVichUploader_Listener_Remove_SalesAgreementFileToSignService'false],
  8290.             'vich_uploader.listener.remove.surveillance_camera_document' => ['privates''vich_uploader.listener.remove.surveillance_camera_document''getVichUploader_Listener_Remove_SurveillanceCameraDocumentService'false],
  8291.             'vich_uploader.listener.remove.treeD_figuration_file' => ['privates''vich_uploader.listener.remove.treeD_figuration_file''getVichUploader_Listener_Remove_TreeDFigurationFileService'false],
  8292.             'vich_uploader.listener.remove.upload_archived' => ['privates''vich_uploader.listener.remove.upload_archived''getVichUploader_Listener_Remove_UploadArchivedService'false],
  8293.             'vich_uploader.listener.remove.upload_bank_logo' => ['privates''vich_uploader.listener.remove.upload_bank_logo''getVichUploader_Listener_Remove_UploadBankLogoService'false],
  8294.             'vich_uploader.listener.remove.upload_doc_property' => ['privates''vich_uploader.listener.remove.upload_doc_property''getVichUploader_Listener_Remove_UploadDocPropertyService'false],
  8295.             'vich_uploader.listener.remove.upload_file_minutes' => ['privates''vich_uploader.listener.remove.upload_file_minutes''getVichUploader_Listener_Remove_UploadFileMinutesService'false],
  8296.             'vich_uploader.listener.remove.upload_icon_categorie_service' => ['privates''vich_uploader.listener.remove.upload_icon_categorie_service''getVichUploader_Listener_Remove_UploadIconCategorieServiceService'false],
  8297.             'vich_uploader.listener.remove.upload_img_property' => ['privates''vich_uploader.listener.remove.upload_img_property''getVichUploader_Listener_Remove_UploadImgPropertyService'false],
  8298.             'vich_uploader.listener.remove.upload_img_pub' => ['privates''vich_uploader.listener.remove.upload_img_pub''getVichUploader_Listener_Remove_UploadImgPubService'false],
  8299.             'vich_uploader.listener.remove.upload_img_service' => ['privates''vich_uploader.listener.remove.upload_img_service''getVichUploader_Listener_Remove_UploadImgServiceService'false],
  8300.             'vich_uploader.listener.remove.upload_logo_pro' => ['privates''vich_uploader.listener.remove.upload_logo_pro''getVichUploader_Listener_Remove_UploadLogoProService'false],
  8301.             'vich_uploader.listener.remove.upload_pending' => ['privates''vich_uploader.listener.remove.upload_pending''getVichUploader_Listener_Remove_UploadPendingService'false],
  8302.             'vich_uploader.listener.remove.upload_rapport' => ['privates''vich_uploader.listener.remove.upload_rapport''getVichUploader_Listener_Remove_UploadRapportService'false],
  8303.             'vich_uploader.listener.remove.upload_rental_guarantee' => ['privates''vich_uploader.listener.remove.upload_rental_guarantee''getVichUploader_Listener_Remove_UploadRentalGuaranteeService'false],
  8304.             'vich_uploader.listener.remove.upload_traite' => ['privates''vich_uploader.listener.remove.upload_traite''getVichUploader_Listener_Remove_UploadTraiteService'false],
  8305.             'vich_uploader.listener.remove.uploads_syndics_response' => ['privates''vich_uploader.listener.remove.uploads_syndics_response''getVichUploader_Listener_Remove_UploadsSyndicsResponseService'false],
  8306.             'vich_uploader.listener.remove.user_logo' => ['privates''vich_uploader.listener.remove.user_logo''getVichUploader_Listener_Remove_UserLogoService'false],
  8307.             'vich_uploader.listener.remove.wallonie_csv_pending' => ['privates''vich_uploader.listener.remove.wallonie_csv_pending''getVichUploader_Listener_Remove_WallonieCsvPendingService'false],
  8308.             'vich_uploader.listener.remove.water_supplier_controller_excel' => ['privates''vich_uploader.listener.remove.water_supplier_controller_excel''getVichUploader_Listener_Remove_WaterSupplierControllerExcelService'false],
  8309.             'vich_uploader.listener.remove.work_csv_pending' => ['privates''vich_uploader.listener.remove.work_csv_pending''getVichUploader_Listener_Remove_WorkCsvPendingService'false],
  8310.             'vich_uploader.listener.remove.work_rules_csv_pending' => ['privates''vich_uploader.listener.remove.work_rules_csv_pending''getVichUploader_Listener_Remove_WorkRulesCsvPendingService'false],
  8311.             'vich_uploader.listener.upload.Adress_csv_pending' => ['privates''vich_uploader.listener.upload.Adress_csv_pending''getVichUploader_Listener_Upload_AdressCsvPendingService'false],
  8312.             'vich_uploader.listener.upload.ThepropertyProvider_csv_pending' => ['privates''vich_uploader.listener.upload.ThepropertyProvider_csv_pending''getVichUploader_Listener_Upload_ThepropertyProviderCsvPendingService'false],
  8313.             'vich_uploader.listener.upload.annex_permit_file' => ['privates''vich_uploader.listener.upload.annex_permit_file''getVichUploader_Listener_Upload_AnnexPermitFileService'false],
  8314.             'vich_uploader.listener.upload.area_csv_pending' => ['privates''vich_uploader.listener.upload.area_csv_pending''getVichUploader_Listener_Upload_AreaCsvPendingService'false],
  8315.             'vich_uploader.listener.upload.bbox' => ['privates''vich_uploader.listener.upload.bbox''getVichUploader_Listener_Upload_BboxService'false],
  8316.             'vich_uploader.listener.upload.brugis_csv_pending' => ['privates''vich_uploader.listener.upload.brugis_csv_pending''getVichUploader_Listener_Upload_BrugisCsvPendingService'false],
  8317.             'vich_uploader.listener.upload.chat_file' => ['privates''vich_uploader.listener.upload.chat_file''getVichUploader_Listener_Upload_ChatFileService'false],
  8318.             'vich_uploader.listener.upload.client_sales_agreement_file' => ['privates''vich_uploader.listener.upload.client_sales_agreement_file''getVichUploader_Listener_Upload_ClientSalesAgreementFileService'false],
  8319.             'vich_uploader.listener.upload.co_ownership_document' => ['privates''vich_uploader.listener.upload.co_ownership_document''getVichUploader_Listener_Upload_CoOwnershipDocumentService'false],
  8320.             'vich_uploader.listener.upload.co_ownership_invoices' => ['privates''vich_uploader.listener.upload.co_ownership_invoices''getVichUploader_Listener_Upload_CoOwnershipInvoicesService'false],
  8321.             'vich_uploader.listener.upload.co_ownership_meeting_transcript' => ['privates''vich_uploader.listener.upload.co_ownership_meeting_transcript''getVichUploader_Listener_Upload_CoOwnershipMeetingTranscriptService'false],
  8322.             'vich_uploader.listener.upload.co_ownership_report' => ['privates''vich_uploader.listener.upload.co_ownership_report''getVichUploader_Listener_Upload_CoOwnershipReportService'false],
  8323.             'vich_uploader.listener.upload.co_ownership_the_property_file' => ['privates''vich_uploader.listener.upload.co_ownership_the_property_file''getVichUploader_Listener_Upload_CoOwnershipThePropertyFileService'false],
  8324.             'vich_uploader.listener.upload.co_ownership_the_property_response' => ['privates''vich_uploader.listener.upload.co_ownership_the_property_response''getVichUploader_Listener_Upload_CoOwnershipThePropertyResponseService'false],
  8325.             'vich_uploader.listener.upload.community_event_file' => ['privates''vich_uploader.listener.upload.community_event_file''getVichUploader_Listener_Upload_CommunityEventFileService'false],
  8326.             'vich_uploader.listener.upload.community_post_file' => ['privates''vich_uploader.listener.upload.community_post_file''getVichUploader_Listener_Upload_CommunityPostFileService'false],
  8327.             'vich_uploader.listener.upload.condominium_invoice_file' => ['privates''vich_uploader.listener.upload.condominium_invoice_file''getVichUploader_Listener_Upload_CondominiumInvoiceFileService'false],
  8328.             'vich_uploader.listener.upload.control_certificate' => ['privates''vich_uploader.listener.upload.control_certificate''getVichUploader_Listener_Upload_ControlCertificateService'false],
  8329.             'vich_uploader.listener.upload.deedOfSale' => ['privates''vich_uploader.listener.upload.deedOfSale''getVichUploader_Listener_Upload_DeedOfSaleService'false],
  8330.             'vich_uploader.listener.upload.dispenseFile' => ['privates''vich_uploader.listener.upload.dispenseFile''getVichUploader_Listener_Upload_DispenseFileService'false],
  8331.             'vich_uploader.listener.upload.dvf_csv_pending' => ['privates''vich_uploader.listener.upload.dvf_csv_pending''getVichUploader_Listener_Upload_DvfCsvPendingService'false],
  8332.             'vich_uploader.listener.upload.edit_registers_file' => ['privates''vich_uploader.listener.upload.edit_registers_file''getVichUploader_Listener_Upload_EditRegistersFileService'false],
  8333.             'vich_uploader.listener.upload.education_csv' => ['privates''vich_uploader.listener.upload.education_csv''getVichUploader_Listener_Upload_EducationCsvService'false],
  8334.             'vich_uploader.listener.upload.engie_csv_archived' => ['privates''vich_uploader.listener.upload.engie_csv_archived''getVichUploader_Listener_Upload_EngieCsvArchivedService'false],
  8335.             'vich_uploader.listener.upload.engie_csv_pending' => ['privates''vich_uploader.listener.upload.engie_csv_pending''getVichUploader_Listener_Upload_EngieCsvPendingService'false],
  8336.             'vich_uploader.listener.upload.enquetes_publics_csv' => ['privates''vich_uploader.listener.upload.enquetes_publics_csv''getVichUploader_Listener_Upload_EnquetesPublicsCsvService'false],
  8337.             'vich_uploader.listener.upload.excel_file_pending' => ['privates''vich_uploader.listener.upload.excel_file_pending''getVichUploader_Listener_Upload_ExcelFilePendingService'false],
  8338.             'vich_uploader.listener.upload.garden_resource_document' => ['privates''vich_uploader.listener.upload.garden_resource_document''getVichUploader_Listener_Upload_GardenResourceDocumentService'false],
  8339.             'vich_uploader.listener.upload.identity_image' => ['privates''vich_uploader.listener.upload.identity_image''getVichUploader_Listener_Upload_IdentityImageService'false],
  8340.             'vich_uploader.listener.upload.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.upload.imo_agent_solicitation_image''getVichUploader_Listener_Upload_ImoAgentSolicitationImageService'false],
  8341.             'vich_uploader.listener.upload.inventory_file' => ['privates''vich_uploader.listener.upload.inventory_file''getVichUploader_Listener_Upload_InventoryFileService'false],
  8342.             'vich_uploader.listener.upload.inventory_image' => ['privates''vich_uploader.listener.upload.inventory_image''getVichUploader_Listener_Upload_InventoryImageService'false],
  8343.             'vich_uploader.listener.upload.invoice_water_file' => ['privates''vich_uploader.listener.upload.invoice_water_file''getVichUploader_Listener_Upload_InvoiceWaterFileService'false],
  8344.             'vich_uploader.listener.upload.lease_contract' => ['privates''vich_uploader.listener.upload.lease_contract''getVichUploader_Listener_Upload_LeaseContractService'false],
  8345.             'vich_uploader.listener.upload.lease_contract_models' => ['privates''vich_uploader.listener.upload.lease_contract_models''getVichUploader_Listener_Upload_LeaseContractModelsService'false],
  8346.             'vich_uploader.listener.upload.message_file' => ['privates''vich_uploader.listener.upload.message_file''getVichUploader_Listener_Upload_MessageFileService'false],
  8347.             'vich_uploader.listener.upload.module_3D' => ['privates''vich_uploader.listener.upload.module_3D''getVichUploader_Listener_Upload_Module3DService'false],
  8348.             'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file' => ['privates''vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file''getVichUploader_Listener_Upload_NeightborhoodProjectAfterImprovementImageFileService'false],
  8349.             'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file' => ['privates''vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file''getVichUploader_Listener_Upload_NeightborhoodProjectBeforeImprovementImageFileService'false],
  8350.             'vich_uploader.listener.upload.new_project_immo_csv' => ['privates''vich_uploader.listener.upload.new_project_immo_csv''getVichUploader_Listener_Upload_NewProjectImmoCsvService'false],
  8351.             'vich_uploader.listener.upload.notary_csv_pending' => ['privates''vich_uploader.listener.upload.notary_csv_pending''getVichUploader_Listener_Upload_NotaryCsvPendingService'false],
  8352.             'vich_uploader.listener.upload.obligation_csv_pending' => ['privates''vich_uploader.listener.upload.obligation_csv_pending''getVichUploader_Listener_Upload_ObligationCsvPendingService'false],
  8353.             'vich_uploader.listener.upload.occupation_period_file' => ['privates''vich_uploader.listener.upload.occupation_period_file''getVichUploader_Listener_Upload_OccupationPeriodFileService'false],
  8354.             'vich_uploader.listener.upload.occupie_csv_pending' => ['privates''vich_uploader.listener.upload.occupie_csv_pending''getVichUploader_Listener_Upload_OccupieCsvPendingService'false],
  8355.             'vich_uploader.listener.upload.offer_lease_agreement' => ['privates''vich_uploader.listener.upload.offer_lease_agreement''getVichUploader_Listener_Upload_OfferLeaseAgreementService'false],
  8356.             'vich_uploader.listener.upload.organic_plot_file' => ['privates''vich_uploader.listener.upload.organic_plot_file''getVichUploader_Listener_Upload_OrganicPlotFileService'false],
  8357.             'vich_uploader.listener.upload.pdf_location' => ['privates''vich_uploader.listener.upload.pdf_location''getVichUploader_Listener_Upload_PdfLocationService'false],
  8358.             'vich_uploader.listener.upload.pdf_mail_location' => ['privates''vich_uploader.listener.upload.pdf_mail_location''getVichUploader_Listener_Upload_PdfMailLocationService'false],
  8359.             'vich_uploader.listener.upload.pdf_summary_maif' => ['privates''vich_uploader.listener.upload.pdf_summary_maif''getVichUploader_Listener_Upload_PdfSummaryMaifService'false],
  8360.             'vich_uploader.listener.upload.permit_citerne' => ['privates''vich_uploader.listener.upload.permit_citerne''getVichUploader_Listener_Upload_PermitCiterneService'false],
  8361.             'vich_uploader.listener.upload.permit_environment_file' => ['privates''vich_uploader.listener.upload.permit_environment_file''getVichUploader_Listener_Upload_PermitEnvironmentFileService'false],
  8362.             'vich_uploader.listener.upload.permit_file' => ['privates''vich_uploader.listener.upload.permit_file''getVichUploader_Listener_Upload_PermitFileService'false],
  8363.             'vich_uploader.listener.upload.picture_3D' => ['privates''vich_uploader.listener.upload.picture_3D''getVichUploader_Listener_Upload_Picture3DService'false],
  8364.             'vich_uploader.listener.upload.portfolio_files' => ['privates''vich_uploader.listener.upload.portfolio_files''getVichUploader_Listener_Upload_PortfolioFilesService'false],
  8365.             'vich_uploader.listener.upload.ppas_affectation_csv_pending' => ['privates''vich_uploader.listener.upload.ppas_affectation_csv_pending''getVichUploader_Listener_Upload_PpasAffectationCsvPendingService'false],
  8366.             'vich_uploader.listener.upload.ppas_csv_pending' => ['privates''vich_uploader.listener.upload.ppas_csv_pending''getVichUploader_Listener_Upload_PpasCsvPendingService'false],
  8367.             'vich_uploader.listener.upload.pras_csv' => ['privates''vich_uploader.listener.upload.pras_csv''getVichUploader_Listener_Upload_PrasCsvService'false],
  8368.             'vich_uploader.listener.upload.prime_csv_pending' => ['privates''vich_uploader.listener.upload.prime_csv_pending''getVichUploader_Listener_Upload_PrimeCsvPendingService'false],
  8369.             'vich_uploader.listener.upload.prime_pdf_template' => ['privates''vich_uploader.listener.upload.prime_pdf_template''getVichUploader_Listener_Upload_PrimePdfTemplateService'false],
  8370.             'vich_uploader.listener.upload.prime_request_file' => ['privates''vich_uploader.listener.upload.prime_request_file''getVichUploader_Listener_Upload_PrimeRequestFileService'false],
  8371.             'vich_uploader.listener.upload.property_demand_file' => ['privates''vich_uploader.listener.upload.property_demand_file''getVichUploader_Listener_Upload_PropertyDemandFileService'false],
  8372.             'vich_uploader.listener.upload.property_document_file' => ['privates''vich_uploader.listener.upload.property_document_file''getVichUploader_Listener_Upload_PropertyDocumentFileService'false],
  8373.             'vich_uploader.listener.upload.provider_inverte_list_pending' => ['privates''vich_uploader.listener.upload.provider_inverte_list_pending''getVichUploader_Listener_Upload_ProviderInverteListPendingService'false],
  8374.             'vich_uploader.listener.upload.provider_society_csv_pending' => ['privates''vich_uploader.listener.upload.provider_society_csv_pending''getVichUploader_Listener_Upload_ProviderSocietyCsvPendingService'false],
  8375.             'vich_uploader.listener.upload.provider_work' => ['privates''vich_uploader.listener.upload.provider_work''getVichUploader_Listener_Upload_ProviderWorkService'false],
  8376.             'vich_uploader.listener.upload.public_inquiry_inprogress_excel' => ['privates''vich_uploader.listener.upload.public_inquiry_inprogress_excel''getVichUploader_Listener_Upload_PublicInquiryInprogressExcelService'false],
  8377.             'vich_uploader.listener.upload.rapport_pdf_property' => ['privates''vich_uploader.listener.upload.rapport_pdf_property''getVichUploader_Listener_Upload_RapportPdfPropertyService'false],
  8378.             'vich_uploader.listener.upload.register_environment_file' => ['privates''vich_uploader.listener.upload.register_environment_file''getVichUploader_Listener_Upload_RegisterEnvironmentFileService'false],
  8379.             'vich_uploader.listener.upload.request_repayment_files' => ['privates''vich_uploader.listener.upload.request_repayment_files''getVichUploader_Listener_Upload_RequestRepaymentFilesService'false],
  8380.             'vich_uploader.listener.upload.salesAgreementFile' => ['privates''vich_uploader.listener.upload.salesAgreementFile''getVichUploader_Listener_Upload_SalesAgreementFileService'false],
  8381.             'vich_uploader.listener.upload.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.upload.sales_agreement_file_to_sign''getVichUploader_Listener_Upload_SalesAgreementFileToSignService'false],
  8382.             'vich_uploader.listener.upload.surveillance_camera_document' => ['privates''vich_uploader.listener.upload.surveillance_camera_document''getVichUploader_Listener_Upload_SurveillanceCameraDocumentService'false],
  8383.             'vich_uploader.listener.upload.syndic_Apartment_csv_pending' => ['privates''vich_uploader.listener.upload.syndic_Apartment_csv_pending''getVichUploader_Listener_Upload_SyndicApartmentCsvPendingService'false],
  8384.             'vich_uploader.listener.upload.treeD_figuration_file' => ['privates''vich_uploader.listener.upload.treeD_figuration_file''getVichUploader_Listener_Upload_TreeDFigurationFileService'false],
  8385.             'vich_uploader.listener.upload.upload_archived' => ['privates''vich_uploader.listener.upload.upload_archived''getVichUploader_Listener_Upload_UploadArchivedService'false],
  8386.             'vich_uploader.listener.upload.upload_bank_logo' => ['privates''vich_uploader.listener.upload.upload_bank_logo''getVichUploader_Listener_Upload_UploadBankLogoService'false],
  8387.             'vich_uploader.listener.upload.upload_doc_property' => ['privates''vich_uploader.listener.upload.upload_doc_property''getVichUploader_Listener_Upload_UploadDocPropertyService'false],
  8388.             'vich_uploader.listener.upload.upload_file_minutes' => ['privates''vich_uploader.listener.upload.upload_file_minutes''getVichUploader_Listener_Upload_UploadFileMinutesService'false],
  8389.             'vich_uploader.listener.upload.upload_icon_categorie_service' => ['privates''vich_uploader.listener.upload.upload_icon_categorie_service''getVichUploader_Listener_Upload_UploadIconCategorieServiceService'false],
  8390.             'vich_uploader.listener.upload.upload_img_property' => ['privates''vich_uploader.listener.upload.upload_img_property''getVichUploader_Listener_Upload_UploadImgPropertyService'false],
  8391.             'vich_uploader.listener.upload.upload_img_pub' => ['privates''vich_uploader.listener.upload.upload_img_pub''getVichUploader_Listener_Upload_UploadImgPubService'false],
  8392.             'vich_uploader.listener.upload.upload_img_service' => ['privates''vich_uploader.listener.upload.upload_img_service''getVichUploader_Listener_Upload_UploadImgServiceService'false],
  8393.             'vich_uploader.listener.upload.upload_logo_pro' => ['privates''vich_uploader.listener.upload.upload_logo_pro''getVichUploader_Listener_Upload_UploadLogoProService'false],
  8394.             'vich_uploader.listener.upload.upload_pending' => ['privates''vich_uploader.listener.upload.upload_pending''getVichUploader_Listener_Upload_UploadPendingService'false],
  8395.             'vich_uploader.listener.upload.upload_rapport' => ['privates''vich_uploader.listener.upload.upload_rapport''getVichUploader_Listener_Upload_UploadRapportService'false],
  8396.             'vich_uploader.listener.upload.upload_rental_guarantee' => ['privates''vich_uploader.listener.upload.upload_rental_guarantee''getVichUploader_Listener_Upload_UploadRentalGuaranteeService'false],
  8397.             'vich_uploader.listener.upload.upload_traite' => ['privates''vich_uploader.listener.upload.upload_traite''getVichUploader_Listener_Upload_UploadTraiteService'false],
  8398.             'vich_uploader.listener.upload.uploads_syndics_response' => ['privates''vich_uploader.listener.upload.uploads_syndics_response''getVichUploader_Listener_Upload_UploadsSyndicsResponseService'false],
  8399.             'vich_uploader.listener.upload.user_logo' => ['privates''vich_uploader.listener.upload.user_logo''getVichUploader_Listener_Upload_UserLogoService'false],
  8400.             'vich_uploader.listener.upload.wallonie_csv_pending' => ['privates''vich_uploader.listener.upload.wallonie_csv_pending''getVichUploader_Listener_Upload_WallonieCsvPendingService'false],
  8401.             'vich_uploader.listener.upload.water_supplier_controller_excel' => ['privates''vich_uploader.listener.upload.water_supplier_controller_excel''getVichUploader_Listener_Upload_WaterSupplierControllerExcelService'false],
  8402.             'vich_uploader.listener.upload.work_csv_pending' => ['privates''vich_uploader.listener.upload.work_csv_pending''getVichUploader_Listener_Upload_WorkCsvPendingService'false],
  8403.             'vich_uploader.listener.upload.work_rules_csv_pending' => ['privates''vich_uploader.listener.upload.work_rules_csv_pending''getVichUploader_Listener_Upload_WorkRulesCsvPendingService'false],
  8404.         ], [
  8405.             'App\\EventListener\\ThePropertyAlertListener' => '?',
  8406.             'App\\EventSubscriber\\AccounringGardenUserSubscriber' => '?',
  8407.             'App\\EventSubscriber\\AccountingGardenSubsriber' => '?',
  8408.             'App\\EventSubscriber\\CoOwnershipBalancePostSubscriber' => '?',
  8409.             'App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber' => '?',
  8410.             'App\\EventSubscriber\\PostThepropertyLotSubscriber' => '?',
  8411.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  8412.             'doctrine.orm.import_listeners.attach_entity_listeners' => '?',
  8413.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  8414.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  8415.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  8416.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  8417.             'vich_uploader.listener.clean.Adress_csv_pending' => '?',
  8418.             'vich_uploader.listener.clean.ThepropertyProvider_csv_pending' => '?',
  8419.             'vich_uploader.listener.clean.annex_permit_file' => '?',
  8420.             'vich_uploader.listener.clean.area_csv_pending' => '?',
  8421.             'vich_uploader.listener.clean.bbox' => '?',
  8422.             'vich_uploader.listener.clean.brugis_csv_pending' => '?',
  8423.             'vich_uploader.listener.clean.chat_file' => '?',
  8424.             'vich_uploader.listener.clean.client_sales_agreement_file' => '?',
  8425.             'vich_uploader.listener.clean.co_ownership_document' => '?',
  8426.             'vich_uploader.listener.clean.co_ownership_invoices' => '?',
  8427.             'vich_uploader.listener.clean.co_ownership_meeting_transcript' => '?',
  8428.             'vich_uploader.listener.clean.co_ownership_report' => '?',
  8429.             'vich_uploader.listener.clean.co_ownership_the_property_file' => '?',
  8430.             'vich_uploader.listener.clean.co_ownership_the_property_response' => '?',
  8431.             'vich_uploader.listener.clean.community_event_file' => '?',
  8432.             'vich_uploader.listener.clean.community_post_file' => '?',
  8433.             'vich_uploader.listener.clean.condominium_invoice_file' => '?',
  8434.             'vich_uploader.listener.clean.control_certificate' => '?',
  8435.             'vich_uploader.listener.clean.deedOfSale' => '?',
  8436.             'vich_uploader.listener.clean.dispenseFile' => '?',
  8437.             'vich_uploader.listener.clean.dvf_csv_pending' => '?',
  8438.             'vich_uploader.listener.clean.edit_registers_file' => '?',
  8439.             'vich_uploader.listener.clean.education_csv' => '?',
  8440.             'vich_uploader.listener.clean.engie_csv_archived' => '?',
  8441.             'vich_uploader.listener.clean.engie_csv_pending' => '?',
  8442.             'vich_uploader.listener.clean.enquetes_publics_csv' => '?',
  8443.             'vich_uploader.listener.clean.excel_file_pending' => '?',
  8444.             'vich_uploader.listener.clean.garden_resource_document' => '?',
  8445.             'vich_uploader.listener.clean.identity_image' => '?',
  8446.             'vich_uploader.listener.clean.imo_agent_solicitation_image' => '?',
  8447.             'vich_uploader.listener.clean.inventory_file' => '?',
  8448.             'vich_uploader.listener.clean.inventory_image' => '?',
  8449.             'vich_uploader.listener.clean.invoice_water_file' => '?',
  8450.             'vich_uploader.listener.clean.lease_contract' => '?',
  8451.             'vich_uploader.listener.clean.lease_contract_models' => '?',
  8452.             'vich_uploader.listener.clean.message_file' => '?',
  8453.             'vich_uploader.listener.clean.module_3D' => '?',
  8454.             'vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file' => '?',
  8455.             'vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file' => '?',
  8456.             'vich_uploader.listener.clean.new_project_immo_csv' => '?',
  8457.             'vich_uploader.listener.clean.notary_csv_pending' => '?',
  8458.             'vich_uploader.listener.clean.obligation_csv_pending' => '?',
  8459.             'vich_uploader.listener.clean.occupation_period_file' => '?',
  8460.             'vich_uploader.listener.clean.occupie_csv_pending' => '?',
  8461.             'vich_uploader.listener.clean.offer_lease_agreement' => '?',
  8462.             'vich_uploader.listener.clean.organic_plot_file' => '?',
  8463.             'vich_uploader.listener.clean.pdf_location' => '?',
  8464.             'vich_uploader.listener.clean.pdf_mail_location' => '?',
  8465.             'vich_uploader.listener.clean.pdf_summary_maif' => '?',
  8466.             'vich_uploader.listener.clean.permit_citerne' => '?',
  8467.             'vich_uploader.listener.clean.permit_environment_file' => '?',
  8468.             'vich_uploader.listener.clean.permit_file' => '?',
  8469.             'vich_uploader.listener.clean.picture_3D' => '?',
  8470.             'vich_uploader.listener.clean.portfolio_files' => '?',
  8471.             'vich_uploader.listener.clean.ppas_affectation_csv_pending' => '?',
  8472.             'vich_uploader.listener.clean.ppas_csv_pending' => '?',
  8473.             'vich_uploader.listener.clean.pras_csv' => '?',
  8474.             'vich_uploader.listener.clean.prime_csv_pending' => '?',
  8475.             'vich_uploader.listener.clean.prime_pdf_template' => '?',
  8476.             'vich_uploader.listener.clean.prime_request_file' => '?',
  8477.             'vich_uploader.listener.clean.property_demand_file' => '?',
  8478.             'vich_uploader.listener.clean.property_document_file' => '?',
  8479.             'vich_uploader.listener.clean.provider_inverte_list_pending' => '?',
  8480.             'vich_uploader.listener.clean.provider_society_csv_pending' => '?',
  8481.             'vich_uploader.listener.clean.provider_work' => '?',
  8482.             'vich_uploader.listener.clean.public_inquiry_inprogress_excel' => '?',
  8483.             'vich_uploader.listener.clean.rapport_pdf_property' => '?',
  8484.             'vich_uploader.listener.clean.register_environment_file' => '?',
  8485.             'vich_uploader.listener.clean.request_repayment_files' => '?',
  8486.             'vich_uploader.listener.clean.salesAgreementFile' => '?',
  8487.             'vich_uploader.listener.clean.sales_agreement_file_to_sign' => '?',
  8488.             'vich_uploader.listener.clean.surveillance_camera_document' => '?',
  8489.             'vich_uploader.listener.clean.syndic_Apartment_csv_pending' => '?',
  8490.             'vich_uploader.listener.clean.treeD_figuration_file' => '?',
  8491.             'vich_uploader.listener.clean.upload_archived' => '?',
  8492.             'vich_uploader.listener.clean.upload_bank_logo' => '?',
  8493.             'vich_uploader.listener.clean.upload_doc_property' => '?',
  8494.             'vich_uploader.listener.clean.upload_file_minutes' => '?',
  8495.             'vich_uploader.listener.clean.upload_icon_categorie_service' => '?',
  8496.             'vich_uploader.listener.clean.upload_img_property' => '?',
  8497.             'vich_uploader.listener.clean.upload_img_pub' => '?',
  8498.             'vich_uploader.listener.clean.upload_img_service' => '?',
  8499.             'vich_uploader.listener.clean.upload_logo_pro' => '?',
  8500.             'vich_uploader.listener.clean.upload_pending' => '?',
  8501.             'vich_uploader.listener.clean.upload_rapport' => '?',
  8502.             'vich_uploader.listener.clean.upload_rental_guarantee' => '?',
  8503.             'vich_uploader.listener.clean.upload_traite' => '?',
  8504.             'vich_uploader.listener.clean.uploads_syndics_response' => '?',
  8505.             'vich_uploader.listener.clean.user_logo' => '?',
  8506.             'vich_uploader.listener.clean.wallonie_csv_pending' => '?',
  8507.             'vich_uploader.listener.clean.water_supplier_controller_excel' => '?',
  8508.             'vich_uploader.listener.clean.work_csv_pending' => '?',
  8509.             'vich_uploader.listener.clean.work_rules_csv_pending' => '?',
  8510.             'vich_uploader.listener.inject.chat_file' => '?',
  8511.             'vich_uploader.listener.inject.client_sales_agreement_file' => '?',
  8512.             'vich_uploader.listener.inject.community_event_file' => '?',
  8513.             'vich_uploader.listener.inject.community_post_file' => '?',
  8514.             'vich_uploader.listener.inject.imo_agent_solicitation_image' => '?',
  8515.             'vich_uploader.listener.inject.message_file' => '?',
  8516.             'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file' => '?',
  8517.             'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file' => '?',
  8518.             'vich_uploader.listener.inject.new_project_immo_csv' => '?',
  8519.             'vich_uploader.listener.inject.occupation_period_file' => '?',
  8520.             'vich_uploader.listener.inject.pdf_summary_maif' => '?',
  8521.             'vich_uploader.listener.inject.portfolio_files' => '?',
  8522.             'vich_uploader.listener.inject.property_document_file' => '?',
  8523.             'vich_uploader.listener.inject.sales_agreement_file_to_sign' => '?',
  8524.             'vich_uploader.listener.inject.treeD_figuration_file' => '?',
  8525.             'vich_uploader.listener.remove.Adress_csv_pending' => '?',
  8526.             'vich_uploader.listener.remove.ThepropertyProvider_csv_pending' => '?',
  8527.             'vich_uploader.listener.remove.annex_permit_file' => '?',
  8528.             'vich_uploader.listener.remove.area_csv_pending' => '?',
  8529.             'vich_uploader.listener.remove.bbox' => '?',
  8530.             'vich_uploader.listener.remove.brugis_csv_pending' => '?',
  8531.             'vich_uploader.listener.remove.chat_file' => '?',
  8532.             'vich_uploader.listener.remove.client_sales_agreement_file' => '?',
  8533.             'vich_uploader.listener.remove.co_ownership_document' => '?',
  8534.             'vich_uploader.listener.remove.co_ownership_invoices' => '?',
  8535.             'vich_uploader.listener.remove.co_ownership_meeting_transcript' => '?',
  8536.             'vich_uploader.listener.remove.co_ownership_report' => '?',
  8537.             'vich_uploader.listener.remove.co_ownership_the_property_file' => '?',
  8538.             'vich_uploader.listener.remove.co_ownership_the_property_response' => '?',
  8539.             'vich_uploader.listener.remove.community_event_file' => '?',
  8540.             'vich_uploader.listener.remove.community_post_file' => '?',
  8541.             'vich_uploader.listener.remove.condominium_invoice_file' => '?',
  8542.             'vich_uploader.listener.remove.control_certificate' => '?',
  8543.             'vich_uploader.listener.remove.dispenseFile' => '?',
  8544.             'vich_uploader.listener.remove.dvf_csv_pending' => '?',
  8545.             'vich_uploader.listener.remove.edit_registers_file' => '?',
  8546.             'vich_uploader.listener.remove.education_csv' => '?',
  8547.             'vich_uploader.listener.remove.engie_csv_archived' => '?',
  8548.             'vich_uploader.listener.remove.engie_csv_pending' => '?',
  8549.             'vich_uploader.listener.remove.enquetes_publics_csv' => '?',
  8550.             'vich_uploader.listener.remove.excel_file_pending' => '?',
  8551.             'vich_uploader.listener.remove.garden_resource_document' => '?',
  8552.             'vich_uploader.listener.remove.identity_image' => '?',
  8553.             'vich_uploader.listener.remove.imo_agent_solicitation_image' => '?',
  8554.             'vich_uploader.listener.remove.inventory_file' => '?',
  8555.             'vich_uploader.listener.remove.inventory_image' => '?',
  8556.             'vich_uploader.listener.remove.invoice_water_file' => '?',
  8557.             'vich_uploader.listener.remove.lease_contract' => '?',
  8558.             'vich_uploader.listener.remove.lease_contract_models' => '?',
  8559.             'vich_uploader.listener.remove.message_file' => '?',
  8560.             'vich_uploader.listener.remove.module_3D' => '?',
  8561.             'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file' => '?',
  8562.             'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file' => '?',
  8563.             'vich_uploader.listener.remove.new_project_immo_csv' => '?',
  8564.             'vich_uploader.listener.remove.obligation_csv_pending' => '?',
  8565.             'vich_uploader.listener.remove.occupation_period_file' => '?',
  8566.             'vich_uploader.listener.remove.offer_lease_agreement' => '?',
  8567.             'vich_uploader.listener.remove.organic_plot_file' => '?',
  8568.             'vich_uploader.listener.remove.pdf_location' => '?',
  8569.             'vich_uploader.listener.remove.pdf_mail_location' => '?',
  8570.             'vich_uploader.listener.remove.pdf_summary_maif' => '?',
  8571.             'vich_uploader.listener.remove.permit_citerne' => '?',
  8572.             'vich_uploader.listener.remove.permit_environment_file' => '?',
  8573.             'vich_uploader.listener.remove.permit_file' => '?',
  8574.             'vich_uploader.listener.remove.picture_3D' => '?',
  8575.             'vich_uploader.listener.remove.portfolio_files' => '?',
  8576.             'vich_uploader.listener.remove.ppas_affectation_csv_pending' => '?',
  8577.             'vich_uploader.listener.remove.ppas_csv_pending' => '?',
  8578.             'vich_uploader.listener.remove.pras_csv' => '?',
  8579.             'vich_uploader.listener.remove.prime_csv_pending' => '?',
  8580.             'vich_uploader.listener.remove.prime_pdf_template' => '?',
  8581.             'vich_uploader.listener.remove.prime_request_file' => '?',
  8582.             'vich_uploader.listener.remove.property_demand_file' => '?',
  8583.             'vich_uploader.listener.remove.property_document_file' => '?',
  8584.             'vich_uploader.listener.remove.provider_inverte_list_pending' => '?',
  8585.             'vich_uploader.listener.remove.provider_society_csv_pending' => '?',
  8586.             'vich_uploader.listener.remove.provider_work' => '?',
  8587.             'vich_uploader.listener.remove.public_inquiry_inprogress_excel' => '?',
  8588.             'vich_uploader.listener.remove.rapport_pdf_property' => '?',
  8589.             'vich_uploader.listener.remove.register_environment_file' => '?',
  8590.             'vich_uploader.listener.remove.request_repayment_files' => '?',
  8591.             'vich_uploader.listener.remove.sales_agreement_file_to_sign' => '?',
  8592.             'vich_uploader.listener.remove.surveillance_camera_document' => '?',
  8593.             'vich_uploader.listener.remove.treeD_figuration_file' => '?',
  8594.             'vich_uploader.listener.remove.upload_archived' => '?',
  8595.             'vich_uploader.listener.remove.upload_bank_logo' => '?',
  8596.             'vich_uploader.listener.remove.upload_doc_property' => '?',
  8597.             'vich_uploader.listener.remove.upload_file_minutes' => '?',
  8598.             'vich_uploader.listener.remove.upload_icon_categorie_service' => '?',
  8599.             'vich_uploader.listener.remove.upload_img_property' => '?',
  8600.             'vich_uploader.listener.remove.upload_img_pub' => '?',
  8601.             'vich_uploader.listener.remove.upload_img_service' => '?',
  8602.             'vich_uploader.listener.remove.upload_logo_pro' => '?',
  8603.             'vich_uploader.listener.remove.upload_pending' => '?',
  8604.             'vich_uploader.listener.remove.upload_rapport' => '?',
  8605.             'vich_uploader.listener.remove.upload_rental_guarantee' => '?',
  8606.             'vich_uploader.listener.remove.upload_traite' => '?',
  8607.             'vich_uploader.listener.remove.uploads_syndics_response' => '?',
  8608.             'vich_uploader.listener.remove.user_logo' => '?',
  8609.             'vich_uploader.listener.remove.wallonie_csv_pending' => '?',
  8610.             'vich_uploader.listener.remove.water_supplier_controller_excel' => '?',
  8611.             'vich_uploader.listener.remove.work_csv_pending' => '?',
  8612.             'vich_uploader.listener.remove.work_rules_csv_pending' => '?',
  8613.             'vich_uploader.listener.upload.Adress_csv_pending' => '?',
  8614.             'vich_uploader.listener.upload.ThepropertyProvider_csv_pending' => '?',
  8615.             'vich_uploader.listener.upload.annex_permit_file' => '?',
  8616.             'vich_uploader.listener.upload.area_csv_pending' => '?',
  8617.             'vich_uploader.listener.upload.bbox' => '?',
  8618.             'vich_uploader.listener.upload.brugis_csv_pending' => '?',
  8619.             'vich_uploader.listener.upload.chat_file' => '?',
  8620.             'vich_uploader.listener.upload.client_sales_agreement_file' => '?',
  8621.             'vich_uploader.listener.upload.co_ownership_document' => '?',
  8622.             'vich_uploader.listener.upload.co_ownership_invoices' => '?',
  8623.             'vich_uploader.listener.upload.co_ownership_meeting_transcript' => '?',
  8624.             'vich_uploader.listener.upload.co_ownership_report' => '?',
  8625.             'vich_uploader.listener.upload.co_ownership_the_property_file' => '?',
  8626.             'vich_uploader.listener.upload.co_ownership_the_property_response' => '?',
  8627.             'vich_uploader.listener.upload.community_event_file' => '?',
  8628.             'vich_uploader.listener.upload.community_post_file' => '?',
  8629.             'vich_uploader.listener.upload.condominium_invoice_file' => '?',
  8630.             'vich_uploader.listener.upload.control_certificate' => '?',
  8631.             'vich_uploader.listener.upload.deedOfSale' => '?',
  8632.             'vich_uploader.listener.upload.dispenseFile' => '?',
  8633.             'vich_uploader.listener.upload.dvf_csv_pending' => '?',
  8634.             'vich_uploader.listener.upload.edit_registers_file' => '?',
  8635.             'vich_uploader.listener.upload.education_csv' => '?',
  8636.             'vich_uploader.listener.upload.engie_csv_archived' => '?',
  8637.             'vich_uploader.listener.upload.engie_csv_pending' => '?',
  8638.             'vich_uploader.listener.upload.enquetes_publics_csv' => '?',
  8639.             'vich_uploader.listener.upload.excel_file_pending' => '?',
  8640.             'vich_uploader.listener.upload.garden_resource_document' => '?',
  8641.             'vich_uploader.listener.upload.identity_image' => '?',
  8642.             'vich_uploader.listener.upload.imo_agent_solicitation_image' => '?',
  8643.             'vich_uploader.listener.upload.inventory_file' => '?',
  8644.             'vich_uploader.listener.upload.inventory_image' => '?',
  8645.             'vich_uploader.listener.upload.invoice_water_file' => '?',
  8646.             'vich_uploader.listener.upload.lease_contract' => '?',
  8647.             'vich_uploader.listener.upload.lease_contract_models' => '?',
  8648.             'vich_uploader.listener.upload.message_file' => '?',
  8649.             'vich_uploader.listener.upload.module_3D' => '?',
  8650.             'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file' => '?',
  8651.             'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file' => '?',
  8652.             'vich_uploader.listener.upload.new_project_immo_csv' => '?',
  8653.             'vich_uploader.listener.upload.notary_csv_pending' => '?',
  8654.             'vich_uploader.listener.upload.obligation_csv_pending' => '?',
  8655.             'vich_uploader.listener.upload.occupation_period_file' => '?',
  8656.             'vich_uploader.listener.upload.occupie_csv_pending' => '?',
  8657.             'vich_uploader.listener.upload.offer_lease_agreement' => '?',
  8658.             'vich_uploader.listener.upload.organic_plot_file' => '?',
  8659.             'vich_uploader.listener.upload.pdf_location' => '?',
  8660.             'vich_uploader.listener.upload.pdf_mail_location' => '?',
  8661.             'vich_uploader.listener.upload.pdf_summary_maif' => '?',
  8662.             'vich_uploader.listener.upload.permit_citerne' => '?',
  8663.             'vich_uploader.listener.upload.permit_environment_file' => '?',
  8664.             'vich_uploader.listener.upload.permit_file' => '?',
  8665.             'vich_uploader.listener.upload.picture_3D' => '?',
  8666.             'vich_uploader.listener.upload.portfolio_files' => '?',
  8667.             'vich_uploader.listener.upload.ppas_affectation_csv_pending' => '?',
  8668.             'vich_uploader.listener.upload.ppas_csv_pending' => '?',
  8669.             'vich_uploader.listener.upload.pras_csv' => '?',
  8670.             'vich_uploader.listener.upload.prime_csv_pending' => '?',
  8671.             'vich_uploader.listener.upload.prime_pdf_template' => '?',
  8672.             'vich_uploader.listener.upload.prime_request_file' => '?',
  8673.             'vich_uploader.listener.upload.property_demand_file' => '?',
  8674.             'vich_uploader.listener.upload.property_document_file' => '?',
  8675.             'vich_uploader.listener.upload.provider_inverte_list_pending' => '?',
  8676.             'vich_uploader.listener.upload.provider_society_csv_pending' => '?',
  8677.             'vich_uploader.listener.upload.provider_work' => '?',
  8678.             'vich_uploader.listener.upload.public_inquiry_inprogress_excel' => '?',
  8679.             'vich_uploader.listener.upload.rapport_pdf_property' => '?',
  8680.             'vich_uploader.listener.upload.register_environment_file' => '?',
  8681.             'vich_uploader.listener.upload.request_repayment_files' => '?',
  8682.             'vich_uploader.listener.upload.salesAgreementFile' => '?',
  8683.             'vich_uploader.listener.upload.sales_agreement_file_to_sign' => '?',
  8684.             'vich_uploader.listener.upload.surveillance_camera_document' => '?',
  8685.             'vich_uploader.listener.upload.syndic_Apartment_csv_pending' => '?',
  8686.             'vich_uploader.listener.upload.treeD_figuration_file' => '?',
  8687.             'vich_uploader.listener.upload.upload_archived' => '?',
  8688.             'vich_uploader.listener.upload.upload_bank_logo' => '?',
  8689.             'vich_uploader.listener.upload.upload_doc_property' => '?',
  8690.             'vich_uploader.listener.upload.upload_file_minutes' => '?',
  8691.             'vich_uploader.listener.upload.upload_icon_categorie_service' => '?',
  8692.             'vich_uploader.listener.upload.upload_img_property' => '?',
  8693.             'vich_uploader.listener.upload.upload_img_pub' => '?',
  8694.             'vich_uploader.listener.upload.upload_img_service' => '?',
  8695.             'vich_uploader.listener.upload.upload_logo_pro' => '?',
  8696.             'vich_uploader.listener.upload.upload_pending' => '?',
  8697.             'vich_uploader.listener.upload.upload_rapport' => '?',
  8698.             'vich_uploader.listener.upload.upload_rental_guarantee' => '?',
  8699.             'vich_uploader.listener.upload.upload_traite' => '?',
  8700.             'vich_uploader.listener.upload.uploads_syndics_response' => '?',
  8701.             'vich_uploader.listener.upload.user_logo' => '?',
  8702.             'vich_uploader.listener.upload.wallonie_csv_pending' => '?',
  8703.             'vich_uploader.listener.upload.water_supplier_controller_excel' => '?',
  8704.             'vich_uploader.listener.upload.work_csv_pending' => '?',
  8705.             'vich_uploader.listener.upload.work_rules_csv_pending' => '?',
  8706.         ]), [=> 'vich_uploader.listener.clean.upload_img_pub'=> 'vich_uploader.listener.clean.prime_csv_pending'=> 'vich_uploader.listener.clean.property_demand_file'=> 'vich_uploader.listener.clean.prime_request_file'=> 'vich_uploader.listener.clean.permit_environment_file'=> 'vich_uploader.listener.clean.co_ownership_document'=> 'vich_uploader.listener.clean.co_ownership_meeting_transcript'=> 'vich_uploader.listener.clean.co_ownership_invoices'=> 'vich_uploader.listener.clean.co_ownership_report'=> 'vich_uploader.listener.clean.co_ownership_the_property_response'10 => 'vich_uploader.listener.clean.co_ownership_the_property_file'11 => 'vich_uploader.listener.clean.obligation_csv_pending'12 => 'vich_uploader.listener.clean.register_environment_file'13 => 'vich_uploader.listener.clean.organic_plot_file'14 => 'vich_uploader.listener.clean.invoice_water_file'15 => 'vich_uploader.listener.clean.prime_pdf_template'16 => 'vich_uploader.listener.clean.upload_img_property'17 => 'vich_uploader.listener.clean.upload_file_minutes'18 => 'vich_uploader.listener.clean.rapport_pdf_property'19 => 'vich_uploader.listener.clean.control_certificate'20 => 'vich_uploader.listener.clean.upload_doc_property'21 => 'vich_uploader.listener.clean.upload_rapport'22 => 'vich_uploader.listener.clean.uploads_syndics_response'23 => 'vich_uploader.listener.clean.upload_icon_categorie_service'24 => 'vich_uploader.listener.clean.upload_img_service'25 => 'vich_uploader.listener.clean.upload_bank_logo'26 => 'vich_uploader.listener.clean.upload_logo_pro'27 => 'vich_uploader.listener.clean.upload_traite'28 => 'vich_uploader.listener.clean.upload_pending'29 => 'vich_uploader.listener.clean.upload_rental_guarantee'30 => 'vich_uploader.listener.clean.excel_file_pending'31 => 'vich_uploader.listener.clean.upload_archived'32 => 'vich_uploader.listener.clean.engie_csv_pending'33 => 'vich_uploader.listener.clean.module_3D'34 => 'vich_uploader.listener.clean.picture_3D'35 => 'vich_uploader.listener.clean.Adress_csv_pending'36 => 'vich_uploader.listener.clean.dvf_csv_pending'37 => 'vich_uploader.listener.clean.permit_file'38 => 'vich_uploader.listener.clean.annex_permit_file'39 => 'vich_uploader.listener.clean.edit_registers_file'40 => 'vich_uploader.listener.clean.engie_csv_archived'41 => 'vich_uploader.listener.clean.work_csv_pending'42 => 'vich_uploader.listener.clean.work_rules_csv_pending'43 => 'vich_uploader.listener.clean.education_csv'44 => 'vich_uploader.listener.clean.bbox'45 => 'vich_uploader.listener.clean.area_csv_pending'46 => 'vich_uploader.listener.clean.dispenseFile'47 => 'vich_uploader.listener.clean.occupie_csv_pending'48 => 'vich_uploader.listener.clean.salesAgreementFile'49 => 'vich_uploader.listener.clean.deedOfSale'50 => 'vich_uploader.listener.clean.syndic_Apartment_csv_pending'51 => 'vich_uploader.listener.clean.notary_csv_pending'52 => 'vich_uploader.listener.clean.chat_file'53 => 'vich_uploader.listener.clean.message_file'54 => 'vich_uploader.listener.clean.ThepropertyProvider_csv_pending'55 => 'vich_uploader.listener.clean.provider_society_csv_pending'56 => 'vich_uploader.listener.clean.pdf_location'57 => 'vich_uploader.listener.clean.lease_contract'58 => 'vich_uploader.listener.clean.pdf_mail_location'59 => 'vich_uploader.listener.clean.provider_inverte_list_pending'60 => 'vich_uploader.listener.clean.ppas_csv_pending'61 => 'vich_uploader.listener.clean.brugis_csv_pending'62 => 'vich_uploader.listener.clean.wallonie_csv_pending'63 => 'vich_uploader.listener.clean.ppas_affectation_csv_pending'64 => 'vich_uploader.listener.clean.pras_csv'65 => 'vich_uploader.listener.clean.enquetes_publics_csv'66 => 'vich_uploader.listener.clean.community_post_file'67 => 'vich_uploader.listener.clean.community_event_file'68 => 'vich_uploader.listener.clean.new_project_immo_csv'69 => 'vich_uploader.listener.clean.public_inquiry_inprogress_excel'70 => 'vich_uploader.listener.clean.water_supplier_controller_excel'71 => 'vich_uploader.listener.clean.surveillance_camera_document'72 => 'vich_uploader.listener.clean.request_repayment_files'73 => 'vich_uploader.listener.clean.condominium_invoice_file'74 => 'vich_uploader.listener.clean.inventory_file'75 => 'vich_uploader.listener.clean.inventory_image'76 => 'vich_uploader.listener.clean.offer_lease_agreement'77 => 'vich_uploader.listener.clean.lease_contract_models'78 => 'vich_uploader.listener.clean.identity_image'79 => 'vich_uploader.listener.clean.permit_citerne'80 => 'vich_uploader.listener.clean.garden_resource_document'81 => 'vich_uploader.listener.clean.property_document_file'82 => 'vich_uploader.listener.clean.portfolio_files'83 => 'vich_uploader.listener.clean.occupation_period_file'84 => 'vich_uploader.listener.clean.pdf_summary_maif'85 => 'vich_uploader.listener.clean.provider_work'86 => 'vich_uploader.listener.clean.user_logo'87 => 'vich_uploader.listener.clean.imo_agent_solicitation_image'88 => 'vich_uploader.listener.clean.treeD_figuration_file'89 => 'vich_uploader.listener.clean.client_sales_agreement_file'90 => 'vich_uploader.listener.clean.sales_agreement_file_to_sign'91 => 'vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file'92 => 'vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file'93 => [=> [=> 'postPersist'], => 'App\\EventListener\\ThePropertyAlertListener'], 94 => 'App\\EventSubscriber\\AccounringGardenUserSubscriber'95 => 'App\\EventSubscriber\\AccountingGardenSubsriber'96 => 'App\\EventSubscriber\\CoOwnershipBalancePostSubscriber'97 => 'App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber'98 => 'App\\EventSubscriber\\PostThepropertyLotSubscriber'99 => 'doctrine.orm.messenger.doctrine_schema_subscriber'100 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'101 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'102 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'103 => 'vich_uploader.listener.remove.upload_img_pub'104 => 'vich_uploader.listener.upload.upload_img_pub'105 => 'vich_uploader.listener.remove.prime_csv_pending'106 => 'vich_uploader.listener.upload.prime_csv_pending'107 => 'vich_uploader.listener.remove.property_demand_file'108 => 'vich_uploader.listener.upload.property_demand_file'109 => 'vich_uploader.listener.remove.prime_request_file'110 => 'vich_uploader.listener.upload.prime_request_file'111 => 'vich_uploader.listener.remove.permit_environment_file'112 => 'vich_uploader.listener.upload.permit_environment_file'113 => 'vich_uploader.listener.remove.co_ownership_document'114 => 'vich_uploader.listener.upload.co_ownership_document'115 => 'vich_uploader.listener.remove.co_ownership_meeting_transcript'116 => 'vich_uploader.listener.upload.co_ownership_meeting_transcript'117 => 'vich_uploader.listener.remove.co_ownership_invoices'118 => 'vich_uploader.listener.upload.co_ownership_invoices'119 => 'vich_uploader.listener.remove.co_ownership_report'120 => 'vich_uploader.listener.upload.co_ownership_report'121 => 'vich_uploader.listener.remove.co_ownership_the_property_response'122 => 'vich_uploader.listener.upload.co_ownership_the_property_response'123 => 'vich_uploader.listener.remove.co_ownership_the_property_file'124 => 'vich_uploader.listener.upload.co_ownership_the_property_file'125 => 'vich_uploader.listener.remove.obligation_csv_pending'126 => 'vich_uploader.listener.upload.obligation_csv_pending'127 => 'vich_uploader.listener.remove.register_environment_file'128 => 'vich_uploader.listener.upload.register_environment_file'129 => 'vich_uploader.listener.remove.organic_plot_file'130 => 'vich_uploader.listener.upload.organic_plot_file'131 => 'vich_uploader.listener.remove.invoice_water_file'132 => 'vich_uploader.listener.upload.invoice_water_file'133 => 'vich_uploader.listener.remove.prime_pdf_template'134 => 'vich_uploader.listener.upload.prime_pdf_template'135 => 'vich_uploader.listener.remove.upload_img_property'136 => 'vich_uploader.listener.upload.upload_img_property'137 => 'vich_uploader.listener.remove.upload_file_minutes'138 => 'vich_uploader.listener.upload.upload_file_minutes'139 => 'vich_uploader.listener.remove.rapport_pdf_property'140 => 'vich_uploader.listener.upload.rapport_pdf_property'141 => 'vich_uploader.listener.remove.control_certificate'142 => 'vich_uploader.listener.upload.control_certificate'143 => 'vich_uploader.listener.remove.upload_doc_property'144 => 'vich_uploader.listener.upload.upload_doc_property'145 => 'vich_uploader.listener.remove.upload_rapport'146 => 'vich_uploader.listener.upload.upload_rapport'147 => 'vich_uploader.listener.remove.uploads_syndics_response'148 => 'vich_uploader.listener.upload.uploads_syndics_response'149 => 'vich_uploader.listener.remove.upload_icon_categorie_service'150 => 'vich_uploader.listener.upload.upload_icon_categorie_service'151 => 'vich_uploader.listener.remove.upload_img_service'152 => 'vich_uploader.listener.upload.upload_img_service'153 => 'vich_uploader.listener.remove.upload_bank_logo'154 => 'vich_uploader.listener.upload.upload_bank_logo'155 => 'vich_uploader.listener.remove.upload_logo_pro'156 => 'vich_uploader.listener.upload.upload_logo_pro'157 => 'vich_uploader.listener.remove.upload_traite'158 => 'vich_uploader.listener.upload.upload_traite'159 => 'vich_uploader.listener.remove.upload_pending'160 => 'vich_uploader.listener.upload.upload_pending'161 => 'vich_uploader.listener.remove.upload_rental_guarantee'162 => 'vich_uploader.listener.upload.upload_rental_guarantee'163 => 'vich_uploader.listener.remove.excel_file_pending'164 => 'vich_uploader.listener.upload.excel_file_pending'165 => 'vich_uploader.listener.remove.upload_archived'166 => 'vich_uploader.listener.upload.upload_archived'167 => 'vich_uploader.listener.remove.engie_csv_pending'168 => 'vich_uploader.listener.upload.engie_csv_pending'169 => 'vich_uploader.listener.remove.module_3D'170 => 'vich_uploader.listener.upload.module_3D'171 => 'vich_uploader.listener.remove.picture_3D'172 => 'vich_uploader.listener.upload.picture_3D'173 => 'vich_uploader.listener.remove.Adress_csv_pending'174 => 'vich_uploader.listener.upload.Adress_csv_pending'175 => 'vich_uploader.listener.remove.dvf_csv_pending'176 => 'vich_uploader.listener.upload.dvf_csv_pending'177 => 'vich_uploader.listener.remove.permit_file'178 => 'vich_uploader.listener.upload.permit_file'179 => 'vich_uploader.listener.remove.annex_permit_file'180 => 'vich_uploader.listener.upload.annex_permit_file'181 => 'vich_uploader.listener.remove.edit_registers_file'182 => 'vich_uploader.listener.upload.edit_registers_file'183 => 'vich_uploader.listener.remove.engie_csv_archived'184 => 'vich_uploader.listener.upload.engie_csv_archived'185 => 'vich_uploader.listener.remove.work_csv_pending'186 => 'vich_uploader.listener.upload.work_csv_pending'187 => 'vich_uploader.listener.remove.work_rules_csv_pending'188 => 'vich_uploader.listener.upload.work_rules_csv_pending'189 => 'vich_uploader.listener.remove.education_csv'190 => 'vich_uploader.listener.upload.education_csv'191 => 'vich_uploader.listener.remove.bbox'192 => 'vich_uploader.listener.upload.bbox'193 => 'vich_uploader.listener.remove.area_csv_pending'194 => 'vich_uploader.listener.upload.area_csv_pending'195 => 'vich_uploader.listener.remove.dispenseFile'196 => 'vich_uploader.listener.upload.dispenseFile'197 => 'vich_uploader.listener.upload.occupie_csv_pending'198 => 'vich_uploader.listener.upload.salesAgreementFile'199 => 'vich_uploader.listener.upload.deedOfSale'200 => 'vich_uploader.listener.upload.syndic_Apartment_csv_pending'201 => 'vich_uploader.listener.upload.notary_csv_pending'202 => 'vich_uploader.listener.inject.chat_file'203 => 'vich_uploader.listener.remove.chat_file'204 => 'vich_uploader.listener.upload.chat_file'205 => 'vich_uploader.listener.inject.message_file'206 => 'vich_uploader.listener.remove.message_file'207 => 'vich_uploader.listener.upload.message_file'208 => 'vich_uploader.listener.remove.ThepropertyProvider_csv_pending'209 => 'vich_uploader.listener.upload.ThepropertyProvider_csv_pending'210 => 'vich_uploader.listener.remove.provider_society_csv_pending'211 => 'vich_uploader.listener.upload.provider_society_csv_pending'212 => 'vich_uploader.listener.remove.pdf_location'213 => 'vich_uploader.listener.upload.pdf_location'214 => 'vich_uploader.listener.remove.lease_contract'215 => 'vich_uploader.listener.upload.lease_contract'216 => 'vich_uploader.listener.remove.pdf_mail_location'217 => 'vich_uploader.listener.upload.pdf_mail_location'218 => 'vich_uploader.listener.remove.provider_inverte_list_pending'219 => 'vich_uploader.listener.upload.provider_inverte_list_pending'220 => 'vich_uploader.listener.remove.ppas_csv_pending'221 => 'vich_uploader.listener.upload.ppas_csv_pending'222 => 'vich_uploader.listener.remove.brugis_csv_pending'223 => 'vich_uploader.listener.upload.brugis_csv_pending'224 => 'vich_uploader.listener.remove.wallonie_csv_pending'225 => 'vich_uploader.listener.upload.wallonie_csv_pending'226 => 'vich_uploader.listener.remove.ppas_affectation_csv_pending'227 => 'vich_uploader.listener.upload.ppas_affectation_csv_pending'228 => 'vich_uploader.listener.remove.pras_csv'229 => 'vich_uploader.listener.upload.pras_csv'230 => 'vich_uploader.listener.remove.enquetes_publics_csv'231 => 'vich_uploader.listener.upload.enquetes_publics_csv'232 => 'vich_uploader.listener.inject.community_post_file'233 => 'vich_uploader.listener.remove.community_post_file'234 => 'vich_uploader.listener.upload.community_post_file'235 => 'vich_uploader.listener.inject.community_event_file'236 => 'vich_uploader.listener.remove.community_event_file'237 => 'vich_uploader.listener.upload.community_event_file'238 => 'vich_uploader.listener.inject.new_project_immo_csv'239 => 'vich_uploader.listener.remove.new_project_immo_csv'240 => 'vich_uploader.listener.upload.new_project_immo_csv'241 => 'vich_uploader.listener.remove.public_inquiry_inprogress_excel'242 => 'vich_uploader.listener.upload.public_inquiry_inprogress_excel'243 => 'vich_uploader.listener.remove.water_supplier_controller_excel'244 => 'vich_uploader.listener.upload.water_supplier_controller_excel'245 => 'vich_uploader.listener.remove.surveillance_camera_document'246 => 'vich_uploader.listener.upload.surveillance_camera_document'247 => 'vich_uploader.listener.remove.request_repayment_files'248 => 'vich_uploader.listener.upload.request_repayment_files'249 => 'vich_uploader.listener.remove.condominium_invoice_file'250 => 'vich_uploader.listener.upload.condominium_invoice_file'251 => 'vich_uploader.listener.remove.inventory_file'252 => 'vich_uploader.listener.upload.inventory_file'253 => 'vich_uploader.listener.remove.inventory_image'254 => 'vich_uploader.listener.upload.inventory_image'255 => 'vich_uploader.listener.remove.offer_lease_agreement'256 => 'vich_uploader.listener.upload.offer_lease_agreement'257 => 'vich_uploader.listener.remove.lease_contract_models'258 => 'vich_uploader.listener.upload.lease_contract_models'259 => 'vich_uploader.listener.remove.identity_image'260 => 'vich_uploader.listener.upload.identity_image'261 => 'vich_uploader.listener.remove.permit_citerne'262 => 'vich_uploader.listener.upload.permit_citerne'263 => 'vich_uploader.listener.remove.garden_resource_document'264 => 'vich_uploader.listener.upload.garden_resource_document'265 => 'vich_uploader.listener.inject.property_document_file'266 => 'vich_uploader.listener.remove.property_document_file'267 => 'vich_uploader.listener.upload.property_document_file'268 => 'vich_uploader.listener.inject.portfolio_files'269 => 'vich_uploader.listener.remove.portfolio_files'270 => 'vich_uploader.listener.upload.portfolio_files'271 => 'vich_uploader.listener.inject.occupation_period_file'272 => 'vich_uploader.listener.remove.occupation_period_file'273 => 'vich_uploader.listener.upload.occupation_period_file'274 => 'vich_uploader.listener.inject.pdf_summary_maif'275 => 'vich_uploader.listener.remove.pdf_summary_maif'276 => 'vich_uploader.listener.upload.pdf_summary_maif'277 => 'vich_uploader.listener.remove.provider_work'278 => 'vich_uploader.listener.upload.provider_work'279 => 'vich_uploader.listener.remove.user_logo'280 => 'vich_uploader.listener.upload.user_logo'281 => 'vich_uploader.listener.inject.imo_agent_solicitation_image'282 => 'vich_uploader.listener.remove.imo_agent_solicitation_image'283 => 'vich_uploader.listener.upload.imo_agent_solicitation_image'284 => 'vich_uploader.listener.inject.treeD_figuration_file'285 => 'vich_uploader.listener.remove.treeD_figuration_file'286 => 'vich_uploader.listener.upload.treeD_figuration_file'287 => 'vich_uploader.listener.inject.client_sales_agreement_file'288 => 'vich_uploader.listener.remove.client_sales_agreement_file'289 => 'vich_uploader.listener.upload.client_sales_agreement_file'290 => 'vich_uploader.listener.inject.sales_agreement_file_to_sign'291 => 'vich_uploader.listener.remove.sales_agreement_file_to_sign'292 => 'vich_uploader.listener.upload.sales_agreement_file_to_sign'293 => 'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file'294 => 'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file'295 => 'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file'296 => 'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file'297 => 'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file'298 => 'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file'299 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 300 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.import_listeners.attach_entity_listeners']]), []);
  8707.     }
  8708.     /**
  8709.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  8710.      *
  8711.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  8712.      */
  8713.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  8714.     {
  8715.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8716.             'app.event_listener.add_user_promo' => ['privates''app.event_listener.add_user_promo''getApp_EventListener_AddUserPromoService'false],
  8717.             'app.event_listener.carpool_announcement_listener' => ['privates''app.event_listener.carpool_announcement_listener''getApp_EventListener_CarpoolAnnouncementListenerService'false],
  8718.             'app.event_listener.neighborhood_project_listener' => ['privates''app.event_listener.neighborhood_project_listener''getApp_EventListener_NeighborhoodProjectListenerService'false],
  8719.             'app.event_listener.precount_listener' => ['privates''app.event_listener.precount_listener''getApp_EventListener_PrecountListenerService'false],
  8720.             'app.event_listener.provider_solar_brugel' => ['privates''app.event_listener.provider_solar_brugel''getApp_EventListener_ProviderSolarBrugelService'false],
  8721.             'app.event_listener.provider_tank_installation_listener' => ['privates''app.event_listener.provider_tank_installation_listener''getApp_EventListener_ProviderTankInstallationListenerService'false],
  8722.             'app.event_listener.theproperty_listener' => ['privates''app.event_listener.theproperty_listener''getApp_EventListener_ThepropertyListenerService'false],
  8723.         ], [
  8724.             'app.event_listener.add_user_promo' => '?',
  8725.             'app.event_listener.carpool_announcement_listener' => '?',
  8726.             'app.event_listener.neighborhood_project_listener' => '?',
  8727.             'app.event_listener.precount_listener' => '?',
  8728.             'app.event_listener.provider_solar_brugel' => '?',
  8729.             'app.event_listener.provider_tank_installation_listener' => '?',
  8730.             'app.event_listener.theproperty_listener' => '?',
  8731.         ]));
  8732.         $instance->registerService('App\\EventListener\\UserServicePromoListener''app.event_listener.add_user_promo');
  8733.         $instance->registerService('App\\EventListener\\PrecountListener''app.event_listener.precount_listener');
  8734.         $instance->registerService('App\\EventListener\\PrecountListener''app.event_listener.precount_listener');
  8735.         $instance->registerService('App\\EventListener\\ThePropertyListener''app.event_listener.theproperty_listener');
  8736.         $instance->registerService('App\\EventListener\\ProviderTankInstallationListener''app.event_listener.provider_tank_installation_listener');
  8737.         $instance->registerService('App\\EventListener\\NeighborhoodProject\\NeighborhoodProjectListener''app.event_listener.neighborhood_project_listener');
  8738.         $instance->registerService('App\\EventListener\\CarpoolAnnouncementListener''app.event_listener.carpool_announcement_listener');
  8739.         $instance->registerService('App\\EventListener\\ProviderSolarBrugelListener''app.event_listener.provider_solar_brugel');
  8740.         return $instance;
  8741.     }
  8742.     /**
  8743.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  8744.      *
  8745.      * @return \Doctrine\ORM\EntityManager
  8746.      */
  8747.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  8748.     {
  8749.         if ($lazyLoad) {
  8750.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  8751.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8752.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  8753.                     $proxy->setProxyInitializer(null);
  8754.                     return true;
  8755.                 });
  8756.             });
  8757.         }
  8758.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  8759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  8760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  8761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  8762.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  8763.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  8764.         $a = new \Doctrine\ORM\Configuration();
  8765.         $b = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  8766.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  8767.         $c->addDriver(($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService()), 'App\\Entity');
  8768.         $c->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  8769.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity']);
  8770.         $a->setMetadataCache($b);
  8771.         $a->setQueryCache($b);
  8772.         $a->setResultCache(($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  8773.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  8774.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  8775.         $a->setProxyNamespace('Proxies');
  8776.         $a->setAutoGenerateProxyClasses(true);
  8777.         $a->setSchemaIgnoreClasses([]);
  8778.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  8779.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  8780.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  8781.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  8782.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  8783.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  8784.         $a->addCustomStringFunction('replace''App\\Services\\DQL\\ReplaceFunction');
  8785.         $a->addCustomStringFunction('pregmatch''App\\Services\\DQL\\PregMatch');
  8786.         $a->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  8787.         $a->addCustomStringFunction('YEAR''App\\Doctrine\\DQL\\Year');
  8788.         $a->addCustomStringFunction('SOUNDEX''App\\Doctrine\\DQL\\SoundexFunction');
  8789.         $a->addCustomStringFunction('JSON_LENGTH''App\\Doctrine\\DQL\\JsonLength');
  8790.         $a->addCustomStringFunction('JSON_EXTRACT''App\\Doctrine\\DQL\\JsonExtract');
  8791.         $a->addCustomNumericFunction('cast''App\\Services\\DQL\\CastAsIntegerFunction');
  8792.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  8793.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  8794.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  8795.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  8796.         $a->addCustomNumericFunction('JSON_CONTAINS''DoctrineExtensions\\Query\\Mysql\\JsonContains');
  8797.         $a->addCustomNumericFunction('st_contains''App\\Doctrine\\DQL\\StContains');
  8798.         $a->addCustomNumericFunction('st_geom_from_text''App\\Doctrine\\DQL\\StGeomFromText');
  8799.         $a->addCustomNumericFunction('point''App\\Doctrine\\DQL\\SpPoint');
  8800.         $a->addCustomNumericFunction('haversine''App\\Doctrine\\DQL\\HaversineFunction');
  8801.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  8802.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  8803.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  8804.         return $instance;
  8805.     }
  8806.     /**
  8807.      * Gets the public 'doctrine.orm.import_entity_manager' shared service.
  8808.      *
  8809.      * @return \Doctrine\ORM\EntityManager
  8810.      */
  8811.     protected function getDoctrine_Orm_ImportEntityManagerService($lazyLoad true)
  8812.     {
  8813.         if ($lazyLoad) {
  8814.             return $this->services['doctrine.orm.import_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  8815.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8816.                     $wrappedInstance $this->getDoctrine_Orm_ImportEntityManagerService(false);
  8817.                     $proxy->setProxyInitializer(null);
  8818.                     return true;
  8819.                 });
  8820.             });
  8821.         }
  8822.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  8823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  8824.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  8825.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  8826.         $a = new \Doctrine\ORM\Configuration();
  8827.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  8828.         $b->addDriver(($this->privates['doctrine.orm.import_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ImportAnnotationMetadataDriverService()), 'App\\Entity');
  8829.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  8830.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8831.         $a->setQueryCache(($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService()));
  8832.         $a->setResultCache(($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService()));
  8833.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  8834.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  8835.         $a->setProxyNamespace('Proxies');
  8836.         $a->setAutoGenerateProxyClasses(true);
  8837.         $a->setSchemaIgnoreClasses([]);
  8838.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  8839.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  8840.         $a->setNamingStrategy(($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] ?? ($this->privates['doctrine.orm.naming_strategy.underscore_number_aware'] = new \Doctrine\ORM\Mapping\UnderscoreNamingStrategy(0true))));
  8841.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  8842.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  8843.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  8844.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  8845.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  8846.         return $instance;
  8847.     }
  8848.     /**
  8849.      * Gets the public 'endroid_qr_code.default_builder' shared autowired service.
  8850.      *
  8851.      * @return \Endroid\QrCode\Builder\Builder
  8852.      */
  8853.     protected function getEndroidQrCode_DefaultBuilderService()
  8854.     {
  8855.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  8856.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  8857.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  8858.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  8859.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  8860.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  8861.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  8862.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  8863.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  8864.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  8865.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  8866.         $this->services['endroid_qr_code.default_builder'] = $instance = new \Endroid\QrCode\Builder\Builder();
  8867.         $instance->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  8868.         $instance->size(300);
  8869.         $instance->margin(10);
  8870.         $instance->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  8871.         $instance->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  8872.         $instance->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  8873.         $instance->validateResult(false);
  8874.         return $instance;
  8875.     }
  8876.     /**
  8877.      * Gets the public 'error_controller' shared service.
  8878.      *
  8879.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  8880.      */
  8881.     protected function getErrorControllerService()
  8882.     {
  8883.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  8884.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8885.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  8886.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  8887.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8888.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8889.         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['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), \Symfony\Component\ErrorHandler\ErrorRenderer\SerializerErrorRenderer::getPreferredFormat($a), new \Symfony\Bridge\Twig\ErrorRenderer\TwigErrorRenderer(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($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)));
  8890.     }
  8891.     /**
  8892.      * Gets the public 'event_dispatcher' shared service.
  8893.      *
  8894.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  8895.      */
  8896.     protected function getEventDispatcherService()
  8897.     {
  8898.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  8899.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8900.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  8901.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8902.         $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())));
  8903.         $instance->addListener('kernel.exception', [=> function () {
  8904.             return ($this->privates['app.event_listener.entity_not_found_exception_listener'] ?? ($this->privates['app.event_listener.entity_not_found_exception_listener'] = new \App\EventListener\EntityNotFoundExceptionListener()));
  8905.         }, => '__invoke'], 0);
  8906.         $instance->addListener('unspool', [=> function () {
  8907.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8908.         }, => 'onTerminate'], 0);
  8909.         $instance->addListener('vich_uploader.pre_upload', [=> function () {
  8910.             return ($this->privates['App\\EventListener\\FilePathListener'] ?? $this->getFilePathListenerService());
  8911.         }, => 'onVichUploaderPreUpload'], 0);
  8912.         $instance->addListener('kernel.request', [=> function () {
  8913.             return ($this->privates['App\\EventListener\\UrlContextListener'] ?? $this->getUrlContextListenerService());
  8914.         }, => 'onKernelRequest'], 0);
  8915.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  8916.             return ($this->privates['app.listener.authentication_success_response'] ?? $this->getApp_Listener_AuthenticationSuccessResponseService());
  8917.         }, => 'onAuthenticationSuccessResponse'], 0);
  8918.         $instance->addListener('kernel.request', [=> function () {
  8919.             return ($this->privates['app.event_listener.multipart_form_deserialize_listener'] ?? $this->getApp_EventListener_MultipartFormDeserializeListenerService());
  8920.         }, => 'onKernelRequest'], 2);
  8921.         $instance->addListener('kernel.controller', [=> function () {
  8922.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  8923.         }, => 'onKernelController'], 0);
  8924.         $instance->addListener('console.command', [=> function () {
  8925.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  8926.         }, => 'onConsoleCommand'], 0);
  8927.         $instance->addListener('kernel.request', [=> function () {
  8928.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  8929.         }, => 'onKernelRequest'], 250);
  8930.         $instance->addListener('kernel.response', [=> function () {
  8931.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  8932.         }, => 'onKernelResponse'], 0);
  8933.         $instance->addListener('kernel.response', [=> function () {
  8934.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  8935.         }, => 'onResponse'], -10);
  8936.         $instance->addListener('kernel.request', [=> function () {
  8937.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  8938.         }, => 'onKernelRequest'], 28);
  8939.         $instance->addListener('kernel.view', [=> function () {
  8940.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  8941.         }, => 'onKernelView'], 16);
  8942.         $instance->addListener('kernel.view', [=> function () {
  8943.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  8944.         }, => 'onKernelView'], 8);
  8945.         $instance->addListener('kernel.exception', [=> function () {
  8946.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  8947.         }, => 'onKernelException'], 0);
  8948.         $instance->addListener('kernel.exception', [=> function () {
  8949.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  8950.         }, => 'onKernelException'], -96);
  8951.         $instance->addListener('kernel.view', [=> function () {
  8952.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  8953.         }, => 'onKernelView'], 32);
  8954.         $instance->addListener('kernel.request', [=> function () {
  8955.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  8956.         }, => 'onKernelRequest'], 4);
  8957.         $instance->addListener('kernel.request', [=> function () {
  8958.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  8959.         }, => 'onKernelRequest'], 0);
  8960.         $instance->addListener('kernel.response', [=> function () {
  8961.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  8962.         }, => 'onKernelResponse'], 0);
  8963.         $instance->addListener('kernel.response', [=> function () {
  8964.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  8965.         }, => 'onKernelResponse'], -1);
  8966.         $instance->addListener('kernel.view', [=> function () {
  8967.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  8968.         }, => 'onKernelView'], 64);
  8969.         $instance->addListener('kernel.request', [=> function () {
  8970.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  8971.         }, => 'onKernelRequest'], 16);
  8972.         $instance->addListener('kernel.request', [=> function () {
  8973.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  8974.         }, => 'onSecurity'], 3);
  8975.         $instance->addListener('kernel.request', [=> function () {
  8976.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  8977.         }, => 'onSecurityPostDenormalize'], 1);
  8978.         $instance->addListener('kernel.view', [=> function () {
  8979.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  8980.         }, => 'onSecurityPostValidation'], 63);
  8981.         $instance->addListener('kernel.controller', [=> function () {
  8982.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  8983.         }, => 'onKernelController'], 0);
  8984.         $instance->addListener('kernel.exception', [=> function () {
  8985.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8986.         }, => 'onException'], 0);
  8987.         $instance->addListener('kernel.terminate', [=> function () {
  8988.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8989.         }, => 'onTerminate'], 0);
  8990.         $instance->addListener('console.error', [=> function () {
  8991.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8992.         }, => 'onException'], 0);
  8993.         $instance->addListener('console.terminate', [=> function () {
  8994.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8995.         }, => 'onTerminate'], 0);
  8996.         $instance->addListener('kernel.view', [=> function () {
  8997.             return ($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'] ?? $this->getAddOfferLeaseSubscriberService());
  8998.         }, => 'validation'], 33);
  8999.         $instance->addListener('kernel.view', [=> function () {
  9000.             return ($this->privates['App\\EventSubscriber\\AlertEventSubscriber'] ?? $this->getAlertEventSubscriberService());
  9001.         }, => 'alert'], 31);
  9002.         $instance->addListener('kernel.request', [=> function () {
  9003.             return ($this->privates['App\\EventSubscriber\\BankSimulationSubscriber'] ?? $this->getBankSimulationSubscriberService());
  9004.         }, => 'onKernelRequest'], 0);
  9005.         $instance->addListener('kernel.view', [=> function () {
  9006.             return ($this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'] ?? $this->getCommunityPostAlertSubscriberService());
  9007.         }, => 'alert'], 31);
  9008.         $instance->addListener('kernel.view', [=> function () {
  9009.             return ($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'] ?? $this->getCommunityPostEventSubscriberService());
  9010.         }, => 'updateData'], 33);
  9011.         $instance->addListener('kernel.view', [=> function () {
  9012.             return ($this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'] ?? $this->getCommunityPostReadSubscriberService());
  9013.         }, => 'setUserVote'], 17);
  9014.         $instance->addListener('kernel.view', [=> function () {
  9015.             return ($this->privates['App\\EventSubscriber\\CreatePdfEnvironment'] ?? $this->getCreatePdfEnvironmentService());
  9016.         }, => 'createPdf'], 31);
  9017.         $instance->addListener('kernel.exception', [=> function () {
  9018.             return ($this->privates['App\\EventSubscriber\\CurrentUserExceptionSubscriber'] ?? $this->getCurrentUserExceptionSubscriberService());
  9019.         }, => 'onKernelException'], 0);
  9020.         $instance->addListener('kernel.request', [=> function () {
  9021.             return ($this->privates['App\\EventSubscriber\\CurrentUserSubscriber'] ?? $this->getCurrentUserSubscriberService());
  9022.         }, => 'onKernelRequest'], 10);
  9023.         $instance->addListener('kernel.view', [=> function () {
  9024.             return ($this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'] ?? $this->getDeleteCommitteeEventSubscriberService());
  9025.         }, => 'onDelete'], 64);
  9026.         $instance->addListener('kernel.view', [=> function () {
  9027.             return ($this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'] ?? $this->getDeleteDesignNeighborhoodEventSubscriberService());
  9028.         }, => 'onDelete'], 64);
  9029.         $instance->addListener('kernel.exception', [=> function () {
  9030.             return ($this->privates['App\\EventSubscriber\\DesignNeighborhoodExceptionSubscriber'] ?? $this->getDesignNeighborhoodExceptionSubscriberService());
  9031.         }, => 'onKernelException'], 0);
  9032.         $instance->addListener('kernel.response', [=> function () {
  9033.             return ($this->privates['App\\EventSubscriber\\EditRegistersSubscriber'] ?? $this->getEditRegistersSubscriberService());
  9034.         }, => 'onKernelResponse'], 0);
  9035.         $instance->addListener('import:custom_row', [=> function () {
  9036.             return ($this->privates['App\\EventSubscriber\\Import\\Brugis'] ?? ($this->privates['App\\EventSubscriber\\Import\\Brugis'] = new \App\EventSubscriber\Import\Brugis()));
  9037.         }, => 'customRow'], 0);
  9038.         $instance->addListener('import:custom_row', [=> function () {
  9039.             return ($this->privates['App\\EventSubscriber\\Import\\ImmowebEstimationFrance'] ?? ($this->privates['App\\EventSubscriber\\Import\\ImmowebEstimationFrance'] = new \App\EventSubscriber\Import\ImmowebEstimationFrance()));
  9040.         }, => 'customRow'], 0);
  9041.         $instance->addListener('import:custom_row', [=> function () {
  9042.             return ($this->privates['App\\EventSubscriber\\Import\\MovingCompany'] ?? ($this->privates['App\\EventSubscriber\\Import\\MovingCompany'] = new \App\EventSubscriber\Import\MovingCompany()));
  9043.         }, => 'customRow'], 0);
  9044.         $instance->addListener('kernel.view', [=> function () {
  9045.             return ($this->privates['App\\EventSubscriber\\InjectUserSubscriber'] ?? $this->getInjectUserSubscriberService());
  9046.         }, => 'setUser'], 33);
  9047.         $instance->addListener('kernel.exception', [=> function () {
  9048.             return ($this->privates['App\\EventSubscriber\\MissingParameterRequestDataExceptionSubscriber'] ?? $this->getMissingParameterRequestDataExceptionSubscriberService());
  9049.         }, => 'onKernelException'], 0);
  9050.         $instance->addListener('kernel.response', [=> function () {
  9051.             return ($this->privates['App\\EventSubscriber\\PermitPropertySubscriber'] ?? $this->getPermitPropertySubscriberService());
  9052.         }, => 'onKernelResponse'], 0);
  9053.         $instance->addListener('kernel.view', [=> function () {
  9054.             return ($this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'] ?? $this->getPrimeRequestEventSubscriberService());
  9055.         }, => 'sendMail'], 31);
  9056.         $instance->addListener('kernel.request', [=> function () {
  9057.             return ($this->privates['App\\EventSubscriber\\ProviderServiceSubscriber'] ?? $this->getProviderServiceSubscriberService());
  9058.         }, => 'onKernelRequest'], 0);
  9059.         $instance->addListener('kernel.request', [=> function () {
  9060.             return ($this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'] ?? $this->getProviderSolarSubscriberService());
  9061.         }, => 'onKernelRequest'], 0);
  9062.         $instance->addListener('kernel.response', [=> function () {
  9063.             return ($this->privates['App\\EventSubscriber\\ResponseSubscriber'] ?? $this->getResponseSubscriberService());
  9064.         }, => 'onKernelResponse'], 0);
  9065.         $instance->addListener('kernel.view', [=> function () {
  9066.             return ($this->privates['App\\EventSubscriber\\TheServiceSubscriber'] ?? $this->getTheServiceSubscriberService());
  9067.         }, => 'onPostCreate'], 31);
  9068.         $instance->addListener('kernel.view', [=> function () {
  9069.             return ($this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'] ?? $this->getUserServicePromoSubscriberService());
  9070.         }, => 'validationCode'], 33);
  9071.         $instance->addListener('kernel.response', [=> function () {
  9072.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  9073.         }, => 'onKernelResponse'], 0);
  9074.         $instance->addListener('kernel.response', [=> function () {
  9075.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  9076.         }, => 'onKernelResponse'], -1024);
  9077.         $instance->addListener('kernel.request', [=> function () {
  9078.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  9079.         }, => 'setDefaultLocale'], 100);
  9080.         $instance->addListener('kernel.request', [=> function () {
  9081.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  9082.         }, => 'onKernelRequest'], 16);
  9083.         $instance->addListener('kernel.finish_request', [=> function () {
  9084.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  9085.         }, => 'onKernelFinishRequest'], 0);
  9086.         $instance->addListener('kernel.request', [=> function () {
  9087.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  9088.         }, => 'onKernelRequest'], 256);
  9089.         $instance->addListener('kernel.response', [=> function () {
  9090.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  9091.         }, => 'onResponse'], -255);
  9092.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9093.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9094.         }, => 'onControllerArguments'], 0);
  9095.         $instance->addListener('kernel.exception', [=> function () {
  9096.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9097.         }, => 'logKernelException'], 0);
  9098.         $instance->addListener('kernel.exception', [=> function () {
  9099.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9100.         }, => 'onKernelException'], -128);
  9101.         $instance->addListener('kernel.response', [=> function () {
  9102.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  9103.         }, => 'removeCspHeader'], -128);
  9104.         $instance->addListener('kernel.request', [=> function () {
  9105.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  9106.         }, => 'onKernelRequest'], 15);
  9107.         $instance->addListener('kernel.finish_request', [=> function () {
  9108.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  9109.         }, => 'onKernelFinishRequest'], -15);
  9110.         $instance->addListener('console.error', [=> function () {
  9111.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  9112.         }, => 'onConsoleError'], -128);
  9113.         $instance->addListener('console.terminate', [=> function () {
  9114.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  9115.         }, => 'onConsoleTerminate'], -128);
  9116.         $instance->addListener('console.error', [=> function () {
  9117.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  9118.         }, => 'onConsoleError'], 0);
  9119.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9120.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  9121.         }, => 'onMessage'], -255);
  9122.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9123.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  9124.         }, => 'onMessage'], -255);
  9125.         $instance->addListener('kernel.request', [=> function () {
  9126.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  9127.         }, => 'configure'], 2048);
  9128.         $instance->addListener('console.command', [=> function () {
  9129.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  9130.         }, => 'configure'], 2048);
  9131.         $instance->addListener('kernel.request', [=> function () {
  9132.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9133.         }, => 'onKernelRequest'], 32);
  9134.         $instance->addListener('kernel.finish_request', [=> function () {
  9135.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9136.         }, => 'onKernelFinishRequest'], 0);
  9137.         $instance->addListener('kernel.exception', [=> function () {
  9138.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9139.         }, => 'onKernelException'], -64);
  9140.         $instance->addListener('kernel.response', [=> function () {
  9141.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  9142.         }, => 'onKernelResponse'], 0);
  9143.         $instance->addListener('kernel.request', [=> function () {
  9144.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9145.         }, => 'onKernelRequest'], 128);
  9146.         $instance->addListener('kernel.response', [=> function () {
  9147.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9148.         }, => 'onKernelResponse'], -1000);
  9149.         $instance->addListener('kernel.finish_request', [=> function () {
  9150.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9151.         }, => 'onFinishRequest'], 0);
  9152.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9153.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  9154.         }, => 'onMessageFailed'], 100);
  9155.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9156.             return ($this->privates['messenger.failure.add_error_details_stamp_listener'] ?? ($this->privates['messenger.failure.add_error_details_stamp_listener'] = new \Symfony\Component\Messenger\EventListener\AddErrorDetailsStampListener()));
  9157.         }, => 'onMessageFailed'], 200);
  9158.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9159.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  9160.         }, => 'onMessageFailed'], -100);
  9161.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9162.             return ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] ?? ($this->privates['messenger.listener.dispatch_pcntl_signal_listener'] = new \Symfony\Component\Messenger\EventListener\DispatchPcntlSignalListener()));
  9163.         }, => 'onWorkerRunning'], 100);
  9164.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  9165.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  9166.         }, => 'onWorkerStarted'], 0);
  9167.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9168.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  9169.         }, => 'onWorkerRunning'], 0);
  9170.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  9171.             return ($this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnSigtermSignalListenerService());
  9172.         }, => 'onWorkerStarted'], 100);
  9173.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9174.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  9175.         }, => 'onMessageFailed'], 0);
  9176.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9177.             return ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] ?? ($this->privates['messenger.listener.stop_worker_on_stop_exception_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnCustomStopExceptionListener()));
  9178.         }, => 'onWorkerRunning'], 0);
  9179.         $instance->addListener('kernel.response', [=> function () {
  9180.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9181.         }, => 'onKernelResponse'], -100);
  9182.         $instance->addListener('kernel.exception', [=> function () {
  9183.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9184.         }, => 'onKernelException'], 0);
  9185.         $instance->addListener('kernel.terminate', [=> function () {
  9186.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9187.         }, => 'onKernelTerminate'], -1024);
  9188.         $instance->addListener('kernel.controller', [=> function () {
  9189.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  9190.         }, => 'onKernelController'], 0);
  9191.         $instance->addListener('kernel.response', [=> function () {
  9192.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  9193.         }, => 'onKernelResponse'], 0);
  9194.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9195.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  9196.         }, => 'onMessage'], 0);
  9197.         $instance->addListener('kernel.controller', [=> function () {
  9198.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  9199.         }, => 'onKernelController'], 0);
  9200.         $instance->addListener('kernel.controller', [=> function () {
  9201.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  9202.         }, => 'onKernelController'], 0);
  9203.         $instance->addListener('kernel.controller', [=> function () {
  9204.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  9205.         }, => 'onKernelController'], -128);
  9206.         $instance->addListener('kernel.view', [=> function () {
  9207.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  9208.         }, => 'onKernelView'], 0);
  9209.         $instance->addListener('kernel.controller', [=> function () {
  9210.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  9211.         }, => 'onKernelController'], 0);
  9212.         $instance->addListener('kernel.response', [=> function () {
  9213.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  9214.         }, => 'onKernelResponse'], 0);
  9215.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9216.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  9217.         }, => 'onKernelControllerArguments'], 0);
  9218.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9219.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  9220.         }, => 'onKernelControllerArguments'], 0);
  9221.         $instance->addListener('kernel.view', [=> function () {
  9222.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  9223.         }, => 'onKernelView'], 0);
  9224.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  9225.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  9226.         }, => 'onWorkerMessageHandled'], 0);
  9227.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9228.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  9229.         }, => 'onWorkerMessageFailed'], 0);
  9230.         $instance->addListener('kernel.response', [=> function () {
  9231.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  9232.         }, => 'onKernelResponse'], 0);
  9233.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  9234.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  9235.         }, => 'onVoterVote'], 0);
  9236.         $instance->addListener('kernel.request', [=> function () {
  9237.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9238.         }, => 'configureLogoutUrlGenerator'], 8);
  9239.         $instance->addListener('kernel.request', [=> function () {
  9240.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9241.         }, => 'onKernelRequest'], 8);
  9242.         $instance->addListener('kernel.finish_request', [=> function () {
  9243.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9244.         }, => 'onKernelFinishRequest'], 0);
  9245.         $instance->addListener('kernel.response', [=> function () {
  9246.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  9247.         }, => 'onKernelResponse'], -128);
  9248.         $instance->addListener('console.command', [=> function () {
  9249.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9250.         }, => 'onCommand'], 255);
  9251.         $instance->addListener('console.terminate', [=> function () {
  9252.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9253.         }, => 'onTerminate'], -255);
  9254.         $instance->addListener('console.command', [=> function () {
  9255.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  9256.         }, => 'configure'], 1024);
  9257.         $instance->addListener('kernel.exception', [=> function () {
  9258.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9259.         }, => 'onException'], 0);
  9260.         $instance->addListener('kernel.terminate', [=> function () {
  9261.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9262.         }, => 'onTerminate'], 0);
  9263.         $instance->addListener('console.error', [=> function () {
  9264.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9265.         }, => 'onException'], 0);
  9266.         $instance->addListener('console.terminate', [=> function () {
  9267.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9268.         }, => 'onTerminate'], 0);
  9269.         $instance->addListener('console.error', [=> function () {
  9270.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  9271.         }, => 'onConsoleError'], 0);
  9272.         $instance->addListener('console.terminate', [=> function () {
  9273.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  9274.         }, => 'onConsoleTerminate'], 0);
  9275.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9276.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9277.         }, => 'onLogout'], 0);
  9278.         return $instance;
  9279.     }
  9280.     /**
  9281.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  9282.      *
  9283.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  9284.      */
  9285.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  9286.     {
  9287.         if ($lazyLoad) {
  9288.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  9289.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9290.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  9291.                     $proxy->setProxyInitializer(null);
  9292.                     return true;
  9293.                 });
  9294.             });
  9295.         }
  9296.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  9297.     }
  9298.     /**
  9299.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  9300.      *
  9301.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  9302.      */
  9303.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  9304.     {
  9305.         if ($lazyLoad) {
  9306.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  9307.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9308.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  9309.                     $proxy->setProxyInitializer(null);
  9310.                     return true;
  9311.                 });
  9312.             });
  9313.         }
  9314.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9315.     }
  9316.     /**
  9317.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  9318.      *
  9319.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  9320.      */
  9321.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  9322.     {
  9323.         if ($lazyLoad) {
  9324.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  9325.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9326.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  9327.                     $proxy->setProxyInitializer(null);
  9328.                     return true;
  9329.                 });
  9330.             });
  9331.         }
  9332.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9333.     }
  9334.     /**
  9335.      * Gets the public 'http_kernel' shared service.
  9336.      *
  9337.      * @return \Symfony\Component\HttpKernel\HttpKernel
  9338.      */
  9339.     protected function getHttpKernelService()
  9340.     {
  9341.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9342.         if (isset($this->services['http_kernel'])) {
  9343.             return $this->services['http_kernel'];
  9344.         }
  9345.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  9346.         return $this->services['http_kernel'] = new \Symfony\Component\HttpKernel\HttpKernel($a, new \Symfony\Component\HttpKernel\Controller\TraceableControllerResolver(new \Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver($this, ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService())), $b), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), new \Symfony\Component\HttpKernel\Controller\TraceableArgumentResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver(($this->privates['argument_metadata_factory'] ?? ($this->privates['argument_metadata_factory'] = new \Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory())), new RewindableGenerator(function () {
  9347.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  9348.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  9349.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  9350.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  9351.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  9352.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  9353.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  9354.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  9355.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  9356.         }, 9)), $b));
  9357.     }
  9358.     /**
  9359.      * Gets the public 'jms_serializer' shared service.
  9360.      *
  9361.      * @return \JMS\Serializer\Serializer
  9362.      */
  9363.     protected function getJmsSerializerService()
  9364.     {
  9365.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  9366.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  9367.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  9368.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  9369.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  9370.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  9371.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  9372.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  9373.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  9374.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  9375.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  9378.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  9379.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  9380.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  9381.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  9382.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  9383.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  9384.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  9385.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  9386.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  9387.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  9397.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  9398.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9399.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  9400.         ], [
  9401.             'metadata_driver' => '?',
  9402.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  9403.         $a->setCache(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  9404.         $a->setIncludeInterfaces(false);
  9405.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9406.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  9407.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  9408.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  9409.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  9410.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  9411.         ], [
  9412.             'jms_serializer.array_collection_handler' => '?',
  9413.             'jms_serializer.constraint_violation_handler' => '?',
  9414.             'jms_serializer.datetime_handler' => '?',
  9415.             'jms_serializer.form_error_handler' => '?',
  9416.             'jms_serializer.iterator_handler' => '?',
  9417.         ]), [=> ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'serializeCollection']], 'Symfony\\Component\\Validator\\ConstraintViolationList' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeListTojson']], 'Symfony\\Component\\Validator\\ConstraintViolation' => ['xml' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationToxml'], 'json' => [=> 'jms_serializer.constraint_violation_handler'=> 'serializeViolationTojson']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTime']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeImmutable']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateInterval']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'serializeDateTimeInterface']], 'Symfony\\Component\\Form\\Form' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormTojson']], 'Symfony\\Component\\Form\\FormInterface' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToXml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormToJson']], 'Symfony\\Component\\Form\\FormError' => ['xml' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorToxml'], 'json' => [=> 'jms_serializer.form_error_handler'=> 'serializeFormErrorTojson']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'serializeIterable']]], => ['ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\Common\\Collections\\ArrayCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ORM\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\MongoDB\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'Doctrine\\ODM\\PHPCR\\PersistentCollection' => ['json' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection'], 'xml' => [=> 'jms_serializer.array_collection_handler'=> 'deserializeCollection']], 'DateTime' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromxml']], 'DateTimeImmutable' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeImmutableFromxml']], 'DateInterval' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromjson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateIntervalFromxml']], 'DateTimeInterface' => ['json' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromJson'], 'xml' => [=> 'jms_serializer.datetime_handler'=> 'deserializeDateTimeFromXml']], 'Iterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'ArrayIterator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeIterator']], 'Generator' => ['json' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator'], 'xml' => [=> 'jms_serializer.iterator_handler'=> 'deserializeGenerator']]]]);
  9418.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  9419.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  9420.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  9421.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  9422.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9423.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  9424.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  9425.         ], [
  9426.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  9427.             'jms_serializer.stopwatch_subscriber' => '?',
  9428.         ]));
  9429.         $f->setListeners(['serializer.pre_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> NULL], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerializeTypedProxy'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ORM\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\MongoDB\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\ODM\\PHPCR\\PersistentCollection'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'Doctrine\\Common\\Persistence\\Proxy'], => [=> [=> 'jms_serializer.doctrine_proxy_subscriber'=> 'onPreSerialize'], => NULL=> NULL=> 'ProxyManager\\Proxy\\LazyLoadingInterface']], 'serializer.post_serialize' => [=> [=> [=> 'jms_serializer.stopwatch_subscriber'=> 'onPostSerialize'], => NULL=> NULL=> NULL]]]);
  9430.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  9431.         $g->setOptions(1216);
  9432.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  9433.         $h->setFormatOutput(true);
  9434.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  9435.         $i->setOptions(0);
  9436.         return $this->services['jms_serializer'] = new \JMS\Serializer\Serializer($a, [=> new \JMS\Serializer\GraphNavigator\Factory\DeserializationGraphNavigatorFactory($a$b, new \JMS\Serializer\Construction\DoctrineObjectConstructor(($this->services['doctrine'] ?? $this->getDoctrineService()), new \JMS\Serializer\Construction\UnserializeObjectConstructor(), 'null'), $e$f$d), => new \JMS\Serializer\GraphNavigator\Factory\SerializationGraphNavigatorFactory($a$b$e$f$d)], ['json' => $g'xml' => $h], ['json' => $i'xml' => new \JMS\Serializer\Visitor\Factory\XmlDeserializationVisitorFactory()], ($this->services['jms_serializer.serialization_context_factory'] ?? ($this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->services['jms_serializer.deserialization_context_factory'] ?? ($this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory())), ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser())));
  9437.     }
  9438.     /**
  9439.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  9440.      *
  9441.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  9442.      */
  9443.     protected function getJmsSerializer_DeserializationContextFactoryService()
  9444.     {
  9445.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  9446.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  9448.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  9449.     }
  9450.     /**
  9451.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  9452.      *
  9453.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  9454.      */
  9455.     protected function getJmsSerializer_MetadataDriverService()
  9456.     {
  9457.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  9458.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  9459.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  9463.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  9464.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  9465.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  9466.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  9467.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  9468.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  9469.         $a = new \Metadata\Driver\FileLocator([]);
  9470.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  9471.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  9472.         return $this->services['jms_serializer.metadata_driver'] = new \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver(new \Metadata\Driver\DriverChain([=> new \JMS\Serializer\Metadata\Driver\YamlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\XmlDriver($a$b$c), => new \JMS\Serializer\Metadata\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $b$c)]), ($this->services['doctrine'] ?? $this->getDoctrineService()), $c);
  9473.     }
  9474.     /**
  9475.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  9476.      *
  9477.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  9478.      */
  9479.     protected function getJmsSerializer_SerializationContextFactoryService()
  9480.     {
  9481.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  9482.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  9483.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  9484.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  9485.     }
  9486.     /**
  9487.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  9488.      *
  9489.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  9490.      */
  9491.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  9492.     {
  9493.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  9494.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  9495.     }
  9496.     /**
  9497.      * Gets the public 'kreait_firebase.my_project.auth' shared service.
  9498.      *
  9499.      * @return \Kreait\Firebase\Auth
  9500.      */
  9501.     protected function getKreaitFirebase_MyProject_AuthService()
  9502.     {
  9503.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Auth.php';
  9504.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Auth.php';
  9505.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9506.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9507.         return $this->services['kreait_firebase.my_project.auth'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createAuth(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9508.     }
  9509.     /**
  9510.      * Gets the public 'kreait_firebase.my_project.database' shared service.
  9511.      *
  9512.      * @return \Kreait\Firebase\Database
  9513.      */
  9514.     protected function getKreaitFirebase_MyProject_DatabaseService()
  9515.     {
  9516.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Database.php';
  9517.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Database.php';
  9518.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9519.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9520.         return $this->services['kreait_firebase.my_project.database'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createDatabase(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9521.     }
  9522.     /**
  9523.      * Gets the public 'kreait_firebase.my_project.dynamic_links' shared service.
  9524.      *
  9525.      * @return \Kreait\Firebase\DynamicLinks
  9526.      */
  9527.     protected function getKreaitFirebase_MyProject_DynamicLinksService()
  9528.     {
  9529.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/DynamicLinks.php';
  9530.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/DynamicLinks.php';
  9531.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9532.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9533.         return $this->services['kreait_firebase.my_project.dynamic_links'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createDynamicLinksService(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9534.     }
  9535.     /**
  9536.      * Gets the public 'kreait_firebase.my_project.firestore' shared service.
  9537.      *
  9538.      * @return \Kreait\Firebase\Firestore
  9539.      */
  9540.     protected function getKreaitFirebase_MyProject_FirestoreService()
  9541.     {
  9542.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Firestore.php';
  9543.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Firestore.php';
  9544.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9545.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9546.         return $this->services['kreait_firebase.my_project.firestore'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createFirestore(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9547.     }
  9548.     /**
  9549.      * Gets the public 'kreait_firebase.my_project.messaging' shared service.
  9550.      *
  9551.      * @return \Kreait\Firebase\Messaging
  9552.      */
  9553.     protected function getKreaitFirebase_MyProject_MessagingService()
  9554.     {
  9555.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Messaging.php';
  9556.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Messaging.php';
  9557.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9558.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9559.         return $this->services['kreait_firebase.my_project.messaging'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createMessaging(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9560.     }
  9561.     /**
  9562.      * Gets the public 'kreait_firebase.my_project.remote_config' shared service.
  9563.      *
  9564.      * @return \Kreait\Firebase\RemoteConfig
  9565.      */
  9566.     protected function getKreaitFirebase_MyProject_RemoteConfigService()
  9567.     {
  9568.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/RemoteConfig.php';
  9569.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/RemoteConfig.php';
  9570.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9571.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9572.         return $this->services['kreait_firebase.my_project.remote_config'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createRemoteConfig(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9573.     }
  9574.     /**
  9575.      * Gets the public 'kreait_firebase.my_project.storage' shared service.
  9576.      *
  9577.      * @return \Kreait\Firebase\Storage
  9578.      */
  9579.     protected function getKreaitFirebase_MyProject_StorageService()
  9580.     {
  9581.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Storage.php';
  9582.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Storage.php';
  9583.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9584.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9585.         return $this->services['kreait_firebase.my_project.storage'] = (new \Kreait\Firebase\Symfony\Bundle\DependencyInjection\Factory\ProjectFactory(($this->privates['Kreait\\Firebase\\Factory'] ?? ($this->privates['Kreait\\Firebase\\Factory'] = new \Kreait\Firebase\Factory()))))->createStorage(['credentials' => (\dirname(__DIR__4).'/config/credentials.json'), 'public' => true'default' => true'tenant_id' => NULL'verifier_cache' => NULL'http_request_logger' => NULL'http_request_debug_logger' => NULL]);
  9586.     }
  9587.     /**
  9588.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  9589.      *
  9590.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  9591.      */
  9592.     protected function getLexikJwtAuthentication_EncoderService()
  9593.     {
  9594.         return $this->services['lexik_jwt_authentication.encoder'] = new \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder(new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWSProvider\LcobucciJWSProvider(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'openssl''RS256'$this->getEnv('JWT_TTL'), 0false));
  9595.     }
  9596.     /**
  9597.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  9598.      *
  9599.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  9600.      */
  9601.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  9602.     {
  9603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9604.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  9605.         $this->services['lexik_jwt_authentication.generate_token_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), new RewindableGenerator(function () {
  9606.             yield => ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  9607.         }, 1));
  9608.         $instance->setName('lexik:jwt:generate-token');
  9609.         return $instance;
  9610.     }
  9611.     /**
  9612.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  9613.      *
  9614.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  9615.      */
  9616.     protected function getLexikJwtAuthentication_JwtManagerService()
  9617.     {
  9618.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  9619.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  9620.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  9621.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  9622.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  9623.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9624.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  9625.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  9626.         }
  9627.         $this->services['lexik_jwt_authentication.jwt_manager'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager(($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), $a'username', new \Lexik\Bundle\JWTAuthenticationBundle\Services\PayloadEnrichment\ChainEnrichment([]));
  9628.         $instance->setUserIdentityField('username'false);
  9629.         return $instance;
  9630.     }
  9631.     /**
  9632.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  9633.      *
  9634.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  9635.      */
  9636.     protected function getLexikJwtAuthentication_KeyLoaderService()
  9637.     {
  9638.         return $this->services['lexik_jwt_authentication.key_loader'] = new \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader($this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), []);
  9639.     }
  9640.     /**
  9641.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  9642.      *
  9643.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  9644.      */
  9645.     protected function getLiipImagine_Binary_Loader_DefaultService()
  9646.     {
  9647.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  9651.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  9652.         return $this->services['liip_imagine.binary.loader.default'] = new \Liip\ImagineBundle\Binary\Loader\FileSystemLoader($a$a, new \Liip\ImagineBundle\Binary\Locator\FileSystemLocator([=> (\dirname(__DIR__4).'/public')], false));
  9653.     }
  9654.     /**
  9655.      * Gets the public 'liip_imagine.cache.manager' shared service.
  9656.      *
  9657.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  9658.      */
  9659.     protected function getLiipImagine_Cache_ManagerService()
  9660.     {
  9661.         $a = ($this->services['router'] ?? $this->getRouterService());
  9662.         if (isset($this->services['liip_imagine.cache.manager'])) {
  9663.             return $this->services['liip_imagine.cache.manager'];
  9664.         }
  9665.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9666.         if (isset($this->services['liip_imagine.cache.manager'])) {
  9667.             return $this->services['liip_imagine.cache.manager'];
  9668.         }
  9669.         $this->services['liip_imagine.cache.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Cache\CacheManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->services['liip_imagine.cache.signer'] ?? ($this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET')))), $b'default'false);
  9670.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  9671.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  9672.         return $instance;
  9673.     }
  9674.     /**
  9675.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  9676.      *
  9677.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  9678.      */
  9679.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  9680.     {
  9681.         return $this->services['liip_imagine.cache.resolver.default'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), (\dirname(__DIR__4).'/public'), 'media/cache');
  9682.     }
  9683.     /**
  9684.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  9685.      *
  9686.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  9687.      */
  9688.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  9689.     {
  9690.         return $this->services['liip_imagine.cache.resolver.no_cache_web_path'] = new \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver(($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()));
  9691.     }
  9692.     /**
  9693.      * Gets the public 'liip_imagine.cache.signer' shared service.
  9694.      *
  9695.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  9696.      */
  9697.     protected function getLiipImagine_Cache_SignerService()
  9698.     {
  9699.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  9700.     }
  9701.     /**
  9702.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  9703.      *
  9704.      * @return \Liip\ImagineBundle\Config\StackCollection
  9705.      */
  9706.     protected function getLiipImagine_Config_StackCollectionService()
  9707.     {
  9708.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  9709.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  9711.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  9712.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  9713.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  9714.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  9715.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  9716.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  9717.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  9718.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  9719.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  9720.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  9722.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  9723.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  9724.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  9725.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  9726.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  9727.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  9728.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  9729.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  9730.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  9731.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  9733.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  9734.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  9735.         return $this->services['liip_imagine.config.stack_collection'] = new \Liip\ImagineBundle\Config\StackCollection(new \Liip\ImagineBundle\Config\StackBuilder(new \Liip\ImagineBundle\Factory\Config\StackFactory(), new \Liip\ImagineBundle\Config\FilterFactoryCollection(new \Liip\ImagineBundle\Factory\Config\Filter\AutoRotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\BackgroundFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\CropFactory($a$b), new \Liip\ImagineBundle\Factory\Config\Filter\DownscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\FlipFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\GrayscaleFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\InterlaceFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\PasteFactory($b), new \Liip\ImagineBundle\Factory\Config\Filter\RelativeResizeFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ResizeFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\RotateFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ScaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\StripFactory(), new \Liip\ImagineBundle\Factory\Config\Filter\ThumbnailFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\UpscaleFactory($a), new \Liip\ImagineBundle\Factory\Config\Filter\WatermarkFactory())), $this->parameters['liip_imagine.filter_sets']);
  9736.     }
  9737.     /**
  9738.      * Gets the public 'liip_imagine.data.manager' shared service.
  9739.      *
  9740.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  9741.      */
  9742.     protected function getLiipImagine_Data_ManagerService()
  9743.     {
  9744.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  9745.         $this->services['liip_imagine.data.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Data\DataManager(($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()), \Symfony\Component\Mime\MimeTypes::getDefault(), ($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), 'default'NULL);
  9746.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  9747.         return $instance;
  9748.     }
  9749.     /**
  9750.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  9751.      *
  9752.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  9753.      */
  9754.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  9755.     {
  9756.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9757.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  9758.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  9759.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  9760.     }
  9761.     /**
  9762.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  9763.      *
  9764.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  9765.      */
  9766.     protected function getLiipImagine_Filter_Loader_FixedService()
  9767.     {
  9768.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  9770.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  9771.     }
  9772.     /**
  9773.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  9774.      *
  9775.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  9776.      */
  9777.     protected function getLiipImagine_Filter_Loader_FlipService()
  9778.     {
  9779.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9780.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  9781.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  9782.     }
  9783.     /**
  9784.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  9785.      *
  9786.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  9787.      */
  9788.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  9789.     {
  9790.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9791.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  9792.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  9793.     }
  9794.     /**
  9795.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  9796.      *
  9797.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  9798.      */
  9799.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  9800.     {
  9801.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9802.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  9803.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  9804.     }
  9805.     /**
  9806.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  9807.      *
  9808.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  9809.      */
  9810.     protected function getLiipImagine_Filter_Loader_ResampleService()
  9811.     {
  9812.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9813.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  9814.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  9815.     }
  9816.     /**
  9817.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  9818.      *
  9819.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  9820.      */
  9821.     protected function getLiipImagine_Filter_Loader_RotateService()
  9822.     {
  9823.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9824.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  9825.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  9826.     }
  9827.     /**
  9828.      * Gets the public 'liip_imagine.filter.manager' shared service.
  9829.      *
  9830.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  9831.      */
  9832.     protected function getLiipImagine_Filter_ManagerService()
  9833.     {
  9834.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  9835.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9836.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  9837.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  9838.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  9839.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  9840.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  9841.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  9844.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  9845.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  9846.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  9847.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  9851.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  9853.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  9854.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  9860.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  9861.         $this->services['liip_imagine.filter.manager'] = $instance = new \Liip\ImagineBundle\Imagine\Filter\FilterManager(($this->privates['liip_imagine.filter.configuration'] ?? $this->getLiipImagine_Filter_ConfigurationService()), $a, ($this->privates['liip_imagine.binary.mime_type_guesser'] ?? $this->getLiipImagine_Binary_MimeTypeGuesserService()));
  9862.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  9863.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  9864.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  9865.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  9866.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  9867.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  9868.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  9869.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  9870.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  9871.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  9872.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  9873.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  9874.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  9875.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  9876.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  9877.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  9878.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  9879.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  9880.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  9881.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  9882.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  9883.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  9884.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  9885.         return $instance;
  9886.     }
  9887.     /**
  9888.      * Gets the public 'messenger.default_bus' shared service.
  9889.      *
  9890.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  9891.      */
  9892.     protected function getMessenger_DefaultBusService()
  9893.     {
  9894.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  9895.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  9896.             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')));
  9897.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  9898.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  9899.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  9900.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  9901.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  9902.         }, 7)));
  9903.     }
  9904.     /**
  9905.      * Gets the public 'nelmio_alice.data_loader' shared service.
  9906.      *
  9907.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  9908.      */
  9909.     protected function getNelmioAlice_DataLoaderService()
  9910.     {
  9911.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  9918.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  9919.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  9924.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  9933.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  9934.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  9935.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  9937.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  9938.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  9939.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  9941.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  9946.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  9952.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  9953.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  9954.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  9964.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  9965.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  9966.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  9967.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  9968.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  9971.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  9975.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  9976.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  9978.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  9979.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  9980.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  9981.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  9982.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  9993.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  9996.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  9997.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  9999.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  10000.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  10001.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  10002.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  10003.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  10004.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  10005.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  10006.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  10007.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  10008.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  10009.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  10010.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  10011.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  10012.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  10013.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  10014.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  10015.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  10016.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  10017.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  10019.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  10020.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  10021.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  10022.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  10023.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  10024.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  10025.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  10026.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  10027.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  10028.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  10029.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  10030.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  10031.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  10032.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  10033.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  10034.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  10035.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  10036.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  10037.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  10038.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  10039.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  10040.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  10041.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  10042.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  10043.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  10044.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  10045.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  10046.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  10047.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  10048.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  10049.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  10050.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  10051.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  10052.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  10053.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  10054.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  10055.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  10056.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  10057.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  10058.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  10059.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  10060.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  10061.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  10062.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  10063.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  10064.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  10065.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  10066.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  10067.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  10068.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  10069.         $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()]));
  10070.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  10071.         $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()]))))));
  10072.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  10073.         $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()]);
  10074.         $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);
  10075.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10076.         $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()]);
  10077.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  10078.         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)]))), 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)))));
  10079.     }
  10080.     /**
  10081.      * Gets the public 'nelmio_alice.file_loader' shared service.
  10082.      *
  10083.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  10084.      */
  10085.     protected function getNelmioAlice_FileLoaderService()
  10086.     {
  10087.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  10089.         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()));
  10090.     }
  10091.     /**
  10092.      * Gets the public 'nelmio_alice.files_loader' shared service.
  10093.      *
  10094.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  10095.      */
  10096.     protected function getNelmioAlice_FilesLoaderService()
  10097.     {
  10098.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  10099.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  10100.         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()));
  10101.     }
  10102.     /**
  10103.      * Gets the public 'request_stack' shared service.
  10104.      *
  10105.      * @return \Symfony\Component\HttpFoundation\RequestStack
  10106.      */
  10107.     protected function getRequestStackService()
  10108.     {
  10109.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  10110.     }
  10111.     /**
  10112.      * Gets the public 'router' shared service.
  10113.      *
  10114.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  10115.      */
  10116.     protected function getRouterService()
  10117.     {
  10118.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  10119.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10120.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10121.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10122.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10123.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10124.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  10125.         ], [
  10126.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  10127.         ]))->withContext('router.default'$this), 'kernel::loadRoutes', ['cache_dir' => $this->targetDir.'''debug' => true'generator_class' => 'Symfony\\Component\\Routing\\Generator\\CompiledUrlGenerator''generator_dumper_class' => 'Symfony\\Component\\Routing\\Generator\\Dumper\\CompiledUrlGeneratorDumper''matcher_class' => 'Symfony\\Bundle\\FrameworkBundle\\Routing\\RedirectableCompiledUrlMatcher''matcher_dumper_class' => 'Symfony\\Component\\Routing\\Matcher\\Dumper\\CompiledUrlMatcherDumper''strict_requirements' => true'resource_type' => 'service'], ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a'fr');
  10128.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10129.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  10130.         return $instance;
  10131.     }
  10132.     /**
  10133.      * Gets the public 'routing.loader' shared service.
  10134.      *
  10135.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  10136.      */
  10137.     protected function getRouting_LoaderService()
  10138.     {
  10139.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  10141.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  10142.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  10143.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  10144.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  10145.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  10146.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  10147.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  10148.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  10149.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  10150.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  10151.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  10152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  10153.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  10154.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  10155.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  10156.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  10157.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  10158.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  10159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  10160.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  10161.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  10162.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  10163.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  10164.         $a = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  10165.         if (isset($this->services['routing.loader'])) {
  10166.             return $this->services['routing.loader'];
  10167.         }
  10168.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  10169.         $c = ($this->services['kernel'] ?? $this->get('kernel'1));
  10170.         $d = new \Symfony\Component\HttpKernel\Config\FileLocator($c);
  10171.         $e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  10172.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($d'dev'));
  10173.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($d'dev'));
  10174.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($d'dev'));
  10175.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($d'dev'));
  10176.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($d'dev'));
  10177.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10178.             'kernel' => ['services''kernel''getKernelService'false],
  10179.         ], [
  10180.             'kernel' => 'App\\Kernel',
  10181.         ]), 'dev'));
  10182.         $b->addLoader(new \ApiPlatform\Symfony\Routing\ApiLoader($c, ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $this$this->parameters['api_platform.formats'], $this->parameters['api_platform.resource_class_directories'], $afalsetruetruefalsefalse, ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService())));
  10183.         $b->addLoader($e);
  10184.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($d$e));
  10185.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($d$e));
  10186.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  10187.     }
  10188.     /**
  10189.      * Gets the public 'sb_redis.default' shared service.
  10190.      *
  10191.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  10192.      */
  10193.     protected function getSbRedis_DefaultService()
  10194.     {
  10195.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  10196.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  10197.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/ClientInterface.php';
  10198.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Client.php';
  10199.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/FactoryInterface.php';
  10200.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Factory.php';
  10201.         return $this->services['sb_redis.default'] = ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] ?? ($this->privates['SymfonyBundles\\RedisBundle\\Redis\\FactoryInterface'] = new \SymfonyBundles\RedisBundle\Redis\Factory()))->create([=> $this->getEnv('REDIS_URL')], []);
  10202.     }
  10203.     /**
  10204.      * Gets the public 'services_resetter' shared service.
  10205.      *
  10206.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  10207.      */
  10208.     protected function getServicesResetterService()
  10209.     {
  10210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  10211.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  10212.             if (isset($this->services['cache.app'])) {
  10213.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  10214.             }
  10215.             if (isset($this->services['cache.system'])) {
  10216.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  10217.             }
  10218.             if (isset($this->privates['cache.validator'])) {
  10219.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  10220.             }
  10221.             if (isset($this->privates['cache.serializer'])) {
  10222.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  10223.             }
  10224.             if (isset($this->privates['cache.annotations'])) {
  10225.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  10226.             }
  10227.             if (isset($this->privates['cache.property_info'])) {
  10228.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  10229.             }
  10230.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  10231.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  10232.             }
  10233.             if (isset($this->privates['.debug.http_client'])) {
  10234.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  10235.             }
  10236.             if (isset($this->privates['mailer.message_logger_listener'])) {
  10237.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  10238.             }
  10239.             if (isset($this->privates['debug.stopwatch'])) {
  10240.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  10241.             }
  10242.             if (isset($this->services['event_dispatcher'])) {
  10243.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  10244.             }
  10245.             if (isset($this->privates['doctrine.result_cache_pool'])) {
  10246.                 yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  10247.             }
  10248.             if (isset($this->privates['doctrine.system_cache_pool'])) {
  10249.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? null);
  10250.             }
  10251.             if (isset($this->privates['session_listener'])) {
  10252.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  10253.             }
  10254.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  10255.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  10256.             }
  10257.             if (isset($this->services['cache.validator_expression_language'])) {
  10258.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  10259.             }
  10260.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  10261.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  10262.             }
  10263.             if (isset($this->services['.container.private.profiler'])) {
  10264.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  10265.             }
  10266.             if (isset($this->services['.container.private.validator'])) {
  10267.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  10268.             }
  10269.             if (isset($this->privates['twig.form.engine'])) {
  10270.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  10271.             }
  10272.             if (isset($this->services['doctrine'])) {
  10273.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  10274.             }
  10275.             if (isset($this->privates['form.type.entity'])) {
  10276.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  10277.             }
  10278.             if (isset($this->services['.container.private.security.token_storage'])) {
  10279.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  10280.             }
  10281.             if (isset($this->privates['cache.security_expression_language'])) {
  10282.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  10283.             }
  10284.             if (isset($this->privates['debug.security.firewall'])) {
  10285.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  10286.             }
  10287.             if (isset($this->privates['monolog.handler.main'])) {
  10288.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  10289.             }
  10290.             if (isset($this->privates['monolog.handler.console'])) {
  10291.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  10292.             }
  10293.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  10294.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  10295.             }
  10296.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  10297.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  10298.             }
  10299.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  10300.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  10301.             }
  10302.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  10303.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  10304.             }
  10305.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  10306.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  10307.             }
  10308.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  10309.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  10310.             }
  10311.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  10312.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  10313.             }
  10314.             if (isset($this->privates['.debug.http_client'])) {
  10315.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  10316.             }
  10317.             if (isset($this->privates['.debug.yousign.client'])) {
  10318.                 yield '.debug.yousign.client' => ($this->privates['.debug.yousign.client'] ?? null);
  10319.             }
  10320.         }, function () {
  10321.             return + (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['.debug.http_client'])) + (int) (isset($this->privates['mailer.message_logger_listener'])) + (int) (isset($this->privates['debug.stopwatch'])) + (int) (isset($this->services['event_dispatcher'])) + (int) (isset($this->privates['doctrine.result_cache_pool'])) + (int) (isset($this->privates['doctrine.system_cache_pool'])) + (int) (isset($this->privates['session_listener'])) + (int) (isset($this->privates['form.choice_list_factory.cached'])) + (int) (isset($this->services['cache.validator_expression_language'])) + (int) (isset($this->privates['messenger.transport.in_memory.factory'])) + (int) (isset($this->services['.container.private.profiler'])) + (int) (isset($this->services['.container.private.validator'])) + (int) (isset($this->privates['twig.form.engine'])) + (int) (isset($this->services['doctrine'])) + (int) (isset($this->privates['form.type.entity'])) + (int) (isset($this->services['.container.private.security.token_storage'])) + (int) (isset($this->privates['cache.security_expression_language'])) + (int) (isset($this->privates['debug.security.firewall'])) + (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->privates['api_platform.cache.route_name_resolver'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource'])) + (int) (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) + (int) (isset($this->privates['api_platform.cache.metadata.property.legacy'])) + (int) (isset($this->privates['api_platform.cache.subresource_operation_factory'])) + (int) (isset($this->privates['api_platform.cache.identifiers_extractor'])) + (int) (isset($this->privates['.debug.http_client'])) + (int) (isset($this->privates['.debug.yousign.client']));
  10322.         }), ['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'], 'http_client' => [=> '?reset'], 'mailer.message_logger_listener' => [=> 'reset'], 'debug.stopwatch' => [=> 'reset'], 'debug.event_dispatcher' => [=> 'reset'], 'doctrine.result_cache_pool' => [=> 'reset'], 'doctrine.system_cache_pool' => [=> 'reset'], 'session_listener' => [=> 'reset'], 'form.choice_list_factory.cached' => [=> 'reset'], 'cache.validator_expression_language' => [=> 'reset'], 'messenger.transport.in_memory.factory' => [=> 'reset'], 'profiler' => [=> 'reset'], 'debug.validator' => [=> 'reset'], 'twig.form.engine' => [=> 'reset'], 'doctrine' => [=> 'reset'], 'form.type.entity' => [=> 'reset'], 'security.token_storage' => [=> 'disableUsageTracking'=> 'setToken'], 'cache.security_expression_language' => [=> 'reset'], 'debug.security.firewall' => [=> 'reset'], 'monolog.handler.main' => [=> 'reset'], 'monolog.handler.console' => [=> 'reset'], 'swiftmailer.email_sender.listener' => [=> 'reset'], 'api_platform.cache.route_name_resolver' => [=> 'reset'], 'api_platform.cache.metadata.resource' => [=> 'reset'], 'api_platform.cache.metadata.resource.legacy' => [=> 'reset'], 'api_platform.cache.metadata.property.legacy' => [=> 'reset'], 'api_platform.cache.subresource_operation_factory' => [=> 'reset'], 'api_platform.cache.identifiers_extractor' => [=> 'reset'], '.debug.http_client' => [=> 'reset'], '.debug.yousign.client' => [=> 'reset']]);
  10323.     }
  10324.     /**
  10325.      * Gets the public 'stripe_charge.service' shared autowired service.
  10326.      *
  10327.      * @return \App\Service\Stripe\ChargeService
  10328.      */
  10329.     protected function getStripeCharge_ServiceService()
  10330.     {
  10331.         include_once \dirname(__DIR__4).'/src/Service/Stripe/ChargeService.php';
  10332.         return $this->services['stripe_charge.service'] = new \App\Service\Stripe\ChargeService();
  10333.     }
  10334.     /**
  10335.      * Gets the public 'stripe_customer.service' shared autowired service.
  10336.      *
  10337.      * @return \App\Service\Stripe\CustomerService
  10338.      */
  10339.     protected function getStripeCustomer_ServiceService()
  10340.     {
  10341.         include_once \dirname(__DIR__4).'/src/Service/Stripe/CustomerService.php';
  10342.         return $this->services['stripe_customer.service'] = new \App\Service\Stripe\CustomerService();
  10343.     }
  10344.     /**
  10345.      * Gets the public 'stripe_plan.service' shared autowired service.
  10346.      *
  10347.      * @return \App\Service\Stripe\PlanService
  10348.      */
  10349.     protected function getStripePlan_ServiceService()
  10350.     {
  10351.         include_once \dirname(__DIR__4).'/src/Service/Stripe/PlanService.php';
  10352.         return $this->services['stripe_plan.service'] = new \App\Service\Stripe\PlanService();
  10353.     }
  10354.     /**
  10355.      * Gets the public 'stripe_product.service' shared autowired service.
  10356.      *
  10357.      * @return \App\Service\Stripe\ProductService
  10358.      */
  10359.     protected function getStripeProduct_ServiceService()
  10360.     {
  10361.         include_once \dirname(__DIR__4).'/src/Service/Stripe/ProductService.php';
  10362.         return $this->services['stripe_product.service'] = new \App\Service\Stripe\ProductService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  10363.     }
  10364.     /**
  10365.      * Gets the public 'stripe_source.service' shared autowired service.
  10366.      *
  10367.      * @return \App\Service\Stripe\SourceService
  10368.      */
  10369.     protected function getStripeSource_ServiceService()
  10370.     {
  10371.         include_once \dirname(__DIR__4).'/src/Service/Stripe/SourceService.php';
  10372.         return $this->services['stripe_source.service'] = new \App\Service\Stripe\SourceService();
  10373.     }
  10374.     /**
  10375.      * Gets the public 'stripe_subscription.service' shared autowired service.
  10376.      *
  10377.      * @return \App\Service\Stripe\SubscriptionService
  10378.      */
  10379.     protected function getStripeSubscription_ServiceService()
  10380.     {
  10381.         include_once \dirname(__DIR__4).'/src/Service/Stripe/SubscriptionService.php';
  10382.         return $this->services['stripe_subscription.service'] = new \App\Service\Stripe\SubscriptionService();
  10383.     }
  10384.     /**
  10385.      * Gets the public 'swiftmailer.mailer.default' shared service.
  10386.      *
  10387.      * @return \Swift_Mailer
  10388.      */
  10389.     protected function getSwiftmailer_Mailer_DefaultService()
  10390.     {
  10391.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  10392.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  10393.     }
  10394.     /**
  10395.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  10396.      *
  10397.      * @return \Swift_Plugins_MessageLogger
  10398.      */
  10399.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  10400.     {
  10401.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  10402.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  10403.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  10404.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  10405.     }
  10406.     /**
  10407.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  10408.      *
  10409.      * @return \Swift_Transport
  10410.      */
  10411.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  10412.     {
  10413.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  10414.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  10415.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10416.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10417.         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())));
  10418.     }
  10419.     /**
  10420.      * Gets the public 'swiftmailer.transport' shared service.
  10421.      *
  10422.      * @return \Swift_Transport_SpoolTransport
  10423.      */
  10424.     protected function getSwiftmailer_TransportService()
  10425.     {
  10426.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  10427.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  10428.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  10429.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  10430.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10431.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10432.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  10433.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  10434.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  10435.         $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());
  10436.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  10437.         return $instance;
  10438.     }
  10439.     /**
  10440.      * Gets the public 'translator' shared service.
  10441.      *
  10442.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  10443.      */
  10444.     protected function getTranslatorService()
  10445.     {
  10446.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  10447.     }
  10448.     /**
  10449.      * Gets the public 'var_dumper.cloner' shared service.
  10450.      *
  10451.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  10452.      */
  10453.     protected function getVarDumper_ClonerService()
  10454.     {
  10455.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  10456.         $instance->setMaxItems(2500);
  10457.         $instance->setMinDepth(1);
  10458.         $instance->setMaxString(-1);
  10459.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  10460.         return $instance;
  10461.     }
  10462.     /**
  10463.      * Gets the public 'vich_uploader.download_handler' shared service.
  10464.      *
  10465.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  10466.      */
  10467.     protected function getVichUploader_DownloadHandlerService()
  10468.     {
  10469.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  10470.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  10471.         return $this->services['vich_uploader.download_handler'] = new \Vich\UploaderBundle\Handler\DownloadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()));
  10472.     }
  10473.     /**
  10474.      * Gets the public 'vich_uploader.form.type.file' shared service.
  10475.      *
  10476.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  10477.      */
  10478.     protected function getVichUploader_Form_Type_FileService()
  10479.     {
  10480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10482.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  10483.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10484.         if (isset($this->services['vich_uploader.form.type.file'])) {
  10485.             return $this->services['vich_uploader.form.type.file'];
  10486.         }
  10487.         return $this->services['vich_uploader.form.type.file'] = new \Vich\UploaderBundle\Form\Type\VichFileType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10488.     }
  10489.     /**
  10490.      * Gets the public 'vich_uploader.form.type.image' shared service.
  10491.      *
  10492.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  10493.      */
  10494.     protected function getVichUploader_Form_Type_ImageService()
  10495.     {
  10496.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10498.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  10499.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  10500.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10501.         if (isset($this->services['vich_uploader.form.type.image'])) {
  10502.             return $this->services['vich_uploader.form.type.image'];
  10503.         }
  10504.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  10505.         if (isset($this->services['vich_uploader.form.type.image'])) {
  10506.             return $this->services['vich_uploader.form.type.image'];
  10507.         }
  10508.         return $this->services['vich_uploader.form.type.image'] = new \Vich\UploaderBundle\Form\Type\VichImageType(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService()), $a, ($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $b);
  10509.     }
  10510.     /**
  10511.      * Gets the public 'vich_uploader.namer_origname.Adress_csv_pending' shared service.
  10512.      *
  10513.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10514.      */
  10515.     protected function getVichUploader_NamerOrigname_AdressCsvPendingService()
  10516.     {
  10517.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10518.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10519.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10520.         return $this->services['vich_uploader.namer_origname.Adress_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10521.     }
  10522.     /**
  10523.      * Gets the public 'vich_uploader.namer_origname.ThepropertyProvider_csv_pending' shared service.
  10524.      *
  10525.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10526.      */
  10527.     protected function getVichUploader_NamerOrigname_ThepropertyProviderCsvPendingService()
  10528.     {
  10529.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10530.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10531.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10532.         return $this->services['vich_uploader.namer_origname.ThepropertyProvider_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10533.     }
  10534.     /**
  10535.      * Gets the public 'vich_uploader.namer_origname.annex_permit_file' shared service.
  10536.      *
  10537.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10538.      */
  10539.     protected function getVichUploader_NamerOrigname_AnnexPermitFileService()
  10540.     {
  10541.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10542.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10543.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10544.         return $this->services['vich_uploader.namer_origname.annex_permit_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10545.     }
  10546.     /**
  10547.      * Gets the public 'vich_uploader.namer_origname.area_csv_pending' shared service.
  10548.      *
  10549.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10550.      */
  10551.     protected function getVichUploader_NamerOrigname_AreaCsvPendingService()
  10552.     {
  10553.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10554.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10555.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10556.         return $this->services['vich_uploader.namer_origname.area_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10557.     }
  10558.     /**
  10559.      * Gets the public 'vich_uploader.namer_origname.bbox' shared service.
  10560.      *
  10561.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10562.      */
  10563.     protected function getVichUploader_NamerOrigname_BboxService()
  10564.     {
  10565.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10566.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10567.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10568.         return $this->services['vich_uploader.namer_origname.bbox'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10569.     }
  10570.     /**
  10571.      * Gets the public 'vich_uploader.namer_origname.co_ownership_document' shared service.
  10572.      *
  10573.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10574.      */
  10575.     protected function getVichUploader_NamerOrigname_CoOwnershipDocumentService()
  10576.     {
  10577.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10578.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10579.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10580.         return $this->services['vich_uploader.namer_origname.co_ownership_document'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10581.     }
  10582.     /**
  10583.      * Gets the public 'vich_uploader.namer_origname.co_ownership_invoices' shared service.
  10584.      *
  10585.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10586.      */
  10587.     protected function getVichUploader_NamerOrigname_CoOwnershipInvoicesService()
  10588.     {
  10589.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10590.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10591.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10592.         return $this->services['vich_uploader.namer_origname.co_ownership_invoices'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10593.     }
  10594.     /**
  10595.      * Gets the public 'vich_uploader.namer_origname.co_ownership_meeting_transcript' shared service.
  10596.      *
  10597.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10598.      */
  10599.     protected function getVichUploader_NamerOrigname_CoOwnershipMeetingTranscriptService()
  10600.     {
  10601.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10602.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10603.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10604.         return $this->services['vich_uploader.namer_origname.co_ownership_meeting_transcript'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10605.     }
  10606.     /**
  10607.      * Gets the public 'vich_uploader.namer_origname.co_ownership_report' shared service.
  10608.      *
  10609.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10610.      */
  10611.     protected function getVichUploader_NamerOrigname_CoOwnershipReportService()
  10612.     {
  10613.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10614.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10615.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10616.         return $this->services['vich_uploader.namer_origname.co_ownership_report'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10617.     }
  10618.     /**
  10619.      * Gets the public 'vich_uploader.namer_origname.co_ownership_the_property_file' shared service.
  10620.      *
  10621.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10622.      */
  10623.     protected function getVichUploader_NamerOrigname_CoOwnershipThePropertyFileService()
  10624.     {
  10625.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10626.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10627.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10628.         return $this->services['vich_uploader.namer_origname.co_ownership_the_property_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10629.     }
  10630.     /**
  10631.      * Gets the public 'vich_uploader.namer_origname.co_ownership_the_property_response' shared service.
  10632.      *
  10633.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10634.      */
  10635.     protected function getVichUploader_NamerOrigname_CoOwnershipThePropertyResponseService()
  10636.     {
  10637.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10638.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10639.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10640.         return $this->services['vich_uploader.namer_origname.co_ownership_the_property_response'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10641.     }
  10642.     /**
  10643.      * Gets the public 'vich_uploader.namer_origname.control_certificate' shared service.
  10644.      *
  10645.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10646.      */
  10647.     protected function getVichUploader_NamerOrigname_ControlCertificateService()
  10648.     {
  10649.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10650.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10651.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10652.         return $this->services['vich_uploader.namer_origname.control_certificate'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10653.     }
  10654.     /**
  10655.      * Gets the public 'vich_uploader.namer_origname.deedOfSale' shared service.
  10656.      *
  10657.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10658.      */
  10659.     protected function getVichUploader_NamerOrigname_DeedOfSaleService()
  10660.     {
  10661.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10662.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10663.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10664.         return $this->services['vich_uploader.namer_origname.deedOfSale'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10665.     }
  10666.     /**
  10667.      * Gets the public 'vich_uploader.namer_origname.dispenseFile' shared service.
  10668.      *
  10669.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10670.      */
  10671.     protected function getVichUploader_NamerOrigname_DispenseFileService()
  10672.     {
  10673.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10674.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10675.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10676.         return $this->services['vich_uploader.namer_origname.dispenseFile'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10677.     }
  10678.     /**
  10679.      * Gets the public 'vich_uploader.namer_origname.dvf_csv_pending' shared service.
  10680.      *
  10681.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10682.      */
  10683.     protected function getVichUploader_NamerOrigname_DvfCsvPendingService()
  10684.     {
  10685.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10686.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10687.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10688.         return $this->services['vich_uploader.namer_origname.dvf_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10689.     }
  10690.     /**
  10691.      * Gets the public 'vich_uploader.namer_origname.edit_registers_file' shared service.
  10692.      *
  10693.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10694.      */
  10695.     protected function getVichUploader_NamerOrigname_EditRegistersFileService()
  10696.     {
  10697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10698.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10699.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10700.         return $this->services['vich_uploader.namer_origname.edit_registers_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10701.     }
  10702.     /**
  10703.      * Gets the public 'vich_uploader.namer_origname.education_csv' shared service.
  10704.      *
  10705.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10706.      */
  10707.     protected function getVichUploader_NamerOrigname_EducationCsvService()
  10708.     {
  10709.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10710.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10711.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10712.         return $this->services['vich_uploader.namer_origname.education_csv'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10713.     }
  10714.     /**
  10715.      * Gets the public 'vich_uploader.namer_origname.engie_csv_archived' shared service.
  10716.      *
  10717.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10718.      */
  10719.     protected function getVichUploader_NamerOrigname_EngieCsvArchivedService()
  10720.     {
  10721.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10722.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10723.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10724.         return $this->services['vich_uploader.namer_origname.engie_csv_archived'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10725.     }
  10726.     /**
  10727.      * Gets the public 'vich_uploader.namer_origname.engie_csv_pending' shared service.
  10728.      *
  10729.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10730.      */
  10731.     protected function getVichUploader_NamerOrigname_EngieCsvPendingService()
  10732.     {
  10733.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10734.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10735.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10736.         return $this->services['vich_uploader.namer_origname.engie_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10737.     }
  10738.     /**
  10739.      * Gets the public 'vich_uploader.namer_origname.invoice_water_file' shared service.
  10740.      *
  10741.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10742.      */
  10743.     protected function getVichUploader_NamerOrigname_InvoiceWaterFileService()
  10744.     {
  10745.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10746.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10747.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10748.         return $this->services['vich_uploader.namer_origname.invoice_water_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10749.     }
  10750.     /**
  10751.      * Gets the public 'vich_uploader.namer_origname.module_3D' shared service.
  10752.      *
  10753.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10754.      */
  10755.     protected function getVichUploader_NamerOrigname_Module3DService()
  10756.     {
  10757.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10758.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10760.         return $this->services['vich_uploader.namer_origname.module_3D'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10761.     }
  10762.     /**
  10763.      * Gets the public 'vich_uploader.namer_origname.notary_csv_pending' shared service.
  10764.      *
  10765.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10766.      */
  10767.     protected function getVichUploader_NamerOrigname_NotaryCsvPendingService()
  10768.     {
  10769.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10770.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10771.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10772.         return $this->services['vich_uploader.namer_origname.notary_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10773.     }
  10774.     /**
  10775.      * Gets the public 'vich_uploader.namer_origname.obligation_csv_pending' shared service.
  10776.      *
  10777.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10778.      */
  10779.     protected function getVichUploader_NamerOrigname_ObligationCsvPendingService()
  10780.     {
  10781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10782.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10783.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10784.         return $this->services['vich_uploader.namer_origname.obligation_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10785.     }
  10786.     /**
  10787.      * Gets the public 'vich_uploader.namer_origname.occupie_csv_pending' shared service.
  10788.      *
  10789.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10790.      */
  10791.     protected function getVichUploader_NamerOrigname_OccupieCsvPendingService()
  10792.     {
  10793.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10794.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10796.         return $this->services['vich_uploader.namer_origname.occupie_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10797.     }
  10798.     /**
  10799.      * Gets the public 'vich_uploader.namer_origname.organic_plot_file' shared service.
  10800.      *
  10801.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10802.      */
  10803.     protected function getVichUploader_NamerOrigname_OrganicPlotFileService()
  10804.     {
  10805.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10806.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10807.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10808.         return $this->services['vich_uploader.namer_origname.organic_plot_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10809.     }
  10810.     /**
  10811.      * Gets the public 'vich_uploader.namer_origname.permit_environment_file' shared service.
  10812.      *
  10813.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10814.      */
  10815.     protected function getVichUploader_NamerOrigname_PermitEnvironmentFileService()
  10816.     {
  10817.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10818.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10819.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10820.         return $this->services['vich_uploader.namer_origname.permit_environment_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10821.     }
  10822.     /**
  10823.      * Gets the public 'vich_uploader.namer_origname.permit_file' shared service.
  10824.      *
  10825.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10826.      */
  10827.     protected function getVichUploader_NamerOrigname_PermitFileService()
  10828.     {
  10829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10830.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10831.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10832.         return $this->services['vich_uploader.namer_origname.permit_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10833.     }
  10834.     /**
  10835.      * Gets the public 'vich_uploader.namer_origname.picture_3D' shared service.
  10836.      *
  10837.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10838.      */
  10839.     protected function getVichUploader_NamerOrigname_Picture3DService()
  10840.     {
  10841.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10842.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10844.         return $this->services['vich_uploader.namer_origname.picture_3D'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10845.     }
  10846.     /**
  10847.      * Gets the public 'vich_uploader.namer_origname.prime_pdf_template' shared service.
  10848.      *
  10849.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10850.      */
  10851.     protected function getVichUploader_NamerOrigname_PrimePdfTemplateService()
  10852.     {
  10853.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10854.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10855.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10856.         return $this->services['vich_uploader.namer_origname.prime_pdf_template'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10857.     }
  10858.     /**
  10859.      * Gets the public 'vich_uploader.namer_origname.prime_request_file' shared service.
  10860.      *
  10861.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10862.      */
  10863.     protected function getVichUploader_NamerOrigname_PrimeRequestFileService()
  10864.     {
  10865.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10866.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10867.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10868.         return $this->services['vich_uploader.namer_origname.prime_request_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10869.     }
  10870.     /**
  10871.      * Gets the public 'vich_uploader.namer_origname.property_demand_file' shared service.
  10872.      *
  10873.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10874.      */
  10875.     protected function getVichUploader_NamerOrigname_PropertyDemandFileService()
  10876.     {
  10877.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10878.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10880.         return $this->services['vich_uploader.namer_origname.property_demand_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10881.     }
  10882.     /**
  10883.      * Gets the public 'vich_uploader.namer_origname.rapport_pdf_property' shared service.
  10884.      *
  10885.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10886.      */
  10887.     protected function getVichUploader_NamerOrigname_RapportPdfPropertyService()
  10888.     {
  10889.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10890.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10891.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10892.         return $this->services['vich_uploader.namer_origname.rapport_pdf_property'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10893.     }
  10894.     /**
  10895.      * Gets the public 'vich_uploader.namer_origname.register_environment_file' shared service.
  10896.      *
  10897.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10898.      */
  10899.     protected function getVichUploader_NamerOrigname_RegisterEnvironmentFileService()
  10900.     {
  10901.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10902.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10903.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10904.         return $this->services['vich_uploader.namer_origname.register_environment_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10905.     }
  10906.     /**
  10907.      * Gets the public 'vich_uploader.namer_origname.salesAgreementFile' shared service.
  10908.      *
  10909.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10910.      */
  10911.     protected function getVichUploader_NamerOrigname_SalesAgreementFileService()
  10912.     {
  10913.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10914.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10915.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10916.         return $this->services['vich_uploader.namer_origname.salesAgreementFile'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10917.     }
  10918.     /**
  10919.      * Gets the public 'vich_uploader.namer_origname.syndic_Apartment_csv_pending' shared service.
  10920.      *
  10921.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10922.      */
  10923.     protected function getVichUploader_NamerOrigname_SyndicApartmentCsvPendingService()
  10924.     {
  10925.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10926.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10928.         return $this->services['vich_uploader.namer_origname.syndic_Apartment_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10929.     }
  10930.     /**
  10931.      * Gets the public 'vich_uploader.namer_origname.upload_archived' shared service.
  10932.      *
  10933.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10934.      */
  10935.     protected function getVichUploader_NamerOrigname_UploadArchivedService()
  10936.     {
  10937.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10938.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10939.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10940.         return $this->services['vich_uploader.namer_origname.upload_archived'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10941.     }
  10942.     /**
  10943.      * Gets the public 'vich_uploader.namer_origname.upload_bank_logo' shared service.
  10944.      *
  10945.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10946.      */
  10947.     protected function getVichUploader_NamerOrigname_UploadBankLogoService()
  10948.     {
  10949.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10950.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10951.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10952.         return $this->services['vich_uploader.namer_origname.upload_bank_logo'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10953.     }
  10954.     /**
  10955.      * Gets the public 'vich_uploader.namer_origname.upload_doc_property' shared service.
  10956.      *
  10957.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10958.      */
  10959.     protected function getVichUploader_NamerOrigname_UploadDocPropertyService()
  10960.     {
  10961.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10962.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10963.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10964.         return $this->services['vich_uploader.namer_origname.upload_doc_property'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10965.     }
  10966.     /**
  10967.      * Gets the public 'vich_uploader.namer_origname.upload_file_minutes' shared service.
  10968.      *
  10969.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10970.      */
  10971.     protected function getVichUploader_NamerOrigname_UploadFileMinutesService()
  10972.     {
  10973.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10974.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10975.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10976.         return $this->services['vich_uploader.namer_origname.upload_file_minutes'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10977.     }
  10978.     /**
  10979.      * Gets the public 'vich_uploader.namer_origname.upload_icon_categorie_service' shared service.
  10980.      *
  10981.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10982.      */
  10983.     protected function getVichUploader_NamerOrigname_UploadIconCategorieServiceService()
  10984.     {
  10985.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10986.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10987.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10988.         return $this->services['vich_uploader.namer_origname.upload_icon_categorie_service'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10989.     }
  10990.     /**
  10991.      * Gets the public 'vich_uploader.namer_origname.upload_img_property' shared service.
  10992.      *
  10993.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10994.      */
  10995.     protected function getVichUploader_NamerOrigname_UploadImgPropertyService()
  10996.     {
  10997.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10998.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11000.         return $this->services['vich_uploader.namer_origname.upload_img_property'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11001.     }
  11002.     /**
  11003.      * Gets the public 'vich_uploader.namer_origname.upload_img_pub' shared service.
  11004.      *
  11005.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11006.      */
  11007.     protected function getVichUploader_NamerOrigname_UploadImgPubService()
  11008.     {
  11009.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11010.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11012.         return $this->services['vich_uploader.namer_origname.upload_img_pub'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11013.     }
  11014.     /**
  11015.      * Gets the public 'vich_uploader.namer_origname.upload_img_service' shared service.
  11016.      *
  11017.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11018.      */
  11019.     protected function getVichUploader_NamerOrigname_UploadImgServiceService()
  11020.     {
  11021.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11022.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11023.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11024.         return $this->services['vich_uploader.namer_origname.upload_img_service'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11025.     }
  11026.     /**
  11027.      * Gets the public 'vich_uploader.namer_origname.upload_pending' shared service.
  11028.      *
  11029.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11030.      */
  11031.     protected function getVichUploader_NamerOrigname_UploadPendingService()
  11032.     {
  11033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11035.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11036.         return $this->services['vich_uploader.namer_origname.upload_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11037.     }
  11038.     /**
  11039.      * Gets the public 'vich_uploader.namer_origname.upload_rapport' shared service.
  11040.      *
  11041.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11042.      */
  11043.     protected function getVichUploader_NamerOrigname_UploadRapportService()
  11044.     {
  11045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11046.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11048.         return $this->services['vich_uploader.namer_origname.upload_rapport'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11049.     }
  11050.     /**
  11051.      * Gets the public 'vich_uploader.namer_origname.upload_traite' shared service.
  11052.      *
  11053.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11054.      */
  11055.     protected function getVichUploader_NamerOrigname_UploadTraiteService()
  11056.     {
  11057.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11059.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11060.         return $this->services['vich_uploader.namer_origname.upload_traite'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11061.     }
  11062.     /**
  11063.      * Gets the public 'vich_uploader.namer_origname.uploads_syndics_response' shared service.
  11064.      *
  11065.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11066.      */
  11067.     protected function getVichUploader_NamerOrigname_UploadsSyndicsResponseService()
  11068.     {
  11069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11071.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11072.         return $this->services['vich_uploader.namer_origname.uploads_syndics_response'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11073.     }
  11074.     /**
  11075.      * Gets the public 'vich_uploader.namer_origname.work_csv_pending' shared service.
  11076.      *
  11077.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11078.      */
  11079.     protected function getVichUploader_NamerOrigname_WorkCsvPendingService()
  11080.     {
  11081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11082.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11084.         return $this->services['vich_uploader.namer_origname.work_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11085.     }
  11086.     /**
  11087.      * Gets the public 'vich_uploader.namer_origname.work_rules_csv_pending' shared service.
  11088.      *
  11089.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11090.      */
  11091.     protected function getVichUploader_NamerOrigname_WorkRulesCsvPendingService()
  11092.     {
  11093.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11094.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11095.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11096.         return $this->services['vich_uploader.namer_origname.work_rules_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11097.     }
  11098.     /**
  11099.      * Gets the public 'vich_uploader.upload_handler' shared service.
  11100.      *
  11101.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  11102.      */
  11103.     protected function getVichUploader_UploadHandlerService()
  11104.     {
  11105.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  11106.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  11107.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  11108.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  11109.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11110.         if (isset($this->services['vich_uploader.upload_handler'])) {
  11111.             return $this->services['vich_uploader.upload_handler'];
  11112.         }
  11113.         $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  11114.         return $this->services['vich_uploader.upload_handler'] = new \Vich\UploaderBundle\Handler\UploadHandler(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()), $b, new \Vich\UploaderBundle\Injector\FileInjector($b), $a);
  11115.     }
  11116.     /**
  11117.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  11118.      *
  11119.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  11120.      */
  11121.     protected function getWebProfiler_Controller_ExceptionPanelService()
  11122.     {
  11123.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  11124.         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['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()));
  11125.     }
  11126.     /**
  11127.      * Gets the public 'web_profiler.controller.profiler' shared service.
  11128.      *
  11129.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  11130.      */
  11131.     protected function getWebProfiler_Controller_ProfilerService()
  11132.     {
  11133.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  11134.         return $this->services['web_profiler.controller.profiler'] = new \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController(($this->services['router'] ?? $this->getRouterService()), ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), $this->parameters['data_collector.templates'], ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), \dirname(__DIR__4));
  11135.     }
  11136.     /**
  11137.      * Gets the public 'web_profiler.controller.router' shared service.
  11138.      *
  11139.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  11140.      */
  11141.     protected function getWebProfiler_Controller_RouterService()
  11142.     {
  11143.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  11144.         return $this->services['web_profiler.controller.router'] = new \Symfony\Bundle\WebProfilerBundle\Controller\RouterController(($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->services['router'] ?? $this->getRouterService()), NULL, new RewindableGenerator(function () {
  11145.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  11146.         }, 1));
  11147.     }
  11148.     /**
  11149.      * Gets the private '.App\Command\Admin\ImportThePropertyDailyNeedsCommand.lazy' shared service.
  11150.      *
  11151.      * @return \Symfony\Component\Console\Command\LazyCommand
  11152.      */
  11153.     protected function getImportThePropertyDailyNeedsCommand_LazyService()
  11154.     {
  11155.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11156.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11157.         return $this->privates['.App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('admin:import:daily-needs', [], 'This command import the properties daily needs from a json file'false, function (): \App\Command\Admin\ImportThePropertyDailyNeedsCommand {
  11158.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand'] ?? $this->getImportThePropertyDailyNeedsCommandService());
  11159.         });
  11160.     }
  11161.     /**
  11162.      * Gets the private '.App\Command\Admin\ImportThePropertyDocumentTypesCommand.lazy' shared service.
  11163.      *
  11164.      * @return \Symfony\Component\Console\Command\LazyCommand
  11165.      */
  11166.     protected function getImportThePropertyDocumentTypesCommand_LazyService()
  11167.     {
  11168.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11169.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11170.         return $this->privates['.App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('admin:import:property-document-types', [], 'This command import the properties document types from a json file'false, function (): \App\Command\Admin\ImportThePropertyDocumentTypesCommand {
  11171.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand'] ?? $this->getImportThePropertyDocumentTypesCommandService());
  11172.         });
  11173.     }
  11174.     /**
  11175.      * Gets the private '.App\Command\Admin\ImportThePropertyFeaturesCommand.lazy' shared service.
  11176.      *
  11177.      * @return \Symfony\Component\Console\Command\LazyCommand
  11178.      */
  11179.     protected function getImportThePropertyFeaturesCommand_LazyService()
  11180.     {
  11181.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11182.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11183.         return $this->privates['.App\\Command\\Admin\\ImportThePropertyFeaturesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('admin:import:property-features', [], 'This command import the properties features list from a json file'false, function (): \App\Command\Admin\ImportThePropertyFeaturesCommand {
  11184.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyFeaturesCommand'] ?? $this->getImportThePropertyFeaturesCommandService());
  11185.         });
  11186.     }
  11187.     /**
  11188.      * Gets the private '.App\Command\Admin\ImportThePropertyOptionsCommand.lazy' shared service.
  11189.      *
  11190.      * @return \Symfony\Component\Console\Command\LazyCommand
  11191.      */
  11192.     protected function getImportThePropertyOptionsCommand_LazyService()
  11193.     {
  11194.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11195.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11196.         return $this->privates['.App\\Command\\Admin\\ImportThePropertyOptionsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('admin:import:property-options', [], 'This command import the properties options from a json file'false, function (): \App\Command\Admin\ImportThePropertyOptionsCommand {
  11197.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyOptionsCommand'] ?? $this->getImportThePropertyOptionsCommandService());
  11198.         });
  11199.     }
  11200.     /**
  11201.      * Gets the private '.App\Command\Admin\ImportTheServiceCategoriesCommand.lazy' shared service.
  11202.      *
  11203.      * @return \Symfony\Component\Console\Command\LazyCommand
  11204.      */
  11205.     protected function getImportTheServiceCategoriesCommand_LazyService()
  11206.     {
  11207.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11208.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11209.         return $this->privates['.App\\Command\\Admin\\ImportTheServiceCategoriesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('admin:import:service-categories', [], 'This command import the service proximity categories from a json file'false, function (): \App\Command\Admin\ImportTheServiceCategoriesCommand {
  11210.             return ($this->privates['App\\Command\\Admin\\ImportTheServiceCategoriesCommand'] ?? $this->getImportTheServiceCategoriesCommandService());
  11211.         });
  11212.     }
  11213.     /**
  11214.      * Gets the private '.App\Command\AlertCommand.lazy' shared service.
  11215.      *
  11216.      * @return \Symfony\Component\Console\Command\LazyCommand
  11217.      */
  11218.     protected function getAlertCommand_LazyService()
  11219.     {
  11220.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11222.         return $this->privates['.App\\Command\\AlertCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:alert:search-result', [], 'Commande pour verifier si les alertes ont des reponses.'false, function (): \App\Command\AlertCommand {
  11223.             return ($this->privates['App\\Command\\AlertCommand'] ?? $this->getAlertCommandService());
  11224.         });
  11225.     }
  11226.     /**
  11227.      * Gets the private '.App\Command\BoilerExpert\BoilerBrusselsCommand.lazy' shared service.
  11228.      *
  11229.      * @return \Symfony\Component\Console\Command\LazyCommand
  11230.      */
  11231.     protected function getBoilerBrusselsCommand_LazyService()
  11232.     {
  11233.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11234.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11235.         return $this->privates['.App\\Command\\BoilerExpert\\BoilerBrusselsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:boiler-brussels', [], 'Commande pour ajouter des données pour les bureaux d\'etudes d\'expert de chaudières  pour la Region Bruxelles Capitaled'false, function (): \App\Command\BoilerExpert\BoilerBrusselsCommand {
  11236.             return ($this->privates['App\\Command\\BoilerExpert\\BoilerBrusselsCommand'] ?? $this->getBoilerBrusselsCommandService());
  11237.         });
  11238.     }
  11239.     /**
  11240.      * Gets the private '.App\Command\BoilerExpert\BoilerFlandreCommand.lazy' shared service.
  11241.      *
  11242.      * @return \Symfony\Component\Console\Command\LazyCommand
  11243.      */
  11244.     protected function getBoilerFlandreCommand_LazyService()
  11245.     {
  11246.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11247.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11248.         return $this->privates['.App\\Command\\BoilerExpert\\BoilerFlandreCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:boiler-flandre', [], 'Commande pour ajouter des données pour les bureaux d\'etudes de chaudiere pour Flandre'false, function (): \App\Command\BoilerExpert\BoilerFlandreCommand {
  11249.             return ($this->privates['App\\Command\\BoilerExpert\\BoilerFlandreCommand'] ?? $this->getBoilerFlandreCommandService());
  11250.         });
  11251.     }
  11252.     /**
  11253.      * Gets the private '.App\Command\BoilerExpert\BoilerWallonieCommand.lazy' shared service.
  11254.      *
  11255.      * @return \Symfony\Component\Console\Command\LazyCommand
  11256.      */
  11257.     protected function getBoilerWallonieCommand_LazyService()
  11258.     {
  11259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11260.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11261.         return $this->privates['.App\\Command\\BoilerExpert\\BoilerWallonieCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:boiler-wallonie', [], 'Add a short description for your command'false, function (): \App\Command\BoilerExpert\BoilerWallonieCommand {
  11262.             return ($this->privates['App\\Command\\BoilerExpert\\BoilerWallonieCommand'] ?? $this->getBoilerWallonieCommandService());
  11263.         });
  11264.     }
  11265.     /**
  11266.      * Gets the private '.App\Command\CreateEventsOnspanCommand.lazy' shared service.
  11267.      *
  11268.      * @return \Symfony\Component\Console\Command\LazyCommand
  11269.      */
  11270.     protected function getCreateEventsOnspanCommand_LazyService()
  11271.     {
  11272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11273.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11274.         return $this->privates['.App\\Command\\CreateEventsOnspanCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('CreateEventsOnspan', [], 'Create events notifications for Onespan'false, function (): \App\Command\CreateEventsOnspanCommand {
  11275.             return ($this->privates['App\\Command\\CreateEventsOnspanCommand'] ?? $this->getCreateEventsOnspanCommandService());
  11276.         });
  11277.     }
  11278.     /**
  11279.      * Gets the private '.App\Command\ElevatorExpert\CompaniesCommand.lazy' shared service.
  11280.      *
  11281.      * @return \Symfony\Component\Console\Command\LazyCommand
  11282.      */
  11283.     protected function getCompaniesCommand_LazyService()
  11284.     {
  11285.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11286.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11287.         return $this->privates['.App\\Command\\ElevatorExpert\\CompaniesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:companies', [], 'Commande pour ajouter des données pour simuler sur la liste des entreprises ayant un certificat valable pour les travaux d\'entretien'false, function (): \App\Command\ElevatorExpert\CompaniesCommand {
  11288.             return ($this->privates['App\\Command\\ElevatorExpert\\CompaniesCommand'] ?? $this->getCompaniesCommandService());
  11289.         });
  11290.     }
  11291.     /**
  11292.      * Gets the private '.App\Command\Engie\NewEngieCommand.lazy' shared service.
  11293.      *
  11294.      * @return \Symfony\Component\Console\Command\LazyCommand
  11295.      */
  11296.     protected function getNewEngieCommand_LazyService()
  11297.     {
  11298.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11299.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11300.         return $this->privates['.App\\Command\\Engie\\NewEngieCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:new-engie', [], 'Command to import new engie data'false, function (): \App\Command\Engie\NewEngieCommand {
  11301.             return ($this->privates['App\\Command\\Engie\\NewEngieCommand'] ?? $this->getNewEngieCommandService());
  11302.         });
  11303.     }
  11304.     /**
  11305.      * Gets the private '.App\Command\ImportArtistList.lazy' shared service.
  11306.      *
  11307.      * @return \Symfony\Component\Console\Command\LazyCommand
  11308.      */
  11309.     protected function getImportArtistList_LazyService()
  11310.     {
  11311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11312.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11313.         return $this->privates['.App\\Command\\ImportArtistList.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:artist', [], 'Import artist list'false, function (): \App\Command\ImportArtistList {
  11314.             return ($this->privates['App\\Command\\ImportArtistList'] ?? $this->getImportArtistListService());
  11315.         });
  11316.     }
  11317.     /**
  11318.      * Gets the private '.App\Command\ImportBrugisCommand.lazy' shared service.
  11319.      *
  11320.      * @return \Symfony\Component\Console\Command\LazyCommand
  11321.      */
  11322.     protected function getImportBrugisCommand_LazyService()
  11323.     {
  11324.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11325.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11326.         return $this->privates['.App\\Command\\ImportBrugisCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:brugis', [], 'Commande pour ajouter des données pour Brugis'false, function (): \App\Command\ImportBrugisCommand {
  11327.             return ($this->services['App\\Command\\ImportBrugisCommand'] ?? $this->getImportBrugisCommandService());
  11328.         });
  11329.     }
  11330.     /**
  11331.      * Gets the private '.App\Command\ImportCsvBankCommand.lazy' shared service.
  11332.      *
  11333.      * @return \Symfony\Component\Console\Command\LazyCommand
  11334.      */
  11335.     protected function getImportCsvBankCommand_LazyService()
  11336.     {
  11337.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11338.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11339.         return $this->privates['.App\\Command\\ImportCsvBankCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:csv:bank', [], 'Insertion du contenu di fichier csv dans la base de donnée'false, function (): \App\Command\ImportCsvBankCommand {
  11340.             return ($this->privates['App\\Command\\ImportCsvBankCommand'] ?? $this->getImportCsvBankCommandService());
  11341.         });
  11342.     }
  11343.     /**
  11344.      * Gets the private '.App\Command\ImportCsvsimulationCommand.lazy' shared service.
  11345.      *
  11346.      * @return \Symfony\Component\Console\Command\LazyCommand
  11347.      */
  11348.     protected function getImportCsvsimulationCommand_LazyService()
  11349.     {
  11350.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11351.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11352.         return $this->privates['.App\\Command\\ImportCsvsimulationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:csvsimulation', [], 'Commande pour ajouter une simulation depuis un fichier csv.'false, function (): \App\Command\ImportCsvsimulationCommand {
  11353.             return ($this->privates['App\\Command\\ImportCsvsimulationCommand'] ?? $this->getImportCsvsimulationCommandService());
  11354.         });
  11355.     }
  11356.     /**
  11357.      * Gets the private '.App\Command\ImportExcelFileCommand.lazy' shared service.
  11358.      *
  11359.      * @return \Symfony\Component\Console\Command\LazyCommand
  11360.      */
  11361.     protected function getImportExcelFileCommand_LazyService()
  11362.     {
  11363.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11365.         return $this->privates['.App\\Command\\ImportExcelFileCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:excel', [], 'Importer les données depuis les fichiers xls, csv, xlsx'false, function (): \App\Command\ImportExcelFileCommand {
  11366.             return ($this->privates['App\\Command\\ImportExcelFileCommand'] ?? $this->getImportExcelFileCommandService());
  11367.         });
  11368.     }
  11369.     /**
  11370.      * Gets the private '.App\Command\ImportImageGeoportailCommand.lazy' shared service.
  11371.      *
  11372.      * @return \Symfony\Component\Console\Command\LazyCommand
  11373.      */
  11374.     protected function getImportImageGeoportailCommand_LazyService()
  11375.     {
  11376.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11377.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11378.         return $this->privates['.App\\Command\\ImportImageGeoportailCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:image-geoportail', [], 'Add a short description for your command'false, function (): \App\Command\ImportImageGeoportailCommand {
  11379.             return ($this->privates['App\\Command\\ImportImageGeoportailCommand'] ?? $this->getImportImageGeoportailCommandService());
  11380.         });
  11381.     }
  11382.     /**
  11383.      * Gets the private '.App\Command\ImportMovingCompanyCommand.lazy' shared service.
  11384.      *
  11385.      * @return \Symfony\Component\Console\Command\LazyCommand
  11386.      */
  11387.     protected function getImportMovingCompanyCommand_LazyService()
  11388.     {
  11389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11390.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11391.         return $this->privates['.App\\Command\\ImportMovingCompanyCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:moving-company', [], 'Import moving company list'false, function (): \App\Command\ImportMovingCompanyCommand {
  11392.             return ($this->privates['App\\Command\\ImportMovingCompanyCommand'] ?? $this->getImportMovingCompanyCommandService());
  11393.         });
  11394.     }
  11395.     /**
  11396.      * Gets the private '.App\Command\ImportObligationsCommand.lazy' shared service.
  11397.      *
  11398.      * @return \Symfony\Component\Console\Command\LazyCommand
  11399.      */
  11400.     protected function getImportObligationsCommand_LazyService()
  11401.     {
  11402.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11404.         return $this->privates['.App\\Command\\ImportObligationsCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:environment:obligation', [], 'Importer les obligations après demande de permis depuis un fichier csv'false, function (): \App\Command\ImportObligationsCommand {
  11405.             return ($this->privates['App\\Command\\ImportObligationsCommand'] ?? $this->getImportObligationsCommandService());
  11406.         });
  11407.     }
  11408.     /**
  11409.      * Gets the private '.App\Command\ImportOccupationPeriodDataCommand.lazy' shared service.
  11410.      *
  11411.      * @return \Symfony\Component\Console\Command\LazyCommand
  11412.      */
  11413.     protected function getImportOccupationPeriodDataCommand_LazyService()
  11414.     {
  11415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11417.         return $this->privates['.App\\Command\\ImportOccupationPeriodDataCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:occupation:data', [], 'Import days maximum occupation period'false, function (): \App\Command\ImportOccupationPeriodDataCommand {
  11418.             return ($this->privates['App\\Command\\ImportOccupationPeriodDataCommand'] ?? $this->getImportOccupationPeriodDataCommandService());
  11419.         });
  11420.     }
  11421.     /**
  11422.      * Gets the private '.App\Command\ImportPrimeCommand.lazy' shared service.
  11423.      *
  11424.      * @return \Symfony\Component\Console\Command\LazyCommand
  11425.      */
  11426.     protected function getImportPrimeCommand_LazyService()
  11427.     {
  11428.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11430.         return $this->privates['.App\\Command\\ImportPrimeCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:prime-bruxelle', [], 'Importer les types et les details de primes depuis un fichier csv'false, function (): \App\Command\ImportPrimeCommand {
  11431.             return ($this->privates['App\\Command\\ImportPrimeCommand'] ?? $this->getImportPrimeCommandService());
  11432.         });
  11433.     }
  11434.     /**
  11435.      * Gets the private '.App\Command\ImportProviderSocietyCommand.lazy' shared service.
  11436.      *
  11437.      * @return \Symfony\Component\Console\Command\LazyCommand
  11438.      */
  11439.     protected function getImportProviderSocietyCommand_LazyService()
  11440.     {
  11441.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11442.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11443.         return $this->privates['.App\\Command\\ImportProviderSocietyCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:provider-society', [], 'Ajouter les sociétés de fournisseur'false, function (): \App\Command\ImportProviderSocietyCommand {
  11444.             return ($this->privates['App\\Command\\ImportProviderSocietyCommand'] ?? $this->getImportProviderSocietyCommandService());
  11445.         });
  11446.     }
  11447.     /**
  11448.      * Gets the private '.App\Command\ImportStreetAveragePriceCommand.lazy' shared service.
  11449.      *
  11450.      * @return \Symfony\Component\Console\Command\LazyCommand
  11451.      */
  11452.     protected function getImportStreetAveragePriceCommand_LazyService()
  11453.     {
  11454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11455.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11456.         return $this->privates['.App\\Command\\ImportStreetAveragePriceCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:street-average-price', [], 'Importer les prix moyens par mètre carré pour chaque rue.'false, function (): \App\Command\ImportStreetAveragePriceCommand {
  11457.             return ($this->privates['App\\Command\\ImportStreetAveragePriceCommand'] ?? $this->getImportStreetAveragePriceCommandService());
  11458.         });
  11459.     }
  11460.     /**
  11461.      * Gets the private '.App\Command\InsertCsvPretCommand.lazy' shared service.
  11462.      *
  11463.      * @return \Symfony\Component\Console\Command\LazyCommand
  11464.      */
  11465.     protected function getInsertCsvPretCommand_LazyService()
  11466.     {
  11467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11468.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11469.         return $this->privates['.App\\Command\\InsertCsvPretCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:insert:csv-pret', [], 'Insertion de contenu di fichier csv dans la base de donnée'false, function (): \App\Command\InsertCsvPretCommand {
  11470.             return ($this->privates['App\\Command\\InsertCsvPretCommand'] ?? $this->getInsertCsvPretCommandService());
  11471.         });
  11472.     }
  11473.     /**
  11474.      * Gets the private '.App\Command\JsonFileCommand.lazy' shared service.
  11475.      *
  11476.      * @return \Symfony\Component\Console\Command\LazyCommand
  11477.      */
  11478.     protected function getJsonFileCommand_LazyService()
  11479.     {
  11480.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11481.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11482.         return $this->privates['.App\\Command\\JsonFileCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:json', [], 'Importer les données depuis les fichiers json'false, function (): \App\Command\JsonFileCommand {
  11483.             return ($this->privates['App\\Command\\JsonFileCommand'] ?? $this->getJsonFileCommandService());
  11484.         });
  11485.     }
  11486.     /**
  11487.      * Gets the private '.App\Command\MunicipalityCommand.lazy' shared service.
  11488.      *
  11489.      * @return \Symfony\Component\Console\Command\LazyCommand
  11490.      */
  11491.     protected function getMunicipalityCommand_LazyService()
  11492.     {
  11493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11494.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11495.         return $this->privates['.App\\Command\\MunicipalityCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:municipality', [], 'Commande pour ajouter des communes depuis un fichier csv.'false, function (): \App\Command\MunicipalityCommand {
  11496.             return ($this->privates['App\\Command\\MunicipalityCommand'] ?? $this->getMunicipalityCommandService());
  11497.         });
  11498.     }
  11499.     /**
  11500.      * Gets the private '.App\Command\PolygonTransformationCommand.lazy' shared service.
  11501.      *
  11502.      * @return \Symfony\Component\Console\Command\LazyCommand
  11503.      */
  11504.     protected function getPolygonTransformationCommand_LazyService()
  11505.     {
  11506.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11508.         return $this->privates['.App\\Command\\PolygonTransformationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:polygon:transformation', [], 'Transform a array of coordinates to a polygon as string format'false, function (): \App\Command\PolygonTransformationCommand {
  11509.             return ($this->privates['App\\Command\\PolygonTransformationCommand'] ?? $this->getPolygonTransformationCommandService());
  11510.         });
  11511.     }
  11512.     /**
  11513.      * Gets the private '.App\Command\PrimeAlertCommand.lazy' shared service.
  11514.      *
  11515.      * @return \Symfony\Component\Console\Command\LazyCommand
  11516.      */
  11517.     protected function getPrimeAlertCommand_LazyService()
  11518.     {
  11519.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11520.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11521.         return $this->privates['.App\\Command\\PrimeAlertCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:prime-alert', [], 'Envoyez les alertes de suivie des procédures de prime'false, function (): \App\Command\PrimeAlertCommand {
  11522.             return ($this->privates['App\\Command\\PrimeAlertCommand'] ?? $this->getPrimeAlertCommandService());
  11523.         });
  11524.     }
  11525.     /**
  11526.      * Gets the private '.App\Command\RedisClearCacheCommand.lazy' shared service.
  11527.      *
  11528.      * @return \Symfony\Component\Console\Command\LazyCommand
  11529.      */
  11530.     protected function getRedisClearCacheCommand_LazyService()
  11531.     {
  11532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11534.         return $this->privates['.App\\Command\\RedisClearCacheCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:redis:clear-cache', [], 'Clears the Redis cache'false, function (): \App\Command\RedisClearCacheCommand {
  11535.             return ($this->privates['App\\Command\\RedisClearCacheCommand'] ?? $this->getRedisClearCacheCommandService());
  11536.         });
  11537.     }
  11538.     /**
  11539.      * Gets the private '.App\Command\RegionCommand.lazy' shared service.
  11540.      *
  11541.      * @return \Symfony\Component\Console\Command\LazyCommand
  11542.      */
  11543.     protected function getRegionCommand_LazyService()
  11544.     {
  11545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11547.         return $this->privates['.App\\Command\\RegionCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:region', [], 'Commande pour ajouter des regions depuis un fichier csv.'false, function (): \App\Command\RegionCommand {
  11548.             return ($this->privates['App\\Command\\RegionCommand'] ?? $this->getRegionCommandService());
  11549.         });
  11550.     }
  11551.     /**
  11552.      * Gets the private '.App\Command\RentestimationCommand.lazy' shared service.
  11553.      *
  11554.      * @return \Symfony\Component\Console\Command\LazyCommand
  11555.      */
  11556.     protected function getRentestimationCommand_LazyService()
  11557.     {
  11558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11560.         return $this->privates['.App\\Command\\RentestimationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:rentestimation', [], 'Commande pour ajouter des estimations de loyer depuis un fichier csv.'false, function (): \App\Command\RentestimationCommand {
  11561.             return ($this->privates['App\\Command\\RentestimationCommand'] ?? $this->getRentestimationCommandService());
  11562.         });
  11563.     }
  11564.     /**
  11565.      * Gets the private '.App\Command\RulesCsvCommand.lazy' shared service.
  11566.      *
  11567.      * @return \Symfony\Component\Console\Command\LazyCommand
  11568.      */
  11569.     protected function getRulesCsvCommand_LazyService()
  11570.     {
  11571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11573.         return $this->privates['.App\\Command\\RulesCsvCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:csv:rules', [], 'Commande pour ajouter les règles applicables depuis un fichier csv.'false, function (): \App\Command\RulesCsvCommand {
  11574.             return ($this->services['App\\Command\\RulesCsvCommand'] ?? $this->getRulesCsvCommandService());
  11575.         });
  11576.     }
  11577.     /**
  11578.      * Gets the private '.App\Command\SendEmailNotificationCommand.lazy' shared service.
  11579.      *
  11580.      * @return \Symfony\Component\Console\Command\LazyCommand
  11581.      */
  11582.     protected function getSendEmailNotificationCommand_LazyService()
  11583.     {
  11584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11585.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11586.         return $this->privates['.App\\Command\\SendEmailNotificationCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('SendMailNotification', [], ' M’envoyer une alerte la veille de l’échéance, precount Bruxelles'false, function (): \App\Command\SendEmailNotificationCommand {
  11587.             return ($this->privates['App\\Command\\SendEmailNotificationCommand'] ?? $this->getSendEmailNotificationCommandService());
  11588.         });
  11589.     }
  11590.     /**
  11591.      * Gets the private '.App\Command\SendNotifSalesAgreementLimitCommand.lazy' shared service.
  11592.      *
  11593.      * @return \Symfony\Component\Console\Command\LazyCommand
  11594.      */
  11595.     protected function getSendNotifSalesAgreementLimitCommand_LazyService()
  11596.     {
  11597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11599.         return $this->privates['.App\\Command\\SendNotifSalesAgreementLimitCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:salesagreement:notif', [], 'Notification de l\'utilisateur 3 jours avant le délai du compromis'false, function (): \App\Command\SendNotifSalesAgreementLimitCommand {
  11600.             return ($this->privates['App\\Command\\SendNotifSalesAgreementLimitCommand'] ?? $this->getSendNotifSalesAgreementLimitCommandService());
  11601.         });
  11602.     }
  11603.     /**
  11604.      * Gets the private '.App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand.lazy' shared service.
  11605.      *
  11606.      * @return \Symfony\Component\Console\Command\LazyCommand
  11607.      */
  11608.     protected function getCreatePermitLocationAndCategoryCommand_LazyService()
  11609.     {
  11610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11611.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11612.         return $this->privates['.App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('environment:create-location-category', [], 'This command create Permit location and category for setup data for environments permit'false, function (): \App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand {
  11613.             return ($this->privates['App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand'] ?? $this->getCreatePermitLocationAndCategoryCommandService());
  11614.         });
  11615.     }
  11616.     /**
  11617.      * Gets the private '.App\Command\TankExpert\EngOffFlandreCommand.lazy' shared service.
  11618.      *
  11619.      * @return \Symfony\Component\Console\Command\LazyCommand
  11620.      */
  11621.     protected function getEngOffFlandreCommand_LazyService()
  11622.     {
  11623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11624.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11625.         return $this->privates['.App\\Command\\TankExpert\\EngOffFlandreCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:engOffFlandre', [], 'Commande pour ajouter des données pour les bureaux d\'etudes pour Flandre'false, function (): \App\Command\TankExpert\EngOffFlandreCommand {
  11626.             return ($this->privates['App\\Command\\TankExpert\\EngOffFlandreCommand'] ?? $this->getEngOffFlandreCommandService());
  11627.         });
  11628.     }
  11629.     /**
  11630.      * Gets the private '.App\Command\TankExpert\EngineeringOfficesCommand.lazy' shared service.
  11631.      *
  11632.      * @return \Symfony\Component\Console\Command\LazyCommand
  11633.      */
  11634.     protected function getEngineeringOfficesCommand_LazyService()
  11635.     {
  11636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11638.         return $this->privates['.App\\Command\\TankExpert\\EngineeringOfficesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:engineeringOffices', [], 'Commande pour ajouter des données pour les bureaux d\'etudes d\'expert de citernes  pour la Region Bruxelles Capitale'false, function (): \App\Command\TankExpert\EngineeringOfficesCommand {
  11639.             return ($this->privates['App\\Command\\TankExpert\\EngineeringOfficesCommand'] ?? $this->getEngineeringOfficesCommandService());
  11640.         });
  11641.     }
  11642.     /**
  11643.      * Gets the private '.App\Command\TankExpert\TankWallonieCommand.lazy' shared service.
  11644.      *
  11645.      * @return \Symfony\Component\Console\Command\LazyCommand
  11646.      */
  11647.     protected function getTankWallonieCommand_LazyService()
  11648.     {
  11649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11650.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11651.         return $this->privates['.App\\Command\\TankExpert\\TankWallonieCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:tank-wallonie', [], 'Add a short description for your command'false, function (): \App\Command\TankExpert\TankWallonieCommand {
  11652.             return ($this->privates['App\\Command\\TankExpert\\TankWallonieCommand'] ?? $this->getTankWallonieCommandService());
  11653.         });
  11654.     }
  11655.     /**
  11656.      * Gets the private '.App\Command\WorkCsvCommand.lazy' shared service.
  11657.      *
  11658.      * @return \Symfony\Component\Console\Command\LazyCommand
  11659.      */
  11660.     protected function getWorkCsvCommand_LazyService()
  11661.     {
  11662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11664.         return $this->privates['.App\\Command\\WorkCsvCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:csv:work', [], 'Commande pour ajouter des travaux depuis un fichier csv.'false, function (): \App\Command\WorkCsvCommand {
  11665.             return ($this->services['App\\Command\\WorkCsvCommand'] ?? $this->getWorkCsvCommandService());
  11666.         });
  11667.     }
  11668.     /**
  11669.      * Gets the private '.App\Command\sendAlertAquisitionCommand.lazy' shared service.
  11670.      *
  11671.      * @return \Symfony\Component\Console\Command\LazyCommand
  11672.      */
  11673.     protected function getSendAlertAquisitionCommand_LazyService()
  11674.     {
  11675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11676.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11677.         return $this->privates['.App\\Command\\sendAlertAquisitionCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:aquisition:alert', [], 'Notification de l\'utilisateur avant l\'echeanche'false, function (): \App\Command\sendAlertAquisitionCommand {
  11678.             return ($this->privates['App\\Command\\sendAlertAquisitionCommand'] ?? $this->getSendAlertAquisitionCommandService());
  11679.         });
  11680.     }
  11681.     /**
  11682.      * Gets the private '.cache_connection.TRnHpGq' shared service.
  11683.      *
  11684.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  11685.      */
  11686.     protected function get_CacheConnection_TRnHpGqService()
  11687.     {
  11688.         return $this->privates['.cache_connection.TRnHpGq'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('string:resolve:REDIS_URL').'/0', ['lazy' => true]);
  11689.     }
  11690.     /**
  11691.      * Gets the private '.console.command.about.lazy' shared service.
  11692.      *
  11693.      * @return \Symfony\Component\Console\Command\LazyCommand
  11694.      */
  11695.     protected function get_Console_Command_About_LazyService()
  11696.     {
  11697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11699.         return $this->privates['.console.command.about.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('about', [], 'Display information about the current project'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AboutCommand {
  11700.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  11701.         });
  11702.     }
  11703.     /**
  11704.      * Gets the private '.console.command.assets_install.lazy' shared service.
  11705.      *
  11706.      * @return \Symfony\Component\Console\Command\LazyCommand
  11707.      */
  11708.     protected function get_Console_Command_AssetsInstall_LazyService()
  11709.     {
  11710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11712.         return $this->privates['.console.command.assets_install.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('assets:install', [], 'Install bundle\'s web assets under a public directory'false, function (): \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand {
  11713.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  11714.         });
  11715.     }
  11716.     /**
  11717.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  11718.      *
  11719.      * @return \Symfony\Component\Console\Command\LazyCommand
  11720.      */
  11721.     protected function get_Console_Command_CacheClear_LazyService()
  11722.     {
  11723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11725.         return $this->privates['.console.command.cache_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:clear', [], 'Clear the cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand {
  11726.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  11727.         });
  11728.     }
  11729.     /**
  11730.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  11731.      *
  11732.      * @return \Symfony\Component\Console\Command\LazyCommand
  11733.      */
  11734.     protected function get_Console_Command_CachePoolClear_LazyService()
  11735.     {
  11736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11738.         return $this->privates['.console.command.cache_pool_clear.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:clear', [], 'Clear cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand {
  11739.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  11740.         });
  11741.     }
  11742.     /**
  11743.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  11744.      *
  11745.      * @return \Symfony\Component\Console\Command\LazyCommand
  11746.      */
  11747.     protected function get_Console_Command_CachePoolDelete_LazyService()
  11748.     {
  11749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11751.         return $this->privates['.console.command.cache_pool_delete.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:delete', [], 'Delete an item from a cache pool'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand {
  11752.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  11753.         });
  11754.     }
  11755.     /**
  11756.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  11757.      *
  11758.      * @return \Symfony\Component\Console\Command\LazyCommand
  11759.      */
  11760.     protected function get_Console_Command_CachePoolList_LazyService()
  11761.     {
  11762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11764.         return $this->privates['.console.command.cache_pool_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:list', [], 'List available cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand {
  11765.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  11766.         });
  11767.     }
  11768.     /**
  11769.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  11770.      *
  11771.      * @return \Symfony\Component\Console\Command\LazyCommand
  11772.      */
  11773.     protected function get_Console_Command_CachePoolPrune_LazyService()
  11774.     {
  11775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11776.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11777.         return $this->privates['.console.command.cache_pool_prune.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:pool:prune', [], 'Prune cache pools'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand {
  11778.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  11779.         });
  11780.     }
  11781.     /**
  11782.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  11783.      *
  11784.      * @return \Symfony\Component\Console\Command\LazyCommand
  11785.      */
  11786.     protected function get_Console_Command_CacheWarmup_LazyService()
  11787.     {
  11788.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11790.         return $this->privates['.console.command.cache_warmup.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('cache:warmup', [], 'Warm up an empty cache'false, function (): \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand {
  11791.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  11792.         });
  11793.     }
  11794.     /**
  11795.      * Gets the private '.console.command.config_debug.lazy' shared service.
  11796.      *
  11797.      * @return \Symfony\Component\Console\Command\LazyCommand
  11798.      */
  11799.     protected function get_Console_Command_ConfigDebug_LazyService()
  11800.     {
  11801.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11802.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11803.         return $this->privates['.console.command.config_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:config', [], 'Dump the current configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand {
  11804.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  11805.         });
  11806.     }
  11807.     /**
  11808.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  11809.      *
  11810.      * @return \Symfony\Component\Console\Command\LazyCommand
  11811.      */
  11812.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  11813.     {
  11814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11816.         return $this->privates['.console.command.config_dump_reference.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('config:dump-reference', [], 'Dump the default configuration for an extension'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand {
  11817.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  11818.         });
  11819.     }
  11820.     /**
  11821.      * Gets the private '.console.command.container_debug.lazy' shared service.
  11822.      *
  11823.      * @return \Symfony\Component\Console\Command\LazyCommand
  11824.      */
  11825.     protected function get_Console_Command_ContainerDebug_LazyService()
  11826.     {
  11827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11828.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11829.         return $this->privates['.console.command.container_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:container', [], 'Display current services for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand {
  11830.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  11831.         });
  11832.     }
  11833.     /**
  11834.      * Gets the private '.console.command.container_lint.lazy' shared service.
  11835.      *
  11836.      * @return \Symfony\Component\Console\Command\LazyCommand
  11837.      */
  11838.     protected function get_Console_Command_ContainerLint_LazyService()
  11839.     {
  11840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11842.         return $this->privates['.console.command.container_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:container', [], 'Ensure that arguments injected into services match type declarations'false, function (): \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand {
  11843.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  11844.         });
  11845.     }
  11846.     /**
  11847.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  11848.      *
  11849.      * @return \Symfony\Component\Console\Command\LazyCommand
  11850.      */
  11851.     protected function get_Console_Command_DebugAutowiring_LazyService()
  11852.     {
  11853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11855.         return $this->privates['.console.command.debug_autowiring.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:autowiring', [], 'List classes/interfaces you can use for autowiring'false, function (): \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand {
  11856.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  11857.         });
  11858.     }
  11859.     /**
  11860.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  11861.      *
  11862.      * @return \Symfony\Component\Console\Command\LazyCommand
  11863.      */
  11864.     protected function get_Console_Command_DotenvDebug_LazyService()
  11865.     {
  11866.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11867.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11868.         return $this->privates['.console.command.dotenv_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:dotenv', [], 'Lists all dotenv files with variables and values'false, function (): \Symfony\Component\Dotenv\Command\DebugCommand {
  11869.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  11870.         });
  11871.     }
  11872.     /**
  11873.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  11874.      *
  11875.      * @return \Symfony\Component\Console\Command\LazyCommand
  11876.      */
  11877.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  11878.     {
  11879.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11880.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11881.         return $this->privates['.console.command.event_dispatcher_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:event-dispatcher', [], 'Display configured listeners for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand {
  11882.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  11883.         });
  11884.     }
  11885.     /**
  11886.      * Gets the private '.console.command.form_debug.lazy' shared service.
  11887.      *
  11888.      * @return \Symfony\Component\Console\Command\LazyCommand
  11889.      */
  11890.     protected function get_Console_Command_FormDebug_LazyService()
  11891.     {
  11892.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11893.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11894.         return $this->privates['.console.command.form_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:form', [], 'Display form type information'false, function (): \Symfony\Component\Form\Command\DebugCommand {
  11895.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  11896.         });
  11897.     }
  11898.     /**
  11899.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  11900.      *
  11901.      * @return \Symfony\Component\Console\Command\LazyCommand
  11902.      */
  11903.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  11904.     {
  11905.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11906.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11907.         return $this->privates['.console.command.messenger_consume_messages.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:consume', [], 'Consume messages'false, function (): \Symfony\Component\Messenger\Command\ConsumeMessagesCommand {
  11908.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  11909.         });
  11910.     }
  11911.     /**
  11912.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  11913.      *
  11914.      * @return \Symfony\Component\Console\Command\LazyCommand
  11915.      */
  11916.     protected function get_Console_Command_MessengerDebug_LazyService()
  11917.     {
  11918.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11920.         return $this->privates['.console.command.messenger_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:messenger', [], 'List messages you can dispatch using the message buses'false, function (): \Symfony\Component\Messenger\Command\DebugCommand {
  11921.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  11922.         });
  11923.     }
  11924.     /**
  11925.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  11926.      *
  11927.      * @return \Symfony\Component\Console\Command\LazyCommand
  11928.      */
  11929.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  11930.     {
  11931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11933.         return $this->privates['.console.command.messenger_failed_messages_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:remove', [], 'Remove given messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand {
  11934.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  11935.         });
  11936.     }
  11937.     /**
  11938.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  11939.      *
  11940.      * @return \Symfony\Component\Console\Command\LazyCommand
  11941.      */
  11942.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  11943.     {
  11944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11946.         return $this->privates['.console.command.messenger_failed_messages_retry.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:retry', [], 'Retry one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand {
  11947.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  11948.         });
  11949.     }
  11950.     /**
  11951.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  11952.      *
  11953.      * @return \Symfony\Component\Console\Command\LazyCommand
  11954.      */
  11955.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  11956.     {
  11957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11959.         return $this->privates['.console.command.messenger_failed_messages_show.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:failed:show', [], 'Show one or more messages from the failure transport'false, function (): \Symfony\Component\Messenger\Command\FailedMessagesShowCommand {
  11960.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  11961.         });
  11962.     }
  11963.     /**
  11964.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  11965.      *
  11966.      * @return \Symfony\Component\Console\Command\LazyCommand
  11967.      */
  11968.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  11969.     {
  11970.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11972.         return $this->privates['.console.command.messenger_setup_transports.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:setup-transports', [], 'Prepare the required infrastructure for the transport'false, function (): \Symfony\Component\Messenger\Command\SetupTransportsCommand {
  11973.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  11974.         });
  11975.     }
  11976.     /**
  11977.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  11978.      *
  11979.      * @return \Symfony\Component\Console\Command\LazyCommand
  11980.      */
  11981.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  11982.     {
  11983.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11985.         return $this->privates['.console.command.messenger_stop_workers.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('messenger:stop-workers', [], 'Stop workers after their current message'false, function (): \Symfony\Component\Messenger\Command\StopWorkersCommand {
  11986.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  11987.         });
  11988.     }
  11989.     /**
  11990.      * Gets the private '.console.command.router_debug.lazy' shared service.
  11991.      *
  11992.      * @return \Symfony\Component\Console\Command\LazyCommand
  11993.      */
  11994.     protected function get_Console_Command_RouterDebug_LazyService()
  11995.     {
  11996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11998.         return $this->privates['.console.command.router_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:router', [], 'Display current routes for an application'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand {
  11999.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  12000.         });
  12001.     }
  12002.     /**
  12003.      * Gets the private '.console.command.router_match.lazy' shared service.
  12004.      *
  12005.      * @return \Symfony\Component\Console\Command\LazyCommand
  12006.      */
  12007.     protected function get_Console_Command_RouterMatch_LazyService()
  12008.     {
  12009.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12010.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12011.         return $this->privates['.console.command.router_match.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('router:match', [], 'Help debug routes by simulating a path info match'false, function (): \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand {
  12012.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  12013.         });
  12014.     }
  12015.     /**
  12016.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  12017.      *
  12018.      * @return \Symfony\Component\Console\Command\LazyCommand
  12019.      */
  12020.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  12021.     {
  12022.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12023.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12024.         return $this->privates['.console.command.secrets_decrypt_to_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:decrypt-to-local', [], 'Decrypt all secrets and stores them in the local vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand {
  12025.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  12026.         });
  12027.     }
  12028.     /**
  12029.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  12030.      *
  12031.      * @return \Symfony\Component\Console\Command\LazyCommand
  12032.      */
  12033.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  12034.     {
  12035.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12036.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12037.         return $this->privates['.console.command.secrets_encrypt_from_local.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:encrypt-from-local', [], 'Encrypt all local secrets to the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand {
  12038.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  12039.         });
  12040.     }
  12041.     /**
  12042.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  12043.      *
  12044.      * @return \Symfony\Component\Console\Command\LazyCommand
  12045.      */
  12046.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  12047.     {
  12048.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12049.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12050.         return $this->privates['.console.command.secrets_generate_key.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:generate-keys', [], 'Generate new encryption keys'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand {
  12051.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  12052.         });
  12053.     }
  12054.     /**
  12055.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  12056.      *
  12057.      * @return \Symfony\Component\Console\Command\LazyCommand
  12058.      */
  12059.     protected function get_Console_Command_SecretsList_LazyService()
  12060.     {
  12061.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12062.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12063.         return $this->privates['.console.command.secrets_list.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:list', [], 'List all secrets'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand {
  12064.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  12065.         });
  12066.     }
  12067.     /**
  12068.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  12069.      *
  12070.      * @return \Symfony\Component\Console\Command\LazyCommand
  12071.      */
  12072.     protected function get_Console_Command_SecretsRemove_LazyService()
  12073.     {
  12074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12075.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12076.         return $this->privates['.console.command.secrets_remove.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:remove', [], 'Remove a secret from the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand {
  12077.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  12078.         });
  12079.     }
  12080.     /**
  12081.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  12082.      *
  12083.      * @return \Symfony\Component\Console\Command\LazyCommand
  12084.      */
  12085.     protected function get_Console_Command_SecretsSet_LazyService()
  12086.     {
  12087.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12089.         return $this->privates['.console.command.secrets_set.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('secrets:set', [], 'Set a secret in the vault'false, function (): \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand {
  12090.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  12091.         });
  12092.     }
  12093.     /**
  12094.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  12095.      *
  12096.      * @return \Symfony\Component\Console\Command\LazyCommand
  12097.      */
  12098.     protected function get_Console_Command_TranslationDebug_LazyService()
  12099.     {
  12100.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12101.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12102.         return $this->privates['.console.command.translation_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:translation', [], 'Display translation messages information'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand {
  12103.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  12104.         });
  12105.     }
  12106.     /**
  12107.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  12108.      *
  12109.      * @return \Symfony\Component\Console\Command\LazyCommand
  12110.      */
  12111.     protected function get_Console_Command_TranslationExtract_LazyService()
  12112.     {
  12113.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12114.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12115.         return $this->privates['.console.command.translation_extract.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:extract', [=> 'translation:update'], 'Extract missing translations keys from code to translation files.'false, function (): \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand {
  12116.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  12117.         });
  12118.     }
  12119.     /**
  12120.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  12121.      *
  12122.      * @return \Symfony\Component\Console\Command\LazyCommand
  12123.      */
  12124.     protected function get_Console_Command_TranslationPull_LazyService()
  12125.     {
  12126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12127.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12128.         return $this->privates['.console.command.translation_pull.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:pull', [], 'Pull translations from a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPullCommand {
  12129.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  12130.         });
  12131.     }
  12132.     /**
  12133.      * Gets the private '.console.command.translation_push.lazy' shared service.
  12134.      *
  12135.      * @return \Symfony\Component\Console\Command\LazyCommand
  12136.      */
  12137.     protected function get_Console_Command_TranslationPush_LazyService()
  12138.     {
  12139.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12140.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12141.         return $this->privates['.console.command.translation_push.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('translation:push', [], 'Push translations to a given provider.'false, function (): \Symfony\Component\Translation\Command\TranslationPushCommand {
  12142.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  12143.         });
  12144.     }
  12145.     /**
  12146.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  12147.      *
  12148.      * @return \Symfony\Component\Console\Command\LazyCommand
  12149.      */
  12150.     protected function get_Console_Command_ValidatorDebug_LazyService()
  12151.     {
  12152.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12154.         return $this->privates['.console.command.validator_debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:validator', [], 'Display validation constraints for classes'false, function (): \Symfony\Component\Validator\Command\DebugCommand {
  12155.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  12156.         });
  12157.     }
  12158.     /**
  12159.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  12160.      *
  12161.      * @return \Symfony\Component\Console\Command\LazyCommand
  12162.      */
  12163.     protected function get_Console_Command_XliffLint_LazyService()
  12164.     {
  12165.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12167.         return $this->privates['.console.command.xliff_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:xliff', [], 'Lint an XLIFF file and outputs encountered errors'false, function (): \Symfony\Component\Translation\Command\XliffLintCommand {
  12168.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  12169.         });
  12170.     }
  12171.     /**
  12172.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  12173.      *
  12174.      * @return \Symfony\Component\Console\Command\LazyCommand
  12175.      */
  12176.     protected function get_Console_Command_YamlLint_LazyService()
  12177.     {
  12178.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12179.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12180.         return $this->privates['.console.command.yaml_lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:yaml', [], 'Lint a YAML file and outputs encountered errors'false, function (): \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand {
  12181.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  12182.         });
  12183.     }
  12184.     /**
  12185.      * Gets the private '.debug.http_client' shared service.
  12186.      *
  12187.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12188.      */
  12189.     protected function get_Debug_HttpClientService()
  12190.     {
  12191.         return $this->privates['.debug.http_client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12192.     }
  12193.     /**
  12194.      * Gets the private '.debug.http_client.inner' shared service.
  12195.      *
  12196.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  12197.      */
  12198.     protected function get_Debug_HttpClient_InnerService()
  12199.     {
  12200.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 10'headers' => [], 'resolve' => []], 6);
  12201.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  12202.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12203.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12204.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12205.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12206.         $instance->setLogger($a);
  12207.         return $instance;
  12208.     }
  12209.     /**
  12210.      * Gets the private '.debug.yousign.client' shared service.
  12211.      *
  12212.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12213.      */
  12214.     protected function get_Debug_Yousign_ClientService()
  12215.     {
  12216.         return $this->privates['.debug.yousign.client'] = new \Symfony\Component\HttpClient\TraceableHttpClient(\Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri(($this->privates['.debug.http_client.inner'] ?? $this->get_Debug_HttpClient_InnerService()), 'https://api-sandbox.yousign.app/v3/', ['headers' => ['Accept' => 'application/json''Authorization' => 'Bearer '.$this->getEnv('string:YOUSIGN_SANDBOX_API_KEY')], 'query' => [], 'resolve' => []]), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  12217.     }
  12218.     /**
  12219.      * Gets the private '.errored..service_locator..HgB6d8.App\Entity\Rentestimation' shared service.
  12220.      *
  12221.      * @return \App\Entity\Rentestimation
  12222.      */
  12223.     protected function getRentestimationService()
  12224.     {
  12225.         $this->throw('Cannot autowire service ".service_locator..HgB6d8": it references class "App\\Entity\\Rentestimation" but no such service exists.');
  12226.     }
  12227.     /**
  12228.      * Gets the private '.errored..service_locator..i7P.zi.App\Entity\PrimeProcedureField' shared service.
  12229.      *
  12230.      * @return \App\Entity\PrimeProcedureField
  12231.      */
  12232.     protected function getPrimeProcedureFieldService()
  12233.     {
  12234.         $this->throw('Cannot autowire service ".service_locator..i7P.zi": it references class "App\\Entity\\PrimeProcedureField" but no such service exists.');
  12235.     }
  12236.     /**
  12237.      * Gets the private '.errored..service_locator.0Ccr..5.App\Entity\ThepropertyDocument' shared service.
  12238.      *
  12239.      * @return \App\Entity\ThepropertyDocument
  12240.      */
  12241.     protected function getThepropertyDocumentService()
  12242.     {
  12243.         $this->throw('Cannot autowire service ".service_locator.0Ccr..5": it references class "App\\Entity\\ThepropertyDocument" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12244.     }
  12245.     /**
  12246.      * Gets the private '.errored..service_locator.1_JdrvA.App\Entity\User' shared service.
  12247.      *
  12248.      * @return \App\Entity\User
  12249.      */
  12250.     protected function getUserService()
  12251.     {
  12252.         $this->throw('Cannot autowire service ".service_locator.1_JdrvA": it references class "App\\Entity\\User" but no such service exists.');
  12253.     }
  12254.     /**
  12255.      * Gets the private '.errored..service_locator.44F7lZM.App\Entity\TransactionType' shared service.
  12256.      *
  12257.      * @return \App\Entity\TransactionType
  12258.      */
  12259.     protected function getTransactionTypeService()
  12260.     {
  12261.         $this->throw('Cannot autowire service ".service_locator.44F7lZM": it references class "App\\Entity\\TransactionType" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12262.     }
  12263.     /**
  12264.      * Gets the private '.errored..service_locator.4EHBvUy.App\Entity\Offer' shared service.
  12265.      *
  12266.      * @return \App\Entity\Offer
  12267.      */
  12268.     protected function getOfferService()
  12269.     {
  12270.         $this->throw('Cannot autowire service ".service_locator.4EHBvUy": it references class "App\\Entity\\Offer" but no such service exists.');
  12271.     }
  12272.     /**
  12273.      * Gets the private '.errored..service_locator.4P5r10U.App\Entity\Offer' shared service.
  12274.      *
  12275.      * @return \App\Entity\Offer
  12276.      */
  12277.     protected function getOffer2Service()
  12278.     {
  12279.         $this->throw('Cannot autowire service ".service_locator.4P5r10U": it references class "App\\Entity\\Offer" but no such service exists.');
  12280.     }
  12281.     /**
  12282.      * Gets the private '.errored..service_locator.4_PY3BS.App\Entity\PrimeProcedure' shared service.
  12283.      *
  12284.      * @return \App\Entity\PrimeProcedure
  12285.      */
  12286.     protected function getPrimeProcedureService()
  12287.     {
  12288.         $this->throw('Cannot autowire service ".service_locator.4_PY3BS": it references class "App\\Entity\\PrimeProcedure" but no such service exists.');
  12289.     }
  12290.     /**
  12291.      * Gets the private '.errored..service_locator.527nvhd.App\Entity\Parameter' shared service.
  12292.      *
  12293.      * @return \App\Entity\Parameter
  12294.      */
  12295.     protected function getParameterService()
  12296.     {
  12297.         $this->throw('Cannot autowire service ".service_locator.527nvhd": it references class "App\\Entity\\Parameter" but no such service exists.');
  12298.     }
  12299.     /**
  12300.      * Gets the private '.errored..service_locator.5wi7aKe.App\Entity\Theservice' shared service.
  12301.      *
  12302.      * @return \App\Entity\Theservice
  12303.      */
  12304.     protected function getTheserviceService()
  12305.     {
  12306.         $this->throw('Cannot autowire service ".service_locator.5wi7aKe": it references class "App\\Entity\\Theservice" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12307.     }
  12308.     /**
  12309.      * Gets the private '.errored..service_locator.65AP40..App\Entity\SubscriptionProductService' shared service.
  12310.      *
  12311.      * @return \App\Entity\SubscriptionProductService
  12312.      */
  12313.     protected function getSubscriptionProductServiceService()
  12314.     {
  12315.         $this->throw('Cannot autowire service ".service_locator.65AP40.": it references class "App\\Entity\\SubscriptionProductService" but no such service exists.');
  12316.     }
  12317.     /**
  12318.      * Gets the private '.errored..service_locator.670zTdK.App\Entity\TheProperty' shared service.
  12319.      *
  12320.      * @return \App\Entity\TheProperty
  12321.      */
  12322.     protected function getThePropertyService()
  12323.     {
  12324.         $this->throw('Cannot autowire service ".service_locator.670zTdK": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12325.     }
  12326.     /**
  12327.      * Gets the private '.errored..service_locator.6Oaurz_.App\Entity\Roof' shared service.
  12328.      *
  12329.      * @return \App\Entity\Roof
  12330.      */
  12331.     protected function getRoofService()
  12332.     {
  12333.         $this->throw('Cannot autowire service ".service_locator.6Oaurz_": it references class "App\\Entity\\Roof" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12334.     }
  12335.     /**
  12336.      * Gets the private '.errored..service_locator.74LVfE_.App\Entity\PrasZone' shared service.
  12337.      *
  12338.      * @return \App\Entity\PrasZone
  12339.      */
  12340.     protected function getPrasZoneService()
  12341.     {
  12342.         $this->throw('Cannot autowire service ".service_locator.74LVfE_": it references class "App\\Entity\\PrasZone" but no such service exists.');
  12343.     }
  12344.     /**
  12345.      * Gets the private '.errored..service_locator.77Q0MzO.App\Entity\OfferCollaborative' shared service.
  12346.      *
  12347.      * @return \App\Entity\OfferCollaborative
  12348.      */
  12349.     protected function getOfferCollaborativeService()
  12350.     {
  12351.         $this->throw('Cannot autowire service ".service_locator.77Q0MzO": it references class "App\\Entity\\OfferCollaborative" but no such service exists.');
  12352.     }
  12353.     /**
  12354.      * Gets the private '.errored..service_locator.7Bh2dos.App\Entity\TheProperty' shared service.
  12355.      *
  12356.      * @return \App\Entity\TheProperty
  12357.      */
  12358.     protected function getTheProperty2Service()
  12359.     {
  12360.         $this->throw('Cannot autowire service ".service_locator.7Bh2dos": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12361.     }
  12362.     /**
  12363.      * Gets the private '.errored..service_locator.7IsKrbY.App\Entity\Offer' shared service.
  12364.      *
  12365.      * @return \App\Entity\Offer
  12366.      */
  12367.     protected function getOffer3Service()
  12368.     {
  12369.         $this->throw('Cannot autowire service ".service_locator.7IsKrbY": it references class "App\\Entity\\Offer" but no such service exists.');
  12370.     }
  12371.     /**
  12372.      * Gets the private '.errored..service_locator.7f2MzR6.App\Entity\Solicitation' shared service.
  12373.      *
  12374.      * @return \App\Entity\Solicitation
  12375.      */
  12376.     protected function getSolicitationService()
  12377.     {
  12378.         $this->throw('Cannot autowire service ".service_locator.7f2MzR6": it references class "App\\Entity\\Solicitation" but no such service exists.');
  12379.     }
  12380.     /**
  12381.      * Gets the private '.errored..service_locator.83pwl0X.App\Entity\ImoAgent\ImoAgentSolicitation' shared service.
  12382.      *
  12383.      * @return \App\Entity\ImoAgent\ImoAgentSolicitation
  12384.      */
  12385.     protected function getImoAgentSolicitationService()
  12386.     {
  12387.         $this->throw('Cannot autowire service ".service_locator.83pwl0X": it references class "App\\Entity\\ImoAgent\\ImoAgentSolicitation" but no such service exists.');
  12388.     }
  12389.     /**
  12390.      * Gets the private '.errored..service_locator.8FMg.K_.App\Entity\ProviderSolarDeclarationCadastre' shared service.
  12391.      *
  12392.      * @return \App\Entity\ProviderSolarDeclarationCadastre
  12393.      */
  12394.     protected function getProviderSolarDeclarationCadastreService()
  12395.     {
  12396.         $this->throw('Cannot autowire service ".service_locator.8FMg.K_": it references class "App\\Entity\\ProviderSolarDeclarationCadastre" but no such service exists.');
  12397.     }
  12398.     /**
  12399.      * Gets the private '.errored..service_locator.8ekH0_G.App\Entity\PrimeProcedure' shared service.
  12400.      *
  12401.      * @return \App\Entity\PrimeProcedure
  12402.      */
  12403.     protected function getPrimeProcedure2Service()
  12404.     {
  12405.         $this->throw('Cannot autowire service ".service_locator.8ekH0_G": it references class "App\\Entity\\PrimeProcedure" but no such service exists.');
  12406.     }
  12407.     /**
  12408.      * Gets the private '.errored..service_locator.8z.wTr5.App\Entity\ThepropertyOffer' shared service.
  12409.      *
  12410.      * @return \App\Entity\ThepropertyOffer
  12411.      */
  12412.     protected function getThepropertyOfferService()
  12413.     {
  12414.         $this->throw('Cannot autowire service ".service_locator.8z.wTr5": it references class "App\\Entity\\ThepropertyOffer" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12415.     }
  12416.     /**
  12417.      * Gets the private '.errored..service_locator.8z.wTr5.App\Entity\User' shared service.
  12418.      *
  12419.      * @return \App\Entity\User
  12420.      */
  12421.     protected function getUser2Service()
  12422.     {
  12423.         $this->throw('Cannot autowire service ".service_locator.8z.wTr5": it references class "App\\Entity\\User" but no such service exists.');
  12424.     }
  12425.     /**
  12426.      * Gets the private '.errored..service_locator.9BpSl6J.App\Entity\Offer' shared service.
  12427.      *
  12428.      * @return \App\Entity\Offer
  12429.      */
  12430.     protected function getOffer4Service()
  12431.     {
  12432.         $this->throw('Cannot autowire service ".service_locator.9BpSl6J": it references class "App\\Entity\\Offer" but no such service exists.');
  12433.     }
  12434.     /**
  12435.      * Gets the private '.errored..service_locator.AGzgJIa.App\Entity\Theservice' shared service.
  12436.      *
  12437.      * @return \App\Entity\Theservice
  12438.      */
  12439.     protected function getTheservice2Service()
  12440.     {
  12441.         $this->throw('Cannot autowire service ".service_locator.AGzgJIa": it references class "App\\Entity\\Theservice" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12442.     }
  12443.     /**
  12444.      * Gets the private '.errored..service_locator.AM4iRrW.App\Entity\LocationType' shared service.
  12445.      *
  12446.      * @return \App\Entity\LocationType
  12447.      */
  12448.     protected function getLocationTypeService()
  12449.     {
  12450.         $this->throw('Cannot autowire service ".service_locator.AM4iRrW": it references class "App\\Entity\\LocationType" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12451.     }
  12452.     /**
  12453.      * Gets the private '.errored..service_locator.AYX6HiM.App\Entity\Obligations' shared service.
  12454.      *
  12455.      * @return \App\Entity\Obligations
  12456.      */
  12457.     protected function getObligationsService()
  12458.     {
  12459.         $this->throw('Cannot autowire service ".service_locator.AYX6HiM": it references class "App\\Entity\\Obligations" but no such service exists.');
  12460.     }
  12461.     /**
  12462.      * Gets the private '.errored..service_locator.AjNUl4_.App\Entity\TheProperty' shared service.
  12463.      *
  12464.      * @return \App\Entity\TheProperty
  12465.      */
  12466.     protected function getTheProperty3Service()
  12467.     {
  12468.         $this->throw('Cannot autowire service ".service_locator.AjNUl4_": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12469.     }
  12470.     /**
  12471.      * Gets the private '.errored..service_locator.B2caubr.App\Entity\CategoryEnvironnement' shared service.
  12472.      *
  12473.      * @return \App\Entity\CategoryEnvironnement
  12474.      */
  12475.     protected function getCategoryEnvironnementService()
  12476.     {
  12477.         $this->throw('Cannot autowire service ".service_locator.B2caubr": it references class "App\\Entity\\CategoryEnvironnement" but no such service exists.');
  12478.     }
  12479.     /**
  12480.      * Gets the private '.errored..service_locator.B4C5t9G.App\Entity\Contactseller' shared service.
  12481.      *
  12482.      * @return \App\Entity\Contactseller
  12483.      */
  12484.     protected function getContactsellerService()
  12485.     {
  12486.         $this->throw('Cannot autowire service ".service_locator.B4C5t9G": it references class "App\\Entity\\Contactseller" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12487.     }
  12488.     /**
  12489.      * Gets the private '.errored..service_locator.CQs0Xm0.App\Entity\PurchasePartnerRequest' shared service.
  12490.      *
  12491.      * @return \App\Entity\PurchasePartnerRequest
  12492.      */
  12493.     protected function getPurchasePartnerRequestService()
  12494.     {
  12495.         $this->throw('Cannot autowire service ".service_locator.CQs0Xm0": it references class "App\\Entity\\PurchasePartnerRequest" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12496.     }
  12497.     /**
  12498.      * Gets the private '.errored..service_locator.D28s79M.App\Entity\ImagePub' shared service.
  12499.      *
  12500.      * @return \App\Entity\ImagePub
  12501.      */
  12502.     protected function getImagePubService()
  12503.     {
  12504.         $this->throw('Cannot autowire service ".service_locator.D28s79M": it references class "App\\Entity\\ImagePub" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12505.     }
  12506.     /**
  12507.      * Gets the private '.errored..service_locator.DgQmMEO.App\Entity\Solicitation' shared service.
  12508.      *
  12509.      * @return \App\Entity\Solicitation
  12510.      */
  12511.     protected function getSolicitation2Service()
  12512.     {
  12513.         $this->throw('Cannot autowire service ".service_locator.DgQmMEO": it references class "App\\Entity\\Solicitation" but no such service exists.');
  12514.     }
  12515.     /**
  12516.      * Gets the private '.errored..service_locator.DgrmONe.App\Entity\MarkofInterest' shared service.
  12517.      *
  12518.      * @return \App\Entity\MarkofInterest
  12519.      */
  12520.     protected function getMarkofInterestService()
  12521.     {
  12522.         $this->throw('Cannot autowire service ".service_locator.DgrmONe": it references class "App\\Entity\\MarkofInterest" but no such service exists.');
  12523.     }
  12524.     /**
  12525.      * Gets the private '.errored..service_locator.DoCVnoP.App\Entity\OccupationPeriodFile' shared service.
  12526.      *
  12527.      * @return \App\Entity\OccupationPeriodFile
  12528.      */
  12529.     protected function getOccupationPeriodFileService()
  12530.     {
  12531.         $this->throw('Cannot autowire service ".service_locator.DoCVnoP": it references class "App\\Entity\\OccupationPeriodFile" but no such service exists.');
  12532.     }
  12533.     /**
  12534.      * Gets the private '.errored..service_locator.EJPRYr2.App\Entity\ObligationCsv' shared service.
  12535.      *
  12536.      * @return \App\Entity\ObligationCsv
  12537.      */
  12538.     protected function getObligationCsvService()
  12539.     {
  12540.         $this->throw('Cannot autowire service ".service_locator.EJPRYr2": it references class "App\\Entity\\ObligationCsv" but no such service exists.');
  12541.     }
  12542.     /**
  12543.      * Gets the private '.errored..service_locator.EV92WQ1.App\Entity\Conversation' shared service.
  12544.      *
  12545.      * @return \App\Entity\Conversation
  12546.      */
  12547.     protected function getConversationService()
  12548.     {
  12549.         $this->throw('Cannot autowire service ".service_locator.EV92WQ1": it references class "App\\Entity\\Conversation" but no such service exists.');
  12550.     }
  12551.     /**
  12552.      * Gets the private '.errored..service_locator.Em1sGuR.App\Entity\TheProperty' shared service.
  12553.      *
  12554.      * @return \App\Entity\TheProperty
  12555.      */
  12556.     protected function getTheProperty4Service()
  12557.     {
  12558.         $this->throw('Cannot autowire service ".service_locator.Em1sGuR": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12559.     }
  12560.     /**
  12561.      * Gets the private '.errored..service_locator.F4h55f1.App\Entity\Plan\Plan' shared service.
  12562.      *
  12563.      * @return \App\Entity\Plan\Plan
  12564.      */
  12565.     protected function getPlanService()
  12566.     {
  12567.         $this->throw('Cannot autowire service ".service_locator.F4h55f1": it references class "App\\Entity\\Plan\\Plan" but no such service exists.');
  12568.     }
  12569.     /**
  12570.      * Gets the private '.errored..service_locator.FEUHOWC.App\Entity\ImagePub' shared service.
  12571.      *
  12572.      * @return \App\Entity\ImagePub
  12573.      */
  12574.     protected function getImagePub2Service()
  12575.     {
  12576.         $this->throw('Cannot autowire service ".service_locator.FEUHOWC": it references class "App\\Entity\\ImagePub" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12577.     }
  12578.     /**
  12579.      * Gets the private '.errored..service_locator.FLflT6M.App\Entity\ServicePromo' shared service.
  12580.      *
  12581.      * @return \App\Entity\ServicePromo
  12582.      */
  12583.     protected function getServicePromoService()
  12584.     {
  12585.         $this->throw('Cannot autowire service ".service_locator.FLflT6M": it references class "App\\Entity\\ServicePromo" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12586.     }
  12587.     /**
  12588.      * Gets the private '.errored..service_locator.FMXrkKs.App\Entity\Conversation' shared service.
  12589.      *
  12590.      * @return \App\Entity\Conversation
  12591.      */
  12592.     protected function getConversation2Service()
  12593.     {
  12594.         $this->throw('Cannot autowire service ".service_locator.FMXrkKs": it references class "App\\Entity\\Conversation" but no such service exists.');
  12595.     }
  12596.     /**
  12597.      * Gets the private '.errored..service_locator.FzOPkXO.App\Entity\ImoAgent\ImoAgentSolicitation' shared service.
  12598.      *
  12599.      * @return \App\Entity\ImoAgent\ImoAgentSolicitation
  12600.      */
  12601.     protected function getImoAgentSolicitation2Service()
  12602.     {
  12603.         $this->throw('Cannot autowire service ".service_locator.FzOPkXO": it references class "App\\Entity\\ImoAgent\\ImoAgentSolicitation" but no such service exists.');
  12604.     }
  12605.     /**
  12606.      * Gets the private '.errored..service_locator.HRgCRFj.App\Entity\EnergyBelgique' shared service.
  12607.      *
  12608.      * @return \App\Entity\EnergyBelgique
  12609.      */
  12610.     protected function getEnergyBelgiqueService()
  12611.     {
  12612.         $this->throw('Cannot autowire service ".service_locator.HRgCRFj": it references class "App\\Entity\\EnergyBelgique" but no such service exists.');
  12613.     }
  12614.     /**
  12615.      * Gets the private '.errored..service_locator.IM2Mmm4.App\Entity\TheProperty' shared service.
  12616.      *
  12617.      * @return \App\Entity\TheProperty
  12618.      */
  12619.     protected function getTheProperty5Service()
  12620.     {
  12621.         $this->throw('Cannot autowire service ".service_locator.IM2Mmm4": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12622.     }
  12623.     /**
  12624.      * Gets the private '.errored..service_locator.Ik8cC3N.App\Entity\RentalManagement' shared service.
  12625.      *
  12626.      * @return \App\Entity\RentalManagement
  12627.      */
  12628.     protected function getRentalManagementService()
  12629.     {
  12630.         $this->throw('Cannot autowire service ".service_locator.Ik8cC3N": it references class "App\\Entity\\RentalManagement" but no such service exists.');
  12631.     }
  12632.     /**
  12633.      * Gets the private '.errored..service_locator.J.K9K7h.App\Entity\PrimeCsv' shared service.
  12634.      *
  12635.      * @return \App\Entity\PrimeCsv
  12636.      */
  12637.     protected function getPrimeCsvService()
  12638.     {
  12639.         $this->throw('Cannot autowire service ".service_locator.J.K9K7h": it references class "App\\Entity\\PrimeCsv" but no such service exists.');
  12640.     }
  12641.     /**
  12642.      * Gets the private '.errored..service_locator.JMvqlQM.App\Entity\OfferCollaborative' shared service.
  12643.      *
  12644.      * @return \App\Entity\OfferCollaborative
  12645.      */
  12646.     protected function getOfferCollaborative2Service()
  12647.     {
  12648.         $this->throw('Cannot autowire service ".service_locator.JMvqlQM": it references class "App\\Entity\\OfferCollaborative" but no such service exists.');
  12649.     }
  12650.     /**
  12651.      * Gets the private '.errored..service_locator.JubzVby.App\Entity\Theservice' shared service.
  12652.      *
  12653.      * @return \App\Entity\Theservice
  12654.      */
  12655.     protected function getTheservice3Service()
  12656.     {
  12657.         $this->throw('Cannot autowire service ".service_locator.JubzVby": it references class "App\\Entity\\Theservice" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12658.     }
  12659.     /**
  12660.      * Gets the private '.errored..service_locator.K5vPgtr.App\Entity\TheProperty' shared service.
  12661.      *
  12662.      * @return \App\Entity\TheProperty
  12663.      */
  12664.     protected function getTheProperty6Service()
  12665.     {
  12666.         $this->throw('Cannot autowire service ".service_locator.K5vPgtr": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12667.     }
  12668.     /**
  12669.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  12670.      *
  12671.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  12672.      */
  12673.     protected function getLoaderInterfaceService()
  12674.     {
  12675.         $this->throw('Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".');
  12676.     }
  12677.     /**
  12678.      * Gets the private '.errored..service_locator.L.6sSpP.App\Entity\SubscriptionProduct' shared service.
  12679.      *
  12680.      * @return \App\Entity\SubscriptionProduct
  12681.      */
  12682.     protected function getSubscriptionProductService()
  12683.     {
  12684.         $this->throw('Cannot autowire service ".service_locator.L.6sSpP": it references class "App\\Entity\\SubscriptionProduct" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12685.     }
  12686.     /**
  12687.      * Gets the private '.errored..service_locator.L8s9Nth.App\Entity\Notification' shared service.
  12688.      *
  12689.      * @return \App\Entity\Notification
  12690.      */
  12691.     protected function getNotificationService()
  12692.     {
  12693.         $this->throw('Cannot autowire service ".service_locator.L8s9Nth": it references class "App\\Entity\\Notification" but no such service exists.');
  12694.     }
  12695.     /**
  12696.      * Gets the private '.errored..service_locator.LbjZSbI.App\Entity\Simulation' shared service.
  12697.      *
  12698.      * @return \App\Entity\Simulation
  12699.      */
  12700.     protected function getSimulationService()
  12701.     {
  12702.         $this->throw('Cannot autowire service ".service_locator.LbjZSbI": it references class "App\\Entity\\Simulation" but no such service exists.');
  12703.     }
  12704.     /**
  12705.      * Gets the private '.errored..service_locator.M.h_EJd.App\Entity\PrasAffectationCondition' shared service.
  12706.      *
  12707.      * @return \App\Entity\PrasAffectationCondition
  12708.      */
  12709.     protected function getPrasAffectationConditionService()
  12710.     {
  12711.         $this->throw('Cannot autowire service ".service_locator.M.h_EJd": it references class "App\\Entity\\PrasAffectationCondition" but no such service exists.');
  12712.     }
  12713.     /**
  12714.      * Gets the private '.errored..service_locator.MJUzJi0.App\Entity\ImoAgent\ImoAgentSolicitation' shared service.
  12715.      *
  12716.      * @return \App\Entity\ImoAgent\ImoAgentSolicitation
  12717.      */
  12718.     protected function getImoAgentSolicitation3Service()
  12719.     {
  12720.         $this->throw('Cannot autowire service ".service_locator.MJUzJi0": it references class "App\\Entity\\ImoAgent\\ImoAgentSolicitation" but no such service exists.');
  12721.     }
  12722.     /**
  12723.      * Gets the private '.errored..service_locator.MJUzJi0.App\Entity\User' shared service.
  12724.      *
  12725.      * @return \App\Entity\User
  12726.      */
  12727.     protected function getUser3Service()
  12728.     {
  12729.         $this->throw('Cannot autowire service ".service_locator.MJUzJi0": it references class "App\\Entity\\User" but no such service exists.');
  12730.     }
  12731.     /**
  12732.      * Gets the private '.errored..service_locator.MJUzJi0.Doctrine\Common\Collections\Collection' shared service.
  12733.      *
  12734.      * @return \Doctrine\Common\Collections\Collection
  12735.      */
  12736.     protected function getCollectionService()
  12737.     {
  12738.         $this->throw('Cannot autowire service ".service_locator.MJUzJi0": it references interface "Doctrine\\Common\\Collections\\Collection" but no such service exists. Did you create a class that implements this interface?');
  12739.     }
  12740.     /**
  12741.      * Gets the private '.errored..service_locator.OC.D7cY.App\Entity\PermitEnvironmentalForm' shared service.
  12742.      *
  12743.      * @return \App\Entity\PermitEnvironmentalForm
  12744.      */
  12745.     protected function getPermitEnvironmentalFormService()
  12746.     {
  12747.         $this->throw('Cannot autowire service ".service_locator.OC.D7cY": it references class "App\\Entity\\PermitEnvironmentalForm" but no such service exists.');
  12748.     }
  12749.     /**
  12750.      * Gets the private '.errored..service_locator.P3yaVfa.App\Entity\UserServicePromo' shared service.
  12751.      *
  12752.      * @return \App\Entity\UserServicePromo
  12753.      */
  12754.     protected function getUserServicePromoService()
  12755.     {
  12756.         $this->throw('Cannot autowire service ".service_locator.P3yaVfa": it references class "App\\Entity\\UserServicePromo" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12757.     }
  12758.     /**
  12759.      * Gets the private '.errored..service_locator.P7qhCSY.App\Entity\User' shared service.
  12760.      *
  12761.      * @return \App\Entity\User
  12762.      */
  12763.     protected function getUser4Service()
  12764.     {
  12765.         $this->throw('Cannot autowire service ".service_locator.P7qhCSY": it references class "App\\Entity\\User" but no such service exists.');
  12766.     }
  12767.     /**
  12768.      * Gets the private '.errored..service_locator.POCpODg.App\Entity\CommunityPlp' shared service.
  12769.      *
  12770.      * @return \App\Entity\CommunityPlp
  12771.      */
  12772.     protected function getCommunityPlpService()
  12773.     {
  12774.         $this->throw('Cannot autowire service ".service_locator.POCpODg": it references class "App\\Entity\\CommunityPlp" but no such service exists.');
  12775.     }
  12776.     /**
  12777.      * Gets the private '.errored..service_locator.PYHrdNN.App\Entity\TheProperty' shared service.
  12778.      *
  12779.      * @return \App\Entity\TheProperty
  12780.      */
  12781.     protected function getTheProperty7Service()
  12782.     {
  12783.         $this->throw('Cannot autowire service ".service_locator.PYHrdNN": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12784.     }
  12785.     /**
  12786.      * Gets the private '.errored..service_locator.QPa5E6I.App\Entity\LandPropertyDestination' shared service.
  12787.      *
  12788.      * @return \App\Entity\LandPropertyDestination
  12789.      */
  12790.     protected function getLandPropertyDestinationService()
  12791.     {
  12792.         $this->throw('Cannot autowire service ".service_locator.QPa5E6I": it references class "App\\Entity\\LandPropertyDestination" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12793.     }
  12794.     /**
  12795.      * Gets the private '.errored..service_locator.Q_tR3xw.App\Entity\PpasAffectationCsv' shared service.
  12796.      *
  12797.      * @return \App\Entity\PpasAffectationCsv
  12798.      */
  12799.     protected function getPpasAffectationCsvService()
  12800.     {
  12801.         $this->throw('Cannot autowire service ".service_locator.Q_tR3xw": it references class "App\\Entity\\PpasAffectationCsv" but no such service exists.');
  12802.     }
  12803.     /**
  12804.      * Gets the private '.errored..service_locator.QgZYKkO.App\Entity\OccupieCsv' shared service.
  12805.      *
  12806.      * @return \App\Entity\OccupieCsv
  12807.      */
  12808.     protected function getOccupieCsvService()
  12809.     {
  12810.         $this->throw('Cannot autowire service ".service_locator.QgZYKkO": it references class "App\\Entity\\OccupieCsv" but no such service exists.');
  12811.     }
  12812.     /**
  12813.      * Gets the private '.errored..service_locator.RFcH33U.App\Entity\ThepropertyDocument' shared service.
  12814.      *
  12815.      * @return \App\Entity\ThepropertyDocument
  12816.      */
  12817.     protected function getThepropertyDocument2Service()
  12818.     {
  12819.         $this->throw('Cannot autowire service ".service_locator.RFcH33U": it references class "App\\Entity\\ThepropertyDocument" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12820.     }
  12821.     /**
  12822.      * Gets the private '.errored..service_locator.RKNP0q_.App\Entity\InventoryImage' shared service.
  12823.      *
  12824.      * @return \App\Entity\InventoryImage
  12825.      */
  12826.     protected function getInventoryImageService()
  12827.     {
  12828.         $this->throw('Cannot autowire service ".service_locator.RKNP0q_": it references class "App\\Entity\\InventoryImage" but no such service exists.');
  12829.     }
  12830.     /**
  12831.      * Gets the private '.errored..service_locator.ShsoacE.App\Entity\ThePropertyMaifInsuranceSummary' shared service.
  12832.      *
  12833.      * @return \App\Entity\ThePropertyMaifInsuranceSummary
  12834.      */
  12835.     protected function getThePropertyMaifInsuranceSummaryService()
  12836.     {
  12837.         $this->throw('Cannot autowire service ".service_locator.ShsoacE": it references class "App\\Entity\\ThePropertyMaifInsuranceSummary" but no such service exists.');
  12838.     }
  12839.     /**
  12840.      * Gets the private '.errored..service_locator.Sj_OqPs.App\Entity\PrasAffectation' shared service.
  12841.      *
  12842.      * @return \App\Entity\PrasAffectation
  12843.      */
  12844.     protected function getPrasAffectationService()
  12845.     {
  12846.         $this->throw('Cannot autowire service ".service_locator.Sj_OqPs": it references class "App\\Entity\\PrasAffectation" but no such service exists.');
  12847.     }
  12848.     /**
  12849.      * Gets the private '.errored..service_locator.Su5bU3D.App\Entity\ServiceCategory' shared service.
  12850.      *
  12851.      * @return \App\Entity\ServiceCategory
  12852.      */
  12853.     protected function getServiceCategoryService()
  12854.     {
  12855.         $this->throw('Cannot autowire service ".service_locator.Su5bU3D": it references class "App\\Entity\\ServiceCategory" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12856.     }
  12857.     /**
  12858.      * Gets the private '.errored..service_locator.TANcIz7.App\Entity\Conversation' shared service.
  12859.      *
  12860.      * @return \App\Entity\Conversation
  12861.      */
  12862.     protected function getConversation3Service()
  12863.     {
  12864.         $this->throw('Cannot autowire service ".service_locator.TANcIz7": it references class "App\\Entity\\Conversation" but no such service exists.');
  12865.     }
  12866.     /**
  12867.      * Gets the private '.errored..service_locator.TO3kXqK.App\Entity\User' shared service.
  12868.      *
  12869.      * @return \App\Entity\User
  12870.      */
  12871.     protected function getUser5Service()
  12872.     {
  12873.         $this->throw('Cannot autowire service ".service_locator.TO3kXqK": it references class "App\\Entity\\User" but no such service exists.');
  12874.     }
  12875.     /**
  12876.      * Gets the private '.errored..service_locator.T_Itg.A.App\Entity\Prime' shared service.
  12877.      *
  12878.      * @return \App\Entity\Prime
  12879.      */
  12880.     protected function getPrimeService()
  12881.     {
  12882.         $this->throw('Cannot autowire service ".service_locator.T_Itg.A": it references class "App\\Entity\\Prime" but no such service exists.');
  12883.     }
  12884.     /**
  12885.      * Gets the private '.errored..service_locator.TcZbUd5.App\Entity\PrasCsv' shared service.
  12886.      *
  12887.      * @return \App\Entity\PrasCsv
  12888.      */
  12889.     protected function getPrasCsvService()
  12890.     {
  12891.         $this->throw('Cannot autowire service ".service_locator.TcZbUd5": it references class "App\\Entity\\PrasCsv" but no such service exists.');
  12892.     }
  12893.     /**
  12894.      * Gets the private '.errored..service_locator.U7VViCc.Symfony\Component\Form\FormInterface' shared service.
  12895.      *
  12896.      * @return \Symfony\Component\Form\FormInterface
  12897.      */
  12898.     protected function getFormInterfaceService()
  12899.     {
  12900.         $this->throw('Cannot autowire service ".service_locator.U7VViCc": it references interface "Symfony\\Component\\Form\\FormInterface" but no such service exists. Did you create a class that implements this interface?');
  12901.     }
  12902.     /**
  12903.      * Gets the private '.errored..service_locator.X8a1tM..App\Entity\LeaseContractModel' shared service.
  12904.      *
  12905.      * @return \App\Entity\LeaseContractModel
  12906.      */
  12907.     protected function getLeaseContractModelService()
  12908.     {
  12909.         $this->throw('Cannot autowire service ".service_locator.X8a1tM.": it references class "App\\Entity\\LeaseContractModel" but no such service exists.');
  12910.     }
  12911.     /**
  12912.      * Gets the private '.errored..service_locator.XffhPVn.App\Entity\PpasCsv' shared service.
  12913.      *
  12914.      * @return \App\Entity\PpasCsv
  12915.      */
  12916.     protected function getPpasCsvService()
  12917.     {
  12918.         $this->throw('Cannot autowire service ".service_locator.XffhPVn": it references class "App\\Entity\\PpasCsv" but no such service exists.');
  12919.     }
  12920.     /**
  12921.      * Gets the private '.errored..service_locator.XhMKgZv.App\Entity\Message' shared service.
  12922.      *
  12923.      * @return \App\Entity\Message
  12924.      */
  12925.     protected function getMessageService()
  12926.     {
  12927.         $this->throw('Cannot autowire service ".service_locator.XhMKgZv": it references class "App\\Entity\\Message" but no such service exists.');
  12928.     }
  12929.     /**
  12930.      * Gets the private '.errored..service_locator.YK93Cie.App\Entity\OfferCollaborative' shared service.
  12931.      *
  12932.      * @return \App\Entity\OfferCollaborative
  12933.      */
  12934.     protected function getOfferCollaborative3Service()
  12935.     {
  12936.         $this->throw('Cannot autowire service ".service_locator.YK93Cie": it references class "App\\Entity\\OfferCollaborative" but no such service exists.');
  12937.     }
  12938.     /**
  12939.      * Gets the private '.errored..service_locator.YT3BDwX.App\Entity\PropertyImage' shared service.
  12940.      *
  12941.      * @return \App\Entity\PropertyImage
  12942.      */
  12943.     protected function getPropertyImageService()
  12944.     {
  12945.         $this->throw('Cannot autowire service ".service_locator.YT3BDwX": it references class "App\\Entity\\PropertyImage" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12946.     }
  12947.     /**
  12948.      * Gets the private '.errored..service_locator.YjIwi02.App\Entity\ThePropertyMaifInsuranceSummary' shared service.
  12949.      *
  12950.      * @return \App\Entity\ThePropertyMaifInsuranceSummary
  12951.      */
  12952.     protected function getThePropertyMaifInsuranceSummary2Service()
  12953.     {
  12954.         $this->throw('Cannot autowire service ".service_locator.YjIwi02": it references class "App\\Entity\\ThePropertyMaifInsuranceSummary" but no such service exists.');
  12955.     }
  12956.     /**
  12957.      * Gets the private '.errored..service_locator.YqyyZ...App\Entity\User' shared service.
  12958.      *
  12959.      * @return \App\Entity\User
  12960.      */
  12961.     protected function getUser6Service()
  12962.     {
  12963.         $this->throw('Cannot autowire service ".service_locator.YqyyZ..": it references class "App\\Entity\\User" but no such service exists.');
  12964.     }
  12965.     /**
  12966.      * Gets the private '.errored..service_locator.ZO6eemZ.App\Entity\Bank' shared service.
  12967.      *
  12968.      * @return \App\Entity\Bank
  12969.      */
  12970.     protected function getBankService()
  12971.     {
  12972.         $this->throw('Cannot autowire service ".service_locator.ZO6eemZ": it references class "App\\Entity\\Bank" but no such service exists.');
  12973.     }
  12974.     /**
  12975.      * Gets the private '.errored..service_locator._H29xsa.App\Entity\Dispense' shared service.
  12976.      *
  12977.      * @return \App\Entity\Dispense
  12978.      */
  12979.     protected function getDispenseService()
  12980.     {
  12981.         $this->throw('Cannot autowire service ".service_locator._H29xsa": it references class "App\\Entity\\Dispense" but no such service exists.');
  12982.     }
  12983.     /**
  12984.      * Gets the private '.errored..service_locator._uavBYP.App\Entity\TheProperty' shared service.
  12985.      *
  12986.      * @return \App\Entity\TheProperty
  12987.      */
  12988.     protected function getTheProperty8Service()
  12989.     {
  12990.         $this->throw('Cannot autowire service ".service_locator._uavBYP": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  12991.     }
  12992.     /**
  12993.      * Gets the private '.errored..service_locator._z1VY6v.App\Entity\Roof' shared service.
  12994.      *
  12995.      * @return \App\Entity\Roof
  12996.      */
  12997.     protected function getRoof2Service()
  12998.     {
  12999.         $this->throw('Cannot autowire service ".service_locator._z1VY6v": it references class "App\\Entity\\Roof" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13000.     }
  13001.     /**
  13002.      * Gets the private '.errored..service_locator.bKynF70.App\Entity\RentalManagementLeave' shared service.
  13003.      *
  13004.      * @return \App\Entity\RentalManagementLeave
  13005.      */
  13006.     protected function getRentalManagementLeaveService()
  13007.     {
  13008.         $this->throw('Cannot autowire service ".service_locator.bKynF70": it references class "App\\Entity\\RentalManagementLeave" but no such service exists.');
  13009.     }
  13010.     /**
  13011.      * Gets the private '.errored..service_locator.cWCqZec.App\Entity\TheProperty' shared service.
  13012.      *
  13013.      * @return \App\Entity\TheProperty
  13014.      */
  13015.     protected function getTheProperty9Service()
  13016.     {
  13017.         $this->throw('Cannot autowire service ".service_locator.cWCqZec": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13018.     }
  13019.     /**
  13020.      * Gets the private '.errored..service_locator.cd7GuMb.App\Entity\ProviderInventerListCsv' shared service.
  13021.      *
  13022.      * @return \App\Entity\ProviderInventerListCsv
  13023.      */
  13024.     protected function getProviderInventerListCsvService()
  13025.     {
  13026.         $this->throw('Cannot autowire service ".service_locator.cd7GuMb": it references class "App\\Entity\\ProviderInventerListCsv" but no such service exists.');
  13027.     }
  13028.     /**
  13029.      * Gets the private '.errored..service_locator.cdUC4AU.App\Entity\NewProjectImmoCsv' shared service.
  13030.      *
  13031.      * @return \App\Entity\NewProjectImmoCsv
  13032.      */
  13033.     protected function getNewProjectImmoCsvService()
  13034.     {
  13035.         $this->throw('Cannot autowire service ".service_locator.cdUC4AU": it references class "App\\Entity\\NewProjectImmoCsv" but no such service exists.');
  13036.     }
  13037.     /**
  13038.      * Gets the private '.errored..service_locator.ceYwZua.App\Entity\ClientSalesAgreement' shared service.
  13039.      *
  13040.      * @return \App\Entity\ClientSalesAgreement
  13041.      */
  13042.     protected function getClientSalesAgreementService()
  13043.     {
  13044.         $this->throw('Cannot autowire service ".service_locator.ceYwZua": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13045.     }
  13046.     /**
  13047.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  13048.      *
  13049.      * @return \App\Entity\User
  13050.      */
  13051.     protected function getUser7Service()
  13052.     {
  13053.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  13054.     }
  13055.     /**
  13056.      * Gets the private '.errored..service_locator.cssU_cs.App\Entity\ServicePromo' shared service.
  13057.      *
  13058.      * @return \App\Entity\ServicePromo
  13059.      */
  13060.     protected function getServicePromo2Service()
  13061.     {
  13062.         $this->throw('Cannot autowire service ".service_locator.cssU_cs": it references class "App\\Entity\\ServicePromo" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13063.     }
  13064.     /**
  13065.      * Gets the private '.errored..service_locator.d8usWRn.App\Entity\User' shared service.
  13066.      *
  13067.      * @return \App\Entity\User
  13068.      */
  13069.     protected function getUser8Service()
  13070.     {
  13071.         $this->throw('Cannot autowire service ".service_locator.d8usWRn": it references class "App\\Entity\\User" but no such service exists.');
  13072.     }
  13073.     /**
  13074.      * Gets the private '.errored..service_locator.dRhzx5a.App\Entity\WaterSupplierControllerExcel' shared service.
  13075.      *
  13076.      * @return \App\Entity\WaterSupplierControllerExcel
  13077.      */
  13078.     protected function getWaterSupplierControllerExcelService()
  13079.     {
  13080.         $this->throw('Cannot autowire service ".service_locator.dRhzx5a": it references class "App\\Entity\\WaterSupplierControllerExcel" but no such service exists.');
  13081.     }
  13082.     /**
  13083.      * Gets the private '.errored..service_locator.ea4buFp.App\Entity\User' shared service.
  13084.      *
  13085.      * @return \App\Entity\User
  13086.      */
  13087.     protected function getUser9Service()
  13088.     {
  13089.         $this->throw('Cannot autowire service ".service_locator.ea4buFp": it references class "App\\Entity\\User" but no such service exists.');
  13090.     }
  13091.     /**
  13092.      * Gets the private '.errored..service_locator.eqOSfS3.App\Entity\UrbanPermit' shared service.
  13093.      *
  13094.      * @return \App\Entity\UrbanPermit
  13095.      */
  13096.     protected function getUrbanPermitService()
  13097.     {
  13098.         $this->throw('Cannot autowire service ".service_locator.eqOSfS3": it references class "App\\Entity\\UrbanPermit" but no such service exists.');
  13099.     }
  13100.     /**
  13101.      * Gets the private '.errored..service_locator.fQZLoV9.App\Entity\SubscriptionProduct' shared service.
  13102.      *
  13103.      * @return \App\Entity\SubscriptionProduct
  13104.      */
  13105.     protected function getSubscriptionProduct2Service()
  13106.     {
  13107.         $this->throw('Cannot autowire service ".service_locator.fQZLoV9": it references class "App\\Entity\\SubscriptionProduct" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13108.     }
  13109.     /**
  13110.      * Gets the private '.errored..service_locator.fU2hXpG.App\Entity\Municipality' shared service.
  13111.      *
  13112.      * @return \App\Entity\Municipality
  13113.      */
  13114.     protected function getMunicipalityService()
  13115.     {
  13116.         $this->throw('Cannot autowire service ".service_locator.fU2hXpG": it references class "App\\Entity\\Municipality" but no such service exists.');
  13117.     }
  13118.     /**
  13119.      * Gets the private '.errored..service_locator.ft7qy.I.App\Entity\PermitPropertyProcedure' shared service.
  13120.      *
  13121.      * @return \App\Entity\PermitPropertyProcedure
  13122.      */
  13123.     protected function getPermitPropertyProcedureService()
  13124.     {
  13125.         $this->throw('Cannot autowire service ".service_locator.ft7qy.I": it references class "App\\Entity\\PermitPropertyProcedure" but no such service exists.');
  13126.     }
  13127.     /**
  13128.      * Gets the private '.errored..service_locator.gK_elPx.App\Entity\CoOwnershipPropositionVote' shared service.
  13129.      *
  13130.      * @return \App\Entity\CoOwnershipPropositionVote
  13131.      */
  13132.     protected function getCoOwnershipPropositionVoteService()
  13133.     {
  13134.         $this->throw('Cannot autowire service ".service_locator.gK_elPx": it references class "App\\Entity\\CoOwnershipPropositionVote" but no such service exists.');
  13135.     }
  13136.     /**
  13137.      * Gets the private '.errored..service_locator.gX.Qc1T.App\Entity\Purchase' shared service.
  13138.      *
  13139.      * @return \App\Entity\Purchase
  13140.      */
  13141.     protected function getPurchaseService()
  13142.     {
  13143.         $this->throw('Cannot autowire service ".service_locator.gX.Qc1T": it references class "App\\Entity\\Purchase" but no such service exists.');
  13144.     }
  13145.     /**
  13146.      * Gets the private '.errored..service_locator.gwjqcS0.App\Entity\User' shared service.
  13147.      *
  13148.      * @return \App\Entity\User
  13149.      */
  13150.     protected function getUser10Service()
  13151.     {
  13152.         $this->throw('Cannot autowire service ".service_locator.gwjqcS0": it references class "App\\Entity\\User" but no such service exists.');
  13153.     }
  13154.     /**
  13155.      * Gets the private '.errored..service_locator.hctAHiv.App\Entity\Inventory' shared service.
  13156.      *
  13157.      * @return \App\Entity\Inventory
  13158.      */
  13159.     protected function getInventoryService()
  13160.     {
  13161.         $this->throw('Cannot autowire service ".service_locator.hctAHiv": it references class "App\\Entity\\Inventory" but no such service exists.');
  13162.     }
  13163.     /**
  13164.      * Gets the private '.errored..service_locator.iOm7w8h.App\Entity\PermitLocationEnvironment' shared service.
  13165.      *
  13166.      * @return \App\Entity\PermitLocationEnvironment
  13167.      */
  13168.     protected function getPermitLocationEnvironmentService()
  13169.     {
  13170.         $this->throw('Cannot autowire service ".service_locator.iOm7w8h": it references class "App\\Entity\\PermitLocationEnvironment" but no such service exists.');
  13171.     }
  13172.     /**
  13173.      * Gets the private '.errored..service_locator.icZiCPH.App\Entity\DefaultClause' shared service.
  13174.      *
  13175.      * @return \App\Entity\DefaultClause
  13176.      */
  13177.     protected function getDefaultClauseService()
  13178.     {
  13179.         $this->throw('Cannot autowire service ".service_locator.icZiCPH": it references class "App\\Entity\\DefaultClause" but no such service exists.');
  13180.     }
  13181.     /**
  13182.      * Gets the private '.errored..service_locator.ijEx0xo.App\Entity\PermitCiterne' shared service.
  13183.      *
  13184.      * @return \App\Entity\PermitCiterne
  13185.      */
  13186.     protected function getPermitCiterneService()
  13187.     {
  13188.         $this->throw('Cannot autowire service ".service_locator.ijEx0xo": it references class "App\\Entity\\PermitCiterne" but no such service exists.');
  13189.     }
  13190.     /**
  13191.      * Gets the private '.errored..service_locator.iuOsbYx.App\Entity\TheProperty\ExtensionOrder\ThePropertyExtensionOrder' shared service.
  13192.      *
  13193.      * @return \App\Entity\TheProperty\ExtensionOrder\ThePropertyExtensionOrder
  13194.      */
  13195.     protected function getThePropertyExtensionOrderService()
  13196.     {
  13197.         $this->throw('Cannot autowire service ".service_locator.iuOsbYx": it references class "App\\Entity\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrder" but no such service exists.');
  13198.     }
  13199.     /**
  13200.      * Gets the private '.errored..service_locator.jqKA1ti.App\Entity\SyndicChat' shared service.
  13201.      *
  13202.      * @return \App\Entity\SyndicChat
  13203.      */
  13204.     protected function getSyndicChatService()
  13205.     {
  13206.         $this->throw('Cannot autowire service ".service_locator.jqKA1ti": it references class "App\\Entity\\SyndicChat" but no such service exists.');
  13207.     }
  13208.     /**
  13209.      * Gets the private '.errored..service_locator.kHIPNC3.App\Entity\Workcost' shared service.
  13210.      *
  13211.      * @return \App\Entity\Workcost
  13212.      */
  13213.     protected function getWorkcostService()
  13214.     {
  13215.         $this->throw('Cannot autowire service ".service_locator.kHIPNC3": it references class "App\\Entity\\Workcost" but no such service exists.');
  13216.     }
  13217.     /**
  13218.      * Gets the private '.errored..service_locator.kJ7g21u.App\Entity\MovingDate' shared service.
  13219.      *
  13220.      * @return \App\Entity\MovingDate
  13221.      */
  13222.     protected function getMovingDateService()
  13223.     {
  13224.         $this->throw('Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\MovingDate" but no such service exists.');
  13225.     }
  13226.     /**
  13227.      * Gets the private '.errored..service_locator.kJ7g21u.App\Entity\TheProperty' shared service.
  13228.      *
  13229.      * @return \App\Entity\TheProperty
  13230.      */
  13231.     protected function getTheProperty10Service()
  13232.     {
  13233.         $this->throw('Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13234.     }
  13235.     /**
  13236.      * Gets the private '.errored..service_locator.kJ7g21u.App\Entity\User' shared service.
  13237.      *
  13238.      * @return \App\Entity\User
  13239.      */
  13240.     protected function getUser11Service()
  13241.     {
  13242.         $this->throw('Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\User" but no such service exists.');
  13243.     }
  13244.     /**
  13245.      * Gets the private '.errored..service_locator.kSnmcso.App\Entity\Rentestimation' shared service.
  13246.      *
  13247.      * @return \App\Entity\Rentestimation
  13248.      */
  13249.     protected function getRentestimation2Service()
  13250.     {
  13251.         $this->throw('Cannot autowire service ".service_locator.kSnmcso": it references class "App\\Entity\\Rentestimation" but no such service exists.');
  13252.     }
  13253.     /**
  13254.      * Gets the private '.errored..service_locator.kmSUvCn.App\Entity\ClientSalesAgreement' shared service.
  13255.      *
  13256.      * @return \App\Entity\ClientSalesAgreement
  13257.      */
  13258.     protected function getClientSalesAgreement2Service()
  13259.     {
  13260.         $this->throw('Cannot autowire service ".service_locator.kmSUvCn": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13261.     }
  13262.     /**
  13263.      * Gets the private '.errored..service_locator.kn9MsEH.App\Entity\Notification' shared service.
  13264.      *
  13265.      * @return \App\Entity\Notification
  13266.      */
  13267.     protected function getNotification2Service()
  13268.     {
  13269.         $this->throw('Cannot autowire service ".service_locator.kn9MsEH": it references class "App\\Entity\\Notification" but no such service exists.');
  13270.     }
  13271.     /**
  13272.      * Gets the private '.errored..service_locator.kw12yOt.App\Entity\ExcelFile' shared service.
  13273.      *
  13274.      * @return \App\Entity\ExcelFile
  13275.      */
  13276.     protected function getExcelFileService()
  13277.     {
  13278.         $this->throw('Cannot autowire service ".service_locator.kw12yOt": it references class "App\\Entity\\ExcelFile" but no such service exists.');
  13279.     }
  13280.     /**
  13281.      * Gets the private '.errored..service_locator.luv6nW..App\Entity\Orders' shared service.
  13282.      *
  13283.      * @return \App\Entity\Orders
  13284.      */
  13285.     protected function getOrdersService()
  13286.     {
  13287.         $this->throw('Cannot autowire service ".service_locator.luv6nW.": it references class "App\\Entity\\Orders" but no such service exists.');
  13288.     }
  13289.     /**
  13290.      * Gets the private '.errored..service_locator.m_.Dc7T.App\Entity\TheProperty' shared service.
  13291.      *
  13292.      * @return \App\Entity\TheProperty
  13293.      */
  13294.     protected function getTheProperty11Service()
  13295.     {
  13296.         $this->throw('Cannot autowire service ".service_locator.m_.Dc7T": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13297.     }
  13298.     /**
  13299.      * Gets the private '.errored..service_locator.m_.Dc7T.App\Entity\User' shared service.
  13300.      *
  13301.      * @return \App\Entity\User
  13302.      */
  13303.     protected function getUser12Service()
  13304.     {
  13305.         $this->throw('Cannot autowire service ".service_locator.m_.Dc7T": it references class "App\\Entity\\User" but no such service exists.');
  13306.     }
  13307.     /**
  13308.      * Gets the private '.errored..service_locator.mfu9Rg_.App\Entity\TheProperty' shared service.
  13309.      *
  13310.      * @return \App\Entity\TheProperty
  13311.      */
  13312.     protected function getTheProperty12Service()
  13313.     {
  13314.         $this->throw('Cannot autowire service ".service_locator.mfu9Rg_": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13315.     }
  13316.     /**
  13317.      * Gets the private '.errored..service_locator.mpwZL0H.App\Entity\T3dDemands' shared service.
  13318.      *
  13319.      * @return \App\Entity\T3dDemands
  13320.      */
  13321.     protected function getT3dDemandsService()
  13322.     {
  13323.         $this->throw('Cannot autowire service ".service_locator.mpwZL0H": it references class "App\\Entity\\T3dDemands" but no such service exists.');
  13324.     }
  13325.     /**
  13326.      * Gets the private '.errored..service_locator.n0PRmXS.App\Entity\Solicitation' shared service.
  13327.      *
  13328.      * @return \App\Entity\Solicitation
  13329.      */
  13330.     protected function getSolicitation3Service()
  13331.     {
  13332.         $this->throw('Cannot autowire service ".service_locator.n0PRmXS": it references class "App\\Entity\\Solicitation" but no such service exists.');
  13333.     }
  13334.     /**
  13335.      * Gets the private '.errored..service_locator.nDQTbMz.App\Entity\ProviderSolarPhotovoltaic' shared service.
  13336.      *
  13337.      * @return \App\Entity\ProviderSolarPhotovoltaic
  13338.      */
  13339.     protected function getProviderSolarPhotovoltaicService()
  13340.     {
  13341.         $this->throw('Cannot autowire service ".service_locator.nDQTbMz": it references class "App\\Entity\\ProviderSolarPhotovoltaic" but no such service exists.');
  13342.     }
  13343.     /**
  13344.      * Gets the private '.errored..service_locator.o9wrxnc.App\Entity\TheProperty' shared service.
  13345.      *
  13346.      * @return \App\Entity\TheProperty
  13347.      */
  13348.     protected function getTheProperty13Service()
  13349.     {
  13350.         $this->throw('Cannot autowire service ".service_locator.o9wrxnc": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13351.     }
  13352.     /**
  13353.      * Gets the private '.errored..service_locator.or.noX7.App\Entity\ClientSalesAgreement' shared service.
  13354.      *
  13355.      * @return \App\Entity\ClientSalesAgreement
  13356.      */
  13357.     protected function getClientSalesAgreement3Service()
  13358.     {
  13359.         $this->throw('Cannot autowire service ".service_locator.or.noX7": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13360.     }
  13361.     /**
  13362.      * Gets the private '.errored..service_locator.pIUPwuq.App\Entity\Supplier' shared service.
  13363.      *
  13364.      * @return \App\Entity\Supplier
  13365.      */
  13366.     protected function getSupplierService()
  13367.     {
  13368.         $this->throw('Cannot autowire service ".service_locator.pIUPwuq": it references class "App\\Entity\\Supplier" but no such service exists.');
  13369.     }
  13370.     /**
  13371.      * Gets the private '.errored..service_locator.piW.LyK.App\Entity\User' shared service.
  13372.      *
  13373.      * @return \App\Entity\User
  13374.      */
  13375.     protected function getUser13Service()
  13376.     {
  13377.         $this->throw('Cannot autowire service ".service_locator.piW.LyK": it references class "App\\Entity\\User" but no such service exists.');
  13378.     }
  13379.     /**
  13380.      * Gets the private '.errored..service_locator.pmZg3Qp.App\Entity\EducationCsv' shared service.
  13381.      *
  13382.      * @return \App\Entity\EducationCsv
  13383.      */
  13384.     protected function getEducationCsvService()
  13385.     {
  13386.         $this->throw('Cannot autowire service ".service_locator.pmZg3Qp": it references class "App\\Entity\\EducationCsv" but no such service exists.');
  13387.     }
  13388.     /**
  13389.      * Gets the private '.errored..service_locator.q4bsI0S.App\Entity\Region' shared service.
  13390.      *
  13391.      * @return \App\Entity\Region
  13392.      */
  13393.     protected function getRegionService()
  13394.     {
  13395.         $this->throw('Cannot autowire service ".service_locator.q4bsI0S": it references class "App\\Entity\\Region" but no such service exists.');
  13396.     }
  13397.     /**
  13398.      * Gets the private '.errored..service_locator.qfFZR0..App\Entity\ExcelFile' shared service.
  13399.      *
  13400.      * @return \App\Entity\ExcelFile
  13401.      */
  13402.     protected function getExcelFile2Service()
  13403.     {
  13404.         $this->throw('Cannot autowire service ".service_locator.qfFZR0.": it references class "App\\Entity\\ExcelFile" but no such service exists.');
  13405.     }
  13406.     /**
  13407.      * Gets the private '.errored..service_locator.rLRqRgA.App\Entity\DeedOfSale' shared service.
  13408.      *
  13409.      * @return \App\Entity\DeedOfSale
  13410.      */
  13411.     protected function getDeedOfSaleService()
  13412.     {
  13413.         $this->throw('Cannot autowire service ".service_locator.rLRqRgA": it references class "App\\Entity\\DeedOfSale" but no such service exists.');
  13414.     }
  13415.     /**
  13416.      * Gets the private '.errored..service_locator.rhFGw9S.App\Entity\TheProperty' shared service.
  13417.      *
  13418.      * @return \App\Entity\TheProperty
  13419.      */
  13420.     protected function getTheProperty14Service()
  13421.     {
  13422.         $this->throw('Cannot autowire service ".service_locator.rhFGw9S": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13423.     }
  13424.     /**
  13425.      * Gets the private '.errored..service_locator.rhFGw9S.App\Entity\User' shared service.
  13426.      *
  13427.      * @return \App\Entity\User
  13428.      */
  13429.     protected function getUser14Service()
  13430.     {
  13431.         $this->throw('Cannot autowire service ".service_locator.rhFGw9S": it references class "App\\Entity\\User" but no such service exists.');
  13432.     }
  13433.     /**
  13434.      * Gets the private '.errored..service_locator.s5JOzP2.App\Entity\PropertyType' shared service.
  13435.      *
  13436.      * @return \App\Entity\PropertyType
  13437.      */
  13438.     protected function getPropertyTypeService()
  13439.     {
  13440.         $this->throw('Cannot autowire service ".service_locator.s5JOzP2": it references class "App\\Entity\\PropertyType" but no such service exists.');
  13441.     }
  13442.     /**
  13443.      * Gets the private '.errored..service_locator.tUSUGrk.App\Entity\PublicInquiryInProgressCsv' shared service.
  13444.      *
  13445.      * @return \App\Entity\PublicInquiryInProgressCsv
  13446.      */
  13447.     protected function getPublicInquiryInProgressCsvService()
  13448.     {
  13449.         $this->throw('Cannot autowire service ".service_locator.tUSUGrk": it references class "App\\Entity\\PublicInquiryInProgressCsv" but no such service exists.');
  13450.     }
  13451.     /**
  13452.      * Gets the private '.errored..service_locator.tXWH.r8.App\Entity\BrugisCsv' shared service.
  13453.      *
  13454.      * @return \App\Entity\BrugisCsv
  13455.      */
  13456.     protected function getBrugisCsvService()
  13457.     {
  13458.         $this->throw('Cannot autowire service ".service_locator.tXWH.r8": it references class "App\\Entity\\BrugisCsv" but no such service exists.');
  13459.     }
  13460.     /**
  13461.      * Gets the private '.errored..service_locator.te70QFD.App\Entity\Csv' shared service.
  13462.      *
  13463.      * @return \App\Entity\Csv
  13464.      */
  13465.     protected function getCsvService()
  13466.     {
  13467.         $this->throw('Cannot autowire service ".service_locator.te70QFD": it references class "App\\Entity\\Csv" but no such service exists.');
  13468.     }
  13469.     /**
  13470.      * Gets the private '.errored..service_locator.u2JReeV.App\Entity\Country' shared service.
  13471.      *
  13472.      * @return \App\Entity\Country
  13473.      */
  13474.     protected function getCountryService()
  13475.     {
  13476.         $this->throw('Cannot autowire service ".service_locator.u2JReeV": it references class "App\\Entity\\Country" but no such service exists.');
  13477.     }
  13478.     /**
  13479.      * Gets the private '.errored..service_locator.viRkkJL.App\Entity\SalesAgreementFile' shared service.
  13480.      *
  13481.      * @return \App\Entity\SalesAgreementFile
  13482.      */
  13483.     protected function getSalesAgreementFileService()
  13484.     {
  13485.         $this->throw('Cannot autowire service ".service_locator.viRkkJL": it references class "App\\Entity\\SalesAgreementFile" but no such service exists.');
  13486.     }
  13487.     /**
  13488.      * Gets the private '.errored..service_locator.vwd5GYN.App\Entity\ClientSalesAgreement' shared service.
  13489.      *
  13490.      * @return \App\Entity\ClientSalesAgreement
  13491.      */
  13492.     protected function getClientSalesAgreement4Service()
  13493.     {
  13494.         $this->throw('Cannot autowire service ".service_locator.vwd5GYN": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13495.     }
  13496.     /**
  13497.      * Gets the private '.errored..service_locator.whbH868.App\Entity\LeaseContract' shared service.
  13498.      *
  13499.      * @return \App\Entity\LeaseContract
  13500.      */
  13501.     protected function getLeaseContractService()
  13502.     {
  13503.         $this->throw('Cannot autowire service ".service_locator.whbH868": it references class "App\\Entity\\LeaseContract" but no such service exists.');
  13504.     }
  13505.     /**
  13506.      * Gets the private '.errored..service_locator.wmfmmb7.App\Entity\User' shared service.
  13507.      *
  13508.      * @return \App\Entity\User
  13509.      */
  13510.     protected function getUser15Service()
  13511.     {
  13512.         $this->throw('Cannot autowire service ".service_locator.wmfmmb7": it references class "App\\Entity\\User" but no such service exists.');
  13513.     }
  13514.     /**
  13515.      * Gets the private '.errored..service_locator.yGdZL4P.App\Entity\LeaseContract' shared service.
  13516.      *
  13517.      * @return \App\Entity\LeaseContract
  13518.      */
  13519.     protected function getLeaseContract2Service()
  13520.     {
  13521.         $this->throw('Cannot autowire service ".service_locator.yGdZL4P": it references class "App\\Entity\\LeaseContract" but no such service exists.');
  13522.     }
  13523.     /**
  13524.      * Gets the private '.errored..service_locator.z7R5T1y.App\Entity\OfferLease' shared service.
  13525.      *
  13526.      * @return \App\Entity\OfferLease
  13527.      */
  13528.     protected function getOfferLeaseService()
  13529.     {
  13530.         $this->throw('Cannot autowire service ".service_locator.z7R5T1y": it references class "App\\Entity\\OfferLease" but no such service exists.');
  13531.     }
  13532.     /**
  13533.      * Gets the private '.errored..service_locator.z7qwdkH.App\Entity\Plan\Plan' shared service.
  13534.      *
  13535.      * @return \App\Entity\Plan\Plan
  13536.      */
  13537.     protected function getPlan2Service()
  13538.     {
  13539.         $this->throw('Cannot autowire service ".service_locator.z7qwdkH": it references class "App\\Entity\\Plan\\Plan" but no such service exists.');
  13540.     }
  13541.     /**
  13542.      * Gets the private '.errored..service_locator.zK2Ig67.App\Entity\SubscriptionProductService' shared service.
  13543.      *
  13544.      * @return \App\Entity\SubscriptionProductService
  13545.      */
  13546.     protected function getSubscriptionProductService2Service()
  13547.     {
  13548.         $this->throw('Cannot autowire service ".service_locator.zK2Ig67": it references class "App\\Entity\\SubscriptionProductService" but no such service exists.');
  13549.     }
  13550.     /**
  13551.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  13552.      *
  13553.      * @return \Symfony\Component\Console\Command\LazyCommand
  13554.      */
  13555.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  13556.     {
  13557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13559.         return $this->privates['.maker.auto_command.make_auth.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:auth', [], 'Creates a Guard authenticator of different flavors'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13560.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  13561.         });
  13562.     }
  13563.     /**
  13564.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  13565.      *
  13566.      * @return \Symfony\Component\Console\Command\LazyCommand
  13567.      */
  13568.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  13569.     {
  13570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13571.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13572.         return $this->privates['.maker.auto_command.make_command.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:command', [], 'Creates a new console command class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13573.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  13574.         });
  13575.     }
  13576.     /**
  13577.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  13578.      *
  13579.      * @return \Symfony\Component\Console\Command\LazyCommand
  13580.      */
  13581.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  13582.     {
  13583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13585.         return $this->privates['.maker.auto_command.make_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:controller', [], 'Creates a new controller class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13586.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  13587.         });
  13588.     }
  13589.     /**
  13590.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  13591.      *
  13592.      * @return \Symfony\Component\Console\Command\LazyCommand
  13593.      */
  13594.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  13595.     {
  13596.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13597.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13598.         return $this->privates['.maker.auto_command.make_crud.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:crud', [], 'Creates CRUD for Doctrine entity class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13599.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  13600.         });
  13601.     }
  13602.     /**
  13603.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  13604.      *
  13605.      * @return \Symfony\Component\Console\Command\LazyCommand
  13606.      */
  13607.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  13608.     {
  13609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13610.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13611.         return $this->privates['.maker.auto_command.make_data_persister.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-persister', [], 'Creates an API Platform data persister'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13612.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  13613.         });
  13614.     }
  13615.     /**
  13616.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  13617.      *
  13618.      * @return \Symfony\Component\Console\Command\LazyCommand
  13619.      */
  13620.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  13621.     {
  13622.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13623.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13624.         return $this->privates['.maker.auto_command.make_data_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:data-provider', [], 'Creates an API Platform data provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13625.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  13626.         });
  13627.     }
  13628.     /**
  13629.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  13630.      *
  13631.      * @return \Symfony\Component\Console\Command\LazyCommand
  13632.      */
  13633.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  13634.     {
  13635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13636.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13637.         return $this->privates['.maker.auto_command.make_docker_database.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:docker:database', [], 'Adds a database container to your docker-compose.yaml file'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13638.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  13639.         });
  13640.     }
  13641.     /**
  13642.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  13643.      *
  13644.      * @return \Symfony\Component\Console\Command\LazyCommand
  13645.      */
  13646.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  13647.     {
  13648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13649.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13650.         return $this->privates['.maker.auto_command.make_entity.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:entity', [], 'Creates or updates a Doctrine entity class, and optionally an API Platform resource'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13651.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  13652.         });
  13653.     }
  13654.     /**
  13655.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  13656.      *
  13657.      * @return \Symfony\Component\Console\Command\LazyCommand
  13658.      */
  13659.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  13660.     {
  13661.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13662.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13663.         return $this->privates['.maker.auto_command.make_fixtures.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:fixtures', [], 'Creates a new class to load Doctrine fixtures'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13664.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  13665.         });
  13666.     }
  13667.     /**
  13668.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  13669.      *
  13670.      * @return \Symfony\Component\Console\Command\LazyCommand
  13671.      */
  13672.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  13673.     {
  13674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13675.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13676.         return $this->privates['.maker.auto_command.make_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:form', [], 'Creates a new form class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13677.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  13678.         });
  13679.     }
  13680.     /**
  13681.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  13682.      *
  13683.      * @return \Symfony\Component\Console\Command\LazyCommand
  13684.      */
  13685.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  13686.     {
  13687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13689.         return $this->privates['.maker.auto_command.make_message.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:message', [], 'Creates a new message and handler'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13690.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  13691.         });
  13692.     }
  13693.     /**
  13694.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  13695.      *
  13696.      * @return \Symfony\Component\Console\Command\LazyCommand
  13697.      */
  13698.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  13699.     {
  13700.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13702.         return $this->privates['.maker.auto_command.make_messenger_middleware.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:messenger-middleware', [], 'Creates a new messenger middleware'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13703.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  13704.         });
  13705.     }
  13706.     /**
  13707.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  13708.      *
  13709.      * @return \Symfony\Component\Console\Command\LazyCommand
  13710.      */
  13711.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  13712.     {
  13713.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13714.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13715.         return $this->privates['.maker.auto_command.make_migration.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:migration', [], 'Creates a new migration based on database changes'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13716.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  13717.         });
  13718.     }
  13719.     /**
  13720.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  13721.      *
  13722.      * @return \Symfony\Component\Console\Command\LazyCommand
  13723.      */
  13724.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  13725.     {
  13726.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13727.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13728.         return $this->privates['.maker.auto_command.make_registration_form.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:registration-form', [], 'Creates a new registration form system'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13729.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  13730.         });
  13731.     }
  13732.     /**
  13733.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  13734.      *
  13735.      * @return \Symfony\Component\Console\Command\LazyCommand
  13736.      */
  13737.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  13738.     {
  13739.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13740.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13741.         return $this->privates['.maker.auto_command.make_reset_password.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:reset-password', [], 'Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13742.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  13743.         });
  13744.     }
  13745.     /**
  13746.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  13747.      *
  13748.      * @return \Symfony\Component\Console\Command\LazyCommand
  13749.      */
  13750.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  13751.     {
  13752.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13753.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13754.         return $this->privates['.maker.auto_command.make_serializer_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:encoder', [], 'Creates a new serializer encoder class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13755.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  13756.         });
  13757.     }
  13758.     /**
  13759.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  13760.      *
  13761.      * @return \Symfony\Component\Console\Command\LazyCommand
  13762.      */
  13763.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  13764.     {
  13765.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13767.         return $this->privates['.maker.auto_command.make_serializer_normalizer.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:serializer:normalizer', [], 'Creates a new serializer normalizer class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13768.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  13769.         });
  13770.     }
  13771.     /**
  13772.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  13773.      *
  13774.      * @return \Symfony\Component\Console\Command\LazyCommand
  13775.      */
  13776.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  13777.     {
  13778.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13779.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13780.         return $this->privates['.maker.auto_command.make_state_processor.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-processor', [], 'Creates an API Platform state processor'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13781.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  13782.         });
  13783.     }
  13784.     /**
  13785.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  13786.      *
  13787.      * @return \Symfony\Component\Console\Command\LazyCommand
  13788.      */
  13789.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  13790.     {
  13791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13792.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13793.         return $this->privates['.maker.auto_command.make_state_provider.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:state-provider', [], 'Creates an API Platform state provider'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13794.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  13795.         });
  13796.     }
  13797.     /**
  13798.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  13799.      *
  13800.      * @return \Symfony\Component\Console\Command\LazyCommand
  13801.      */
  13802.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  13803.     {
  13804.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13806.         return $this->privates['.maker.auto_command.make_stimulus_controller.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:stimulus-controller', [], 'Creates a new Stimulus controller'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13807.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  13808.         });
  13809.     }
  13810.     /**
  13811.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  13812.      *
  13813.      * @return \Symfony\Component\Console\Command\LazyCommand
  13814.      */
  13815.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  13816.     {
  13817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13818.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13819.         return $this->privates['.maker.auto_command.make_subscriber.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:subscriber', [], 'Creates a new event subscriber class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13820.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  13821.         });
  13822.     }
  13823.     /**
  13824.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  13825.      *
  13826.      * @return \Symfony\Component\Console\Command\LazyCommand
  13827.      */
  13828.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  13829.     {
  13830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13831.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13832.         return $this->privates['.maker.auto_command.make_test.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:test', [=> 'make:unit-test'=> 'make:functional-test'], 'Creates a new test class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13833.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  13834.         });
  13835.     }
  13836.     /**
  13837.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  13838.      *
  13839.      * @return \Symfony\Component\Console\Command\LazyCommand
  13840.      */
  13841.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  13842.     {
  13843.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13844.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13845.         return $this->privates['.maker.auto_command.make_twig_extension.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:twig-extension', [], 'Creates a new Twig extension class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13846.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  13847.         });
  13848.     }
  13849.     /**
  13850.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  13851.      *
  13852.      * @return \Symfony\Component\Console\Command\LazyCommand
  13853.      */
  13854.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  13855.     {
  13856.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13858.         return $this->privates['.maker.auto_command.make_user.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:user', [], 'Creates a new security user class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13859.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  13860.         });
  13861.     }
  13862.     /**
  13863.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  13864.      *
  13865.      * @return \Symfony\Component\Console\Command\LazyCommand
  13866.      */
  13867.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  13868.     {
  13869.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13871.         return $this->privates['.maker.auto_command.make_validator.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:validator', [], 'Creates a new validator and constraint class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13872.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  13873.         });
  13874.     }
  13875.     /**
  13876.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  13877.      *
  13878.      * @return \Symfony\Component\Console\Command\LazyCommand
  13879.      */
  13880.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  13881.     {
  13882.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13883.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13884.         return $this->privates['.maker.auto_command.make_voter.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('make:voter', [], 'Creates a new security voter class'false, function (): \Symfony\Bundle\MakerBundle\Command\MakerCommand {
  13885.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  13886.         });
  13887.     }
  13888.     /**
  13889.      * Gets the private '.messenger.handler_descriptor..LEXsda' shared service.
  13890.      *
  13891.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13892.      */
  13893.     protected function get_Messenger_HandlerDescriptor__LEXsdaService()
  13894.     {
  13895.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13896.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13897.         include_once \dirname(__DIR__4).'/src/MessageHandler/ShowInterestMessageHandler.php';
  13898.         $a = ($this->privates['App\\Service\\AlertService'] ?? $this->getAlertServiceService());
  13899.         if (isset($this->privates['.messenger.handler_descriptor..LEXsda'])) {
  13900.             return $this->privates['.messenger.handler_descriptor..LEXsda'];
  13901.         }
  13902.         return $this->privates['.messenger.handler_descriptor..LEXsda'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ShowInterestMessageHandler($a), []);
  13903.     }
  13904.     /**
  13905.      * Gets the private '.messenger.handler_descriptor.2PV5OtP' shared service.
  13906.      *
  13907.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13908.      */
  13909.     protected function get_Messenger_HandlerDescriptor_2PV5OtPService()
  13910.     {
  13911.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13912.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13913.         include_once \dirname(__DIR__4).'/src/MessageHandler/CommunityPostNotificationHandler.php';
  13914.         $a = ($this->privates['App\\Service\\Api\\Community\\NotificationService'] ?? $this->getNotificationServiceService());
  13915.         if (isset($this->privates['.messenger.handler_descriptor.2PV5OtP'])) {
  13916.             return $this->privates['.messenger.handler_descriptor.2PV5OtP'];
  13917.         }
  13918.         return $this->privates['.messenger.handler_descriptor.2PV5OtP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CommunityPostNotificationHandler($a), []);
  13919.     }
  13920.     /**
  13921.      * Gets the private '.messenger.handler_descriptor.OYxdkFB' shared service.
  13922.      *
  13923.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13924.      */
  13925.     protected function get_Messenger_HandlerDescriptor_OYxdkFBService()
  13926.     {
  13927.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13928.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13929.         include_once \dirname(__DIR__4).'/src/MessageHandler/NewCommitteeNotificationHandler.php';
  13930.         $a = ($this->privates['App\\Service\\Api\\Community\\NotificationService'] ?? $this->getNotificationServiceService());
  13931.         if (isset($this->privates['.messenger.handler_descriptor.OYxdkFB'])) {
  13932.             return $this->privates['.messenger.handler_descriptor.OYxdkFB'];
  13933.         }
  13934.         return $this->privates['.messenger.handler_descriptor.OYxdkFB'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\NewCommitteeNotificationHandler($a), []);
  13935.     }
  13936.     /**
  13937.      * Gets the private '.messenger.handler_descriptor.ReaAshx' shared service.
  13938.      *
  13939.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13940.      */
  13941.     protected function get_Messenger_HandlerDescriptor_ReaAshxService()
  13942.     {
  13943.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13945.         include_once \dirname(__DIR__4).'/src/MessageHandler/AlertMessageHandler.php';
  13946.         $a = ($this->privates['App\\Service\\AlertService'] ?? $this->getAlertServiceService());
  13947.         if (isset($this->privates['.messenger.handler_descriptor.ReaAshx'])) {
  13948.             return $this->privates['.messenger.handler_descriptor.ReaAshx'];
  13949.         }
  13950.         return $this->privates['.messenger.handler_descriptor.ReaAshx'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\AlertMessageHandler($a), []);
  13951.     }
  13952.     /**
  13953.      * Gets the private '.messenger.handler_descriptor._ao._zO' shared service.
  13954.      *
  13955.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13956.      */
  13957.     protected function get_Messenger_HandlerDescriptor_Ao_ZOService()
  13958.     {
  13959.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13960.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13961.         include_once \dirname(__DIR__4).'/src/MessageHandler/LeaseContractTimeoutMessageHandler.php';
  13962.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13963.         if (isset($this->privates['.messenger.handler_descriptor._ao._zO'])) {
  13964.             return $this->privates['.messenger.handler_descriptor._ao._zO'];
  13965.         }
  13966.         $b = ($this->privates['App\\Service\\Api\\RentalEmailService'] ?? $this->getRentalEmailServiceService());
  13967.         if (isset($this->privates['.messenger.handler_descriptor._ao._zO'])) {
  13968.             return $this->privates['.messenger.handler_descriptor._ao._zO'];
  13969.         }
  13970.         return $this->privates['.messenger.handler_descriptor._ao._zO'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LeaseContractTimeoutMessageHandler($a$b), []);
  13971.     }
  13972.     /**
  13973.      * Gets the private '.messenger.handler_descriptor.dYC6Jx9' shared service.
  13974.      *
  13975.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13976.      */
  13977.     protected function get_Messenger_HandlerDescriptor_DYC6Jx9Service()
  13978.     {
  13979.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13980.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13981.         include_once \dirname(__DIR__4).'/src/MessageHandler/SalesDateLimitNotificationHandler.php';
  13982.         $a = ($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'] ?? $this->getClientSalesAgreementServiceService());
  13983.         if (isset($this->privates['.messenger.handler_descriptor.dYC6Jx9'])) {
  13984.             return $this->privates['.messenger.handler_descriptor.dYC6Jx9'];
  13985.         }
  13986.         return $this->privates['.messenger.handler_descriptor.dYC6Jx9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\SalesDateLimitNotificationHandler($a, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService())), []);
  13987.     }
  13988.     /**
  13989.      * Gets the private '.messenger.handler_descriptor.enSacTY' shared service.
  13990.      *
  13991.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13992.      */
  13993.     protected function get_Messenger_HandlerDescriptor_EnSacTYService()
  13994.     {
  13995.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13996.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13997.         include_once \dirname(__DIR__4).'/src/MessageHandler/CommunityPlpMessageHandler.php';
  13998.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13999.         if (isset($this->privates['.messenger.handler_descriptor.enSacTY'])) {
  14000.             return $this->privates['.messenger.handler_descriptor.enSacTY'];
  14001.         }
  14002.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  14003.         if (isset($this->privates['.messenger.handler_descriptor.enSacTY'])) {
  14004.             return $this->privates['.messenger.handler_descriptor.enSacTY'];
  14005.         }
  14006.         return $this->privates['.messenger.handler_descriptor.enSacTY'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CommunityPlpMessageHandler(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), ($this->privates['App\\Repository\\CommunityPlpRepository'] ?? $this->getCommunityPlpRepositoryService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a$b), []);
  14007.     }
  14008.     /**
  14009.      * Gets the private '.messenger.handler_descriptor.i5idlk5' shared service.
  14010.      *
  14011.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14012.      */
  14013.     protected function get_Messenger_HandlerDescriptor_I5idlk5Service()
  14014.     {
  14015.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  14016.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  14017.         include_once \dirname(__DIR__4).'/src/MessageHandler/MessageAquisitionHandler.php';
  14018.         include_once \dirname(__DIR__4).'/src/Service/Api/Domiciliation/DomAquisitionAlertService.php';
  14019.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  14020.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  14021.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  14022.         }
  14023.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  14024.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  14025.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  14026.         }
  14027.         $c = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  14028.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  14029.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  14030.         }
  14031.         $d = ($this->privates['App\\Service\\Api\\SendEmailService'] ?? $this->getSendEmailServiceService());
  14032.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  14033.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  14034.         }
  14035.         return $this->privates['.messenger.handler_descriptor.i5idlk5'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\MessageAquisitionHandler(new \App\Service\Api\Domiciliation\DomAquisitionAlertService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d)), []);
  14036.     }
  14037.     /**
  14038.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  14039.      *
  14040.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  14041.      */
  14042.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  14043.     {
  14044.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  14045.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  14046.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  14047.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  14048.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  14049.         }
  14050.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  14051.     }
  14052.     /**
  14053.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  14054.      *
  14055.      * @return \Symfony\Component\Console\Command\LazyCommand
  14056.      */
  14057.     protected function get_Monolog_Command_ServerLog_LazyService()
  14058.     {
  14059.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14061.         return $this->privates['.monolog.command.server_log.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:log', [], 'Start a log server that displays logs in real time'false, function (): \Symfony\Bridge\Monolog\Command\ServerLogCommand {
  14062.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  14063.         });
  14064.     }
  14065.     /**
  14066.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  14067.      *
  14068.      * @return \Symfony\Component\Console\Command\LazyCommand
  14069.      */
  14070.     protected function get_Security_Command_DebugFirewall_LazyService()
  14071.     {
  14072.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14073.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14074.         return $this->privates['.security.command.debug_firewall.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:firewall', [], 'Display information about your security firewall(s)'false, function (): \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand {
  14075.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  14076.         });
  14077.     }
  14078.     /**
  14079.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  14080.      *
  14081.      * @return \Symfony\Component\Console\Command\LazyCommand
  14082.      */
  14083.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  14084.     {
  14085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14087.         return $this->privates['.security.command.user_password_encoder.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:encode-password', [], 'Encode a password'false, function (): \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand {
  14088.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  14089.         });
  14090.     }
  14091.     /**
  14092.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  14093.      *
  14094.      * @return \Symfony\Component\Console\Command\LazyCommand
  14095.      */
  14096.     protected function get_Security_Command_UserPasswordHash_LazyService()
  14097.     {
  14098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  14099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  14100.         return $this->privates['.security.command.user_password_hash.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('security:hash-password', [], 'Hash a user password'false, function (): \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand {
  14101.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  14102.         });
  14103.     }
  14104.     /**
  14105.      * Gets the private '.service_locator..Ae5NXw' shared service.
  14106.      *
  14107.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14108.      */
  14109.     protected function get_ServiceLocator__Ae5NXwService()
  14110.     {
  14111.         return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14112.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  14113.         ], [
  14114.             'userRepository' => 'App\\Repository\\UserRepository',
  14115.         ]);
  14116.     }
  14117.     /**
  14118.      * Gets the private '.service_locator..HgB6d8' shared service.
  14119.      *
  14120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14121.      */
  14122.     protected function get_ServiceLocator__HgB6d8Service()
  14123.     {
  14124.         return $this->privates['.service_locator..HgB6d8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14125.             'estimation' => ['privates''.errored..service_locator..HgB6d8.App\\Entity\\Rentestimation'NULL'Cannot autowire service ".service_locator..HgB6d8": it references class "App\\Entity\\Rentestimation" but no such service exists.'],
  14126.         ], [
  14127.             'estimation' => 'App\\Entity\\Rentestimation',
  14128.         ]);
  14129.     }
  14130.     /**
  14131.      * Gets the private '.service_locator..OVXgLf' shared service.
  14132.      *
  14133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14134.      */
  14135.     protected function get_ServiceLocator__OVXgLfService()
  14136.     {
  14137.         return $this->privates['.service_locator..OVXgLf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14138.             'documentRequestService' => ['privates''App\\Service\\Api\\TheProperty\\DocumentRequestService''getDocumentRequestServiceService'false],
  14139.         ], [
  14140.             'documentRequestService' => 'App\\Service\\Api\\TheProperty\\DocumentRequestService',
  14141.         ]);
  14142.     }
  14143.     /**
  14144.      * Gets the private '.service_locator..fvlmU9' shared service.
  14145.      *
  14146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14147.      */
  14148.     protected function get_ServiceLocator__FvlmU9Service()
  14149.     {
  14150.         return $this->privates['.service_locator..fvlmU9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14151.             'repository' => ['privates''App\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  14152.         ], [
  14153.             'repository' => 'App\\Repository\\PropertyTypeRepository',
  14154.         ]);
  14155.     }
  14156.     /**
  14157.      * Gets the private '.service_locator..i7P.zi' shared service.
  14158.      *
  14159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14160.      */
  14161.     protected function get_ServiceLocator__I7P_ZiService()
  14162.     {
  14163.         return $this->privates['.service_locator..i7P.zi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14164.             'field' => ['privates''.errored..service_locator..i7P.zi.App\\Entity\\PrimeProcedureField'NULL'Cannot autowire service ".service_locator..i7P.zi": it references class "App\\Entity\\PrimeProcedureField" but no such service exists.'],
  14165.         ], [
  14166.             'field' => 'App\\Entity\\PrimeProcedureField',
  14167.         ]);
  14168.     }
  14169.     /**
  14170.      * Gets the private '.service_locator.0Ccr..5' shared service.
  14171.      *
  14172.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14173.      */
  14174.     protected function get_ServiceLocator_0Ccr__5Service()
  14175.     {
  14176.         return $this->privates['.service_locator.0Ccr..5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14177.             'data' => ['privates''.errored..service_locator.0Ccr..5.App\\Entity\\ThepropertyDocument'NULL'Cannot autowire service ".service_locator.0Ccr..5": it references class "App\\Entity\\ThepropertyDocument" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14178.             'documentModificationService' => ['privates''App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService''getDocumentModificationServiceService'false],
  14179.         ], [
  14180.             'data' => 'App\\Entity\\ThepropertyDocument',
  14181.             'documentModificationService' => 'App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService',
  14182.         ]);
  14183.     }
  14184.     /**
  14185.      * Gets the private '.service_locator.0UNyPfI' shared service.
  14186.      *
  14187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14188.      */
  14189.     protected function get_ServiceLocator_0UNyPfIService()
  14190.     {
  14191.         return $this->privates['.service_locator.0UNyPfI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14192.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14193.             'propertyRep' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  14194.         ], [
  14195.             'em' => '?',
  14196.             'propertyRep' => 'App\\Repository\\ThepropertyRepository',
  14197.         ]);
  14198.     }
  14199.     /**
  14200.      * Gets the private '.service_locator.0x1xCX0' shared service.
  14201.      *
  14202.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14203.      */
  14204.     protected function get_ServiceLocator_0x1xCX0Service()
  14205.     {
  14206.         return $this->privates['.service_locator.0x1xCX0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14207.             'traitementImmogo' => ['privates''App\\Service\\TraitementImmogo''getTraitementImmogoService'false],
  14208.         ], [
  14209.             'traitementImmogo' => 'App\\Service\\TraitementImmogo',
  14210.         ]);
  14211.     }
  14212.     /**
  14213.      * Gets the private '.service_locator.1_JdrvA' shared service.
  14214.      *
  14215.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14216.      */
  14217.     protected function get_ServiceLocator_1JdrvAService()
  14218.     {
  14219.         return $this->privates['.service_locator.1_JdrvA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14220.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  14221.             'user' => ['privates''.errored..service_locator.1_JdrvA.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.1_JdrvA": it references class "App\\Entity\\User" but no such service exists.'],
  14222.         ], [
  14223.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  14224.             'user' => 'App\\Entity\\User',
  14225.         ]);
  14226.     }
  14227.     /**
  14228.      * Gets the private '.service_locator.2LRM4iA' shared service.
  14229.      *
  14230.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14231.      */
  14232.     protected function get_ServiceLocator_2LRM4iAService()
  14233.     {
  14234.         return $this->privates['.service_locator.2LRM4iA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14235.             'localityService' => ['privates''App\\Service\\Api\\TheProperty\\LocalityService''getLocalityServiceService'false],
  14236.         ], [
  14237.             'localityService' => 'App\\Service\\Api\\TheProperty\\LocalityService',
  14238.         ]);
  14239.     }
  14240.     /**
  14241.      * Gets the private '.service_locator.3Yfz5Eo' shared service.
  14242.      *
  14243.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14244.      */
  14245.     protected function get_ServiceLocator_3Yfz5EoService()
  14246.     {
  14247.         return $this->privates['.service_locator.3Yfz5Eo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14248.             'announcementRepository' => ['privates''App\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService'false],
  14249.         ], [
  14250.             'announcementRepository' => 'App\\Repository\\AnnouncementRepository',
  14251.         ]);
  14252.     }
  14253.     /**
  14254.      * Gets the private '.service_locator.3q0fwPi' shared service.
  14255.      *
  14256.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14257.      */
  14258.     protected function get_ServiceLocator_3q0fwPiService()
  14259.     {
  14260.         return $this->privates['.service_locator.3q0fwPi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14261.             'externalProviderRepository' => ['privates''App\\Repository\\ExternalProviderRepository''getExternalProviderRepositoryService'false],
  14262.         ], [
  14263.             'externalProviderRepository' => 'App\\Repository\\ExternalProviderRepository',
  14264.         ]);
  14265.     }
  14266.     /**
  14267.      * Gets the private '.service_locator.3tFXANU' shared service.
  14268.      *
  14269.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14270.      */
  14271.     protected function get_ServiceLocator_3tFXANUService()
  14272.     {
  14273.         return $this->privates['.service_locator.3tFXANU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14274.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14275.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  14276.             'vente_repo' => ['privates''App\\Repository\\VenteRepository''getVenteRepositoryService'false],
  14277.         ], [
  14278.             'em' => '?',
  14279.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  14280.             'vente_repo' => 'App\\Repository\\VenteRepository',
  14281.         ]);
  14282.     }
  14283.     /**
  14284.      * Gets the private '.service_locator.44F7lZM' shared service.
  14285.      *
  14286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14287.      */
  14288.     protected function get_ServiceLocator_44F7lZMService()
  14289.     {
  14290.         return $this->privates['.service_locator.44F7lZM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14291.             'transactionType' => ['privates''.errored..service_locator.44F7lZM.App\\Entity\\TransactionType'NULL'Cannot autowire service ".service_locator.44F7lZM": it references class "App\\Entity\\TransactionType" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14292.             'transactionTypeRepository' => ['privates''App\\Repository\\TransactionTypeRepository''getTransactionTypeRepositoryService'false],
  14293.         ], [
  14294.             'transactionType' => 'App\\Entity\\TransactionType',
  14295.             'transactionTypeRepository' => 'App\\Repository\\TransactionTypeRepository',
  14296.         ]);
  14297.     }
  14298.     /**
  14299.      * Gets the private '.service_locator.4EHBvUy' shared service.
  14300.      *
  14301.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14302.      */
  14303.     protected function get_ServiceLocator_4EHBvUyService()
  14304.     {
  14305.         return $this->privates['.service_locator.4EHBvUy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14306.             'offer' => ['privates''.errored..service_locator.4EHBvUy.App\\Entity\\Offer'NULL'Cannot autowire service ".service_locator.4EHBvUy": it references class "App\\Entity\\Offer" but no such service exists.'],
  14307.             'service' => ['privates''App\\Service\\Api\\Offer\\OfferSigningService''getOfferSigningServiceService'false],
  14308.         ], [
  14309.             'offer' => 'App\\Entity\\Offer',
  14310.             'service' => 'App\\Service\\Api\\Offer\\OfferSigningService',
  14311.         ]);
  14312.     }
  14313.     /**
  14314.      * Gets the private '.service_locator.4P5r10U' shared service.
  14315.      *
  14316.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14317.      */
  14318.     protected function get_ServiceLocator_4P5r10UService()
  14319.     {
  14320.         return $this->privates['.service_locator.4P5r10U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14321.             'offer' => ['privates''.errored..service_locator.4P5r10U.App\\Entity\\Offer'NULL'Cannot autowire service ".service_locator.4P5r10U": it references class "App\\Entity\\Offer" but no such service exists.'],
  14322.             'service' => ['privates''App\\Service\\Api\\Offer\\NotaryCorrectionService''getNotaryCorrectionServiceService'false],
  14323.         ], [
  14324.             'offer' => 'App\\Entity\\Offer',
  14325.             'service' => 'App\\Service\\Api\\Offer\\NotaryCorrectionService',
  14326.         ]);
  14327.     }
  14328.     /**
  14329.      * Gets the private '.service_locator.4_PY3BS' shared service.
  14330.      *
  14331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14332.      */
  14333.     protected function get_ServiceLocator_4PY3BSService()
  14334.     {
  14335.         return $this->privates['.service_locator.4_PY3BS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14336.             'field' => ['privates''.errored..service_locator.4_PY3BS.App\\Entity\\PrimeProcedure'NULL'Cannot autowire service ".service_locator.4_PY3BS": it references class "App\\Entity\\PrimeProcedure" but no such service exists.'],
  14337.         ], [
  14338.             'field' => 'App\\Entity\\PrimeProcedure',
  14339.         ]);
  14340.     }
  14341.     /**
  14342.      * Gets the private '.service_locator.4ioHkcV' shared service.
  14343.      *
  14344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14345.      */
  14346.     protected function get_ServiceLocator_4ioHkcVService()
  14347.     {
  14348.         return $this->privates['.service_locator.4ioHkcV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14349.             'messageBusInterface' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  14350.         ], [
  14351.             'messageBusInterface' => '?',
  14352.         ]);
  14353.     }
  14354.     /**
  14355.      * Gets the private '.service_locator.527nvhd' shared service.
  14356.      *
  14357.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14358.      */
  14359.     protected function get_ServiceLocator_527nvhdService()
  14360.     {
  14361.         return $this->privates['.service_locator.527nvhd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14362.             'param' => ['privates''.errored..service_locator.527nvhd.App\\Entity\\Parameter'NULL'Cannot autowire service ".service_locator.527nvhd": it references class "App\\Entity\\Parameter" but no such service exists.'],
  14363.         ], [
  14364.             'param' => 'App\\Entity\\Parameter',
  14365.         ]);
  14366.     }
  14367.     /**
  14368.      * Gets the private '.service_locator.5b2Yc67' shared service.
  14369.      *
  14370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14371.      */
  14372.     protected function get_ServiceLocator_5b2Yc67Service()
  14373.     {
  14374.         return $this->privates['.service_locator.5b2Yc67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14375.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  14376.         ], [
  14377.             'parameterBag' => '?',
  14378.         ]);
  14379.     }
  14380.     /**
  14381.      * Gets the private '.service_locator.5miB8_X' shared service.
  14382.      *
  14383.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14384.      */
  14385.     protected function get_ServiceLocator_5miB8XService()
  14386.     {
  14387.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14388.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14389.         ], [
  14390.             'em' => '?',
  14391.         ]);
  14392.     }
  14393.     /**
  14394.      * Gets the private '.service_locator.5wi7aKe' shared service.
  14395.      *
  14396.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14397.      */
  14398.     protected function get_ServiceLocator_5wi7aKeService()
  14399.     {
  14400.         return $this->privates['.service_locator.5wi7aKe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14401.             'data' => ['privates''.errored..service_locator.5wi7aKe.App\\Entity\\Theservice'NULL'Cannot autowire service ".service_locator.5wi7aKe": it references class "App\\Entity\\Theservice" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14402.             'featureService' => ['privates''App\\Service\\Api\\Subscription\\FeatureService''getFeatureServiceService'false],
  14403.         ], [
  14404.             'data' => 'App\\Entity\\Theservice',
  14405.             'featureService' => 'App\\Service\\Api\\Subscription\\FeatureService',
  14406.         ]);
  14407.     }
  14408.     /**
  14409.      * Gets the private '.service_locator.65AP40.' shared service.
  14410.      *
  14411.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14412.      */
  14413.     protected function get_ServiceLocator_65AP40_Service()
  14414.     {
  14415.         return $this->privates['.service_locator.65AP40.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14416.             'productService' => ['privates''.errored..service_locator.65AP40..App\\Entity\\SubscriptionProductService'NULL'Cannot autowire service ".service_locator.65AP40.": it references class "App\\Entity\\SubscriptionProductService" but no such service exists.'],
  14417.         ], [
  14418.             'productService' => 'App\\Entity\\SubscriptionProductService',
  14419.         ]);
  14420.     }
  14421.     /**
  14422.      * Gets the private '.service_locator.670zTdK' shared service.
  14423.      *
  14424.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14425.      */
  14426.     protected function get_ServiceLocator_670zTdKService()
  14427.     {
  14428.         return $this->privates['.service_locator.670zTdK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14429.             'property' => ['privates''.errored..service_locator.670zTdK.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.670zTdK": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14430.         ], [
  14431.             'property' => 'App\\Entity\\TheProperty',
  14432.         ]);
  14433.     }
  14434.     /**
  14435.      * Gets the private '.service_locator.6F4Kn0u' shared service.
  14436.      *
  14437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14438.      */
  14439.     protected function get_ServiceLocator_6F4Kn0uService()
  14440.     {
  14441.         return $this->privates['.service_locator.6F4Kn0u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14442.             'repository' => ['privates''App\\Repository\\PrasAffectationConditionRepository''getPrasAffectationConditionRepositoryService'false],
  14443.         ], [
  14444.             'repository' => 'App\\Repository\\PrasAffectationConditionRepository',
  14445.         ]);
  14446.     }
  14447.     /**
  14448.      * Gets the private '.service_locator.6Oaurz_' shared service.
  14449.      *
  14450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14451.      */
  14452.     protected function get_ServiceLocator_6OaurzService()
  14453.     {
  14454.         return $this->privates['.service_locator.6Oaurz_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14455.             'roof' => ['privates''.errored..service_locator.6Oaurz_.App\\Entity\\Roof'NULL'Cannot autowire service ".service_locator.6Oaurz_": it references class "App\\Entity\\Roof" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14456.         ], [
  14457.             'roof' => 'App\\Entity\\Roof',
  14458.         ]);
  14459.     }
  14460.     /**
  14461.      * Gets the private '.service_locator.6sSU9ow' shared service.
  14462.      *
  14463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14464.      */
  14465.     protected function get_ServiceLocator_6sSU9owService()
  14466.     {
  14467.         return $this->privates['.service_locator.6sSU9ow'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14468.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\AddOfferService''getAddOfferServiceService'false],
  14469.         ], [
  14470.             'service' => 'App\\Service\\Api\\OfferCollaborative\\AddOfferService',
  14471.         ]);
  14472.     }
  14473.     /**
  14474.      * Gets the private '.service_locator.74LVfE_' shared service.
  14475.      *
  14476.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14477.      */
  14478.     protected function get_ServiceLocator_74LVfEService()
  14479.     {
  14480.         return $this->privates['.service_locator.74LVfE_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14481.             'prasZone' => ['privates''.errored..service_locator.74LVfE_.App\\Entity\\PrasZone'NULL'Cannot autowire service ".service_locator.74LVfE_": it references class "App\\Entity\\PrasZone" but no such service exists.'],
  14482.         ], [
  14483.             'prasZone' => 'App\\Entity\\PrasZone',
  14484.         ]);
  14485.     }
  14486.     /**
  14487.      * Gets the private '.service_locator.77Q0MzO' shared service.
  14488.      *
  14489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14490.      */
  14491.     protected function get_ServiceLocator_77Q0MzOService()
  14492.     {
  14493.         return $this->privates['.service_locator.77Q0MzO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14494.             'offer' => ['privates''.errored..service_locator.77Q0MzO.App\\Entity\\OfferCollaborative'NULL'Cannot autowire service ".service_locator.77Q0MzO": it references class "App\\Entity\\OfferCollaborative" but no such service exists.'],
  14495.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService''getSendOfferToSellerServiceService'false],
  14496.         ], [
  14497.             'offer' => 'App\\Entity\\OfferCollaborative',
  14498.             'service' => 'App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService',
  14499.         ]);
  14500.     }
  14501.     /**
  14502.      * Gets the private '.service_locator.7Bh2dos' shared service.
  14503.      *
  14504.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14505.      */
  14506.     protected function get_ServiceLocator_7Bh2dosService()
  14507.     {
  14508.         return $this->privates['.service_locator.7Bh2dos'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14509.             'processRepository' => ['privates''App\\Repository\\PrimeProcessRepository''getPrimeProcessRepositoryService'false],
  14510.             'property' => ['privates''.errored..service_locator.7Bh2dos.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.7Bh2dos": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14511.         ], [
  14512.             'processRepository' => 'App\\Repository\\PrimeProcessRepository',
  14513.             'property' => 'App\\Entity\\TheProperty',
  14514.         ]);
  14515.     }
  14516.     /**
  14517.      * Gets the private '.service_locator.7IsKrbY' shared service.
  14518.      *
  14519.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14520.      */
  14521.     protected function get_ServiceLocator_7IsKrbYService()
  14522.     {
  14523.         return $this->privates['.service_locator.7IsKrbY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14524.             'offer' => ['privates''.errored..service_locator.7IsKrbY.App\\Entity\\Offer'NULL'Cannot autowire service ".service_locator.7IsKrbY": it references class "App\\Entity\\Offer" but no such service exists.'],
  14525.         ], [
  14526.             'offer' => 'App\\Entity\\Offer',
  14527.         ]);
  14528.     }
  14529.     /**
  14530.      * Gets the private '.service_locator.7K2EQCE' shared service.
  14531.      *
  14532.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14533.      */
  14534.     protected function get_ServiceLocator_7K2EQCEService()
  14535.     {
  14536.         return $this->privates['.service_locator.7K2EQCE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14537.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14538.         ], [
  14539.             'entityManager' => '?',
  14540.         ]);
  14541.     }
  14542.     /**
  14543.      * Gets the private '.service_locator.7W8Gc0e' shared service.
  14544.      *
  14545.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14546.      */
  14547.     protected function get_ServiceLocator_7W8Gc0eService()
  14548.     {
  14549.         return $this->privates['.service_locator.7W8Gc0e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14550.             'processService' => ['privates''App\\Service\\Api\\Prime\\PrimeProcessService''getPrimeProcessServiceService'false],
  14551.         ], [
  14552.             'processService' => 'App\\Service\\Api\\Prime\\PrimeProcessService',
  14553.         ]);
  14554.     }
  14555.     /**
  14556.      * Gets the private '.service_locator.7f2MzR6' shared service.
  14557.      *
  14558.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14559.      */
  14560.     protected function get_ServiceLocator_7f2MzR6Service()
  14561.     {
  14562.         return $this->privates['.service_locator.7f2MzR6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14563.             'contractAcceptationService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService''getContractAcceptationServiceService'false],
  14564.             'solicitation' => ['privates''.errored..service_locator.7f2MzR6.App\\Entity\\Solicitation'NULL'Cannot autowire service ".service_locator.7f2MzR6": it references class "App\\Entity\\Solicitation" but no such service exists.'],
  14565.         ], [
  14566.             'contractAcceptationService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService',
  14567.             'solicitation' => 'App\\Entity\\Solicitation',
  14568.         ]);
  14569.     }
  14570.     /**
  14571.      * Gets the private '.service_locator.83pwl0X' shared service.
  14572.      *
  14573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14574.      */
  14575.     protected function get_ServiceLocator_83pwl0XService()
  14576.     {
  14577.         return $this->privates['.service_locator.83pwl0X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14578.             'data' => ['privates''.errored..service_locator.83pwl0X.App\\Entity\\ImoAgent\\ImoAgentSolicitation'NULL'Cannot autowire service ".service_locator.83pwl0X": it references class "App\\Entity\\ImoAgent\\ImoAgentSolicitation" but no such service exists.'],
  14579.         ], [
  14580.             'data' => 'App\\Entity\\ImoAgent\\ImoAgentSolicitation',
  14581.         ]);
  14582.     }
  14583.     /**
  14584.      * Gets the private '.service_locator.8FMg.K_' shared service.
  14585.      *
  14586.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14587.      */
  14588.     protected function get_ServiceLocator_8FMg_KService()
  14589.     {
  14590.         return $this->privates['.service_locator.8FMg.K_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14591.             'providerSolarDeclarationCadastre' => ['privates''.errored..service_locator.8FMg.K_.App\\Entity\\ProviderSolarDeclarationCadastre'NULL'Cannot autowire service ".service_locator.8FMg.K_": it references class "App\\Entity\\ProviderSolarDeclarationCadastre" but no such service exists.'],
  14592.         ], [
  14593.             'providerSolarDeclarationCadastre' => 'App\\Entity\\ProviderSolarDeclarationCadastre',
  14594.         ]);
  14595.     }
  14596.     /**
  14597.      * Gets the private '.service_locator.8ekH0_G' shared service.
  14598.      *
  14599.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14600.      */
  14601.     protected function get_ServiceLocator_8ekH0GService()
  14602.     {
  14603.         return $this->privates['.service_locator.8ekH0_G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14604.             'procedure' => ['privates''.errored..service_locator.8ekH0_G.App\\Entity\\PrimeProcedure'NULL'Cannot autowire service ".service_locator.8ekH0_G": it references class "App\\Entity\\PrimeProcedure" but no such service exists.'],
  14605.         ], [
  14606.             'procedure' => 'App\\Entity\\PrimeProcedure',
  14607.         ]);
  14608.     }
  14609.     /**
  14610.      * Gets the private '.service_locator.8z.wTr5' shared service.
  14611.      *
  14612.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14613.      */
  14614.     protected function get_ServiceLocator_8z_WTr5Service()
  14615.     {
  14616.         return $this->privates['.service_locator.8z.wTr5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14617.             'ThepropertyOffer' => ['privates''.errored..service_locator.8z.wTr5.App\\Entity\\ThepropertyOffer'NULL'Cannot autowire service ".service_locator.8z.wTr5": it references class "App\\Entity\\ThepropertyOffer" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14618.             'user' => ['privates''.errored..service_locator.8z.wTr5.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.8z.wTr5": it references class "App\\Entity\\User" but no such service exists.'],
  14619.         ], [
  14620.             'ThepropertyOffer' => 'App\\Entity\\ThepropertyOffer',
  14621.             'user' => 'App\\Entity\\User',
  14622.         ]);
  14623.     }
  14624.     /**
  14625.      * Gets the private '.service_locator.90.4hsE' shared service.
  14626.      *
  14627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14628.      */
  14629.     protected function get_ServiceLocator_90_4hsEService()
  14630.     {
  14631.         return $this->privates['.service_locator.90.4hsE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14632.             'ppasCsvRepository' => ['privates''App\\Repository\\PpasCsvRepository''getPpasCsvRepositoryService'false],
  14633.         ], [
  14634.             'ppasCsvRepository' => 'App\\Repository\\PpasCsvRepository',
  14635.         ]);
  14636.     }
  14637.     /**
  14638.      * Gets the private '.service_locator.9BpSl6J' shared service.
  14639.      *
  14640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14641.      */
  14642.     protected function get_ServiceLocator_9BpSl6JService()
  14643.     {
  14644.         return $this->privates['.service_locator.9BpSl6J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14645.             'offre' => ['privates''.errored..service_locator.9BpSl6J.App\\Entity\\Offer'NULL'Cannot autowire service ".service_locator.9BpSl6J": it references class "App\\Entity\\Offer" but no such service exists.'],
  14646.         ], [
  14647.             'offre' => 'App\\Entity\\Offer',
  14648.         ]);
  14649.     }
  14650.     /**
  14651.      * Gets the private '.service_locator.AGzgJIa' shared service.
  14652.      *
  14653.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14654.      */
  14655.     protected function get_ServiceLocator_AGzgJIaService()
  14656.     {
  14657.         return $this->privates['.service_locator.AGzgJIa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14658.             'data' => ['privates''.errored..service_locator.AGzgJIa.App\\Entity\\Theservice'NULL'Cannot autowire service ".service_locator.AGzgJIa": it references class "App\\Entity\\Theservice" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14659.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14660.         ], [
  14661.             'data' => 'App\\Entity\\Theservice',
  14662.             'em' => '?',
  14663.         ]);
  14664.     }
  14665.     /**
  14666.      * Gets the private '.service_locator.AM4iRrW' shared service.
  14667.      *
  14668.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14669.      */
  14670.     protected function get_ServiceLocator_AM4iRrWService()
  14671.     {
  14672.         return $this->privates['.service_locator.AM4iRrW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14673.             'locationType' => ['privates''.errored..service_locator.AM4iRrW.App\\Entity\\LocationType'NULL'Cannot autowire service ".service_locator.AM4iRrW": it references class "App\\Entity\\LocationType" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14674.             'locationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  14675.         ], [
  14676.             'locationType' => 'App\\Entity\\LocationType',
  14677.             'locationTypeRepository' => 'App\\Repository\\LocationTypeRepository',
  14678.         ]);
  14679.     }
  14680.     /**
  14681.      * Gets the private '.service_locator.AYX6HiM' shared service.
  14682.      *
  14683.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14684.      */
  14685.     protected function get_ServiceLocator_AYX6HiMService()
  14686.     {
  14687.         return $this->privates['.service_locator.AYX6HiM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14688.             'obligation' => ['privates''.errored..service_locator.AYX6HiM.App\\Entity\\Obligations'NULL'Cannot autowire service ".service_locator.AYX6HiM": it references class "App\\Entity\\Obligations" but no such service exists.'],
  14689.         ], [
  14690.             'obligation' => 'App\\Entity\\Obligations',
  14691.         ]);
  14692.     }
  14693.     /**
  14694.      * Gets the private '.service_locator.AjNUl4_' shared service.
  14695.      *
  14696.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14697.      */
  14698.     protected function get_ServiceLocator_AjNUl4Service()
  14699.     {
  14700.         return $this->privates['.service_locator.AjNUl4_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14701.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14702.             'theProperty' => ['privates''.errored..service_locator.AjNUl4_.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.AjNUl4_": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14703.         ], [
  14704.             'manager' => '?',
  14705.             'theProperty' => 'App\\Entity\\TheProperty',
  14706.         ]);
  14707.     }
  14708.     /**
  14709.      * Gets the private '.service_locator.AkI1NqP' shared service.
  14710.      *
  14711.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14712.      */
  14713.     protected function get_ServiceLocator_AkI1NqPService()
  14714.     {
  14715.         return $this->privates['.service_locator.AkI1NqP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14716.             'repository' => ['privates''App\\Repository\\OccupationPeriodFileRepository''getOccupationPeriodFileRepositoryService'false],
  14717.         ], [
  14718.             'repository' => 'App\\Repository\\OccupationPeriodFileRepository',
  14719.         ]);
  14720.     }
  14721.     /**
  14722.      * Gets the private '.service_locator.B2caubr' shared service.
  14723.      *
  14724.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14725.      */
  14726.     protected function get_ServiceLocator_B2caubrService()
  14727.     {
  14728.         return $this->privates['.service_locator.B2caubr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14729.             'categoryEnvironnement' => ['privates''.errored..service_locator.B2caubr.App\\Entity\\CategoryEnvironnement'NULL'Cannot autowire service ".service_locator.B2caubr": it references class "App\\Entity\\CategoryEnvironnement" but no such service exists.'],
  14730.         ], [
  14731.             'categoryEnvironnement' => 'App\\Entity\\CategoryEnvironnement',
  14732.         ]);
  14733.     }
  14734.     /**
  14735.      * Gets the private '.service_locator.B4C5t9G' shared service.
  14736.      *
  14737.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14738.      */
  14739.     protected function get_ServiceLocator_B4C5t9GService()
  14740.     {
  14741.         return $this->privates['.service_locator.B4C5t9G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14742.             'contact' => ['privates''.errored..service_locator.B4C5t9G.App\\Entity\\Contactseller'NULL'Cannot autowire service ".service_locator.B4C5t9G": it references class "App\\Entity\\Contactseller" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14743.         ], [
  14744.             'contact' => 'App\\Entity\\Contactseller',
  14745.         ]);
  14746.     }
  14747.     /**
  14748.      * Gets the private '.service_locator.B92NsWb' shared service.
  14749.      *
  14750.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14751.      */
  14752.     protected function get_ServiceLocator_B92NsWbService()
  14753.     {
  14754.         return $this->privates['.service_locator.B92NsWb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14755.             'roofRepository' => ['privates''App\\Repository\\RoofRepository''getRoofRepositoryService'false],
  14756.         ], [
  14757.             'roofRepository' => 'App\\Repository\\RoofRepository',
  14758.         ]);
  14759.     }
  14760.     /**
  14761.      * Gets the private '.service_locator.BtCdv5A' shared service.
  14762.      *
  14763.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14764.      */
  14765.     protected function get_ServiceLocator_BtCdv5AService()
  14766.     {
  14767.         return $this->privates['.service_locator.BtCdv5A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14768.             'areaCsvRepository' => ['privates''App\\Repository\\AreaCsvRepository''getAreaCsvRepositoryService'false],
  14769.         ], [
  14770.             'areaCsvRepository' => 'App\\Repository\\AreaCsvRepository',
  14771.         ]);
  14772.     }
  14773.     /**
  14774.      * Gets the private '.service_locator.CQs0Xm0' shared service.
  14775.      *
  14776.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14777.      */
  14778.     protected function get_ServiceLocator_CQs0Xm0Service()
  14779.     {
  14780.         return $this->privates['.service_locator.CQs0Xm0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14781.             'partnerRequest' => ['privates''.errored..service_locator.CQs0Xm0.App\\Entity\\PurchasePartnerRequest'NULL'Cannot autowire service ".service_locator.CQs0Xm0": it references class "App\\Entity\\PurchasePartnerRequest" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14782.         ], [
  14783.             'partnerRequest' => 'App\\Entity\\PurchasePartnerRequest',
  14784.         ]);
  14785.     }
  14786.     /**
  14787.      * Gets the private '.service_locator.CaNV.uY' shared service.
  14788.      *
  14789.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14790.      */
  14791.     protected function get_ServiceLocator_CaNV_UYService()
  14792.     {
  14793.         return $this->privates['.service_locator.CaNV.uY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14794.             'contractListingService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService''getContractListingServiceService'false],
  14795.         ], [
  14796.             'contractListingService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService',
  14797.         ]);
  14798.     }
  14799.     /**
  14800.      * Gets the private '.service_locator.D28s79M' shared service.
  14801.      *
  14802.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14803.      */
  14804.     protected function get_ServiceLocator_D28s79MService()
  14805.     {
  14806.         return $this->privates['.service_locator.D28s79M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14807.             'imagePub' => ['privates''.errored..service_locator.D28s79M.App\\Entity\\ImagePub'NULL'Cannot autowire service ".service_locator.D28s79M": it references class "App\\Entity\\ImagePub" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14808.         ], [
  14809.             'imagePub' => 'App\\Entity\\ImagePub',
  14810.         ]);
  14811.     }
  14812.     /**
  14813.      * Gets the private '.service_locator.DKxJ1dA' shared service.
  14814.      *
  14815.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14816.      */
  14817.     protected function get_ServiceLocator_DKxJ1dAService()
  14818.     {
  14819.         return $this->privates['.service_locator.DKxJ1dA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14820.             'clientService' => ['privates''App\\Mybase\\Services\\HttpClientService''getHttpClientServiceService'false],
  14821.             'container' => ['services''service_container''getServiceContainerService'false],
  14822.         ], [
  14823.             'clientService' => 'App\\Mybase\\Services\\HttpClientService',
  14824.             'container' => '?',
  14825.         ]);
  14826.     }
  14827.     /**
  14828.      * Gets the private '.service_locator.DSZ8z7P' shared service.
  14829.      *
  14830.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14831.      */
  14832.     protected function get_ServiceLocator_DSZ8z7PService()
  14833.     {
  14834.         return $this->privates['.service_locator.DSZ8z7P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14835.             'bankRepository' => ['privates''App\\Repository\\BankRepository''getBankRepositoryService'false],
  14836.         ], [
  14837.             'bankRepository' => 'App\\Repository\\BankRepository',
  14838.         ]);
  14839.     }
  14840.     /**
  14841.      * Gets the private '.service_locator.DdSSotU' shared service.
  14842.      *
  14843.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14844.      */
  14845.     protected function get_ServiceLocator_DdSSotUService()
  14846.     {
  14847.         return $this->privates['.service_locator.DdSSotU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14848.             'dVFCsvRepository' => ['privates''App\\Repository\\DVFCsvRepository''getDVFCsvRepositoryService'false],
  14849.         ], [
  14850.             'dVFCsvRepository' => 'App\\Repository\\DVFCsvRepository',
  14851.         ]);
  14852.     }
  14853.     /**
  14854.      * Gets the private '.service_locator.DgQmMEO' shared service.
  14855.      *
  14856.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14857.      */
  14858.     protected function get_ServiceLocator_DgQmMEOService()
  14859.     {
  14860.         return $this->privates['.service_locator.DgQmMEO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14861.             'service' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService''getContractGenerationServiceService'false],
  14862.             'solicitation' => ['privates''.errored..service_locator.DgQmMEO.App\\Entity\\Solicitation'NULL'Cannot autowire service ".service_locator.DgQmMEO": it references class "App\\Entity\\Solicitation" but no such service exists.'],
  14863.         ], [
  14864.             'service' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService',
  14865.             'solicitation' => 'App\\Entity\\Solicitation',
  14866.         ]);
  14867.     }
  14868.     /**
  14869.      * Gets the private '.service_locator.DgrmONe' shared service.
  14870.      *
  14871.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14872.      */
  14873.     protected function get_ServiceLocator_DgrmONeService()
  14874.     {
  14875.         return $this->privates['.service_locator.DgrmONe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14876.             'markofInterest' => ['privates''.errored..service_locator.DgrmONe.App\\Entity\\MarkofInterest'NULL'Cannot autowire service ".service_locator.DgrmONe": it references class "App\\Entity\\MarkofInterest" but no such service exists.'],
  14877.         ], [
  14878.             'markofInterest' => 'App\\Entity\\MarkofInterest',
  14879.         ]);
  14880.     }
  14881.     /**
  14882.      * Gets the private '.service_locator.DoCVnoP' shared service.
  14883.      *
  14884.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14885.      */
  14886.     protected function get_ServiceLocator_DoCVnoPService()
  14887.     {
  14888.         return $this->privates['.service_locator.DoCVnoP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14889.             'file' => ['privates''.errored..service_locator.DoCVnoP.App\\Entity\\OccupationPeriodFile'NULL'Cannot autowire service ".service_locator.DoCVnoP": it references class "App\\Entity\\OccupationPeriodFile" but no such service exists.'],
  14890.         ], [
  14891.             'file' => 'App\\Entity\\OccupationPeriodFile',
  14892.         ]);
  14893.     }
  14894.     /**
  14895.      * Gets the private '.service_locator.Dw_3Cp5' shared service.
  14896.      *
  14897.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14898.      */
  14899.     protected function get_ServiceLocator_Dw3Cp5Service()
  14900.     {
  14901.         return $this->privates['.service_locator.Dw_3Cp5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14902.             'service' => ['privates''App\\Service\\Api\\Offer\\MakeOfferService''getMakeOfferServiceService'false],
  14903.         ], [
  14904.             'service' => 'App\\Service\\Api\\Offer\\MakeOfferService',
  14905.         ]);
  14906.     }
  14907.     /**
  14908.      * Gets the private '.service_locator.E9uM_YD' shared service.
  14909.      *
  14910.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14911.      */
  14912.     protected function get_ServiceLocator_E9uMYDService()
  14913.     {
  14914.         return $this->privates['.service_locator.E9uM_YD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14915.             'categoryRepo' => ['privates''App\\Repository\\CategoryEnvironnementRepository''getCategoryEnvironnementRepositoryService'false],
  14916.             'locationRepo' => ['privates''App\\Repository\\PermitLocationEnvironmentRepository''getPermitLocationEnvironmentRepositoryService'false],
  14917.         ], [
  14918.             'categoryRepo' => 'App\\Repository\\CategoryEnvironnementRepository',
  14919.             'locationRepo' => 'App\\Repository\\PermitLocationEnvironmentRepository',
  14920.         ]);
  14921.     }
  14922.     /**
  14923.      * Gets the private '.service_locator.EJPRYr2' shared service.
  14924.      *
  14925.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14926.      */
  14927.     protected function get_ServiceLocator_EJPRYr2Service()
  14928.     {
  14929.         return $this->privates['.service_locator.EJPRYr2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14930.             'csv' => ['privates''.errored..service_locator.EJPRYr2.App\\Entity\\ObligationCsv'NULL'Cannot autowire service ".service_locator.EJPRYr2": it references class "App\\Entity\\ObligationCsv" but no such service exists.'],
  14931.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  14932.         ], [
  14933.             'csv' => 'App\\Entity\\ObligationCsv',
  14934.             'parameterBag' => '?',
  14935.         ]);
  14936.     }
  14937.     /**
  14938.      * Gets the private '.service_locator.EV92WQ1' shared service.
  14939.      *
  14940.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14941.      */
  14942.     protected function get_ServiceLocator_EV92WQ1Service()
  14943.     {
  14944.         return $this->privates['.service_locator.EV92WQ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14945.             'conversation' => ['privates''.errored..service_locator.EV92WQ1.App\\Entity\\Conversation'NULL'Cannot autowire service ".service_locator.EV92WQ1": it references class "App\\Entity\\Conversation" but no such service exists.'],
  14946.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  14947.         ], [
  14948.             'conversation' => 'App\\Entity\\Conversation',
  14949.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  14950.         ]);
  14951.     }
  14952.     /**
  14953.      * Gets the private '.service_locator.Em1sGuR' shared service.
  14954.      *
  14955.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14956.      */
  14957.     protected function get_ServiceLocator_Em1sGuRService()
  14958.     {
  14959.         return $this->privates['.service_locator.Em1sGuR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14960.             'contractDetailService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService''getContractDetailServiceService'false],
  14961.             'theProperty' => ['privates''.errored..service_locator.Em1sGuR.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.Em1sGuR": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  14962.         ], [
  14963.             'contractDetailService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService',
  14964.             'theProperty' => 'App\\Entity\\TheProperty',
  14965.         ]);
  14966.     }
  14967.     /**
  14968.      * Gets the private '.service_locator.EsG_0hX' shared service.
  14969.      *
  14970.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14971.      */
  14972.     protected function get_ServiceLocator_EsG0hXService()
  14973.     {
  14974.         return $this->privates['.service_locator.EsG_0hX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14975.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  14976.             'traitementImmogo' => ['privates''App\\Service\\TraitementImmogo''getTraitementImmogoService'false],
  14977.         ], [
  14978.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  14979.             'traitementImmogo' => 'App\\Service\\TraitementImmogo',
  14980.         ]);
  14981.     }
  14982.     /**
  14983.      * Gets the private '.service_locator.F24N2zj' shared service.
  14984.      *
  14985.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14986.      */
  14987.     protected function get_ServiceLocator_F24N2zjService()
  14988.     {
  14989.         return $this->privates['.service_locator.F24N2zj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14990.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  14991.             'security.firewall.map.context.client' => ['privates''security.firewall.map.context.client''getSecurity_Firewall_Map_Context_ClientService'false],
  14992.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  14993.         ], [
  14994.             'security.firewall.map.context.admin' => '?',
  14995.             'security.firewall.map.context.client' => '?',
  14996.             'security.firewall.map.context.dev' => '?',
  14997.         ]);
  14998.     }
  14999.     /**
  15000.      * Gets the private '.service_locator.F4h55f1' shared service.
  15001.      *
  15002.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15003.      */
  15004.     protected function get_ServiceLocator_F4h55f1Service()
  15005.     {
  15006.         return $this->privates['.service_locator.F4h55f1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15007.             'newPlan' => ['privates''.errored..service_locator.F4h55f1.App\\Entity\\Plan\\Plan'NULL'Cannot autowire service ".service_locator.F4h55f1": it references class "App\\Entity\\Plan\\Plan" but no such service exists.'],
  15008.         ], [
  15009.             'newPlan' => 'App\\Entity\\Plan\\Plan',
  15010.         ]);
  15011.     }
  15012.     /**
  15013.      * Gets the private '.service_locator.F603JRO' shared service.
  15014.      *
  15015.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15016.      */
  15017.     protected function get_ServiceLocator_F603JROService()
  15018.     {
  15019.         return $this->privates['.service_locator.F603JRO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15020.             'ppasAffectationCsvRepo' => ['privates''App\\Repository\\PpasAffectationCsvRepository''getPpasAffectationCsvRepositoryService'false],
  15021.         ], [
  15022.             'ppasAffectationCsvRepo' => 'App\\Repository\\PpasAffectationCsvRepository',
  15023.         ]);
  15024.     }
  15025.     /**
  15026.      * Gets the private '.service_locator.FEUHOWC' shared service.
  15027.      *
  15028.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15029.      */
  15030.     protected function get_ServiceLocator_FEUHOWCService()
  15031.     {
  15032.         return $this->privates['.service_locator.FEUHOWC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15033.             'pub' => ['privates''.errored..service_locator.FEUHOWC.App\\Entity\\ImagePub'NULL'Cannot autowire service ".service_locator.FEUHOWC": it references class "App\\Entity\\ImagePub" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15034.         ], [
  15035.             'pub' => 'App\\Entity\\ImagePub',
  15036.         ]);
  15037.     }
  15038.     /**
  15039.      * Gets the private '.service_locator.FLflT6M' shared service.
  15040.      *
  15041.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15042.      */
  15043.     protected function get_ServiceLocator_FLflT6MService()
  15044.     {
  15045.         return $this->privates['.service_locator.FLflT6M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15046.             'servicePromotion' => ['privates''.errored..service_locator.FLflT6M.App\\Entity\\ServicePromo'NULL'Cannot autowire service ".service_locator.FLflT6M": it references class "App\\Entity\\ServicePromo" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15047.         ], [
  15048.             'servicePromotion' => 'App\\Entity\\ServicePromo',
  15049.         ]);
  15050.     }
  15051.     /**
  15052.      * Gets the private '.service_locator.FMXrkKs' shared service.
  15053.      *
  15054.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15055.      */
  15056.     protected function get_ServiceLocator_FMXrkKsService()
  15057.     {
  15058.         return $this->privates['.service_locator.FMXrkKs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15059.             'data' => ['privates''.errored..service_locator.FMXrkKs.App\\Entity\\Conversation'NULL'Cannot autowire service ".service_locator.FMXrkKs": it references class "App\\Entity\\Conversation" but no such service exists.'],
  15060.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  15061.         ], [
  15062.             'data' => 'App\\Entity\\Conversation',
  15063.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  15064.         ]);
  15065.     }
  15066.     /**
  15067.      * Gets the private '.service_locator.FS_7lr5' shared service.
  15068.      *
  15069.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15070.      */
  15071.     protected function get_ServiceLocator_FS7lr5Service()
  15072.     {
  15073.         return $this->privates['.service_locator.FS_7lr5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15074.             'coordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  15075.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  15076.             'postRepository' => ['privates''App\\Repository\\CommunityPostRepository''getCommunityPostRepositoryService'false],
  15077.         ], [
  15078.             'coordinateRepository' => 'App\\Repository\\CommunityCoordinateRepository',
  15079.             'formule' => 'App\\Service\\Formule',
  15080.             'postRepository' => 'App\\Repository\\CommunityPostRepository',
  15081.         ]);
  15082.     }
  15083.     /**
  15084.      * Gets the private '.service_locator.FbfzOBq' shared service.
  15085.      *
  15086.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15087.      */
  15088.     protected function get_ServiceLocator_FbfzOBqService()
  15089.     {
  15090.         return $this->privates['.service_locator.FbfzOBq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15091.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15092.         ], [
  15093.             'entityManager' => '?',
  15094.         ]);
  15095.     }
  15096.     /**
  15097.      * Gets the private '.service_locator.FzOPkXO' shared service.
  15098.      *
  15099.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15100.      */
  15101.     protected function get_ServiceLocator_FzOPkXOService()
  15102.     {
  15103.         return $this->privates['.service_locator.FzOPkXO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15104.             'imoAgentSolicitation' => ['privates''.errored..service_locator.FzOPkXO.App\\Entity\\ImoAgent\\ImoAgentSolicitation'NULL'Cannot autowire service ".service_locator.FzOPkXO": it references class "App\\Entity\\ImoAgent\\ImoAgentSolicitation" but no such service exists.'],
  15105.         ], [
  15106.             'imoAgentSolicitation' => 'App\\Entity\\ImoAgent\\ImoAgentSolicitation',
  15107.         ]);
  15108.     }
  15109.     /**
  15110.      * Gets the private '.service_locator.GIx7QUv' shared service.
  15111.      *
  15112.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15113.      */
  15114.     protected function get_ServiceLocator_GIx7QUvService()
  15115.     {
  15116.         return $this->privates['.service_locator.GIx7QUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15117.             'centsRepository' => ['privates''App\\Repository\\AdditionalCentsRepository''getAdditionalCentsRepositoryService'false],
  15118.             'precountRepository' => ['privates''App\\Repository\\PrecountRepository''getPrecountRepositoryService'false],
  15119.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  15120.         ], [
  15121.             'centsRepository' => 'App\\Repository\\AdditionalCentsRepository',
  15122.             'precountRepository' => 'App\\Repository\\PrecountRepository',
  15123.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  15124.         ]);
  15125.     }
  15126.     /**
  15127.      * Gets the private '.service_locator.GNc8e5B' shared service.
  15128.      *
  15129.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15130.      */
  15131.     protected function get_ServiceLocator_GNc8e5BService()
  15132.     {
  15133.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15134.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  15135.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  15136.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  15137.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  15138.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  15139.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  15140.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  15141.             'router' => ['services''router''getRouterService'false],
  15142.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  15143.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  15144.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  15145.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  15146.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  15147.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  15148.         ], [
  15149.             'doctrine' => '?',
  15150.             'form.factory' => '?',
  15151.             'http_kernel' => '?',
  15152.             'message_bus' => '?',
  15153.             'messenger.default_bus' => '?',
  15154.             'parameter_bag' => '?',
  15155.             'request_stack' => '?',
  15156.             'router' => '?',
  15157.             'security.authorization_checker' => '?',
  15158.             'security.csrf.token_manager' => '?',
  15159.             'security.token_storage' => '?',
  15160.             'serializer' => '?',
  15161.             'session' => '.session.deprecated',
  15162.             'twig' => '?',
  15163.         ]);
  15164.     }
  15165.     /**
  15166.      * Gets the private '.service_locator.GUy4amO' shared service.
  15167.      *
  15168.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15169.      */
  15170.     protected function get_ServiceLocator_GUy4amOService()
  15171.     {
  15172.         return $this->privates['.service_locator.GUy4amO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15173.             'repository' => ['privates''App\\Repository\\PrasZoneRepository''getPrasZoneRepositoryService'false],
  15174.         ], [
  15175.             'repository' => 'App\\Repository\\PrasZoneRepository',
  15176.         ]);
  15177.     }
  15178.     /**
  15179.      * Gets the private '.service_locator.H2QtHye' shared service.
  15180.      *
  15181.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15182.      */
  15183.     protected function get_ServiceLocator_H2QtHyeService()
  15184.     {
  15185.         return $this->privates['.service_locator.H2QtHye'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15186.             'service' => ['privates''App\\Service\\Api\\TheProperty\\SoilAffectationPlanService''getSoilAffectationPlanServiceService'false],
  15187.         ], [
  15188.             'service' => 'App\\Service\\Api\\TheProperty\\SoilAffectationPlanService',
  15189.         ]);
  15190.     }
  15191.     /**
  15192.      * Gets the private '.service_locator.HPh3.Sm' shared service.
  15193.      *
  15194.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15195.      */
  15196.     protected function get_ServiceLocator_HPh3_SmService()
  15197.     {
  15198.         return $this->privates['.service_locator.HPh3.Sm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15199.             'locationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  15200.         ], [
  15201.             'locationTypeRepository' => 'App\\Repository\\LocationTypeRepository',
  15202.         ]);
  15203.     }
  15204.     /**
  15205.      * Gets the private '.service_locator.HRgCRFj' shared service.
  15206.      *
  15207.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15208.      */
  15209.     protected function get_ServiceLocator_HRgCRFjService()
  15210.     {
  15211.         return $this->privates['.service_locator.HRgCRFj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15212.             'energyBelgique' => ['privates''.errored..service_locator.HRgCRFj.App\\Entity\\EnergyBelgique'NULL'Cannot autowire service ".service_locator.HRgCRFj": it references class "App\\Entity\\EnergyBelgique" but no such service exists.'],
  15213.         ], [
  15214.             'energyBelgique' => 'App\\Entity\\EnergyBelgique',
  15215.         ]);
  15216.     }
  15217.     /**
  15218.      * Gets the private '.service_locator.Hsc6SKy' shared service.
  15219.      *
  15220.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15221.      */
  15222.     protected function get_ServiceLocator_Hsc6SKyService()
  15223.     {
  15224.         return $this->privates['.service_locator.Hsc6SKy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15225.             'parameter' => ['privates''parameter_bag''getParameterBagService'false],
  15226.         ], [
  15227.             'parameter' => '?',
  15228.         ]);
  15229.     }
  15230.     /**
  15231.      * Gets the private '.service_locator.IM2Mmm4' shared service.
  15232.      *
  15233.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15234.      */
  15235.     protected function get_ServiceLocator_IM2Mmm4Service()
  15236.     {
  15237.         return $this->privates['.service_locator.IM2Mmm4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15238.             'theProperty' => ['privates''.errored..service_locator.IM2Mmm4.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.IM2Mmm4": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15239.         ], [
  15240.             'theProperty' => 'App\\Entity\\TheProperty',
  15241.         ]);
  15242.     }
  15243.     /**
  15244.      * Gets the private '.service_locator.Ik8cC3N' shared service.
  15245.      *
  15246.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15247.      */
  15248.     protected function get_ServiceLocator_Ik8cC3NService()
  15249.     {
  15250.         return $this->privates['.service_locator.Ik8cC3N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15251.             'data' => ['privates''.errored..service_locator.Ik8cC3N.App\\Entity\\RentalManagement'NULL'Cannot autowire service ".service_locator.Ik8cC3N": it references class "App\\Entity\\RentalManagement" but no such service exists.'],
  15252.         ], [
  15253.             'data' => 'App\\Entity\\RentalManagement',
  15254.         ]);
  15255.     }
  15256.     /**
  15257.      * Gets the private '.service_locator.J.K9K7h' shared service.
  15258.      *
  15259.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15260.      */
  15261.     protected function get_ServiceLocator_J_K9K7hService()
  15262.     {
  15263.         return $this->privates['.service_locator.J.K9K7h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15264.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  15265.             'primeCsv' => ['privates''.errored..service_locator.J.K9K7h.App\\Entity\\PrimeCsv'NULL'Cannot autowire service ".service_locator.J.K9K7h": it references class "App\\Entity\\PrimeCsv" but no such service exists.'],
  15266.         ], [
  15267.             'parameterBag' => '?',
  15268.             'primeCsv' => 'App\\Entity\\PrimeCsv',
  15269.         ]);
  15270.     }
  15271.     /**
  15272.      * Gets the private '.service_locator.JMvqlQM' shared service.
  15273.      *
  15274.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15275.      */
  15276.     protected function get_ServiceLocator_JMvqlQMService()
  15277.     {
  15278.         return $this->privates['.service_locator.JMvqlQM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15279.             'offer' => ['privates''.errored..service_locator.JMvqlQM.App\\Entity\\OfferCollaborative'NULL'Cannot autowire service ".service_locator.JMvqlQM": it references class "App\\Entity\\OfferCollaborative" but no such service exists.'],
  15280.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService''getSignCollaboratorOfferServiceService'false],
  15281.         ], [
  15282.             'offer' => 'App\\Entity\\OfferCollaborative',
  15283.             'service' => 'App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService',
  15284.         ]);
  15285.     }
  15286.     /**
  15287.      * Gets the private '.service_locator.JubzVby' shared service.
  15288.      *
  15289.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15290.      */
  15291.     protected function get_ServiceLocator_JubzVbyService()
  15292.     {
  15293.         return $this->privates['.service_locator.JubzVby'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15294.             'service' => ['privates''.errored..service_locator.JubzVby.App\\Entity\\Theservice'NULL'Cannot autowire service ".service_locator.JubzVby": it references class "App\\Entity\\Theservice" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15295.         ], [
  15296.             'service' => 'App\\Entity\\Theservice',
  15297.         ]);
  15298.     }
  15299.     /**
  15300.      * Gets the private '.service_locator.K5vPgtr' shared service.
  15301.      *
  15302.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15303.      */
  15304.     protected function get_ServiceLocator_K5vPgtrService()
  15305.     {
  15306.         return $this->privates['.service_locator.K5vPgtr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15307.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  15308.             'getloyerimmmogo' => ['privates''App\\Service\\GetloyerprospectifImmogo''getGetloyerprospectifImmogoService'false],
  15309.             'property' => ['privates''.errored..service_locator.K5vPgtr.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.K5vPgtr": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15310.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  15311.             'traitementUrl' => ['privates''App\\Service\\TraitementUrl''getTraitementUrlService'false],
  15312.         ], [
  15313.             'formule' => 'App\\Service\\Formule',
  15314.             'getloyerimmmogo' => 'App\\Service\\GetloyerprospectifImmogo',
  15315.             'property' => 'App\\Entity\\TheProperty',
  15316.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  15317.             'traitementUrl' => 'App\\Service\\TraitementUrl',
  15318.         ]);
  15319.     }
  15320.     /**
  15321.      * Gets the private '.service_locator.KLVvNIq' shared service.
  15322.      *
  15323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15324.      */
  15325.     protected function get_ServiceLocator_KLVvNIqService()
  15326.     {
  15327.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15328.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  15329.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  15330.         ], [
  15331.             'doctrine.ulid_generator' => '?',
  15332.             'doctrine.uuid_generator' => '?',
  15333.         ]);
  15334.     }
  15335.     /**
  15336.      * Gets the private '.service_locator.KfbR3DY' shared service.
  15337.      *
  15338.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15339.      */
  15340.     protected function get_ServiceLocator_KfbR3DYService()
  15341.     {
  15342.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15343.             'loader' => ['privates''.errored..service_locator.KfbR3DY.Symfony\\Component\\Config\\Loader\\LoaderInterface'NULL'Cannot autowire service ".service_locator.KfbR3DY": it references interface "Symfony\\Component\\Config\\Loader\\LoaderInterface" but no such service exists. You should maybe alias this interface to one of these existing services: "routing.loader.xml", "routing.loader.yml", "routing.loader.php", "routing.loader.glob", "routing.loader.directory", "routing.loader.container", "routing.loader", "routing.loader.annotation", "routing.loader.annotation.directory", "routing.loader.annotation.file", "api_platform.route_loader.legacy".'],
  15344.         ], [
  15345.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  15346.         ]);
  15347.     }
  15348.     /**
  15349.      * Gets the private '.service_locator.Kpg3j4e' shared service.
  15350.      *
  15351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15352.      */
  15353.     protected function get_ServiceLocator_Kpg3j4eService()
  15354.     {
  15355.         return $this->privates['.service_locator.Kpg3j4e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15356.             'optionRepository' => ['privates''App\\Repository\\OptionRepository''getOptionRepositoryService'false],
  15357.         ], [
  15358.             'optionRepository' => 'App\\Repository\\OptionRepository',
  15359.         ]);
  15360.     }
  15361.     /**
  15362.      * Gets the private '.service_locator.KzHj_9I' shared service.
  15363.      *
  15364.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15365.      */
  15366.     protected function get_ServiceLocator_KzHj9IService()
  15367.     {
  15368.         return $this->privates['.service_locator.KzHj_9I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15369.             'traitement' => ['privates''App\\Service\\Traitement''getTraitement2Service'false],
  15370.         ], [
  15371.             'traitement' => 'App\\Service\\Traitement',
  15372.         ]);
  15373.     }
  15374.     /**
  15375.      * Gets the private '.service_locator.L.6sSpP' shared service.
  15376.      *
  15377.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15378.      */
  15379.     protected function get_ServiceLocator_L_6sSpPService()
  15380.     {
  15381.         return $this->privates['.service_locator.L.6sSpP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15382.             'produit' => ['privates''.errored..service_locator.L.6sSpP.App\\Entity\\SubscriptionProduct'NULL'Cannot autowire service ".service_locator.L.6sSpP": it references class "App\\Entity\\SubscriptionProduct" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15383.         ], [
  15384.             'produit' => 'App\\Entity\\SubscriptionProduct',
  15385.         ]);
  15386.     }
  15387.     /**
  15388.      * Gets the private '.service_locator.L8s9Nth' shared service.
  15389.      *
  15390.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15391.      */
  15392.     protected function get_ServiceLocator_L8s9NthService()
  15393.     {
  15394.         return $this->privates['.service_locator.L8s9Nth'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15395.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15396.             'notification' => ['privates''.errored..service_locator.L8s9Nth.App\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.L8s9Nth": it references class "App\\Entity\\Notification" but no such service exists.'],
  15397.             'notificationService' => ['privates''App\\Service\\Api\\Notification\\NotificationService''getNotificationService2Service'false],
  15398.         ], [
  15399.             'manager' => '?',
  15400.             'notification' => 'App\\Entity\\Notification',
  15401.             'notificationService' => 'App\\Service\\Api\\Notification\\NotificationService',
  15402.         ]);
  15403.     }
  15404.     /**
  15405.      * Gets the private '.service_locator.LCDj2BZ' shared service.
  15406.      *
  15407.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15408.      */
  15409.     protected function get_ServiceLocator_LCDj2BZService()
  15410.     {
  15411.         return $this->privates['.service_locator.LCDj2BZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15412.             'communityCoordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  15413.             'communityPostRepository' => ['privates''App\\Repository\\CommunityPostRepository''getCommunityPostRepositoryService'false],
  15414.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  15415.         ], [
  15416.             'communityCoordinateRepository' => 'App\\Repository\\CommunityCoordinateRepository',
  15417.             'communityPostRepository' => 'App\\Repository\\CommunityPostRepository',
  15418.             'formule' => 'App\\Service\\Formule',
  15419.         ]);
  15420.     }
  15421.     /**
  15422.      * Gets the private '.service_locator.LbjZSbI' shared service.
  15423.      *
  15424.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15425.      */
  15426.     protected function get_ServiceLocator_LbjZSbIService()
  15427.     {
  15428.         return $this->privates['.service_locator.LbjZSbI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15429.             'sim' => ['privates''.errored..service_locator.LbjZSbI.App\\Entity\\Simulation'NULL'Cannot autowire service ".service_locator.LbjZSbI": it references class "App\\Entity\\Simulation" but no such service exists.'],
  15430.         ], [
  15431.             'sim' => 'App\\Entity\\Simulation',
  15432.         ]);
  15433.     }
  15434.     /**
  15435.      * Gets the private '.service_locator.LwEOyeK' shared service.
  15436.      *
  15437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15438.      */
  15439.     protected function get_ServiceLocator_LwEOyeKService()
  15440.     {
  15441.         return $this->privates['.service_locator.LwEOyeK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15442.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15443.         ], [
  15444.             'entityManager' => '?',
  15445.         ]);
  15446.     }
  15447.     /**
  15448.      * Gets the private '.service_locator.LxNsfND' shared service.
  15449.      *
  15450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15451.      */
  15452.     protected function get_ServiceLocator_LxNsfNDService()
  15453.     {
  15454.         return $this->privates['.service_locator.LxNsfND'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15455.             'externalProviderOfferRepository' => ['privates''App\\Repository\\ExternalProviderOfferRepository''getExternalProviderOfferRepositoryService'false],
  15456.         ], [
  15457.             'externalProviderOfferRepository' => 'App\\Repository\\ExternalProviderOfferRepository',
  15458.         ]);
  15459.     }
  15460.     /**
  15461.      * Gets the private '.service_locator.M.h_EJd' shared service.
  15462.      *
  15463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15464.      */
  15465.     protected function get_ServiceLocator_M_HEJdService()
  15466.     {
  15467.         return $this->privates['.service_locator.M.h_EJd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15468.             'prasAffectationCondition' => ['privates''.errored..service_locator.M.h_EJd.App\\Entity\\PrasAffectationCondition'NULL'Cannot autowire service ".service_locator.M.h_EJd": it references class "App\\Entity\\PrasAffectationCondition" but no such service exists.'],
  15469.         ], [
  15470.             'prasAffectationCondition' => 'App\\Entity\\PrasAffectationCondition',
  15471.         ]);
  15472.     }
  15473.     /**
  15474.      * Gets the private '.service_locator.M9PMcRV' shared service.
  15475.      *
  15476.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15477.      */
  15478.     protected function get_ServiceLocator_M9PMcRVService()
  15479.     {
  15480.         return $this->privates['.service_locator.M9PMcRV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15481.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  15482.         ], [
  15483.             'security' => '?',
  15484.         ]);
  15485.     }
  15486.     /**
  15487.      * Gets the private '.service_locator.M9ycMaq' shared service.
  15488.      *
  15489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15490.      */
  15491.     protected function get_ServiceLocator_M9ycMaqService()
  15492.     {
  15493.         return $this->privates['.service_locator.M9ycMaq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15494.             'rentalService' => ['services''App\\Service\\Api\\RentalService''getRentalServiceService'false],
  15495.         ], [
  15496.             'rentalService' => 'App\\Service\\Api\\RentalService',
  15497.         ]);
  15498.     }
  15499.     /**
  15500.      * Gets the private '.service_locator.MBcNAjb' shared service.
  15501.      *
  15502.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15503.      */
  15504.     protected function get_ServiceLocator_MBcNAjbService()
  15505.     {
  15506.         return $this->privates['.service_locator.MBcNAjb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15507.             'propertyOptionRepository' => ['privates''App\\Repository\\PropertyOptionRepository''getPropertyOptionRepositoryService'false],
  15508.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  15509.             'societyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  15510.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  15511.         ], [
  15512.             'propertyOptionRepository' => 'App\\Repository\\PropertyOptionRepository',
  15513.             'security' => '?',
  15514.             'societyRepository' => 'App\\Repository\\SocietyRepository',
  15515.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  15516.         ]);
  15517.     }
  15518.     /**
  15519.      * Gets the private '.service_locator.MJUzJi0' shared service.
  15520.      *
  15521.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15522.      */
  15523.     protected function get_ServiceLocator_MJUzJi0Service()
  15524.     {
  15525.         return $this->privates['.service_locator.MJUzJi0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15526.             'agent' => ['privates''.errored..service_locator.MJUzJi0.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.MJUzJi0": it references class "App\\Entity\\User" but no such service exists.'],
  15527.             'images' => ['privates''.errored..service_locator.MJUzJi0.Doctrine\\Common\\Collections\\Collection'NULL'Cannot autowire service ".service_locator.MJUzJi0": it references interface "Doctrine\\Common\\Collections\\Collection" but no such service exists. Did you create a class that implements this interface?'],
  15528.             'model' => ['privates''.errored..service_locator.MJUzJi0.App\\Entity\\ImoAgent\\ImoAgentSolicitation'NULL'Cannot autowire service ".service_locator.MJUzJi0": it references class "App\\Entity\\ImoAgent\\ImoAgentSolicitation" but no such service exists.'],
  15529.         ], [
  15530.             'agent' => 'App\\Entity\\User',
  15531.             'images' => 'Doctrine\\Common\\Collections\\Collection',
  15532.             'model' => 'App\\Entity\\ImoAgent\\ImoAgentSolicitation',
  15533.         ]);
  15534.     }
  15535.     /**
  15536.      * Gets the private '.service_locator.NFoq.Bg' shared service.
  15537.      *
  15538.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15539.      */
  15540.     protected function get_ServiceLocator_NFoq_BgService()
  15541.     {
  15542.         return $this->privates['.service_locator.NFoq.Bg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15543.             'permitCiterneRepository' => ['privates''App\\Repository\\PermitCiterneRepository''getPermitCiterneRepositoryService'false],
  15544.         ], [
  15545.             'permitCiterneRepository' => 'App\\Repository\\PermitCiterneRepository',
  15546.         ]);
  15547.     }
  15548.     /**
  15549.      * Gets the private '.service_locator.OC.D7cY' shared service.
  15550.      *
  15551.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15552.      */
  15553.     protected function get_ServiceLocator_OC_D7cYService()
  15554.     {
  15555.         return $this->privates['.service_locator.OC.D7cY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15556.             'permit' => ['privates''.errored..service_locator.OC.D7cY.App\\Entity\\PermitEnvironmentalForm'NULL'Cannot autowire service ".service_locator.OC.D7cY": it references class "App\\Entity\\PermitEnvironmentalForm" but no such service exists.'],
  15557.         ], [
  15558.             'permit' => 'App\\Entity\\PermitEnvironmentalForm',
  15559.         ]);
  15560.     }
  15561.     /**
  15562.      * Gets the private '.service_locator.ODsuqr2' shared service.
  15563.      *
  15564.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15565.      */
  15566.     protected function get_ServiceLocator_ODsuqr2Service()
  15567.     {
  15568.         return $this->privates['.service_locator.ODsuqr2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15569.             'communityCoordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  15570.         ], [
  15571.             'communityCoordinateRepository' => 'App\\Repository\\CommunityCoordinateRepository',
  15572.         ]);
  15573.     }
  15574.     /**
  15575.      * Gets the private '.service_locator.OEVrRYx' shared service.
  15576.      *
  15577.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15578.      */
  15579.     protected function get_ServiceLocator_OEVrRYxService()
  15580.     {
  15581.         return $this->privates['.service_locator.OEVrRYx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15582.             'brugisCsvRepository' => ['privates''App\\Repository\\BrugisCsvRepository''getBrugisCsvRepositoryService'false],
  15583.         ], [
  15584.             'brugisCsvRepository' => 'App\\Repository\\BrugisCsvRepository',
  15585.         ]);
  15586.     }
  15587.     /**
  15588.      * Gets the private '.service_locator.P3yaVfa' shared service.
  15589.      *
  15590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15591.      */
  15592.     protected function get_ServiceLocator_P3yaVfaService()
  15593.     {
  15594.         return $this->privates['.service_locator.P3yaVfa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15595.             'userServicePromo' => ['privates''.errored..service_locator.P3yaVfa.App\\Entity\\UserServicePromo'NULL'Cannot autowire service ".service_locator.P3yaVfa": it references class "App\\Entity\\UserServicePromo" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15596.         ], [
  15597.             'userServicePromo' => 'App\\Entity\\UserServicePromo',
  15598.         ]);
  15599.     }
  15600.     /**
  15601.      * Gets the private '.service_locator.P4Fskde' shared service.
  15602.      *
  15603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15604.      */
  15605.     protected function get_ServiceLocator_P4FskdeService()
  15606.     {
  15607.         return $this->privates['.service_locator.P4Fskde'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15608.             'certificatorService' => ['privates''App\\Service\\Api\\User\\CertificatorService''getCertificatorServiceService'false],
  15609.         ], [
  15610.             'certificatorService' => 'App\\Service\\Api\\User\\CertificatorService',
  15611.         ]);
  15612.     }
  15613.     /**
  15614.      * Gets the private '.service_locator.P7qhCSY' shared service.
  15615.      *
  15616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15617.      */
  15618.     protected function get_ServiceLocator_P7qhCSYService()
  15619.     {
  15620.         return $this->privates['.service_locator.P7qhCSY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15621.             'expert' => ['privates''.errored..service_locator.P7qhCSY.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.P7qhCSY": it references class "App\\Entity\\User" but no such service exists.'],
  15622.             'repo' => ['privates''App\\Repository\\StarRatingsRepository''getStarRatingsRepositoryService'false],
  15623.         ], [
  15624.             'expert' => 'App\\Entity\\User',
  15625.             'repo' => 'App\\Repository\\StarRatingsRepository',
  15626.         ]);
  15627.     }
  15628.     /**
  15629.      * Gets the private '.service_locator.POCpODg' shared service.
  15630.      *
  15631.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15632.      */
  15633.     protected function get_ServiceLocator_POCpODgService()
  15634.     {
  15635.         return $this->privates['.service_locator.POCpODg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15636.             'plp' => ['privates''.errored..service_locator.POCpODg.App\\Entity\\CommunityPlp'NULL'Cannot autowire service ".service_locator.POCpODg": it references class "App\\Entity\\CommunityPlp" but no such service exists.'],
  15637.         ], [
  15638.             'plp' => 'App\\Entity\\CommunityPlp',
  15639.         ]);
  15640.     }
  15641.     /**
  15642.      * Gets the private '.service_locator.PYHrdNN' shared service.
  15643.      *
  15644.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15645.      */
  15646.     protected function get_ServiceLocator_PYHrdNNService()
  15647.     {
  15648.         return $this->privates['.service_locator.PYHrdNN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15649.             'imageCacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  15650.             'property' => ['privates''.errored..service_locator.PYHrdNN.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.PYHrdNN": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15651.         ], [
  15652.             'imageCacheManager' => '?',
  15653.             'property' => 'App\\Entity\\TheProperty',
  15654.         ]);
  15655.     }
  15656.     /**
  15657.      * Gets the private '.service_locator.PrG_U8d' shared service.
  15658.      *
  15659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15660.      */
  15661.     protected function get_ServiceLocator_PrGU8dService()
  15662.     {
  15663.         return $this->privates['.service_locator.PrG_U8d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15664.             'serviceCategoryRepository' => ['privates''App\\Repository\\ServiceCategoryRepository''getServiceCategoryRepositoryService'false],
  15665.         ], [
  15666.             'serviceCategoryRepository' => 'App\\Repository\\ServiceCategoryRepository',
  15667.         ]);
  15668.     }
  15669.     /**
  15670.      * Gets the private '.service_locator.QPa5E6I' shared service.
  15671.      *
  15672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15673.      */
  15674.     protected function get_ServiceLocator_QPa5E6IService()
  15675.     {
  15676.         return $this->privates['.service_locator.QPa5E6I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15677.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15678.             'propertyDestination' => ['privates''.errored..service_locator.QPa5E6I.App\\Entity\\LandPropertyDestination'NULL'Cannot autowire service ".service_locator.QPa5E6I": it references class "App\\Entity\\LandPropertyDestination" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15679.         ], [
  15680.             'em' => '?',
  15681.             'propertyDestination' => 'App\\Entity\\LandPropertyDestination',
  15682.         ]);
  15683.     }
  15684.     /**
  15685.      * Gets the private '.service_locator.QZPR98c' shared service.
  15686.      *
  15687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15688.      */
  15689.     protected function get_ServiceLocator_QZPR98cService()
  15690.     {
  15691.         return $this->privates['.service_locator.QZPR98c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15692.             'locationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  15693.             'traitementData' => ['privates''App\\Service\\TraitementData''getTraitementDataService'false],
  15694.         ], [
  15695.             'locationTypeRepository' => 'App\\Repository\\LocationTypeRepository',
  15696.             'traitementData' => 'App\\Service\\TraitementData',
  15697.         ]);
  15698.     }
  15699.     /**
  15700.      * Gets the private '.service_locator.Q_tR3xw' shared service.
  15701.      *
  15702.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15703.      */
  15704.     protected function get_ServiceLocator_QTR3xwService()
  15705.     {
  15706.         return $this->privates['.service_locator.Q_tR3xw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15707.             'csv' => ['privates''.errored..service_locator.Q_tR3xw.App\\Entity\\PpasAffectationCsv'NULL'Cannot autowire service ".service_locator.Q_tR3xw": it references class "App\\Entity\\PpasAffectationCsv" but no such service exists.'],
  15708.         ], [
  15709.             'csv' => 'App\\Entity\\PpasAffectationCsv',
  15710.         ]);
  15711.     }
  15712.     /**
  15713.      * Gets the private '.service_locator.QgZYKkO' shared service.
  15714.      *
  15715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15716.      */
  15717.     protected function get_ServiceLocator_QgZYKkOService()
  15718.     {
  15719.         return $this->privates['.service_locator.QgZYKkO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15720.             'occupieCsv' => ['privates''.errored..service_locator.QgZYKkO.App\\Entity\\OccupieCsv'NULL'Cannot autowire service ".service_locator.QgZYKkO": it references class "App\\Entity\\OccupieCsv" but no such service exists.'],
  15721.         ], [
  15722.             'occupieCsv' => 'App\\Entity\\OccupieCsv',
  15723.         ]);
  15724.     }
  15725.     /**
  15726.      * Gets the private '.service_locator.QsuAye4' shared service.
  15727.      *
  15728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15729.      */
  15730.     protected function get_ServiceLocator_QsuAye4Service()
  15731.     {
  15732.         return $this->privates['.service_locator.QsuAye4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15733.             'providerSolarFitterRepository' => ['privates''App\\Repository\\ProviderSolarFitterRepository''getProviderSolarFitterRepositoryService'false],
  15734.         ], [
  15735.             'providerSolarFitterRepository' => 'App\\Repository\\ProviderSolarFitterRepository',
  15736.         ]);
  15737.     }
  15738.     /**
  15739.      * Gets the private '.service_locator.R9M9gve' shared service.
  15740.      *
  15741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15742.      */
  15743.     protected function get_ServiceLocator_R9M9gveService()
  15744.     {
  15745.         return $this->privates['.service_locator.R9M9gve'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15746.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15747.         ], [
  15748.             'entityManager' => '?',
  15749.         ]);
  15750.     }
  15751.     /**
  15752.      * Gets the private '.service_locator.RFcH33U' shared service.
  15753.      *
  15754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15755.      */
  15756.     protected function get_ServiceLocator_RFcH33UService()
  15757.     {
  15758.         return $this->privates['.service_locator.RFcH33U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15759.             'image' => ['privates''.errored..service_locator.RFcH33U.App\\Entity\\ThepropertyDocument'NULL'Cannot autowire service ".service_locator.RFcH33U": it references class "App\\Entity\\ThepropertyDocument" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15760.         ], [
  15761.             'image' => 'App\\Entity\\ThepropertyDocument',
  15762.         ]);
  15763.     }
  15764.     /**
  15765.      * Gets the private '.service_locator.RKNP0q_' shared service.
  15766.      *
  15767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15768.      */
  15769.     protected function get_ServiceLocator_RKNP0qService()
  15770.     {
  15771.         return $this->privates['.service_locator.RKNP0q_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15772.             'image' => ['privates''.errored..service_locator.RKNP0q_.App\\Entity\\InventoryImage'NULL'Cannot autowire service ".service_locator.RKNP0q_": it references class "App\\Entity\\InventoryImage" but no such service exists.'],
  15773.         ], [
  15774.             'image' => 'App\\Entity\\InventoryImage',
  15775.         ]);
  15776.     }
  15777.     /**
  15778.      * Gets the private '.service_locator.Sfzmser' shared service.
  15779.      *
  15780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15781.      */
  15782.     protected function get_ServiceLocator_SfzmserService()
  15783.     {
  15784.         return $this->privates['.service_locator.Sfzmser'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15785.             'repository' => ['privates''App\\Repository\\NewProjectImmoCsvRepository''getNewProjectImmoCsvRepositoryService'false],
  15786.         ], [
  15787.             'repository' => 'App\\Repository\\NewProjectImmoCsvRepository',
  15788.         ]);
  15789.     }
  15790.     /**
  15791.      * Gets the private '.service_locator.ShsoacE' shared service.
  15792.      *
  15793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15794.      */
  15795.     protected function get_ServiceLocator_ShsoacEService()
  15796.     {
  15797.         return $this->privates['.service_locator.ShsoacE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15798.             'summary' => ['privates''.errored..service_locator.ShsoacE.App\\Entity\\ThePropertyMaifInsuranceSummary'NULL'Cannot autowire service ".service_locator.ShsoacE": it references class "App\\Entity\\ThePropertyMaifInsuranceSummary" but no such service exists.'],
  15799.         ], [
  15800.             'summary' => 'App\\Entity\\ThePropertyMaifInsuranceSummary',
  15801.         ]);
  15802.     }
  15803.     /**
  15804.      * Gets the private '.service_locator.Sj_OqPs' shared service.
  15805.      *
  15806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15807.      */
  15808.     protected function get_ServiceLocator_SjOqPsService()
  15809.     {
  15810.         return $this->privates['.service_locator.Sj_OqPs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15811.             'prasAffectation' => ['privates''.errored..service_locator.Sj_OqPs.App\\Entity\\PrasAffectation'NULL'Cannot autowire service ".service_locator.Sj_OqPs": it references class "App\\Entity\\PrasAffectation" but no such service exists.'],
  15812.         ], [
  15813.             'prasAffectation' => 'App\\Entity\\PrasAffectation',
  15814.         ]);
  15815.     }
  15816.     /**
  15817.      * Gets the private '.service_locator.Su5bU3D' shared service.
  15818.      *
  15819.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15820.      */
  15821.     protected function get_ServiceLocator_Su5bU3DService()
  15822.     {
  15823.         return $this->privates['.service_locator.Su5bU3D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15824.             'categorie' => ['privates''.errored..service_locator.Su5bU3D.App\\Entity\\ServiceCategory'NULL'Cannot autowire service ".service_locator.Su5bU3D": it references class "App\\Entity\\ServiceCategory" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  15825.         ], [
  15826.             'categorie' => 'App\\Entity\\ServiceCategory',
  15827.         ]);
  15828.     }
  15829.     /**
  15830.      * Gets the private '.service_locator.TANcIz7' shared service.
  15831.      *
  15832.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15833.      */
  15834.     protected function get_ServiceLocator_TANcIz7Service()
  15835.     {
  15836.         return $this->privates['.service_locator.TANcIz7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15837.             'conversation' => ['privates''.errored..service_locator.TANcIz7.App\\Entity\\Conversation'NULL'Cannot autowire service ".service_locator.TANcIz7": it references class "App\\Entity\\Conversation" but no such service exists.'],
  15838.             'messageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  15839.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  15840.         ], [
  15841.             'conversation' => 'App\\Entity\\Conversation',
  15842.             'messageRepository' => 'App\\Repository\\MessageRepository',
  15843.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  15844.         ]);
  15845.     }
  15846.     /**
  15847.      * Gets the private '.service_locator.TO3kXqK' shared service.
  15848.      *
  15849.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15850.      */
  15851.     protected function get_ServiceLocator_TO3kXqKService()
  15852.     {
  15853.         return $this->privates['.service_locator.TO3kXqK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15854.             'data' => ['privates''.errored..service_locator.TO3kXqK.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.TO3kXqK": it references class "App\\Entity\\User" but no such service exists.'],
  15855.         ], [
  15856.             'data' => 'App\\Entity\\User',
  15857.         ]);
  15858.     }
  15859.     /**
  15860.      * Gets the private '.service_locator.TUaVWPf' shared service.
  15861.      *
  15862.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15863.      */
  15864.     protected function get_ServiceLocator_TUaVWPfService()
  15865.     {
  15866.         return $this->privates['.service_locator.TUaVWPf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15867.             'repository' => ['privates''App\\Repository\\ThePropertyConstructionWorkRulesRepository''getThePropertyConstructionWorkRulesRepositoryService'false],
  15868.         ], [
  15869.             'repository' => 'App\\Repository\\ThePropertyConstructionWorkRulesRepository',
  15870.         ]);
  15871.     }
  15872.     /**
  15873.      * Gets the private '.service_locator.T_Itg.A' shared service.
  15874.      *
  15875.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15876.      */
  15877.     protected function get_ServiceLocator_TItg_AService()
  15878.     {
  15879.         return $this->privates['.service_locator.T_Itg.A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15880.             'prime' => ['privates''.errored..service_locator.T_Itg.A.App\\Entity\\Prime'NULL'Cannot autowire service ".service_locator.T_Itg.A": it references class "App\\Entity\\Prime" but no such service exists.'],
  15881.         ], [
  15882.             'prime' => 'App\\Entity\\Prime',
  15883.         ]);
  15884.     }
  15885.     /**
  15886.      * Gets the private '.service_locator.TcZbUd5' shared service.
  15887.      *
  15888.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15889.      */
  15890.     protected function get_ServiceLocator_TcZbUd5Service()
  15891.     {
  15892.         return $this->privates['.service_locator.TcZbUd5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15893.             'csv' => ['privates''.errored..service_locator.TcZbUd5.App\\Entity\\PrasCsv'NULL'Cannot autowire service ".service_locator.TcZbUd5": it references class "App\\Entity\\PrasCsv" but no such service exists.'],
  15894.         ], [
  15895.             'csv' => 'App\\Entity\\PrasCsv',
  15896.         ]);
  15897.     }
  15898.     /**
  15899.      * Gets the private '.service_locator.TzqTzgY' shared service.
  15900.      *
  15901.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15902.      */
  15903.     protected function get_ServiceLocator_TzqTzgYService()
  15904.     {
  15905.         return $this->privates['.service_locator.TzqTzgY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15906.             'additionalCentsRepository' => ['privates''App\\Repository\\AdditionalCentsRepository''getAdditionalCentsRepositoryService'false],
  15907.             'precountRepository' => ['privates''App\\Repository\\PrecountRepository''getPrecountRepositoryService'false],
  15908.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  15909.         ], [
  15910.             'additionalCentsRepository' => 'App\\Repository\\AdditionalCentsRepository',
  15911.             'precountRepository' => 'App\\Repository\\PrecountRepository',
  15912.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  15913.         ]);
  15914.     }
  15915.     /**
  15916.      * Gets the private '.service_locator.U2XVYf9' shared service.
  15917.      *
  15918.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15919.      */
  15920.     protected function get_ServiceLocator_U2XVYf9Service()
  15921.     {
  15922.         return $this->privates['.service_locator.U2XVYf9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15923.             'responseRepos' => ['privates''App\\Repository\\CommunityServiceResponseRepository''getCommunityServiceResponseRepositoryService'false],
  15924.         ], [
  15925.             'responseRepos' => 'App\\Repository\\CommunityServiceResponseRepository',
  15926.         ]);
  15927.     }
  15928.     /**
  15929.      * Gets the private '.service_locator.U7VViCc' shared service.
  15930.      *
  15931.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15932.      */
  15933.     protected function get_ServiceLocator_U7VViCcService()
  15934.     {
  15935.         return $this->privates['.service_locator.U7VViCc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15936.             'form' => ['privates''.errored..service_locator.U7VViCc.Symfony\\Component\\Form\\FormInterface'NULL'Cannot autowire service ".service_locator.U7VViCc": it references interface "Symfony\\Component\\Form\\FormInterface" but no such service exists. Did you create a class that implements this interface?'],
  15937.         ], [
  15938.             'form' => 'Symfony\\Component\\Form\\FormInterface',
  15939.         ]);
  15940.     }
  15941.     /**
  15942.      * Gets the private '.service_locator.UjJZrA4' shared service.
  15943.      *
  15944.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15945.      */
  15946.     protected function get_ServiceLocator_UjJZrA4Service()
  15947.     {
  15948.         return $this->privates['.service_locator.UjJZrA4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15949.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  15950.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  15951.         ], [
  15952.             'passwordEncoder' => '?',
  15953.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  15954.         ]);
  15955.     }
  15956.     /**
  15957.      * Gets the private '.service_locator.VckBnxy' shared service.
  15958.      *
  15959.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15960.      */
  15961.     protected function get_ServiceLocator_VckBnxyService()
  15962.     {
  15963.         return $this->privates['.service_locator.VckBnxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15964.             'repository' => ['privates''App\\Repository\\ServicePromoRepository''getServicePromoRepositoryService'false],
  15965.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  15966.         ], [
  15967.             'repository' => 'App\\Repository\\ServicePromoRepository',
  15968.             'serializer' => '?',
  15969.         ]);
  15970.     }
  15971.     /**
  15972.      * Gets the private '.service_locator.WvhmTCp' shared service.
  15973.      *
  15974.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15975.      */
  15976.     protected function get_ServiceLocator_WvhmTCpService()
  15977.     {
  15978.         return $this->privates['.service_locator.WvhmTCp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15979.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  15980.             'sendEmailService' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  15981.             'societyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  15982.             'templating' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  15983.         ], [
  15984.             'params' => '?',
  15985.             'sendEmailService' => 'App\\Service\\SendMail\\SendmailService',
  15986.             'societyRepository' => 'App\\Repository\\SocietyRepository',
  15987.             'templating' => '?',
  15988.         ]);
  15989.     }
  15990.     /**
  15991.      * Gets the private '.service_locator.X8a1tM.' shared service.
  15992.      *
  15993.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15994.      */
  15995.     protected function get_ServiceLocator_X8a1tM_Service()
  15996.     {
  15997.         return $this->privates['.service_locator.X8a1tM.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15998.             'model' => ['privates''.errored..service_locator.X8a1tM..App\\Entity\\LeaseContractModel'NULL'Cannot autowire service ".service_locator.X8a1tM.": it references class "App\\Entity\\LeaseContractModel" but no such service exists.'],
  15999.         ], [
  16000.             'model' => 'App\\Entity\\LeaseContractModel',
  16001.         ]);
  16002.     }
  16003.     /**
  16004.      * Gets the private '.service_locator.XCOsI7M' shared service.
  16005.      *
  16006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16007.      */
  16008.     protected function get_ServiceLocator_XCOsI7MService()
  16009.     {
  16010.         return $this->privates['.service_locator.XCOsI7M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16011.             'service' => ['privates''App\\Service\\Api\\OfferLease\\ListOfferLeaseService''getListOfferLeaseServiceService'false],
  16012.         ], [
  16013.             'service' => 'App\\Service\\Api\\OfferLease\\ListOfferLeaseService',
  16014.         ]);
  16015.     }
  16016.     /**
  16017.      * Gets the private '.service_locator.Xc9yKGQ' shared service.
  16018.      *
  16019.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16020.      */
  16021.     protected function get_ServiceLocator_Xc9yKGQService()
  16022.     {
  16023.         return $this->privates['.service_locator.Xc9yKGQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16024.             'conversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  16025.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  16026.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  16027.         ], [
  16028.             'conversationRepository' => 'App\\Repository\\ConversationRepository',
  16029.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  16030.             'userRepository' => 'App\\Repository\\UserRepository',
  16031.         ]);
  16032.     }
  16033.     /**
  16034.      * Gets the private '.service_locator.XffhPVn' shared service.
  16035.      *
  16036.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16037.      */
  16038.     protected function get_ServiceLocator_XffhPVnService()
  16039.     {
  16040.         return $this->privates['.service_locator.XffhPVn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16041.             'csv' => ['privates''.errored..service_locator.XffhPVn.App\\Entity\\PpasCsv'NULL'Cannot autowire service ".service_locator.XffhPVn": it references class "App\\Entity\\PpasCsv" but no such service exists.'],
  16042.         ], [
  16043.             'csv' => 'App\\Entity\\PpasCsv',
  16044.         ]);
  16045.     }
  16046.     /**
  16047.      * Gets the private '.service_locator.XhMKgZv' shared service.
  16048.      *
  16049.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16050.      */
  16051.     protected function get_ServiceLocator_XhMKgZvService()
  16052.     {
  16053.         return $this->privates['.service_locator.XhMKgZv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16054.             'data' => ['privates''.errored..service_locator.XhMKgZv.App\\Entity\\Message'NULL'Cannot autowire service ".service_locator.XhMKgZv": it references class "App\\Entity\\Message" but no such service exists.'],
  16055.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  16056.         ], [
  16057.             'data' => 'App\\Entity\\Message',
  16058.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  16059.         ]);
  16060.     }
  16061.     /**
  16062.      * Gets the private '.service_locator.XiW2YFT' shared service.
  16063.      *
  16064.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16065.      */
  16066.     protected function get_ServiceLocator_XiW2YFTService()
  16067.     {
  16068.         return $this->privates['.service_locator.XiW2YFT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16069.             'transactionTypeRepository' => ['privates''App\\Repository\\TransactionTypeRepository''getTransactionTypeRepositoryService'false],
  16070.         ], [
  16071.             'transactionTypeRepository' => 'App\\Repository\\TransactionTypeRepository',
  16072.         ]);
  16073.     }
  16074.     /**
  16075.      * Gets the private '.service_locator.Y41B.j7' shared service.
  16076.      *
  16077.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16078.      */
  16079.     protected function get_ServiceLocator_Y41B_J7Service()
  16080.     {
  16081.         return $this->privates['.service_locator.Y41B.j7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16082.             'repository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  16083.             'translator' => ['services''translator''getTranslatorService'false],
  16084.         ], [
  16085.             'repository' => 'App\\Repository\\ThepropertyRepository',
  16086.             'translator' => '?',
  16087.         ]);
  16088.     }
  16089.     /**
  16090.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  16091.      *
  16092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16093.      */
  16094.     protected function get_ServiceLocator_Y4J_A_EService()
  16095.     {
  16096.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16097.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16098.         ], [
  16099.             'failed' => '?',
  16100.         ]);
  16101.     }
  16102.     /**
  16103.      * Gets the private '.service_locator.YK93Cie' shared service.
  16104.      *
  16105.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16106.      */
  16107.     protected function get_ServiceLocator_YK93CieService()
  16108.     {
  16109.         return $this->privates['.service_locator.YK93Cie'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16110.             'offer' => ['privates''.errored..service_locator.YK93Cie.App\\Entity\\OfferCollaborative'NULL'Cannot autowire service ".service_locator.YK93Cie": it references class "App\\Entity\\OfferCollaborative" but no such service exists.'],
  16111.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService''getOfferProcessServiceService'false],
  16112.         ], [
  16113.             'offer' => 'App\\Entity\\OfferCollaborative',
  16114.             'service' => 'App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService',
  16115.         ]);
  16116.     }
  16117.     /**
  16118.      * Gets the private '.service_locator.YT3BDwX' shared service.
  16119.      *
  16120.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16121.      */
  16122.     protected function get_ServiceLocator_YT3BDwXService()
  16123.     {
  16124.         return $this->privates['.service_locator.YT3BDwX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16125.             'image' => ['privates''.errored..service_locator.YT3BDwX.App\\Entity\\PropertyImage'NULL'Cannot autowire service ".service_locator.YT3BDwX": it references class "App\\Entity\\PropertyImage" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  16126.         ], [
  16127.             'image' => 'App\\Entity\\PropertyImage',
  16128.         ]);
  16129.     }
  16130.     /**
  16131.      * Gets the private '.service_locator.YifncfM' shared service.
  16132.      *
  16133.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16134.      */
  16135.     protected function get_ServiceLocator_YifncfMService()
  16136.     {
  16137.         return $this->privates['.service_locator.YifncfM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16138.             'service' => ['privates''App\\Service\\Api\\User\\NotaryService''getNotaryServiceService'false],
  16139.         ], [
  16140.             'service' => 'App\\Service\\Api\\User\\NotaryService',
  16141.         ]);
  16142.     }
  16143.     /**
  16144.      * Gets the private '.service_locator.YjIwi02' shared service.
  16145.      *
  16146.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16147.      */
  16148.     protected function get_ServiceLocator_YjIwi02Service()
  16149.     {
  16150.         return $this->privates['.service_locator.YjIwi02'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16151.             'data' => ['privates''.errored..service_locator.YjIwi02.App\\Entity\\ThePropertyMaifInsuranceSummary'NULL'Cannot autowire service ".service_locator.YjIwi02": it references class "App\\Entity\\ThePropertyMaifInsuranceSummary" but no such service exists.'],
  16152.         ], [
  16153.             'data' => 'App\\Entity\\ThePropertyMaifInsuranceSummary',
  16154.         ]);
  16155.     }
  16156.     /**
  16157.      * Gets the private '.service_locator.YqyyZ..' shared service.
  16158.      *
  16159.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16160.      */
  16161.     protected function get_ServiceLocator_YqyyZ__Service()
  16162.     {
  16163.         return $this->privates['.service_locator.YqyyZ..'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16164.             'client' => ['privates''.errored..service_locator.YqyyZ...App\\Entity\\User'NULL'Cannot autowire service ".service_locator.YqyyZ..": it references class "App\\Entity\\User" but no such service exists.'],
  16165.         ], [
  16166.             'client' => 'App\\Entity\\User',
  16167.         ]);
  16168.     }
  16169.     /**
  16170.      * Gets the private '.service_locator.Yybx5tt' shared service.
  16171.      *
  16172.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16173.      */
  16174.     protected function get_ServiceLocator_Yybx5ttService()
  16175.     {
  16176.         return $this->privates['.service_locator.Yybx5tt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16177.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16178.         ], [
  16179.             'entityManager' => '?',
  16180.         ]);
  16181.     }
  16182.     /**
  16183.      * Gets the private '.service_locator.ZO6eemZ' shared service.
  16184.      *
  16185.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16186.      */
  16187.     protected function get_ServiceLocator_ZO6eemZService()
  16188.     {
  16189.         return $this->privates['.service_locator.ZO6eemZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16190.             'bank' => ['privates''.errored..service_locator.ZO6eemZ.App\\Entity\\Bank'NULL'Cannot autowire service ".service_locator.ZO6eemZ": it references class "App\\Entity\\Bank" but no such service exists.'],
  16191.         ], [
  16192.             'bank' => 'App\\Entity\\Bank',
  16193.         ]);
  16194.     }
  16195.     /**
  16196.      * Gets the private '.service_locator.ZQCRZEb' shared service.
  16197.      *
  16198.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16199.      */
  16200.     protected function get_ServiceLocator_ZQCRZEbService()
  16201.     {
  16202.         return $this->privates['.service_locator.ZQCRZEb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16203.             'paymentService' => ['privates''App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService''getPaymentServiceService'false],
  16204.         ], [
  16205.             'paymentService' => 'App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService',
  16206.         ]);
  16207.     }
  16208.     /**
  16209.      * Gets the private '.service_locator.ZQLk4Kn' shared service.
  16210.      *
  16211.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16212.      */
  16213.     protected function get_ServiceLocator_ZQLk4KnService()
  16214.     {
  16215.         return $this->privates['.service_locator.ZQLk4Kn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16216.             'formatService' => ['privates''App\\Service\\Api\\Chat\\FormatService''getFormatServiceService'false],
  16217.         ], [
  16218.             'formatService' => 'App\\Service\\Api\\Chat\\FormatService',
  16219.         ]);
  16220.     }
  16221.     /**
  16222.      * Gets the private '.service_locator._H29xsa' shared service.
  16223.      *
  16224.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16225.      */
  16226.     protected function get_ServiceLocator_H29xsaService()
  16227.     {
  16228.         return $this->privates['.service_locator._H29xsa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16229.             'dispense' => ['privates''.errored..service_locator._H29xsa.App\\Entity\\Dispense'NULL'Cannot autowire service ".service_locator._H29xsa": it references class "App\\Entity\\Dispense" but no such service exists.'],
  16230.         ], [
  16231.             'dispense' => 'App\\Entity\\Dispense',
  16232.         ]);
  16233.     }
  16234.     /**
  16235.      * Gets the private '.service_locator._WsUJ6Q' shared service.
  16236.      *
  16237.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16238.      */
  16239.     protected function get_ServiceLocator_WsUJ6QService()
  16240.     {
  16241.         return $this->privates['.service_locator._WsUJ6Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16242.             'repository' => ['privates''App\\Repository\\CoOwnershipRepository''getCoOwnershipRepositoryService'false],
  16243.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  16244.         ], [
  16245.             'repository' => 'App\\Repository\\CoOwnershipRepository',
  16246.             'security' => '?',
  16247.         ]);
  16248.     }
  16249.     /**
  16250.      * Gets the private '.service_locator._ZYSIC1' shared service.
  16251.      *
  16252.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16253.      */
  16254.     protected function get_ServiceLocator_ZYSIC1Service()
  16255.     {
  16256.         return $this->privates['.service_locator._ZYSIC1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16257.             'redis' => ['services''SymfonyBundles\\RedisBundle\\Redis\\ClientInterface''getClientInterfaceService'false],
  16258.         ], [
  16259.             'redis' => 'SymfonyBundles\\RedisBundle\\Redis\\ClientInterface',
  16260.         ]);
  16261.     }
  16262.     /**
  16263.      * Gets the private '.service_locator._uavBYP' shared service.
  16264.      *
  16265.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16266.      */
  16267.     protected function get_ServiceLocator_UavBYPService()
  16268.     {
  16269.         return $this->privates['.service_locator._uavBYP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16270.             'property' => ['privates''.errored..service_locator._uavBYP.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator._uavBYP": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  16271.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\ListOfferService''getListOfferServiceService'false],
  16272.         ], [
  16273.             'property' => 'App\\Entity\\TheProperty',
  16274.             'service' => 'App\\Service\\Api\\OfferCollaborative\\ListOfferService',
  16275.         ]);
  16276.     }
  16277.     /**
  16278.      * Gets the private '.service_locator._z1VY6v' shared service.
  16279.      *
  16280.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16281.      */
  16282.     protected function get_ServiceLocator_Z1VY6vService()
  16283.     {
  16284.         return $this->privates['.service_locator._z1VY6v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16285.             'roof' => ['privates''.errored..service_locator._z1VY6v.App\\Entity\\Roof'NULL'Cannot autowire service ".service_locator._z1VY6v": it references class "App\\Entity\\Roof" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  16286.             'roofRepository' => ['privates''App\\Repository\\RoofRepository''getRoofRepositoryService'false],
  16287.         ], [
  16288.             'roof' => 'App\\Entity\\Roof',
  16289.             'roofRepository' => 'App\\Repository\\RoofRepository',
  16290.         ]);
  16291.     }
  16292.     /**
  16293.      * Gets the private '.service_locator.aUCxLiv' shared service.
  16294.      *
  16295.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16296.      */
  16297.     protected function get_ServiceLocator_AUCxLivService()
  16298.     {
  16299.         return $this->privates['.service_locator.aUCxLiv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16300.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16301.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16302.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  16303.         ], [
  16304.             'manager' => '?',
  16305.             'normalizer' => '?',
  16306.             'security' => '?',
  16307.         ]);
  16308.     }
  16309.     /**
  16310.      * Gets the private '.service_locator.bKynF70' shared service.
  16311.      *
  16312.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16313.      */
  16314.     protected function get_ServiceLocator_BKynF70Service()
  16315.     {
  16316.         return $this->privates['.service_locator.bKynF70'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16317.             'data' => ['privates''.errored..service_locator.bKynF70.App\\Entity\\RentalManagementLeave'NULL'Cannot autowire service ".service_locator.bKynF70": it references class "App\\Entity\\RentalManagementLeave" but no such service exists.'],
  16318.             'repository' => ['privates''App\\Repository\\RentalManagementLeaveRepository''getRentalManagementLeaveRepositoryService'false],
  16319.         ], [
  16320.             'data' => 'App\\Entity\\RentalManagementLeave',
  16321.             'repository' => 'App\\Repository\\RentalManagementLeaveRepository',
  16322.         ]);
  16323.     }
  16324.     /**
  16325.      * Gets the private '.service_locator.bT9eT8t' shared service.
  16326.      *
  16327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16328.      */
  16329.     protected function get_ServiceLocator_BT9eT8tService()
  16330.     {
  16331.         return $this->privates['.service_locator.bT9eT8t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16332.             'featureRepository' => ['privates''App\\Repository\\FeatureRepository''getFeatureRepositoryService'false],
  16333.         ], [
  16334.             'featureRepository' => 'App\\Repository\\FeatureRepository',
  16335.         ]);
  16336.     }
  16337.     /**
  16338.      * Gets the private '.service_locator.bY8EWBk' shared service.
  16339.      *
  16340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16341.      */
  16342.     protected function get_ServiceLocator_BY8EWBkService()
  16343.     {
  16344.         return $this->privates['.service_locator.bY8EWBk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16345.             'architectArtWorkRepository' => ['privates''App\\Repository\\ArchitectArtWorkRepository''getArchitectArtWorkRepositoryService'false],
  16346.         ], [
  16347.             'architectArtWorkRepository' => 'App\\Repository\\ArchitectArtWorkRepository',
  16348.         ]);
  16349.     }
  16350.     /**
  16351.      * Gets the private '.service_locator.c7f47p7' shared service.
  16352.      *
  16353.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16354.      */
  16355.     protected function get_ServiceLocator_C7f47p7Service()
  16356.     {
  16357.         return $this->privates['.service_locator.c7f47p7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16358.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  16359.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16360.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  16361.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  16362.         ], [
  16363.             'async' => '?',
  16364.             'failed' => '?',
  16365.             'messenger.transport.async' => '?',
  16366.             'messenger.transport.failed' => '?',
  16367.         ]);
  16368.     }
  16369.     /**
  16370.      * Gets the private '.service_locator.cEv5ILv' shared service.
  16371.      *
  16372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16373.      */
  16374.     protected function get_ServiceLocator_CEv5ILvService()
  16375.     {
  16376.         return $this->privates['.service_locator.cEv5ILv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16377.             'repository' => ['privates''App\\Repository\\Plan\\PlanRepository''getPlanRepositoryService'false],
  16378.         ], [
  16379.             'repository' => 'App\\Repository\\Plan\\PlanRepository',
  16380.         ]);
  16381.     }
  16382.     /**
  16383.      * Gets the private '.service_locator.cWCqZec' shared service.
  16384.      *
  16385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16386.      */
  16387.     protected function get_ServiceLocator_CWCqZecService()
  16388.     {
  16389.         return $this->privates['.service_locator.cWCqZec'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16390.             'data' => ['privates''.errored..service_locator.cWCqZec.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.cWCqZec": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  16391.         ], [
  16392.             'data' => 'App\\Entity\\TheProperty',
  16393.         ]);
  16394.     }
  16395.     /**
  16396.      * Gets the private '.service_locator.c_K9jaH' shared service.
  16397.      *
  16398.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16399.      */
  16400.     protected function get_ServiceLocator_CK9jaHService()
  16401.     {
  16402.         return $this->privates['.service_locator.c_K9jaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16403.             'waterRepository' => ['privates''App\\Repository\\WaterSupplierControllerExcelRepository''getWaterSupplierControllerExcelRepositoryService'false],
  16404.         ], [
  16405.             'waterRepository' => 'App\\Repository\\WaterSupplierControllerExcelRepository',
  16406.         ]);
  16407.     }
  16408.     /**
  16409.      * Gets the private '.service_locator.cd7GuMb' shared service.
  16410.      *
  16411.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16412.      */
  16413.     protected function get_ServiceLocator_Cd7GuMbService()
  16414.     {
  16415.         return $this->privates['.service_locator.cd7GuMb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16416.             'providerInventerListCsv' => ['privates''.errored..service_locator.cd7GuMb.App\\Entity\\ProviderInventerListCsv'NULL'Cannot autowire service ".service_locator.cd7GuMb": it references class "App\\Entity\\ProviderInventerListCsv" but no such service exists.'],
  16417.         ], [
  16418.             'providerInventerListCsv' => 'App\\Entity\\ProviderInventerListCsv',
  16419.         ]);
  16420.     }
  16421.     /**
  16422.      * Gets the private '.service_locator.cdUC4AU' shared service.
  16423.      *
  16424.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16425.      */
  16426.     protected function get_ServiceLocator_CdUC4AUService()
  16427.     {
  16428.         return $this->privates['.service_locator.cdUC4AU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16429.             'csv' => ['privates''.errored..service_locator.cdUC4AU.App\\Entity\\NewProjectImmoCsv'NULL'Cannot autowire service ".service_locator.cdUC4AU": it references class "App\\Entity\\NewProjectImmoCsv" but no such service exists.'],
  16430.         ], [
  16431.             'csv' => 'App\\Entity\\NewProjectImmoCsv',
  16432.         ]);
  16433.     }
  16434.     /**
  16435.      * Gets the private '.service_locator.ceYwZua' shared service.
  16436.      *
  16437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16438.      */
  16439.     protected function get_ServiceLocator_CeYwZuaService()
  16440.     {
  16441.         return $this->privates['.service_locator.ceYwZua'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16442.             'sales' => ['privates''.errored..service_locator.ceYwZua.App\\Entity\\ClientSalesAgreement'NULL'Cannot autowire service ".service_locator.ceYwZua": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.'],
  16443.         ], [
  16444.             'sales' => 'App\\Entity\\ClientSalesAgreement',
  16445.         ]);
  16446.     }
  16447.     /**
  16448.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  16449.      *
  16450.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16451.      */
  16452.     protected function get_ServiceLocator_Ch4JgvlService()
  16453.     {
  16454.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16455.             'user' => ['privates''.errored..service_locator.ch4Jgvl.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.'],
  16456.         ], [
  16457.             'user' => 'App\\Entity\\User',
  16458.         ]);
  16459.     }
  16460.     /**
  16461.      * Gets the private '.service_locator.cnX3Q3X' shared service.
  16462.      *
  16463.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16464.      */
  16465.     protected function get_ServiceLocator_CnX3Q3XService()
  16466.     {
  16467.         return $this->privates['.service_locator.cnX3Q3X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16468.             'sendmail' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  16469.         ], [
  16470.             'sendmail' => 'App\\Service\\SendMail\\SendmailService',
  16471.         ]);
  16472.     }
  16473.     /**
  16474.      * Gets the private '.service_locator.cpFa.v2' shared service.
  16475.      *
  16476.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16477.      */
  16478.     protected function get_ServiceLocator_CpFa_V2Service()
  16479.     {
  16480.         return $this->privates['.service_locator.cpFa.v2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16481.             'produitRepository' => ['privates''App\\Repository\\SubscriptionProductRepository''getSubscriptionProductRepositoryService'false],
  16482.         ], [
  16483.             'produitRepository' => 'App\\Repository\\SubscriptionProductRepository',
  16484.         ]);
  16485.     }
  16486.     /**
  16487.      * Gets the private '.service_locator.cssU_cs' shared service.
  16488.      *
  16489.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16490.      */
  16491.     protected function get_ServiceLocator_CssUCsService()
  16492.     {
  16493.         return $this->privates['.service_locator.cssU_cs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16494.             'promoRepository' => ['privates''App\\Repository\\UserServicePromoRepository''getUserServicePromoRepositoryService'false],
  16495.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16496.             'servicePromo' => ['privates''.errored..service_locator.cssU_cs.App\\Entity\\ServicePromo'NULL'Cannot autowire service ".service_locator.cssU_cs": it references class "App\\Entity\\ServicePromo" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  16497.         ], [
  16498.             'promoRepository' => 'App\\Repository\\UserServicePromoRepository',
  16499.             'serializer' => '?',
  16500.             'servicePromo' => 'App\\Entity\\ServicePromo',
  16501.         ]);
  16502.     }
  16503.     /**
  16504.      * Gets the private '.service_locator.d8usWRn' shared service.
  16505.      *
  16506.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16507.      */
  16508.     protected function get_ServiceLocator_D8usWRnService()
  16509.     {
  16510.         return $this->privates['.service_locator.d8usWRn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16511.             'notaire' => ['privates''.errored..service_locator.d8usWRn.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.d8usWRn": it references class "App\\Entity\\User" but no such service exists.'],
  16512.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  16513.         ], [
  16514.             'notaire' => 'App\\Entity\\User',
  16515.             'passwordEncoder' => '?',
  16516.         ]);
  16517.     }
  16518.     /**
  16519.      * Gets the private '.service_locator.dG2778M' shared service.
  16520.      *
  16521.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16522.      */
  16523.     protected function get_ServiceLocator_DG2778MService()
  16524.     {
  16525.         return $this->privates['.service_locator.dG2778M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16526.             'repository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  16527.         ], [
  16528.             'repository' => 'App\\Repository\\NotificationRepository',
  16529.         ]);
  16530.     }
  16531.     /**
  16532.      * Gets the private '.service_locator.dRhzx5a' shared service.
  16533.      *
  16534.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16535.      */
  16536.     protected function get_ServiceLocator_DRhzx5aService()
  16537.     {
  16538.         return $this->privates['.service_locator.dRhzx5a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16539.             'csv' => ['privates''.errored..service_locator.dRhzx5a.App\\Entity\\WaterSupplierControllerExcel'NULL'Cannot autowire service ".service_locator.dRhzx5a": it references class "App\\Entity\\WaterSupplierControllerExcel" but no such service exists.'],
  16540.         ], [
  16541.             'csv' => 'App\\Entity\\WaterSupplierControllerExcel',
  16542.         ]);
  16543.     }
  16544.     /**
  16545.      * Gets the private '.service_locator.eTKuJSU' shared service.
  16546.      *
  16547.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16548.      */
  16549.     protected function get_ServiceLocator_ETKuJSUService()
  16550.     {
  16551.         return $this->privates['.service_locator.eTKuJSU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16552.             'certificateRepository' => ['privates''App\\Repository\\ProviderSolarGreenCertificateRepository''getProviderSolarGreenCertificateRepositoryService'false],
  16553.         ], [
  16554.             'certificateRepository' => 'App\\Repository\\ProviderSolarGreenCertificateRepository',
  16555.         ]);
  16556.     }
  16557.     /**
  16558.      * Gets the private '.service_locator.eWBIm4U' shared service.
  16559.      *
  16560.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16561.      */
  16562.     protected function get_ServiceLocator_EWBIm4UService()
  16563.     {
  16564.         return $this->privates['.service_locator.eWBIm4U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16565.             'repository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  16566.         ], [
  16567.             'repository' => 'App\\Repository\\ThepropertyRepository',
  16568.         ]);
  16569.     }
  16570.     /**
  16571.      * Gets the private '.service_locator.ea4buFp' shared service.
  16572.      *
  16573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16574.      */
  16575.     protected function get_ServiceLocator_Ea4buFpService()
  16576.     {
  16577.         return $this->privates['.service_locator.ea4buFp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16578.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16579.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16580.             'user' => ['privates''.errored..service_locator.ea4buFp.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.ea4buFp": it references class "App\\Entity\\User" but no such service exists.'],
  16581.         ], [
  16582.             'manager' => '?',
  16583.             'serializer' => '?',
  16584.             'user' => 'App\\Entity\\User',
  16585.         ]);
  16586.     }
  16587.     /**
  16588.      * Gets the private '.service_locator.eqOSfS3' shared service.
  16589.      *
  16590.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16591.      */
  16592.     protected function get_ServiceLocator_EqOSfS3Service()
  16593.     {
  16594.         return $this->privates['.service_locator.eqOSfS3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16595.             'permit' => ['privates''.errored..service_locator.eqOSfS3.App\\Entity\\UrbanPermit'NULL'Cannot autowire service ".service_locator.eqOSfS3": it references class "App\\Entity\\UrbanPermit" but no such service exists.'],
  16596.         ], [
  16597.             'permit' => 'App\\Entity\\UrbanPermit',
  16598.         ]);
  16599.     }
  16600.     /**
  16601.      * Gets the private '.service_locator.f06m0hK' shared service.
  16602.      *
  16603.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16604.      */
  16605.     protected function get_ServiceLocator_F06m0hKService()
  16606.     {
  16607.         return $this->privates['.service_locator.f06m0hK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16608.             'engieCsvRepository' => ['privates''App\\Repository\\EngieCsvRepository''getEngieCsvRepositoryService'false],
  16609.         ], [
  16610.             'engieCsvRepository' => 'App\\Repository\\EngieCsvRepository',
  16611.         ]);
  16612.     }
  16613.     /**
  16614.      * Gets the private '.service_locator.f9_N5JA' shared service.
  16615.      *
  16616.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16617.      */
  16618.     protected function get_ServiceLocator_F9N5JAService()
  16619.     {
  16620.         return $this->privates['.service_locator.f9_N5JA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16621.             'imageCacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  16622.         ], [
  16623.             'imageCacheManager' => '?',
  16624.         ]);
  16625.     }
  16626.     /**
  16627.      * Gets the private '.service_locator.fKyoC1M' shared service.
  16628.      *
  16629.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16630.      */
  16631.     protected function get_ServiceLocator_FKyoC1MService()
  16632.     {
  16633.         return $this->privates['.service_locator.fKyoC1M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16634.             'notaryCsvRepository' => ['privates''App\\Repository\\NotaryCsvRepository''getNotaryCsvRepositoryService'false],
  16635.         ], [
  16636.             'notaryCsvRepository' => 'App\\Repository\\NotaryCsvRepository',
  16637.         ]);
  16638.     }
  16639.     /**
  16640.      * Gets the private '.service_locator.fQZLoV9' shared service.
  16641.      *
  16642.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16643.      */
  16644.     protected function get_ServiceLocator_FQZLoV9Service()
  16645.     {
  16646.         return $this->privates['.service_locator.fQZLoV9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16647.             'product' => ['privates''.errored..service_locator.fQZLoV9.App\\Entity\\SubscriptionProduct'NULL'Cannot autowire service ".service_locator.fQZLoV9": it references class "App\\Entity\\SubscriptionProduct" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  16648.         ], [
  16649.             'product' => 'App\\Entity\\SubscriptionProduct',
  16650.         ]);
  16651.     }
  16652.     /**
  16653.      * Gets the private '.service_locator.fU2hXpG' shared service.
  16654.      *
  16655.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16656.      */
  16657.     protected function get_ServiceLocator_FU2hXpGService()
  16658.     {
  16659.         return $this->privates['.service_locator.fU2hXpG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16660.             'municipality' => ['privates''.errored..service_locator.fU2hXpG.App\\Entity\\Municipality'NULL'Cannot autowire service ".service_locator.fU2hXpG": it references class "App\\Entity\\Municipality" but no such service exists.'],
  16661.         ], [
  16662.             'municipality' => 'App\\Entity\\Municipality',
  16663.         ]);
  16664.     }
  16665.     /**
  16666.      * Gets the private '.service_locator.fakrr8S' shared service.
  16667.      *
  16668.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16669.      */
  16670.     protected function get_ServiceLocator_Fakrr8SService()
  16671.     {
  16672.         return $this->privates['.service_locator.fakrr8S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16673.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16674.         ], [
  16675.             'entityManager' => '?',
  16676.         ]);
  16677.     }
  16678.     /**
  16679.      * Gets the private '.service_locator.ft7qy.I' shared service.
  16680.      *
  16681.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16682.      */
  16683.     protected function get_ServiceLocator_Ft7qy_IService()
  16684.     {
  16685.         return $this->privates['.service_locator.ft7qy.I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16686.             'permitPropertyProcedure' => ['privates''.errored..service_locator.ft7qy.I.App\\Entity\\PermitPropertyProcedure'NULL'Cannot autowire service ".service_locator.ft7qy.I": it references class "App\\Entity\\PermitPropertyProcedure" but no such service exists.'],
  16687.         ], [
  16688.             'permitPropertyProcedure' => 'App\\Entity\\PermitPropertyProcedure',
  16689.         ]);
  16690.     }
  16691.     /**
  16692.      * Gets the private '.service_locator.gK_elPx' shared service.
  16693.      *
  16694.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16695.      */
  16696.     protected function get_ServiceLocator_GKElPxService()
  16697.     {
  16698.         return $this->privates['.service_locator.gK_elPx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16699.             'data' => ['privates''.errored..service_locator.gK_elPx.App\\Entity\\CoOwnershipPropositionVote'NULL'Cannot autowire service ".service_locator.gK_elPx": it references class "App\\Entity\\CoOwnershipPropositionVote" but no such service exists.'],
  16700.         ], [
  16701.             'data' => 'App\\Entity\\CoOwnershipPropositionVote',
  16702.         ]);
  16703.     }
  16704.     /**
  16705.      * Gets the private '.service_locator.gX.Qc1T' shared service.
  16706.      *
  16707.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16708.      */
  16709.     protected function get_ServiceLocator_GX_Qc1TService()
  16710.     {
  16711.         return $this->privates['.service_locator.gX.Qc1T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16712.             'purchase' => ['privates''.errored..service_locator.gX.Qc1T.App\\Entity\\Purchase'NULL'Cannot autowire service ".service_locator.gX.Qc1T": it references class "App\\Entity\\Purchase" but no such service exists.'],
  16713.         ], [
  16714.             'purchase' => 'App\\Entity\\Purchase',
  16715.         ]);
  16716.     }
  16717.     /**
  16718.      * Gets the private '.service_locator.gZj4smN' shared service.
  16719.      *
  16720.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16721.      */
  16722.     protected function get_ServiceLocator_GZj4smNService()
  16723.     {
  16724.         return $this->privates['.service_locator.gZj4smN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16725.             'repository' => ['privates''App\\Repository\\TheserviceRepository''getTheserviceRepositoryService'false],
  16726.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  16727.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16728.         ], [
  16729.             'repository' => 'App\\Repository\\TheserviceRepository',
  16730.             'security' => '?',
  16731.             'serializer' => '?',
  16732.         ]);
  16733.     }
  16734.     /**
  16735.      * Gets the private '.service_locator.gsc0ZJ3' shared service.
  16736.      *
  16737.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16738.      */
  16739.     protected function get_ServiceLocator_Gsc0ZJ3Service()
  16740.     {
  16741.         return $this->privates['.service_locator.gsc0ZJ3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16742.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16743.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  16744.         ], [
  16745.             'manager' => '?',
  16746.             'security' => '?',
  16747.         ]);
  16748.     }
  16749.     /**
  16750.      * Gets the private '.service_locator.gwjqcS0' shared service.
  16751.      *
  16752.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16753.      */
  16754.     protected function get_ServiceLocator_GwjqcS0Service()
  16755.     {
  16756.         return $this->privates['.service_locator.gwjqcS0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16757.             'notaire' => ['privates''.errored..service_locator.gwjqcS0.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.gwjqcS0": it references class "App\\Entity\\User" but no such service exists.'],
  16758.         ], [
  16759.             'notaire' => 'App\\Entity\\User',
  16760.         ]);
  16761.     }
  16762.     /**
  16763.      * Gets the private '.service_locator.hPJEFlh' shared service.
  16764.      *
  16765.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16766.      */
  16767.     protected function get_ServiceLocator_HPJEFlhService()
  16768.     {
  16769.         return $this->privates['.service_locator.hPJEFlh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16770.             'sBase' => ['privates''App\\Mybase\\Services\\Base\\SBase''getSBaseService'false],
  16771.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  16772.         ], [
  16773.             'sBase' => 'App\\Mybase\\Services\\Base\\SBase',
  16774.             'userRepository' => 'App\\Repository\\UserRepository',
  16775.         ]);
  16776.     }
  16777.     /**
  16778.      * Gets the private '.service_locator.hctAHiv' shared service.
  16779.      *
  16780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16781.      */
  16782.     protected function get_ServiceLocator_HctAHivService()
  16783.     {
  16784.         return $this->privates['.service_locator.hctAHiv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16785.             'inventory' => ['privates''.errored..service_locator.hctAHiv.App\\Entity\\Inventory'NULL'Cannot autowire service ".service_locator.hctAHiv": it references class "App\\Entity\\Inventory" but no such service exists.'],
  16786.         ], [
  16787.             'inventory' => 'App\\Entity\\Inventory',
  16788.         ]);
  16789.     }
  16790.     /**
  16791.      * Gets the private '.service_locator.iOm7w8h' shared service.
  16792.      *
  16793.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16794.      */
  16795.     protected function get_ServiceLocator_IOm7w8hService()
  16796.     {
  16797.         return $this->privates['.service_locator.iOm7w8h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16798.             'locationTank' => ['privates''.errored..service_locator.iOm7w8h.App\\Entity\\PermitLocationEnvironment'NULL'Cannot autowire service ".service_locator.iOm7w8h": it references class "App\\Entity\\PermitLocationEnvironment" but no such service exists.'],
  16799.         ], [
  16800.             'locationTank' => 'App\\Entity\\PermitLocationEnvironment',
  16801.         ]);
  16802.     }
  16803.     /**
  16804.      * Gets the private '.service_locator.iRu.Xb1' shared service.
  16805.      *
  16806.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16807.      */
  16808.     protected function get_ServiceLocator_IRu_Xb1Service()
  16809.     {
  16810.         return $this->privates['.service_locator.iRu.Xb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16811.             'societyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  16812.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  16813.         ], [
  16814.             'societyRepository' => 'App\\Repository\\SocietyRepository',
  16815.             'userRepository' => 'App\\Repository\\UserRepository',
  16816.         ]);
  16817.     }
  16818.     /**
  16819.      * Gets the private '.service_locator.icZiCPH' shared service.
  16820.      *
  16821.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16822.      */
  16823.     protected function get_ServiceLocator_IcZiCPHService()
  16824.     {
  16825.         return $this->privates['.service_locator.icZiCPH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16826.             'defaultclause' => ['privates''.errored..service_locator.icZiCPH.App\\Entity\\DefaultClause'NULL'Cannot autowire service ".service_locator.icZiCPH": it references class "App\\Entity\\DefaultClause" but no such service exists.'],
  16827.         ], [
  16828.             'defaultclause' => 'App\\Entity\\DefaultClause',
  16829.         ]);
  16830.     }
  16831.     /**
  16832.      * Gets the private '.service_locator.ijEx0xo' shared service.
  16833.      *
  16834.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16835.      */
  16836.     protected function get_ServiceLocator_IjEx0xoService()
  16837.     {
  16838.         return $this->privates['.service_locator.ijEx0xo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16839.             'permitCiterne' => ['privates''.errored..service_locator.ijEx0xo.App\\Entity\\PermitCiterne'NULL'Cannot autowire service ".service_locator.ijEx0xo": it references class "App\\Entity\\PermitCiterne" but no such service exists.'],
  16840.         ], [
  16841.             'permitCiterne' => 'App\\Entity\\PermitCiterne',
  16842.         ]);
  16843.     }
  16844.     /**
  16845.      * Gets the private '.service_locator.il2b_ea' shared service.
  16846.      *
  16847.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16848.      */
  16849.     protected function get_ServiceLocator_Il2bEaService()
  16850.     {
  16851.         return $this->privates['.service_locator.il2b_ea'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16852.             'App\\Controller\\Authentication\\AuthenticationController::createToken' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  16853.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController::retrieve' => ['privates''.service_locator.DgrmONe''get_ServiceLocator_DgrmONeService'false],
  16854.             'App\\Controller\\PersonnelAuthenticatorController::login' => ['privates''.service_locator.qkWn6JN''get_ServiceLocator_QkWn6JNService'false],
  16855.             'App\\Controller\\YousignWebhookController::handleWebhook' => ['privates''.service_locator.mC7pTcw''get_ServiceLocator_MC7pTcwService'false],
  16856.             'App\\Controller\\admin\\AbstractCsvController::engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  16857.             'App\\Controller\\admin\\AnnoncementController::createDemenagement' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  16858.             'App\\Controller\\admin\\AnnoncementController::createObjets' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  16859.             'App\\Controller\\admin\\ArchitectArtWorkController::index' => ['privates''.service_locator.bY8EWBk''get_ServiceLocator_BY8EWBkService'false],
  16860.             'App\\Controller\\admin\\AreaCsvController::area_csv_delete' => ['privates''.service_locator.p8g7kFY''get_ServiceLocator_P8g7kFYService'false],
  16861.             'App\\Controller\\admin\\AreaCsvController::area_csv_new' => ['privates''.service_locator.BtCdv5A''get_ServiceLocator_BtCdv5AService'false],
  16862.             'App\\Controller\\admin\\BankController::deletesimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  16863.             'App\\Controller\\admin\\BankController::editbank' => ['privates''.service_locator.ZO6eemZ''get_ServiceLocator_ZO6eemZService'false],
  16864.             'App\\Controller\\admin\\BankController::editsimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  16865.             'App\\Controller\\admin\\BrugisCsvController::deleteCsv' => ['privates''.service_locator.tXWH.r8''get_ServiceLocator_TXWH_R8Service'false],
  16866.             'App\\Controller\\admin\\BrugisCsvController::index' => ['privates''.service_locator.OEVrRYx''get_ServiceLocator_OEVrRYxService'false],
  16867.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::delete' => ['privates''.service_locator.ijEx0xo''get_ServiceLocator_IjEx0xoService'false],
  16868.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::index' => ['privates''.service_locator.NFoq.Bg''get_ServiceLocator_NFoq_BgService'false],
  16869.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::new' => ['privates''.service_locator.E9uM_YD''get_ServiceLocator_E9uMYDService'false],
  16870.             'App\\Controller\\admin\\CityController::create' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  16871.             'App\\Controller\\admin\\CityController::edit' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  16872.             'App\\Controller\\admin\\ClientsController::disableAccount' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  16873.             'App\\Controller\\admin\\ClientsController::edit' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  16874.             'App\\Controller\\admin\\ClientsController::editclientpro' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  16875.             'App\\Controller\\admin\\ClientsController::editprestataire' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  16876.             'App\\Controller\\admin\\ClientsController::index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  16877.             'App\\Controller\\admin\\ClientsController::new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  16878.             'App\\Controller\\admin\\ClientsController::newclientspro' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  16879.             'App\\Controller\\admin\\ClientsController::newprestataire' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  16880.             'App\\Controller\\admin\\ClientsController::sendmailnouvclient' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  16881.             'App\\Controller\\admin\\ContactsellerController::delete' => ['privates''.service_locator.B4C5t9G''get_ServiceLocator_B4C5t9GService'false],
  16882.             'App\\Controller\\admin\\CountryController::edit' => ['privates''.service_locator.u2JReeV''get_ServiceLocator_U2JReeVService'false],
  16883.             'App\\Controller\\admin\\DVFController::deleteCsv' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  16884.             'App\\Controller\\admin\\DVFController::index' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  16885.             'App\\Controller\\admin\\DeedOfSaleController::deleteFile' => ['privates''.service_locator.rLRqRgA''get_ServiceLocator_RLRqRgAService'false],
  16886.             'App\\Controller\\admin\\DefaultclauseController::edit' => ['privates''.service_locator.icZiCPH''get_ServiceLocator_IcZiCPHService'false],
  16887.             'App\\Controller\\admin\\DistanceController::create' => ['privates''.service_locator.7K2EQCE''get_ServiceLocator_7K2EQCEService'false],
  16888.             'App\\Controller\\admin\\DocumenttypeController::create' => ['privates''.service_locator.fakrr8S''get_ServiceLocator_Fakrr8SService'false],
  16889.             'App\\Controller\\admin\\DocumenttypeController::createCategory' => ['privates''.service_locator.vIdYB67''get_ServiceLocator_VIdYB67Service'false],
  16890.             'App\\Controller\\admin\\Education\\EducationController::deleteCsv' => ['privates''.service_locator.pmZg3Qp''get_ServiceLocator_PmZg3QpService'false],
  16891.             'App\\Controller\\admin\\EngieCsvController::deleteCsv' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  16892.             'App\\Controller\\admin\\EngieCsvController::engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  16893.             'App\\Controller\\admin\\EngieCsvController::new' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  16894.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::delete' => ['privates''.service_locator.B2caubr''get_ServiceLocator_B2caubrService'false],
  16895.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::index' => ['privates''.service_locator.k2UDkSr''get_ServiceLocator_K2UDkSrService'false],
  16896.             'App\\Controller\\admin\\Environment\\ObligationCsvController::delete' => ['privates''.service_locator.EJPRYr2''get_ServiceLocator_EJPRYr2Service'false],
  16897.             'App\\Controller\\admin\\Environment\\ObligationsController::delete' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  16898.             'App\\Controller\\admin\\Environment\\ObligationsController::edit' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  16899.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController::delete' => ['privates''.service_locator.iOm7w8h''get_ServiceLocator_IOm7w8hService'false],
  16900.             'App\\Controller\\admin\\ExcelFileController::delete' => ['privates''.service_locator.kw12yOt''get_ServiceLocator_Kw12yOtService'false],
  16901.             'App\\Controller\\admin\\ExcelFileController::index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  16902.             'App\\Controller\\admin\\ExcelWorkController::delete' => ['privates''.service_locator.qfFZR0.''get_ServiceLocator_QfFZR0_Service'false],
  16903.             'App\\Controller\\admin\\ExcelWorkController::index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  16904.             'App\\Controller\\admin\\ExternalAdverstisingController::index' => ['privates''.service_locator.tiqlpZ8''get_ServiceLocator_TiqlpZ8Service'false],
  16905.             'App\\Controller\\admin\\ExternalOfferController::index' => ['privates''.service_locator.LxNsfND''get_ServiceLocator_LxNsfNDService'false],
  16906.             'App\\Controller\\admin\\ExternalProviderController::index' => ['privates''.service_locator.3q0fwPi''get_ServiceLocator_3q0fwPiService'false],
  16907.             'App\\Controller\\admin\\FeatureController::featurecreateandedit' => ['privates''.service_locator.Yybx5tt''get_ServiceLocator_Yybx5ttService'false],
  16908.             'App\\Controller\\admin\\ImagepubController::delete' => ['privates''.service_locator.D28s79M''get_ServiceLocator_D28s79MService'false],
  16909.             'App\\Controller\\admin\\ImagepubController::edit' => ['privates''.service_locator.FEUHOWC''get_ServiceLocator_FEUHOWCService'false],
  16910.             'App\\Controller\\admin\\InsuranceController::index' => ['privates''.service_locator.Hsc6SKy''get_ServiceLocator_Hsc6SKyService'false],
  16911.             'App\\Controller\\admin\\LandPropertyDestinationController::delete' => ['privates''.service_locator.QPa5E6I''get_ServiceLocator_QPa5E6IService'false],
  16912.             'App\\Controller\\admin\\LocationTypeController::delete' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  16913.             'App\\Controller\\admin\\LocationTypeController::edit' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  16914.             'App\\Controller\\admin\\LocationTypeController::index' => ['privates''.service_locator.HPh3.Sm''get_ServiceLocator_HPh3_SmService'false],
  16915.             'App\\Controller\\admin\\LocationTypeController::new' => ['privates''.service_locator.QZPR98c''get_ServiceLocator_QZPR98cService'false],
  16916.             'App\\Controller\\admin\\MunicipalityController::edit' => ['privates''.service_locator.fU2hXpG''get_ServiceLocator_FU2hXpGService'false],
  16917.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController::edit' => ['privates''.service_locator.Su5bU3D''get_ServiceLocator_Su5bU3DService'false],
  16918.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::EditPromo' => ['privates''.service_locator.FLflT6M''get_ServiceLocator_FLflT6MService'false],
  16919.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::addPromo' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  16920.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::delete' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  16921.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::edit' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  16922.             'App\\Controller\\admin\\NewProjectImmoCsvController::deleteCsv' => ['privates''.service_locator.cdUC4AU''get_ServiceLocator_CdUC4AUService'false],
  16923.             'App\\Controller\\admin\\NewProjectImmoCsvController::index' => ['privates''.service_locator.Sfzmser''get_ServiceLocator_SfzmserService'false],
  16924.             'App\\Controller\\admin\\NotaryController::addNotaryFiles' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  16925.             'App\\Controller\\admin\\NotaryController::delete' => ['privates''.service_locator.gwjqcS0''get_ServiceLocator_GwjqcS0Service'false],
  16926.             'App\\Controller\\admin\\NotaryController::deleteCsv' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  16927.             'App\\Controller\\admin\\NotaryController::edit' => ['privates''.service_locator.d8usWRn''get_ServiceLocator_D8usWRnService'false],
  16928.             'App\\Controller\\admin\\NotaryController::new' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  16929.             'App\\Controller\\admin\\OccupationPeriodFileController::deleteCsv' => ['privates''.service_locator.DoCVnoP''get_ServiceLocator_DoCVnoPService'false],
  16930.             'App\\Controller\\admin\\OccupationPeriodFileController::index' => ['privates''.service_locator.AkI1NqP''get_ServiceLocator_AkI1NqPService'false],
  16931.             'App\\Controller\\admin\\OccupieEstimationController::deleteCsv' => ['privates''.service_locator.QgZYKkO''get_ServiceLocator_QgZYKkOService'false],
  16932.             'App\\Controller\\admin\\OfferController::edit' => ['privates''.service_locator.9BpSl6J''get_ServiceLocator_9BpSl6JService'false],
  16933.             'App\\Controller\\admin\\OptionController::optionCreate' => ['privates''.service_locator.FbfzOBq''get_ServiceLocator_FbfzOBqService'false],
  16934.             'App\\Controller\\admin\\ParametreController::delete' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  16935.             'App\\Controller\\admin\\ParametreController::edit' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  16936.             'App\\Controller\\admin\\PebIntegrationController::edit' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  16937.             'App\\Controller\\admin\\PersonnelController::edit' => ['privates''.service_locator.piW.LyK''get_ServiceLocator_PiW_LyKService'false],
  16938.             'App\\Controller\\admin\\PersonnelController::editmonprofil' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  16939.             'App\\Controller\\admin\\PersonnelController::index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  16940.             'App\\Controller\\admin\\PersonnelController::new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  16941.             'App\\Controller\\admin\\PersonnelController::sendmailnouvuser' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  16942.             'App\\Controller\\admin\\PersonnelController::updateAccountStatus' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  16943.             'App\\Controller\\admin\\Plan\\PlanController::delete' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  16944.             'App\\Controller\\admin\\Plan\\PlanController::edit' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  16945.             'App\\Controller\\admin\\Plan\\PlanController::index' => ['privates''.service_locator.cEv5ILv''get_ServiceLocator_CEv5ILvService'false],
  16946.             'App\\Controller\\admin\\PpasAffectationCsvController::deleteCsv' => ['privates''.service_locator.Q_tR3xw''get_ServiceLocator_QTR3xwService'false],
  16947.             'App\\Controller\\admin\\PpasAffectationCsvController::index' => ['privates''.service_locator.F603JRO''get_ServiceLocator_F603JROService'false],
  16948.             'App\\Controller\\admin\\PpasCsvController::deleteCsv' => ['privates''.service_locator.XffhPVn''get_ServiceLocator_XffhPVnService'false],
  16949.             'App\\Controller\\admin\\PpasCsvController::index' => ['privates''.service_locator.90.4hsE''get_ServiceLocator_90_4hsEService'false],
  16950.             'App\\Controller\\admin\\PrasAffectationConditionController::delete' => ['privates''.service_locator.M.h_EJd''get_ServiceLocator_M_HEJdService'false],
  16951.             'App\\Controller\\admin\\PrasAffectationConditionController::list' => ['privates''.service_locator.6F4Kn0u''get_ServiceLocator_6F4Kn0uService'false],
  16952.             'App\\Controller\\admin\\PrasAffectationController::delete' => ['privates''.service_locator.Sj_OqPs''get_ServiceLocator_SjOqPsService'false],
  16953.             'App\\Controller\\admin\\PrasAffectationController::list' => ['privates''.service_locator.na73ZHI''get_ServiceLocator_Na73ZHIService'false],
  16954.             'App\\Controller\\admin\\PrasCsvController::deleteCsv' => ['privates''.service_locator.TcZbUd5''get_ServiceLocator_TcZbUd5Service'false],
  16955.             'App\\Controller\\admin\\PrasCsvController::index' => ['privates''.service_locator.rY99cy5''get_ServiceLocator_RY99cy5Service'false],
  16956.             'App\\Controller\\admin\\PrasZoneController::delete' => ['privates''.service_locator.74LVfE_''get_ServiceLocator_74LVfEService'false],
  16957.             'App\\Controller\\admin\\PrasZoneController::list' => ['privates''.service_locator.GUy4amO''get_ServiceLocator_GUy4amOService'false],
  16958.             'App\\Controller\\admin\\Prime\\PrimeController::delete' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  16959.             'App\\Controller\\admin\\Prime\\PrimeController::edit' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  16960.             'App\\Controller\\admin\\Prime\\PrimeCsvController::delete' => ['privates''.service_locator.J.K9K7h''get_ServiceLocator_J_K9K7hService'false],
  16961.             'App\\Controller\\admin\\Prime\\ProcedureController::delete' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  16962.             'App\\Controller\\admin\\Prime\\ProcedureController::deleteField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  16963.             'App\\Controller\\admin\\Prime\\ProcedureController::edit' => ['privates''.service_locator.4_PY3BS''get_ServiceLocator_4PY3BSService'false],
  16964.             'App\\Controller\\admin\\Prime\\ProcedureController::editField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  16965.             'App\\Controller\\admin\\Prime\\ProcedureController::fields' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  16966.             'App\\Controller\\admin\\Prime\\ProcedureController::list' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  16967.             'App\\Controller\\admin\\Prime\\ProcedureController::new' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  16968.             'App\\Controller\\admin\\PropertyTypeController::edit' => ['privates''.service_locator.s5JOzP2''get_ServiceLocator_S5JOzP2Service'false],
  16969.             'App\\Controller\\admin\\ProviderInverterController::deleteCsv' => ['privates''.service_locator.cd7GuMb''get_ServiceLocator_Cd7GuMbService'false],
  16970.             'App\\Controller\\admin\\ProviderSocietyController::delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  16971.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::deleteCsv' => ['privates''.service_locator.tUSUGrk''get_ServiceLocator_TUSUGrkService'false],
  16972.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::index' => ['privates''.service_locator.rx4Btpa''get_ServiceLocator_Rx4BtpaService'false],
  16973.             'App\\Controller\\admin\\PurchasePartnerRequestController::edit' => ['privates''.service_locator.CQs0Xm0''get_ServiceLocator_CQs0Xm0Service'false],
  16974.             'App\\Controller\\admin\\RegionController::edit' => ['privates''.service_locator.q4bsI0S''get_ServiceLocator_Q4bsI0SService'false],
  16975.             'App\\Controller\\admin\\RentalController::deleteModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  16976.             'App\\Controller\\admin\\RentalController::editModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  16977.             'App\\Controller\\admin\\RentestimationController::delete' => ['privates''.service_locator..HgB6d8''get_ServiceLocator__HgB6d8Service'false],
  16978.             'App\\Controller\\admin\\RentestimationController::editbank' => ['privates''.service_locator.kSnmcso''get_ServiceLocator_KSnmcsoService'false],
  16979.             'App\\Controller\\admin\\RoofController::delete' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  16980.             'App\\Controller\\admin\\RoofController::edit' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  16981.             'App\\Controller\\admin\\RoofController::index' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  16982.             'App\\Controller\\admin\\RoofController::new' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  16983.             'App\\Controller\\admin\\RoofController::show' => ['privates''.service_locator.6Oaurz_''get_ServiceLocator_6OaurzService'false],
  16984.             'App\\Controller\\admin\\SalesAgreementController::deleteFile' => ['privates''.service_locator.viRkkJL''get_ServiceLocator_ViRkkJLService'false],
  16985.             'App\\Controller\\admin\\SizeController::create' => ['privates''.service_locator.R9M9gve''get_ServiceLocator_R9M9gveService'false],
  16986.             'App\\Controller\\admin\\SubjectController::create' => ['privates''.service_locator.zyI4Piw''get_ServiceLocator_ZyI4PiwService'false],
  16987.             'App\\Controller\\admin\\SubscriptionProductController::createStripePlanForProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  16988.             'App\\Controller\\admin\\SubscriptionProductController::delete' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  16989.             'App\\Controller\\admin\\SubscriptionProductController::edit' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  16990.             'App\\Controller\\admin\\SubscriptionProductController::getProductActiveOrderByLevel' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  16991.             'App\\Controller\\admin\\SubscriptionProductController::index' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  16992.             'App\\Controller\\admin\\SubscriptionProductController::produit_edit_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  16993.             'App\\Controller\\admin\\SubscriptionProductController::produit_validate_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  16994.             'App\\Controller\\admin\\SubscriptionProductController::show' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  16995.             'App\\Controller\\admin\\SubscriptionProductController::verifyStripeProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  16996.             'App\\Controller\\admin\\SubscriptionProductServiceController::delete' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  16997.             'App\\Controller\\admin\\SubscriptionProductServiceController::edit' => ['privates''.service_locator.zK2Ig67''get_ServiceLocator_ZK2Ig67Service'false],
  16998.             'App\\Controller\\admin\\SubscriptionProductServiceController::index' => ['privates''.service_locator.z_o1inx''get_ServiceLocator_ZO1inxService'false],
  16999.             'App\\Controller\\admin\\SubscriptionProductServiceController::new' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  17000.             'App\\Controller\\admin\\SubscriptionProductServiceController::show' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  17001.             'App\\Controller\\admin\\SuperficieController::create' => ['privates''.service_locator.LwEOyeK''get_ServiceLocator_LwEOyeKService'false],
  17002.             'App\\Controller\\admin\\SupplierController::edit' => ['privates''.service_locator.pIUPwuq''get_ServiceLocator_PIUPwuqService'false],
  17003.             'App\\Controller\\admin\\TableaudebordController::index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  17004.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::index' => ['privates''.service_locator.mZFiE_G''get_ServiceLocator_MZFiEGService'false],
  17005.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::markAsDelivered' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  17006.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::show' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  17007.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::disableOrEnableProperty' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  17008.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::edit' => ['privates''.service_locator.K5vPgtr''get_ServiceLocator_K5vPgtrService'false],
  17009.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImage' => ['privates''.service_locator.YT3BDwX''get_ServiceLocator_YT3BDwXService'false],
  17010.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImageDoc' => ['privates''.service_locator.RFcH33U''get_ServiceLocator_RFcH33UService'false],
  17011.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::list' => ['privates''.service_locator.Y41B.j7''get_ServiceLocator_Y41B_J7Service'false],
  17012.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::listevrdvbien' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  17013.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::new' => ['privates''.service_locator.v5Ow3DE''get_ServiceLocator_V5Ow3DEService'false],
  17014.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::propertyOfClient' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  17015.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::sendmailtoclientifchangestatus' => ['privates''.service_locator.m_.Dc7T''get_ServiceLocator_M_Dc7TService'false],
  17016.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::delete' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  17017.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::edit' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  17018.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::index' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  17019.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::new' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  17020.             'App\\Controller\\admin\\ThepropertyProviderController::delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  17021.             'App\\Controller\\admin\\UploadCsvController::deleteCsv' => ['privates''.service_locator.te70QFD''get_ServiceLocator_Te70QFDService'false],
  17022.             'App\\Controller\\admin\\VoirieController::engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  17023.             'App\\Controller\\admin\\VoirieController::index' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  17024.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::deleteCsv' => ['privates''.service_locator.dRhzx5a''get_ServiceLocator_DRhzx5aService'false],
  17025.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::index' => ['privates''.service_locator.c_K9jaH''get_ServiceLocator_CK9jaHService'false],
  17026.             'App\\Controller\\admin\\WorkController::workcostdelete' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  17027.             'App\\Controller\\admin\\WorkController::workcostedit' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  17028.             'App\\Controller\\ajax\\MunicipalityAjaxController::list' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  17029.             'App\\Controller\\api\\CadastreController::cadastreByCoordinate' => ['privates''.service_locator.tUwTca4''get_ServiceLocator_TUwTca4Service'false],
  17030.             'App\\Controller\\api\\CallMicroserviceController::__invoke' => ['privates''.service_locator.DKxJ1dA''get_ServiceLocator_DKxJ1dAService'false],
  17031.             'App\\Controller\\api\\Chat\\ConversationApiController::__invoke' => ['privates''.service_locator.ZQLk4Kn''get_ServiceLocator_ZQLk4KnService'false],
  17032.             'App\\Controller\\api\\Chat\\ConversationApiController::deleteAction' => ['privates''.service_locator.EV92WQ1''get_ServiceLocator_EV92WQ1Service'false],
  17033.             'App\\Controller\\api\\Chat\\ConversationApiController::getOneConversation' => ['privates''.service_locator.Xc9yKGQ''get_ServiceLocator_Xc9yKGQService'false],
  17034.             'App\\Controller\\api\\Chat\\ConversationApiController::postAction' => ['privates''.service_locator.FMXrkKs''get_ServiceLocator_FMXrkKsService'false],
  17035.             'App\\Controller\\api\\Chat\\ConversationApiController::view' => ['privates''.service_locator.TANcIz7''get_ServiceLocator_TANcIz7Service'false],
  17036.             'App\\Controller\\api\\Chat\\MessageApiController::__invoke' => ['privates''.service_locator.XhMKgZv''get_ServiceLocator_XhMKgZvService'false],
  17037.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::confirmSign' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  17038.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::signClientSales' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  17039.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::uploadSalesAgreement' => ['privates''.service_locator.vwd5GYN''get_ServiceLocator_Vwd5GYNService'false],
  17040.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::validationSales' => ['privates''.service_locator.or.noX7''get_ServiceLocator_Or_NoX7Service'false],
  17041.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController::__invoke' => ['privates''.service_locator.ceYwZua''get_ServiceLocator_CeYwZuaService'false],
  17042.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController::__invoke' => ['privates''.service_locator.s4h4eVI''get_ServiceLocator_S4h4eVIService'false],
  17043.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController::__invoke' => ['privates''.service_locator._WsUJ6Q''get_ServiceLocator_WsUJ6QService'false],
  17044.             'App\\Controller\\api\\CoOwnership\\VoteController::__invoke' => ['privates''.service_locator.gK_elPx''get_ServiceLocator_GKElPxService'false],
  17045.             'App\\Controller\\api\\Community\\ConsultationController::__invoke' => ['privates''.service_locator.FS_7lr5''get_ServiceLocator_FS7lr5Service'false],
  17046.             'App\\Controller\\api\\Community\\ConsultationController::getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  17047.             'App\\Controller\\api\\Community\\ConsultationController::updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  17048.             'App\\Controller\\api\\Community\\DiversServiceController::__invoke' => ['privates''.service_locator.LCDj2BZ''get_ServiceLocator_LCDj2BZService'false],
  17049.             'App\\Controller\\api\\Community\\DiversServiceController::getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  17050.             'App\\Controller\\api\\Community\\DiversServiceController::updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  17051.             'App\\Controller\\api\\Community\\PostController::concludeService' => ['privates''.service_locator.U2XVYf9''get_ServiceLocator_U2XVYf9Service'false],
  17052.             'App\\Controller\\api\\Community\\PostController::sendPlp' => ['privates''.service_locator.4ioHkcV''get_ServiceLocator_4ioHkcVService'false],
  17053.             'App\\Controller\\api\\Community\\SignalController::__invoke' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  17054.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController::add' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17055.             'App\\Controller\\api\\DeletionController::deleteResource' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  17056.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController::__invoke' => ['privates''.service_locator.AjNUl4_''get_ServiceLocator_AjNUl4Service'false],
  17057.             'App\\Controller\\api\\Environment\\FilteredObligationsController::__invoke' => ['privates''.service_locator.zfhfaAB''get_ServiceLocator_ZfhfaABService'false],
  17058.             'App\\Controller\\api\\Environment\\ModifyInstallation::__invoke' => ['privates''.service_locator.0UNyPfI''get_ServiceLocator_0UNyPfIService'false],
  17059.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction::__invoke' => ['privates''.service_locator.FzOPkXO''get_ServiceLocator_FzOPkXOService'false],
  17060.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController::__invoke' => ['privates''.service_locator.83pwl0X''get_ServiceLocator_83pwl0XService'false],
  17061.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController::createSolicitation' => ['privates''.service_locator.MJUzJi0''get_ServiceLocator_MJUzJi0Service'false],
  17062.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction::__invoke' => ['privates''.service_locator.FzOPkXO''get_ServiceLocator_FzOPkXOService'false],
  17063.             'App\\Controller\\api\\Inventory\\InventoryController::signInventory' => ['privates''.service_locator.hctAHiv''get_ServiceLocator_HctAHivService'false],
  17064.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController::__invoke' => ['privates''.service_locator.yV6bB6q''get_ServiceLocator_YV6bB6qService'false],
  17065.             'App\\Controller\\api\\Notification\\IndexController::__invoke' => ['privates''.service_locator.dG2778M''get_ServiceLocator_DG2778MService'false],
  17066.             'App\\Controller\\api\\Notification\\PostController::__invoke' => ['privates''.service_locator.kn9MsEH''get_ServiceLocator_Kn9MsEHService'false],
  17067.             'App\\Controller\\api\\Notification\\UpdateLastNotification::__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17068.             'App\\Controller\\api\\Notification\\ViewController::__invoke' => ['privates''.service_locator.L8s9Nth''get_ServiceLocator_L8s9NthService'false],
  17069.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController::__invoke' => ['privates''.service_locator.6sSU9ow''get_ServiceLocator_6sSU9owService'false],
  17070.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::__invoke' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  17071.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::listOfferSentByProperty' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  17072.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController::__invoke' => ['privates''.service_locator.YK93Cie''get_ServiceLocator_YK93CieService'false],
  17073.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController::__invoke' => ['privates''.service_locator.77Q0MzO''get_ServiceLocator_77Q0MzOService'false],
  17074.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController::__invoke' => ['privates''.service_locator.JMvqlQM''get_ServiceLocator_JMvqlQMService'false],
  17075.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerProperty' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  17076.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerUser' => ['privates''.service_locator.XCOsI7M''get_ServiceLocator_XCOsI7MService'false],
  17077.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::signOfferLease' => ['privates''.service_locator.z7R5T1y''get_ServiceLocator_Z7R5T1yService'false],
  17078.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::validate' => ['privates''.service_locator.vZAMnV5''get_ServiceLocator_VZAMnV5Service'false],
  17079.             'App\\Controller\\api\\Offer\\OfferController::allNotary' => ['privates''.service_locator.YifncfM''get_ServiceLocator_YifncfMService'false],
  17080.             'App\\Controller\\api\\Offer\\OfferController::checkUserAbilityToMakeOffer' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17081.             'App\\Controller\\api\\Offer\\OfferController::make' => ['privates''.service_locator.Dw_3Cp5''get_ServiceLocator_Dw3Cp5Service'false],
  17082.             'App\\Controller\\api\\Offer\\OfferController::saveCorrection' => ['privates''.service_locator.4P5r10U''get_ServiceLocator_4P5r10UService'false],
  17083.             'App\\Controller\\api\\Offer\\OfferController::sign' => ['privates''.service_locator.4EHBvUy''get_ServiceLocator_4EHBvUyService'false],
  17084.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17085.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToOwner' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17086.             'App\\Controller\\api\\Offer\\ValidateOfferController::refusedOfferSignSimple' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17087.             'App\\Controller\\api\\Offer\\ValidateOfferController::transmitToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17088.             'App\\Controller\\api\\PermitPropertyProcedureController::updateProcedureBruxelle' => ['privates''.service_locator.ft7qy.I''get_ServiceLocator_Ft7qy_IService'false],
  17089.             'App\\Controller\\api\\PlanController::changePlan' => ['privates''.service_locator.F4h55f1''get_ServiceLocator_F4h55f1Service'false],
  17090.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::calculPrecountBruxelleAndFlandre' => ['privates''.service_locator.TzqTzgY''get_ServiceLocator_TzqTzgYService'false],
  17091.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17092.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17093.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17094.             'App\\Controller\\api\\Prime\\AmountCalculation::__invoke' => ['privates''.service_locator.ywyVEm_''get_ServiceLocator_YwyVEmService'false],
  17095.             'App\\Controller\\api\\Prime\\GetAllProcess::__invoke' => ['privates''.service_locator.7Bh2dos''get_ServiceLocator_7Bh2dosService'false],
  17096.             'App\\Controller\\api\\Prime\\ProcessController::__invoke' => ['privates''.service_locator.7W8Gc0e''get_ServiceLocator_7W8Gc0eService'false],
  17097.             'App\\Controller\\api\\Prime\\SearchController::__invoke' => ['privates''.service_locator.xFZHlpd''get_ServiceLocator_XFZHlpdService'false],
  17098.             'App\\Controller\\api\\Prime\\WorkController::subsection' => ['privates''.service_locator.oYeaqIz''get_ServiceLocator_OYeaqIzService'false],
  17099.             'App\\Controller\\api\\Prime\\WorkController::typeofwork' => ['privates''.service_locator.rJp3xY1''get_ServiceLocator_RJp3xY1Service'false],
  17100.             'App\\Controller\\api\\PurchaseController::detail' => ['privates''.service_locator.gX.Qc1T''get_ServiceLocator_GX_Qc1TService'false],
  17101.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate::__invoke' => ['privates''.service_locator.P7qhCSY''get_ServiceLocator_P7qhCSYService'false],
  17102.             'App\\Controller\\api\\RentalController::accept' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  17103.             'App\\Controller\\api\\RentalController::getAvailableRentalDurationsAndTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  17104.             'App\\Controller\\api\\RentalController::getComments' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  17105.             'App\\Controller\\api\\RentalController::getProperties' => ['privates''.service_locator.M9ycMaq''get_ServiceLocator_M9ycMaqService'false],
  17106.             'App\\Controller\\api\\RentalController::postContract' => ['privates''.service_locator.whbH868''get_ServiceLocator_WhbH868Service'false],
  17107.             'App\\Controller\\api\\RentalController::refuse' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  17108.             'App\\Controller\\api\\RentalController::replyToComment' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  17109.             'App\\Controller\\api\\RentalController::uploadContract' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  17110.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController::__invoke' => ['privates''.service_locator.TUaVWPf''get_ServiceLocator_TUaVWPfService'false],
  17111.             'App\\Controller\\api\\RentalManagement\\PostLeaveController::__invoke' => ['privates''.service_locator.bKynF70''get_ServiceLocator_BKynF70Service'false],
  17112.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController::__invoke' => ['privates''.service_locator.Ik8cC3N''get_ServiceLocator_Ik8cC3NService'false],
  17113.             'App\\Controller\\api\\Security\\DeclarationDateController::__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17114.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer::getByTheProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17115.             'App\\Controller\\api\\SendEmailController::sendEmailToBuildingManager' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  17116.             'App\\Controller\\api\\SendEmailController::sendEmailToMunicipalAdministration' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  17117.             'App\\Controller\\api\\ServicePromo\\ListController::listObtained' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  17118.             'App\\Controller\\api\\ServicePromo\\ListController::listOffered' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  17119.             'App\\Controller\\api\\SimulationController::simulateBuy' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  17120.             'App\\Controller\\api\\SimulationController::simulateBuyGround' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  17121.             'App\\Controller\\api\\SyndicChatApiController::__invoke' => ['privates''.service_locator.jqKA1ti''get_ServiceLocator_JqKA1tiService'false],
  17122.             'App\\Controller\\api\\TheProperty\\ContractController::getUploaded' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  17123.             'App\\Controller\\api\\TheProperty\\ContractController::upload' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  17124.             'App\\Controller\\api\\TheProperty\\DeleteController::__invoke' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17125.             'App\\Controller\\api\\TheProperty\\DetailController::findFavoritePropertiesByUser' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  17126.             'App\\Controller\\api\\TheProperty\\DetailController::getEventsByProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17127.             'App\\Controller\\api\\TheProperty\\DetailController::propertySimilar' => ['privates''.service_locator.o9wrxnc''get_ServiceLocator_O9wrxncService'false],
  17128.             'App\\Controller\\api\\TheProperty\\DocumentRequestController::__invoke' => ['privates''.service_locator..OVXgLf''get_ServiceLocator__OVXgLfService'false],
  17129.             'App\\Controller\\api\\TheProperty\\ListController::detailsOfThePropertyHavingRelooking' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17130.             'App\\Controller\\api\\TheProperty\\LocalityController::municipalityByZipCode' => ['privates''.service_locator.2LRM4iA''get_ServiceLocator_2LRM4iAService'false],
  17131.             'App\\Controller\\api\\TheProperty\\OptionController::__invoke' => ['privates''.service_locator.Kpg3j4e''get_ServiceLocator_Kpg3j4eService'false],
  17132.             'App\\Controller\\api\\TheProperty\\OptionController::features' => ['privates''.service_locator.bT9eT8t''get_ServiceLocator_BT9eT8tService'false],
  17133.             'App\\Controller\\api\\TheProperty\\PropertyAdController::__invoke' => ['privates''.service_locator.mfu9Rg_''get_ServiceLocator_Mfu9RgService'false],
  17134.             'App\\Controller\\api\\TheProperty\\PropertyTypeController::__invoke' => ['privates''.service_locator..fvlmU9''get_ServiceLocator__FvlmU9Service'false],
  17135.             'App\\Controller\\api\\TheProperty\\SearchController::exchangeListInMap' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  17136.             'App\\Controller\\api\\TheProperty\\SearchController::index' => ['privates''.service_locator.MBcNAjb''get_ServiceLocator_MBcNAjbService'false],
  17137.             'App\\Controller\\api\\TheProperty\\SessionController::__invoke' => ['privates''.service_locator.jTOejGZ''get_ServiceLocator_JTOejGZService'false],
  17138.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController::__invoke' => ['privates''.service_locator.H2QtHye''get_ServiceLocator_H2QtHyeService'false],
  17139.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController::__invoke' => ['privates''.service_locator.qC0B8LW''get_ServiceLocator_QC0B8LWService'false],
  17140.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::list' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17141.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::listAll' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17142.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::update' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17143.             'App\\Controller\\api\\TheProperty\\VisitController::addVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17144.             'App\\Controller\\api\\TheProperty\\VisitController::removeVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17145.             'App\\Controller\\api\\TheService\\AddController::__invoke' => ['privates''.service_locator.5wi7aKe''get_ServiceLocator_5wi7aKeService'false],
  17146.             'App\\Controller\\api\\TheService\\CategoryController::__invoke' => ['privates''.service_locator.PrG_U8d''get_ServiceLocator_PrGU8dService'false],
  17147.             'App\\Controller\\api\\TheService\\ListController::listMine' => ['privates''.service_locator.gZj4smN''get_ServiceLocator_GZj4smNService'false],
  17148.             'App\\Controller\\api\\TheService\\UpdateController::__invoke' => ['privates''.service_locator.AGzgJIa''get_ServiceLocator_AGzgJIaService'false],
  17149.             'App\\Controller\\api\\ThreeD\\T3dDemandsController::validateDemand' => ['privates''.service_locator.mpwZL0H''get_ServiceLocator_MpwZL0HService'false],
  17150.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController::__invoke' => ['privates''.service_locator.cssU_cs''get_ServiceLocator_CssUCsService'false],
  17151.             'App\\Controller\\api\\UserServicePromo\\ConsumeController::__invoke' => ['privates''.service_locator.P3yaVfa''get_ServiceLocator_P3yaVfaService'false],
  17152.             'App\\Controller\\api\\User\\ArtistDetailController::__invoke' => ['privates''.service_locator.TO3kXqK''get_ServiceLocator_TO3kXqKService'false],
  17153.             'App\\Controller\\api\\User\\CertificatorController::findAroundGeoCoordinate' => ['privates''.service_locator.P4Fskde''get_ServiceLocator_P4FskdeService'false],
  17154.             'App\\Controller\\api\\User\\DeviceTokenController::__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17155.             'App\\Controller\\api\\User\\EditProfileController::__invoke' => ['privates''.service_locator.ea4buFp''get_ServiceLocator_Ea4buFpService'false],
  17156.             'App\\Controller\\api\\User\\ListEmailController::__invoke' => ['privates''.service_locator.hPJEFlh''get_ServiceLocator_HPJEFlhService'false],
  17157.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController::searchMovingCompanyAndSendInvitation' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  17158.             'App\\Controller\\api\\User\\SearchController::__invoke' => ['privates''.service_locator.iRu.Xb1''get_ServiceLocator_IRu_Xb1Service'false],
  17159.             'App\\Controller\\api\\User\\SearchController::searchImoAgentProximity' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  17160.             'App\\Controller\\api\\User\\SearchController::searchMovingCompany' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  17161.             'App\\Controller\\api\\User\\SendMailSociety::index' => ['privates''.service_locator.WvhmTCp''get_ServiceLocator_WvhmTCpService'false],
  17162.             'App\\Controller\\api\\User\\UserController::checkAuthorizationForFiguration' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  17163.             'App\\Controller\\api\\User\\UserController::detailUser' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  17164.             'App\\Controller\\api\\User\\UserController::getUserBySpeciality' => ['privates''.service_locator._ZYSIC1''get_ServiceLocator_ZYSIC1Service'false],
  17165.             'App\\Controller\\api\\User\\UserPublicInfo::__invoke' => ['privates''.service_locator.aUCxLiv''get_ServiceLocator_AUCxLivService'false],
  17166.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController::__invoke' => ['privates''.service_locator.7f2MzR6''get_ServiceLocator_7f2MzR6Service'false],
  17167.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController::__invoke' => ['privates''.service_locator.Em1sGuR''get_ServiceLocator_Em1sGuRService'false],
  17168.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController::__invoke' => ['privates''.service_locator.DgQmMEO''get_ServiceLocator_DgQmMEOService'false],
  17169.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController::__invoke' => ['privates''.service_locator.CaNV.uY''get_ServiceLocator_CaNV_UYService'false],
  17170.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController::__invoke' => ['privates''.service_locator.n0PRmXS''get_ServiceLocator_N0PRmXSService'false],
  17171.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController::__invoke' => ['privates''.service_locator.wxP.RsM''get_ServiceLocator_WxP_RsMService'false],
  17172.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController::__invoke' => ['privates''.service_locator.0Ccr..5''get_ServiceLocator_0Ccr__5Service'false],
  17173.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController::__invoke' => ['privates''.service_locator.yu8o_1d''get_ServiceLocator_Yu8o1dService'false],
  17174.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController::__invoke' => ['privates''.service_locator.ZQCRZEb''get_ServiceLocator_ZQCRZEbService'false],
  17175.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetalltypeofwork' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17176.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetcategory' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17177.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17178.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetresultestimation' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  17179.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17180.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubsection' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17181.             'App\\Controller\\apiimmogo\\ApiAddWorkController::detailBien' => ['privates''.service_locator.EsG_0hX''get_ServiceLocator_EsG0hXService'false],
  17182.             'App\\Controller\\apiimmogo\\ApiImmogo::calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17183.             'App\\Controller\\apiimmogo\\ApiImmogo::detailbienimmogo' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  17184.             'App\\Controller\\apiimmogo\\ApiImmogo::getDataForCalcul' => ['privates''.service_locator.3tFXANU''get_ServiceLocator_3tFXANUService'false],
  17185.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17186.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17187.             'App\\Controller\\apiimmogo\\ApiImmogo::immogolistThepropertyPerUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17188.             'App\\Controller\\apiimmogo\\ApiImmogo::infosbiencalcul' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17189.             'App\\Controller\\apiimmogo\\ApiImmogo::listFavorisByUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17190.             'App\\Controller\\apiimmogo\\ApiImmogo::rechercheimmogo' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17191.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToCredit' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  17192.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToEngie' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  17193.             'App\\Controller\\apiimmogo\\ApiImmogo::voirdetailbiencalcul' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  17194.             'App\\Service\\Api\\ProviderSolarGreenCertificateService::list' => ['privates''.service_locator.eTKuJSU''get_ServiceLocator_ETKuJSUService'false],
  17195.             'App\\Service\\Api\\ProviderSolarOrganizationService::add' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  17196.             'App\\Service\\Api\\ProviderSolarOrganizationService::list' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  17197.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::add' => ['privates''.service_locator.YjIwi02''get_ServiceLocator_YjIwi02Service'false],
  17198.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::sendingSummaryFile' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  17199.             'App\\Service\\DompdfService::createPdfDispense' => ['privates''.service_locator._H29xsa''get_ServiceLocator_H29xsaService'false],
  17200.             'App\\Service\\DompdfService::createPdfEnergy' => ['privates''.service_locator.HRgCRFj''get_ServiceLocator_HRgCRFjService'false],
  17201.             'App\\Service\\DompdfService::createPdfEnvironmentForm' => ['privates''.service_locator.OC.D7cY''get_ServiceLocator_OC_D7cYService'false],
  17202.             'App\\Service\\DompdfService::createPdfMaifSummary' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  17203.             'App\\Service\\DompdfService::createPdfPlp' => ['privates''.service_locator.POCpODg''get_ServiceLocator_POCpODgService'false],
  17204.             'App\\Service\\DompdfService::createPdfSolarCadastre' => ['privates''.service_locator.8FMg.K_''get_ServiceLocator_8FMg_KService'false],
  17205.             'App\\Service\\DompdfService::createPdfSolarVoltaic' => ['privates''.service_locator.nDQTbMz''get_ServiceLocator_NDQTbMzService'false],
  17206.             'App\\Service\\DompdfService::createPdfVoirie' => ['privates''.service_locator.kJ7g21u''get_ServiceLocator_KJ7g21uService'false],
  17207.             'App\\Service\\DompdfService::createUrbanismPermit' => ['privates''.service_locator.eqOSfS3''get_ServiceLocator_EqOSfS3Service'false],
  17208.             'App\\Service\\Immogo\\ImmogoService::transformrecherche' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17209.             'App\\Service\\PretService::getResults' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  17210.             'App\\Service\\SendMail\\SendmailService::sendMailAddChat' => ['privates''.service_locator.rhFGw9S''get_ServiceLocator_RhFGw9SService'false],
  17211.             'App\\Service\\SendMail\\SendmailService::sendMailCheckWorkFinish' => ['privates''.service_locator.8z.wTr5''get_ServiceLocator_8z_WTr5Service'false],
  17212.             'App\\Service\\SendMail\\SendmailService::sendMailForContactSeller' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  17213.             'App\\Service\\Webhook\\Traitement::addUserPermission' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  17214.             'App\\Service\\Webhook\\Traitement::sendMailInvoiceSuccessToClient' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  17215.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  17216.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  17217.             'App\\Controller\\Authentication\\AuthenticationController:createToken' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  17218.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController:retrieve' => ['privates''.service_locator.DgrmONe''get_ServiceLocator_DgrmONeService'false],
  17219.             'App\\Controller\\PersonnelAuthenticatorController:login' => ['privates''.service_locator.qkWn6JN''get_ServiceLocator_QkWn6JNService'false],
  17220.             'App\\Controller\\YousignWebhookController:handleWebhook' => ['privates''.service_locator.mC7pTcw''get_ServiceLocator_MC7pTcwService'false],
  17221.             'App\\Controller\\admin\\AbstractCsvController:engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  17222.             'App\\Controller\\admin\\AnnoncementController:createDemenagement' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  17223.             'App\\Controller\\admin\\AnnoncementController:createObjets' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  17224.             'App\\Controller\\admin\\ArchitectArtWorkController:index' => ['privates''.service_locator.bY8EWBk''get_ServiceLocator_BY8EWBkService'false],
  17225.             'App\\Controller\\admin\\AreaCsvController:area_csv_delete' => ['privates''.service_locator.p8g7kFY''get_ServiceLocator_P8g7kFYService'false],
  17226.             'App\\Controller\\admin\\AreaCsvController:area_csv_new' => ['privates''.service_locator.BtCdv5A''get_ServiceLocator_BtCdv5AService'false],
  17227.             'App\\Controller\\admin\\BankController:deletesimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  17228.             'App\\Controller\\admin\\BankController:editbank' => ['privates''.service_locator.ZO6eemZ''get_ServiceLocator_ZO6eemZService'false],
  17229.             'App\\Controller\\admin\\BankController:editsimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  17230.             'App\\Controller\\admin\\BrugisCsvController:deleteCsv' => ['privates''.service_locator.tXWH.r8''get_ServiceLocator_TXWH_R8Service'false],
  17231.             'App\\Controller\\admin\\BrugisCsvController:index' => ['privates''.service_locator.OEVrRYx''get_ServiceLocator_OEVrRYxService'false],
  17232.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:delete' => ['privates''.service_locator.ijEx0xo''get_ServiceLocator_IjEx0xoService'false],
  17233.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:index' => ['privates''.service_locator.NFoq.Bg''get_ServiceLocator_NFoq_BgService'false],
  17234.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:new' => ['privates''.service_locator.E9uM_YD''get_ServiceLocator_E9uMYDService'false],
  17235.             'App\\Controller\\admin\\CityController:create' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  17236.             'App\\Controller\\admin\\CityController:edit' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  17237.             'App\\Controller\\admin\\ClientsController:disableAccount' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  17238.             'App\\Controller\\admin\\ClientsController:edit' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  17239.             'App\\Controller\\admin\\ClientsController:editclientpro' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  17240.             'App\\Controller\\admin\\ClientsController:editprestataire' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  17241.             'App\\Controller\\admin\\ClientsController:index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  17242.             'App\\Controller\\admin\\ClientsController:new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  17243.             'App\\Controller\\admin\\ClientsController:newclientspro' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  17244.             'App\\Controller\\admin\\ClientsController:newprestataire' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  17245.             'App\\Controller\\admin\\ClientsController:sendmailnouvclient' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  17246.             'App\\Controller\\admin\\ContactsellerController:delete' => ['privates''.service_locator.B4C5t9G''get_ServiceLocator_B4C5t9GService'false],
  17247.             'App\\Controller\\admin\\CountryController:edit' => ['privates''.service_locator.u2JReeV''get_ServiceLocator_U2JReeVService'false],
  17248.             'App\\Controller\\admin\\DVFController:deleteCsv' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  17249.             'App\\Controller\\admin\\DVFController:index' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  17250.             'App\\Controller\\admin\\DeedOfSaleController:deleteFile' => ['privates''.service_locator.rLRqRgA''get_ServiceLocator_RLRqRgAService'false],
  17251.             'App\\Controller\\admin\\DefaultclauseController:edit' => ['privates''.service_locator.icZiCPH''get_ServiceLocator_IcZiCPHService'false],
  17252.             'App\\Controller\\admin\\DistanceController:create' => ['privates''.service_locator.7K2EQCE''get_ServiceLocator_7K2EQCEService'false],
  17253.             'App\\Controller\\admin\\DocumenttypeController:create' => ['privates''.service_locator.fakrr8S''get_ServiceLocator_Fakrr8SService'false],
  17254.             'App\\Controller\\admin\\DocumenttypeController:createCategory' => ['privates''.service_locator.vIdYB67''get_ServiceLocator_VIdYB67Service'false],
  17255.             'App\\Controller\\admin\\Education\\EducationController:deleteCsv' => ['privates''.service_locator.pmZg3Qp''get_ServiceLocator_PmZg3QpService'false],
  17256.             'App\\Controller\\admin\\EngieCsvController:deleteCsv' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  17257.             'App\\Controller\\admin\\EngieCsvController:engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  17258.             'App\\Controller\\admin\\EngieCsvController:new' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  17259.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:delete' => ['privates''.service_locator.B2caubr''get_ServiceLocator_B2caubrService'false],
  17260.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:index' => ['privates''.service_locator.k2UDkSr''get_ServiceLocator_K2UDkSrService'false],
  17261.             'App\\Controller\\admin\\Environment\\ObligationCsvController:delete' => ['privates''.service_locator.EJPRYr2''get_ServiceLocator_EJPRYr2Service'false],
  17262.             'App\\Controller\\admin\\Environment\\ObligationsController:delete' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  17263.             'App\\Controller\\admin\\Environment\\ObligationsController:edit' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  17264.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController:delete' => ['privates''.service_locator.iOm7w8h''get_ServiceLocator_IOm7w8hService'false],
  17265.             'App\\Controller\\admin\\ExcelFileController:delete' => ['privates''.service_locator.kw12yOt''get_ServiceLocator_Kw12yOtService'false],
  17266.             'App\\Controller\\admin\\ExcelFileController:index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  17267.             'App\\Controller\\admin\\ExcelWorkController:delete' => ['privates''.service_locator.qfFZR0.''get_ServiceLocator_QfFZR0_Service'false],
  17268.             'App\\Controller\\admin\\ExcelWorkController:index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  17269.             'App\\Controller\\admin\\ExternalAdverstisingController:index' => ['privates''.service_locator.tiqlpZ8''get_ServiceLocator_TiqlpZ8Service'false],
  17270.             'App\\Controller\\admin\\ExternalOfferController:index' => ['privates''.service_locator.LxNsfND''get_ServiceLocator_LxNsfNDService'false],
  17271.             'App\\Controller\\admin\\ExternalProviderController:index' => ['privates''.service_locator.3q0fwPi''get_ServiceLocator_3q0fwPiService'false],
  17272.             'App\\Controller\\admin\\FeatureController:featurecreateandedit' => ['privates''.service_locator.Yybx5tt''get_ServiceLocator_Yybx5ttService'false],
  17273.             'App\\Controller\\admin\\ImagepubController:delete' => ['privates''.service_locator.D28s79M''get_ServiceLocator_D28s79MService'false],
  17274.             'App\\Controller\\admin\\ImagepubController:edit' => ['privates''.service_locator.FEUHOWC''get_ServiceLocator_FEUHOWCService'false],
  17275.             'App\\Controller\\admin\\InsuranceController:index' => ['privates''.service_locator.Hsc6SKy''get_ServiceLocator_Hsc6SKyService'false],
  17276.             'App\\Controller\\admin\\LandPropertyDestinationController:delete' => ['privates''.service_locator.QPa5E6I''get_ServiceLocator_QPa5E6IService'false],
  17277.             'App\\Controller\\admin\\LocationTypeController:delete' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  17278.             'App\\Controller\\admin\\LocationTypeController:edit' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  17279.             'App\\Controller\\admin\\LocationTypeController:index' => ['privates''.service_locator.HPh3.Sm''get_ServiceLocator_HPh3_SmService'false],
  17280.             'App\\Controller\\admin\\LocationTypeController:new' => ['privates''.service_locator.QZPR98c''get_ServiceLocator_QZPR98cService'false],
  17281.             'App\\Controller\\admin\\MunicipalityController:edit' => ['privates''.service_locator.fU2hXpG''get_ServiceLocator_FU2hXpGService'false],
  17282.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController:edit' => ['privates''.service_locator.Su5bU3D''get_ServiceLocator_Su5bU3DService'false],
  17283.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:EditPromo' => ['privates''.service_locator.FLflT6M''get_ServiceLocator_FLflT6MService'false],
  17284.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:addPromo' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  17285.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:delete' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  17286.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:edit' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  17287.             'App\\Controller\\admin\\NewProjectImmoCsvController:deleteCsv' => ['privates''.service_locator.cdUC4AU''get_ServiceLocator_CdUC4AUService'false],
  17288.             'App\\Controller\\admin\\NewProjectImmoCsvController:index' => ['privates''.service_locator.Sfzmser''get_ServiceLocator_SfzmserService'false],
  17289.             'App\\Controller\\admin\\NotaryController:addNotaryFiles' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  17290.             'App\\Controller\\admin\\NotaryController:delete' => ['privates''.service_locator.gwjqcS0''get_ServiceLocator_GwjqcS0Service'false],
  17291.             'App\\Controller\\admin\\NotaryController:deleteCsv' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  17292.             'App\\Controller\\admin\\NotaryController:edit' => ['privates''.service_locator.d8usWRn''get_ServiceLocator_D8usWRnService'false],
  17293.             'App\\Controller\\admin\\NotaryController:new' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  17294.             'App\\Controller\\admin\\OccupationPeriodFileController:deleteCsv' => ['privates''.service_locator.DoCVnoP''get_ServiceLocator_DoCVnoPService'false],
  17295.             'App\\Controller\\admin\\OccupationPeriodFileController:index' => ['privates''.service_locator.AkI1NqP''get_ServiceLocator_AkI1NqPService'false],
  17296.             'App\\Controller\\admin\\OccupieEstimationController:deleteCsv' => ['privates''.service_locator.QgZYKkO''get_ServiceLocator_QgZYKkOService'false],
  17297.             'App\\Controller\\admin\\OfferController:edit' => ['privates''.service_locator.9BpSl6J''get_ServiceLocator_9BpSl6JService'false],
  17298.             'App\\Controller\\admin\\OptionController:optionCreate' => ['privates''.service_locator.FbfzOBq''get_ServiceLocator_FbfzOBqService'false],
  17299.             'App\\Controller\\admin\\ParametreController:delete' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  17300.             'App\\Controller\\admin\\ParametreController:edit' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  17301.             'App\\Controller\\admin\\PebIntegrationController:edit' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17302.             'App\\Controller\\admin\\PersonnelController:edit' => ['privates''.service_locator.piW.LyK''get_ServiceLocator_PiW_LyKService'false],
  17303.             'App\\Controller\\admin\\PersonnelController:editmonprofil' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  17304.             'App\\Controller\\admin\\PersonnelController:index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  17305.             'App\\Controller\\admin\\PersonnelController:new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  17306.             'App\\Controller\\admin\\PersonnelController:sendmailnouvuser' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  17307.             'App\\Controller\\admin\\PersonnelController:updateAccountStatus' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  17308.             'App\\Controller\\admin\\Plan\\PlanController:delete' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  17309.             'App\\Controller\\admin\\Plan\\PlanController:edit' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  17310.             'App\\Controller\\admin\\Plan\\PlanController:index' => ['privates''.service_locator.cEv5ILv''get_ServiceLocator_CEv5ILvService'false],
  17311.             'App\\Controller\\admin\\PpasAffectationCsvController:deleteCsv' => ['privates''.service_locator.Q_tR3xw''get_ServiceLocator_QTR3xwService'false],
  17312.             'App\\Controller\\admin\\PpasAffectationCsvController:index' => ['privates''.service_locator.F603JRO''get_ServiceLocator_F603JROService'false],
  17313.             'App\\Controller\\admin\\PpasCsvController:deleteCsv' => ['privates''.service_locator.XffhPVn''get_ServiceLocator_XffhPVnService'false],
  17314.             'App\\Controller\\admin\\PpasCsvController:index' => ['privates''.service_locator.90.4hsE''get_ServiceLocator_90_4hsEService'false],
  17315.             'App\\Controller\\admin\\PrasAffectationConditionController:delete' => ['privates''.service_locator.M.h_EJd''get_ServiceLocator_M_HEJdService'false],
  17316.             'App\\Controller\\admin\\PrasAffectationConditionController:list' => ['privates''.service_locator.6F4Kn0u''get_ServiceLocator_6F4Kn0uService'false],
  17317.             'App\\Controller\\admin\\PrasAffectationController:delete' => ['privates''.service_locator.Sj_OqPs''get_ServiceLocator_SjOqPsService'false],
  17318.             'App\\Controller\\admin\\PrasAffectationController:list' => ['privates''.service_locator.na73ZHI''get_ServiceLocator_Na73ZHIService'false],
  17319.             'App\\Controller\\admin\\PrasCsvController:deleteCsv' => ['privates''.service_locator.TcZbUd5''get_ServiceLocator_TcZbUd5Service'false],
  17320.             'App\\Controller\\admin\\PrasCsvController:index' => ['privates''.service_locator.rY99cy5''get_ServiceLocator_RY99cy5Service'false],
  17321.             'App\\Controller\\admin\\PrasZoneController:delete' => ['privates''.service_locator.74LVfE_''get_ServiceLocator_74LVfEService'false],
  17322.             'App\\Controller\\admin\\PrasZoneController:list' => ['privates''.service_locator.GUy4amO''get_ServiceLocator_GUy4amOService'false],
  17323.             'App\\Controller\\admin\\Prime\\PrimeController:delete' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  17324.             'App\\Controller\\admin\\Prime\\PrimeController:edit' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  17325.             'App\\Controller\\admin\\Prime\\PrimeCsvController:delete' => ['privates''.service_locator.J.K9K7h''get_ServiceLocator_J_K9K7hService'false],
  17326.             'App\\Controller\\admin\\Prime\\ProcedureController:delete' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  17327.             'App\\Controller\\admin\\Prime\\ProcedureController:deleteField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  17328.             'App\\Controller\\admin\\Prime\\ProcedureController:edit' => ['privates''.service_locator.4_PY3BS''get_ServiceLocator_4PY3BSService'false],
  17329.             'App\\Controller\\admin\\Prime\\ProcedureController:editField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  17330.             'App\\Controller\\admin\\Prime\\ProcedureController:fields' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  17331.             'App\\Controller\\admin\\Prime\\ProcedureController:list' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  17332.             'App\\Controller\\admin\\Prime\\ProcedureController:new' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  17333.             'App\\Controller\\admin\\PropertyTypeController:edit' => ['privates''.service_locator.s5JOzP2''get_ServiceLocator_S5JOzP2Service'false],
  17334.             'App\\Controller\\admin\\ProviderInverterController:deleteCsv' => ['privates''.service_locator.cd7GuMb''get_ServiceLocator_Cd7GuMbService'false],
  17335.             'App\\Controller\\admin\\ProviderSocietyController:delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  17336.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:deleteCsv' => ['privates''.service_locator.tUSUGrk''get_ServiceLocator_TUSUGrkService'false],
  17337.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:index' => ['privates''.service_locator.rx4Btpa''get_ServiceLocator_Rx4BtpaService'false],
  17338.             'App\\Controller\\admin\\PurchasePartnerRequestController:edit' => ['privates''.service_locator.CQs0Xm0''get_ServiceLocator_CQs0Xm0Service'false],
  17339.             'App\\Controller\\admin\\RegionController:edit' => ['privates''.service_locator.q4bsI0S''get_ServiceLocator_Q4bsI0SService'false],
  17340.             'App\\Controller\\admin\\RentalController:deleteModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  17341.             'App\\Controller\\admin\\RentalController:editModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  17342.             'App\\Controller\\admin\\RentestimationController:delete' => ['privates''.service_locator..HgB6d8''get_ServiceLocator__HgB6d8Service'false],
  17343.             'App\\Controller\\admin\\RentestimationController:editbank' => ['privates''.service_locator.kSnmcso''get_ServiceLocator_KSnmcsoService'false],
  17344.             'App\\Controller\\admin\\RoofController:delete' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  17345.             'App\\Controller\\admin\\RoofController:edit' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  17346.             'App\\Controller\\admin\\RoofController:index' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  17347.             'App\\Controller\\admin\\RoofController:new' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  17348.             'App\\Controller\\admin\\RoofController:show' => ['privates''.service_locator.6Oaurz_''get_ServiceLocator_6OaurzService'false],
  17349.             'App\\Controller\\admin\\SalesAgreementController:deleteFile' => ['privates''.service_locator.viRkkJL''get_ServiceLocator_ViRkkJLService'false],
  17350.             'App\\Controller\\admin\\SizeController:create' => ['privates''.service_locator.R9M9gve''get_ServiceLocator_R9M9gveService'false],
  17351.             'App\\Controller\\admin\\SubjectController:create' => ['privates''.service_locator.zyI4Piw''get_ServiceLocator_ZyI4PiwService'false],
  17352.             'App\\Controller\\admin\\SubscriptionProductController:createStripePlanForProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  17353.             'App\\Controller\\admin\\SubscriptionProductController:delete' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  17354.             'App\\Controller\\admin\\SubscriptionProductController:edit' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  17355.             'App\\Controller\\admin\\SubscriptionProductController:getProductActiveOrderByLevel' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  17356.             'App\\Controller\\admin\\SubscriptionProductController:index' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  17357.             'App\\Controller\\admin\\SubscriptionProductController:produit_edit_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  17358.             'App\\Controller\\admin\\SubscriptionProductController:produit_validate_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  17359.             'App\\Controller\\admin\\SubscriptionProductController:show' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  17360.             'App\\Controller\\admin\\SubscriptionProductController:verifyStripeProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  17361.             'App\\Controller\\admin\\SubscriptionProductServiceController:delete' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  17362.             'App\\Controller\\admin\\SubscriptionProductServiceController:edit' => ['privates''.service_locator.zK2Ig67''get_ServiceLocator_ZK2Ig67Service'false],
  17363.             'App\\Controller\\admin\\SubscriptionProductServiceController:index' => ['privates''.service_locator.z_o1inx''get_ServiceLocator_ZO1inxService'false],
  17364.             'App\\Controller\\admin\\SubscriptionProductServiceController:new' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  17365.             'App\\Controller\\admin\\SubscriptionProductServiceController:show' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  17366.             'App\\Controller\\admin\\SuperficieController:create' => ['privates''.service_locator.LwEOyeK''get_ServiceLocator_LwEOyeKService'false],
  17367.             'App\\Controller\\admin\\SupplierController:edit' => ['privates''.service_locator.pIUPwuq''get_ServiceLocator_PIUPwuqService'false],
  17368.             'App\\Controller\\admin\\TableaudebordController:index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  17369.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:index' => ['privates''.service_locator.mZFiE_G''get_ServiceLocator_MZFiEGService'false],
  17370.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:markAsDelivered' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  17371.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:show' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  17372.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:disableOrEnableProperty' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  17373.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:edit' => ['privates''.service_locator.K5vPgtr''get_ServiceLocator_K5vPgtrService'false],
  17374.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImage' => ['privates''.service_locator.YT3BDwX''get_ServiceLocator_YT3BDwXService'false],
  17375.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImageDoc' => ['privates''.service_locator.RFcH33U''get_ServiceLocator_RFcH33UService'false],
  17376.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:list' => ['privates''.service_locator.Y41B.j7''get_ServiceLocator_Y41B_J7Service'false],
  17377.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:listevrdvbien' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  17378.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:new' => ['privates''.service_locator.v5Ow3DE''get_ServiceLocator_V5Ow3DEService'false],
  17379.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:propertyOfClient' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  17380.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:sendmailtoclientifchangestatus' => ['privates''.service_locator.m_.Dc7T''get_ServiceLocator_M_Dc7TService'false],
  17381.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:delete' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  17382.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:edit' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  17383.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:index' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  17384.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:new' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  17385.             'App\\Controller\\admin\\ThepropertyProviderController:delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  17386.             'App\\Controller\\admin\\UploadCsvController:deleteCsv' => ['privates''.service_locator.te70QFD''get_ServiceLocator_Te70QFDService'false],
  17387.             'App\\Controller\\admin\\VoirieController:engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  17388.             'App\\Controller\\admin\\VoirieController:index' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  17389.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:deleteCsv' => ['privates''.service_locator.dRhzx5a''get_ServiceLocator_DRhzx5aService'false],
  17390.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:index' => ['privates''.service_locator.c_K9jaH''get_ServiceLocator_CK9jaHService'false],
  17391.             'App\\Controller\\admin\\WorkController:workcostdelete' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  17392.             'App\\Controller\\admin\\WorkController:workcostedit' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  17393.             'App\\Controller\\ajax\\MunicipalityAjaxController:list' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  17394.             'App\\Controller\\api\\CadastreController:cadastreByCoordinate' => ['privates''.service_locator.tUwTca4''get_ServiceLocator_TUwTca4Service'false],
  17395.             'App\\Controller\\api\\CallMicroserviceController:__invoke' => ['privates''.service_locator.DKxJ1dA''get_ServiceLocator_DKxJ1dAService'false],
  17396.             'App\\Controller\\api\\CallMicroserviceController' => ['privates''.service_locator.DKxJ1dA''get_ServiceLocator_DKxJ1dAService'false],
  17397.             'App\\Controller\\api\\Chat\\ConversationApiController:__invoke' => ['privates''.service_locator.ZQLk4Kn''get_ServiceLocator_ZQLk4KnService'false],
  17398.             'App\\Controller\\api\\Chat\\ConversationApiController' => ['privates''.service_locator.ZQLk4Kn''get_ServiceLocator_ZQLk4KnService'false],
  17399.             'App\\Controller\\api\\Chat\\ConversationApiController:deleteAction' => ['privates''.service_locator.EV92WQ1''get_ServiceLocator_EV92WQ1Service'false],
  17400.             'App\\Controller\\api\\Chat\\ConversationApiController:getOneConversation' => ['privates''.service_locator.Xc9yKGQ''get_ServiceLocator_Xc9yKGQService'false],
  17401.             'App\\Controller\\api\\Chat\\ConversationApiController:postAction' => ['privates''.service_locator.FMXrkKs''get_ServiceLocator_FMXrkKsService'false],
  17402.             'App\\Controller\\api\\Chat\\ConversationApiController:view' => ['privates''.service_locator.TANcIz7''get_ServiceLocator_TANcIz7Service'false],
  17403.             'App\\Controller\\api\\Chat\\MessageApiController:__invoke' => ['privates''.service_locator.XhMKgZv''get_ServiceLocator_XhMKgZvService'false],
  17404.             'App\\Controller\\api\\Chat\\MessageApiController' => ['privates''.service_locator.XhMKgZv''get_ServiceLocator_XhMKgZvService'false],
  17405.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:confirmSign' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  17406.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:signClientSales' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  17407.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:uploadSalesAgreement' => ['privates''.service_locator.vwd5GYN''get_ServiceLocator_Vwd5GYNService'false],
  17408.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:validationSales' => ['privates''.service_locator.or.noX7''get_ServiceLocator_Or_NoX7Service'false],
  17409.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController:__invoke' => ['privates''.service_locator.ceYwZua''get_ServiceLocator_CeYwZuaService'false],
  17410.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController' => ['privates''.service_locator.ceYwZua''get_ServiceLocator_CeYwZuaService'false],
  17411.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController:__invoke' => ['privates''.service_locator.s4h4eVI''get_ServiceLocator_S4h4eVIService'false],
  17412.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController' => ['privates''.service_locator.s4h4eVI''get_ServiceLocator_S4h4eVIService'false],
  17413.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController:__invoke' => ['privates''.service_locator._WsUJ6Q''get_ServiceLocator_WsUJ6QService'false],
  17414.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController' => ['privates''.service_locator._WsUJ6Q''get_ServiceLocator_WsUJ6QService'false],
  17415.             'App\\Controller\\api\\CoOwnership\\VoteController:__invoke' => ['privates''.service_locator.gK_elPx''get_ServiceLocator_GKElPxService'false],
  17416.             'App\\Controller\\api\\CoOwnership\\VoteController' => ['privates''.service_locator.gK_elPx''get_ServiceLocator_GKElPxService'false],
  17417.             'App\\Controller\\api\\Community\\ConsultationController:__invoke' => ['privates''.service_locator.FS_7lr5''get_ServiceLocator_FS7lr5Service'false],
  17418.             'App\\Controller\\api\\Community\\ConsultationController' => ['privates''.service_locator.FS_7lr5''get_ServiceLocator_FS7lr5Service'false],
  17419.             'App\\Controller\\api\\Community\\ConsultationController:getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  17420.             'App\\Controller\\api\\Community\\ConsultationController:updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  17421.             'App\\Controller\\api\\Community\\DiversServiceController:__invoke' => ['privates''.service_locator.LCDj2BZ''get_ServiceLocator_LCDj2BZService'false],
  17422.             'App\\Controller\\api\\Community\\DiversServiceController' => ['privates''.service_locator.LCDj2BZ''get_ServiceLocator_LCDj2BZService'false],
  17423.             'App\\Controller\\api\\Community\\DiversServiceController:getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  17424.             'App\\Controller\\api\\Community\\DiversServiceController:updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  17425.             'App\\Controller\\api\\Community\\PostController:concludeService' => ['privates''.service_locator.U2XVYf9''get_ServiceLocator_U2XVYf9Service'false],
  17426.             'App\\Controller\\api\\Community\\PostController:sendPlp' => ['privates''.service_locator.4ioHkcV''get_ServiceLocator_4ioHkcVService'false],
  17427.             'App\\Controller\\api\\Community\\SignalController:__invoke' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  17428.             'App\\Controller\\api\\Community\\SignalController' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  17429.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController:add' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17430.             'App\\Controller\\api\\DeletionController:deleteResource' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  17431.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController:__invoke' => ['privates''.service_locator.AjNUl4_''get_ServiceLocator_AjNUl4Service'false],
  17432.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController' => ['privates''.service_locator.AjNUl4_''get_ServiceLocator_AjNUl4Service'false],
  17433.             'App\\Controller\\api\\Environment\\FilteredObligationsController:__invoke' => ['privates''.service_locator.zfhfaAB''get_ServiceLocator_ZfhfaABService'false],
  17434.             'App\\Controller\\api\\Environment\\FilteredObligationsController' => ['privates''.service_locator.zfhfaAB''get_ServiceLocator_ZfhfaABService'false],
  17435.             'App\\Controller\\api\\Environment\\ModifyInstallation:__invoke' => ['privates''.service_locator.0UNyPfI''get_ServiceLocator_0UNyPfIService'false],
  17436.             'App\\Controller\\api\\Environment\\ModifyInstallation' => ['privates''.service_locator.0UNyPfI''get_ServiceLocator_0UNyPfIService'false],
  17437.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction:__invoke' => ['privates''.service_locator.FzOPkXO''get_ServiceLocator_FzOPkXOService'false],
  17438.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction' => ['privates''.service_locator.FzOPkXO''get_ServiceLocator_FzOPkXOService'false],
  17439.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController:__invoke' => ['privates''.service_locator.83pwl0X''get_ServiceLocator_83pwl0XService'false],
  17440.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController' => ['privates''.service_locator.83pwl0X''get_ServiceLocator_83pwl0XService'false],
  17441.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController:createSolicitation' => ['privates''.service_locator.MJUzJi0''get_ServiceLocator_MJUzJi0Service'false],
  17442.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction:__invoke' => ['privates''.service_locator.FzOPkXO''get_ServiceLocator_FzOPkXOService'false],
  17443.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction' => ['privates''.service_locator.FzOPkXO''get_ServiceLocator_FzOPkXOService'false],
  17444.             'App\\Controller\\api\\Inventory\\InventoryController:signInventory' => ['privates''.service_locator.hctAHiv''get_ServiceLocator_HctAHivService'false],
  17445.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController:__invoke' => ['privates''.service_locator.yV6bB6q''get_ServiceLocator_YV6bB6qService'false],
  17446.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController' => ['privates''.service_locator.yV6bB6q''get_ServiceLocator_YV6bB6qService'false],
  17447.             'App\\Controller\\api\\Notification\\IndexController:__invoke' => ['privates''.service_locator.dG2778M''get_ServiceLocator_DG2778MService'false],
  17448.             'App\\Controller\\api\\Notification\\IndexController' => ['privates''.service_locator.dG2778M''get_ServiceLocator_DG2778MService'false],
  17449.             'App\\Controller\\api\\Notification\\PostController:__invoke' => ['privates''.service_locator.kn9MsEH''get_ServiceLocator_Kn9MsEHService'false],
  17450.             'App\\Controller\\api\\Notification\\PostController' => ['privates''.service_locator.kn9MsEH''get_ServiceLocator_Kn9MsEHService'false],
  17451.             'App\\Controller\\api\\Notification\\UpdateLastNotification:__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17452.             'App\\Controller\\api\\Notification\\UpdateLastNotification' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17453.             'App\\Controller\\api\\Notification\\ViewController:__invoke' => ['privates''.service_locator.L8s9Nth''get_ServiceLocator_L8s9NthService'false],
  17454.             'App\\Controller\\api\\Notification\\ViewController' => ['privates''.service_locator.L8s9Nth''get_ServiceLocator_L8s9NthService'false],
  17455.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController:__invoke' => ['privates''.service_locator.6sSU9ow''get_ServiceLocator_6sSU9owService'false],
  17456.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController' => ['privates''.service_locator.6sSU9ow''get_ServiceLocator_6sSU9owService'false],
  17457.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:__invoke' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  17458.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  17459.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:listOfferSentByProperty' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  17460.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController:__invoke' => ['privates''.service_locator.YK93Cie''get_ServiceLocator_YK93CieService'false],
  17461.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController' => ['privates''.service_locator.YK93Cie''get_ServiceLocator_YK93CieService'false],
  17462.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController:__invoke' => ['privates''.service_locator.77Q0MzO''get_ServiceLocator_77Q0MzOService'false],
  17463.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController' => ['privates''.service_locator.77Q0MzO''get_ServiceLocator_77Q0MzOService'false],
  17464.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController:__invoke' => ['privates''.service_locator.JMvqlQM''get_ServiceLocator_JMvqlQMService'false],
  17465.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController' => ['privates''.service_locator.JMvqlQM''get_ServiceLocator_JMvqlQMService'false],
  17466.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerProperty' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  17467.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerUser' => ['privates''.service_locator.XCOsI7M''get_ServiceLocator_XCOsI7MService'false],
  17468.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:signOfferLease' => ['privates''.service_locator.z7R5T1y''get_ServiceLocator_Z7R5T1yService'false],
  17469.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:validate' => ['privates''.service_locator.vZAMnV5''get_ServiceLocator_VZAMnV5Service'false],
  17470.             'App\\Controller\\api\\Offer\\OfferController:allNotary' => ['privates''.service_locator.YifncfM''get_ServiceLocator_YifncfMService'false],
  17471.             'App\\Controller\\api\\Offer\\OfferController:checkUserAbilityToMakeOffer' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17472.             'App\\Controller\\api\\Offer\\OfferController:make' => ['privates''.service_locator.Dw_3Cp5''get_ServiceLocator_Dw3Cp5Service'false],
  17473.             'App\\Controller\\api\\Offer\\OfferController:saveCorrection' => ['privates''.service_locator.4P5r10U''get_ServiceLocator_4P5r10UService'false],
  17474.             'App\\Controller\\api\\Offer\\OfferController:sign' => ['privates''.service_locator.4EHBvUy''get_ServiceLocator_4EHBvUyService'false],
  17475.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17476.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToOwner' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17477.             'App\\Controller\\api\\Offer\\ValidateOfferController:refusedOfferSignSimple' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17478.             'App\\Controller\\api\\Offer\\ValidateOfferController:transmitToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  17479.             'App\\Controller\\api\\PermitPropertyProcedureController:updateProcedureBruxelle' => ['privates''.service_locator.ft7qy.I''get_ServiceLocator_Ft7qy_IService'false],
  17480.             'App\\Controller\\api\\PlanController:changePlan' => ['privates''.service_locator.F4h55f1''get_ServiceLocator_F4h55f1Service'false],
  17481.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:calculPrecountBruxelleAndFlandre' => ['privates''.service_locator.TzqTzgY''get_ServiceLocator_TzqTzgYService'false],
  17482.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17483.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17484.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17485.             'App\\Controller\\api\\Prime\\AmountCalculation:__invoke' => ['privates''.service_locator.ywyVEm_''get_ServiceLocator_YwyVEmService'false],
  17486.             'App\\Controller\\api\\Prime\\AmountCalculation' => ['privates''.service_locator.ywyVEm_''get_ServiceLocator_YwyVEmService'false],
  17487.             'App\\Controller\\api\\Prime\\GetAllProcess:__invoke' => ['privates''.service_locator.7Bh2dos''get_ServiceLocator_7Bh2dosService'false],
  17488.             'App\\Controller\\api\\Prime\\GetAllProcess' => ['privates''.service_locator.7Bh2dos''get_ServiceLocator_7Bh2dosService'false],
  17489.             'App\\Controller\\api\\Prime\\ProcessController:__invoke' => ['privates''.service_locator.7W8Gc0e''get_ServiceLocator_7W8Gc0eService'false],
  17490.             'App\\Controller\\api\\Prime\\ProcessController' => ['privates''.service_locator.7W8Gc0e''get_ServiceLocator_7W8Gc0eService'false],
  17491.             'App\\Controller\\api\\Prime\\SearchController:__invoke' => ['privates''.service_locator.xFZHlpd''get_ServiceLocator_XFZHlpdService'false],
  17492.             'App\\Controller\\api\\Prime\\SearchController' => ['privates''.service_locator.xFZHlpd''get_ServiceLocator_XFZHlpdService'false],
  17493.             'App\\Controller\\api\\Prime\\WorkController:subsection' => ['privates''.service_locator.oYeaqIz''get_ServiceLocator_OYeaqIzService'false],
  17494.             'App\\Controller\\api\\Prime\\WorkController:typeofwork' => ['privates''.service_locator.rJp3xY1''get_ServiceLocator_RJp3xY1Service'false],
  17495.             'App\\Controller\\api\\PurchaseController:detail' => ['privates''.service_locator.gX.Qc1T''get_ServiceLocator_GX_Qc1TService'false],
  17496.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate:__invoke' => ['privates''.service_locator.P7qhCSY''get_ServiceLocator_P7qhCSYService'false],
  17497.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate' => ['privates''.service_locator.P7qhCSY''get_ServiceLocator_P7qhCSYService'false],
  17498.             'App\\Controller\\api\\RentalController:accept' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  17499.             'App\\Controller\\api\\RentalController:getAvailableRentalDurationsAndTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  17500.             'App\\Controller\\api\\RentalController:getComments' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  17501.             'App\\Controller\\api\\RentalController:getProperties' => ['privates''.service_locator.M9ycMaq''get_ServiceLocator_M9ycMaqService'false],
  17502.             'App\\Controller\\api\\RentalController:postContract' => ['privates''.service_locator.whbH868''get_ServiceLocator_WhbH868Service'false],
  17503.             'App\\Controller\\api\\RentalController:refuse' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  17504.             'App\\Controller\\api\\RentalController:replyToComment' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  17505.             'App\\Controller\\api\\RentalController:uploadContract' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  17506.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController:__invoke' => ['privates''.service_locator.TUaVWPf''get_ServiceLocator_TUaVWPfService'false],
  17507.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController' => ['privates''.service_locator.TUaVWPf''get_ServiceLocator_TUaVWPfService'false],
  17508.             'App\\Controller\\api\\RentalManagement\\PostLeaveController:__invoke' => ['privates''.service_locator.bKynF70''get_ServiceLocator_BKynF70Service'false],
  17509.             'App\\Controller\\api\\RentalManagement\\PostLeaveController' => ['privates''.service_locator.bKynF70''get_ServiceLocator_BKynF70Service'false],
  17510.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController:__invoke' => ['privates''.service_locator.Ik8cC3N''get_ServiceLocator_Ik8cC3NService'false],
  17511.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController' => ['privates''.service_locator.Ik8cC3N''get_ServiceLocator_Ik8cC3NService'false],
  17512.             'App\\Controller\\api\\Security\\DeclarationDateController:__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17513.             'App\\Controller\\api\\Security\\DeclarationDateController' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17514.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer:getByTheProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17515.             'App\\Controller\\api\\SendEmailController:sendEmailToBuildingManager' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  17516.             'App\\Controller\\api\\SendEmailController:sendEmailToMunicipalAdministration' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  17517.             'App\\Controller\\api\\ServicePromo\\ListController:listObtained' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  17518.             'App\\Controller\\api\\ServicePromo\\ListController:listOffered' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  17519.             'App\\Controller\\api\\SimulationController:simulateBuy' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  17520.             'App\\Controller\\api\\SimulationController:simulateBuyGround' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  17521.             'App\\Controller\\api\\SyndicChatApiController:__invoke' => ['privates''.service_locator.jqKA1ti''get_ServiceLocator_JqKA1tiService'false],
  17522.             'App\\Controller\\api\\SyndicChatApiController' => ['privates''.service_locator.jqKA1ti''get_ServiceLocator_JqKA1tiService'false],
  17523.             'App\\Controller\\api\\TheProperty\\ContractController:getUploaded' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  17524.             'App\\Controller\\api\\TheProperty\\ContractController:upload' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  17525.             'App\\Controller\\api\\TheProperty\\DeleteController:__invoke' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17526.             'App\\Controller\\api\\TheProperty\\DeleteController' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17527.             'App\\Controller\\api\\TheProperty\\DetailController:findFavoritePropertiesByUser' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  17528.             'App\\Controller\\api\\TheProperty\\DetailController:getEventsByProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17529.             'App\\Controller\\api\\TheProperty\\DetailController:propertySimilar' => ['privates''.service_locator.o9wrxnc''get_ServiceLocator_O9wrxncService'false],
  17530.             'App\\Controller\\api\\TheProperty\\DocumentRequestController:__invoke' => ['privates''.service_locator..OVXgLf''get_ServiceLocator__OVXgLfService'false],
  17531.             'App\\Controller\\api\\TheProperty\\DocumentRequestController' => ['privates''.service_locator..OVXgLf''get_ServiceLocator__OVXgLfService'false],
  17532.             'App\\Controller\\api\\TheProperty\\ListController:detailsOfThePropertyHavingRelooking' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17533.             'App\\Controller\\api\\TheProperty\\LocalityController:municipalityByZipCode' => ['privates''.service_locator.2LRM4iA''get_ServiceLocator_2LRM4iAService'false],
  17534.             'App\\Controller\\api\\TheProperty\\OptionController:__invoke' => ['privates''.service_locator.Kpg3j4e''get_ServiceLocator_Kpg3j4eService'false],
  17535.             'App\\Controller\\api\\TheProperty\\OptionController' => ['privates''.service_locator.Kpg3j4e''get_ServiceLocator_Kpg3j4eService'false],
  17536.             'App\\Controller\\api\\TheProperty\\OptionController:features' => ['privates''.service_locator.bT9eT8t''get_ServiceLocator_BT9eT8tService'false],
  17537.             'App\\Controller\\api\\TheProperty\\PropertyAdController:__invoke' => ['privates''.service_locator.mfu9Rg_''get_ServiceLocator_Mfu9RgService'false],
  17538.             'App\\Controller\\api\\TheProperty\\PropertyAdController' => ['privates''.service_locator.mfu9Rg_''get_ServiceLocator_Mfu9RgService'false],
  17539.             'App\\Controller\\api\\TheProperty\\PropertyTypeController:__invoke' => ['privates''.service_locator..fvlmU9''get_ServiceLocator__FvlmU9Service'false],
  17540.             'App\\Controller\\api\\TheProperty\\PropertyTypeController' => ['privates''.service_locator..fvlmU9''get_ServiceLocator__FvlmU9Service'false],
  17541.             'App\\Controller\\api\\TheProperty\\SearchController:exchangeListInMap' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  17542.             'App\\Controller\\api\\TheProperty\\SearchController:index' => ['privates''.service_locator.MBcNAjb''get_ServiceLocator_MBcNAjbService'false],
  17543.             'App\\Controller\\api\\TheProperty\\SessionController:__invoke' => ['privates''.service_locator.jTOejGZ''get_ServiceLocator_JTOejGZService'false],
  17544.             'App\\Controller\\api\\TheProperty\\SessionController' => ['privates''.service_locator.jTOejGZ''get_ServiceLocator_JTOejGZService'false],
  17545.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController:__invoke' => ['privates''.service_locator.H2QtHye''get_ServiceLocator_H2QtHyeService'false],
  17546.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController' => ['privates''.service_locator.H2QtHye''get_ServiceLocator_H2QtHyeService'false],
  17547.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController:__invoke' => ['privates''.service_locator.qC0B8LW''get_ServiceLocator_QC0B8LWService'false],
  17548.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController' => ['privates''.service_locator.qC0B8LW''get_ServiceLocator_QC0B8LWService'false],
  17549.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:list' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17550.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:listAll' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17551.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:update' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17552.             'App\\Controller\\api\\TheProperty\\VisitController:addVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17553.             'App\\Controller\\api\\TheProperty\\VisitController:removeVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  17554.             'App\\Controller\\api\\TheService\\AddController:__invoke' => ['privates''.service_locator.5wi7aKe''get_ServiceLocator_5wi7aKeService'false],
  17555.             'App\\Controller\\api\\TheService\\AddController' => ['privates''.service_locator.5wi7aKe''get_ServiceLocator_5wi7aKeService'false],
  17556.             'App\\Controller\\api\\TheService\\CategoryController:__invoke' => ['privates''.service_locator.PrG_U8d''get_ServiceLocator_PrGU8dService'false],
  17557.             'App\\Controller\\api\\TheService\\CategoryController' => ['privates''.service_locator.PrG_U8d''get_ServiceLocator_PrGU8dService'false],
  17558.             'App\\Controller\\api\\TheService\\ListController:listMine' => ['privates''.service_locator.gZj4smN''get_ServiceLocator_GZj4smNService'false],
  17559.             'App\\Controller\\api\\TheService\\UpdateController:__invoke' => ['privates''.service_locator.AGzgJIa''get_ServiceLocator_AGzgJIaService'false],
  17560.             'App\\Controller\\api\\TheService\\UpdateController' => ['privates''.service_locator.AGzgJIa''get_ServiceLocator_AGzgJIaService'false],
  17561.             'App\\Controller\\api\\ThreeD\\T3dDemandsController:validateDemand' => ['privates''.service_locator.mpwZL0H''get_ServiceLocator_MpwZL0HService'false],
  17562.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController:__invoke' => ['privates''.service_locator.cssU_cs''get_ServiceLocator_CssUCsService'false],
  17563.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController' => ['privates''.service_locator.cssU_cs''get_ServiceLocator_CssUCsService'false],
  17564.             'App\\Controller\\api\\UserServicePromo\\ConsumeController:__invoke' => ['privates''.service_locator.P3yaVfa''get_ServiceLocator_P3yaVfaService'false],
  17565.             'App\\Controller\\api\\UserServicePromo\\ConsumeController' => ['privates''.service_locator.P3yaVfa''get_ServiceLocator_P3yaVfaService'false],
  17566.             'App\\Controller\\api\\User\\ArtistDetailController:__invoke' => ['privates''.service_locator.TO3kXqK''get_ServiceLocator_TO3kXqKService'false],
  17567.             'App\\Controller\\api\\User\\ArtistDetailController' => ['privates''.service_locator.TO3kXqK''get_ServiceLocator_TO3kXqKService'false],
  17568.             'App\\Controller\\api\\User\\CertificatorController:findAroundGeoCoordinate' => ['privates''.service_locator.P4Fskde''get_ServiceLocator_P4FskdeService'false],
  17569.             'App\\Controller\\api\\User\\DeviceTokenController:__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17570.             'App\\Controller\\api\\User\\DeviceTokenController' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  17571.             'App\\Controller\\api\\User\\EditProfileController:__invoke' => ['privates''.service_locator.ea4buFp''get_ServiceLocator_Ea4buFpService'false],
  17572.             'App\\Controller\\api\\User\\EditProfileController' => ['privates''.service_locator.ea4buFp''get_ServiceLocator_Ea4buFpService'false],
  17573.             'App\\Controller\\api\\User\\ListEmailController:__invoke' => ['privates''.service_locator.hPJEFlh''get_ServiceLocator_HPJEFlhService'false],
  17574.             'App\\Controller\\api\\User\\ListEmailController' => ['privates''.service_locator.hPJEFlh''get_ServiceLocator_HPJEFlhService'false],
  17575.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController:searchMovingCompanyAndSendInvitation' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  17576.             'App\\Controller\\api\\User\\SearchController:__invoke' => ['privates''.service_locator.iRu.Xb1''get_ServiceLocator_IRu_Xb1Service'false],
  17577.             'App\\Controller\\api\\User\\SearchController' => ['privates''.service_locator.iRu.Xb1''get_ServiceLocator_IRu_Xb1Service'false],
  17578.             'App\\Controller\\api\\User\\SearchController:searchImoAgentProximity' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  17579.             'App\\Controller\\api\\User\\SearchController:searchMovingCompany' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  17580.             'App\\Controller\\api\\User\\SendMailSociety:index' => ['privates''.service_locator.WvhmTCp''get_ServiceLocator_WvhmTCpService'false],
  17581.             'App\\Controller\\api\\User\\UserController:checkAuthorizationForFiguration' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  17582.             'App\\Controller\\api\\User\\UserController:detailUser' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  17583.             'App\\Controller\\api\\User\\UserController:getUserBySpeciality' => ['privates''.service_locator._ZYSIC1''get_ServiceLocator_ZYSIC1Service'false],
  17584.             'App\\Controller\\api\\User\\UserPublicInfo:__invoke' => ['privates''.service_locator.aUCxLiv''get_ServiceLocator_AUCxLivService'false],
  17585.             'App\\Controller\\api\\User\\UserPublicInfo' => ['privates''.service_locator.aUCxLiv''get_ServiceLocator_AUCxLivService'false],
  17586.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController:__invoke' => ['privates''.service_locator.7f2MzR6''get_ServiceLocator_7f2MzR6Service'false],
  17587.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController' => ['privates''.service_locator.7f2MzR6''get_ServiceLocator_7f2MzR6Service'false],
  17588.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController:__invoke' => ['privates''.service_locator.Em1sGuR''get_ServiceLocator_Em1sGuRService'false],
  17589.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController' => ['privates''.service_locator.Em1sGuR''get_ServiceLocator_Em1sGuRService'false],
  17590.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController:__invoke' => ['privates''.service_locator.DgQmMEO''get_ServiceLocator_DgQmMEOService'false],
  17591.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController' => ['privates''.service_locator.DgQmMEO''get_ServiceLocator_DgQmMEOService'false],
  17592.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController:__invoke' => ['privates''.service_locator.CaNV.uY''get_ServiceLocator_CaNV_UYService'false],
  17593.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController' => ['privates''.service_locator.CaNV.uY''get_ServiceLocator_CaNV_UYService'false],
  17594.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController:__invoke' => ['privates''.service_locator.n0PRmXS''get_ServiceLocator_N0PRmXSService'false],
  17595.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController' => ['privates''.service_locator.n0PRmXS''get_ServiceLocator_N0PRmXSService'false],
  17596.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController:__invoke' => ['privates''.service_locator.wxP.RsM''get_ServiceLocator_WxP_RsMService'false],
  17597.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController' => ['privates''.service_locator.wxP.RsM''get_ServiceLocator_WxP_RsMService'false],
  17598.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController:__invoke' => ['privates''.service_locator.0Ccr..5''get_ServiceLocator_0Ccr__5Service'false],
  17599.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController' => ['privates''.service_locator.0Ccr..5''get_ServiceLocator_0Ccr__5Service'false],
  17600.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController:__invoke' => ['privates''.service_locator.yu8o_1d''get_ServiceLocator_Yu8o1dService'false],
  17601.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController' => ['privates''.service_locator.yu8o_1d''get_ServiceLocator_Yu8o1dService'false],
  17602.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController:__invoke' => ['privates''.service_locator.ZQCRZEb''get_ServiceLocator_ZQCRZEbService'false],
  17603.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController' => ['privates''.service_locator.ZQCRZEb''get_ServiceLocator_ZQCRZEbService'false],
  17604.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetalltypeofwork' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17605.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetcategory' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17606.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17607.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetresultestimation' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  17608.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17609.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubsection' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  17610.             'App\\Controller\\apiimmogo\\ApiAddWorkController:detailBien' => ['privates''.service_locator.EsG_0hX''get_ServiceLocator_EsG0hXService'false],
  17611.             'App\\Controller\\apiimmogo\\ApiImmogo:calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17612.             'App\\Controller\\apiimmogo\\ApiImmogo:detailbienimmogo' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  17613.             'App\\Controller\\apiimmogo\\ApiImmogo:getDataForCalcul' => ['privates''.service_locator.3tFXANU''get_ServiceLocator_3tFXANUService'false],
  17614.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17615.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  17616.             'App\\Controller\\apiimmogo\\ApiImmogo:immogolistThepropertyPerUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17617.             'App\\Controller\\apiimmogo\\ApiImmogo:infosbiencalcul' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17618.             'App\\Controller\\apiimmogo\\ApiImmogo:listFavorisByUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17619.             'App\\Controller\\apiimmogo\\ApiImmogo:rechercheimmogo' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17620.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToCredit' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  17621.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToEngie' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  17622.             'App\\Controller\\apiimmogo\\ApiImmogo:voirdetailbiencalcul' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  17623.             'App\\Service\\Api\\ProviderSolarGreenCertificateService:list' => ['privates''.service_locator.eTKuJSU''get_ServiceLocator_ETKuJSUService'false],
  17624.             'App\\Service\\Api\\ProviderSolarOrganizationService:add' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  17625.             'App\\Service\\Api\\ProviderSolarOrganizationService:list' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  17626.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:add' => ['privates''.service_locator.YjIwi02''get_ServiceLocator_YjIwi02Service'false],
  17627.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:sendingSummaryFile' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  17628.             'App\\Service\\DompdfService:createPdfDispense' => ['privates''.service_locator._H29xsa''get_ServiceLocator_H29xsaService'false],
  17629.             'App\\Service\\DompdfService:createPdfEnergy' => ['privates''.service_locator.HRgCRFj''get_ServiceLocator_HRgCRFjService'false],
  17630.             'App\\Service\\DompdfService:createPdfEnvironmentForm' => ['privates''.service_locator.OC.D7cY''get_ServiceLocator_OC_D7cYService'false],
  17631.             'App\\Service\\DompdfService:createPdfMaifSummary' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  17632.             'App\\Service\\DompdfService:createPdfPlp' => ['privates''.service_locator.POCpODg''get_ServiceLocator_POCpODgService'false],
  17633.             'App\\Service\\DompdfService:createPdfSolarCadastre' => ['privates''.service_locator.8FMg.K_''get_ServiceLocator_8FMg_KService'false],
  17634.             'App\\Service\\DompdfService:createPdfSolarVoltaic' => ['privates''.service_locator.nDQTbMz''get_ServiceLocator_NDQTbMzService'false],
  17635.             'App\\Service\\DompdfService:createPdfVoirie' => ['privates''.service_locator.kJ7g21u''get_ServiceLocator_KJ7g21uService'false],
  17636.             'App\\Service\\DompdfService:createUrbanismPermit' => ['privates''.service_locator.eqOSfS3''get_ServiceLocator_EqOSfS3Service'false],
  17637.             'App\\Service\\Immogo\\ImmogoService:transformrecherche' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  17638.             'App\\Service\\PretService:getResults' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  17639.             'App\\Service\\SendMail\\SendmailService:sendMailAddChat' => ['privates''.service_locator.rhFGw9S''get_ServiceLocator_RhFGw9SService'false],
  17640.             'App\\Service\\SendMail\\SendmailService:sendMailCheckWorkFinish' => ['privates''.service_locator.8z.wTr5''get_ServiceLocator_8z_WTr5Service'false],
  17641.             'App\\Service\\SendMail\\SendmailService:sendMailForContactSeller' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  17642.             'App\\Service\\Webhook\\Traitement:addUserPermission' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  17643.             'App\\Service\\Webhook\\Traitement:sendMailInvoiceSuccessToClient' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  17644.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  17645.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  17646.         ], [
  17647.             'App\\Controller\\Authentication\\AuthenticationController::createToken' => '?',
  17648.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController::retrieve' => '?',
  17649.             'App\\Controller\\PersonnelAuthenticatorController::login' => '?',
  17650.             'App\\Controller\\YousignWebhookController::handleWebhook' => '?',
  17651.             'App\\Controller\\admin\\AbstractCsvController::engie' => '?',
  17652.             'App\\Controller\\admin\\AnnoncementController::createDemenagement' => '?',
  17653.             'App\\Controller\\admin\\AnnoncementController::createObjets' => '?',
  17654.             'App\\Controller\\admin\\ArchitectArtWorkController::index' => '?',
  17655.             'App\\Controller\\admin\\AreaCsvController::area_csv_delete' => '?',
  17656.             'App\\Controller\\admin\\AreaCsvController::area_csv_new' => '?',
  17657.             'App\\Controller\\admin\\BankController::deletesimulation' => '?',
  17658.             'App\\Controller\\admin\\BankController::editbank' => '?',
  17659.             'App\\Controller\\admin\\BankController::editsimulation' => '?',
  17660.             'App\\Controller\\admin\\BrugisCsvController::deleteCsv' => '?',
  17661.             'App\\Controller\\admin\\BrugisCsvController::index' => '?',
  17662.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::delete' => '?',
  17663.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::index' => '?',
  17664.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::new' => '?',
  17665.             'App\\Controller\\admin\\CityController::create' => '?',
  17666.             'App\\Controller\\admin\\CityController::edit' => '?',
  17667.             'App\\Controller\\admin\\ClientsController::disableAccount' => '?',
  17668.             'App\\Controller\\admin\\ClientsController::edit' => '?',
  17669.             'App\\Controller\\admin\\ClientsController::editclientpro' => '?',
  17670.             'App\\Controller\\admin\\ClientsController::editprestataire' => '?',
  17671.             'App\\Controller\\admin\\ClientsController::index' => '?',
  17672.             'App\\Controller\\admin\\ClientsController::new' => '?',
  17673.             'App\\Controller\\admin\\ClientsController::newclientspro' => '?',
  17674.             'App\\Controller\\admin\\ClientsController::newprestataire' => '?',
  17675.             'App\\Controller\\admin\\ClientsController::sendmailnouvclient' => '?',
  17676.             'App\\Controller\\admin\\ContactsellerController::delete' => '?',
  17677.             'App\\Controller\\admin\\CountryController::edit' => '?',
  17678.             'App\\Controller\\admin\\DVFController::deleteCsv' => '?',
  17679.             'App\\Controller\\admin\\DVFController::index' => '?',
  17680.             'App\\Controller\\admin\\DeedOfSaleController::deleteFile' => '?',
  17681.             'App\\Controller\\admin\\DefaultclauseController::edit' => '?',
  17682.             'App\\Controller\\admin\\DistanceController::create' => '?',
  17683.             'App\\Controller\\admin\\DocumenttypeController::create' => '?',
  17684.             'App\\Controller\\admin\\DocumenttypeController::createCategory' => '?',
  17685.             'App\\Controller\\admin\\Education\\EducationController::deleteCsv' => '?',
  17686.             'App\\Controller\\admin\\EngieCsvController::deleteCsv' => '?',
  17687.             'App\\Controller\\admin\\EngieCsvController::engie' => '?',
  17688.             'App\\Controller\\admin\\EngieCsvController::new' => '?',
  17689.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::delete' => '?',
  17690.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::index' => '?',
  17691.             'App\\Controller\\admin\\Environment\\ObligationCsvController::delete' => '?',
  17692.             'App\\Controller\\admin\\Environment\\ObligationsController::delete' => '?',
  17693.             'App\\Controller\\admin\\Environment\\ObligationsController::edit' => '?',
  17694.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController::delete' => '?',
  17695.             'App\\Controller\\admin\\ExcelFileController::delete' => '?',
  17696.             'App\\Controller\\admin\\ExcelFileController::index' => '?',
  17697.             'App\\Controller\\admin\\ExcelWorkController::delete' => '?',
  17698.             'App\\Controller\\admin\\ExcelWorkController::index' => '?',
  17699.             'App\\Controller\\admin\\ExternalAdverstisingController::index' => '?',
  17700.             'App\\Controller\\admin\\ExternalOfferController::index' => '?',
  17701.             'App\\Controller\\admin\\ExternalProviderController::index' => '?',
  17702.             'App\\Controller\\admin\\FeatureController::featurecreateandedit' => '?',
  17703.             'App\\Controller\\admin\\ImagepubController::delete' => '?',
  17704.             'App\\Controller\\admin\\ImagepubController::edit' => '?',
  17705.             'App\\Controller\\admin\\InsuranceController::index' => '?',
  17706.             'App\\Controller\\admin\\LandPropertyDestinationController::delete' => '?',
  17707.             'App\\Controller\\admin\\LocationTypeController::delete' => '?',
  17708.             'App\\Controller\\admin\\LocationTypeController::edit' => '?',
  17709.             'App\\Controller\\admin\\LocationTypeController::index' => '?',
  17710.             'App\\Controller\\admin\\LocationTypeController::new' => '?',
  17711.             'App\\Controller\\admin\\MunicipalityController::edit' => '?',
  17712.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController::edit' => '?',
  17713.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::EditPromo' => '?',
  17714.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::addPromo' => '?',
  17715.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::delete' => '?',
  17716.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::edit' => '?',
  17717.             'App\\Controller\\admin\\NewProjectImmoCsvController::deleteCsv' => '?',
  17718.             'App\\Controller\\admin\\NewProjectImmoCsvController::index' => '?',
  17719.             'App\\Controller\\admin\\NotaryController::addNotaryFiles' => '?',
  17720.             'App\\Controller\\admin\\NotaryController::delete' => '?',
  17721.             'App\\Controller\\admin\\NotaryController::deleteCsv' => '?',
  17722.             'App\\Controller\\admin\\NotaryController::edit' => '?',
  17723.             'App\\Controller\\admin\\NotaryController::new' => '?',
  17724.             'App\\Controller\\admin\\OccupationPeriodFileController::deleteCsv' => '?',
  17725.             'App\\Controller\\admin\\OccupationPeriodFileController::index' => '?',
  17726.             'App\\Controller\\admin\\OccupieEstimationController::deleteCsv' => '?',
  17727.             'App\\Controller\\admin\\OfferController::edit' => '?',
  17728.             'App\\Controller\\admin\\OptionController::optionCreate' => '?',
  17729.             'App\\Controller\\admin\\ParametreController::delete' => '?',
  17730.             'App\\Controller\\admin\\ParametreController::edit' => '?',
  17731.             'App\\Controller\\admin\\PebIntegrationController::edit' => '?',
  17732.             'App\\Controller\\admin\\PersonnelController::edit' => '?',
  17733.             'App\\Controller\\admin\\PersonnelController::editmonprofil' => '?',
  17734.             'App\\Controller\\admin\\PersonnelController::index' => '?',
  17735.             'App\\Controller\\admin\\PersonnelController::new' => '?',
  17736.             'App\\Controller\\admin\\PersonnelController::sendmailnouvuser' => '?',
  17737.             'App\\Controller\\admin\\PersonnelController::updateAccountStatus' => '?',
  17738.             'App\\Controller\\admin\\Plan\\PlanController::delete' => '?',
  17739.             'App\\Controller\\admin\\Plan\\PlanController::edit' => '?',
  17740.             'App\\Controller\\admin\\Plan\\PlanController::index' => '?',
  17741.             'App\\Controller\\admin\\PpasAffectationCsvController::deleteCsv' => '?',
  17742.             'App\\Controller\\admin\\PpasAffectationCsvController::index' => '?',
  17743.             'App\\Controller\\admin\\PpasCsvController::deleteCsv' => '?',
  17744.             'App\\Controller\\admin\\PpasCsvController::index' => '?',
  17745.             'App\\Controller\\admin\\PrasAffectationConditionController::delete' => '?',
  17746.             'App\\Controller\\admin\\PrasAffectationConditionController::list' => '?',
  17747.             'App\\Controller\\admin\\PrasAffectationController::delete' => '?',
  17748.             'App\\Controller\\admin\\PrasAffectationController::list' => '?',
  17749.             'App\\Controller\\admin\\PrasCsvController::deleteCsv' => '?',
  17750.             'App\\Controller\\admin\\PrasCsvController::index' => '?',
  17751.             'App\\Controller\\admin\\PrasZoneController::delete' => '?',
  17752.             'App\\Controller\\admin\\PrasZoneController::list' => '?',
  17753.             'App\\Controller\\admin\\Prime\\PrimeController::delete' => '?',
  17754.             'App\\Controller\\admin\\Prime\\PrimeController::edit' => '?',
  17755.             'App\\Controller\\admin\\Prime\\PrimeCsvController::delete' => '?',
  17756.             'App\\Controller\\admin\\Prime\\ProcedureController::delete' => '?',
  17757.             'App\\Controller\\admin\\Prime\\ProcedureController::deleteField' => '?',
  17758.             'App\\Controller\\admin\\Prime\\ProcedureController::edit' => '?',
  17759.             'App\\Controller\\admin\\Prime\\ProcedureController::editField' => '?',
  17760.             'App\\Controller\\admin\\Prime\\ProcedureController::fields' => '?',
  17761.             'App\\Controller\\admin\\Prime\\ProcedureController::list' => '?',
  17762.             'App\\Controller\\admin\\Prime\\ProcedureController::new' => '?',
  17763.             'App\\Controller\\admin\\PropertyTypeController::edit' => '?',
  17764.             'App\\Controller\\admin\\ProviderInverterController::deleteCsv' => '?',
  17765.             'App\\Controller\\admin\\ProviderSocietyController::delete' => '?',
  17766.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::deleteCsv' => '?',
  17767.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::index' => '?',
  17768.             'App\\Controller\\admin\\PurchasePartnerRequestController::edit' => '?',
  17769.             'App\\Controller\\admin\\RegionController::edit' => '?',
  17770.             'App\\Controller\\admin\\RentalController::deleteModelOfContract' => '?',
  17771.             'App\\Controller\\admin\\RentalController::editModelOfContract' => '?',
  17772.             'App\\Controller\\admin\\RentestimationController::delete' => '?',
  17773.             'App\\Controller\\admin\\RentestimationController::editbank' => '?',
  17774.             'App\\Controller\\admin\\RoofController::delete' => '?',
  17775.             'App\\Controller\\admin\\RoofController::edit' => '?',
  17776.             'App\\Controller\\admin\\RoofController::index' => '?',
  17777.             'App\\Controller\\admin\\RoofController::new' => '?',
  17778.             'App\\Controller\\admin\\RoofController::show' => '?',
  17779.             'App\\Controller\\admin\\SalesAgreementController::deleteFile' => '?',
  17780.             'App\\Controller\\admin\\SizeController::create' => '?',
  17781.             'App\\Controller\\admin\\SubjectController::create' => '?',
  17782.             'App\\Controller\\admin\\SubscriptionProductController::createStripePlanForProduct' => '?',
  17783.             'App\\Controller\\admin\\SubscriptionProductController::delete' => '?',
  17784.             'App\\Controller\\admin\\SubscriptionProductController::edit' => '?',
  17785.             'App\\Controller\\admin\\SubscriptionProductController::getProductActiveOrderByLevel' => '?',
  17786.             'App\\Controller\\admin\\SubscriptionProductController::index' => '?',
  17787.             'App\\Controller\\admin\\SubscriptionProductController::produit_edit_permission' => '?',
  17788.             'App\\Controller\\admin\\SubscriptionProductController::produit_validate_permission' => '?',
  17789.             'App\\Controller\\admin\\SubscriptionProductController::show' => '?',
  17790.             'App\\Controller\\admin\\SubscriptionProductController::verifyStripeProduct' => '?',
  17791.             'App\\Controller\\admin\\SubscriptionProductServiceController::delete' => '?',
  17792.             'App\\Controller\\admin\\SubscriptionProductServiceController::edit' => '?',
  17793.             'App\\Controller\\admin\\SubscriptionProductServiceController::index' => '?',
  17794.             'App\\Controller\\admin\\SubscriptionProductServiceController::new' => '?',
  17795.             'App\\Controller\\admin\\SubscriptionProductServiceController::show' => '?',
  17796.             'App\\Controller\\admin\\SuperficieController::create' => '?',
  17797.             'App\\Controller\\admin\\SupplierController::edit' => '?',
  17798.             'App\\Controller\\admin\\TableaudebordController::index' => '?',
  17799.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::index' => '?',
  17800.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::markAsDelivered' => '?',
  17801.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::show' => '?',
  17802.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::disableOrEnableProperty' => '?',
  17803.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::edit' => '?',
  17804.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImage' => '?',
  17805.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImageDoc' => '?',
  17806.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::list' => '?',
  17807.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::listevrdvbien' => '?',
  17808.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::new' => '?',
  17809.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::propertyOfClient' => '?',
  17810.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::sendmailtoclientifchangestatus' => '?',
  17811.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::delete' => '?',
  17812.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::edit' => '?',
  17813.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::index' => '?',
  17814.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::new' => '?',
  17815.             'App\\Controller\\admin\\ThepropertyProviderController::delete' => '?',
  17816.             'App\\Controller\\admin\\UploadCsvController::deleteCsv' => '?',
  17817.             'App\\Controller\\admin\\VoirieController::engie' => '?',
  17818.             'App\\Controller\\admin\\VoirieController::index' => '?',
  17819.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::deleteCsv' => '?',
  17820.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::index' => '?',
  17821.             'App\\Controller\\admin\\WorkController::workcostdelete' => '?',
  17822.             'App\\Controller\\admin\\WorkController::workcostedit' => '?',
  17823.             'App\\Controller\\ajax\\MunicipalityAjaxController::list' => '?',
  17824.             'App\\Controller\\api\\CadastreController::cadastreByCoordinate' => '?',
  17825.             'App\\Controller\\api\\CallMicroserviceController::__invoke' => '?',
  17826.             'App\\Controller\\api\\Chat\\ConversationApiController::__invoke' => '?',
  17827.             'App\\Controller\\api\\Chat\\ConversationApiController::deleteAction' => '?',
  17828.             'App\\Controller\\api\\Chat\\ConversationApiController::getOneConversation' => '?',
  17829.             'App\\Controller\\api\\Chat\\ConversationApiController::postAction' => '?',
  17830.             'App\\Controller\\api\\Chat\\ConversationApiController::view' => '?',
  17831.             'App\\Controller\\api\\Chat\\MessageApiController::__invoke' => '?',
  17832.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::confirmSign' => '?',
  17833.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::signClientSales' => '?',
  17834.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::uploadSalesAgreement' => '?',
  17835.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::validationSales' => '?',
  17836.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController::__invoke' => '?',
  17837.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController::__invoke' => '?',
  17838.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController::__invoke' => '?',
  17839.             'App\\Controller\\api\\CoOwnership\\VoteController::__invoke' => '?',
  17840.             'App\\Controller\\api\\Community\\ConsultationController::__invoke' => '?',
  17841.             'App\\Controller\\api\\Community\\ConsultationController::getInsidePosts' => '?',
  17842.             'App\\Controller\\api\\Community\\ConsultationController::updateUserCoordinate' => '?',
  17843.             'App\\Controller\\api\\Community\\DiversServiceController::__invoke' => '?',
  17844.             'App\\Controller\\api\\Community\\DiversServiceController::getInsidePosts' => '?',
  17845.             'App\\Controller\\api\\Community\\DiversServiceController::updateUserCoordinate' => '?',
  17846.             'App\\Controller\\api\\Community\\PostController::concludeService' => '?',
  17847.             'App\\Controller\\api\\Community\\PostController::sendPlp' => '?',
  17848.             'App\\Controller\\api\\Community\\SignalController::__invoke' => '?',
  17849.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController::add' => '?',
  17850.             'App\\Controller\\api\\DeletionController::deleteResource' => '?',
  17851.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController::__invoke' => '?',
  17852.             'App\\Controller\\api\\Environment\\FilteredObligationsController::__invoke' => '?',
  17853.             'App\\Controller\\api\\Environment\\ModifyInstallation::__invoke' => '?',
  17854.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction::__invoke' => '?',
  17855.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController::__invoke' => '?',
  17856.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController::createSolicitation' => '?',
  17857.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction::__invoke' => '?',
  17858.             'App\\Controller\\api\\Inventory\\InventoryController::signInventory' => '?',
  17859.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController::__invoke' => '?',
  17860.             'App\\Controller\\api\\Notification\\IndexController::__invoke' => '?',
  17861.             'App\\Controller\\api\\Notification\\PostController::__invoke' => '?',
  17862.             'App\\Controller\\api\\Notification\\UpdateLastNotification::__invoke' => '?',
  17863.             'App\\Controller\\api\\Notification\\ViewController::__invoke' => '?',
  17864.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController::__invoke' => '?',
  17865.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::__invoke' => '?',
  17866.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::listOfferSentByProperty' => '?',
  17867.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController::__invoke' => '?',
  17868.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController::__invoke' => '?',
  17869.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController::__invoke' => '?',
  17870.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerProperty' => '?',
  17871.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerUser' => '?',
  17872.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::signOfferLease' => '?',
  17873.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::validate' => '?',
  17874.             'App\\Controller\\api\\Offer\\OfferController::allNotary' => '?',
  17875.             'App\\Controller\\api\\Offer\\OfferController::checkUserAbilityToMakeOffer' => '?',
  17876.             'App\\Controller\\api\\Offer\\OfferController::make' => '?',
  17877.             'App\\Controller\\api\\Offer\\OfferController::saveCorrection' => '?',
  17878.             'App\\Controller\\api\\Offer\\OfferController::sign' => '?',
  17879.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToNotary' => '?',
  17880.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToOwner' => '?',
  17881.             'App\\Controller\\api\\Offer\\ValidateOfferController::refusedOfferSignSimple' => '?',
  17882.             'App\\Controller\\api\\Offer\\ValidateOfferController::transmitToNotary' => '?',
  17883.             'App\\Controller\\api\\PermitPropertyProcedureController::updateProcedureBruxelle' => '?',
  17884.             'App\\Controller\\api\\PlanController::changePlan' => '?',
  17885.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::calculPrecountBruxelleAndFlandre' => '?',
  17886.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::getPrecountValues' => '?',
  17887.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::calculPrecountWallonnie' => '?',
  17888.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::getPrecountValuesWallonie' => '?',
  17889.             'App\\Controller\\api\\Prime\\AmountCalculation::__invoke' => '?',
  17890.             'App\\Controller\\api\\Prime\\GetAllProcess::__invoke' => '?',
  17891.             'App\\Controller\\api\\Prime\\ProcessController::__invoke' => '?',
  17892.             'App\\Controller\\api\\Prime\\SearchController::__invoke' => '?',
  17893.             'App\\Controller\\api\\Prime\\WorkController::subsection' => '?',
  17894.             'App\\Controller\\api\\Prime\\WorkController::typeofwork' => '?',
  17895.             'App\\Controller\\api\\PurchaseController::detail' => '?',
  17896.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate::__invoke' => '?',
  17897.             'App\\Controller\\api\\RentalController::accept' => '?',
  17898.             'App\\Controller\\api\\RentalController::getAvailableRentalDurationsAndTypes' => '?',
  17899.             'App\\Controller\\api\\RentalController::getComments' => '?',
  17900.             'App\\Controller\\api\\RentalController::getProperties' => '?',
  17901.             'App\\Controller\\api\\RentalController::postContract' => '?',
  17902.             'App\\Controller\\api\\RentalController::refuse' => '?',
  17903.             'App\\Controller\\api\\RentalController::replyToComment' => '?',
  17904.             'App\\Controller\\api\\RentalController::uploadContract' => '?',
  17905.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController::__invoke' => '?',
  17906.             'App\\Controller\\api\\RentalManagement\\PostLeaveController::__invoke' => '?',
  17907.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController::__invoke' => '?',
  17908.             'App\\Controller\\api\\Security\\DeclarationDateController::__invoke' => '?',
  17909.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer::getByTheProperty' => '?',
  17910.             'App\\Controller\\api\\SendEmailController::sendEmailToBuildingManager' => '?',
  17911.             'App\\Controller\\api\\SendEmailController::sendEmailToMunicipalAdministration' => '?',
  17912.             'App\\Controller\\api\\ServicePromo\\ListController::listObtained' => '?',
  17913.             'App\\Controller\\api\\ServicePromo\\ListController::listOffered' => '?',
  17914.             'App\\Controller\\api\\SimulationController::simulateBuy' => '?',
  17915.             'App\\Controller\\api\\SimulationController::simulateBuyGround' => '?',
  17916.             'App\\Controller\\api\\SyndicChatApiController::__invoke' => '?',
  17917.             'App\\Controller\\api\\TheProperty\\ContractController::getUploaded' => '?',
  17918.             'App\\Controller\\api\\TheProperty\\ContractController::upload' => '?',
  17919.             'App\\Controller\\api\\TheProperty\\DeleteController::__invoke' => '?',
  17920.             'App\\Controller\\api\\TheProperty\\DetailController::findFavoritePropertiesByUser' => '?',
  17921.             'App\\Controller\\api\\TheProperty\\DetailController::getEventsByProperty' => '?',
  17922.             'App\\Controller\\api\\TheProperty\\DetailController::propertySimilar' => '?',
  17923.             'App\\Controller\\api\\TheProperty\\DocumentRequestController::__invoke' => '?',
  17924.             'App\\Controller\\api\\TheProperty\\ListController::detailsOfThePropertyHavingRelooking' => '?',
  17925.             'App\\Controller\\api\\TheProperty\\LocalityController::municipalityByZipCode' => '?',
  17926.             'App\\Controller\\api\\TheProperty\\OptionController::__invoke' => '?',
  17927.             'App\\Controller\\api\\TheProperty\\OptionController::features' => '?',
  17928.             'App\\Controller\\api\\TheProperty\\PropertyAdController::__invoke' => '?',
  17929.             'App\\Controller\\api\\TheProperty\\PropertyTypeController::__invoke' => '?',
  17930.             'App\\Controller\\api\\TheProperty\\SearchController::exchangeListInMap' => '?',
  17931.             'App\\Controller\\api\\TheProperty\\SearchController::index' => '?',
  17932.             'App\\Controller\\api\\TheProperty\\SessionController::__invoke' => '?',
  17933.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController::__invoke' => '?',
  17934.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController::__invoke' => '?',
  17935.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::list' => '?',
  17936.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::listAll' => '?',
  17937.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::update' => '?',
  17938.             'App\\Controller\\api\\TheProperty\\VisitController::addVisitSchedule' => '?',
  17939.             'App\\Controller\\api\\TheProperty\\VisitController::removeVisitSchedule' => '?',
  17940.             'App\\Controller\\api\\TheService\\AddController::__invoke' => '?',
  17941.             'App\\Controller\\api\\TheService\\CategoryController::__invoke' => '?',
  17942.             'App\\Controller\\api\\TheService\\ListController::listMine' => '?',
  17943.             'App\\Controller\\api\\TheService\\UpdateController::__invoke' => '?',
  17944.             'App\\Controller\\api\\ThreeD\\T3dDemandsController::validateDemand' => '?',
  17945.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController::__invoke' => '?',
  17946.             'App\\Controller\\api\\UserServicePromo\\ConsumeController::__invoke' => '?',
  17947.             'App\\Controller\\api\\User\\ArtistDetailController::__invoke' => '?',
  17948.             'App\\Controller\\api\\User\\CertificatorController::findAroundGeoCoordinate' => '?',
  17949.             'App\\Controller\\api\\User\\DeviceTokenController::__invoke' => '?',
  17950.             'App\\Controller\\api\\User\\EditProfileController::__invoke' => '?',
  17951.             'App\\Controller\\api\\User\\ListEmailController::__invoke' => '?',
  17952.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController::searchMovingCompanyAndSendInvitation' => '?',
  17953.             'App\\Controller\\api\\User\\SearchController::__invoke' => '?',
  17954.             'App\\Controller\\api\\User\\SearchController::searchImoAgentProximity' => '?',
  17955.             'App\\Controller\\api\\User\\SearchController::searchMovingCompany' => '?',
  17956.             'App\\Controller\\api\\User\\SendMailSociety::index' => '?',
  17957.             'App\\Controller\\api\\User\\UserController::checkAuthorizationForFiguration' => '?',
  17958.             'App\\Controller\\api\\User\\UserController::detailUser' => '?',
  17959.             'App\\Controller\\api\\User\\UserController::getUserBySpeciality' => '?',
  17960.             'App\\Controller\\api\\User\\UserPublicInfo::__invoke' => '?',
  17961.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController::__invoke' => '?',
  17962.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController::__invoke' => '?',
  17963.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController::__invoke' => '?',
  17964.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController::__invoke' => '?',
  17965.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController::__invoke' => '?',
  17966.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController::__invoke' => '?',
  17967.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController::__invoke' => '?',
  17968.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController::__invoke' => '?',
  17969.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController::__invoke' => '?',
  17970.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetalltypeofwork' => '?',
  17971.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetcategory' => '?',
  17972.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetmodel' => '?',
  17973.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetresultestimation' => '?',
  17974.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubmodel' => '?',
  17975.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubsection' => '?',
  17976.             'App\\Controller\\apiimmogo\\ApiAddWorkController::detailBien' => '?',
  17977.             'App\\Controller\\apiimmogo\\ApiImmogo::calculPrecountWallonnie' => '?',
  17978.             'App\\Controller\\apiimmogo\\ApiImmogo::detailbienimmogo' => '?',
  17979.             'App\\Controller\\apiimmogo\\ApiImmogo::getDataForCalcul' => '?',
  17980.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValues' => '?',
  17981.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValuesWallonie' => '?',
  17982.             'App\\Controller\\apiimmogo\\ApiImmogo::immogolistThepropertyPerUser' => '?',
  17983.             'App\\Controller\\apiimmogo\\ApiImmogo::infosbiencalcul' => '?',
  17984.             'App\\Controller\\apiimmogo\\ApiImmogo::listFavorisByUser' => '?',
  17985.             'App\\Controller\\apiimmogo\\ApiImmogo::rechercheimmogo' => '?',
  17986.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToCredit' => '?',
  17987.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToEngie' => '?',
  17988.             'App\\Controller\\apiimmogo\\ApiImmogo::voirdetailbiencalcul' => '?',
  17989.             'App\\Service\\Api\\ProviderSolarGreenCertificateService::list' => '?',
  17990.             'App\\Service\\Api\\ProviderSolarOrganizationService::add' => '?',
  17991.             'App\\Service\\Api\\ProviderSolarOrganizationService::list' => '?',
  17992.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::add' => '?',
  17993.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::sendingSummaryFile' => '?',
  17994.             'App\\Service\\DompdfService::createPdfDispense' => '?',
  17995.             'App\\Service\\DompdfService::createPdfEnergy' => '?',
  17996.             'App\\Service\\DompdfService::createPdfEnvironmentForm' => '?',
  17997.             'App\\Service\\DompdfService::createPdfMaifSummary' => '?',
  17998.             'App\\Service\\DompdfService::createPdfPlp' => '?',
  17999.             'App\\Service\\DompdfService::createPdfSolarCadastre' => '?',
  18000.             'App\\Service\\DompdfService::createPdfSolarVoltaic' => '?',
  18001.             'App\\Service\\DompdfService::createPdfVoirie' => '?',
  18002.             'App\\Service\\DompdfService::createUrbanismPermit' => '?',
  18003.             'App\\Service\\Immogo\\ImmogoService::transformrecherche' => '?',
  18004.             'App\\Service\\PretService::getResults' => '?',
  18005.             'App\\Service\\SendMail\\SendmailService::sendMailAddChat' => '?',
  18006.             'App\\Service\\SendMail\\SendmailService::sendMailCheckWorkFinish' => '?',
  18007.             'App\\Service\\SendMail\\SendmailService::sendMailForContactSeller' => '?',
  18008.             'App\\Service\\Webhook\\Traitement::addUserPermission' => '?',
  18009.             'App\\Service\\Webhook\\Traitement::sendMailInvoiceSuccessToClient' => '?',
  18010.             'kernel::loadRoutes' => '?',
  18011.             'kernel::registerContainerConfiguration' => '?',
  18012.             'App\\Controller\\Authentication\\AuthenticationController:createToken' => '?',
  18013.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController:retrieve' => '?',
  18014.             'App\\Controller\\PersonnelAuthenticatorController:login' => '?',
  18015.             'App\\Controller\\YousignWebhookController:handleWebhook' => '?',
  18016.             'App\\Controller\\admin\\AbstractCsvController:engie' => '?',
  18017.             'App\\Controller\\admin\\AnnoncementController:createDemenagement' => '?',
  18018.             'App\\Controller\\admin\\AnnoncementController:createObjets' => '?',
  18019.             'App\\Controller\\admin\\ArchitectArtWorkController:index' => '?',
  18020.             'App\\Controller\\admin\\AreaCsvController:area_csv_delete' => '?',
  18021.             'App\\Controller\\admin\\AreaCsvController:area_csv_new' => '?',
  18022.             'App\\Controller\\admin\\BankController:deletesimulation' => '?',
  18023.             'App\\Controller\\admin\\BankController:editbank' => '?',
  18024.             'App\\Controller\\admin\\BankController:editsimulation' => '?',
  18025.             'App\\Controller\\admin\\BrugisCsvController:deleteCsv' => '?',
  18026.             'App\\Controller\\admin\\BrugisCsvController:index' => '?',
  18027.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:delete' => '?',
  18028.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:index' => '?',
  18029.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:new' => '?',
  18030.             'App\\Controller\\admin\\CityController:create' => '?',
  18031.             'App\\Controller\\admin\\CityController:edit' => '?',
  18032.             'App\\Controller\\admin\\ClientsController:disableAccount' => '?',
  18033.             'App\\Controller\\admin\\ClientsController:edit' => '?',
  18034.             'App\\Controller\\admin\\ClientsController:editclientpro' => '?',
  18035.             'App\\Controller\\admin\\ClientsController:editprestataire' => '?',
  18036.             'App\\Controller\\admin\\ClientsController:index' => '?',
  18037.             'App\\Controller\\admin\\ClientsController:new' => '?',
  18038.             'App\\Controller\\admin\\ClientsController:newclientspro' => '?',
  18039.             'App\\Controller\\admin\\ClientsController:newprestataire' => '?',
  18040.             'App\\Controller\\admin\\ClientsController:sendmailnouvclient' => '?',
  18041.             'App\\Controller\\admin\\ContactsellerController:delete' => '?',
  18042.             'App\\Controller\\admin\\CountryController:edit' => '?',
  18043.             'App\\Controller\\admin\\DVFController:deleteCsv' => '?',
  18044.             'App\\Controller\\admin\\DVFController:index' => '?',
  18045.             'App\\Controller\\admin\\DeedOfSaleController:deleteFile' => '?',
  18046.             'App\\Controller\\admin\\DefaultclauseController:edit' => '?',
  18047.             'App\\Controller\\admin\\DistanceController:create' => '?',
  18048.             'App\\Controller\\admin\\DocumenttypeController:create' => '?',
  18049.             'App\\Controller\\admin\\DocumenttypeController:createCategory' => '?',
  18050.             'App\\Controller\\admin\\Education\\EducationController:deleteCsv' => '?',
  18051.             'App\\Controller\\admin\\EngieCsvController:deleteCsv' => '?',
  18052.             'App\\Controller\\admin\\EngieCsvController:engie' => '?',
  18053.             'App\\Controller\\admin\\EngieCsvController:new' => '?',
  18054.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:delete' => '?',
  18055.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:index' => '?',
  18056.             'App\\Controller\\admin\\Environment\\ObligationCsvController:delete' => '?',
  18057.             'App\\Controller\\admin\\Environment\\ObligationsController:delete' => '?',
  18058.             'App\\Controller\\admin\\Environment\\ObligationsController:edit' => '?',
  18059.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController:delete' => '?',
  18060.             'App\\Controller\\admin\\ExcelFileController:delete' => '?',
  18061.             'App\\Controller\\admin\\ExcelFileController:index' => '?',
  18062.             'App\\Controller\\admin\\ExcelWorkController:delete' => '?',
  18063.             'App\\Controller\\admin\\ExcelWorkController:index' => '?',
  18064.             'App\\Controller\\admin\\ExternalAdverstisingController:index' => '?',
  18065.             'App\\Controller\\admin\\ExternalOfferController:index' => '?',
  18066.             'App\\Controller\\admin\\ExternalProviderController:index' => '?',
  18067.             'App\\Controller\\admin\\FeatureController:featurecreateandedit' => '?',
  18068.             'App\\Controller\\admin\\ImagepubController:delete' => '?',
  18069.             'App\\Controller\\admin\\ImagepubController:edit' => '?',
  18070.             'App\\Controller\\admin\\InsuranceController:index' => '?',
  18071.             'App\\Controller\\admin\\LandPropertyDestinationController:delete' => '?',
  18072.             'App\\Controller\\admin\\LocationTypeController:delete' => '?',
  18073.             'App\\Controller\\admin\\LocationTypeController:edit' => '?',
  18074.             'App\\Controller\\admin\\LocationTypeController:index' => '?',
  18075.             'App\\Controller\\admin\\LocationTypeController:new' => '?',
  18076.             'App\\Controller\\admin\\MunicipalityController:edit' => '?',
  18077.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController:edit' => '?',
  18078.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:EditPromo' => '?',
  18079.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:addPromo' => '?',
  18080.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:delete' => '?',
  18081.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:edit' => '?',
  18082.             'App\\Controller\\admin\\NewProjectImmoCsvController:deleteCsv' => '?',
  18083.             'App\\Controller\\admin\\NewProjectImmoCsvController:index' => '?',
  18084.             'App\\Controller\\admin\\NotaryController:addNotaryFiles' => '?',
  18085.             'App\\Controller\\admin\\NotaryController:delete' => '?',
  18086.             'App\\Controller\\admin\\NotaryController:deleteCsv' => '?',
  18087.             'App\\Controller\\admin\\NotaryController:edit' => '?',
  18088.             'App\\Controller\\admin\\NotaryController:new' => '?',
  18089.             'App\\Controller\\admin\\OccupationPeriodFileController:deleteCsv' => '?',
  18090.             'App\\Controller\\admin\\OccupationPeriodFileController:index' => '?',
  18091.             'App\\Controller\\admin\\OccupieEstimationController:deleteCsv' => '?',
  18092.             'App\\Controller\\admin\\OfferController:edit' => '?',
  18093.             'App\\Controller\\admin\\OptionController:optionCreate' => '?',
  18094.             'App\\Controller\\admin\\ParametreController:delete' => '?',
  18095.             'App\\Controller\\admin\\ParametreController:edit' => '?',
  18096.             'App\\Controller\\admin\\PebIntegrationController:edit' => '?',
  18097.             'App\\Controller\\admin\\PersonnelController:edit' => '?',
  18098.             'App\\Controller\\admin\\PersonnelController:editmonprofil' => '?',
  18099.             'App\\Controller\\admin\\PersonnelController:index' => '?',
  18100.             'App\\Controller\\admin\\PersonnelController:new' => '?',
  18101.             'App\\Controller\\admin\\PersonnelController:sendmailnouvuser' => '?',
  18102.             'App\\Controller\\admin\\PersonnelController:updateAccountStatus' => '?',
  18103.             'App\\Controller\\admin\\Plan\\PlanController:delete' => '?',
  18104.             'App\\Controller\\admin\\Plan\\PlanController:edit' => '?',
  18105.             'App\\Controller\\admin\\Plan\\PlanController:index' => '?',
  18106.             'App\\Controller\\admin\\PpasAffectationCsvController:deleteCsv' => '?',
  18107.             'App\\Controller\\admin\\PpasAffectationCsvController:index' => '?',
  18108.             'App\\Controller\\admin\\PpasCsvController:deleteCsv' => '?',
  18109.             'App\\Controller\\admin\\PpasCsvController:index' => '?',
  18110.             'App\\Controller\\admin\\PrasAffectationConditionController:delete' => '?',
  18111.             'App\\Controller\\admin\\PrasAffectationConditionController:list' => '?',
  18112.             'App\\Controller\\admin\\PrasAffectationController:delete' => '?',
  18113.             'App\\Controller\\admin\\PrasAffectationController:list' => '?',
  18114.             'App\\Controller\\admin\\PrasCsvController:deleteCsv' => '?',
  18115.             'App\\Controller\\admin\\PrasCsvController:index' => '?',
  18116.             'App\\Controller\\admin\\PrasZoneController:delete' => '?',
  18117.             'App\\Controller\\admin\\PrasZoneController:list' => '?',
  18118.             'App\\Controller\\admin\\Prime\\PrimeController:delete' => '?',
  18119.             'App\\Controller\\admin\\Prime\\PrimeController:edit' => '?',
  18120.             'App\\Controller\\admin\\Prime\\PrimeCsvController:delete' => '?',
  18121.             'App\\Controller\\admin\\Prime\\ProcedureController:delete' => '?',
  18122.             'App\\Controller\\admin\\Prime\\ProcedureController:deleteField' => '?',
  18123.             'App\\Controller\\admin\\Prime\\ProcedureController:edit' => '?',
  18124.             'App\\Controller\\admin\\Prime\\ProcedureController:editField' => '?',
  18125.             'App\\Controller\\admin\\Prime\\ProcedureController:fields' => '?',
  18126.             'App\\Controller\\admin\\Prime\\ProcedureController:list' => '?',
  18127.             'App\\Controller\\admin\\Prime\\ProcedureController:new' => '?',
  18128.             'App\\Controller\\admin\\PropertyTypeController:edit' => '?',
  18129.             'App\\Controller\\admin\\ProviderInverterController:deleteCsv' => '?',
  18130.             'App\\Controller\\admin\\ProviderSocietyController:delete' => '?',
  18131.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:deleteCsv' => '?',
  18132.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:index' => '?',
  18133.             'App\\Controller\\admin\\PurchasePartnerRequestController:edit' => '?',
  18134.             'App\\Controller\\admin\\RegionController:edit' => '?',
  18135.             'App\\Controller\\admin\\RentalController:deleteModelOfContract' => '?',
  18136.             'App\\Controller\\admin\\RentalController:editModelOfContract' => '?',
  18137.             'App\\Controller\\admin\\RentestimationController:delete' => '?',
  18138.             'App\\Controller\\admin\\RentestimationController:editbank' => '?',
  18139.             'App\\Controller\\admin\\RoofController:delete' => '?',
  18140.             'App\\Controller\\admin\\RoofController:edit' => '?',
  18141.             'App\\Controller\\admin\\RoofController:index' => '?',
  18142.             'App\\Controller\\admin\\RoofController:new' => '?',
  18143.             'App\\Controller\\admin\\RoofController:show' => '?',
  18144.             'App\\Controller\\admin\\SalesAgreementController:deleteFile' => '?',
  18145.             'App\\Controller\\admin\\SizeController:create' => '?',
  18146.             'App\\Controller\\admin\\SubjectController:create' => '?',
  18147.             'App\\Controller\\admin\\SubscriptionProductController:createStripePlanForProduct' => '?',
  18148.             'App\\Controller\\admin\\SubscriptionProductController:delete' => '?',
  18149.             'App\\Controller\\admin\\SubscriptionProductController:edit' => '?',
  18150.             'App\\Controller\\admin\\SubscriptionProductController:getProductActiveOrderByLevel' => '?',
  18151.             'App\\Controller\\admin\\SubscriptionProductController:index' => '?',
  18152.             'App\\Controller\\admin\\SubscriptionProductController:produit_edit_permission' => '?',
  18153.             'App\\Controller\\admin\\SubscriptionProductController:produit_validate_permission' => '?',
  18154.             'App\\Controller\\admin\\SubscriptionProductController:show' => '?',
  18155.             'App\\Controller\\admin\\SubscriptionProductController:verifyStripeProduct' => '?',
  18156.             'App\\Controller\\admin\\SubscriptionProductServiceController:delete' => '?',
  18157.             'App\\Controller\\admin\\SubscriptionProductServiceController:edit' => '?',
  18158.             'App\\Controller\\admin\\SubscriptionProductServiceController:index' => '?',
  18159.             'App\\Controller\\admin\\SubscriptionProductServiceController:new' => '?',
  18160.             'App\\Controller\\admin\\SubscriptionProductServiceController:show' => '?',
  18161.             'App\\Controller\\admin\\SuperficieController:create' => '?',
  18162.             'App\\Controller\\admin\\SupplierController:edit' => '?',
  18163.             'App\\Controller\\admin\\TableaudebordController:index' => '?',
  18164.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:index' => '?',
  18165.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:markAsDelivered' => '?',
  18166.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:show' => '?',
  18167.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:disableOrEnableProperty' => '?',
  18168.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:edit' => '?',
  18169.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImage' => '?',
  18170.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImageDoc' => '?',
  18171.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:list' => '?',
  18172.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:listevrdvbien' => '?',
  18173.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:new' => '?',
  18174.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:propertyOfClient' => '?',
  18175.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:sendmailtoclientifchangestatus' => '?',
  18176.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:delete' => '?',
  18177.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:edit' => '?',
  18178.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:index' => '?',
  18179.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:new' => '?',
  18180.             'App\\Controller\\admin\\ThepropertyProviderController:delete' => '?',
  18181.             'App\\Controller\\admin\\UploadCsvController:deleteCsv' => '?',
  18182.             'App\\Controller\\admin\\VoirieController:engie' => '?',
  18183.             'App\\Controller\\admin\\VoirieController:index' => '?',
  18184.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:deleteCsv' => '?',
  18185.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:index' => '?',
  18186.             'App\\Controller\\admin\\WorkController:workcostdelete' => '?',
  18187.             'App\\Controller\\admin\\WorkController:workcostedit' => '?',
  18188.             'App\\Controller\\ajax\\MunicipalityAjaxController:list' => '?',
  18189.             'App\\Controller\\api\\CadastreController:cadastreByCoordinate' => '?',
  18190.             'App\\Controller\\api\\CallMicroserviceController:__invoke' => '?',
  18191.             'App\\Controller\\api\\CallMicroserviceController' => '?',
  18192.             'App\\Controller\\api\\Chat\\ConversationApiController:__invoke' => '?',
  18193.             'App\\Controller\\api\\Chat\\ConversationApiController' => '?',
  18194.             'App\\Controller\\api\\Chat\\ConversationApiController:deleteAction' => '?',
  18195.             'App\\Controller\\api\\Chat\\ConversationApiController:getOneConversation' => '?',
  18196.             'App\\Controller\\api\\Chat\\ConversationApiController:postAction' => '?',
  18197.             'App\\Controller\\api\\Chat\\ConversationApiController:view' => '?',
  18198.             'App\\Controller\\api\\Chat\\MessageApiController:__invoke' => '?',
  18199.             'App\\Controller\\api\\Chat\\MessageApiController' => '?',
  18200.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:confirmSign' => '?',
  18201.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:signClientSales' => '?',
  18202.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:uploadSalesAgreement' => '?',
  18203.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:validationSales' => '?',
  18204.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController:__invoke' => '?',
  18205.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController' => '?',
  18206.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController:__invoke' => '?',
  18207.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController' => '?',
  18208.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController:__invoke' => '?',
  18209.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController' => '?',
  18210.             'App\\Controller\\api\\CoOwnership\\VoteController:__invoke' => '?',
  18211.             'App\\Controller\\api\\CoOwnership\\VoteController' => '?',
  18212.             'App\\Controller\\api\\Community\\ConsultationController:__invoke' => '?',
  18213.             'App\\Controller\\api\\Community\\ConsultationController' => '?',
  18214.             'App\\Controller\\api\\Community\\ConsultationController:getInsidePosts' => '?',
  18215.             'App\\Controller\\api\\Community\\ConsultationController:updateUserCoordinate' => '?',
  18216.             'App\\Controller\\api\\Community\\DiversServiceController:__invoke' => '?',
  18217.             'App\\Controller\\api\\Community\\DiversServiceController' => '?',
  18218.             'App\\Controller\\api\\Community\\DiversServiceController:getInsidePosts' => '?',
  18219.             'App\\Controller\\api\\Community\\DiversServiceController:updateUserCoordinate' => '?',
  18220.             'App\\Controller\\api\\Community\\PostController:concludeService' => '?',
  18221.             'App\\Controller\\api\\Community\\PostController:sendPlp' => '?',
  18222.             'App\\Controller\\api\\Community\\SignalController:__invoke' => '?',
  18223.             'App\\Controller\\api\\Community\\SignalController' => '?',
  18224.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController:add' => '?',
  18225.             'App\\Controller\\api\\DeletionController:deleteResource' => '?',
  18226.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController:__invoke' => '?',
  18227.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController' => '?',
  18228.             'App\\Controller\\api\\Environment\\FilteredObligationsController:__invoke' => '?',
  18229.             'App\\Controller\\api\\Environment\\FilteredObligationsController' => '?',
  18230.             'App\\Controller\\api\\Environment\\ModifyInstallation:__invoke' => '?',
  18231.             'App\\Controller\\api\\Environment\\ModifyInstallation' => '?',
  18232.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction:__invoke' => '?',
  18233.             'App\\Controller\\api\\ImoAgent\\ApproveSolicitationAction' => '?',
  18234.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController:__invoke' => '?',
  18235.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController' => '?',
  18236.             'App\\Controller\\api\\ImoAgent\\CreateSolicitationController:createSolicitation' => '?',
  18237.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction:__invoke' => '?',
  18238.             'App\\Controller\\api\\ImoAgent\\RefuseSolicitationAction' => '?',
  18239.             'App\\Controller\\api\\Inventory\\InventoryController:signInventory' => '?',
  18240.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController:__invoke' => '?',
  18241.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController' => '?',
  18242.             'App\\Controller\\api\\Notification\\IndexController:__invoke' => '?',
  18243.             'App\\Controller\\api\\Notification\\IndexController' => '?',
  18244.             'App\\Controller\\api\\Notification\\PostController:__invoke' => '?',
  18245.             'App\\Controller\\api\\Notification\\PostController' => '?',
  18246.             'App\\Controller\\api\\Notification\\UpdateLastNotification:__invoke' => '?',
  18247.             'App\\Controller\\api\\Notification\\UpdateLastNotification' => '?',
  18248.             'App\\Controller\\api\\Notification\\ViewController:__invoke' => '?',
  18249.             'App\\Controller\\api\\Notification\\ViewController' => '?',
  18250.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController:__invoke' => '?',
  18251.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController' => '?',
  18252.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:__invoke' => '?',
  18253.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController' => '?',
  18254.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:listOfferSentByProperty' => '?',
  18255.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController:__invoke' => '?',
  18256.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController' => '?',
  18257.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController:__invoke' => '?',
  18258.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController' => '?',
  18259.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController:__invoke' => '?',
  18260.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController' => '?',
  18261.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerProperty' => '?',
  18262.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerUser' => '?',
  18263.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:signOfferLease' => '?',
  18264.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:validate' => '?',
  18265.             'App\\Controller\\api\\Offer\\OfferController:allNotary' => '?',
  18266.             'App\\Controller\\api\\Offer\\OfferController:checkUserAbilityToMakeOffer' => '?',
  18267.             'App\\Controller\\api\\Offer\\OfferController:make' => '?',
  18268.             'App\\Controller\\api\\Offer\\OfferController:saveCorrection' => '?',
  18269.             'App\\Controller\\api\\Offer\\OfferController:sign' => '?',
  18270.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToNotary' => '?',
  18271.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToOwner' => '?',
  18272.             'App\\Controller\\api\\Offer\\ValidateOfferController:refusedOfferSignSimple' => '?',
  18273.             'App\\Controller\\api\\Offer\\ValidateOfferController:transmitToNotary' => '?',
  18274.             'App\\Controller\\api\\PermitPropertyProcedureController:updateProcedureBruxelle' => '?',
  18275.             'App\\Controller\\api\\PlanController:changePlan' => '?',
  18276.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:calculPrecountBruxelleAndFlandre' => '?',
  18277.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:getPrecountValues' => '?',
  18278.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:calculPrecountWallonnie' => '?',
  18279.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:getPrecountValuesWallonie' => '?',
  18280.             'App\\Controller\\api\\Prime\\AmountCalculation:__invoke' => '?',
  18281.             'App\\Controller\\api\\Prime\\AmountCalculation' => '?',
  18282.             'App\\Controller\\api\\Prime\\GetAllProcess:__invoke' => '?',
  18283.             'App\\Controller\\api\\Prime\\GetAllProcess' => '?',
  18284.             'App\\Controller\\api\\Prime\\ProcessController:__invoke' => '?',
  18285.             'App\\Controller\\api\\Prime\\ProcessController' => '?',
  18286.             'App\\Controller\\api\\Prime\\SearchController:__invoke' => '?',
  18287.             'App\\Controller\\api\\Prime\\SearchController' => '?',
  18288.             'App\\Controller\\api\\Prime\\WorkController:subsection' => '?',
  18289.             'App\\Controller\\api\\Prime\\WorkController:typeofwork' => '?',
  18290.             'App\\Controller\\api\\PurchaseController:detail' => '?',
  18291.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate:__invoke' => '?',
  18292.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate' => '?',
  18293.             'App\\Controller\\api\\RentalController:accept' => '?',
  18294.             'App\\Controller\\api\\RentalController:getAvailableRentalDurationsAndTypes' => '?',
  18295.             'App\\Controller\\api\\RentalController:getComments' => '?',
  18296.             'App\\Controller\\api\\RentalController:getProperties' => '?',
  18297.             'App\\Controller\\api\\RentalController:postContract' => '?',
  18298.             'App\\Controller\\api\\RentalController:refuse' => '?',
  18299.             'App\\Controller\\api\\RentalController:replyToComment' => '?',
  18300.             'App\\Controller\\api\\RentalController:uploadContract' => '?',
  18301.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController:__invoke' => '?',
  18302.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController' => '?',
  18303.             'App\\Controller\\api\\RentalManagement\\PostLeaveController:__invoke' => '?',
  18304.             'App\\Controller\\api\\RentalManagement\\PostLeaveController' => '?',
  18305.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController:__invoke' => '?',
  18306.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController' => '?',
  18307.             'App\\Controller\\api\\Security\\DeclarationDateController:__invoke' => '?',
  18308.             'App\\Controller\\api\\Security\\DeclarationDateController' => '?',
  18309.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer:getByTheProperty' => '?',
  18310.             'App\\Controller\\api\\SendEmailController:sendEmailToBuildingManager' => '?',
  18311.             'App\\Controller\\api\\SendEmailController:sendEmailToMunicipalAdministration' => '?',
  18312.             'App\\Controller\\api\\ServicePromo\\ListController:listObtained' => '?',
  18313.             'App\\Controller\\api\\ServicePromo\\ListController:listOffered' => '?',
  18314.             'App\\Controller\\api\\SimulationController:simulateBuy' => '?',
  18315.             'App\\Controller\\api\\SimulationController:simulateBuyGround' => '?',
  18316.             'App\\Controller\\api\\SyndicChatApiController:__invoke' => '?',
  18317.             'App\\Controller\\api\\SyndicChatApiController' => '?',
  18318.             'App\\Controller\\api\\TheProperty\\ContractController:getUploaded' => '?',
  18319.             'App\\Controller\\api\\TheProperty\\ContractController:upload' => '?',
  18320.             'App\\Controller\\api\\TheProperty\\DeleteController:__invoke' => '?',
  18321.             'App\\Controller\\api\\TheProperty\\DeleteController' => '?',
  18322.             'App\\Controller\\api\\TheProperty\\DetailController:findFavoritePropertiesByUser' => '?',
  18323.             'App\\Controller\\api\\TheProperty\\DetailController:getEventsByProperty' => '?',
  18324.             'App\\Controller\\api\\TheProperty\\DetailController:propertySimilar' => '?',
  18325.             'App\\Controller\\api\\TheProperty\\DocumentRequestController:__invoke' => '?',
  18326.             'App\\Controller\\api\\TheProperty\\DocumentRequestController' => '?',
  18327.             'App\\Controller\\api\\TheProperty\\ListController:detailsOfThePropertyHavingRelooking' => '?',
  18328.             'App\\Controller\\api\\TheProperty\\LocalityController:municipalityByZipCode' => '?',
  18329.             'App\\Controller\\api\\TheProperty\\OptionController:__invoke' => '?',
  18330.             'App\\Controller\\api\\TheProperty\\OptionController' => '?',
  18331.             'App\\Controller\\api\\TheProperty\\OptionController:features' => '?',
  18332.             'App\\Controller\\api\\TheProperty\\PropertyAdController:__invoke' => '?',
  18333.             'App\\Controller\\api\\TheProperty\\PropertyAdController' => '?',
  18334.             'App\\Controller\\api\\TheProperty\\PropertyTypeController:__invoke' => '?',
  18335.             'App\\Controller\\api\\TheProperty\\PropertyTypeController' => '?',
  18336.             'App\\Controller\\api\\TheProperty\\SearchController:exchangeListInMap' => '?',
  18337.             'App\\Controller\\api\\TheProperty\\SearchController:index' => '?',
  18338.             'App\\Controller\\api\\TheProperty\\SessionController:__invoke' => '?',
  18339.             'App\\Controller\\api\\TheProperty\\SessionController' => '?',
  18340.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController:__invoke' => '?',
  18341.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController' => '?',
  18342.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController:__invoke' => '?',
  18343.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController' => '?',
  18344.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:list' => '?',
  18345.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:listAll' => '?',
  18346.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:update' => '?',
  18347.             'App\\Controller\\api\\TheProperty\\VisitController:addVisitSchedule' => '?',
  18348.             'App\\Controller\\api\\TheProperty\\VisitController:removeVisitSchedule' => '?',
  18349.             'App\\Controller\\api\\TheService\\AddController:__invoke' => '?',
  18350.             'App\\Controller\\api\\TheService\\AddController' => '?',
  18351.             'App\\Controller\\api\\TheService\\CategoryController:__invoke' => '?',
  18352.             'App\\Controller\\api\\TheService\\CategoryController' => '?',
  18353.             'App\\Controller\\api\\TheService\\ListController:listMine' => '?',
  18354.             'App\\Controller\\api\\TheService\\UpdateController:__invoke' => '?',
  18355.             'App\\Controller\\api\\TheService\\UpdateController' => '?',
  18356.             'App\\Controller\\api\\ThreeD\\T3dDemandsController:validateDemand' => '?',
  18357.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController:__invoke' => '?',
  18358.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController' => '?',
  18359.             'App\\Controller\\api\\UserServicePromo\\ConsumeController:__invoke' => '?',
  18360.             'App\\Controller\\api\\UserServicePromo\\ConsumeController' => '?',
  18361.             'App\\Controller\\api\\User\\ArtistDetailController:__invoke' => '?',
  18362.             'App\\Controller\\api\\User\\ArtistDetailController' => '?',
  18363.             'App\\Controller\\api\\User\\CertificatorController:findAroundGeoCoordinate' => '?',
  18364.             'App\\Controller\\api\\User\\DeviceTokenController:__invoke' => '?',
  18365.             'App\\Controller\\api\\User\\DeviceTokenController' => '?',
  18366.             'App\\Controller\\api\\User\\EditProfileController:__invoke' => '?',
  18367.             'App\\Controller\\api\\User\\EditProfileController' => '?',
  18368.             'App\\Controller\\api\\User\\ListEmailController:__invoke' => '?',
  18369.             'App\\Controller\\api\\User\\ListEmailController' => '?',
  18370.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController:searchMovingCompanyAndSendInvitation' => '?',
  18371.             'App\\Controller\\api\\User\\SearchController:__invoke' => '?',
  18372.             'App\\Controller\\api\\User\\SearchController' => '?',
  18373.             'App\\Controller\\api\\User\\SearchController:searchImoAgentProximity' => '?',
  18374.             'App\\Controller\\api\\User\\SearchController:searchMovingCompany' => '?',
  18375.             'App\\Controller\\api\\User\\SendMailSociety:index' => '?',
  18376.             'App\\Controller\\api\\User\\UserController:checkAuthorizationForFiguration' => '?',
  18377.             'App\\Controller\\api\\User\\UserController:detailUser' => '?',
  18378.             'App\\Controller\\api\\User\\UserController:getUserBySpeciality' => '?',
  18379.             'App\\Controller\\api\\User\\UserPublicInfo:__invoke' => '?',
  18380.             'App\\Controller\\api\\User\\UserPublicInfo' => '?',
  18381.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController:__invoke' => '?',
  18382.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController' => '?',
  18383.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController:__invoke' => '?',
  18384.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController' => '?',
  18385.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController:__invoke' => '?',
  18386.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController' => '?',
  18387.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController:__invoke' => '?',
  18388.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController' => '?',
  18389.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController:__invoke' => '?',
  18390.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController' => '?',
  18391.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController:__invoke' => '?',
  18392.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController' => '?',
  18393.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController:__invoke' => '?',
  18394.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController' => '?',
  18395.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController:__invoke' => '?',
  18396.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController' => '?',
  18397.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController:__invoke' => '?',
  18398.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController' => '?',
  18399.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetalltypeofwork' => '?',
  18400.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetcategory' => '?',
  18401.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetmodel' => '?',
  18402.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetresultestimation' => '?',
  18403.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubmodel' => '?',
  18404.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubsection' => '?',
  18405.             'App\\Controller\\apiimmogo\\ApiAddWorkController:detailBien' => '?',
  18406.             'App\\Controller\\apiimmogo\\ApiImmogo:calculPrecountWallonnie' => '?',
  18407.             'App\\Controller\\apiimmogo\\ApiImmogo:detailbienimmogo' => '?',
  18408.             'App\\Controller\\apiimmogo\\ApiImmogo:getDataForCalcul' => '?',
  18409.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValues' => '?',
  18410.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValuesWallonie' => '?',
  18411.             'App\\Controller\\apiimmogo\\ApiImmogo:immogolistThepropertyPerUser' => '?',
  18412.             'App\\Controller\\apiimmogo\\ApiImmogo:infosbiencalcul' => '?',
  18413.             'App\\Controller\\apiimmogo\\ApiImmogo:listFavorisByUser' => '?',
  18414.             'App\\Controller\\apiimmogo\\ApiImmogo:rechercheimmogo' => '?',
  18415.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToCredit' => '?',
  18416.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToEngie' => '?',
  18417.             'App\\Controller\\apiimmogo\\ApiImmogo:voirdetailbiencalcul' => '?',
  18418.             'App\\Service\\Api\\ProviderSolarGreenCertificateService:list' => '?',
  18419.             'App\\Service\\Api\\ProviderSolarOrganizationService:add' => '?',
  18420.             'App\\Service\\Api\\ProviderSolarOrganizationService:list' => '?',
  18421.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:add' => '?',
  18422.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:sendingSummaryFile' => '?',
  18423.             'App\\Service\\DompdfService:createPdfDispense' => '?',
  18424.             'App\\Service\\DompdfService:createPdfEnergy' => '?',
  18425.             'App\\Service\\DompdfService:createPdfEnvironmentForm' => '?',
  18426.             'App\\Service\\DompdfService:createPdfMaifSummary' => '?',
  18427.             'App\\Service\\DompdfService:createPdfPlp' => '?',
  18428.             'App\\Service\\DompdfService:createPdfSolarCadastre' => '?',
  18429.             'App\\Service\\DompdfService:createPdfSolarVoltaic' => '?',
  18430.             'App\\Service\\DompdfService:createPdfVoirie' => '?',
  18431.             'App\\Service\\DompdfService:createUrbanismPermit' => '?',
  18432.             'App\\Service\\Immogo\\ImmogoService:transformrecherche' => '?',
  18433.             'App\\Service\\PretService:getResults' => '?',
  18434.             'App\\Service\\SendMail\\SendmailService:sendMailAddChat' => '?',
  18435.             'App\\Service\\SendMail\\SendmailService:sendMailCheckWorkFinish' => '?',
  18436.             'App\\Service\\SendMail\\SendmailService:sendMailForContactSeller' => '?',
  18437.             'App\\Service\\Webhook\\Traitement:addUserPermission' => '?',
  18438.             'App\\Service\\Webhook\\Traitement:sendMailInvoiceSuccessToClient' => '?',
  18439.             'kernel:loadRoutes' => '?',
  18440.             'kernel:registerContainerConfiguration' => '?',
  18441.         ]);
  18442.     }
  18443.     /**
  18444.      * Gets the private '.service_locator.iuOsbYx' shared service.
  18445.      *
  18446.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18447.      */
  18448.     protected function get_ServiceLocator_IuOsbYxService()
  18449.     {
  18450.         return $this->privates['.service_locator.iuOsbYx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18451.             'thePropertyExtensionOrder' => ['privates''.errored..service_locator.iuOsbYx.App\\Entity\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrder'NULL'Cannot autowire service ".service_locator.iuOsbYx": it references class "App\\Entity\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrder" but no such service exists.'],
  18452.             'thePropertyExtensionOrderService' => ['privates''App\\Service\\Webshop\\ThePropertyExtensionOrder''getThePropertyExtensionOrder2Service'false],
  18453.         ], [
  18454.             'thePropertyExtensionOrder' => 'App\\Entity\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrder',
  18455.             'thePropertyExtensionOrderService' => 'App\\Service\\Webshop\\ThePropertyExtensionOrder',
  18456.         ]);
  18457.     }
  18458.     /**
  18459.      * Gets the private '.service_locator.jTOejGZ' shared service.
  18460.      *
  18461.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18462.      */
  18463.     protected function get_ServiceLocator_JTOejGZService()
  18464.     {
  18465.         return $this->privates['.service_locator.jTOejGZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18466.             'thePropertySessionRepository' => ['privates''App\\Repository\\ThePropertySessionRepository''getThePropertySessionRepositoryService'false],
  18467.         ], [
  18468.             'thePropertySessionRepository' => 'App\\Repository\\ThePropertySessionRepository',
  18469.         ]);
  18470.     }
  18471.     /**
  18472.      * Gets the private '.service_locator.jqKA1ti' shared service.
  18473.      *
  18474.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18475.      */
  18476.     protected function get_ServiceLocator_JqKA1tiService()
  18477.     {
  18478.         return $this->privates['.service_locator.jqKA1ti'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18479.             'data' => ['privates''.errored..service_locator.jqKA1ti.App\\Entity\\SyndicChat'NULL'Cannot autowire service ".service_locator.jqKA1ti": it references class "App\\Entity\\SyndicChat" but no such service exists.'],
  18480.         ], [
  18481.             'data' => 'App\\Entity\\SyndicChat',
  18482.         ]);
  18483.     }
  18484.     /**
  18485.      * Gets the private '.service_locator.k2UDkSr' shared service.
  18486.      *
  18487.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18488.      */
  18489.     protected function get_ServiceLocator_K2UDkSrService()
  18490.     {
  18491.         return $this->privates['.service_locator.k2UDkSr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18492.             'categoryEnvironnementRepository' => ['privates''App\\Repository\\CategoryEnvironnementRepository''getCategoryEnvironnementRepositoryService'false],
  18493.         ], [
  18494.             'categoryEnvironnementRepository' => 'App\\Repository\\CategoryEnvironnementRepository',
  18495.         ]);
  18496.     }
  18497.     /**
  18498.      * Gets the private '.service_locator.kHIPNC3' shared service.
  18499.      *
  18500.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18501.      */
  18502.     protected function get_ServiceLocator_KHIPNC3Service()
  18503.     {
  18504.         return $this->privates['.service_locator.kHIPNC3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18505.             'workcost' => ['privates''.errored..service_locator.kHIPNC3.App\\Entity\\Workcost'NULL'Cannot autowire service ".service_locator.kHIPNC3": it references class "App\\Entity\\Workcost" but no such service exists.'],
  18506.         ], [
  18507.             'workcost' => 'App\\Entity\\Workcost',
  18508.         ]);
  18509.     }
  18510.     /**
  18511.      * Gets the private '.service_locator.kJ7g21u' shared service.
  18512.      *
  18513.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18514.      */
  18515.     protected function get_ServiceLocator_KJ7g21uService()
  18516.     {
  18517.         return $this->privates['.service_locator.kJ7g21u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18518.             'dateMovinExist' => ['privates''.errored..service_locator.kJ7g21u.App\\Entity\\MovingDate'NULL'Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\MovingDate" but no such service exists.'],
  18519.             'theProperty' => ['privates''.errored..service_locator.kJ7g21u.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  18520.             'user' => ['privates''.errored..service_locator.kJ7g21u.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\User" but no such service exists.'],
  18521.         ], [
  18522.             'dateMovinExist' => 'App\\Entity\\MovingDate',
  18523.             'theProperty' => 'App\\Entity\\TheProperty',
  18524.             'user' => 'App\\Entity\\User',
  18525.         ]);
  18526.     }
  18527.     /**
  18528.      * Gets the private '.service_locator.kSnmcso' shared service.
  18529.      *
  18530.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18531.      */
  18532.     protected function get_ServiceLocator_KSnmcsoService()
  18533.     {
  18534.         return $this->privates['.service_locator.kSnmcso'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18535.             'rentestimation' => ['privates''.errored..service_locator.kSnmcso.App\\Entity\\Rentestimation'NULL'Cannot autowire service ".service_locator.kSnmcso": it references class "App\\Entity\\Rentestimation" but no such service exists.'],
  18536.         ], [
  18537.             'rentestimation' => 'App\\Entity\\Rentestimation',
  18538.         ]);
  18539.     }
  18540.     /**
  18541.      * Gets the private '.service_locator.kmSUvCn' shared service.
  18542.      *
  18543.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18544.      */
  18545.     protected function get_ServiceLocator_KmSUvCnService()
  18546.     {
  18547.         return $this->privates['.service_locator.kmSUvCn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18548.             'clientSales' => ['privates''.errored..service_locator.kmSUvCn.App\\Entity\\ClientSalesAgreement'NULL'Cannot autowire service ".service_locator.kmSUvCn": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.'],
  18549.         ], [
  18550.             'clientSales' => 'App\\Entity\\ClientSalesAgreement',
  18551.         ]);
  18552.     }
  18553.     /**
  18554.      * Gets the private '.service_locator.kn9MsEH' shared service.
  18555.      *
  18556.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18557.      */
  18558.     protected function get_ServiceLocator_Kn9MsEHService()
  18559.     {
  18560.         return $this->privates['.service_locator.kn9MsEH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18561.             'data' => ['privates''.errored..service_locator.kn9MsEH.App\\Entity\\Notification'NULL'Cannot autowire service ".service_locator.kn9MsEH": it references class "App\\Entity\\Notification" but no such service exists.'],
  18562.             'repository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  18563.             'service' => ['privates''App\\Service\\Api\\Notification\\NotificationService''getNotificationService2Service'false],
  18564.         ], [
  18565.             'data' => 'App\\Entity\\Notification',
  18566.             'repository' => 'App\\Repository\\NotificationRepository',
  18567.             'service' => 'App\\Service\\Api\\Notification\\NotificationService',
  18568.         ]);
  18569.     }
  18570.     /**
  18571.      * Gets the private '.service_locator.kw12yOt' shared service.
  18572.      *
  18573.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18574.      */
  18575.     protected function get_ServiceLocator_Kw12yOtService()
  18576.     {
  18577.         return $this->privates['.service_locator.kw12yOt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18578.             'excelFile' => ['privates''.errored..service_locator.kw12yOt.App\\Entity\\ExcelFile'NULL'Cannot autowire service ".service_locator.kw12yOt": it references class "App\\Entity\\ExcelFile" but no such service exists.'],
  18579.             'excelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  18580.         ], [
  18581.             'excelFile' => 'App\\Entity\\ExcelFile',
  18582.             'excelFileRepository' => 'App\\Repository\\ExcelFileRepository',
  18583.         ]);
  18584.     }
  18585.     /**
  18586.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  18587.      *
  18588.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18589.      */
  18590.     protected function get_ServiceLocator_L2QwsaZService()
  18591.     {
  18592.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18593.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18594.         ], [
  18595.             'entityManager' => '?',
  18596.         ]);
  18597.     }
  18598.     /**
  18599.      * Gets the private '.service_locator.lqzS9y4' shared service.
  18600.      *
  18601.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18602.      */
  18603.     protected function get_ServiceLocator_LqzS9y4Service()
  18604.     {
  18605.         return $this->privates['.service_locator.lqzS9y4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18606.             'repository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  18607.         ], [
  18608.             'repository' => 'App\\Repository\\UserRepository',
  18609.         ]);
  18610.     }
  18611.     /**
  18612.      * Gets the private '.service_locator.luv6nW.' shared service.
  18613.      *
  18614.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18615.      */
  18616.     protected function get_ServiceLocator_Luv6nW_Service()
  18617.     {
  18618.         return $this->privates['.service_locator.luv6nW.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18619.             'order' => ['privates''.errored..service_locator.luv6nW..App\\Entity\\Orders'NULL'Cannot autowire service ".service_locator.luv6nW.": it references class "App\\Entity\\Orders" but no such service exists.'],
  18620.         ], [
  18621.             'order' => 'App\\Entity\\Orders',
  18622.         ]);
  18623.     }
  18624.     /**
  18625.      * Gets the private '.service_locator.mC7pTcw' shared service.
  18626.      *
  18627.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18628.      */
  18629.     protected function get_ServiceLocator_MC7pTcwService()
  18630.     {
  18631.         return $this->privates['.service_locator.mC7pTcw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18632.             'webhookService' => ['services''App\\Service\\YousignWebhookService''getYousignWebhookServiceService'false],
  18633.         ], [
  18634.             'webhookService' => 'App\\Service\\YousignWebhookService',
  18635.         ]);
  18636.     }
  18637.     /**
  18638.      * Gets the private '.service_locator.mZFiE_G' shared service.
  18639.      *
  18640.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18641.      */
  18642.     protected function get_ServiceLocator_MZFiEGService()
  18643.     {
  18644.         return $this->privates['.service_locator.mZFiE_G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18645.             'thePropertyExtensionOrderRepository' => ['privates''App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository''getThePropertyExtensionOrderRepositoryService'false],
  18646.         ], [
  18647.             'thePropertyExtensionOrderRepository' => 'App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository',
  18648.         ]);
  18649.     }
  18650.     /**
  18651.      * Gets the private '.service_locator.m_.Dc7T' shared service.
  18652.      *
  18653.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18654.      */
  18655.     protected function get_ServiceLocator_M_Dc7TService()
  18656.     {
  18657.         return $this->privates['.service_locator.m_.Dc7T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18658.             'property' => ['privates''.errored..service_locator.m_.Dc7T.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.m_.Dc7T": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  18659.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  18660.             'user' => ['privates''.errored..service_locator.m_.Dc7T.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.m_.Dc7T": it references class "App\\Entity\\User" but no such service exists.'],
  18661.         ], [
  18662.             'property' => 'App\\Entity\\TheProperty',
  18663.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  18664.             'user' => 'App\\Entity\\User',
  18665.         ]);
  18666.     }
  18667.     /**
  18668.      * Gets the private '.service_locator.mfu9Rg_' shared service.
  18669.      *
  18670.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18671.      */
  18672.     protected function get_ServiceLocator_Mfu9RgService()
  18673.     {
  18674.         return $this->privates['.service_locator.mfu9Rg_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18675.             'data' => ['privates''.errored..service_locator.mfu9Rg_.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.mfu9Rg_": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  18676.             'propertyAdService' => ['privates''App\\Service\\Api\\TheProperty\\PropertyAdService''getPropertyAdServiceService'false],
  18677.         ], [
  18678.             'data' => 'App\\Entity\\TheProperty',
  18679.             'propertyAdService' => 'App\\Service\\Api\\TheProperty\\PropertyAdService',
  18680.         ]);
  18681.     }
  18682.     /**
  18683.      * Gets the private '.service_locator.moJPmD6' shared service.
  18684.      *
  18685.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18686.      */
  18687.     protected function get_ServiceLocator_MoJPmD6Service()
  18688.     {
  18689.         return $this->privates['.service_locator.moJPmD6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18690.             'guardAuthenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  18691.             'personnelAuthenticator' => ['privates''App\\Security\\PersonnelAuthenticator''getPersonnelAuthenticatorService'false],
  18692.         ], [
  18693.             'guardAuthenticatorHandler' => '?',
  18694.             'personnelAuthenticator' => 'App\\Security\\PersonnelAuthenticator',
  18695.         ]);
  18696.     }
  18697.     /**
  18698.      * Gets the private '.service_locator.mpwZL0H' shared service.
  18699.      *
  18700.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18701.      */
  18702.     protected function get_ServiceLocator_MpwZL0HService()
  18703.     {
  18704.         return $this->privates['.service_locator.mpwZL0H'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18705.             'demand' => ['privates''.errored..service_locator.mpwZL0H.App\\Entity\\T3dDemands'NULL'Cannot autowire service ".service_locator.mpwZL0H": it references class "App\\Entity\\T3dDemands" but no such service exists.'],
  18706.         ], [
  18707.             'demand' => 'App\\Entity\\T3dDemands',
  18708.         ]);
  18709.     }
  18710.     /**
  18711.      * Gets the private '.service_locator.n0PRmXS' shared service.
  18712.      *
  18713.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18714.      */
  18715.     protected function get_ServiceLocator_N0PRmXSService()
  18716.     {
  18717.         return $this->privates['.service_locator.n0PRmXS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18718.             'contractRejectionService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService''getContractRejectionServiceService'false],
  18719.             'solicitation' => ['privates''.errored..service_locator.n0PRmXS.App\\Entity\\Solicitation'NULL'Cannot autowire service ".service_locator.n0PRmXS": it references class "App\\Entity\\Solicitation" but no such service exists.'],
  18720.         ], [
  18721.             'contractRejectionService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService',
  18722.             'solicitation' => 'App\\Entity\\Solicitation',
  18723.         ]);
  18724.     }
  18725.     /**
  18726.      * Gets the private '.service_locator.nDQTbMz' shared service.
  18727.      *
  18728.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18729.      */
  18730.     protected function get_ServiceLocator_NDQTbMzService()
  18731.     {
  18732.         return $this->privates['.service_locator.nDQTbMz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18733.             'solarVoltaic' => ['privates''.errored..service_locator.nDQTbMz.App\\Entity\\ProviderSolarPhotovoltaic'NULL'Cannot autowire service ".service_locator.nDQTbMz": it references class "App\\Entity\\ProviderSolarPhotovoltaic" but no such service exists.'],
  18734.         ], [
  18735.             'solarVoltaic' => 'App\\Entity\\ProviderSolarPhotovoltaic',
  18736.         ]);
  18737.     }
  18738.     /**
  18739.      * Gets the private '.service_locator.na73ZHI' shared service.
  18740.      *
  18741.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18742.      */
  18743.     protected function get_ServiceLocator_Na73ZHIService()
  18744.     {
  18745.         return $this->privates['.service_locator.na73ZHI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18746.             'repository' => ['privates''App\\Repository\\PrasAffectationRepository''getPrasAffectationRepositoryService'false],
  18747.         ], [
  18748.             'repository' => 'App\\Repository\\PrasAffectationRepository',
  18749.         ]);
  18750.     }
  18751.     /**
  18752.      * Gets the private '.service_locator.nouU6Pi' shared service.
  18753.      *
  18754.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18755.      */
  18756.     protected function get_ServiceLocator_NouU6PiService()
  18757.     {
  18758.         return $this->privates['.service_locator.nouU6Pi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18759.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18760.         ], [
  18761.             'entityManager' => '?',
  18762.         ]);
  18763.     }
  18764.     /**
  18765.      * Gets the private '.service_locator.o.pBLRP' shared service.
  18766.      *
  18767.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18768.      */
  18769.     protected function get_ServiceLocator_O_PBLRPService()
  18770.     {
  18771.         return $this->privates['.service_locator.o.pBLRP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18772.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  18773.         ], [
  18774.             'formule' => 'App\\Service\\Formule',
  18775.         ]);
  18776.     }
  18777.     /**
  18778.      * Gets the private '.service_locator.o9wrxnc' shared service.
  18779.      *
  18780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18781.      */
  18782.     protected function get_ServiceLocator_O9wrxncService()
  18783.     {
  18784.         return $this->privates['.service_locator.o9wrxnc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18785.             'property' => ['privates''.errored..service_locator.o9wrxnc.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.o9wrxnc": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  18786.             'repository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  18787.         ], [
  18788.             'property' => 'App\\Entity\\TheProperty',
  18789.             'repository' => 'App\\Repository\\ThepropertyRepository',
  18790.         ]);
  18791.     }
  18792.     /**
  18793.      * Gets the private '.service_locator.oYeaqIz' shared service.
  18794.      *
  18795.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18796.      */
  18797.     protected function get_ServiceLocator_OYeaqIzService()
  18798.     {
  18799.         return $this->privates['.service_locator.oYeaqIz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18800.             'sBase' => ['privates''App\\Mybase\\Services\\Base\\SBase''getSBaseService'false],
  18801.             'serializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  18802.             'subsectionRepository' => ['privates''App\\Repository\\SubsectionRepository''getSubsectionRepositoryService'false],
  18803.         ], [
  18804.             'sBase' => 'App\\Mybase\\Services\\Base\\SBase',
  18805.             'serializerInterface' => '?',
  18806.             'subsectionRepository' => 'App\\Repository\\SubsectionRepository',
  18807.         ]);
  18808.     }
  18809.     /**
  18810.      * Gets the private '.service_locator.oiABibH' shared service.
  18811.      *
  18812.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18813.      */
  18814.     protected function get_ServiceLocator_OiABibHService()
  18815.     {
  18816.         return $this->privates['.service_locator.oiABibH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18817.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18818.         ], [
  18819.             'manager' => '?',
  18820.         ]);
  18821.     }
  18822.     /**
  18823.      * Gets the private '.service_locator.or.noX7' shared service.
  18824.      *
  18825.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18826.      */
  18827.     protected function get_ServiceLocator_Or_NoX7Service()
  18828.     {
  18829.         return $this->privates['.service_locator.or.noX7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18830.             'salesAgreement' => ['privates''.errored..service_locator.or.noX7.App\\Entity\\ClientSalesAgreement'NULL'Cannot autowire service ".service_locator.or.noX7": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.'],
  18831.         ], [
  18832.             'salesAgreement' => 'App\\Entity\\ClientSalesAgreement',
  18833.         ]);
  18834.     }
  18835.     /**
  18836.      * Gets the private '.service_locator.p.ZVzkD' shared service.
  18837.      *
  18838.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18839.      */
  18840.     protected function get_ServiceLocator_P_ZVzkDService()
  18841.     {
  18842.         return $this->privates['.service_locator.p.ZVzkD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18843.             'excelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  18844.         ], [
  18845.             'excelFileRepository' => 'App\\Repository\\ExcelFileRepository',
  18846.         ]);
  18847.     }
  18848.     /**
  18849.      * Gets the private '.service_locator.p8g7kFY' shared service.
  18850.      *
  18851.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18852.      */
  18853.     protected function get_ServiceLocator_P8g7kFYService()
  18854.     {
  18855.         return $this->privates['.service_locator.p8g7kFY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18856.             'AreaCsvRepository' => ['privates''App\\Repository\\AreaCsvRepository''getAreaCsvRepositoryService'false],
  18857.         ], [
  18858.             'AreaCsvRepository' => 'App\\Repository\\AreaCsvRepository',
  18859.         ]);
  18860.     }
  18861.     /**
  18862.      * Gets the private '.service_locator.pIUPwuq' shared service.
  18863.      *
  18864.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18865.      */
  18866.     protected function get_ServiceLocator_PIUPwuqService()
  18867.     {
  18868.         return $this->privates['.service_locator.pIUPwuq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18869.             'supplier' => ['privates''.errored..service_locator.pIUPwuq.App\\Entity\\Supplier'NULL'Cannot autowire service ".service_locator.pIUPwuq": it references class "App\\Entity\\Supplier" but no such service exists.'],
  18870.         ], [
  18871.             'supplier' => 'App\\Entity\\Supplier',
  18872.         ]);
  18873.     }
  18874.     /**
  18875.      * Gets the private '.service_locator.piW.LyK' shared service.
  18876.      *
  18877.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18878.      */
  18879.     protected function get_ServiceLocator_PiW_LyKService()
  18880.     {
  18881.         return $this->privates['.service_locator.piW.LyK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18882.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  18883.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  18884.             'personnel' => ['privates''.errored..service_locator.piW.LyK.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.piW.LyK": it references class "App\\Entity\\User" but no such service exists.'],
  18885.         ], [
  18886.             'csrfTokenManager' => '?',
  18887.             'passwordEncoder' => '?',
  18888.             'personnel' => 'App\\Entity\\User',
  18889.         ]);
  18890.     }
  18891.     /**
  18892.      * Gets the private '.service_locator.pmZg3Qp' shared service.
  18893.      *
  18894.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18895.      */
  18896.     protected function get_ServiceLocator_PmZg3QpService()
  18897.     {
  18898.         return $this->privates['.service_locator.pmZg3Qp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18899.             'csv' => ['privates''.errored..service_locator.pmZg3Qp.App\\Entity\\EducationCsv'NULL'Cannot autowire service ".service_locator.pmZg3Qp": it references class "App\\Entity\\EducationCsv" but no such service exists.'],
  18900.         ], [
  18901.             'csv' => 'App\\Entity\\EducationCsv',
  18902.         ]);
  18903.     }
  18904.     /**
  18905.      * Gets the private '.service_locator.q4bsI0S' shared service.
  18906.      *
  18907.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18908.      */
  18909.     protected function get_ServiceLocator_Q4bsI0SService()
  18910.     {
  18911.         return $this->privates['.service_locator.q4bsI0S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18912.             'region' => ['privates''.errored..service_locator.q4bsI0S.App\\Entity\\Region'NULL'Cannot autowire service ".service_locator.q4bsI0S": it references class "App\\Entity\\Region" but no such service exists.'],
  18913.         ], [
  18914.             'region' => 'App\\Entity\\Region',
  18915.         ]);
  18916.     }
  18917.     /**
  18918.      * Gets the private '.service_locator.qC0B8LW' shared service.
  18919.      *
  18920.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18921.      */
  18922.     protected function get_ServiceLocator_QC0B8LWService()
  18923.     {
  18924.         return $this->privates['.service_locator.qC0B8LW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18925.             'suggestionPriceService' => ['privates''App\\Service\\Api\\TheProperty\\SuggestionPriceService''getSuggestionPriceServiceService'false],
  18926.         ], [
  18927.             'suggestionPriceService' => 'App\\Service\\Api\\TheProperty\\SuggestionPriceService',
  18928.         ]);
  18929.     }
  18930.     /**
  18931.      * Gets the private '.service_locator.qfFZR0.' shared service.
  18932.      *
  18933.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18934.      */
  18935.     protected function get_ServiceLocator_QfFZR0_Service()
  18936.     {
  18937.         return $this->privates['.service_locator.qfFZR0.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18938.             'excelFile' => ['privates''.errored..service_locator.qfFZR0..App\\Entity\\ExcelFile'NULL'Cannot autowire service ".service_locator.qfFZR0.": it references class "App\\Entity\\ExcelFile" but no such service exists.'],
  18939.             'excelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  18940.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  18941.         ], [
  18942.             'excelFile' => 'App\\Entity\\ExcelFile',
  18943.             'excelFileRepository' => 'App\\Repository\\ExcelFileRepository',
  18944.             'parameterBag' => '?',
  18945.         ]);
  18946.     }
  18947.     /**
  18948.      * Gets the private '.service_locator.qkWn6JN' shared service.
  18949.      *
  18950.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18951.      */
  18952.     protected function get_ServiceLocator_QkWn6JNService()
  18953.     {
  18954.         return $this->privates['.service_locator.qkWn6JN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18955.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  18956.             'traiteFolder' => ['privates''App\\Service\\TraitementFolder''getTraitementFolderService'false],
  18957.         ], [
  18958.             'authenticationUtils' => '?',
  18959.             'traiteFolder' => 'App\\Service\\TraitementFolder',
  18960.         ]);
  18961.     }
  18962.     /**
  18963.      * Gets the private '.service_locator.rJp3xY1' shared service.
  18964.      *
  18965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18966.      */
  18967.     protected function get_ServiceLocator_RJp3xY1Service()
  18968.     {
  18969.         return $this->privates['.service_locator.rJp3xY1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18970.             'sBase' => ['privates''App\\Mybase\\Services\\Base\\SBase''getSBaseService'false],
  18971.             'serializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  18972.             'typeofworkRepository' => ['privates''App\\Repository\\TypeofworkRepository''getTypeofworkRepositoryService'false],
  18973.         ], [
  18974.             'sBase' => 'App\\Mybase\\Services\\Base\\SBase',
  18975.             'serializerInterface' => '?',
  18976.             'typeofworkRepository' => 'App\\Repository\\TypeofworkRepository',
  18977.         ]);
  18978.     }
  18979.     /**
  18980.      * Gets the private '.service_locator.rLRqRgA' shared service.
  18981.      *
  18982.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18983.      */
  18984.     protected function get_ServiceLocator_RLRqRgAService()
  18985.     {
  18986.         return $this->privates['.service_locator.rLRqRgA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18987.             'deedOfSale' => ['privates''.errored..service_locator.rLRqRgA.App\\Entity\\DeedOfSale'NULL'Cannot autowire service ".service_locator.rLRqRgA": it references class "App\\Entity\\DeedOfSale" but no such service exists.'],
  18988.         ], [
  18989.             'deedOfSale' => 'App\\Entity\\DeedOfSale',
  18990.         ]);
  18991.     }
  18992.     /**
  18993.      * Gets the private '.service_locator.rY99cy5' shared service.
  18994.      *
  18995.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18996.      */
  18997.     protected function get_ServiceLocator_RY99cy5Service()
  18998.     {
  18999.         return $this->privates['.service_locator.rY99cy5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19000.             'prasCsvRepository' => ['privates''App\\Repository\\PrasCsvRepository''getPrasCsvRepositoryService'false],
  19001.         ], [
  19002.             'prasCsvRepository' => 'App\\Repository\\PrasCsvRepository',
  19003.         ]);
  19004.     }
  19005.     /**
  19006.      * Gets the private '.service_locator.rhFGw9S' shared service.
  19007.      *
  19008.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19009.      */
  19010.     protected function get_ServiceLocator_RhFGw9SService()
  19011.     {
  19012.         return $this->privates['.service_locator.rhFGw9S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19013.             'receivedUser' => ['privates''.errored..service_locator.rhFGw9S.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.rhFGw9S": it references class "App\\Entity\\User" but no such service exists.'],
  19014.             'senderUser' => ['privates''.errored..service_locator.rhFGw9S.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.rhFGw9S": it references class "App\\Entity\\User" but no such service exists.'],
  19015.             'theproperty' => ['privates''.errored..service_locator.rhFGw9S.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.rhFGw9S": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  19016.         ], [
  19017.             'receivedUser' => 'App\\Entity\\User',
  19018.             'senderUser' => 'App\\Entity\\User',
  19019.             'theproperty' => 'App\\Entity\\TheProperty',
  19020.         ]);
  19021.     }
  19022.     /**
  19023.      * Gets the private '.service_locator.rx4Btpa' shared service.
  19024.      *
  19025.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19026.      */
  19027.     protected function get_ServiceLocator_Rx4BtpaService()
  19028.     {
  19029.         return $this->privates['.service_locator.rx4Btpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19030.             'repository' => ['privates''App\\Repository\\PublicInquiryInProgressCsvRepository''getPublicInquiryInProgressCsvRepositoryService'false],
  19031.         ], [
  19032.             'repository' => 'App\\Repository\\PublicInquiryInProgressCsvRepository',
  19033.         ]);
  19034.     }
  19035.     /**
  19036.      * Gets the private '.service_locator.s4h4eVI' shared service.
  19037.      *
  19038.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19039.      */
  19040.     protected function get_ServiceLocator_S4h4eVIService()
  19041.     {
  19042.         return $this->privates['.service_locator.s4h4eVI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19043.             'mailToSend' => ['privates''App\\Service\\MailToSend''getMailToSendService'false],
  19044.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  19045.         ], [
  19046.             'mailToSend' => 'App\\Service\\MailToSend',
  19047.             'manager' => '?',
  19048.         ]);
  19049.     }
  19050.     /**
  19051.      * Gets the private '.service_locator.s5JOzP2' shared service.
  19052.      *
  19053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19054.      */
  19055.     protected function get_ServiceLocator_S5JOzP2Service()
  19056.     {
  19057.         return $this->privates['.service_locator.s5JOzP2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19058.             'propertytype' => ['privates''.errored..service_locator.s5JOzP2.App\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.s5JOzP2": it references class "App\\Entity\\PropertyType" but no such service exists.'],
  19059.         ], [
  19060.             'propertytype' => 'App\\Entity\\PropertyType',
  19061.         ]);
  19062.     }
  19063.     /**
  19064.      * Gets the private '.service_locator.tUSUGrk' shared service.
  19065.      *
  19066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19067.      */
  19068.     protected function get_ServiceLocator_TUSUGrkService()
  19069.     {
  19070.         return $this->privates['.service_locator.tUSUGrk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19071.             'csv' => ['privates''.errored..service_locator.tUSUGrk.App\\Entity\\PublicInquiryInProgressCsv'NULL'Cannot autowire service ".service_locator.tUSUGrk": it references class "App\\Entity\\PublicInquiryInProgressCsv" but no such service exists.'],
  19072.         ], [
  19073.             'csv' => 'App\\Entity\\PublicInquiryInProgressCsv',
  19074.         ]);
  19075.     }
  19076.     /**
  19077.      * Gets the private '.service_locator.tUwTca4' shared service.
  19078.      *
  19079.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19080.      */
  19081.     protected function get_ServiceLocator_TUwTca4Service()
  19082.     {
  19083.         return $this->privates['.service_locator.tUwTca4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19084.             'service' => ['privates''App\\Service\\Microservice\\CadastreService''getCadastreServiceService'false],
  19085.         ], [
  19086.             'service' => 'App\\Service\\Microservice\\CadastreService',
  19087.         ]);
  19088.     }
  19089.     /**
  19090.      * Gets the private '.service_locator.tXWH.r8' shared service.
  19091.      *
  19092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19093.      */
  19094.     protected function get_ServiceLocator_TXWH_R8Service()
  19095.     {
  19096.         return $this->privates['.service_locator.tXWH.r8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19097.             'csv' => ['privates''.errored..service_locator.tXWH.r8.App\\Entity\\BrugisCsv'NULL'Cannot autowire service ".service_locator.tXWH.r8": it references class "App\\Entity\\BrugisCsv" but no such service exists.'],
  19098.         ], [
  19099.             'csv' => 'App\\Entity\\BrugisCsv',
  19100.         ]);
  19101.     }
  19102.     /**
  19103.      * Gets the private '.service_locator.te70QFD' shared service.
  19104.      *
  19105.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19106.      */
  19107.     protected function get_ServiceLocator_Te70QFDService()
  19108.     {
  19109.         return $this->privates['.service_locator.te70QFD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19110.             'csv' => ['privates''.errored..service_locator.te70QFD.App\\Entity\\Csv'NULL'Cannot autowire service ".service_locator.te70QFD": it references class "App\\Entity\\Csv" but no such service exists.'],
  19111.         ], [
  19112.             'csv' => 'App\\Entity\\Csv',
  19113.         ]);
  19114.     }
  19115.     /**
  19116.      * Gets the private '.service_locator.tiqlpZ8' shared service.
  19117.      *
  19118.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19119.      */
  19120.     protected function get_ServiceLocator_TiqlpZ8Service()
  19121.     {
  19122.         return $this->privates['.service_locator.tiqlpZ8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19123.             'advertisingRepository' => ['privates''App\\Repository\\ExternalProviderAdvertisingRepository''getExternalProviderAdvertisingRepositoryService'false],
  19124.         ], [
  19125.             'advertisingRepository' => 'App\\Repository\\ExternalProviderAdvertisingRepository',
  19126.         ]);
  19127.     }
  19128.     /**
  19129.      * Gets the private '.service_locator.u2JReeV' shared service.
  19130.      *
  19131.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19132.      */
  19133.     protected function get_ServiceLocator_U2JReeVService()
  19134.     {
  19135.         return $this->privates['.service_locator.u2JReeV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19136.             'country' => ['privates''.errored..service_locator.u2JReeV.App\\Entity\\Country'NULL'Cannot autowire service ".service_locator.u2JReeV": it references class "App\\Entity\\Country" but no such service exists.'],
  19137.         ], [
  19138.             'country' => 'App\\Entity\\Country',
  19139.         ]);
  19140.     }
  19141.     /**
  19142.      * Gets the private '.service_locator.v5Ow3DE' shared service.
  19143.      *
  19144.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19145.      */
  19146.     protected function get_ServiceLocator_V5Ow3DEService()
  19147.     {
  19148.         return $this->privates['.service_locator.v5Ow3DE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19149.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  19150.             'getloyerimmmogo' => ['privates''App\\Service\\GetloyerprospectifImmogo''getGetloyerprospectifImmogoService'false],
  19151.             'traitementUrl' => ['privates''App\\Service\\TraitementUrl''getTraitementUrlService'false],
  19152.         ], [
  19153.             'formule' => 'App\\Service\\Formule',
  19154.             'getloyerimmmogo' => 'App\\Service\\GetloyerprospectifImmogo',
  19155.             'traitementUrl' => 'App\\Service\\TraitementUrl',
  19156.         ]);
  19157.     }
  19158.     /**
  19159.      * Gets the private '.service_locator.vIdYB67' shared service.
  19160.      *
  19161.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19162.      */
  19163.     protected function get_ServiceLocator_VIdYB67Service()
  19164.     {
  19165.         return $this->privates['.service_locator.vIdYB67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19166.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  19167.         ], [
  19168.             'entityManager' => '?',
  19169.         ]);
  19170.     }
  19171.     /**
  19172.      * Gets the private '.service_locator.vZAMnV5' shared service.
  19173.      *
  19174.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19175.      */
  19176.     protected function get_ServiceLocator_VZAMnV5Service()
  19177.     {
  19178.         return $this->privates['.service_locator.vZAMnV5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19179.             'service' => ['privates''App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService''getValidateOfferLeaseServiceService'false],
  19180.         ], [
  19181.             'service' => 'App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService',
  19182.         ]);
  19183.     }
  19184.     /**
  19185.      * Gets the private '.service_locator.viRkkJL' shared service.
  19186.      *
  19187.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19188.      */
  19189.     protected function get_ServiceLocator_ViRkkJLService()
  19190.     {
  19191.         return $this->privates['.service_locator.viRkkJL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19192.             'salesAgreementFile' => ['privates''.errored..service_locator.viRkkJL.App\\Entity\\SalesAgreementFile'NULL'Cannot autowire service ".service_locator.viRkkJL": it references class "App\\Entity\\SalesAgreementFile" but no such service exists.'],
  19193.         ], [
  19194.             'salesAgreementFile' => 'App\\Entity\\SalesAgreementFile',
  19195.         ]);
  19196.     }
  19197.     /**
  19198.      * Gets the private '.service_locator.vwd5GYN' shared service.
  19199.      *
  19200.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19201.      */
  19202.     protected function get_ServiceLocator_Vwd5GYNService()
  19203.     {
  19204.         return $this->privates['.service_locator.vwd5GYN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19205.             'data' => ['privates''.errored..service_locator.vwd5GYN.App\\Entity\\ClientSalesAgreement'NULL'Cannot autowire service ".service_locator.vwd5GYN": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.'],
  19206.             'service' => ['privates''App\\Service\\Api\\ClientSales\\UploadSalesAgreementService''getUploadSalesAgreementServiceService'false],
  19207.         ], [
  19208.             'data' => 'App\\Entity\\ClientSalesAgreement',
  19209.             'service' => 'App\\Service\\Api\\ClientSales\\UploadSalesAgreementService',
  19210.         ]);
  19211.     }
  19212.     /**
  19213.      * Gets the private '.service_locator.whbH868' shared service.
  19214.      *
  19215.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19216.      */
  19217.     protected function get_ServiceLocator_WhbH868Service()
  19218.     {
  19219.         return $this->privates['.service_locator.whbH868'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19220.             'data' => ['privates''.errored..service_locator.whbH868.App\\Entity\\LeaseContract'NULL'Cannot autowire service ".service_locator.whbH868": it references class "App\\Entity\\LeaseContract" but no such service exists.'],
  19221.         ], [
  19222.             'data' => 'App\\Entity\\LeaseContract',
  19223.         ]);
  19224.     }
  19225.     /**
  19226.      * Gets the private '.service_locator.wmfmmb7' shared service.
  19227.      *
  19228.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19229.      */
  19230.     protected function get_ServiceLocator_Wmfmmb7Service()
  19231.     {
  19232.         return $this->privates['.service_locator.wmfmmb7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19233.             'client' => ['privates''.errored..service_locator.wmfmmb7.App\\Entity\\User'NULL'Cannot autowire service ".service_locator.wmfmmb7": it references class "App\\Entity\\User" but no such service exists.'],
  19234.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  19235.         ], [
  19236.             'client' => 'App\\Entity\\User',
  19237.             'passwordEncoder' => '?',
  19238.         ]);
  19239.     }
  19240.     /**
  19241.      * Gets the private '.service_locator.wxP.RsM' shared service.
  19242.      *
  19243.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19244.      */
  19245.     protected function get_ServiceLocator_WxP_RsMService()
  19246.     {
  19247.         return $this->privates['.service_locator.wxP.RsM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19248.             'service' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService''getContractUploadServiceService'false],
  19249.         ], [
  19250.             'service' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService',
  19251.         ]);
  19252.     }
  19253.     /**
  19254.      * Gets the private '.service_locator.xFZHlpd' shared service.
  19255.      *
  19256.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19257.      */
  19258.     protected function get_ServiceLocator_XFZHlpdService()
  19259.     {
  19260.         return $this->privates['.service_locator.xFZHlpd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19261.             'primeRepository' => ['privates''App\\Repository\\PrimeRepository''getPrimeRepositoryService'false],
  19262.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  19263.         ], [
  19264.             'primeRepository' => 'App\\Repository\\PrimeRepository',
  19265.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  19266.         ]);
  19267.     }
  19268.     /**
  19269.      * Gets the private '.service_locator.xlsQoWH' shared service.
  19270.      *
  19271.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19272.      */
  19273.     protected function get_ServiceLocator_XlsQoWHService()
  19274.     {
  19275.         return $this->privates['.service_locator.xlsQoWH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19276.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  19277.         ], [
  19278.             'passwordEncoder' => '?',
  19279.         ]);
  19280.     }
  19281.     /**
  19282.      * Gets the private '.service_locator.yGdZL4P' shared service.
  19283.      *
  19284.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19285.      */
  19286.     protected function get_ServiceLocator_YGdZL4PService()
  19287.     {
  19288.         return $this->privates['.service_locator.yGdZL4P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19289.             'leaseContract' => ['privates''.errored..service_locator.yGdZL4P.App\\Entity\\LeaseContract'NULL'Cannot autowire service ".service_locator.yGdZL4P": it references class "App\\Entity\\LeaseContract" but no such service exists.'],
  19290.         ], [
  19291.             'leaseContract' => 'App\\Entity\\LeaseContract',
  19292.         ]);
  19293.     }
  19294.     /**
  19295.      * Gets the private '.service_locator.yV6bB6q' shared service.
  19296.      *
  19297.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19298.      */
  19299.     protected function get_ServiceLocator_YV6bB6qService()
  19300.     {
  19301.         return $this->privates['.service_locator.yV6bB6q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19302.             'carpoolAnnouncementRepository' => ['privates''App\\Repository\\CarpoolAnnouncementRepository''getCarpoolAnnouncementRepositoryService'false],
  19303.         ], [
  19304.             'carpoolAnnouncementRepository' => 'App\\Repository\\CarpoolAnnouncementRepository',
  19305.         ]);
  19306.     }
  19307.     /**
  19308.      * Gets the private '.service_locator.yu8o_1d' shared service.
  19309.      *
  19310.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19311.      */
  19312.     protected function get_ServiceLocator_Yu8o1dService()
  19313.     {
  19314.         return $this->privates['.service_locator.yu8o_1d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19315.             'editProfileService' => ['privates''App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService''getEditProfileServiceService'false],
  19316.         ], [
  19317.             'editProfileService' => 'App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService',
  19318.         ]);
  19319.     }
  19320.     /**
  19321.      * Gets the private '.service_locator.ywyVEm_' shared service.
  19322.      *
  19323.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19324.      */
  19325.     protected function get_ServiceLocator_YwyVEmService()
  19326.     {
  19327.         return $this->privates['.service_locator.ywyVEm_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19328.             'primeAmountService' => ['privates''App\\Service\\Api\\Prime\\PrimeAmountService''getPrimeAmountServiceService'false],
  19329.         ], [
  19330.             'primeAmountService' => 'App\\Service\\Api\\Prime\\PrimeAmountService',
  19331.         ]);
  19332.     }
  19333.     /**
  19334.      * Gets the private '.service_locator.z7R5T1y' shared service.
  19335.      *
  19336.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19337.      */
  19338.     protected function get_ServiceLocator_Z7R5T1yService()
  19339.     {
  19340.         return $this->privates['.service_locator.z7R5T1y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19341.             'offerLease' => ['privates''.errored..service_locator.z7R5T1y.App\\Entity\\OfferLease'NULL'Cannot autowire service ".service_locator.z7R5T1y": it references class "App\\Entity\\OfferLease" but no such service exists.'],
  19342.             'service' => ['privates''App\\Service\\Api\\OfferLease\\SignOfferLeaseService''getSignOfferLeaseServiceService'false],
  19343.         ], [
  19344.             'offerLease' => 'App\\Entity\\OfferLease',
  19345.             'service' => 'App\\Service\\Api\\OfferLease\\SignOfferLeaseService',
  19346.         ]);
  19347.     }
  19348.     /**
  19349.      * Gets the private '.service_locator.z7qwdkH' shared service.
  19350.      *
  19351.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19352.      */
  19353.     protected function get_ServiceLocator_Z7qwdkHService()
  19354.     {
  19355.         return $this->privates['.service_locator.z7qwdkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19356.             'plan' => ['privates''.errored..service_locator.z7qwdkH.App\\Entity\\Plan\\Plan'NULL'Cannot autowire service ".service_locator.z7qwdkH": it references class "App\\Entity\\Plan\\Plan" but no such service exists.'],
  19357.         ], [
  19358.             'plan' => 'App\\Entity\\Plan\\Plan',
  19359.         ]);
  19360.     }
  19361.     /**
  19362.      * Gets the private '.service_locator.zD8.Q8Q' shared service.
  19363.      *
  19364.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19365.      */
  19366.     protected function get_ServiceLocator_ZD8_Q8QService()
  19367.     {
  19368.         return $this->privates['.service_locator.zD8.Q8Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19369.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  19370.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  19371.             'security.event_dispatcher.client' => ['privates''security.event_dispatcher.client''getSecurity_EventDispatcher_ClientService'false],
  19372.         ], [
  19373.             'event_dispatcher' => '?',
  19374.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  19375.             'security.event_dispatcher.client' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  19376.         ]);
  19377.     }
  19378.     /**
  19379.      * Gets the private '.service_locator.zK2Ig67' shared service.
  19380.      *
  19381.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19382.      */
  19383.     protected function get_ServiceLocator_ZK2Ig67Service()
  19384.     {
  19385.         return $this->privates['.service_locator.zK2Ig67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19386.             'productService' => ['privates''.errored..service_locator.zK2Ig67.App\\Entity\\SubscriptionProductService'NULL'Cannot autowire service ".service_locator.zK2Ig67": it references class "App\\Entity\\SubscriptionProductService" but no such service exists.'],
  19387.             'traitement' => ['privates''App\\Service\\Traitement''getTraitement2Service'false],
  19388.         ], [
  19389.             'productService' => 'App\\Entity\\SubscriptionProductService',
  19390.             'traitement' => 'App\\Service\\Traitement',
  19391.         ]);
  19392.     }
  19393.     /**
  19394.      * Gets the private '.service_locator.z_o1inx' shared service.
  19395.      *
  19396.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19397.      */
  19398.     protected function get_ServiceLocator_ZO1inxService()
  19399.     {
  19400.         return $this->privates['.service_locator.z_o1inx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19401.             'subscriptionProductServiceRepository' => ['privates''App\\Repository\\SubscriptionProductServiceRepository''getSubscriptionProductServiceRepositoryService'false],
  19402.         ], [
  19403.             'subscriptionProductServiceRepository' => 'App\\Repository\\SubscriptionProductServiceRepository',
  19404.         ]);
  19405.     }
  19406.     /**
  19407.      * Gets the private '.service_locator.zfhfaAB' shared service.
  19408.      *
  19409.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19410.      */
  19411.     protected function get_ServiceLocator_ZfhfaABService()
  19412.     {
  19413.         return $this->privates['.service_locator.zfhfaAB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19414.             'obligations' => ['privates''App\\Repository\\ObligationsRepository''getObligationsRepositoryService'false],
  19415.         ], [
  19416.             'obligations' => 'App\\Repository\\ObligationsRepository',
  19417.         ]);
  19418.     }
  19419.     /**
  19420.      * Gets the private '.service_locator.zyI4Piw' shared service.
  19421.      *
  19422.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19423.      */
  19424.     protected function get_ServiceLocator_ZyI4PiwService()
  19425.     {
  19426.         return $this->privates['.service_locator.zyI4Piw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19427.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  19428.         ], [
  19429.             'entityManager' => '?',
  19430.         ]);
  19431.     }
  19432.     /**
  19433.      * Gets the private '.session.deprecated' shared service.
  19434.      *
  19435.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  19436.      */
  19437.     protected function get_Session_DeprecatedService()
  19438.     {
  19439.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  19440.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  19441.         return $this->privates['.session.deprecated'] = (new \Symfony\Bundle\FrameworkBundle\Session\DeprecatedSessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()))))->getSession();
  19442.     }
  19443.     /**
  19444.      * Gets the private '.twig.command.debug.lazy' shared service.
  19445.      *
  19446.      * @return \Symfony\Component\Console\Command\LazyCommand
  19447.      */
  19448.     protected function get_Twig_Command_Debug_LazyService()
  19449.     {
  19450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19451.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19452.         return $this->privates['.twig.command.debug.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('debug:twig', [], 'Show a list of twig functions, filters, globals and tests'false, function (): \Symfony\Bridge\Twig\Command\DebugCommand {
  19453.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  19454.         });
  19455.     }
  19456.     /**
  19457.      * Gets the private '.twig.command.lint.lazy' shared service.
  19458.      *
  19459.      * @return \Symfony\Component\Console\Command\LazyCommand
  19460.      */
  19461.     protected function get_Twig_Command_Lint_LazyService()
  19462.     {
  19463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19464.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19465.         return $this->privates['.twig.command.lint.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('lint:twig', [], 'Lint a Twig template and outputs encountered errors'false, function (): \Symfony\Bundle\TwigBundle\Command\LintCommand {
  19466.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  19467.         });
  19468.     }
  19469.     /**
  19470.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  19471.      *
  19472.      * @return \Symfony\Component\Console\Command\LazyCommand
  19473.      */
  19474.     protected function get_VarDumper_Command_ServerDump_LazyService()
  19475.     {
  19476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19477.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19478.         return $this->privates['.var_dumper.command.server_dump.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('server:dump', [], 'Start a dump server that collects and displays dumps in a single place'false, function (): \Symfony\Component\VarDumper\Command\ServerDumpCommand {
  19479.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  19480.         });
  19481.     }
  19482.     /**
  19483.      * Gets the private 'App\Command\Admin\CreateAdminUserCommand' shared autowired service.
  19484.      *
  19485.      * @return \App\Command\Admin\CreateAdminUserCommand
  19486.      */
  19487.     protected function getCreateAdminUserCommandService()
  19488.     {
  19489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19490.         include_once \dirname(__DIR__4).'/src/Command/Admin/ValidateInputAdminUserCommand.php';
  19491.         include_once \dirname(__DIR__4).'/src/Command/Admin/CreateAdminUserCommand.php';
  19492.         $this->privates['App\\Command\\Admin\\CreateAdminUserCommand'] = $instance = new \App\Command\Admin\CreateAdminUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  19493.         $instance->setName('admin:create:admin-user');
  19494.         return $instance;
  19495.     }
  19496.     /**
  19497.      * Gets the private 'App\Command\Admin\ImportThePropertyDailyNeedsCommand' shared autowired service.
  19498.      *
  19499.      * @return \App\Command\Admin\ImportThePropertyDailyNeedsCommand
  19500.      */
  19501.     protected function getImportThePropertyDailyNeedsCommandService()
  19502.     {
  19503.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19504.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyDailyNeedsCommand.php';
  19505.         $this->privates['App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand'] = $instance = new \App\Command\Admin\ImportThePropertyDailyNeedsCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19506.         $instance->setName('admin:import:daily-needs');
  19507.         $instance->setDescription('This command import the properties daily needs from a json file');
  19508.         return $instance;
  19509.     }
  19510.     /**
  19511.      * Gets the private 'App\Command\Admin\ImportThePropertyDocumentTypesCommand' shared autowired service.
  19512.      *
  19513.      * @return \App\Command\Admin\ImportThePropertyDocumentTypesCommand
  19514.      */
  19515.     protected function getImportThePropertyDocumentTypesCommandService()
  19516.     {
  19517.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19518.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyDocumentTypesCommand.php';
  19519.         $this->privates['App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand'] = $instance = new \App\Command\Admin\ImportThePropertyDocumentTypesCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19520.         $instance->setName('admin:import:property-document-types');
  19521.         $instance->setDescription('This command import the properties document types from a json file');
  19522.         return $instance;
  19523.     }
  19524.     /**
  19525.      * Gets the private 'App\Command\Admin\ImportThePropertyFeaturesCommand' shared autowired service.
  19526.      *
  19527.      * @return \App\Command\Admin\ImportThePropertyFeaturesCommand
  19528.      */
  19529.     protected function getImportThePropertyFeaturesCommandService()
  19530.     {
  19531.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19532.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyFeaturesCommand.php';
  19533.         $this->privates['App\\Command\\Admin\\ImportThePropertyFeaturesCommand'] = $instance = new \App\Command\Admin\ImportThePropertyFeaturesCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19534.         $instance->setName('admin:import:property-features');
  19535.         $instance->setDescription('This command import the properties features list from a json file');
  19536.         return $instance;
  19537.     }
  19538.     /**
  19539.      * Gets the private 'App\Command\Admin\ImportThePropertyOptionsCommand' shared autowired service.
  19540.      *
  19541.      * @return \App\Command\Admin\ImportThePropertyOptionsCommand
  19542.      */
  19543.     protected function getImportThePropertyOptionsCommandService()
  19544.     {
  19545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19546.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyOptionsCommand.php';
  19547.         $this->privates['App\\Command\\Admin\\ImportThePropertyOptionsCommand'] = $instance = new \App\Command\Admin\ImportThePropertyOptionsCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19548.         $instance->setName('admin:import:property-options');
  19549.         $instance->setDescription('This command import the properties options from a json file');
  19550.         return $instance;
  19551.     }
  19552.     /**
  19553.      * Gets the private 'App\Command\Admin\ImportTheServiceCategoriesCommand' shared autowired service.
  19554.      *
  19555.      * @return \App\Command\Admin\ImportTheServiceCategoriesCommand
  19556.      */
  19557.     protected function getImportTheServiceCategoriesCommandService()
  19558.     {
  19559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19560.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportTheServiceCategoriesCommand.php';
  19561.         $this->privates['App\\Command\\Admin\\ImportTheServiceCategoriesCommand'] = $instance = new \App\Command\Admin\ImportTheServiceCategoriesCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19562.         $instance->setName('admin:import:service-categories');
  19563.         $instance->setDescription('This command import the service proximity categories from a json file');
  19564.         return $instance;
  19565.     }
  19566.     /**
  19567.      * Gets the private 'App\Command\AlertCommand' shared autowired service.
  19568.      *
  19569.      * @return \App\Command\AlertCommand
  19570.      */
  19571.     protected function getAlertCommandService()
  19572.     {
  19573.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19574.         include_once \dirname(__DIR__4).'/src/Command/AlertCommand.php';
  19575.         $this->privates['App\\Command\\AlertCommand'] = $instance = new \App\Command\AlertCommand(($this->privates['App\\Repository\\AlertRepository'] ?? $this->getAlertRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService()), ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19576.         $instance->setName('app:alert:search-result');
  19577.         $instance->setDescription('Commande pour verifier si les alertes ont des reponses.');
  19578.         return $instance;
  19579.     }
  19580.     /**
  19581.      * Gets the private 'App\Command\BoilerExpert\BoilerBrusselsCommand' shared autowired service.
  19582.      *
  19583.      * @return \App\Command\BoilerExpert\BoilerBrusselsCommand
  19584.      */
  19585.     protected function getBoilerBrusselsCommandService()
  19586.     {
  19587.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19588.         include_once \dirname(__DIR__4).'/src/Command/BoilerExpert/BoilerBrusselsCommand.php';
  19589.         $this->privates['App\\Command\\BoilerExpert\\BoilerBrusselsCommand'] = $instance = new \App\Command\BoilerExpert\BoilerBrusselsCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19590.         $instance->setName('app:boiler-brussels');
  19591.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes d\'expert de chaudières  pour la Region Bruxelles Capitaled');
  19592.         return $instance;
  19593.     }
  19594.     /**
  19595.      * Gets the private 'App\Command\BoilerExpert\BoilerFlandreCommand' shared autowired service.
  19596.      *
  19597.      * @return \App\Command\BoilerExpert\BoilerFlandreCommand
  19598.      */
  19599.     protected function getBoilerFlandreCommandService()
  19600.     {
  19601.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19602.         include_once \dirname(__DIR__4).'/src/Command/BoilerExpert/BoilerFlandreCommand.php';
  19603.         $this->privates['App\\Command\\BoilerExpert\\BoilerFlandreCommand'] = $instance = new \App\Command\BoilerExpert\BoilerFlandreCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19604.         $instance->setName('app:boiler-flandre');
  19605.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes de chaudiere pour Flandre');
  19606.         return $instance;
  19607.     }
  19608.     /**
  19609.      * Gets the private 'App\Command\BoilerExpert\BoilerWallonieCommand' shared autowired service.
  19610.      *
  19611.      * @return \App\Command\BoilerExpert\BoilerWallonieCommand
  19612.      */
  19613.     protected function getBoilerWallonieCommandService()
  19614.     {
  19615.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19616.         include_once \dirname(__DIR__4).'/src/Command/BoilerExpert/BoilerWallonieCommand.php';
  19617.         $this->privates['App\\Command\\BoilerExpert\\BoilerWallonieCommand'] = $instance = new \App\Command\BoilerExpert\BoilerWallonieCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19618.         $instance->setName('app:boiler-wallonie');
  19619.         $instance->setDescription('Add a short description for your command');
  19620.         return $instance;
  19621.     }
  19622.     /**
  19623.      * Gets the private 'App\Command\CheckEmailReceivedCommand' shared autowired service.
  19624.      *
  19625.      * @return \App\Command\CheckEmailReceivedCommand
  19626.      */
  19627.     protected function getCheckEmailReceivedCommandService()
  19628.     {
  19629.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19630.         include_once \dirname(__DIR__4).'/src/Command/CheckEmailReceivedCommand.php';
  19631.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/InboundCheckerInterface.php';
  19632.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/InboundCheckerService.php';
  19633.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/HtmlParser.php';
  19634.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/AttachmentService.php';
  19635.         $this->privates['App\\Command\\CheckEmailReceivedCommand'] = $instance = new \App\Command\CheckEmailReceivedCommand(new \App\Service\Mailbox\Inbound\InboundCheckerService(($this->privates['App\\Repository\\CheckEmailProcessRepository'] ?? $this->getCheckEmailProcessRepositoryService()), ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService()), new \App\Service\Mailbox\Inbound\HtmlParser(), ($this->services['App\\Service\\Mailbox\\Inbound\\AttachmentService'] ?? ($this->services['App\\Service\\Mailbox\\Inbound\\AttachmentService'] = new \App\Service\Mailbox\Inbound\AttachmentService((\dirname(__DIR__4).'/public/uploads/attachments/'), '/uploads/attachments/')))));
  19636.         $instance->setName('email:inbound:check');
  19637.         return $instance;
  19638.     }
  19639.     /**
  19640.      * Gets the private 'App\Command\CreateEventsOnspanCommand' shared autowired service.
  19641.      *
  19642.      * @return \App\Command\CreateEventsOnspanCommand
  19643.      */
  19644.     protected function getCreateEventsOnspanCommandService()
  19645.     {
  19646.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19647.         include_once \dirname(__DIR__4).'/src/Command/CreateEventsOnspanCommand.php';
  19648.         $this->privates['App\\Command\\CreateEventsOnspanCommand'] = $instance = new \App\Command\CreateEventsOnspanCommand(($this->services['App\\Service\\Onespan\\EventNotificationService'] ?? $this->getEventNotificationServiceService()));
  19649.         $instance->setName('CreateEventsOnspan');
  19650.         $instance->setDescription('Create events notifications for Onespan');
  19651.         return $instance;
  19652.     }
  19653.     /**
  19654.      * Gets the private 'App\Command\ElevatorExpert\CompaniesCommand' shared autowired service.
  19655.      *
  19656.      * @return \App\Command\ElevatorExpert\CompaniesCommand
  19657.      */
  19658.     protected function getCompaniesCommandService()
  19659.     {
  19660.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19661.         include_once \dirname(__DIR__4).'/src/Command/ElevatorExpert/CompaniesCommand.php';
  19662.         $this->privates['App\\Command\\ElevatorExpert\\CompaniesCommand'] = $instance = new \App\Command\ElevatorExpert\CompaniesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()));
  19663.         $instance->setName('app:companies');
  19664.         $instance->setDescription('Commande pour ajouter des données pour simuler sur la liste des entreprises ayant un certificat valable pour les travaux d\'entretien');
  19665.         return $instance;
  19666.     }
  19667.     /**
  19668.      * Gets the private 'App\Command\Engie\NewEngieCommand' shared autowired service.
  19669.      *
  19670.      * @return \App\Command\Engie\NewEngieCommand
  19671.      */
  19672.     protected function getNewEngieCommandService()
  19673.     {
  19674.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19675.         include_once \dirname(__DIR__4).'/src/Command/Engie/NewEngieCommand.php';
  19676.         $this->privates['App\\Command\\Engie\\NewEngieCommand'] = $instance = new \App\Command\Engie\NewEngieCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19677.         $instance->setName('app:new-engie');
  19678.         $instance->setDescription('Command to import new engie data');
  19679.         return $instance;
  19680.     }
  19681.     /**
  19682.      * Gets the private 'App\Command\ImportArtistList' shared autowired service.
  19683.      *
  19684.      * @return \App\Command\ImportArtistList
  19685.      */
  19686.     protected function getImportArtistListService()
  19687.     {
  19688.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19689.         include_once \dirname(__DIR__4).'/src/Command/ImportArtistList.php';
  19690.         include_once \dirname(__DIR__4).'/src/Service/Manager/Society/SocietyManager.php';
  19691.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19692.         $this->privates['App\\Command\\ImportArtistList'] = $instance = new \App\Command\ImportArtistList($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), new \App\Service\Manager\Society\SocietyManager($a));
  19693.         $instance->setName('import:artist');
  19694.         $instance->setDescription('Import artist list');
  19695.         return $instance;
  19696.     }
  19697.     /**
  19698.      * Gets the private 'App\Command\ImportCsvBankCommand' shared autowired service.
  19699.      *
  19700.      * @return \App\Command\ImportCsvBankCommand
  19701.      */
  19702.     protected function getImportCsvBankCommandService()
  19703.     {
  19704.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19705.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvBankCommand.php';
  19706.         $this->privates['App\\Command\\ImportCsvBankCommand'] = $instance = new \App\Command\ImportCsvBankCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\PretRepository'] ?? $this->getPretRepositoryService()));
  19707.         $instance->setName('app:import:csv:bank');
  19708.         $instance->setDescription('Insertion du contenu di fichier csv dans la base de donnée');
  19709.         return $instance;
  19710.     }
  19711.     /**
  19712.      * Gets the private 'App\Command\ImportCsvsimulationCommand' shared autowired service.
  19713.      *
  19714.      * @return \App\Command\ImportCsvsimulationCommand
  19715.      */
  19716.     protected function getImportCsvsimulationCommandService()
  19717.     {
  19718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19719.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvsimulationCommand.php';
  19720.         $this->privates['App\\Command\\ImportCsvsimulationCommand'] = $instance = new \App\Command\ImportCsvsimulationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19721.         $instance->setName('app:import:csvsimulation');
  19722.         $instance->setDescription('Commande pour ajouter une simulation depuis un fichier csv.');
  19723.         return $instance;
  19724.     }
  19725.     /**
  19726.      * Gets the private 'App\Command\ImportEngineeringToUserCommand' shared autowired service.
  19727.      *
  19728.      * @return \App\Command\ImportEngineeringToUserCommand
  19729.      */
  19730.     protected function getImportEngineeringToUserCommandService()
  19731.     {
  19732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19733.         include_once \dirname(__DIR__4).'/src/Command/ImportEngineeringToUserCommand.php';
  19734.         $this->privates['App\\Command\\ImportEngineeringToUserCommand'] = $instance = new \App\Command\ImportEngineeringToUserCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\EngineeringOfficesRepository'] ?? $this->getEngineeringOfficesRepositoryService()));
  19735.         $instance->setName('app:import:engineering-to:user');
  19736.         return $instance;
  19737.     }
  19738.     /**
  19739.      * Gets the private 'App\Command\ImportExcelFileCommand' shared autowired service.
  19740.      *
  19741.      * @return \App\Command\ImportExcelFileCommand
  19742.      */
  19743.     protected function getImportExcelFileCommandService()
  19744.     {
  19745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19746.         include_once \dirname(__DIR__4).'/src/Command/ImportExcelFileCommand.php';
  19747.         include_once \dirname(__DIR__4).'/src/Service/Import/DataImportService.php';
  19748.         $a = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  19749.         $this->privates['App\\Command\\ImportExcelFileCommand'] = $instance = new \App\Command\ImportExcelFileCommand(new \App\Service\Import\DataImportService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a, ($this->privates['App\\Repository\\ExcelFileRepository'] ?? $this->getExcelFileRepositoryService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())), $a);
  19750.         $instance->setName('import:excel');
  19751.         $instance->setDescription('Importer les données depuis les fichiers xls, csv, xlsx');
  19752.         return $instance;
  19753.     }
  19754.     /**
  19755.      * Gets the private 'App\Command\ImportImageGeoportailCommand' shared autowired service.
  19756.      *
  19757.      * @return \App\Command\ImportImageGeoportailCommand
  19758.      */
  19759.     protected function getImportImageGeoportailCommandService()
  19760.     {
  19761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19762.         include_once \dirname(__DIR__4).'/src/Command/ImportImageGeoportailCommand.php';
  19763.         $this->privates['App\\Command\\ImportImageGeoportailCommand'] = $instance = new \App\Command\ImportImageGeoportailCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19764.         $instance->setName('app:import:image-geoportail');
  19765.         $instance->setDescription('Add a short description for your command');
  19766.         return $instance;
  19767.     }
  19768.     /**
  19769.      * Gets the private 'App\Command\ImportMovingCompanyCommand' shared autowired service.
  19770.      *
  19771.      * @return \App\Command\ImportMovingCompanyCommand
  19772.      */
  19773.     protected function getImportMovingCompanyCommandService()
  19774.     {
  19775.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19776.         include_once \dirname(__DIR__4).'/src/Command/ImportMovingCompanyCommand.php';
  19777.         $this->privates['App\\Command\\ImportMovingCompanyCommand'] = $instance = new \App\Command\ImportMovingCompanyCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Repository\\ExcelFileRepository'] ?? $this->getExcelFileRepositoryService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()));
  19778.         $instance->setName('import:moving-company');
  19779.         $instance->setDescription('Import moving company list');
  19780.         return $instance;
  19781.     }
  19782.     /**
  19783.      * Gets the private 'App\Command\ImportObligationsCommand' shared autowired service.
  19784.      *
  19785.      * @return \App\Command\ImportObligationsCommand
  19786.      */
  19787.     protected function getImportObligationsCommandService()
  19788.     {
  19789.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19790.         include_once \dirname(__DIR__4).'/src/Command/ImportObligationsCommand.php';
  19791.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  19792.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportObligationsManager.php';
  19793.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19794.         $this->privates['App\\Command\\ImportObligationsCommand'] = $instance = new \App\Command\ImportObligationsCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, new \App\Service\Manager\ImportObligationsManager(($this->privates['App\\Repository\\ObligationsRepository'] ?? $this->getObligationsRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->services['jms_serializer'] ?? $this->getJmsSerializerService()), $a), ($this->privates['App\\Service\\Csv\\CsvManager'] ?? $this->getCsvManagerService()));
  19795.         $instance->setName('import:environment:obligation');
  19796.         $instance->setDescription('Importer les obligations après demande de permis depuis un fichier csv');
  19797.         return $instance;
  19798.     }
  19799.     /**
  19800.      * Gets the private 'App\Command\ImportOccupationPeriodDataCommand' shared autowired service.
  19801.      *
  19802.      * @return \App\Command\ImportOccupationPeriodDataCommand
  19803.      */
  19804.     protected function getImportOccupationPeriodDataCommandService()
  19805.     {
  19806.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19807.         include_once \dirname(__DIR__4).'/src/Command/ImportOccupationPeriodDataCommand.php';
  19808.         $this->privates['App\\Command\\ImportOccupationPeriodDataCommand'] = $instance = new \App\Command\ImportOccupationPeriodDataCommand();
  19809.         $instance->setName('import:occupation:data');
  19810.         $instance->setDescription('Import days maximum occupation period');
  19811.         return $instance;
  19812.     }
  19813.     /**
  19814.      * Gets the private 'App\Command\ImportPrimeCommand' shared autowired service.
  19815.      *
  19816.      * @return \App\Command\ImportPrimeCommand
  19817.      */
  19818.     protected function getImportPrimeCommandService()
  19819.     {
  19820.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19821.         include_once \dirname(__DIR__4).'/src/Command/ImportPrimeCommand.php';
  19822.         include_once \dirname(__DIR__4).'/src/Service/Csv/ImportPrimeManager.php';
  19823.         $this->privates['App\\Command\\ImportPrimeCommand'] = $instance = new \App\Command\ImportPrimeCommand(($this->privates['App\\Service\\Csv\\CsvManager'] ?? $this->getCsvManagerService()), new \App\Service\Csv\ImportPrimeManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19824.         $instance->setName('import:prime-bruxelle');
  19825.         $instance->setDescription('Importer les types et les details de primes depuis un fichier csv');
  19826.         return $instance;
  19827.     }
  19828.     /**
  19829.      * Gets the private 'App\Command\ImportProviderSocietyCommand' shared autowired service.
  19830.      *
  19831.      * @return \App\Command\ImportProviderSocietyCommand
  19832.      */
  19833.     protected function getImportProviderSocietyCommandService()
  19834.     {
  19835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19836.         include_once \dirname(__DIR__4).'/src/Command/ImportProviderSocietyCommand.php';
  19837.         include_once \dirname(__DIR__4).'/src/Service/Manager/ProviderSocietyImportManager.php';
  19838.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  19839.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19840.         $this->privates['App\\Command\\ImportProviderSocietyCommand'] = $instance = new \App\Command\ImportProviderSocietyCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\ProviderSocietyCsvRepository'] ?? $this->getProviderSocietyCsvRepositoryService()), new \App\Service\Manager\ProviderSocietyImportManager($a, ($this->privates['App\\Repository\\ProviderSocietyRepository'] ?? $this->getProviderSocietyRepositoryService())), ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())));
  19841.         $instance->setName('import:provider-society');
  19842.         $instance->setDescription('Ajouter les sociétés de fournisseur');
  19843.         return $instance;
  19844.     }
  19845.     /**
  19846.      * Gets the private 'App\Command\ImportStreetAveragePriceCommand' shared autowired service.
  19847.      *
  19848.      * @return \App\Command\ImportStreetAveragePriceCommand
  19849.      */
  19850.     protected function getImportStreetAveragePriceCommandService()
  19851.     {
  19852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19853.         include_once \dirname(__DIR__4).'/src/Service/Common/StringUtils.php';
  19854.         include_once \dirname(__DIR__4).'/src/Service/Common/FloatUtils.php';
  19855.         include_once \dirname(__DIR__4).'/src/Service/Common/IntegerUtils.php';
  19856.         include_once \dirname(__DIR__4).'/src/Command/ImportStreetAveragePriceCommand.php';
  19857.         include_once \dirname(__DIR__4).'/src/Service/Api/Address/AddressService.php';
  19858.         $this->privates['App\\Command\\ImportStreetAveragePriceCommand'] = $instance = new \App\Command\ImportStreetAveragePriceCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), new \App\Service\Api\Address\AddressService(($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService())), ($this->privates['App\\Repository\\ExcelFileRepository'] ?? $this->getExcelFileRepositoryService()));
  19859.         $instance->setName('app:import:street-average-price');
  19860.         $instance->setDescription('Importer les prix moyens par mètre carré pour chaque rue.');
  19861.         return $instance;
  19862.     }
  19863.     /**
  19864.      * Gets the private 'App\Command\ImportThepropertyProviderCommand' shared autowired service.
  19865.      *
  19866.      * @return \App\Command\ImportThepropertyProviderCommand
  19867.      */
  19868.     protected function getImportThepropertyProviderCommandService()
  19869.     {
  19870.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19871.         include_once \dirname(__DIR__4).'/src/Command/ImportThepropertyProviderCommand.php';
  19872.         include_once \dirname(__DIR__4).'/src/Service/Manager/ThepropertyProviderImportManager.php';
  19873.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  19874.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19875.         $this->privates['App\\Command\\ImportThepropertyProviderCommand'] = $instance = new \App\Command\ImportThepropertyProviderCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $a, ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Repository\\ThepropertyProviderCsvRepository'] ?? $this->getThepropertyProviderCsvRepositoryService()), new \App\Service\Manager\ThepropertyProviderImportManager($a, ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['App\\Repository\\ThepropertyProviderRepository'] ?? $this->getThepropertyProviderRepositoryService()), ($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService())), ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] ?? ($this->privates['App\\Service\\Csv\\CsvConvertToArray'] = new \App\Service\Csv\CsvConvertToArray())));
  19876.         $instance->setName('app:import:thepropertyProvider');
  19877.         return $instance;
  19878.     }
  19879.     /**
  19880.      * Gets the private 'App\Command\InsertCsvPretCommand' shared autowired service.
  19881.      *
  19882.      * @return \App\Command\InsertCsvPretCommand
  19883.      */
  19884.     protected function getInsertCsvPretCommandService()
  19885.     {
  19886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19887.         include_once \dirname(__DIR__4).'/src/Command/InsertCsvPretCommand.php';
  19888.         $this->privates['App\\Command\\InsertCsvPretCommand'] = $instance = new \App\Command\InsertCsvPretCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19889.         $instance->setName('app:insert:csv-pret');
  19890.         $instance->setDescription('Insertion de contenu di fichier csv dans la base de donnée');
  19891.         return $instance;
  19892.     }
  19893.     /**
  19894.      * Gets the private 'App\Command\JsonFileCommand' shared autowired service.
  19895.      *
  19896.      * @return \App\Command\JsonFileCommand
  19897.      */
  19898.     protected function getJsonFileCommandService()
  19899.     {
  19900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19901.         include_once \dirname(__DIR__4).'/src/Command/JsonFileCommand.php';
  19902.         $this->privates['App\\Command\\JsonFileCommand'] = $instance = new \App\Command\JsonFileCommand(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $this, ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19903.         $instance->setName('app:import:json');
  19904.         $instance->setDescription('Importer les données depuis les fichiers json');
  19905.         return $instance;
  19906.     }
  19907.     /**
  19908.      * Gets the private 'App\Command\Mobility\FranceMobilityCommand' shared autowired service.
  19909.      *
  19910.      * @return \App\Command\Mobility\FranceMobilityCommand
  19911.      */
  19912.     protected function getFranceMobilityCommandService()
  19913.     {
  19914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19915.         include_once \dirname(__DIR__4).'/src/Command/Mobility/FranceMobilityCommand.php';
  19916.         include_once \dirname(__DIR__4).'/src/Service/Manager/FranceMobilityManager.php';
  19917.         $a = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  19918.         $this->privates['App\\Command\\Mobility\\FranceMobilityCommand'] = $instance = new \App\Command\Mobility\FranceMobilityCommand(new \App\Service\Manager\FranceMobilityManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $a), $a);
  19919.         $instance->setName('app:mobility:france');
  19920.         return $instance;
  19921.     }
  19922.     /**
  19923.      * Gets the private 'App\Command\MunicipalityCommand' shared autowired service.
  19924.      *
  19925.      * @return \App\Command\MunicipalityCommand
  19926.      */
  19927.     protected function getMunicipalityCommandService()
  19928.     {
  19929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19930.         include_once \dirname(__DIR__4).'/src/Command/MunicipalityCommand.php';
  19931.         $this->privates['App\\Command\\MunicipalityCommand'] = $instance = new \App\Command\MunicipalityCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19932.         $instance->setName('app:import:municipality');
  19933.         $instance->setDescription('Commande pour ajouter des communes depuis un fichier csv.');
  19934.         return $instance;
  19935.     }
  19936.     /**
  19937.      * Gets the private 'App\Command\PolygonTransformationCommand' shared autowired service.
  19938.      *
  19939.      * @return \App\Command\PolygonTransformationCommand
  19940.      */
  19941.     protected function getPolygonTransformationCommandService()
  19942.     {
  19943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19944.         include_once \dirname(__DIR__4).'/src/Command/PolygonTransformationCommand.php';
  19945.         $this->privates['App\\Command\\PolygonTransformationCommand'] = $instance = new \App\Command\PolygonTransformationCommand(($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19946.         $instance->setName('app:polygon:transformation');
  19947.         $instance->setDescription('Transform a array of coordinates to a polygon as string format');
  19948.         return $instance;
  19949.     }
  19950.     /**
  19951.      * Gets the private 'App\Command\PrimeAlertCommand' shared autowired service.
  19952.      *
  19953.      * @return \App\Command\PrimeAlertCommand
  19954.      */
  19955.     protected function getPrimeAlertCommandService()
  19956.     {
  19957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19958.         include_once \dirname(__DIR__4).'/src/Command/PrimeAlertCommand.php';
  19959.         $this->privates['App\\Command\\PrimeAlertCommand'] = $instance = new \App\Command\PrimeAlertCommand(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  19960.         $instance->setName('app:prime-alert');
  19961.         $instance->setDescription('Envoyez les alertes de suivie des procédures de prime');
  19962.         return $instance;
  19963.     }
  19964.     /**
  19965.      * Gets the private 'App\Command\RedisClearCacheCommand' shared autowired service.
  19966.      *
  19967.      * @return \App\Command\RedisClearCacheCommand
  19968.      */
  19969.     protected function getRedisClearCacheCommandService()
  19970.     {
  19971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19972.         include_once \dirname(__DIR__4).'/src/Command/RedisClearCacheCommand.php';
  19973.         $this->privates['App\\Command\\RedisClearCacheCommand'] = $instance = new \App\Command\RedisClearCacheCommand(($this->services['SymfonyBundles\\RedisBundle\\Redis\\ClientInterface'] ?? $this->getClientInterfaceService()));
  19974.         $instance->setName('app:redis:clear-cache');
  19975.         $instance->setDescription('Clears the Redis cache');
  19976.         return $instance;
  19977.     }
  19978.     /**
  19979.      * Gets the private 'App\Command\RegionCommand' shared autowired service.
  19980.      *
  19981.      * @return \App\Command\RegionCommand
  19982.      */
  19983.     protected function getRegionCommandService()
  19984.     {
  19985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19986.         include_once \dirname(__DIR__4).'/src/Command/RegionCommand.php';
  19987.         $this->privates['App\\Command\\RegionCommand'] = $instance = new \App\Command\RegionCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  19988.         $instance->setName('app:import:region');
  19989.         $instance->setDescription('Commande pour ajouter des regions depuis un fichier csv.');
  19990.         return $instance;
  19991.     }
  19992.     /**
  19993.      * Gets the private 'App\Command\RentestimationCommand' shared autowired service.
  19994.      *
  19995.      * @return \App\Command\RentestimationCommand
  19996.      */
  19997.     protected function getRentestimationCommandService()
  19998.     {
  19999.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20000.         include_once \dirname(__DIR__4).'/src/Command/RentestimationCommand.php';
  20001.         $this->privates['App\\Command\\RentestimationCommand'] = $instance = new \App\Command\RentestimationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  20002.         $instance->setName('app:import:rentestimation');
  20003.         $instance->setDescription('Commande pour ajouter des estimations de loyer depuis un fichier csv.');
  20004.         return $instance;
  20005.     }
  20006.     /**
  20007.      * Gets the private 'App\Command\SendEmailNotificationCommand' shared autowired service.
  20008.      *
  20009.      * @return \App\Command\SendEmailNotificationCommand
  20010.      */
  20011.     protected function getSendEmailNotificationCommandService()
  20012.     {
  20013.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20014.         include_once \dirname(__DIR__4).'/src/Command/SendEmailNotificationCommand.php';
  20015.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  20016.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  20017.         $this->privates['App\\Command\\SendEmailNotificationCommand'] = $instance = new \App\Command\SendEmailNotificationCommand(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), new \Symfony\Component\Mailer\Mailer(($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService())));
  20018.         $instance->setName('SendMailNotification');
  20019.         $instance->setDescription(' M’envoyer une alerte la veille de l’échéance, precount Bruxelles');
  20020.         return $instance;
  20021.     }
  20022.     /**
  20023.      * Gets the private 'App\Command\SendNotifSalesAgreementLimitCommand' shared autowired service.
  20024.      *
  20025.      * @return \App\Command\SendNotifSalesAgreementLimitCommand
  20026.      */
  20027.     protected function getSendNotifSalesAgreementLimitCommandService()
  20028.     {
  20029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20030.         include_once \dirname(__DIR__4).'/src/Command/SendNotifSalesAgreementLimitCommand.php';
  20031.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  20032.         $this->privates['App\\Command\\SendNotifSalesAgreementLimitCommand'] = $instance = new \App\Command\SendNotifSalesAgreementLimitCommand(($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Service\\TraitementDate'] ?? ($this->privates['App\\Service\\TraitementDate'] = new \App\Service\TraitementDate())), ($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'] ?? $this->getClientSalesAgreementServiceService()));
  20033.         $instance->setName('app:salesagreement:notif');
  20034.         $instance->setDescription('Notification de l\'utilisateur 3 jours avant le délai du compromis');
  20035.         return $instance;
  20036.     }
  20037.     /**
  20038.      * Gets the private 'App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand' shared autowired service.
  20039.      *
  20040.      * @return \App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand
  20041.      */
  20042.     protected function getCreatePermitLocationAndCategoryCommandService()
  20043.     {
  20044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20045.         include_once \dirname(__DIR__4).'/src/Command/SetUpEnvironmentData/CreatePermitLocationAndCategoryCommand.php';
  20046.         include_once \dirname(__DIR__4).'/src/Service/Environment/PermitPropertyService.php';
  20047.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20048.         $this->privates['App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand'] = $instance = new \App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand($a, new \App\Service\Environment\PermitPropertyService($a));
  20049.         $instance->setName('environment:create-location-category');
  20050.         $instance->setDescription('This command create Permit location and category for setup data for environments permit');
  20051.         return $instance;
  20052.     }
  20053.     /**
  20054.      * Gets the private 'App\Command\TankExpert\EngOffFlandreCommand' shared autowired service.
  20055.      *
  20056.      * @return \App\Command\TankExpert\EngOffFlandreCommand
  20057.      */
  20058.     protected function getEngOffFlandreCommandService()
  20059.     {
  20060.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20061.         include_once \dirname(__DIR__4).'/src/Command/TankExpert/EngOffFlandreCommand.php';
  20062.         $this->privates['App\\Command\\TankExpert\\EngOffFlandreCommand'] = $instance = new \App\Command\TankExpert\EngOffFlandreCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()));
  20063.         $instance->setName('app:engOffFlandre');
  20064.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes pour Flandre');
  20065.         return $instance;
  20066.     }
  20067.     /**
  20068.      * Gets the private 'App\Command\TankExpert\EngineeringOfficesCommand' shared autowired service.
  20069.      *
  20070.      * @return \App\Command\TankExpert\EngineeringOfficesCommand
  20071.      */
  20072.     protected function getEngineeringOfficesCommandService()
  20073.     {
  20074.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20075.         include_once \dirname(__DIR__4).'/src/Command/TankExpert/EngineeringOfficesCommand.php';
  20076.         $this->privates['App\\Command\\TankExpert\\EngineeringOfficesCommand'] = $instance = new \App\Command\TankExpert\EngineeringOfficesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()));
  20077.         $instance->setName('app:engineeringOffices');
  20078.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes d\'expert de citernes  pour la Region Bruxelles Capitale');
  20079.         return $instance;
  20080.     }
  20081.     /**
  20082.      * Gets the private 'App\Command\TankExpert\TankWallonieCommand' shared autowired service.
  20083.      *
  20084.      * @return \App\Command\TankExpert\TankWallonieCommand
  20085.      */
  20086.     protected function getTankWallonieCommandService()
  20087.     {
  20088.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20089.         include_once \dirname(__DIR__4).'/src/Command/TankExpert/TankWallonieCommand.php';
  20090.         $this->privates['App\\Command\\TankExpert\\TankWallonieCommand'] = $instance = new \App\Command\TankExpert\TankWallonieCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()));
  20091.         $instance->setName('app:tank-wallonie');
  20092.         $instance->setDescription('Add a short description for your command');
  20093.         return $instance;
  20094.     }
  20095.     /**
  20096.      * Gets the private 'App\Command\sendAlertAquisitionCommand' shared autowired service.
  20097.      *
  20098.      * @return \App\Command\sendAlertAquisitionCommand
  20099.      */
  20100.     protected function getSendAlertAquisitionCommandService()
  20101.     {
  20102.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  20103.         include_once \dirname(__DIR__4).'/src/Command/sendAlertAquisitionCommand.php';
  20104.         $this->privates['App\\Command\\sendAlertAquisitionCommand'] = $instance = new \App\Command\sendAlertAquisitionCommand(($this->privates['App\\Repository\\DomiciliationAquisitionRepository'] ?? $this->getDomiciliationAquisitionRepositoryService()), ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()), ($this->privates['App\\Repository\\DomiciliationResaleRepository'] ?? $this->getDomiciliationResaleRepositoryService()), ($this->privates['App\\Repository\\DomiciliationResidenceRepository'] ?? $this->getDomiciliationResidenceRepositoryService()));
  20105.         $instance->setName('app:aquisition:alert');
  20106.         $instance->setDescription('Notification de l\'utilisateur avant l\'echeanche');
  20107.         return $instance;
  20108.     }
  20109.     /**
  20110.      * Gets the private 'App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectCommentPersister' shared autowired service.
  20111.      *
  20112.      * @return \App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectCommentPersister
  20113.      */
  20114.     protected function getCreateNeighborhoodProjectCommentPersisterService()
  20115.     {
  20116.         include_once \dirname(__DIR__4).'/src/DataPersister/NeighborhoodProject/CreateNeighborhoodProjectCommentPersister.php';
  20117.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20118.         if (isset($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'])) {
  20119.             return $this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'];
  20120.         }
  20121.         return $this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'] = new \App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectCommentPersister($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20122.     }
  20123.     /**
  20124.      * Gets the private 'App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectReactionPersister' shared autowired service.
  20125.      *
  20126.      * @return \App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectReactionPersister
  20127.      */
  20128.     protected function getCreateNeighborhoodProjectReactionPersisterService()
  20129.     {
  20130.         include_once \dirname(__DIR__4).'/src/DataPersister/NeighborhoodProject/CreateNeighborhoodProjectReactionPersister.php';
  20131.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20132.         if (isset($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'])) {
  20133.             return $this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'];
  20134.         }
  20135.         return $this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'] = new \App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectReactionPersister($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  20136.     }
  20137.     /**
  20138.      * Gets the private 'App\DataProvider\UserProvider' shared autowired service.
  20139.      *
  20140.      * @return \App\DataProvider\UserProvider
  20141.      */
  20142.     protected function getUserProviderService()
  20143.     {
  20144.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  20145.         include_once \dirname(__DIR__4).'/src/DataProvider/UserProvider.php';
  20146.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20147.         if (isset($this->privates['App\\DataProvider\\UserProvider'])) {
  20148.             return $this->privates['App\\DataProvider\\UserProvider'];
  20149.         }
  20150.         return $this->privates['App\\DataProvider\\UserProvider'] = new \App\DataProvider\UserProvider($a);
  20151.     }
  20152.     /**
  20153.      * Gets the private 'App\DataTransformer\AssistanceObtained\SimulationInputDataTransformer' shared autowired service.
  20154.      *
  20155.      * @return \App\DataTransformer\AssistanceObtained\SimulationInputDataTransformer
  20156.      */
  20157.     protected function getSimulationInputDataTransformerService()
  20158.     {
  20159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  20160.         include_once \dirname(__DIR__4).'/src/DataTransformer/AssistanceObtained/SimulationInputDataTransformer.php';
  20161.         $a = ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService());
  20162.         if (isset($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'])) {
  20163.             return $this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'];
  20164.         }
  20165.         $b = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  20166.         if (isset($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'])) {
  20167.             return $this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'];
  20168.         }
  20169.         return $this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationInputDataTransformer($a, ($this->privates['App\\Repository\\MunicipalityRepository'] ?? $this->getMunicipalityRepositoryService()), $b);
  20170.     }
  20171.     /**
  20172.      * Gets the private 'App\DataTransformer\Precount\SimulationInputDataTransformer' shared autowired service.
  20173.      *
  20174.      * @return \App\DataTransformer\Precount\SimulationInputDataTransformer
  20175.      */
  20176.     protected function getSimulationInputDataTransformer2Service()
  20177.     {
  20178.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  20179.         include_once \dirname(__DIR__4).'/src/DataTransformer/Precount/SimulationInputDataTransformer.php';
  20180.         $a = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  20181.         if (isset($this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'])) {
  20182.             return $this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'];
  20183.         }
  20184.         return $this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'] = new \App\DataTransformer\Precount\SimulationInputDataTransformer(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['App\\Repository\\MunicipalityRepository'] ?? $this->getMunicipalityRepositoryService()), $a);
  20185.     }
  20186.     /**
  20187.      * Gets the private 'App\Doctrine\ImoAgentSolicitationExtension' shared autowired service.
  20188.      *
  20189.      * @return \App\Doctrine\ImoAgentSolicitationExtension
  20190.      */
  20191.     protected function getImoAgentSolicitationExtensionService()
  20192.     {
  20193.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  20194.         include_once \dirname(__DIR__4).'/src/Doctrine/ImoAgentSolicitationExtension.php';
  20195.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20196.         if (isset($this->privates['App\\Doctrine\\ImoAgentSolicitationExtension'])) {
  20197.             return $this->privates['App\\Doctrine\\ImoAgentSolicitationExtension'];
  20198.         }
  20199.         return $this->privates['App\\Doctrine\\ImoAgentSolicitationExtension'] = new \App\Doctrine\ImoAgentSolicitationExtension($a);
  20200.     }
  20201.     /**
  20202.      * Gets the private 'App\Doctrine\ServicePromoExtension' shared autowired service.
  20203.      *
  20204.      * @return \App\Doctrine\ServicePromoExtension
  20205.      */
  20206.     protected function getServicePromoExtensionService()
  20207.     {
  20208.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  20209.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  20210.         include_once \dirname(__DIR__4).'/src/Doctrine/ServicePromoExtension.php';
  20211.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20212.         if (isset($this->privates['App\\Doctrine\\ServicePromoExtension'])) {
  20213.             return $this->privates['App\\Doctrine\\ServicePromoExtension'];
  20214.         }
  20215.         return $this->privates['App\\Doctrine\\ServicePromoExtension'] = new \App\Doctrine\ServicePromoExtension($a);
  20216.     }
  20217.     /**
  20218.      * Gets the private 'App\EventListener\FilePathListener' shared autowired service.
  20219.      *
  20220.      * @return \App\EventListener\FilePathListener
  20221.      */
  20222.     protected function getFilePathListenerService()
  20223.     {
  20224.         include_once \dirname(__DIR__4).'/src/EventListener/FilePathListener.php';
  20225.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20226.         if (isset($this->privates['App\\EventListener\\FilePathListener'])) {
  20227.             return $this->privates['App\\EventListener\\FilePathListener'];
  20228.         }
  20229.         return $this->privates['App\\EventListener\\FilePathListener'] = new \App\EventListener\FilePathListener($a);
  20230.     }
  20231.     /**
  20232.      * Gets the private 'App\EventListener\ThePropertyAlertListener' shared autowired service.
  20233.      *
  20234.      * @return \App\EventListener\ThePropertyAlertListener
  20235.      */
  20236.     protected function getThePropertyAlertListenerService()
  20237.     {
  20238.         include_once \dirname(__DIR__4).'/src/EventListener/ThePropertyAlertListener.php';
  20239.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20240.         if (isset($this->privates['App\\EventListener\\ThePropertyAlertListener'])) {
  20241.             return $this->privates['App\\EventListener\\ThePropertyAlertListener'];
  20242.         }
  20243.         return $this->privates['App\\EventListener\\ThePropertyAlertListener'] = new \App\EventListener\ThePropertyAlertListener(($this->privates['App\\Repository\\AlertRepository'] ?? $this->getAlertRepositoryService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()));
  20244.     }
  20245.     /**
  20246.      * Gets the private 'App\EventListener\UrlContextListener' shared autowired service.
  20247.      *
  20248.      * @return \App\EventListener\UrlContextListener
  20249.      */
  20250.     protected function getUrlContextListenerService()
  20251.     {
  20252.         return $this->privates['App\\EventListener\\UrlContextListener'] = new \App\EventListener\UrlContextListener(($this->privates['App\\Service\\UrlContext'] ?? ($this->privates['App\\Service\\UrlContext'] = new \App\Service\UrlContext())));
  20253.     }
  20254.     /**
  20255.      * Gets the private 'App\EventSubscriber\AccounringGardenUserSubscriber' shared autowired service.
  20256.      *
  20257.      * @return \App\EventSubscriber\AccounringGardenUserSubscriber
  20258.      */
  20259.     protected function getAccounringGardenUserSubscriberService()
  20260.     {
  20261.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20262.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AccounringGardenUserSubscriber.php';
  20263.         return $this->privates['App\\EventSubscriber\\AccounringGardenUserSubscriber'] = new \App\EventSubscriber\AccounringGardenUserSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  20264.     }
  20265.     /**
  20266.      * Gets the private 'App\EventSubscriber\AccountingGardenSubsriber' shared autowired service.
  20267.      *
  20268.      * @return \App\EventSubscriber\AccountingGardenSubsriber
  20269.      */
  20270.     protected function getAccountingGardenSubsriberService()
  20271.     {
  20272.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20273.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AccountingGardenSubsriber.php';
  20274.         return $this->privates['App\\EventSubscriber\\AccountingGardenSubsriber'] = new \App\EventSubscriber\AccountingGardenSubsriber();
  20275.     }
  20276.     /**
  20277.      * Gets the private 'App\EventSubscriber\AddOfferLeaseSubscriber' shared autowired service.
  20278.      *
  20279.      * @return \App\EventSubscriber\AddOfferLeaseSubscriber
  20280.      */
  20281.     protected function getAddOfferLeaseSubscriberService()
  20282.     {
  20283.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AddOfferLeaseSubscriber.php';
  20284.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  20285.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/AddOfferLeaseService.php';
  20286.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  20287.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  20288.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20289.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20290.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20291.         }
  20292.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20293.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20294.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20295.         }
  20296.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20297.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20298.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20299.         }
  20300.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20301.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20302.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20303.         }
  20304.         return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'] = new \App\EventSubscriber\AddOfferLeaseSubscriber(new \App\Service\Api\OfferLease\AddOfferLeaseService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $c, ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign())), $d, ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN'))))), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  20305.     }
  20306.     /**
  20307.      * Gets the private 'App\EventSubscriber\AlertEventSubscriber' shared autowired service.
  20308.      *
  20309.      * @return \App\EventSubscriber\AlertEventSubscriber
  20310.      */
  20311.     protected function getAlertEventSubscriberService()
  20312.     {
  20313.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AlertEventSubscriber.php';
  20314.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20315.         if (isset($this->privates['App\\EventSubscriber\\AlertEventSubscriber'])) {
  20316.             return $this->privates['App\\EventSubscriber\\AlertEventSubscriber'];
  20317.         }
  20318.         return $this->privates['App\\EventSubscriber\\AlertEventSubscriber'] = new \App\EventSubscriber\AlertEventSubscriber($a);
  20319.     }
  20320.     /**
  20321.      * Gets the private 'App\EventSubscriber\BankSimulationSubscriber' shared autowired service.
  20322.      *
  20323.      * @return \App\EventSubscriber\BankSimulationSubscriber
  20324.      */
  20325.     protected function getBankSimulationSubscriberService()
  20326.     {
  20327.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20328.         if (isset($this->privates['App\\EventSubscriber\\BankSimulationSubscriber'])) {
  20329.             return $this->privates['App\\EventSubscriber\\BankSimulationSubscriber'];
  20330.         }
  20331.         return $this->privates['App\\EventSubscriber\\BankSimulationSubscriber'] = new \App\EventSubscriber\BankSimulationSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), ($this->privates['App\\Repository\\BankSimulationRepository'] ?? $this->getBankSimulationRepositoryService()), $a);
  20332.     }
  20333.     /**
  20334.      * Gets the private 'App\EventSubscriber\CoOwnershipBalancePostSubscriber' shared autowired service.
  20335.      *
  20336.      * @return \App\EventSubscriber\CoOwnershipBalancePostSubscriber
  20337.      */
  20338.     protected function getCoOwnershipBalancePostSubscriberService()
  20339.     {
  20340.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20341.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CoOwnershipBalancePostSubscriber.php';
  20342.         return $this->privates['App\\EventSubscriber\\CoOwnershipBalancePostSubscriber'] = new \App\EventSubscriber\CoOwnershipBalancePostSubscriber();
  20343.     }
  20344.     /**
  20345.      * Gets the private 'App\EventSubscriber\CoOwnershipInvoicesPostSubscriber' shared autowired service.
  20346.      *
  20347.      * @return \App\EventSubscriber\CoOwnershipInvoicesPostSubscriber
  20348.      */
  20349.     protected function getCoOwnershipInvoicesPostSubscriberService()
  20350.     {
  20351.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20352.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CoOwnershipInvoicesPostSubscriber.php';
  20353.         return $this->privates['App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber'] = new \App\EventSubscriber\CoOwnershipInvoicesPostSubscriber();
  20354.     }
  20355.     /**
  20356.      * Gets the private 'App\EventSubscriber\CommunityPostAlertSubscriber' shared autowired service.
  20357.      *
  20358.      * @return \App\EventSubscriber\CommunityPostAlertSubscriber
  20359.      */
  20360.     protected function getCommunityPostAlertSubscriberService()
  20361.     {
  20362.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CommunityPostAlertSubscriber.php';
  20363.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20364.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'])) {
  20365.             return $this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'];
  20366.         }
  20367.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20368.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'])) {
  20369.             return $this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'];
  20370.         }
  20371.         return $this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'] = new \App\EventSubscriber\CommunityPostAlertSubscriber($a$b, ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()));
  20372.     }
  20373.     /**
  20374.      * Gets the private 'App\EventSubscriber\CommunityPostEventSubscriber' shared autowired service.
  20375.      *
  20376.      * @return \App\EventSubscriber\CommunityPostEventSubscriber
  20377.      */
  20378.     protected function getCommunityPostEventSubscriberService()
  20379.     {
  20380.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CommunityPostEventSubscriber.php';
  20381.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20382.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'])) {
  20383.             return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'];
  20384.         }
  20385.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20386.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'])) {
  20387.             return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'];
  20388.         }
  20389.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20390.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'])) {
  20391.             return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'];
  20392.         }
  20393.         return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'] = new \App\EventSubscriber\CommunityPostEventSubscriber($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), $c, ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())));
  20394.     }
  20395.     /**
  20396.      * Gets the private 'App\EventSubscriber\CommunityPostReadSubscriber' shared autowired service.
  20397.      *
  20398.      * @return \App\EventSubscriber\CommunityPostReadSubscriber
  20399.      */
  20400.     protected function getCommunityPostReadSubscriberService()
  20401.     {
  20402.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CommunityPostReadSubscriber.php';
  20403.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20404.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'])) {
  20405.             return $this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'];
  20406.         }
  20407.         return $this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'] = new \App\EventSubscriber\CommunityPostReadSubscriber($a);
  20408.     }
  20409.     /**
  20410.      * Gets the private 'App\EventSubscriber\CreatePdfEnvironment' shared autowired service.
  20411.      *
  20412.      * @return \App\EventSubscriber\CreatePdfEnvironment
  20413.      */
  20414.     protected function getCreatePdfEnvironmentService()
  20415.     {
  20416.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CreatePdfEnvironment.php';
  20417.         include_once \dirname(__DIR__4).'/src/Service/TraitementImage.php';
  20418.         $a = ($this->privates['App\\Service\\Api\\PermitEnvironmentalService'] ?? $this->getPermitEnvironmentalServiceService());
  20419.         if (isset($this->privates['App\\EventSubscriber\\CreatePdfEnvironment'])) {
  20420.             return $this->privates['App\\EventSubscriber\\CreatePdfEnvironment'];
  20421.         }
  20422.         return $this->privates['App\\EventSubscriber\\CreatePdfEnvironment'] = new \App\EventSubscriber\CreatePdfEnvironment(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), new \App\Service\TraitementImage(), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), $a);
  20423.     }
  20424.     /**
  20425.      * Gets the private 'App\EventSubscriber\CurrentUserExceptionSubscriber' shared autowired service.
  20426.      *
  20427.      * @return \App\EventSubscriber\CurrentUserExceptionSubscriber
  20428.      */
  20429.     protected function getCurrentUserExceptionSubscriberService()
  20430.     {
  20431.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CurrentUserExceptionSubscriber.php';
  20432.         return $this->privates['App\\EventSubscriber\\CurrentUserExceptionSubscriber'] = new \App\EventSubscriber\CurrentUserExceptionSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20433.     }
  20434.     /**
  20435.      * Gets the private 'App\EventSubscriber\CurrentUserSubscriber' shared autowired service.
  20436.      *
  20437.      * @return \App\EventSubscriber\CurrentUserSubscriber
  20438.      */
  20439.     protected function getCurrentUserSubscriberService()
  20440.     {
  20441.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20442.         if (isset($this->privates['App\\EventSubscriber\\CurrentUserSubscriber'])) {
  20443.             return $this->privates['App\\EventSubscriber\\CurrentUserSubscriber'];
  20444.         }
  20445.         return $this->privates['App\\EventSubscriber\\CurrentUserSubscriber'] = new \App\EventSubscriber\CurrentUserSubscriber($a);
  20446.     }
  20447.     /**
  20448.      * Gets the private 'App\EventSubscriber\DeleteCommitteeEventSubscriber' shared autowired service.
  20449.      *
  20450.      * @return \App\EventSubscriber\DeleteCommitteeEventSubscriber
  20451.      */
  20452.     protected function getDeleteCommitteeEventSubscriberService()
  20453.     {
  20454.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DeleteCommitteeEventSubscriber.php';
  20455.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20456.         if (isset($this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'])) {
  20457.             return $this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'];
  20458.         }
  20459.         return $this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'] = new \App\EventSubscriber\DeleteCommitteeEventSubscriber($a, ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20460.     }
  20461.     /**
  20462.      * Gets the private 'App\EventSubscriber\DeleteDesignNeighborhoodEventSubscriber' shared autowired service.
  20463.      *
  20464.      * @return \App\EventSubscriber\DeleteDesignNeighborhoodEventSubscriber
  20465.      */
  20466.     protected function getDeleteDesignNeighborhoodEventSubscriberService()
  20467.     {
  20468.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DeleteDesignNeighborhoodEventSubscriber.php';
  20469.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20470.         if (isset($this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'])) {
  20471.             return $this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'];
  20472.         }
  20473.         return $this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'] = new \App\EventSubscriber\DeleteDesignNeighborhoodEventSubscriber($a, ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20474.     }
  20475.     /**
  20476.      * Gets the private 'App\EventSubscriber\DesignNeighborhoodExceptionSubscriber' shared autowired service.
  20477.      *
  20478.      * @return \App\EventSubscriber\DesignNeighborhoodExceptionSubscriber
  20479.      */
  20480.     protected function getDesignNeighborhoodExceptionSubscriberService()
  20481.     {
  20482.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DesignNeighborhoodExceptionSubscriber.php';
  20483.         return $this->privates['App\\EventSubscriber\\DesignNeighborhoodExceptionSubscriber'] = new \App\EventSubscriber\DesignNeighborhoodExceptionSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20484.     }
  20485.     /**
  20486.      * Gets the private 'App\EventSubscriber\EditRegistersSubscriber' shared autowired service.
  20487.      *
  20488.      * @return \App\EventSubscriber\EditRegistersSubscriber
  20489.      */
  20490.     protected function getEditRegistersSubscriberService()
  20491.     {
  20492.         return $this->privates['App\\EventSubscriber\\EditRegistersSubscriber'] = new \App\EventSubscriber\EditRegistersSubscriber(($this->privates['App\\Repository\\EditRegistersRepository'] ?? $this->getEditRegistersRepositoryService()), ($this->privates['App\\Repository\\RegistersRepository'] ?? $this->getRegistersRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  20493.     }
  20494.     /**
  20495.      * Gets the private 'App\EventSubscriber\InjectUserSubscriber' shared autowired service.
  20496.      *
  20497.      * @return \App\EventSubscriber\InjectUserSubscriber
  20498.      */
  20499.     protected function getInjectUserSubscriberService()
  20500.     {
  20501.         include_once \dirname(__DIR__4).'/src/EventSubscriber/InjectUserSubscriber.php';
  20502.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20503.         if (isset($this->privates['App\\EventSubscriber\\InjectUserSubscriber'])) {
  20504.             return $this->privates['App\\EventSubscriber\\InjectUserSubscriber'];
  20505.         }
  20506.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20507.         if (isset($this->privates['App\\EventSubscriber\\InjectUserSubscriber'])) {
  20508.             return $this->privates['App\\EventSubscriber\\InjectUserSubscriber'];
  20509.         }
  20510.         return $this->privates['App\\EventSubscriber\\InjectUserSubscriber'] = new \App\EventSubscriber\InjectUserSubscriber($a$b);
  20511.     }
  20512.     /**
  20513.      * Gets the private 'App\EventSubscriber\MissingParameterRequestDataExceptionSubscriber' shared autowired service.
  20514.      *
  20515.      * @return \App\EventSubscriber\MissingParameterRequestDataExceptionSubscriber
  20516.      */
  20517.     protected function getMissingParameterRequestDataExceptionSubscriberService()
  20518.     {
  20519.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MissingParameterRequestDataExceptionSubscriber.php';
  20520.         return $this->privates['App\\EventSubscriber\\MissingParameterRequestDataExceptionSubscriber'] = new \App\EventSubscriber\MissingParameterRequestDataExceptionSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20521.     }
  20522.     /**
  20523.      * Gets the private 'App\EventSubscriber\PermitPropertySubscriber' shared autowired service.
  20524.      *
  20525.      * @return \App\EventSubscriber\PermitPropertySubscriber
  20526.      */
  20527.     protected function getPermitPropertySubscriberService()
  20528.     {
  20529.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20530.         if (isset($this->privates['App\\EventSubscriber\\PermitPropertySubscriber'])) {
  20531.             return $this->privates['App\\EventSubscriber\\PermitPropertySubscriber'];
  20532.         }
  20533.         return $this->privates['App\\EventSubscriber\\PermitPropertySubscriber'] = new \App\EventSubscriber\PermitPropertySubscriber(($this->privates['App\\Repository\\PermitPropertyRepository'] ?? $this->getPermitPropertyRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Repository\\AnnexPermitPropertyRepository'] ?? $this->getAnnexPermitPropertyRepositoryService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), $a, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  20534.     }
  20535.     /**
  20536.      * Gets the private 'App\EventSubscriber\PostThepropertyLotSubscriber' shared autowired service.
  20537.      *
  20538.      * @return \App\EventSubscriber\PostThepropertyLotSubscriber
  20539.      */
  20540.     protected function getPostThepropertyLotSubscriberService()
  20541.     {
  20542.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20543.         include_once \dirname(__DIR__4).'/src/EventSubscriber/PostThepropertyLotSubscriber.php';
  20544.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20545.         if (isset($this->privates['App\\EventSubscriber\\PostThepropertyLotSubscriber'])) {
  20546.             return $this->privates['App\\EventSubscriber\\PostThepropertyLotSubscriber'];
  20547.         }
  20548.         return $this->privates['App\\EventSubscriber\\PostThepropertyLotSubscriber'] = new \App\EventSubscriber\PostThepropertyLotSubscriber($a, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())));
  20549.     }
  20550.     /**
  20551.      * Gets the private 'App\EventSubscriber\PrimeRequestEventSubscriber' shared autowired service.
  20552.      *
  20553.      * @return \App\EventSubscriber\PrimeRequestEventSubscriber
  20554.      */
  20555.     protected function getPrimeRequestEventSubscriberService()
  20556.     {
  20557.         include_once \dirname(__DIR__4).'/src/EventSubscriber/PrimeRequestEventSubscriber.php';
  20558.         $a = ($this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'] ?? $this->getProviderWaterInterventionPdfService());
  20559.         if (isset($this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'])) {
  20560.             return $this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'];
  20561.         }
  20562.         return $this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'] = new \App\EventSubscriber\PrimeRequestEventSubscriber(($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), $a);
  20563.     }
  20564.     /**
  20565.      * Gets the private 'App\EventSubscriber\ProviderServiceSubscriber' shared autowired service.
  20566.      *
  20567.      * @return \App\EventSubscriber\ProviderServiceSubscriber
  20568.      */
  20569.     protected function getProviderServiceSubscriberService()
  20570.     {
  20571.         return $this->privates['App\\EventSubscriber\\ProviderServiceSubscriber'] = new \App\EventSubscriber\ProviderServiceSubscriber(($this->privates['App\\Repository\\ProviderSibelgaRepository'] ?? $this->getProviderSibelgaRepositoryService()), ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), ($this->privates['App\\Repository\\ProviderSibelgaWorkRepository'] ?? $this->getProviderSibelgaWorkRepositoryService()), ($this->privates['App\\Repository\\ProviderSocietyRepository'] ?? $this->getProviderSocietyRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Repository\\ProviderSolarRepository'] ?? $this->getProviderSolarRepositoryService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  20572.     }
  20573.     /**
  20574.      * Gets the private 'App\EventSubscriber\ProviderSolarSubscriber' shared autowired service.
  20575.      *
  20576.      * @return \App\EventSubscriber\ProviderSolarSubscriber
  20577.      */
  20578.     protected function getProviderSolarSubscriberService()
  20579.     {
  20580.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20581.         if (isset($this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'])) {
  20582.             return $this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'];
  20583.         }
  20584.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20585.         if (isset($this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'])) {
  20586.             return $this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'];
  20587.         }
  20588.         return $this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'] = new \App\EventSubscriber\ProviderSolarSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()), ($this->privates['App\\Repository\\ProviderSolarDeclarationCadastreRepository'] ?? $this->getProviderSolarDeclarationCadastreRepositoryService()), $a, ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), $b, ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()));
  20589.     }
  20590.     /**
  20591.      * Gets the private 'App\EventSubscriber\ResponseSubscriber' shared autowired service.
  20592.      *
  20593.      * @return \App\EventSubscriber\ResponseSubscriber
  20594.      */
  20595.     protected function getResponseSubscriberService()
  20596.     {
  20597.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20598.         if (isset($this->privates['App\\EventSubscriber\\ResponseSubscriber'])) {
  20599.             return $this->privates['App\\EventSubscriber\\ResponseSubscriber'];
  20600.         }
  20601.         return $this->privates['App\\EventSubscriber\\ResponseSubscriber'] = new \App\EventSubscriber\ResponseSubscriber(new \App\Service\Api\Community\ResponseService(($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), $a, ($this->privates['App\\Repository\\CommunityCoordinateRepository'] ?? $this->getCommunityCoordinateRepositoryService())));
  20602.     }
  20603.     /**
  20604.      * Gets the private 'App\EventSubscriber\TheServiceSubscriber' shared autowired service.
  20605.      *
  20606.      * @return \App\EventSubscriber\TheServiceSubscriber
  20607.      */
  20608.     protected function getTheServiceSubscriberService()
  20609.     {
  20610.         include_once \dirname(__DIR__4).'/src/EventSubscriber/TheServiceSubscriber.php';
  20611.         $a = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  20612.         if (isset($this->privates['App\\EventSubscriber\\TheServiceSubscriber'])) {
  20613.             return $this->privates['App\\EventSubscriber\\TheServiceSubscriber'];
  20614.         }
  20615.         return $this->privates['App\\EventSubscriber\\TheServiceSubscriber'] = new \App\EventSubscriber\TheServiceSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20616.     }
  20617.     /**
  20618.      * Gets the private 'App\EventSubscriber\UserServicePromoSubscriber' shared autowired service.
  20619.      *
  20620.      * @return \App\EventSubscriber\UserServicePromoSubscriber
  20621.      */
  20622.     protected function getUserServicePromoSubscriberService()
  20623.     {
  20624.         include_once \dirname(__DIR__4).'/src/EventSubscriber/UserServicePromoSubscriber.php';
  20625.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20626.         if (isset($this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'])) {
  20627.             return $this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'];
  20628.         }
  20629.         return $this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'] = new \App\EventSubscriber\UserServicePromoSubscriber($a, ($this->privates['App\\Repository\\UserServicePromoRepository'] ?? $this->getUserServicePromoRepositoryService()));
  20630.     }
  20631.     /**
  20632.      * Gets the private 'App\Filter\CadastreFilter' shared autowired service.
  20633.      *
  20634.      * @return \App\Filter\CadastreFilter
  20635.      */
  20636.     protected function getCadastreFilterService()
  20637.     {
  20638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20645.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  20646.         return $this->privates['App\\Filter\\CadastreFilter'] = new \App\Filter\CadastreFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20647.     }
  20648.     /**
  20649.      * Gets the private 'App\Filter\ChangeWaterBranchFilter' shared autowired service.
  20650.      *
  20651.      * @return \App\Filter\ChangeWaterBranchFilter
  20652.      */
  20653.     protected function getChangeWaterBranchFilterService()
  20654.     {
  20655.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20657.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20658.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20659.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20660.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20661.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20662.         include_once \dirname(__DIR__4).'/src/Filter/ChangeWaterBranchFilter.php';
  20663.         return $this->privates['App\\Filter\\ChangeWaterBranchFilter'] = new \App\Filter\ChangeWaterBranchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20664.     }
  20665.     /**
  20666.      * Gets the private 'App\Filter\CommunityPostAuthorFilter' shared autowired service.
  20667.      *
  20668.      * @return \App\Filter\CommunityPostAuthorFilter
  20669.      */
  20670.     protected function getCommunityPostAuthorFilterService()
  20671.     {
  20672.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20673.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20674.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20675.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20676.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20678.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20679.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostAuthorFilter.php';
  20680.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20681.         if (isset($this->privates['App\\Filter\\CommunityPostAuthorFilter'])) {
  20682.             return $this->privates['App\\Filter\\CommunityPostAuthorFilter'];
  20683.         }
  20684.         return $this->privates['App\\Filter\\CommunityPostAuthorFilter'] = new \App\Filter\CommunityPostAuthorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20685.     }
  20686.     /**
  20687.      * Gets the private 'App\Filter\CommunityPostCategoryFilter' shared autowired service.
  20688.      *
  20689.      * @return \App\Filter\CommunityPostCategoryFilter
  20690.      */
  20691.     protected function getCommunityPostCategoryFilterService()
  20692.     {
  20693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20700.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCategoryFilter.php';
  20701.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20702.         if (isset($this->privates['App\\Filter\\CommunityPostCategoryFilter'])) {
  20703.             return $this->privates['App\\Filter\\CommunityPostCategoryFilter'];
  20704.         }
  20705.         return $this->privates['App\\Filter\\CommunityPostCategoryFilter'] = new \App\Filter\CommunityPostCategoryFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20706.     }
  20707.     /**
  20708.      * Gets the private 'App\Filter\CommunityPostCommentFilter' shared autowired service.
  20709.      *
  20710.      * @return \App\Filter\CommunityPostCommentFilter
  20711.      */
  20712.     protected function getCommunityPostCommentFilterService()
  20713.     {
  20714.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20716.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20717.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20718.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20721.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommentFilter.php';
  20722.         return $this->privates['App\\Filter\\CommunityPostCommentFilter'] = new \App\Filter\CommunityPostCommentFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20723.     }
  20724.     /**
  20725.      * Gets the private 'App\Filter\CommunityPostCommitteeFilter' shared autowired service.
  20726.      *
  20727.      * @return \App\Filter\CommunityPostCommitteeFilter
  20728.      */
  20729.     protected function getCommunityPostCommitteeFilterService()
  20730.     {
  20731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20733.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20734.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20735.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20737.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20738.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommitteeFilter.php';
  20739.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20740.         if (isset($this->privates['App\\Filter\\CommunityPostCommitteeFilter'])) {
  20741.             return $this->privates['App\\Filter\\CommunityPostCommitteeFilter'];
  20742.         }
  20743.         return $this->privates['App\\Filter\\CommunityPostCommitteeFilter'] = new \App\Filter\CommunityPostCommitteeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20744.     }
  20745.     /**
  20746.      * Gets the private 'App\Filter\CommunityPostTypeFilter' shared autowired service.
  20747.      *
  20748.      * @return \App\Filter\CommunityPostTypeFilter
  20749.      */
  20750.     protected function getCommunityPostTypeFilterService()
  20751.     {
  20752.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20753.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20754.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20755.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20756.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20757.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20758.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20759.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostTypeFilter.php';
  20760.         return $this->privates['App\\Filter\\CommunityPostTypeFilter'] = new \App\Filter\CommunityPostTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20761.     }
  20762.     /**
  20763.      * Gets the private 'App\Filter\InvoiceWaterFilter' shared autowired service.
  20764.      *
  20765.      * @return \App\Filter\InvoiceWaterFilter
  20766.      */
  20767.     protected function getInvoiceWaterFilterService()
  20768.     {
  20769.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20770.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20771.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20772.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20773.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20774.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20775.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20776.         include_once \dirname(__DIR__4).'/src/Filter/InvoiceWaterFilter.php';
  20777.         return $this->privates['App\\Filter\\InvoiceWaterFilter'] = new \App\Filter\InvoiceWaterFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20778.     }
  20779.     /**
  20780.      * Gets the private 'App\Filter\MessageConversationFilter' shared autowired service.
  20781.      *
  20782.      * @return \App\Filter\MessageConversationFilter
  20783.      */
  20784.     protected function getMessageConversationFilterService()
  20785.     {
  20786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20788.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20789.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20790.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20791.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20792.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20793.         include_once \dirname(__DIR__4).'/src/Filter/MessageConversationFilter.php';
  20794.         return $this->privates['App\\Filter\\MessageConversationFilter'] = new \App\Filter\MessageConversationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20795.     }
  20796.     /**
  20797.      * Gets the private 'App\Filter\NearbyFilter' shared autowired service.
  20798.      *
  20799.      * @return \App\Filter\NearbyFilter
  20800.      */
  20801.     protected function getNearbyFilterService()
  20802.     {
  20803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20807.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20808.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20809.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20810.         include_once \dirname(__DIR__4).'/src/Filter/NearbyFilter.php';
  20811.         return $this->privates['App\\Filter\\NearbyFilter'] = new \App\Filter\NearbyFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20812.     }
  20813.     /**
  20814.      * Gets the private 'App\Filter\ProviderWatterConsumptionFilter' shared autowired service.
  20815.      *
  20816.      * @return \App\Filter\ProviderWatterConsumptionFilter
  20817.      */
  20818.     protected function getProviderWatterConsumptionFilterService()
  20819.     {
  20820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20821.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20822.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20823.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20825.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20826.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20827.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterConsumptionFilter.php';
  20828.         return $this->privates['App\\Filter\\ProviderWatterConsumptionFilter'] = new \App\Filter\ProviderWatterConsumptionFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20829.     }
  20830.     /**
  20831.      * Gets the private 'App\Filter\ProviderWatterDeleteFilter' shared autowired service.
  20832.      *
  20833.      * @return \App\Filter\ProviderWatterDeleteFilter
  20834.      */
  20835.     protected function getProviderWatterDeleteFilterService()
  20836.     {
  20837.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20838.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20839.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20840.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20841.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20842.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20843.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20844.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterDeleteFilter.php';
  20845.         return $this->privates['App\\Filter\\ProviderWatterDeleteFilter'] = new \App\Filter\ProviderWatterDeleteFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20846.     }
  20847.     /**
  20848.      * Gets the private 'App\Filter\ProviderWatterInterventionOrderFilter' shared autowired service.
  20849.      *
  20850.      * @return \App\Filter\ProviderWatterInterventionOrderFilter
  20851.      */
  20852.     protected function getProviderWatterInterventionOrderFilterService()
  20853.     {
  20854.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20855.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20856.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20857.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20858.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20860.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20861.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterInterventionOrderFilter.php';
  20862.         return $this->privates['App\\Filter\\ProviderWatterInterventionOrderFilter'] = new \App\Filter\ProviderWatterInterventionOrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20863.     }
  20864.     /**
  20865.      * Gets the private 'App\Filter\SearchFilter' shared autowired service.
  20866.      *
  20867.      * @return \App\Filter\SearchFilter
  20868.      */
  20869.     protected function getSearchFilterService()
  20870.     {
  20871.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20872.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20873.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20874.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20875.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20876.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20877.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20878.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  20879.         return $this->privates['App\\Filter\\SearchFilter'] = new \App\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20880.     }
  20881.     /**
  20882.      * Gets the private 'App\Filter\SyndicChatGroupFilter' shared autowired service.
  20883.      *
  20884.      * @return \App\Filter\SyndicChatGroupFilter
  20885.      */
  20886.     protected function getSyndicChatGroupFilterService()
  20887.     {
  20888.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20889.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20890.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20891.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20892.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20893.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20894.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20895.         include_once \dirname(__DIR__4).'/src/Filter/SyndicChatGroupFilter.php';
  20896.         return $this->privates['App\\Filter\\SyndicChatGroupFilter'] = new \App\Filter\SyndicChatGroupFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20897.     }
  20898.     /**
  20899.      * Gets the private 'App\Form\AdressType' shared autowired service.
  20900.      *
  20901.      * @return \App\Form\AdressType
  20902.      */
  20903.     protected function getAdressTypeService()
  20904.     {
  20905.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20906.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20907.         include_once \dirname(__DIR__4).'/src/Form/AdressType.php';
  20908.         return $this->privates['App\\Form\\AdressType'] = new \App\Form\AdressType();
  20909.     }
  20910.     /**
  20911.      * Gets the private 'App\Form\AllObjectAnnouncementType' shared autowired service.
  20912.      *
  20913.      * @return \App\Form\AllObjectAnnouncementType
  20914.      */
  20915.     protected function getAllObjectAnnouncementTypeService()
  20916.     {
  20917.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20918.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20919.         include_once \dirname(__DIR__4).'/src/Form/AllObjectAnnouncementType.php';
  20920.         return $this->privates['App\\Form\\AllObjectAnnouncementType'] = new \App\Form\AllObjectAnnouncementType();
  20921.     }
  20922.     /**
  20923.      * Gets the private 'App\Form\ArchitectArtWorkType' shared autowired service.
  20924.      *
  20925.      * @return \App\Form\ArchitectArtWorkType
  20926.      */
  20927.     protected function getArchitectArtWorkTypeService()
  20928.     {
  20929.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20930.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20931.         include_once \dirname(__DIR__4).'/src/Form/ArchitectArtWorkType.php';
  20932.         return $this->privates['App\\Form\\ArchitectArtWorkType'] = new \App\Form\ArchitectArtWorkType();
  20933.     }
  20934.     /**
  20935.      * Gets the private 'App\Form\ArchitectSpecialistType' shared autowired service.
  20936.      *
  20937.      * @return \App\Form\ArchitectSpecialistType
  20938.      */
  20939.     protected function getArchitectSpecialistTypeService()
  20940.     {
  20941.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20942.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20943.         include_once \dirname(__DIR__4).'/src/Form/ArchitectSpecialistType.php';
  20944.         return $this->privates['App\\Form\\ArchitectSpecialistType'] = new \App\Form\ArchitectSpecialistType();
  20945.     }
  20946.     /**
  20947.      * Gets the private 'App\Form\AreaCsvType' shared autowired service.
  20948.      *
  20949.      * @return \App\Form\AreaCsvType
  20950.      */
  20951.     protected function getAreaCsvTypeService()
  20952.     {
  20953.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20954.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20955.         include_once \dirname(__DIR__4).'/src/Form/AreaCsvType.php';
  20956.         return $this->privates['App\\Form\\AreaCsvType'] = new \App\Form\AreaCsvType();
  20957.     }
  20958.     /**
  20959.      * Gets the private 'App\Form\BankAccountClientType' shared autowired service.
  20960.      *
  20961.      * @return \App\Form\BankAccountClientType
  20962.      */
  20963.     protected function getBankAccountClientTypeService()
  20964.     {
  20965.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20966.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20967.         include_once \dirname(__DIR__4).'/src/Form/BankAccountClientType.php';
  20968.         return $this->privates['App\\Form\\BankAccountClientType'] = new \App\Form\BankAccountClientType();
  20969.     }
  20970.     /**
  20971.      * Gets the private 'App\Form\BankCardType' shared autowired service.
  20972.      *
  20973.      * @return \App\Form\BankCardType
  20974.      */
  20975.     protected function getBankCardTypeService()
  20976.     {
  20977.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20978.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20979.         include_once \dirname(__DIR__4).'/src/Form/BankCardType.php';
  20980.         return $this->privates['App\\Form\\BankCardType'] = new \App\Form\BankCardType();
  20981.     }
  20982.     /**
  20983.      * Gets the private 'App\Form\BankType' shared autowired service.
  20984.      *
  20985.      * @return \App\Form\BankType
  20986.      */
  20987.     protected function getBankTypeService()
  20988.     {
  20989.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20990.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20991.         include_once \dirname(__DIR__4).'/src/Form/BankType.php';
  20992.         return $this->privates['App\\Form\\BankType'] = new \App\Form\BankType();
  20993.     }
  20994.     /**
  20995.      * Gets the private 'App\Form\BrugisType' shared autowired service.
  20996.      *
  20997.      * @return \App\Form\BrugisType
  20998.      */
  20999.     protected function getBrugisTypeService()
  21000.     {
  21001.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21002.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21003.         include_once \dirname(__DIR__4).'/src/Form/BrugisType.php';
  21004.         return $this->privates['App\\Form\\BrugisType'] = new \App\Form\BrugisType();
  21005.     }
  21006.     /**
  21007.      * Gets the private 'App\Form\CategoryEnvironnementType' shared autowired service.
  21008.      *
  21009.      * @return \App\Form\CategoryEnvironnementType
  21010.      */
  21011.     protected function getCategoryEnvironnementTypeService()
  21012.     {
  21013.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21014.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21015.         include_once \dirname(__DIR__4).'/src/Form/CategoryEnvironnementType.php';
  21016.         return $this->privates['App\\Form\\CategoryEnvironnementType'] = new \App\Form\CategoryEnvironnementType();
  21017.     }
  21018.     /**
  21019.      * Gets the private 'App\Form\ChoicecategoryType' shared autowired service.
  21020.      *
  21021.      * @return \App\Form\ChoicecategoryType
  21022.      */
  21023.     protected function getChoicecategoryTypeService()
  21024.     {
  21025.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21026.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21027.         include_once \dirname(__DIR__4).'/src/Form/ChoicecategoryType.php';
  21028.         return $this->privates['App\\Form\\ChoicecategoryType'] = new \App\Form\ChoicecategoryType();
  21029.     }
  21030.     /**
  21031.      * Gets the private 'App\Form\CityType' shared autowired service.
  21032.      *
  21033.      * @return \App\Form\CityType
  21034.      */
  21035.     protected function getCityTypeService()
  21036.     {
  21037.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21038.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21039.         include_once \dirname(__DIR__4).'/src/Form/CityType.php';
  21040.         return $this->privates['App\\Form\\CityType'] = new \App\Form\CityType();
  21041.     }
  21042.     /**
  21043.      * Gets the private 'App\Form\ClientFrontType' shared autowired service.
  21044.      *
  21045.      * @return \App\Form\ClientFrontType
  21046.      */
  21047.     protected function getClientFrontTypeService()
  21048.     {
  21049.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21050.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21051.         include_once \dirname(__DIR__4).'/src/Form/ClientFrontType.php';
  21052.         return $this->privates['App\\Form\\ClientFrontType'] = new \App\Form\ClientFrontType();
  21053.     }
  21054.     /**
  21055.      * Gets the private 'App\Form\ClientType' shared autowired service.
  21056.      *
  21057.      * @return \App\Form\ClientType
  21058.      */
  21059.     protected function getClientTypeService()
  21060.     {
  21061.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21062.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21063.         include_once \dirname(__DIR__4).'/src/Form/ClientType.php';
  21064.         return $this->privates['App\\Form\\ClientType'] = new \App\Form\ClientType();
  21065.     }
  21066.     /**
  21067.      * Gets the private 'App\Form\ClientclauseType' shared autowired service.
  21068.      *
  21069.      * @return \App\Form\ClientclauseType
  21070.      */
  21071.     protected function getClientclauseTypeService()
  21072.     {
  21073.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21074.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21075.         include_once \dirname(__DIR__4).'/src/Form/ClientclauseType.php';
  21076.         return $this->privates['App\\Form\\ClientclauseType'] = new \App\Form\ClientclauseType();
  21077.     }
  21078.     /**
  21079.      * Gets the private 'App\Form\ClientfriendType' shared autowired service.
  21080.      *
  21081.      * @return \App\Form\ClientfriendType
  21082.      */
  21083.     protected function getClientfriendTypeService()
  21084.     {
  21085.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21086.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21087.         include_once \dirname(__DIR__4).'/src/Form/ClientfriendType.php';
  21088.         return $this->privates['App\\Form\\ClientfriendType'] = new \App\Form\ClientfriendType();
  21089.     }
  21090.     /**
  21091.      * Gets the private 'App\Form\CountryType' shared autowired service.
  21092.      *
  21093.      * @return \App\Form\CountryType
  21094.      */
  21095.     protected function getCountryTypeService()
  21096.     {
  21097.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21098.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21099.         include_once \dirname(__DIR__4).'/src/Form/CountryType.php';
  21100.         return $this->privates['App\\Form\\CountryType'] = new \App\Form\CountryType();
  21101.     }
  21102.     /**
  21103.      * Gets the private 'App\Form\CsvType' shared autowired service.
  21104.      *
  21105.      * @return \App\Form\CsvType
  21106.      */
  21107.     protected function getCsvTypeService()
  21108.     {
  21109.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21110.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21111.         include_once \dirname(__DIR__4).'/src/Form/CsvType.php';
  21112.         return $this->privates['App\\Form\\CsvType'] = new \App\Form\CsvType();
  21113.     }
  21114.     /**
  21115.      * Gets the private 'App\Form\DVFType' shared autowired service.
  21116.      *
  21117.      * @return \App\Form\DVFType
  21118.      */
  21119.     protected function getDVFTypeService()
  21120.     {
  21121.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21122.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21123.         include_once \dirname(__DIR__4).'/src/Form/DVFType.php';
  21124.         return $this->privates['App\\Form\\DVFType'] = new \App\Form\DVFType();
  21125.     }
  21126.     /**
  21127.      * Gets the private 'App\Form\DailyNeededType' shared autowired service.
  21128.      *
  21129.      * @return \App\Form\DailyNeededType
  21130.      */
  21131.     protected function getDailyNeededTypeService()
  21132.     {
  21133.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21134.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21135.         include_once \dirname(__DIR__4).'/src/Form/DailyNeededType.php';
  21136.         return $this->privates['App\\Form\\DailyNeededType'] = new \App\Form\DailyNeededType();
  21137.     }
  21138.     /**
  21139.      * Gets the private 'App\Form\DeedOfSaleType' shared autowired service.
  21140.      *
  21141.      * @return \App\Form\DeedOfSaleType
  21142.      */
  21143.     protected function getDeedOfSaleTypeService()
  21144.     {
  21145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21146.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21147.         include_once \dirname(__DIR__4).'/src/Form/DeedOfSaleType.php';
  21148.         return $this->privates['App\\Form\\DeedOfSaleType'] = new \App\Form\DeedOfSaleType();
  21149.     }
  21150.     /**
  21151.      * Gets the private 'App\Form\DefaultclauseType' shared autowired service.
  21152.      *
  21153.      * @return \App\Form\DefaultclauseType
  21154.      */
  21155.     protected function getDefaultclauseTypeService()
  21156.     {
  21157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21159.         include_once \dirname(__DIR__4).'/src/Form/DefaultclauseType.php';
  21160.         return $this->privates['App\\Form\\DefaultclauseType'] = new \App\Form\DefaultclauseType();
  21161.     }
  21162.     /**
  21163.      * Gets the private 'App\Form\DemenagementAnnoncementType' shared autowired service.
  21164.      *
  21165.      * @return \App\Form\DemenagementAnnoncementType
  21166.      */
  21167.     protected function getDemenagementAnnoncementTypeService()
  21168.     {
  21169.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21170.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21171.         include_once \dirname(__DIR__4).'/src/Form/DemenagementAnnoncementType.php';
  21172.         return $this->privates['App\\Form\\DemenagementAnnoncementType'] = new \App\Form\DemenagementAnnoncementType();
  21173.     }
  21174.     /**
  21175.      * Gets the private 'App\Form\DistanceType' shared autowired service.
  21176.      *
  21177.      * @return \App\Form\DistanceType
  21178.      */
  21179.     protected function getDistanceTypeService()
  21180.     {
  21181.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21182.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21183.         include_once \dirname(__DIR__4).'/src/Form/DistanceType.php';
  21184.         return $this->privates['App\\Form\\DistanceType'] = new \App\Form\DistanceType();
  21185.     }
  21186.     /**
  21187.      * Gets the private 'App\Form\EducationCsvType' shared autowired service.
  21188.      *
  21189.      * @return \App\Form\EducationCsvType
  21190.      */
  21191.     protected function getEducationCsvTypeService()
  21192.     {
  21193.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21194.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21195.         include_once \dirname(__DIR__4).'/src/Form/EducationCsvType.php';
  21196.         return $this->privates['App\\Form\\EducationCsvType'] = new \App\Form\EducationCsvType();
  21197.     }
  21198.     /**
  21199.      * Gets the private 'App\Form\EngieCsvType' shared autowired service.
  21200.      *
  21201.      * @return \App\Form\EngieCsvType
  21202.      */
  21203.     protected function getEngieCsvTypeService()
  21204.     {
  21205.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21206.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21207.         include_once \dirname(__DIR__4).'/src/Form/EngieCsvType.php';
  21208.         return $this->privates['App\\Form\\EngieCsvType'] = new \App\Form\EngieCsvType();
  21209.     }
  21210.     /**
  21211.      * Gets the private 'App\Form\ExcelFileType' shared autowired service.
  21212.      *
  21213.      * @return \App\Form\ExcelFileType
  21214.      */
  21215.     protected function getExcelFileTypeService()
  21216.     {
  21217.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21218.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21219.         include_once \dirname(__DIR__4).'/src/Form/ExcelFileType.php';
  21220.         return $this->privates['App\\Form\\ExcelFileType'] = new \App\Form\ExcelFileType();
  21221.     }
  21222.     /**
  21223.      * Gets the private 'App\Form\ExcelFileWorkType' shared autowired service.
  21224.      *
  21225.      * @return \App\Form\ExcelFileWorkType
  21226.      */
  21227.     protected function getExcelFileWorkTypeService()
  21228.     {
  21229.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21230.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21231.         include_once \dirname(__DIR__4).'/src/Form/ExcelFileWorkType.php';
  21232.         return $this->privates['App\\Form\\ExcelFileWorkType'] = new \App\Form\ExcelFileWorkType();
  21233.     }
  21234.     /**
  21235.      * Gets the private 'App\Form\ExternalProviderAdvertisingType' shared autowired service.
  21236.      *
  21237.      * @return \App\Form\ExternalProviderAdvertisingType
  21238.      */
  21239.     protected function getExternalProviderAdvertisingTypeService()
  21240.     {
  21241.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21242.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21243.         include_once \dirname(__DIR__4).'/src/Form/ExternalProviderAdvertisingType.php';
  21244.         return $this->privates['App\\Form\\ExternalProviderAdvertisingType'] = new \App\Form\ExternalProviderAdvertisingType();
  21245.     }
  21246.     /**
  21247.      * Gets the private 'App\Form\ExternalProviderOfferType' shared autowired service.
  21248.      *
  21249.      * @return \App\Form\ExternalProviderOfferType
  21250.      */
  21251.     protected function getExternalProviderOfferTypeService()
  21252.     {
  21253.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21254.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21255.         include_once \dirname(__DIR__4).'/src/Form/ExternalProviderOfferType.php';
  21256.         return $this->privates['App\\Form\\ExternalProviderOfferType'] = new \App\Form\ExternalProviderOfferType();
  21257.     }
  21258.     /**
  21259.      * Gets the private 'App\Form\ExternalProviderType' shared autowired service.
  21260.      *
  21261.      * @return \App\Form\ExternalProviderType
  21262.      */
  21263.     protected function getExternalProviderTypeService()
  21264.     {
  21265.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21266.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21267.         include_once \dirname(__DIR__4).'/src/Form/ExternalProviderType.php';
  21268.         return $this->privates['App\\Form\\ExternalProviderType'] = new \App\Form\ExternalProviderType();
  21269.     }
  21270.     /**
  21271.      * Gets the private 'App\Form\FeatureType' shared autowired service.
  21272.      *
  21273.      * @return \App\Form\FeatureType
  21274.      */
  21275.     protected function getFeatureTypeService()
  21276.     {
  21277.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21278.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21279.         include_once \dirname(__DIR__4).'/src/Form/FeatureType.php';
  21280.         return $this->privates['App\\Form\\FeatureType'] = new \App\Form\FeatureType();
  21281.     }
  21282.     /**
  21283.      * Gets the private 'App\Form\ImagepubType' shared autowired service.
  21284.      *
  21285.      * @return \App\Form\ImagepubType
  21286.      */
  21287.     protected function getImagepubTypeService()
  21288.     {
  21289.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21290.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21291.         include_once \dirname(__DIR__4).'/src/Form/ImagepubType.php';
  21292.         return $this->privates['App\\Form\\ImagepubType'] = new \App\Form\ImagepubType();
  21293.     }
  21294.     /**
  21295.      * Gets the private 'App\Form\KycDocumenType' shared autowired service.
  21296.      *
  21297.      * @return \App\Form\KycDocumenType
  21298.      */
  21299.     protected function getKycDocumenTypeService()
  21300.     {
  21301.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21302.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21303.         include_once \dirname(__DIR__4).'/src/Form/KycDocumenType.php';
  21304.         return $this->privates['App\\Form\\KycDocumenType'] = new \App\Form\KycDocumenType();
  21305.     }
  21306.     /**
  21307.      * Gets the private 'App\Form\LandPropertyDestinationType' shared autowired service.
  21308.      *
  21309.      * @return \App\Form\LandPropertyDestinationType
  21310.      */
  21311.     protected function getLandPropertyDestinationTypeService()
  21312.     {
  21313.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21314.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21315.         include_once \dirname(__DIR__4).'/src/Form/LandPropertyDestinationType.php';
  21316.         return $this->privates['App\\Form\\LandPropertyDestinationType'] = new \App\Form\LandPropertyDestinationType();
  21317.     }
  21318.     /**
  21319.      * Gets the private 'App\Form\LeaseContractAnnexType' shared autowired service.
  21320.      *
  21321.      * @return \App\Form\LeaseContractAnnexType
  21322.      */
  21323.     protected function getLeaseContractAnnexTypeService()
  21324.     {
  21325.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21326.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21327.         include_once \dirname(__DIR__4).'/src/Form/LeaseContractAnnexType.php';
  21328.         return $this->privates['App\\Form\\LeaseContractAnnexType'] = new \App\Form\LeaseContractAnnexType();
  21329.     }
  21330.     /**
  21331.      * Gets the private 'App\Form\LeaseContractModelType' shared autowired service.
  21332.      *
  21333.      * @return \App\Form\LeaseContractModelType
  21334.      */
  21335.     protected function getLeaseContractModelTypeService()
  21336.     {
  21337.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21338.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21339.         include_once \dirname(__DIR__4).'/src/Form/LeaseContractModelType.php';
  21340.         return $this->privates['App\\Form\\LeaseContractModelType'] = new \App\Form\LeaseContractModelType();
  21341.     }
  21342.     /**
  21343.      * Gets the private 'App\Form\LocationTypeType' shared autowired service.
  21344.      *
  21345.      * @return \App\Form\LocationTypeType
  21346.      */
  21347.     protected function getLocationTypeTypeService()
  21348.     {
  21349.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21350.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21351.         include_once \dirname(__DIR__4).'/src/Form/LocationTypeType.php';
  21352.         return $this->privates['App\\Form\\LocationTypeType'] = new \App\Form\LocationTypeType();
  21353.     }
  21354.     /**
  21355.      * Gets the private 'App\Form\Location\UrbanInformationType' shared autowired service.
  21356.      *
  21357.      * @return \App\Form\Location\UrbanInformationType
  21358.      */
  21359.     protected function getUrbanInformationTypeService()
  21360.     {
  21361.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21362.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21363.         include_once \dirname(__DIR__4).'/src/Form/Location/UrbanInformationType.php';
  21364.         return $this->privates['App\\Form\\Location\\UrbanInformationType'] = new \App\Form\Location\UrbanInformationType();
  21365.     }
  21366.     /**
  21367.      * Gets the private 'App\Form\MagasinType' shared autowired service.
  21368.      *
  21369.      * @return \App\Form\MagasinType
  21370.      */
  21371.     protected function getMagasinTypeService()
  21372.     {
  21373.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21374.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21375.         include_once \dirname(__DIR__4).'/src/Form/MagasinType.php';
  21376.         return $this->privates['App\\Form\\MagasinType'] = new \App\Form\MagasinType();
  21377.     }
  21378.     /**
  21379.      * Gets the private 'App\Form\ModelType' shared autowired service.
  21380.      *
  21381.      * @return \App\Form\ModelType
  21382.      */
  21383.     protected function getModelTypeService()
  21384.     {
  21385.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21386.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21387.         include_once \dirname(__DIR__4).'/src/Form/ModelType.php';
  21388.         return $this->privates['App\\Form\\ModelType'] = new \App\Form\ModelType();
  21389.     }
  21390.     /**
  21391.      * Gets the private 'App\Form\MunicipalityType' shared autowired service.
  21392.      *
  21393.      * @return \App\Form\MunicipalityType
  21394.      */
  21395.     protected function getMunicipalityTypeService()
  21396.     {
  21397.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21398.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21399.         include_once \dirname(__DIR__4).'/src/Form/MunicipalityType.php';
  21400.         return $this->privates['App\\Form\\MunicipalityType'] = new \App\Form\MunicipalityType();
  21401.     }
  21402.     /**
  21403.      * Gets the private 'App\Form\NeighborhoodEdit\TextureTreeDType' shared autowired service.
  21404.      *
  21405.      * @return \App\Form\NeighborhoodEdit\TextureTreeDType
  21406.      */
  21407.     protected function getTextureTreeDTypeService()
  21408.     {
  21409.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21411.         include_once \dirname(__DIR__4).'/src/Form/NeighborhoodEdit/TextureTreeDType.php';
  21412.         return $this->privates['App\\Form\\NeighborhoodEdit\\TextureTreeDType'] = new \App\Form\NeighborhoodEdit\TextureTreeDType();
  21413.     }
  21414.     /**
  21415.      * Gets the private 'App\Form\NeighborhoodType' shared autowired service.
  21416.      *
  21417.      * @return \App\Form\NeighborhoodType
  21418.      */
  21419.     protected function getNeighborhoodTypeService()
  21420.     {
  21421.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21422.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21423.         include_once \dirname(__DIR__4).'/src/Form/NeighborhoodType.php';
  21424.         return $this->privates['App\\Form\\NeighborhoodType'] = new \App\Form\NeighborhoodType();
  21425.     }
  21426.     /**
  21427.      * Gets the private 'App\Form\NewProjectImmoCsvType' shared autowired service.
  21428.      *
  21429.      * @return \App\Form\NewProjectImmoCsvType
  21430.      */
  21431.     protected function getNewProjectImmoCsvTypeService()
  21432.     {
  21433.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21435.         include_once \dirname(__DIR__4).'/src/Form/NewProjectImmoCsvType.php';
  21436.         return $this->privates['App\\Form\\NewProjectImmoCsvType'] = new \App\Form\NewProjectImmoCsvType();
  21437.     }
  21438.     /**
  21439.      * Gets the private 'App\Form\NotaryCsvType' shared autowired service.
  21440.      *
  21441.      * @return \App\Form\NotaryCsvType
  21442.      */
  21443.     protected function getNotaryCsvTypeService()
  21444.     {
  21445.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21446.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21447.         include_once \dirname(__DIR__4).'/src/Form/NotaryCsvType.php';
  21448.         return $this->privates['App\\Form\\NotaryCsvType'] = new \App\Form\NotaryCsvType();
  21449.     }
  21450.     /**
  21451.      * Gets the private 'App\Form\NotaryType' shared autowired service.
  21452.      *
  21453.      * @return \App\Form\NotaryType
  21454.      */
  21455.     protected function getNotaryTypeService()
  21456.     {
  21457.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21458.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21459.         include_once \dirname(__DIR__4).'/src/Form/NotaryType.php';
  21460.         return $this->privates['App\\Form\\NotaryType'] = new \App\Form\NotaryType();
  21461.     }
  21462.     /**
  21463.      * Gets the private 'App\Form\ObligationCsvType' shared autowired service.
  21464.      *
  21465.      * @return \App\Form\ObligationCsvType
  21466.      */
  21467.     protected function getObligationCsvTypeService()
  21468.     {
  21469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21470.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21471.         include_once \dirname(__DIR__4).'/src/Form/ObligationCsvType.php';
  21472.         return $this->privates['App\\Form\\ObligationCsvType'] = new \App\Form\ObligationCsvType();
  21473.     }
  21474.     /**
  21475.      * Gets the private 'App\Form\ObligationType' shared autowired service.
  21476.      *
  21477.      * @return \App\Form\ObligationType
  21478.      */
  21479.     protected function getObligationTypeService()
  21480.     {
  21481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21482.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21483.         include_once \dirname(__DIR__4).'/src/Form/ObligationType.php';
  21484.         return $this->privates['App\\Form\\ObligationType'] = new \App\Form\ObligationType();
  21485.     }
  21486.     /**
  21487.      * Gets the private 'App\Form\OccupationPeriodFileType' shared autowired service.
  21488.      *
  21489.      * @return \App\Form\OccupationPeriodFileType
  21490.      */
  21491.     protected function getOccupationPeriodFileTypeService()
  21492.     {
  21493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21494.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21495.         include_once \dirname(__DIR__4).'/src/Form/OccupationPeriodFileType.php';
  21496.         return $this->privates['App\\Form\\OccupationPeriodFileType'] = new \App\Form\OccupationPeriodFileType();
  21497.     }
  21498.     /**
  21499.      * Gets the private 'App\Form\OccupieCsvType' shared autowired service.
  21500.      *
  21501.      * @return \App\Form\OccupieCsvType
  21502.      */
  21503.     protected function getOccupieCsvTypeService()
  21504.     {
  21505.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21506.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21507.         include_once \dirname(__DIR__4).'/src/Form/OccupieCsvType.php';
  21508.         return $this->privates['App\\Form\\OccupieCsvType'] = new \App\Form\OccupieCsvType();
  21509.     }
  21510.     /**
  21511.      * Gets the private 'App\Form\OccupieEstimationType' shared autowired service.
  21512.      *
  21513.      * @return \App\Form\OccupieEstimationType
  21514.      */
  21515.     protected function getOccupieEstimationTypeService()
  21516.     {
  21517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21519.         include_once \dirname(__DIR__4).'/src/Form/OccupieEstimationType.php';
  21520.         return $this->privates['App\\Form\\OccupieEstimationType'] = new \App\Form\OccupieEstimationType();
  21521.     }
  21522.     /**
  21523.      * Gets the private 'App\Form\OfferType' shared autowired service.
  21524.      *
  21525.      * @return \App\Form\OfferType
  21526.      */
  21527.     protected function getOfferTypeService()
  21528.     {
  21529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21531.         include_once \dirname(__DIR__4).'/src/Form/OfferType.php';
  21532.         return $this->privates['App\\Form\\OfferType'] = new \App\Form\OfferType();
  21533.     }
  21534.     /**
  21535.      * Gets the private 'App\Form\OptionType' shared autowired service.
  21536.      *
  21537.      * @return \App\Form\OptionType
  21538.      */
  21539.     protected function getOptionTypeService()
  21540.     {
  21541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21543.         include_once \dirname(__DIR__4).'/src/Form/OptionType.php';
  21544.         return $this->privates['App\\Form\\OptionType'] = new \App\Form\OptionType();
  21545.     }
  21546.     /**
  21547.      * Gets the private 'App\Form\ParameterType' shared autowired service.
  21548.      *
  21549.      * @return \App\Form\ParameterType
  21550.      */
  21551.     protected function getParameterTypeService()
  21552.     {
  21553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21555.         include_once \dirname(__DIR__4).'/src/Form/ParameterType.php';
  21556.         return $this->privates['App\\Form\\ParameterType'] = new \App\Form\ParameterType();
  21557.     }
  21558.     /**
  21559.      * Gets the private 'App\Form\PebInformation\BoilerPerformanceType' shared autowired service.
  21560.      *
  21561.      * @return \App\Form\PebInformation\BoilerPerformanceType
  21562.      */
  21563.     protected function getBoilerPerformanceTypeService()
  21564.     {
  21565.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21566.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21567.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/BoilerPerformanceType.php';
  21568.         return $this->privates['App\\Form\\PebInformation\\BoilerPerformanceType'] = new \App\Form\PebInformation\BoilerPerformanceType();
  21569.     }
  21570.     /**
  21571.      * Gets the private 'App\Form\PebInformation\HeatNeededType' shared autowired service.
  21572.      *
  21573.      * @return \App\Form\PebInformation\HeatNeededType
  21574.      */
  21575.     protected function getHeatNeededTypeService()
  21576.     {
  21577.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21578.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21579.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/HeatNeededType.php';
  21580.         return $this->privates['App\\Form\\PebInformation\\HeatNeededType'] = new \App\Form\PebInformation\HeatNeededType();
  21581.     }
  21582.     /**
  21583.      * Gets the private 'App\Form\PebInformation\IndicatorType' shared autowired service.
  21584.      *
  21585.      * @return \App\Form\PebInformation\IndicatorType
  21586.      */
  21587.     protected function getIndicatorTypeService()
  21588.     {
  21589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21591.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/IndicatorType.php';
  21592.         return $this->privates['App\\Form\\PebInformation\\IndicatorType'] = new \App\Form\PebInformation\IndicatorType();
  21593.     }
  21594.     /**
  21595.      * Gets the private 'App\Form\PebInformation\PebInformationType' shared autowired service.
  21596.      *
  21597.      * @return \App\Form\PebInformation\PebInformationType
  21598.      */
  21599.     protected function getPebInformationTypeService()
  21600.     {
  21601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21603.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/PebInformationType.php';
  21604.         return $this->privates['App\\Form\\PebInformation\\PebInformationType'] = new \App\Form\PebInformation\PebInformationType();
  21605.     }
  21606.     /**
  21607.      * Gets the private 'App\Form\PebInformation\RenewalEnergyFormType' shared autowired service.
  21608.      *
  21609.      * @return \App\Form\PebInformation\RenewalEnergyFormType
  21610.      */
  21611.     protected function getRenewalEnergyFormTypeService()
  21612.     {
  21613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21615.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/RenewalEnergyFormType.php';
  21616.         return $this->privates['App\\Form\\PebInformation\\RenewalEnergyFormType'] = new \App\Form\PebInformation\RenewalEnergyFormType();
  21617.     }
  21618.     /**
  21619.      * Gets the private 'App\Form\PebInformation\SubContent\BiomassType' shared autowired service.
  21620.      *
  21621.      * @return \App\Form\PebInformation\SubContent\BiomassType
  21622.      */
  21623.     protected function getBiomassTypeService()
  21624.     {
  21625.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21626.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21627.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/BiomassType.php';
  21628.         return $this->privates['App\\Form\\PebInformation\\SubContent\\BiomassType'] = new \App\Form\PebInformation\SubContent\BiomassType();
  21629.     }
  21630.     /**
  21631.      * Gets the private 'App\Form\PebInformation\SubContent\CogenerationUnitType' shared autowired service.
  21632.      *
  21633.      * @return \App\Form\PebInformation\SubContent\CogenerationUnitType
  21634.      */
  21635.     protected function getCogenerationUnitTypeService()
  21636.     {
  21637.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21638.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21639.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/CogenerationUnitType.php';
  21640.         return $this->privates['App\\Form\\PebInformation\\SubContent\\CogenerationUnitType'] = new \App\Form\PebInformation\SubContent\CogenerationUnitType();
  21641.     }
  21642.     /**
  21643.      * Gets the private 'App\Form\PebInformation\SubContent\HeatPumpType' shared autowired service.
  21644.      *
  21645.      * @return \App\Form\PebInformation\SubContent\HeatPumpType
  21646.      */
  21647.     protected function getHeatPumpTypeService()
  21648.     {
  21649.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21650.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21651.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/HeatPumpType.php';
  21652.         return $this->privates['App\\Form\\PebInformation\\SubContent\\HeatPumpType'] = new \App\Form\PebInformation\SubContent\HeatPumpType();
  21653.     }
  21654.     /**
  21655.      * Gets the private 'App\Form\PebInformation\SubContent\SolarPvInstallationType' shared autowired service.
  21656.      *
  21657.      * @return \App\Form\PebInformation\SubContent\SolarPvInstallationType
  21658.      */
  21659.     protected function getSolarPvInstallationTypeService()
  21660.     {
  21661.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21662.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21663.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/SolarPvInstallationType.php';
  21664.         return $this->privates['App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType'] = new \App\Form\PebInformation\SubContent\SolarPvInstallationType();
  21665.     }
  21666.     /**
  21667.      * Gets the private 'App\Form\PebInformation\SubContent\SolarThermalType' shared autowired service.
  21668.      *
  21669.      * @return \App\Form\PebInformation\SubContent\SolarThermalType
  21670.      */
  21671.     protected function getSolarThermalTypeService()
  21672.     {
  21673.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21674.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21675.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/SolarThermalType.php';
  21676.         return $this->privates['App\\Form\\PebInformation\\SubContent\\SolarThermalType'] = new \App\Form\PebInformation\SubContent\SolarThermalType();
  21677.     }
  21678.     /**
  21679.      * Gets the private 'App\Form\PebInformation\VentilationLosesType' shared autowired service.
  21680.      *
  21681.      * @return \App\Form\PebInformation\VentilationLosesType
  21682.      */
  21683.     protected function getVentilationLosesTypeService()
  21684.     {
  21685.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21686.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21687.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/VentilationLosesType.php';
  21688.         return $this->privates['App\\Form\\PebInformation\\VentilationLosesType'] = new \App\Form\PebInformation\VentilationLosesType();
  21689.     }
  21690.     /**
  21691.      * Gets the private 'App\Form\PebInformation\VentilationType' shared autowired service.
  21692.      *
  21693.      * @return \App\Form\PebInformation\VentilationType
  21694.      */
  21695.     protected function getVentilationTypeService()
  21696.     {
  21697.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21698.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21699.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/VentilationType.php';
  21700.         return $this->privates['App\\Form\\PebInformation\\VentilationType'] = new \App\Form\PebInformation\VentilationType();
  21701.     }
  21702.     /**
  21703.      * Gets the private 'App\Form\PebInformation\WaterPerformanceType' shared autowired service.
  21704.      *
  21705.      * @return \App\Form\PebInformation\WaterPerformanceType
  21706.      */
  21707.     protected function getWaterPerformanceTypeService()
  21708.     {
  21709.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21710.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21711.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/WaterPerformanceType.php';
  21712.         return $this->privates['App\\Form\\PebInformation\\WaterPerformanceType'] = new \App\Form\PebInformation\WaterPerformanceType();
  21713.     }
  21714.     /**
  21715.      * Gets the private 'App\Form\PermitCiterneType' shared autowired service.
  21716.      *
  21717.      * @return \App\Form\PermitCiterneType
  21718.      */
  21719.     protected function getPermitCiterneTypeService()
  21720.     {
  21721.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21722.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21723.         include_once \dirname(__DIR__4).'/src/Form/PermitCiterneType.php';
  21724.         return $this->privates['App\\Form\\PermitCiterneType'] = new \App\Form\PermitCiterneType();
  21725.     }
  21726.     /**
  21727.      * Gets the private 'App\Form\PermitLocationEnvironmentType' shared autowired service.
  21728.      *
  21729.      * @return \App\Form\PermitLocationEnvironmentType
  21730.      */
  21731.     protected function getPermitLocationEnvironmentTypeService()
  21732.     {
  21733.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21734.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21735.         include_once \dirname(__DIR__4).'/src/Form/PermitLocationEnvironmentType.php';
  21736.         return $this->privates['App\\Form\\PermitLocationEnvironmentType'] = new \App\Form\PermitLocationEnvironmentType();
  21737.     }
  21738.     /**
  21739.      * Gets the private 'App\Form\PersonnelType' shared autowired service.
  21740.      *
  21741.      * @return \App\Form\PersonnelType
  21742.      */
  21743.     protected function getPersonnelTypeService()
  21744.     {
  21745.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21746.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21747.         include_once \dirname(__DIR__4).'/src/Form/PersonnelType.php';
  21748.         return $this->privates['App\\Form\\PersonnelType'] = new \App\Form\PersonnelType();
  21749.     }
  21750.     /**
  21751.      * Gets the private 'App\Form\Plan\PlanFeatureType' shared autowired service.
  21752.      *
  21753.      * @return \App\Form\Plan\PlanFeatureType
  21754.      */
  21755.     protected function getPlanFeatureTypeService()
  21756.     {
  21757.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21758.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21759.         include_once \dirname(__DIR__4).'/src/Form/Plan/PlanFeatureType.php';
  21760.         return $this->privates['App\\Form\\Plan\\PlanFeatureType'] = new \App\Form\Plan\PlanFeatureType();
  21761.     }
  21762.     /**
  21763.      * Gets the private 'App\Form\Plan\PlanType' shared autowired service.
  21764.      *
  21765.      * @return \App\Form\Plan\PlanType
  21766.      */
  21767.     protected function getPlanTypeService()
  21768.     {
  21769.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21770.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21771.         include_once \dirname(__DIR__4).'/src/Form/Plan/PlanType.php';
  21772.         return $this->privates['App\\Form\\Plan\\PlanType'] = new \App\Form\Plan\PlanType();
  21773.     }
  21774.     /**
  21775.      * Gets the private 'App\Form\PpasAffectationType' shared autowired service.
  21776.      *
  21777.      * @return \App\Form\PpasAffectationType
  21778.      */
  21779.     protected function getPpasAffectationTypeService()
  21780.     {
  21781.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21782.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21783.         include_once \dirname(__DIR__4).'/src/Form/PpasAffectationType.php';
  21784.         return $this->privates['App\\Form\\PpasAffectationType'] = new \App\Form\PpasAffectationType();
  21785.     }
  21786.     /**
  21787.      * Gets the private 'App\Form\PpasCsvType' shared autowired service.
  21788.      *
  21789.      * @return \App\Form\PpasCsvType
  21790.      */
  21791.     protected function getPpasCsvTypeService()
  21792.     {
  21793.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21795.         include_once \dirname(__DIR__4).'/src/Form/PpasCsvType.php';
  21796.         return $this->privates['App\\Form\\PpasCsvType'] = new \App\Form\PpasCsvType();
  21797.     }
  21798.     /**
  21799.      * Gets the private 'App\Form\PrasAffectationConditionType' shared autowired service.
  21800.      *
  21801.      * @return \App\Form\PrasAffectationConditionType
  21802.      */
  21803.     protected function getPrasAffectationConditionTypeService()
  21804.     {
  21805.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21807.         include_once \dirname(__DIR__4).'/src/Form/PrasAffectationConditionType.php';
  21808.         return $this->privates['App\\Form\\PrasAffectationConditionType'] = new \App\Form\PrasAffectationConditionType();
  21809.     }
  21810.     /**
  21811.      * Gets the private 'App\Form\PrasAffectationType' shared autowired service.
  21812.      *
  21813.      * @return \App\Form\PrasAffectationType
  21814.      */
  21815.     protected function getPrasAffectationTypeService()
  21816.     {
  21817.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21819.         include_once \dirname(__DIR__4).'/src/Form/PrasAffectationType.php';
  21820.         return $this->privates['App\\Form\\PrasAffectationType'] = new \App\Form\PrasAffectationType();
  21821.     }
  21822.     /**
  21823.      * Gets the private 'App\Form\PrasCsvType' shared autowired service.
  21824.      *
  21825.      * @return \App\Form\PrasCsvType
  21826.      */
  21827.     protected function getPrasCsvTypeService()
  21828.     {
  21829.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21831.         include_once \dirname(__DIR__4).'/src/Form/PrasCsvType.php';
  21832.         return $this->privates['App\\Form\\PrasCsvType'] = new \App\Form\PrasCsvType();
  21833.     }
  21834.     /**
  21835.      * Gets the private 'App\Form\PrasZoneType' shared autowired service.
  21836.      *
  21837.      * @return \App\Form\PrasZoneType
  21838.      */
  21839.     protected function getPrasZoneTypeService()
  21840.     {
  21841.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21843.         include_once \dirname(__DIR__4).'/src/Form/PrasZoneType.php';
  21844.         return $this->privates['App\\Form\\PrasZoneType'] = new \App\Form\PrasZoneType();
  21845.     }
  21846.     /**
  21847.      * Gets the private 'App\Form\PrimeProcedureFieldFormType' shared autowired service.
  21848.      *
  21849.      * @return \App\Form\PrimeProcedureFieldFormType
  21850.      */
  21851.     protected function getPrimeProcedureFieldFormTypeService()
  21852.     {
  21853.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21855.         include_once \dirname(__DIR__4).'/src/Form/PrimeProcedureFieldFormType.php';
  21856.         return $this->privates['App\\Form\\PrimeProcedureFieldFormType'] = new \App\Form\PrimeProcedureFieldFormType();
  21857.     }
  21858.     /**
  21859.      * Gets the private 'App\Form\PrimeProcedureFormType' shared autowired service.
  21860.      *
  21861.      * @return \App\Form\PrimeProcedureFormType
  21862.      */
  21863.     protected function getPrimeProcedureFormTypeService()
  21864.     {
  21865.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21867.         include_once \dirname(__DIR__4).'/src/Form/PrimeProcedureFormType.php';
  21868.         return $this->privates['App\\Form\\PrimeProcedureFormType'] = new \App\Form\PrimeProcedureFormType();
  21869.     }
  21870.     /**
  21871.      * Gets the private 'App\Form\PrimeSourceFormType' shared autowired service.
  21872.      *
  21873.      * @return \App\Form\PrimeSourceFormType
  21874.      */
  21875.     protected function getPrimeSourceFormTypeService()
  21876.     {
  21877.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21879.         include_once \dirname(__DIR__4).'/src/Form/PrimeSourceFormType.php';
  21880.         return $this->privates['App\\Form\\PrimeSourceFormType'] = new \App\Form\PrimeSourceFormType();
  21881.     }
  21882.     /**
  21883.      * Gets the private 'App\Form\Prime\CsvType' shared autowired service.
  21884.      *
  21885.      * @return \App\Form\Prime\CsvType
  21886.      */
  21887.     protected function getCsvType2Service()
  21888.     {
  21889.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21891.         include_once \dirname(__DIR__4).'/src/Form/Prime/CsvType.php';
  21892.         return $this->privates['App\\Form\\Prime\\CsvType'] = new \App\Form\Prime\CsvType();
  21893.     }
  21894.     /**
  21895.      * Gets the private 'App\Form\Prime\FormeType' shared autowired service.
  21896.      *
  21897.      * @return \App\Form\Prime\FormeType
  21898.      */
  21899.     protected function getFormeTypeService()
  21900.     {
  21901.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21903.         include_once \dirname(__DIR__4).'/src/Form/Prime/FormeType.php';
  21904.         return $this->privates['App\\Form\\Prime\\FormeType'] = new \App\Form\Prime\FormeType();
  21905.     }
  21906.     /**
  21907.      * Gets the private 'App\Form\PropertyImageType' shared autowired service.
  21908.      *
  21909.      * @return \App\Form\PropertyImageType
  21910.      */
  21911.     protected function getPropertyImageTypeService()
  21912.     {
  21913.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21915.         include_once \dirname(__DIR__4).'/src/Form/PropertyImageType.php';
  21916.         return $this->privates['App\\Form\\PropertyImageType'] = new \App\Form\PropertyImageType();
  21917.     }
  21918.     /**
  21919.      * Gets the private 'App\Form\PropertytypeType' shared autowired service.
  21920.      *
  21921.      * @return \App\Form\PropertytypeType
  21922.      */
  21923.     protected function getPropertytypeTypeService()
  21924.     {
  21925.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21927.         include_once \dirname(__DIR__4).'/src/Form/PropertytypeType.php';
  21928.         return $this->privates['App\\Form\\PropertytypeType'] = new \App\Form\PropertytypeType();
  21929.     }
  21930.     /**
  21931.      * Gets the private 'App\Form\ProviderFluviusType' shared autowired service.
  21932.      *
  21933.      * @return \App\Form\ProviderFluviusType
  21934.      */
  21935.     protected function getProviderFluviusTypeService()
  21936.     {
  21937.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21939.         include_once \dirname(__DIR__4).'/src/Form/ProviderFluviusType.php';
  21940.         return $this->privates['App\\Form\\ProviderFluviusType'] = new \App\Form\ProviderFluviusType();
  21941.     }
  21942.     /**
  21943.      * Gets the private 'App\Form\ProviderInverterType' shared autowired service.
  21944.      *
  21945.      * @return \App\Form\ProviderInverterType
  21946.      */
  21947.     protected function getProviderInverterTypeService()
  21948.     {
  21949.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21951.         include_once \dirname(__DIR__4).'/src/Form/ProviderInverterType.php';
  21952.         return $this->privates['App\\Form\\ProviderInverterType'] = new \App\Form\ProviderInverterType();
  21953.     }
  21954.     /**
  21955.      * Gets the private 'App\Form\ProviderOresType' shared autowired service.
  21956.      *
  21957.      * @return \App\Form\ProviderOresType
  21958.      */
  21959.     protected function getProviderOresTypeService()
  21960.     {
  21961.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21963.         include_once \dirname(__DIR__4).'/src/Form/ProviderOresType.php';
  21964.         return $this->privates['App\\Form\\ProviderOresType'] = new \App\Form\ProviderOresType();
  21965.     }
  21966.     /**
  21967.      * Gets the private 'App\Form\ProviderSibelgaTaskType' shared autowired service.
  21968.      *
  21969.      * @return \App\Form\ProviderSibelgaTaskType
  21970.      */
  21971.     protected function getProviderSibelgaTaskTypeService()
  21972.     {
  21973.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21975.         include_once \dirname(__DIR__4).'/src/Form/ProviderSibelgaTaskType.php';
  21976.         return $this->privates['App\\Form\\ProviderSibelgaTaskType'] = new \App\Form\ProviderSibelgaTaskType();
  21977.     }
  21978.     /**
  21979.      * Gets the private 'App\Form\ProviderSibelgaType' shared autowired service.
  21980.      *
  21981.      * @return \App\Form\ProviderSibelgaType
  21982.      */
  21983.     protected function getProviderSibelgaTypeService()
  21984.     {
  21985.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21987.         include_once \dirname(__DIR__4).'/src/Form/ProviderSibelgaType.php';
  21988.         return $this->privates['App\\Form\\ProviderSibelgaType'] = new \App\Form\ProviderSibelgaType();
  21989.     }
  21990.     /**
  21991.      * Gets the private 'App\Form\ProviderSibelgaWorkType' shared autowired service.
  21992.      *
  21993.      * @return \App\Form\ProviderSibelgaWorkType
  21994.      */
  21995.     protected function getProviderSibelgaWorkTypeService()
  21996.     {
  21997.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21999.         include_once \dirname(__DIR__4).'/src/Form/ProviderSibelgaWorkType.php';
  22000.         return $this->privates['App\\Form\\ProviderSibelgaWorkType'] = new \App\Form\ProviderSibelgaWorkType();
  22001.     }
  22002.     /**
  22003.      * Gets the private 'App\Form\ProviderSocietyCsvType' shared autowired service.
  22004.      *
  22005.      * @return \App\Form\ProviderSocietyCsvType
  22006.      */
  22007.     protected function getProviderSocietyCsvTypeService()
  22008.     {
  22009.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22011.         include_once \dirname(__DIR__4).'/src/Form/ProviderSocietyCsvType.php';
  22012.         return $this->privates['App\\Form\\ProviderSocietyCsvType'] = new \App\Form\ProviderSocietyCsvType();
  22013.     }
  22014.     /**
  22015.      * Gets the private 'App\Form\PublicInquiryInProgressCsvType' shared autowired service.
  22016.      *
  22017.      * @return \App\Form\PublicInquiryInProgressCsvType
  22018.      */
  22019.     protected function getPublicInquiryInProgressCsvTypeService()
  22020.     {
  22021.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22023.         include_once \dirname(__DIR__4).'/src/Form/PublicInquiryInProgressCsvType.php';
  22024.         return $this->privates['App\\Form\\PublicInquiryInProgressCsvType'] = new \App\Form\PublicInquiryInProgressCsvType();
  22025.     }
  22026.     /**
  22027.      * Gets the private 'App\Form\PurchasePartnerRequestObjectifType' shared autowired service.
  22028.      *
  22029.      * @return \App\Form\PurchasePartnerRequestObjectifType
  22030.      */
  22031.     protected function getPurchasePartnerRequestObjectifTypeService()
  22032.     {
  22033.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22035.         include_once \dirname(__DIR__4).'/src/Form/PurchasePartnerRequestObjectifType.php';
  22036.         return $this->privates['App\\Form\\PurchasePartnerRequestObjectifType'] = new \App\Form\PurchasePartnerRequestObjectifType();
  22037.     }
  22038.     /**
  22039.      * Gets the private 'App\Form\PurchasePartnerRequestType' shared autowired service.
  22040.      *
  22041.      * @return \App\Form\PurchasePartnerRequestType
  22042.      */
  22043.     protected function getPurchasePartnerRequestTypeService()
  22044.     {
  22045.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22047.         include_once \dirname(__DIR__4).'/src/Form/PurchasePartnerRequestType.php';
  22048.         return $this->privates['App\\Form\\PurchasePartnerRequestType'] = new \App\Form\PurchasePartnerRequestType();
  22049.     }
  22050.     /**
  22051.      * Gets the private 'App\Form\RegionType' shared autowired service.
  22052.      *
  22053.      * @return \App\Form\RegionType
  22054.      */
  22055.     protected function getRegionTypeService()
  22056.     {
  22057.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22059.         include_once \dirname(__DIR__4).'/src/Form/RegionType.php';
  22060.         return $this->privates['App\\Form\\RegionType'] = new \App\Form\RegionType();
  22061.     }
  22062.     /**
  22063.      * Gets the private 'App\Form\RentestimationType' shared autowired service.
  22064.      *
  22065.      * @return \App\Form\RentestimationType
  22066.      */
  22067.     protected function getRentestimationTypeService()
  22068.     {
  22069.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22071.         include_once \dirname(__DIR__4).'/src/Form/RentestimationType.php';
  22072.         return $this->privates['App\\Form\\RentestimationType'] = new \App\Form\RentestimationType();
  22073.     }
  22074.     /**
  22075.      * Gets the private 'App\Form\RoofType' shared autowired service.
  22076.      *
  22077.      * @return \App\Form\RoofType
  22078.      */
  22079.     protected function getRoofTypeService()
  22080.     {
  22081.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22083.         include_once \dirname(__DIR__4).'/src/Form/RoofType.php';
  22084.         return $this->privates['App\\Form\\RoofType'] = new \App\Form\RoofType();
  22085.     }
  22086.     /**
  22087.      * Gets the private 'App\Form\RulesCsvType' shared autowired service.
  22088.      *
  22089.      * @return \App\Form\RulesCsvType
  22090.      */
  22091.     protected function getRulesCsvTypeService()
  22092.     {
  22093.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22095.         include_once \dirname(__DIR__4).'/src/Form/RulesCsvType.php';
  22096.         return $this->privates['App\\Form\\RulesCsvType'] = new \App\Form\RulesCsvType();
  22097.     }
  22098.     /**
  22099.      * Gets the private 'App\Form\SalesAgreementFileType' shared autowired service.
  22100.      *
  22101.      * @return \App\Form\SalesAgreementFileType
  22102.      */
  22103.     protected function getSalesAgreementFileTypeService()
  22104.     {
  22105.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22107.         include_once \dirname(__DIR__4).'/src/Form/SalesAgreementFileType.php';
  22108.         return $this->privates['App\\Form\\SalesAgreementFileType'] = new \App\Form\SalesAgreementFileType();
  22109.     }
  22110.     /**
  22111.      * Gets the private 'App\Form\ServiceCategoryType' shared autowired service.
  22112.      *
  22113.      * @return \App\Form\ServiceCategoryType
  22114.      */
  22115.     protected function getServiceCategoryTypeService()
  22116.     {
  22117.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22119.         include_once \dirname(__DIR__4).'/src/Form/ServiceCategoryType.php';
  22120.         return $this->privates['App\\Form\\ServiceCategoryType'] = new \App\Form\ServiceCategoryType();
  22121.     }
  22122.     /**
  22123.      * Gets the private 'App\Form\ServicePromoType' shared autowired service.
  22124.      *
  22125.      * @return \App\Form\ServicePromoType
  22126.      */
  22127.     protected function getServicePromoTypeService()
  22128.     {
  22129.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22131.         include_once \dirname(__DIR__4).'/src/Form/ServicePromoType.php';
  22132.         return $this->privates['App\\Form\\ServicePromoType'] = new \App\Form\ServicePromoType();
  22133.     }
  22134.     /**
  22135.      * Gets the private 'App\Form\SimulationType' shared autowired service.
  22136.      *
  22137.      * @return \App\Form\SimulationType
  22138.      */
  22139.     protected function getSimulationTypeService()
  22140.     {
  22141.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22143.         include_once \dirname(__DIR__4).'/src/Form/SimulationType.php';
  22144.         return $this->privates['App\\Form\\SimulationType'] = new \App\Form\SimulationType();
  22145.     }
  22146.     /**
  22147.      * Gets the private 'App\Form\SizeType' shared autowired service.
  22148.      *
  22149.      * @return \App\Form\SizeType
  22150.      */
  22151.     protected function getSizeTypeService()
  22152.     {
  22153.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22155.         include_once \dirname(__DIR__4).'/src/Form/SizeType.php';
  22156.         return $this->privates['App\\Form\\SizeType'] = new \App\Form\SizeType();
  22157.     }
  22158.     /**
  22159.      * Gets the private 'App\Form\SocietyApprovalType' shared autowired service.
  22160.      *
  22161.      * @return \App\Form\SocietyApprovalType
  22162.      */
  22163.     protected function getSocietyApprovalTypeService()
  22164.     {
  22165.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22167.         include_once \dirname(__DIR__4).'/src/Form/SocietyApprovalType.php';
  22168.         return $this->privates['App\\Form\\SocietyApprovalType'] = new \App\Form\SocietyApprovalType();
  22169.     }
  22170.     /**
  22171.      * Gets the private 'App\Form\SocietyType' shared autowired service.
  22172.      *
  22173.      * @return \App\Form\SocietyType
  22174.      */
  22175.     protected function getSocietyTypeService()
  22176.     {
  22177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22179.         include_once \dirname(__DIR__4).'/src/Form/SocietyType.php';
  22180.         return $this->privates['App\\Form\\SocietyType'] = new \App\Form\SocietyType();
  22181.     }
  22182.     /**
  22183.      * Gets the private 'App\Form\StreetType' shared autowired service.
  22184.      *
  22185.      * @return \App\Form\StreetType
  22186.      */
  22187.     protected function getStreetTypeService()
  22188.     {
  22189.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22191.         include_once \dirname(__DIR__4).'/src/Form/StreetType.php';
  22192.         return $this->privates['App\\Form\\StreetType'] = new \App\Form\StreetType();
  22193.     }
  22194.     /**
  22195.      * Gets the private 'App\Form\SubjectType' shared autowired service.
  22196.      *
  22197.      * @return \App\Form\SubjectType
  22198.      */
  22199.     protected function getSubjectTypeService()
  22200.     {
  22201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22203.         include_once \dirname(__DIR__4).'/src/Form/SubjectType.php';
  22204.         return $this->privates['App\\Form\\SubjectType'] = new \App\Form\SubjectType();
  22205.     }
  22206.     /**
  22207.      * Gets the private 'App\Form\SubmodelType' shared autowired service.
  22208.      *
  22209.      * @return \App\Form\SubmodelType
  22210.      */
  22211.     protected function getSubmodelTypeService()
  22212.     {
  22213.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22215.         include_once \dirname(__DIR__4).'/src/Form/SubmodelType.php';
  22216.         return $this->privates['App\\Form\\SubmodelType'] = new \App\Form\SubmodelType();
  22217.     }
  22218.     /**
  22219.      * Gets the private 'App\Form\SubscriptionProductServiceType' shared autowired service.
  22220.      *
  22221.      * @return \App\Form\SubscriptionProductServiceType
  22222.      */
  22223.     protected function getSubscriptionProductServiceTypeService()
  22224.     {
  22225.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22227.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionProductServiceType.php';
  22228.         return $this->privates['App\\Form\\SubscriptionProductServiceType'] = new \App\Form\SubscriptionProductServiceType();
  22229.     }
  22230.     /**
  22231.      * Gets the private 'App\Form\SubscriptionProductType' shared autowired service.
  22232.      *
  22233.      * @return \App\Form\SubscriptionProductType
  22234.      */
  22235.     protected function getSubscriptionProductTypeService()
  22236.     {
  22237.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22239.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionProductType.php';
  22240.         return $this->privates['App\\Form\\SubscriptionProductType'] = new \App\Form\SubscriptionProductType();
  22241.     }
  22242.     /**
  22243.      * Gets the private 'App\Form\SubsectionType' shared autowired service.
  22244.      *
  22245.      * @return \App\Form\SubsectionType
  22246.      */
  22247.     protected function getSubsectionTypeService()
  22248.     {
  22249.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22251.         include_once \dirname(__DIR__4).'/src/Form/SubsectionType.php';
  22252.         return $this->privates['App\\Form\\SubsectionType'] = new \App\Form\SubsectionType();
  22253.     }
  22254.     /**
  22255.      * Gets the private 'App\Form\SuperficieType' shared autowired service.
  22256.      *
  22257.      * @return \App\Form\SuperficieType
  22258.      */
  22259.     protected function getSuperficieTypeService()
  22260.     {
  22261.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22263.         include_once \dirname(__DIR__4).'/src/Form/SuperficieType.php';
  22264.         return $this->privates['App\\Form\\SuperficieType'] = new \App\Form\SuperficieType();
  22265.     }
  22266.     /**
  22267.      * Gets the private 'App\Form\SupplierType' shared autowired service.
  22268.      *
  22269.      * @return \App\Form\SupplierType
  22270.      */
  22271.     protected function getSupplierTypeService()
  22272.     {
  22273.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22275.         include_once \dirname(__DIR__4).'/src/Form/SupplierType.php';
  22276.         return $this->privates['App\\Form\\SupplierType'] = new \App\Form\SupplierType();
  22277.     }
  22278.     /**
  22279.      * Gets the private 'App\Form\SyndicApartmentType' shared autowired service.
  22280.      *
  22281.      * @return \App\Form\SyndicApartmentType
  22282.      */
  22283.     protected function getSyndicApartmentTypeService()
  22284.     {
  22285.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22287.         include_once \dirname(__DIR__4).'/src/Form/SyndicApartmentType.php';
  22288.         return $this->privates['App\\Form\\SyndicApartmentType'] = new \App\Form\SyndicApartmentType();
  22289.     }
  22290.     /**
  22291.      * Gets the private 'App\Form\TestImageType' shared autowired service.
  22292.      *
  22293.      * @return \App\Form\TestImageType
  22294.      */
  22295.     protected function getTestImageTypeService()
  22296.     {
  22297.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22299.         include_once \dirname(__DIR__4).'/src/Form/TestImageType.php';
  22300.         return $this->privates['App\\Form\\TestImageType'] = new \App\Form\TestImageType();
  22301.     }
  22302.     /**
  22303.      * Gets the private 'App\Form\ThePropertyConstructionWorkRulesType' shared autowired service.
  22304.      *
  22305.      * @return \App\Form\ThePropertyConstructionWorkRulesType
  22306.      */
  22307.     protected function getThePropertyConstructionWorkRulesTypeService()
  22308.     {
  22309.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22311.         include_once \dirname(__DIR__4).'/src/Form/ThePropertyConstructionWorkRulesType.php';
  22312.         return $this->privates['App\\Form\\ThePropertyConstructionWorkRulesType'] = new \App\Form\ThePropertyConstructionWorkRulesType();
  22313.     }
  22314.     /**
  22315.      * Gets the private 'App\Form\TheProperty\ExtensionOrder\MarkAsDeliveredType' shared autowired service.
  22316.      *
  22317.      * @return \App\Form\TheProperty\ExtensionOrder\MarkAsDeliveredType
  22318.      */
  22319.     protected function getMarkAsDeliveredTypeService()
  22320.     {
  22321.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22323.         include_once \dirname(__DIR__4).'/src/Form/TheProperty/ExtensionOrder/MarkAsDeliveredType.php';
  22324.         return $this->privates['App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType'] = new \App\Form\TheProperty\ExtensionOrder\MarkAsDeliveredType();
  22325.     }
  22326.     /**
  22327.      * Gets the private 'App\Form\ThepropertyDocumentCategoryType' shared autowired service.
  22328.      *
  22329.      * @return \App\Form\ThepropertyDocumentCategoryType
  22330.      */
  22331.     protected function getThepropertyDocumentCategoryTypeService()
  22332.     {
  22333.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22335.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyDocumentCategoryType.php';
  22336.         return $this->privates['App\\Form\\ThepropertyDocumentCategoryType'] = new \App\Form\ThepropertyDocumentCategoryType();
  22337.     }
  22338.     /**
  22339.      * Gets the private 'App\Form\ThepropertyDocumentType' shared autowired service.
  22340.      *
  22341.      * @return \App\Form\ThepropertyDocumentType
  22342.      */
  22343.     protected function getThepropertyDocumentTypeService()
  22344.     {
  22345.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22347.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyDocumentType.php';
  22348.         return $this->privates['App\\Form\\ThepropertyDocumentType'] = new \App\Form\ThepropertyDocumentType();
  22349.     }
  22350.     /**
  22351.      * Gets the private 'App\Form\ThepropertyProviderType' shared autowired service.
  22352.      *
  22353.      * @return \App\Form\ThepropertyProviderType
  22354.      */
  22355.     protected function getThepropertyProviderTypeService()
  22356.     {
  22357.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22359.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyProviderType.php';
  22360.         return $this->privates['App\\Form\\ThepropertyProviderType'] = new \App\Form\ThepropertyProviderType();
  22361.     }
  22362.     /**
  22363.      * Gets the private 'App\Form\ThepropertyType' shared autowired service.
  22364.      *
  22365.      * @return \App\Form\ThepropertyType
  22366.      */
  22367.     protected function getThepropertyTypeService()
  22368.     {
  22369.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22371.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyType.php';
  22372.         return $this->privates['App\\Form\\ThepropertyType'] = new \App\Form\ThepropertyType();
  22373.     }
  22374.     /**
  22375.      * Gets the private 'App\Form\TheserviceType' shared autowired service.
  22376.      *
  22377.      * @return \App\Form\TheserviceType
  22378.      */
  22379.     protected function getTheserviceTypeService()
  22380.     {
  22381.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22383.         include_once \dirname(__DIR__4).'/src/Form/TheserviceType.php';
  22384.         return $this->privates['App\\Form\\TheserviceType'] = new \App\Form\TheserviceType();
  22385.     }
  22386.     /**
  22387.      * Gets the private 'App\Form\TransactionTypeType' shared autowired service.
  22388.      *
  22389.      * @return \App\Form\TransactionTypeType
  22390.      */
  22391.     protected function getTransactionTypeTypeService()
  22392.     {
  22393.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22395.         include_once \dirname(__DIR__4).'/src/Form/TransactionTypeType.php';
  22396.         return $this->privates['App\\Form\\TransactionTypeType'] = new \App\Form\TransactionTypeType();
  22397.     }
  22398.     /**
  22399.      * Gets the private 'App\Form\TypeDocumentType' shared autowired service.
  22400.      *
  22401.      * @return \App\Form\TypeDocumentType
  22402.      */
  22403.     protected function getTypeDocumentTypeService()
  22404.     {
  22405.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22407.         include_once \dirname(__DIR__4).'/src/Form/TypeDocumentType.php';
  22408.         return $this->privates['App\\Form\\TypeDocumentType'] = new \App\Form\TypeDocumentType();
  22409.     }
  22410.     /**
  22411.      * Gets the private 'App\Form\TypeofworkType' shared autowired service.
  22412.      *
  22413.      * @return \App\Form\TypeofworkType
  22414.      */
  22415.     protected function getTypeofworkTypeService()
  22416.     {
  22417.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22419.         include_once \dirname(__DIR__4).'/src/Form/TypeofworkType.php';
  22420.         return $this->privates['App\\Form\\TypeofworkType'] = new \App\Form\TypeofworkType();
  22421.     }
  22422.     /**
  22423.      * Gets the private 'App\Form\UboType' shared autowired service.
  22424.      *
  22425.      * @return \App\Form\UboType
  22426.      */
  22427.     protected function getUboTypeService()
  22428.     {
  22429.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22431.         include_once \dirname(__DIR__4).'/src/Form/UboType.php';
  22432.         return $this->privates['App\\Form\\UboType'] = new \App\Form\UboType();
  22433.     }
  22434.     /**
  22435.      * Gets the private 'App\Form\VoirieType' shared autowired service.
  22436.      *
  22437.      * @return \App\Form\VoirieType
  22438.      */
  22439.     protected function getVoirieTypeService()
  22440.     {
  22441.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22443.         include_once \dirname(__DIR__4).'/src/Form/VoirieType.php';
  22444.         return $this->privates['App\\Form\\VoirieType'] = new \App\Form\VoirieType();
  22445.     }
  22446.     /**
  22447.      * Gets the private 'App\Form\WalletUserType' shared autowired service.
  22448.      *
  22449.      * @return \App\Form\WalletUserType
  22450.      */
  22451.     protected function getWalletUserTypeService()
  22452.     {
  22453.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22455.         include_once \dirname(__DIR__4).'/src/Form/WalletUserType.php';
  22456.         return $this->privates['App\\Form\\WalletUserType'] = new \App\Form\WalletUserType();
  22457.     }
  22458.     /**
  22459.      * Gets the private 'App\Form\WallonieCsvType' shared autowired service.
  22460.      *
  22461.      * @return \App\Form\WallonieCsvType
  22462.      */
  22463.     protected function getWallonieCsvTypeService()
  22464.     {
  22465.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22467.         include_once \dirname(__DIR__4).'/src/Form/WallonieCsvType.php';
  22468.         return $this->privates['App\\Form\\WallonieCsvType'] = new \App\Form\WallonieCsvType();
  22469.     }
  22470.     /**
  22471.      * Gets the private 'App\Form\WaterSupllierControllerExcelType' shared autowired service.
  22472.      *
  22473.      * @return \App\Form\WaterSupllierControllerExcelType
  22474.      */
  22475.     protected function getWaterSupllierControllerExcelTypeService()
  22476.     {
  22477.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22479.         include_once \dirname(__DIR__4).'/src/Form/WaterSupllierControllerExcelType.php';
  22480.         return $this->privates['App\\Form\\WaterSupllierControllerExcelType'] = new \App\Form\WaterSupllierControllerExcelType();
  22481.     }
  22482.     /**
  22483.      * Gets the private 'App\Form\WorkCsvType' shared autowired service.
  22484.      *
  22485.      * @return \App\Form\WorkCsvType
  22486.      */
  22487.     protected function getWorkCsvTypeService()
  22488.     {
  22489.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22491.         include_once \dirname(__DIR__4).'/src/Form/WorkCsvType.php';
  22492.         return $this->privates['App\\Form\\WorkCsvType'] = new \App\Form\WorkCsvType();
  22493.     }
  22494.     /**
  22495.      * Gets the private 'App\Mybase\Services\Base\SBase' shared autowired service.
  22496.      *
  22497.      * @return \App\Mybase\Services\Base\SBase
  22498.      */
  22499.     protected function getSBaseService()
  22500.     {
  22501.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22502.         if (isset($this->privates['App\\Mybase\\Services\\Base\\SBase'])) {
  22503.             return $this->privates['App\\Mybase\\Services\\Base\\SBase'];
  22504.         }
  22505.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  22506.         if (isset($this->privates['App\\Mybase\\Services\\Base\\SBase'])) {
  22507.             return $this->privates['App\\Mybase\\Services\\Base\\SBase'];
  22508.         }
  22509.         return $this->privates['App\\Mybase\\Services\\Base\\SBase'] = new \App\Mybase\Services\Base\SBase($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  22510.     }
  22511.     /**
  22512.      * Gets the private 'App\Mybase\Services\HttpClientService' shared autowired service.
  22513.      *
  22514.      * @return \App\Mybase\Services\HttpClientService
  22515.      */
  22516.     protected function getHttpClientServiceService()
  22517.     {
  22518.         include_once \dirname(__DIR__4).'/src/Mybase/Services/HttpClientService.php';
  22519.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22520.         if (isset($this->privates['App\\Mybase\\Services\\HttpClientService'])) {
  22521.             return $this->privates['App\\Mybase\\Services\\HttpClientService'];
  22522.         }
  22523.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  22524.         if (isset($this->privates['App\\Mybase\\Services\\HttpClientService'])) {
  22525.             return $this->privates['App\\Mybase\\Services\\HttpClientService'];
  22526.         }
  22527.         return $this->privates['App\\Mybase\\Services\\HttpClientService'] = new \App\Mybase\Services\HttpClientService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  22528.     }
  22529.     /**
  22530.      * Gets the private 'App\OpenApi\OpenApiFactory' shared autowired service.
  22531.      *
  22532.      * @return \App\OpenApi\OpenApiFactory
  22533.      */
  22534.     protected function getOpenApiFactoryService()
  22535.     {
  22536.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  22537.         include_once \dirname(__DIR__4).'/src/OpenApi/OpenApiFactory.php';
  22538.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  22539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  22540.         return $this->privates['App\\OpenApi\\OpenApiFactory'] = new \App\OpenApi\OpenApiFactory(new \ApiPlatform\Core\OpenApi\Factory\OpenApiFactory(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()), ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService()), ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService()), ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $this->parameters['api_platform.formats'], ($this->privates['api_platform.openapi.options'] ?? $this->getApiPlatform_Openapi_OptionsService()), new \ApiPlatform\State\Pagination\PaginationOptions(true'page'true'itemsPerPage'false'pagination'1050falsefalse'partial')));
  22541.     }
  22542.     /**
  22543.      * Gets the private 'App\Repository\ActorsRepository' shared autowired service.
  22544.      *
  22545.      * @return \App\Repository\ActorsRepository
  22546.      */
  22547.     protected function getActorsRepositoryService()
  22548.     {
  22549.         include_once \dirname(__DIR__4).'/src/Repository/ActorsRepository.php';
  22550.         return $this->privates['App\\Repository\\ActorsRepository'] = new \App\Repository\ActorsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22551.     }
  22552.     /**
  22553.      * Gets the private 'App\Repository\AdditionalCentsRepository' shared autowired service.
  22554.      *
  22555.      * @return \App\Repository\AdditionalCentsRepository
  22556.      */
  22557.     protected function getAdditionalCentsRepositoryService()
  22558.     {
  22559.         include_once \dirname(__DIR__4).'/src/Repository/AdditionalCentsRepository.php';
  22560.         return $this->privates['App\\Repository\\AdditionalCentsRepository'] = new \App\Repository\AdditionalCentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22561.     }
  22562.     /**
  22563.      * Gets the private 'App\Repository\AdressCsvRepository' shared autowired service.
  22564.      *
  22565.      * @return \App\Repository\AdressCsvRepository
  22566.      */
  22567.     protected function getAdressCsvRepositoryService()
  22568.     {
  22569.         include_once \dirname(__DIR__4).'/src/Repository/AdressCsvRepository.php';
  22570.         return $this->privates['App\\Repository\\AdressCsvRepository'] = new \App\Repository\AdressCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22571.     }
  22572.     /**
  22573.      * Gets the private 'App\Repository\AdressRepository' shared autowired service.
  22574.      *
  22575.      * @return \App\Repository\AdressRepository
  22576.      */
  22577.     protected function getAdressRepositoryService()
  22578.     {
  22579.         include_once \dirname(__DIR__4).'/src/Repository/AdressRepository.php';
  22580.         return $this->privates['App\\Repository\\AdressRepository'] = new \App\Repository\AdressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22581.     }
  22582.     /**
  22583.      * Gets the private 'App\Repository\AlarmSystemRepository' shared autowired service.
  22584.      *
  22585.      * @return \App\Repository\AlarmSystemRepository
  22586.      */
  22587.     protected function getAlarmSystemRepositoryService()
  22588.     {
  22589.         include_once \dirname(__DIR__4).'/src/Repository/AlarmSystemRepository.php';
  22590.         return $this->privates['App\\Repository\\AlarmSystemRepository'] = new \App\Repository\AlarmSystemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22591.     }
  22592.     /**
  22593.      * Gets the private 'App\Repository\AlertNewProjectImmoRepository' shared autowired service.
  22594.      *
  22595.      * @return \App\Repository\AlertNewProjectImmoRepository
  22596.      */
  22597.     protected function getAlertNewProjectImmoRepositoryService()
  22598.     {
  22599.         include_once \dirname(__DIR__4).'/src/Repository/AlertNewProjectImmoRepository.php';
  22600.         return $this->privates['App\\Repository\\AlertNewProjectImmoRepository'] = new \App\Repository\AlertNewProjectImmoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22601.     }
  22602.     /**
  22603.      * Gets the private 'App\Repository\AlertRepository' shared autowired service.
  22604.      *
  22605.      * @return \App\Repository\AlertRepository
  22606.      */
  22607.     protected function getAlertRepositoryService()
  22608.     {
  22609.         include_once \dirname(__DIR__4).'/src/Repository/AlertRepository.php';
  22610.         return $this->privates['App\\Repository\\AlertRepository'] = new \App\Repository\AlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22611.     }
  22612.     /**
  22613.      * Gets the private 'App\Repository\AnnexPermitPropertyRepository' shared autowired service.
  22614.      *
  22615.      * @return \App\Repository\AnnexPermitPropertyRepository
  22616.      */
  22617.     protected function getAnnexPermitPropertyRepositoryService()
  22618.     {
  22619.         return $this->privates['App\\Repository\\AnnexPermitPropertyRepository'] = new \App\Repository\AnnexPermitPropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22620.     }
  22621.     /**
  22622.      * Gets the private 'App\Repository\AnnexPermitRepository' shared autowired service.
  22623.      *
  22624.      * @return \App\Repository\AnnexPermitRepository
  22625.      */
  22626.     protected function getAnnexPermitRepositoryService()
  22627.     {
  22628.         include_once \dirname(__DIR__4).'/src/Repository/AnnexPermitRepository.php';
  22629.         return $this->privates['App\\Repository\\AnnexPermitRepository'] = new \App\Repository\AnnexPermitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22630.     }
  22631.     /**
  22632.      * Gets the private 'App\Repository\AnnouncementObjectRepository' shared autowired service.
  22633.      *
  22634.      * @return \App\Repository\AnnouncementObjectRepository
  22635.      */
  22636.     protected function getAnnouncementObjectRepositoryService()
  22637.     {
  22638.         include_once \dirname(__DIR__4).'/src/Repository/AnnouncementObjectRepository.php';
  22639.         return $this->privates['App\\Repository\\AnnouncementObjectRepository'] = new \App\Repository\AnnouncementObjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22640.     }
  22641.     /**
  22642.      * Gets the private 'App\Repository\AnnouncementRepository' shared autowired service.
  22643.      *
  22644.      * @return \App\Repository\AnnouncementRepository
  22645.      */
  22646.     protected function getAnnouncementRepositoryService()
  22647.     {
  22648.         include_once \dirname(__DIR__4).'/src/Repository/AnnouncementRepository.php';
  22649.         return $this->privates['App\\Repository\\AnnouncementRepository'] = new \App\Repository\AnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22650.     }
  22651.     /**
  22652.      * Gets the private 'App\Repository\AppointmentRequestRepository' shared autowired service.
  22653.      *
  22654.      * @return \App\Repository\AppointmentRequestRepository
  22655.      */
  22656.     protected function getAppointmentRequestRepositoryService()
  22657.     {
  22658.         include_once \dirname(__DIR__4).'/src/Repository/AppointmentRequestRepository.php';
  22659.         return $this->privates['App\\Repository\\AppointmentRequestRepository'] = new \App\Repository\AppointmentRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22660.     }
  22661.     /**
  22662.      * Gets the private 'App\Repository\ArchitectArtWorkRepository' shared autowired service.
  22663.      *
  22664.      * @return \App\Repository\ArchitectArtWorkRepository
  22665.      */
  22666.     protected function getArchitectArtWorkRepositoryService()
  22667.     {
  22668.         include_once \dirname(__DIR__4).'/src/Repository/ArchitectArtWorkRepository.php';
  22669.         return $this->privates['App\\Repository\\ArchitectArtWorkRepository'] = new \App\Repository\ArchitectArtWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22670.     }
  22671.     /**
  22672.      * Gets the private 'App\Repository\ArchitectSpecialistRepository' shared autowired service.
  22673.      *
  22674.      * @return \App\Repository\ArchitectSpecialistRepository
  22675.      */
  22676.     protected function getArchitectSpecialistRepositoryService()
  22677.     {
  22678.         include_once \dirname(__DIR__4).'/src/Repository/ArchitectSpecialistRepository.php';
  22679.         return $this->privates['App\\Repository\\ArchitectSpecialistRepository'] = new \App\Repository\ArchitectSpecialistRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22680.     }
  22681.     /**
  22682.      * Gets the private 'App\Repository\AreaCsvRepository' shared autowired service.
  22683.      *
  22684.      * @return \App\Repository\AreaCsvRepository
  22685.      */
  22686.     protected function getAreaCsvRepositoryService()
  22687.     {
  22688.         include_once \dirname(__DIR__4).'/src/Repository/AreaCsvRepository.php';
  22689.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22690.         if (isset($this->privates['App\\Repository\\AreaCsvRepository'])) {
  22691.             return $this->privates['App\\Repository\\AreaCsvRepository'];
  22692.         }
  22693.         return $this->privates['App\\Repository\\AreaCsvRepository'] = new \App\Repository\AreaCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  22694.     }
  22695.     /**
  22696.      * Gets the private 'App\Repository\AssitanceObtainedRepository' shared autowired service.
  22697.      *
  22698.      * @return \App\Repository\AssitanceObtainedRepository
  22699.      */
  22700.     protected function getAssitanceObtainedRepositoryService()
  22701.     {
  22702.         include_once \dirname(__DIR__4).'/src/Repository/AssitanceObtainedRepository.php';
  22703.         return $this->privates['App\\Repository\\AssitanceObtainedRepository'] = new \App\Repository\AssitanceObtainedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22704.     }
  22705.     /**
  22706.      * Gets the private 'App\Repository\AuthorizationsRepository' shared autowired service.
  22707.      *
  22708.      * @return \App\Repository\AuthorizationsRepository
  22709.      */
  22710.     protected function getAuthorizationsRepositoryService()
  22711.     {
  22712.         include_once \dirname(__DIR__4).'/src/Repository/AuthorizationsRepository.php';
  22713.         return $this->privates['App\\Repository\\AuthorizationsRepository'] = new \App\Repository\AuthorizationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22714.     }
  22715.     /**
  22716.      * Gets the private 'App\Repository\BankDetailsRepository' shared autowired service.
  22717.      *
  22718.      * @return \App\Repository\BankDetailsRepository
  22719.      */
  22720.     protected function getBankDetailsRepositoryService()
  22721.     {
  22722.         include_once \dirname(__DIR__4).'/src/Repository/BankDetailsRepository.php';
  22723.         return $this->privates['App\\Repository\\BankDetailsRepository'] = new \App\Repository\BankDetailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22724.     }
  22725.     /**
  22726.      * Gets the private 'App\Repository\BankRepository' shared autowired service.
  22727.      *
  22728.      * @return \App\Repository\BankRepository
  22729.      */
  22730.     protected function getBankRepositoryService()
  22731.     {
  22732.         include_once \dirname(__DIR__4).'/src/Repository/BankRepository.php';
  22733.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22734.         if (isset($this->privates['App\\Repository\\BankRepository'])) {
  22735.             return $this->privates['App\\Repository\\BankRepository'];
  22736.         }
  22737.         return $this->privates['App\\Repository\\BankRepository'] = new \App\Repository\BankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  22738.     }
  22739.     /**
  22740.      * Gets the private 'App\Repository\BankSimulationRepository' shared autowired service.
  22741.      *
  22742.      * @return \App\Repository\BankSimulationRepository
  22743.      */
  22744.     protected function getBankSimulationRepositoryService()
  22745.     {
  22746.         return $this->privates['App\\Repository\\BankSimulationRepository'] = new \App\Repository\BankSimulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22747.     }
  22748.     /**
  22749.      * Gets the private 'App\Repository\BoilerPerformanceRepository' shared autowired service.
  22750.      *
  22751.      * @return \App\Repository\BoilerPerformanceRepository
  22752.      */
  22753.     protected function getBoilerPerformanceRepositoryService()
  22754.     {
  22755.         include_once \dirname(__DIR__4).'/src/Repository/BoilerPerformanceRepository.php';
  22756.         return $this->privates['App\\Repository\\BoilerPerformanceRepository'] = new \App\Repository\BoilerPerformanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22757.     }
  22758.     /**
  22759.      * Gets the private 'App\Repository\BorrowBankRepository' shared autowired service.
  22760.      *
  22761.      * @return \App\Repository\BorrowBankRepository
  22762.      */
  22763.     protected function getBorrowBankRepositoryService()
  22764.     {
  22765.         include_once \dirname(__DIR__4).'/src/Repository/BorrowBankRepository.php';
  22766.         return $this->privates['App\\Repository\\BorrowBankRepository'] = new \App\Repository\BorrowBankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22767.     }
  22768.     /**
  22769.      * Gets the private 'App\Repository\BrugisCsvRepository' shared autowired service.
  22770.      *
  22771.      * @return \App\Repository\BrugisCsvRepository
  22772.      */
  22773.     protected function getBrugisCsvRepositoryService()
  22774.     {
  22775.         include_once \dirname(__DIR__4).'/src/Repository/BrugisCsvRepository.php';
  22776.         return $this->privates['App\\Repository\\BrugisCsvRepository'] = new \App\Repository\BrugisCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22777.     }
  22778.     /**
  22779.      * Gets the private 'App\Repository\BrugisRepository' shared autowired service.
  22780.      *
  22781.      * @return \App\Repository\BrugisRepository
  22782.      */
  22783.     protected function getBrugisRepositoryService()
  22784.     {
  22785.         include_once \dirname(__DIR__4).'/src/Repository/BrugisRepository.php';
  22786.         return $this->privates['App\\Repository\\BrugisRepository'] = new \App\Repository\BrugisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22787.     }
  22788.     /**
  22789.      * Gets the private 'App\Repository\CareCompaniesRepository' shared autowired service.
  22790.      *
  22791.      * @return \App\Repository\CareCompaniesRepository
  22792.      */
  22793.     protected function getCareCompaniesRepositoryService()
  22794.     {
  22795.         include_once \dirname(__DIR__4).'/src/Repository/CareCompaniesRepository.php';
  22796.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22797.         if (isset($this->privates['App\\Repository\\CareCompaniesRepository'])) {
  22798.             return $this->privates['App\\Repository\\CareCompaniesRepository'];
  22799.         }
  22800.         return $this->privates['App\\Repository\\CareCompaniesRepository'] = new \App\Repository\CareCompaniesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  22801.     }
  22802.     /**
  22803.      * Gets the private 'App\Repository\CarpoolAnnouncementRepository' shared autowired service.
  22804.      *
  22805.      * @return \App\Repository\CarpoolAnnouncementRepository
  22806.      */
  22807.     protected function getCarpoolAnnouncementRepositoryService()
  22808.     {
  22809.         include_once \dirname(__DIR__4).'/src/Repository/CarpoolAnnouncementRepository.php';
  22810.         return $this->privates['App\\Repository\\CarpoolAnnouncementRepository'] = new \App\Repository\CarpoolAnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22811.     }
  22812.     /**
  22813.      * Gets the private 'App\Repository\CategoryEnvironnementRepository' shared autowired service.
  22814.      *
  22815.      * @return \App\Repository\CategoryEnvironnementRepository
  22816.      */
  22817.     protected function getCategoryEnvironnementRepositoryService()
  22818.     {
  22819.         include_once \dirname(__DIR__4).'/src/Repository/CategoryEnvironnementRepository.php';
  22820.         return $this->privates['App\\Repository\\CategoryEnvironnementRepository'] = new \App\Repository\CategoryEnvironnementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22821.     }
  22822.     /**
  22823.      * Gets the private 'App\Repository\ChangeAdressRepository' shared autowired service.
  22824.      *
  22825.      * @return \App\Repository\ChangeAdressRepository
  22826.      */
  22827.     protected function getChangeAdressRepositoryService()
  22828.     {
  22829.         include_once \dirname(__DIR__4).'/src/Repository/ChangeAdressRepository.php';
  22830.         return $this->privates['App\\Repository\\ChangeAdressRepository'] = new \App\Repository\ChangeAdressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22831.     }
  22832.     /**
  22833.      * Gets the private 'App\Repository\ChangeWaterBranchRepository' shared autowired service.
  22834.      *
  22835.      * @return \App\Repository\ChangeWaterBranchRepository
  22836.      */
  22837.     protected function getChangeWaterBranchRepositoryService()
  22838.     {
  22839.         include_once \dirname(__DIR__4).'/src/Repository/ChangeWaterBranchRepository.php';
  22840.         return $this->privates['App\\Repository\\ChangeWaterBranchRepository'] = new \App\Repository\ChangeWaterBranchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22841.     }
  22842.     /**
  22843.      * Gets the private 'App\Repository\ChatFileRepository' shared autowired service.
  22844.      *
  22845.      * @return \App\Repository\ChatFileRepository
  22846.      */
  22847.     protected function getChatFileRepositoryService()
  22848.     {
  22849.         include_once \dirname(__DIR__4).'/src/Repository/ChatFileRepository.php';
  22850.         return $this->privates['App\\Repository\\ChatFileRepository'] = new \App\Repository\ChatFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22851.     }
  22852.     /**
  22853.      * Gets the private 'App\Repository\ChatRepository' shared autowired service.
  22854.      *
  22855.      * @return \App\Repository\ChatRepository
  22856.      */
  22857.     protected function getChatRepositoryService()
  22858.     {
  22859.         include_once \dirname(__DIR__4).'/src/Repository/ChatRepository.php';
  22860.         return $this->privates['App\\Repository\\ChatRepository'] = new \App\Repository\ChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22861.     }
  22862.     /**
  22863.      * Gets the private 'App\Repository\CheckEmailProcessRepository' shared autowired service.
  22864.      *
  22865.      * @return \App\Repository\CheckEmailProcessRepository
  22866.      */
  22867.     protected function getCheckEmailProcessRepositoryService()
  22868.     {
  22869.         include_once \dirname(__DIR__4).'/src/Repository/Mailbox/Inbound/CheckProcessRepositoryInterface.php';
  22870.         include_once \dirname(__DIR__4).'/src/Repository/CheckEmailProcessRepository.php';
  22871.         return $this->privates['App\\Repository\\CheckEmailProcessRepository'] = new \App\Repository\CheckEmailProcessRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22872.     }
  22873.     /**
  22874.      * Gets the private 'App\Repository\ChoicecategoryRepository' shared autowired service.
  22875.      *
  22876.      * @return \App\Repository\ChoicecategoryRepository
  22877.      */
  22878.     protected function getChoicecategoryRepositoryService()
  22879.     {
  22880.         return $this->privates['App\\Repository\\ChoicecategoryRepository'] = new \App\Repository\ChoicecategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22881.     }
  22882.     /**
  22883.      * Gets the private 'App\Repository\ChoicedEngieRepository' shared autowired service.
  22884.      *
  22885.      * @return \App\Repository\ChoicedEngieRepository
  22886.      */
  22887.     protected function getChoicedEngieRepositoryService()
  22888.     {
  22889.         include_once \dirname(__DIR__4).'/src/Repository/ChoicedEngieRepository.php';
  22890.         return $this->privates['App\\Repository\\ChoicedEngieRepository'] = new \App\Repository\ChoicedEngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22891.     }
  22892.     /**
  22893.      * Gets the private 'App\Repository\CiternInstallModifRepository' shared autowired service.
  22894.      *
  22895.      * @return \App\Repository\CiternInstallModifRepository
  22896.      */
  22897.     protected function getCiternInstallModifRepositoryService()
  22898.     {
  22899.         include_once \dirname(__DIR__4).'/src/Repository/CiternInstallModifRepository.php';
  22900.         return $this->privates['App\\Repository\\CiternInstallModifRepository'] = new \App\Repository\CiternInstallModifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22901.     }
  22902.     /**
  22903.      * Gets the private 'App\Repository\CityEuropaRepository' shared autowired service.
  22904.      *
  22905.      * @return \App\Repository\CityEuropaRepository
  22906.      */
  22907.     protected function getCityEuropaRepositoryService()
  22908.     {
  22909.         include_once \dirname(__DIR__4).'/src/Repository/CityEuropaRepository.php';
  22910.         return $this->privates['App\\Repository\\CityEuropaRepository'] = new \App\Repository\CityEuropaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22911.     }
  22912.     /**
  22913.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  22914.      *
  22915.      * @return \App\Repository\CityRepository
  22916.      */
  22917.     protected function getCityRepositoryService()
  22918.     {
  22919.         include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  22920.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22921.     }
  22922.     /**
  22923.      * Gets the private 'App\Repository\ClassesRepository' shared autowired service.
  22924.      *
  22925.      * @return \App\Repository\ClassesRepository
  22926.      */
  22927.     protected function getClassesRepositoryService()
  22928.     {
  22929.         include_once \dirname(__DIR__4).'/src/Repository/ClassesRepository.php';
  22930.         return $this->privates['App\\Repository\\ClassesRepository'] = new \App\Repository\ClassesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22931.     }
  22932.     /**
  22933.      * Gets the private 'App\Repository\CleaningAndGardeningRepository' shared autowired service.
  22934.      *
  22935.      * @return \App\Repository\CleaningAndGardeningRepository
  22936.      */
  22937.     protected function getCleaningAndGardeningRepositoryService()
  22938.     {
  22939.         include_once \dirname(__DIR__4).'/src/Repository/CleaningAndGardeningRepository.php';
  22940.         return $this->privates['App\\Repository\\CleaningAndGardeningRepository'] = new \App\Repository\CleaningAndGardeningRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22941.     }
  22942.     /**
  22943.      * Gets the private 'App\Repository\ClientClauseRepository' shared autowired service.
  22944.      *
  22945.      * @return \App\Repository\ClientClauseRepository
  22946.      */
  22947.     protected function getClientClauseRepositoryService()
  22948.     {
  22949.         include_once \dirname(__DIR__4).'/src/Repository/ClientClauseRepository.php';
  22950.         return $this->privates['App\\Repository\\ClientClauseRepository'] = new \App\Repository\ClientClauseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22951.     }
  22952.     /**
  22953.      * Gets the private 'App\Repository\ClientDeedOfSaleDiscussionFileRepository' shared autowired service.
  22954.      *
  22955.      * @return \App\Repository\ClientDeedOfSaleDiscussionFileRepository
  22956.      */
  22957.     protected function getClientDeedOfSaleDiscussionFileRepositoryService()
  22958.     {
  22959.         include_once \dirname(__DIR__4).'/src/Repository/ClientDeedOfSaleDiscussionFileRepository.php';
  22960.         return $this->privates['App\\Repository\\ClientDeedOfSaleDiscussionFileRepository'] = new \App\Repository\ClientDeedOfSaleDiscussionFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22961.     }
  22962.     /**
  22963.      * Gets the private 'App\Repository\ClientDeedOfSaleDiscussionRepository' shared autowired service.
  22964.      *
  22965.      * @return \App\Repository\ClientDeedOfSaleDiscussionRepository
  22966.      */
  22967.     protected function getClientDeedOfSaleDiscussionRepositoryService()
  22968.     {
  22969.         include_once \dirname(__DIR__4).'/src/Repository/ClientDeedOfSaleDiscussionRepository.php';
  22970.         return $this->privates['App\\Repository\\ClientDeedOfSaleDiscussionRepository'] = new \App\Repository\ClientDeedOfSaleDiscussionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22971.     }
  22972.     /**
  22973.      * Gets the private 'App\Repository\ClientDeedOfSaleRepository' shared autowired service.
  22974.      *
  22975.      * @return \App\Repository\ClientDeedOfSaleRepository
  22976.      */
  22977.     protected function getClientDeedOfSaleRepositoryService()
  22978.     {
  22979.         include_once \dirname(__DIR__4).'/src/Repository/ClientDeedOfSaleRepository.php';
  22980.         return $this->privates['App\\Repository\\ClientDeedOfSaleRepository'] = new \App\Repository\ClientDeedOfSaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22981.     }
  22982.     /**
  22983.      * Gets the private 'App\Repository\ClientFriendRepository' shared autowired service.
  22984.      *
  22985.      * @return \App\Repository\ClientFriendRepository
  22986.      */
  22987.     protected function getClientFriendRepositoryService()
  22988.     {
  22989.         include_once \dirname(__DIR__4).'/src/Repository/ClientFriendRepository.php';
  22990.         return $this->privates['App\\Repository\\ClientFriendRepository'] = new \App\Repository\ClientFriendRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22991.     }
  22992.     /**
  22993.      * Gets the private 'App\Repository\ClientSalesAgreementDiscussionFileRepository' shared autowired service.
  22994.      *
  22995.      * @return \App\Repository\ClientSalesAgreementDiscussionFileRepository
  22996.      */
  22997.     protected function getClientSalesAgreementDiscussionFileRepositoryService()
  22998.     {
  22999.         include_once \dirname(__DIR__4).'/src/Repository/ClientSalesAgreementDiscussionFileRepository.php';
  23000.         return $this->privates['App\\Repository\\ClientSalesAgreementDiscussionFileRepository'] = new \App\Repository\ClientSalesAgreementDiscussionFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23001.     }
  23002.     /**
  23003.      * Gets the private 'App\Repository\ClientSalesAgreementDiscussionRepository' shared autowired service.
  23004.      *
  23005.      * @return \App\Repository\ClientSalesAgreementDiscussionRepository
  23006.      */
  23007.     protected function getClientSalesAgreementDiscussionRepositoryService()
  23008.     {
  23009.         include_once \dirname(__DIR__4).'/src/Repository/ClientSalesAgreementDiscussionRepository.php';
  23010.         return $this->privates['App\\Repository\\ClientSalesAgreementDiscussionRepository'] = new \App\Repository\ClientSalesAgreementDiscussionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23011.     }
  23012.     /**
  23013.      * Gets the private 'App\Repository\ClientSalesAgreementRepository' shared autowired service.
  23014.      *
  23015.      * @return \App\Repository\ClientSalesAgreementRepository
  23016.      */
  23017.     protected function getClientSalesAgreementRepositoryService()
  23018.     {
  23019.         include_once \dirname(__DIR__4).'/src/Repository/ClientSalesAgreementRepository.php';
  23020.         return $this->privates['App\\Repository\\ClientSalesAgreementRepository'] = new \App\Repository\ClientSalesAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23021.     }
  23022.     /**
  23023.      * Gets the private 'App\Repository\CoOwershipPropositionVoteRepository' shared autowired service.
  23024.      *
  23025.      * @return \App\Repository\CoOwershipPropositionVoteRepository
  23026.      */
  23027.     protected function getCoOwershipPropositionVoteRepositoryService()
  23028.     {
  23029.         include_once \dirname(__DIR__4).'/src/Repository/CoOwershipPropositionVoteRepository.php';
  23030.         return $this->privates['App\\Repository\\CoOwershipPropositionVoteRepository'] = new \App\Repository\CoOwershipPropositionVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23031.     }
  23032.     /**
  23033.      * Gets the private 'App\Repository\CoOwnerShipDocumentRepository' shared autowired service.
  23034.      *
  23035.      * @return \App\Repository\CoOwnerShipDocumentRepository
  23036.      */
  23037.     protected function getCoOwnerShipDocumentRepositoryService()
  23038.     {
  23039.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnerShipDocumentRepository.php';
  23040.         return $this->privates['App\\Repository\\CoOwnerShipDocumentRepository'] = new \App\Repository\CoOwnerShipDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23041.     }
  23042.     /**
  23043.      * Gets the private 'App\Repository\CoOwnershipAgendaRepository' shared autowired service.
  23044.      *
  23045.      * @return \App\Repository\CoOwnershipAgendaRepository
  23046.      */
  23047.     protected function getCoOwnershipAgendaRepositoryService()
  23048.     {
  23049.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipAgendaRepository.php';
  23050.         return $this->privates['App\\Repository\\CoOwnershipAgendaRepository'] = new \App\Repository\CoOwnershipAgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23051.     }
  23052.     /**
  23053.      * Gets the private 'App\Repository\CoOwnershipAuditorRepository' shared autowired service.
  23054.      *
  23055.      * @return \App\Repository\CoOwnershipAuditorRepository
  23056.      */
  23057.     protected function getCoOwnershipAuditorRepositoryService()
  23058.     {
  23059.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipAuditorRepository.php';
  23060.         return $this->privates['App\\Repository\\CoOwnershipAuditorRepository'] = new \App\Repository\CoOwnershipAuditorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23061.     }
  23062.     /**
  23063.      * Gets the private 'App\Repository\CoOwnershipBalanceRepository' shared autowired service.
  23064.      *
  23065.      * @return \App\Repository\CoOwnershipBalanceRepository
  23066.      */
  23067.     protected function getCoOwnershipBalanceRepositoryService()
  23068.     {
  23069.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipBalanceRepository.php';
  23070.         return $this->privates['App\\Repository\\CoOwnershipBalanceRepository'] = new \App\Repository\CoOwnershipBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23071.     }
  23072.     /**
  23073.      * Gets the private 'App\Repository\CoOwnershipCouncilRepository' shared autowired service.
  23074.      *
  23075.      * @return \App\Repository\CoOwnershipCouncilRepository
  23076.      */
  23077.     protected function getCoOwnershipCouncilRepositoryService()
  23078.     {
  23079.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipCouncilRepository.php';
  23080.         return $this->privates['App\\Repository\\CoOwnershipCouncilRepository'] = new \App\Repository\CoOwnershipCouncilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23081.     }
  23082.     /**
  23083.      * Gets the private 'App\Repository\CoOwnershipFilesRepository' shared autowired service.
  23084.      *
  23085.      * @return \App\Repository\CoOwnershipFilesRepository
  23086.      */
  23087.     protected function getCoOwnershipFilesRepositoryService()
  23088.     {
  23089.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipFilesRepository.php';
  23090.         return $this->privates['App\\Repository\\CoOwnershipFilesRepository'] = new \App\Repository\CoOwnershipFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23091.     }
  23092.     /**
  23093.      * Gets the private 'App\Repository\CoOwnershipGMDecisionRepository' shared autowired service.
  23094.      *
  23095.      * @return \App\Repository\CoOwnershipGMDecisionRepository
  23096.      */
  23097.     protected function getCoOwnershipGMDecisionRepositoryService()
  23098.     {
  23099.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipGMDecisionRepository.php';
  23100.         return $this->privates['App\\Repository\\CoOwnershipGMDecisionRepository'] = new \App\Repository\CoOwnershipGMDecisionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23101.     }
  23102.     /**
  23103.      * Gets the private 'App\Repository\CoOwnershipInvoicesRepository' shared autowired service.
  23104.      *
  23105.      * @return \App\Repository\CoOwnershipInvoicesRepository
  23106.      */
  23107.     protected function getCoOwnershipInvoicesRepositoryService()
  23108.     {
  23109.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipInvoicesRepository.php';
  23110.         return $this->privates['App\\Repository\\CoOwnershipInvoicesRepository'] = new \App\Repository\CoOwnershipInvoicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23111.     }
  23112.     /**
  23113.      * Gets the private 'App\Repository\CoOwnershipLotAccountRepository' shared autowired service.
  23114.      *
  23115.      * @return \App\Repository\CoOwnershipLotAccountRepository
  23116.      */
  23117.     protected function getCoOwnershipLotAccountRepositoryService()
  23118.     {
  23119.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipLotAccountRepository.php';
  23120.         return $this->privates['App\\Repository\\CoOwnershipLotAccountRepository'] = new \App\Repository\CoOwnershipLotAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23121.     }
  23122.     /**
  23123.      * Gets the private 'App\Repository\CoOwnershipLotBalanceRepository' shared autowired service.
  23124.      *
  23125.      * @return \App\Repository\CoOwnershipLotBalanceRepository
  23126.      */
  23127.     protected function getCoOwnershipLotBalanceRepositoryService()
  23128.     {
  23129.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipLotBalanceRepository.php';
  23130.         return $this->privates['App\\Repository\\CoOwnershipLotBalanceRepository'] = new \App\Repository\CoOwnershipLotBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23131.     }
  23132.     /**
  23133.      * Gets the private 'App\Repository\CoOwnershipLotTotalAccountRepository' shared autowired service.
  23134.      *
  23135.      * @return \App\Repository\CoOwnershipLotTotalAccountRepository
  23136.      */
  23137.     protected function getCoOwnershipLotTotalAccountRepositoryService()
  23138.     {
  23139.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipLotTotalAccountRepository.php';
  23140.         return $this->privates['App\\Repository\\CoOwnershipLotTotalAccountRepository'] = new \App\Repository\CoOwnershipLotTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23141.     }
  23142.     /**
  23143.      * Gets the private 'App\Repository\CoOwnershipMeetingTranscriptFileRepository' shared autowired service.
  23144.      *
  23145.      * @return \App\Repository\CoOwnershipMeetingTranscriptFileRepository
  23146.      */
  23147.     protected function getCoOwnershipMeetingTranscriptFileRepositoryService()
  23148.     {
  23149.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipMeetingTranscriptFileRepository.php';
  23150.         return $this->privates['App\\Repository\\CoOwnershipMeetingTranscriptFileRepository'] = new \App\Repository\CoOwnershipMeetingTranscriptFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23151.     }
  23152.     /**
  23153.      * Gets the private 'App\Repository\CoOwnershipMeetingTranscriptRepository' shared autowired service.
  23154.      *
  23155.      * @return \App\Repository\CoOwnershipMeetingTranscriptRepository
  23156.      */
  23157.     protected function getCoOwnershipMeetingTranscriptRepositoryService()
  23158.     {
  23159.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipMeetingTranscriptRepository.php';
  23160.         return $this->privates['App\\Repository\\CoOwnershipMeetingTranscriptRepository'] = new \App\Repository\CoOwnershipMeetingTranscriptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23161.     }
  23162.     /**
  23163.      * Gets the private 'App\Repository\CoOwnershipPropositionRepository' shared autowired service.
  23164.      *
  23165.      * @return \App\Repository\CoOwnershipPropositionRepository
  23166.      */
  23167.     protected function getCoOwnershipPropositionRepositoryService()
  23168.     {
  23169.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipPropositionRepository.php';
  23170.         return $this->privates['App\\Repository\\CoOwnershipPropositionRepository'] = new \App\Repository\CoOwnershipPropositionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23171.     }
  23172.     /**
  23173.      * Gets the private 'App\Repository\CoOwnershipRepository' shared autowired service.
  23174.      *
  23175.      * @return \App\Repository\CoOwnershipRepository
  23176.      */
  23177.     protected function getCoOwnershipRepositoryService()
  23178.     {
  23179.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipRepository.php';
  23180.         return $this->privates['App\\Repository\\CoOwnershipRepository'] = new \App\Repository\CoOwnershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23181.     }
  23182.     /**
  23183.      * Gets the private 'App\Repository\CoOwnershipThePropertyFileRepository' shared autowired service.
  23184.      *
  23185.      * @return \App\Repository\CoOwnershipThePropertyFileRepository
  23186.      */
  23187.     protected function getCoOwnershipThePropertyFileRepositoryService()
  23188.     {
  23189.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipThePropertyFileRepository.php';
  23190.         return $this->privates['App\\Repository\\CoOwnershipThePropertyFileRepository'] = new \App\Repository\CoOwnershipThePropertyFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23191.     }
  23192.     /**
  23193.      * Gets the private 'App\Repository\CoOwnershipThePropertyRepository' shared autowired service.
  23194.      *
  23195.      * @return \App\Repository\CoOwnershipThePropertyRepository
  23196.      */
  23197.     protected function getCoOwnershipThePropertyRepositoryService()
  23198.     {
  23199.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipThePropertyRepository.php';
  23200.         return $this->privates['App\\Repository\\CoOwnershipThePropertyRepository'] = new \App\Repository\CoOwnershipThePropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23201.     }
  23202.     /**
  23203.      * Gets the private 'App\Repository\CoOwnershipThePropertySyndicResponseRepository' shared autowired service.
  23204.      *
  23205.      * @return \App\Repository\CoOwnershipThePropertySyndicResponseRepository
  23206.      */
  23207.     protected function getCoOwnershipThePropertySyndicResponseRepositoryService()
  23208.     {
  23209.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipThePropertySyndicResponseRepository.php';
  23210.         return $this->privates['App\\Repository\\CoOwnershipThePropertySyndicResponseRepository'] = new \App\Repository\CoOwnershipThePropertySyndicResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23211.     }
  23212.     /**
  23213.      * Gets the private 'App\Repository\CoOwnershipTotalAccountRepository' shared autowired service.
  23214.      *
  23215.      * @return \App\Repository\CoOwnershipTotalAccountRepository
  23216.      */
  23217.     protected function getCoOwnershipTotalAccountRepositoryService()
  23218.     {
  23219.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipTotalAccountRepository.php';
  23220.         return $this->privates['App\\Repository\\CoOwnershipTotalAccountRepository'] = new \App\Repository\CoOwnershipTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23221.     }
  23222.     /**
  23223.      * Gets the private 'App\Repository\ColectiveGardenRepository' shared autowired service.
  23224.      *
  23225.      * @return \App\Repository\ColectiveGardenRepository
  23226.      */
  23227.     protected function getColectiveGardenRepositoryService()
  23228.     {
  23229.         include_once \dirname(__DIR__4).'/src/Repository/ColectiveGardenRepository.php';
  23230.         return $this->privates['App\\Repository\\ColectiveGardenRepository'] = new \App\Repository\ColectiveGardenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23231.     }
  23232.     /**
  23233.      * Gets the private 'App\Repository\CommissionershipRepository' shared autowired service.
  23234.      *
  23235.      * @return \App\Repository\CommissionershipRepository
  23236.      */
  23237.     protected function getCommissionershipRepositoryService()
  23238.     {
  23239.         include_once \dirname(__DIR__4).'/src/Repository/CommissionershipRepository.php';
  23240.         return $this->privates['App\\Repository\\CommissionershipRepository'] = new \App\Repository\CommissionershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23241.     }
  23242.     /**
  23243.      * Gets the private 'App\Repository\CommitteeRepository' shared autowired service.
  23244.      *
  23245.      * @return \App\Repository\CommitteeRepository
  23246.      */
  23247.     protected function getCommitteeRepositoryService()
  23248.     {
  23249.         include_once \dirname(__DIR__4).'/src/Repository/CommitteeRepository.php';
  23250.         return $this->privates['App\\Repository\\CommitteeRepository'] = new \App\Repository\CommitteeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23251.     }
  23252.     /**
  23253.      * Gets the private 'App\Repository\CommunaleServiceRepository' shared autowired service.
  23254.      *
  23255.      * @return \App\Repository\CommunaleServiceRepository
  23256.      */
  23257.     protected function getCommunaleServiceRepositoryService()
  23258.     {
  23259.         include_once \dirname(__DIR__4).'/src/Repository/CommunaleServiceRepository.php';
  23260.         return $this->privates['App\\Repository\\CommunaleServiceRepository'] = new \App\Repository\CommunaleServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23261.     }
  23262.     /**
  23263.      * Gets the private 'App\Repository\CommunityConsultationRepository' shared autowired service.
  23264.      *
  23265.      * @return \App\Repository\CommunityConsultationRepository
  23266.      */
  23267.     protected function getCommunityConsultationRepositoryService()
  23268.     {
  23269.         include_once \dirname(__DIR__4).'/src/Repository/CommunityConsultationRepository.php';
  23270.         return $this->privates['App\\Repository\\CommunityConsultationRepository'] = new \App\Repository\CommunityConsultationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23271.     }
  23272.     /**
  23273.      * Gets the private 'App\Repository\CommunityCoordinateRepository' shared autowired service.
  23274.      *
  23275.      * @return \App\Repository\CommunityCoordinateRepository
  23276.      */
  23277.     protected function getCommunityCoordinateRepositoryService()
  23278.     {
  23279.         return $this->privates['App\\Repository\\CommunityCoordinateRepository'] = new \App\Repository\CommunityCoordinateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23280.     }
  23281.     /**
  23282.      * Gets the private 'App\Repository\CommunityEventFileRepository' shared autowired service.
  23283.      *
  23284.      * @return \App\Repository\CommunityEventFileRepository
  23285.      */
  23286.     protected function getCommunityEventFileRepositoryService()
  23287.     {
  23288.         include_once \dirname(__DIR__4).'/src/Repository/CommunityEventFileRepository.php';
  23289.         return $this->privates['App\\Repository\\CommunityEventFileRepository'] = new \App\Repository\CommunityEventFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23290.     }
  23291.     /**
  23292.      * Gets the private 'App\Repository\CommunityEventRepository' shared autowired service.
  23293.      *
  23294.      * @return \App\Repository\CommunityEventRepository
  23295.      */
  23296.     protected function getCommunityEventRepositoryService()
  23297.     {
  23298.         include_once \dirname(__DIR__4).'/src/Repository/CommunityEventRepository.php';
  23299.         return $this->privates['App\\Repository\\CommunityEventRepository'] = new \App\Repository\CommunityEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23300.     }
  23301.     /**
  23302.      * Gets the private 'App\Repository\CommunityFleatMarketRepository' shared autowired service.
  23303.      *
  23304.      * @return \App\Repository\CommunityFleatMarketRepository
  23305.      */
  23306.     protected function getCommunityFleatMarketRepositoryService()
  23307.     {
  23308.         include_once \dirname(__DIR__4).'/src/Repository/CommunityFleatMarketRepository.php';
  23309.         return $this->privates['App\\Repository\\CommunityFleatMarketRepository'] = new \App\Repository\CommunityFleatMarketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23310.     }
  23311.     /**
  23312.      * Gets the private 'App\Repository\CommunityHouseWarmingRepository' shared autowired service.
  23313.      *
  23314.      * @return \App\Repository\CommunityHouseWarmingRepository
  23315.      */
  23316.     protected function getCommunityHouseWarmingRepositoryService()
  23317.     {
  23318.         include_once \dirname(__DIR__4).'/src/Repository/CommunityHouseWarmingRepository.php';
  23319.         return $this->privates['App\\Repository\\CommunityHouseWarmingRepository'] = new \App\Repository\CommunityHouseWarmingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23320.     }
  23321.     /**
  23322.      * Gets the private 'App\Repository\CommunityLocalPartenarshipRepository' shared autowired service.
  23323.      *
  23324.      * @return \App\Repository\CommunityLocalPartenarshipRepository
  23325.      */
  23326.     protected function getCommunityLocalPartenarshipRepositoryService()
  23327.     {
  23328.         include_once \dirname(__DIR__4).'/src/Repository/CommunityLocalPartenarshipRepository.php';
  23329.         return $this->privates['App\\Repository\\CommunityLocalPartenarshipRepository'] = new \App\Repository\CommunityLocalPartenarshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23330.     }
  23331.     /**
  23332.      * Gets the private 'App\Repository\CommunityLostAnimalRepository' shared autowired service.
  23333.      *
  23334.      * @return \App\Repository\CommunityLostAnimalRepository
  23335.      */
  23336.     protected function getCommunityLostAnimalRepositoryService()
  23337.     {
  23338.         include_once \dirname(__DIR__4).'/src/Repository/CommunityLostAnimalRepository.php';
  23339.         return $this->privates['App\\Repository\\CommunityLostAnimalRepository'] = new \App\Repository\CommunityLostAnimalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23340.     }
  23341.     /**
  23342.      * Gets the private 'App\Repository\CommunityPartyRepository' shared autowired service.
  23343.      *
  23344.      * @return \App\Repository\CommunityPartyRepository
  23345.      */
  23346.     protected function getCommunityPartyRepositoryService()
  23347.     {
  23348.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPartyRepository.php';
  23349.         return $this->privates['App\\Repository\\CommunityPartyRepository'] = new \App\Repository\CommunityPartyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23350.     }
  23351.     /**
  23352.      * Gets the private 'App\Repository\CommunityPlpRepository' shared autowired service.
  23353.      *
  23354.      * @return \App\Repository\CommunityPlpRepository
  23355.      */
  23356.     protected function getCommunityPlpRepositoryService()
  23357.     {
  23358.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPlpRepository.php';
  23359.         return $this->privates['App\\Repository\\CommunityPlpRepository'] = new \App\Repository\CommunityPlpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23360.     }
  23361.     /**
  23362.      * Gets the private 'App\Repository\CommunityPlpVoteRepository' shared autowired service.
  23363.      *
  23364.      * @return \App\Repository\CommunityPlpVoteRepository
  23365.      */
  23366.     protected function getCommunityPlpVoteRepositoryService()
  23367.     {
  23368.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPlpVoteRepository.php';
  23369.         return $this->privates['App\\Repository\\CommunityPlpVoteRepository'] = new \App\Repository\CommunityPlpVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23370.     }
  23371.     /**
  23372.      * Gets the private 'App\Repository\CommunityPostCommentRepository' shared autowired service.
  23373.      *
  23374.      * @return \App\Repository\CommunityPostCommentRepository
  23375.      */
  23376.     protected function getCommunityPostCommentRepositoryService()
  23377.     {
  23378.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostCommentRepository.php';
  23379.         return $this->privates['App\\Repository\\CommunityPostCommentRepository'] = new \App\Repository\CommunityPostCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23380.     }
  23381.     /**
  23382.      * Gets the private 'App\Repository\CommunityPostFileRepository' shared autowired service.
  23383.      *
  23384.      * @return \App\Repository\CommunityPostFileRepository
  23385.      */
  23386.     protected function getCommunityPostFileRepositoryService()
  23387.     {
  23388.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostFileRepository.php';
  23389.         return $this->privates['App\\Repository\\CommunityPostFileRepository'] = new \App\Repository\CommunityPostFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23390.     }
  23391.     /**
  23392.      * Gets the private 'App\Repository\CommunityPostLikeRepository' shared autowired service.
  23393.      *
  23394.      * @return \App\Repository\CommunityPostLikeRepository
  23395.      */
  23396.     protected function getCommunityPostLikeRepositoryService()
  23397.     {
  23398.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostLikeRepository.php';
  23399.         return $this->privates['App\\Repository\\CommunityPostLikeRepository'] = new \App\Repository\CommunityPostLikeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23400.     }
  23401.     /**
  23402.      * Gets the private 'App\Repository\CommunityPostRepository' shared autowired service.
  23403.      *
  23404.      * @return \App\Repository\CommunityPostRepository
  23405.      */
  23406.     protected function getCommunityPostRepositoryService()
  23407.     {
  23408.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostRepository.php';
  23409.         return $this->privates['App\\Repository\\CommunityPostRepository'] = new \App\Repository\CommunityPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23410.     }
  23411.     /**
  23412.      * Gets the private 'App\Repository\CommunityPostSignalRepository' shared autowired service.
  23413.      *
  23414.      * @return \App\Repository\CommunityPostSignalRepository
  23415.      */
  23416.     protected function getCommunityPostSignalRepositoryService()
  23417.     {
  23418.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostSignalRepository.php';
  23419.         return $this->privates['App\\Repository\\CommunityPostSignalRepository'] = new \App\Repository\CommunityPostSignalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23420.     }
  23421.     /**
  23422.      * Gets the private 'App\Repository\CommunityProductRepository' shared autowired service.
  23423.      *
  23424.      * @return \App\Repository\CommunityProductRepository
  23425.      */
  23426.     protected function getCommunityProductRepositoryService()
  23427.     {
  23428.         include_once \dirname(__DIR__4).'/src/Repository/CommunityProductRepository.php';
  23429.         return $this->privates['App\\Repository\\CommunityProductRepository'] = new \App\Repository\CommunityProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23430.     }
  23431.     /**
  23432.      * Gets the private 'App\Repository\CommunityPurchaseRepository' shared autowired service.
  23433.      *
  23434.      * @return \App\Repository\CommunityPurchaseRepository
  23435.      */
  23436.     protected function getCommunityPurchaseRepositoryService()
  23437.     {
  23438.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPurchaseRepository.php';
  23439.         return $this->privates['App\\Repository\\CommunityPurchaseRepository'] = new \App\Repository\CommunityPurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23440.     }
  23441.     /**
  23442.      * Gets the private 'App\Repository\CommunitySaleRepository' shared autowired service.
  23443.      *
  23444.      * @return \App\Repository\CommunitySaleRepository
  23445.      */
  23446.     protected function getCommunitySaleRepositoryService()
  23447.     {
  23448.         include_once \dirname(__DIR__4).'/src/Repository/CommunitySaleRepository.php';
  23449.         return $this->privates['App\\Repository\\CommunitySaleRepository'] = new \App\Repository\CommunitySaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23450.     }
  23451.     /**
  23452.      * Gets the private 'App\Repository\CommunityServiceRequestRepository' shared autowired service.
  23453.      *
  23454.      * @return \App\Repository\CommunityServiceRequestRepository
  23455.      */
  23456.     protected function getCommunityServiceRequestRepositoryService()
  23457.     {
  23458.         include_once \dirname(__DIR__4).'/src/Repository/CommunityServiceRequestRepository.php';
  23459.         return $this->privates['App\\Repository\\CommunityServiceRequestRepository'] = new \App\Repository\CommunityServiceRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23460.     }
  23461.     /**
  23462.      * Gets the private 'App\Repository\CommunityServiceResponseRepository' shared autowired service.
  23463.      *
  23464.      * @return \App\Repository\CommunityServiceResponseRepository
  23465.      */
  23466.     protected function getCommunityServiceResponseRepositoryService()
  23467.     {
  23468.         include_once \dirname(__DIR__4).'/src/Repository/CommunityServiceResponseRepository.php';
  23469.         return $this->privates['App\\Repository\\CommunityServiceResponseRepository'] = new \App\Repository\CommunityServiceResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23470.     }
  23471.     /**
  23472.      * Gets the private 'App\Repository\CommunitySolicitationRepository' shared autowired service.
  23473.      *
  23474.      * @return \App\Repository\CommunitySolicitationRepository
  23475.      */
  23476.     protected function getCommunitySolicitationRepositoryService()
  23477.     {
  23478.         include_once \dirname(__DIR__4).'/src/Repository/CommunitySolicitationRepository.php';
  23479.         return $this->privates['App\\Repository\\CommunitySolicitationRepository'] = new \App\Repository\CommunitySolicitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23480.     }
  23481.     /**
  23482.      * Gets the private 'App\Repository\CommunitySolicitationVoteRepository' shared autowired service.
  23483.      *
  23484.      * @return \App\Repository\CommunitySolicitationVoteRepository
  23485.      */
  23486.     protected function getCommunitySolicitationVoteRepositoryService()
  23487.     {
  23488.         include_once \dirname(__DIR__4).'/src/Repository/CommunitySolicitationVoteRepository.php';
  23489.         return $this->privates['App\\Repository\\CommunitySolicitationVoteRepository'] = new \App\Repository\CommunitySolicitationVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23490.     }
  23491.     /**
  23492.      * Gets the private 'App\Repository\CommunityTypeProductRepository' shared autowired service.
  23493.      *
  23494.      * @return \App\Repository\CommunityTypeProductRepository
  23495.      */
  23496.     protected function getCommunityTypeProductRepositoryService()
  23497.     {
  23498.         include_once \dirname(__DIR__4).'/src/Repository/CommunityTypeProductRepository.php';
  23499.         return $this->privates['App\\Repository\\CommunityTypeProductRepository'] = new \App\Repository\CommunityTypeProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23500.     }
  23501.     /**
  23502.      * Gets the private 'App\Repository\CommunityVoteConsultationRepository' shared autowired service.
  23503.      *
  23504.      * @return \App\Repository\CommunityVoteConsultationRepository
  23505.      */
  23506.     protected function getCommunityVoteConsultationRepositoryService()
  23507.     {
  23508.         include_once \dirname(__DIR__4).'/src/Repository/CommunityVoteConsultationRepository.php';
  23509.         return $this->privates['App\\Repository\\CommunityVoteConsultationRepository'] = new \App\Repository\CommunityVoteConsultationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23510.     }
  23511.     /**
  23512.      * Gets the private 'App\Repository\CommunityVotePartyRepository' shared autowired service.
  23513.      *
  23514.      * @return \App\Repository\CommunityVotePartyRepository
  23515.      */
  23516.     protected function getCommunityVotePartyRepositoryService()
  23517.     {
  23518.         include_once \dirname(__DIR__4).'/src/Repository/CommunityVotePartyRepository.php';
  23519.         return $this->privates['App\\Repository\\CommunityVotePartyRepository'] = new \App\Repository\CommunityVotePartyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23520.     }
  23521.     /**
  23522.      * Gets the private 'App\Repository\CommunityWorkRepository' shared autowired service.
  23523.      *
  23524.      * @return \App\Repository\CommunityWorkRepository
  23525.      */
  23526.     protected function getCommunityWorkRepositoryService()
  23527.     {
  23528.         include_once \dirname(__DIR__4).'/src/Repository/CommunityWorkRepository.php';
  23529.         return $this->privates['App\\Repository\\CommunityWorkRepository'] = new \App\Repository\CommunityWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23530.     }
  23531.     /**
  23532.      * Gets the private 'App\Repository\CommunityWorkVoteRepository' shared autowired service.
  23533.      *
  23534.      * @return \App\Repository\CommunityWorkVoteRepository
  23535.      */
  23536.     protected function getCommunityWorkVoteRepositoryService()
  23537.     {
  23538.         include_once \dirname(__DIR__4).'/src/Repository/CommunityWorkVoteRepository.php';
  23539.         return $this->privates['App\\Repository\\CommunityWorkVoteRepository'] = new \App\Repository\CommunityWorkVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23540.     }
  23541.     /**
  23542.      * Gets the private 'App\Repository\CondominiumFeeRepository' shared autowired service.
  23543.      *
  23544.      * @return \App\Repository\CondominiumFeeRepository
  23545.      */
  23546.     protected function getCondominiumFeeRepositoryService()
  23547.     {
  23548.         include_once \dirname(__DIR__4).'/src/Repository/CondominiumFeeRepository.php';
  23549.         return $this->privates['App\\Repository\\CondominiumFeeRepository'] = new \App\Repository\CondominiumFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23550.     }
  23551.     /**
  23552.      * Gets the private 'App\Repository\CondominiumRepository' shared autowired service.
  23553.      *
  23554.      * @return \App\Repository\CondominiumRepository
  23555.      */
  23556.     protected function getCondominiumRepositoryService()
  23557.     {
  23558.         include_once \dirname(__DIR__4).'/src/Repository/CondominiumRepository.php';
  23559.         return $this->privates['App\\Repository\\CondominiumRepository'] = new \App\Repository\CondominiumRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23560.     }
  23561.     /**
  23562.      * Gets the private 'App\Repository\ConsumptionWaterRepository' shared autowired service.
  23563.      *
  23564.      * @return \App\Repository\ConsumptionWaterRepository
  23565.      */
  23566.     protected function getConsumptionWaterRepositoryService()
  23567.     {
  23568.         include_once \dirname(__DIR__4).'/src/Repository/ConsumptionWaterRepository.php';
  23569.         return $this->privates['App\\Repository\\ConsumptionWaterRepository'] = new \App\Repository\ConsumptionWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23570.     }
  23571.     /**
  23572.      * Gets the private 'App\Repository\ContactsellerRepository' shared autowired service.
  23573.      *
  23574.      * @return \App\Repository\ContactsellerRepository
  23575.      */
  23576.     protected function getContactsellerRepositoryService()
  23577.     {
  23578.         include_once \dirname(__DIR__4).'/src/Repository/ContactsellerRepository.php';
  23579.         return $this->privates['App\\Repository\\ContactsellerRepository'] = new \App\Repository\ContactsellerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23580.     }
  23581.     /**
  23582.      * Gets the private 'App\Repository\ControlsRepository' shared autowired service.
  23583.      *
  23584.      * @return \App\Repository\ControlsRepository
  23585.      */
  23586.     protected function getControlsRepositoryService()
  23587.     {
  23588.         include_once \dirname(__DIR__4).'/src/Repository/ControlsRepository.php';
  23589.         return $this->privates['App\\Repository\\ControlsRepository'] = new \App\Repository\ControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23590.     }
  23591.     /**
  23592.      * Gets the private 'App\Repository\ConversationRepository' shared autowired service.
  23593.      *
  23594.      * @return \App\Repository\ConversationRepository
  23595.      */
  23596.     protected function getConversationRepositoryService()
  23597.     {
  23598.         include_once \dirname(__DIR__4).'/src/Repository/ConversationRepository.php';
  23599.         return $this->privates['App\\Repository\\ConversationRepository'] = new \App\Repository\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23600.     }
  23601.     /**
  23602.      * Gets the private 'App\Repository\CounterOfferLeaseRepository' shared autowired service.
  23603.      *
  23604.      * @return \App\Repository\CounterOfferLeaseRepository
  23605.      */
  23606.     protected function getCounterOfferLeaseRepositoryService()
  23607.     {
  23608.         include_once \dirname(__DIR__4).'/src/Repository/CounterOfferLeaseRepository.php';
  23609.         return $this->privates['App\\Repository\\CounterOfferLeaseRepository'] = new \App\Repository\CounterOfferLeaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23610.     }
  23611.     /**
  23612.      * Gets the private 'App\Repository\CounterOfferRepository' shared autowired service.
  23613.      *
  23614.      * @return \App\Repository\CounterOfferRepository
  23615.      */
  23616.     protected function getCounterOfferRepositoryService()
  23617.     {
  23618.         include_once \dirname(__DIR__4).'/src/Repository/CounterOfferRepository.php';
  23619.         return $this->privates['App\\Repository\\CounterOfferRepository'] = new \App\Repository\CounterOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23620.     }
  23621.     /**
  23622.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  23623.      *
  23624.      * @return \App\Repository\CountryRepository
  23625.      */
  23626.     protected function getCountryRepositoryService()
  23627.     {
  23628.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  23629.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23630.         if (isset($this->privates['App\\Repository\\CountryRepository'])) {
  23631.             return $this->privates['App\\Repository\\CountryRepository'];
  23632.         }
  23633.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  23634.     }
  23635.     /**
  23636.      * Gets the private 'App\Repository\CsvRepository' shared autowired service.
  23637.      *
  23638.      * @return \App\Repository\CsvRepository
  23639.      */
  23640.     protected function getCsvRepositoryService()
  23641.     {
  23642.         include_once \dirname(__DIR__4).'/src/Repository/CsvRepository.php';
  23643.         return $this->privates['App\\Repository\\CsvRepository'] = new \App\Repository\CsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23644.     }
  23645.     /**
  23646.      * Gets the private 'App\Repository\DVFCsvRepository' shared autowired service.
  23647.      *
  23648.      * @return \App\Repository\DVFCsvRepository
  23649.      */
  23650.     protected function getDVFCsvRepositoryService()
  23651.     {
  23652.         include_once \dirname(__DIR__4).'/src/Repository/DVFCsvRepository.php';
  23653.         return $this->privates['App\\Repository\\DVFCsvRepository'] = new \App\Repository\DVFCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23654.     }
  23655.     /**
  23656.      * Gets the private 'App\Repository\DVFRepository' shared autowired service.
  23657.      *
  23658.      * @return \App\Repository\DVFRepository
  23659.      */
  23660.     protected function getDVFRepositoryService()
  23661.     {
  23662.         include_once \dirname(__DIR__4).'/src/Repository/DVFRepository.php';
  23663.         return $this->privates['App\\Repository\\DVFRepository'] = new \App\Repository\DVFRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23664.     }
  23665.     /**
  23666.      * Gets the private 'App\Repository\DailyNeededRepository' shared autowired service.
  23667.      *
  23668.      * @return \App\Repository\DailyNeededRepository
  23669.      */
  23670.     protected function getDailyNeededRepositoryService()
  23671.     {
  23672.         include_once \dirname(__DIR__4).'/src/Repository/DailyNeededRepository.php';
  23673.         return $this->privates['App\\Repository\\DailyNeededRepository'] = new \App\Repository\DailyNeededRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23674.     }
  23675.     /**
  23676.      * Gets the private 'App\Repository\DeedOfSaleRepository' shared autowired service.
  23677.      *
  23678.      * @return \App\Repository\DeedOfSaleRepository
  23679.      */
  23680.     protected function getDeedOfSaleRepositoryService()
  23681.     {
  23682.         include_once \dirname(__DIR__4).'/src/Repository/DeedOfSaleRepository.php';
  23683.         return $this->privates['App\\Repository\\DeedOfSaleRepository'] = new \App\Repository\DeedOfSaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23684.     }
  23685.     /**
  23686.      * Gets the private 'App\Repository\DefaultClauseRepository' shared autowired service.
  23687.      *
  23688.      * @return \App\Repository\DefaultClauseRepository
  23689.      */
  23690.     protected function getDefaultClauseRepositoryService()
  23691.     {
  23692.         include_once \dirname(__DIR__4).'/src/Repository/DefaultClauseRepository.php';
  23693.         return $this->privates['App\\Repository\\DefaultClauseRepository'] = new \App\Repository\DefaultClauseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23694.     }
  23695.     /**
  23696.      * Gets the private 'App\Repository\DeliveryTimesRepository' shared autowired service.
  23697.      *
  23698.      * @return \App\Repository\DeliveryTimesRepository
  23699.      */
  23700.     protected function getDeliveryTimesRepositoryService()
  23701.     {
  23702.         include_once \dirname(__DIR__4).'/src/Repository/DeliveryTimesRepository.php';
  23703.         return $this->privates['App\\Repository\\DeliveryTimesRepository'] = new \App\Repository\DeliveryTimesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23704.     }
  23705.     /**
  23706.      * Gets the private 'App\Repository\DemandsRepository' shared autowired service.
  23707.      *
  23708.      * @return \App\Repository\DemandsRepository
  23709.      */
  23710.     protected function getDemandsRepositoryService()
  23711.     {
  23712.         include_once \dirname(__DIR__4).'/src/Repository/DemandsRepository.php';
  23713.         return $this->privates['App\\Repository\\DemandsRepository'] = new \App\Repository\DemandsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23714.     }
  23715.     /**
  23716.      * Gets the private 'App\Repository\DesignNeighborhoodRepository' shared autowired service.
  23717.      *
  23718.      * @return \App\Repository\DesignNeighborhoodRepository
  23719.      */
  23720.     protected function getDesignNeighborhoodRepositoryService()
  23721.     {
  23722.         include_once \dirname(__DIR__4).'/src/Repository/DesignNeighborhoodRepository.php';
  23723.         return $this->privates['App\\Repository\\DesignNeighborhoodRepository'] = new \App\Repository\DesignNeighborhoodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23724.     }
  23725.     /**
  23726.      * Gets the private 'App\Repository\DestinationHabitationRepository' shared autowired service.
  23727.      *
  23728.      * @return \App\Repository\DestinationHabitationRepository
  23729.      */
  23730.     protected function getDestinationHabitationRepositoryService()
  23731.     {
  23732.         include_once \dirname(__DIR__4).'/src/Repository/DestinationHabitationRepository.php';
  23733.         return $this->privates['App\\Repository\\DestinationHabitationRepository'] = new \App\Repository\DestinationHabitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23734.     }
  23735.     /**
  23736.      * Gets the private 'App\Repository\DetailedStudyWorkRepository' shared autowired service.
  23737.      *
  23738.      * @return \App\Repository\DetailedStudyWorkRepository
  23739.      */
  23740.     protected function getDetailedStudyWorkRepositoryService()
  23741.     {
  23742.         include_once \dirname(__DIR__4).'/src/Repository/DetailedStudyWorkRepository.php';
  23743.         return $this->privates['App\\Repository\\DetailedStudyWorkRepository'] = new \App\Repository\DetailedStudyWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23744.     }
  23745.     /**
  23746.      * Gets the private 'App\Repository\DispensePdfRepository' shared autowired service.
  23747.      *
  23748.      * @return \App\Repository\DispensePdfRepository
  23749.      */
  23750.     protected function getDispensePdfRepositoryService()
  23751.     {
  23752.         include_once \dirname(__DIR__4).'/src/Repository/DispensePdfRepository.php';
  23753.         return $this->privates['App\\Repository\\DispensePdfRepository'] = new \App\Repository\DispensePdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23754.     }
  23755.     /**
  23756.      * Gets the private 'App\Repository\DispenseRepository' shared autowired service.
  23757.      *
  23758.      * @return \App\Repository\DispenseRepository
  23759.      */
  23760.     protected function getDispenseRepositoryService()
  23761.     {
  23762.         include_once \dirname(__DIR__4).'/src/Repository/DispenseRepository.php';
  23763.         return $this->privates['App\\Repository\\DispenseRepository'] = new \App\Repository\DispenseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23764.     }
  23765.     /**
  23766.      * Gets the private 'App\Repository\DistanceRepository' shared autowired service.
  23767.      *
  23768.      * @return \App\Repository\DistanceRepository
  23769.      */
  23770.     protected function getDistanceRepositoryService()
  23771.     {
  23772.         include_once \dirname(__DIR__4).'/src/Repository/DistanceRepository.php';
  23773.         return $this->privates['App\\Repository\\DistanceRepository'] = new \App\Repository\DistanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23774.     }
  23775.     /**
  23776.      * Gets the private 'App\Repository\DocumentTypeRepository' shared autowired service.
  23777.      *
  23778.      * @return \App\Repository\DocumentTypeRepository
  23779.      */
  23780.     protected function getDocumentTypeRepositoryService()
  23781.     {
  23782.         include_once \dirname(__DIR__4).'/src/Repository/DocumentTypeRepository.php';
  23783.         return $this->privates['App\\Repository\\DocumentTypeRepository'] = new \App\Repository\DocumentTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23784.     }
  23785.     /**
  23786.      * Gets the private 'App\Repository\DomiciliationAquisitionRepository' shared autowired service.
  23787.      *
  23788.      * @return \App\Repository\DomiciliationAquisitionRepository
  23789.      */
  23790.     protected function getDomiciliationAquisitionRepositoryService()
  23791.     {
  23792.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationAquisitionRepository.php';
  23793.         return $this->privates['App\\Repository\\DomiciliationAquisitionRepository'] = new \App\Repository\DomiciliationAquisitionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23794.     }
  23795.     /**
  23796.      * Gets the private 'App\Repository\DomiciliationDeclarationRepository' shared autowired service.
  23797.      *
  23798.      * @return \App\Repository\DomiciliationDeclarationRepository
  23799.      */
  23800.     protected function getDomiciliationDeclarationRepositoryService()
  23801.     {
  23802.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationDeclarationRepository.php';
  23803.         return $this->privates['App\\Repository\\DomiciliationDeclarationRepository'] = new \App\Repository\DomiciliationDeclarationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23804.     }
  23805.     /**
  23806.      * Gets the private 'App\Repository\DomiciliationFilesRepository' shared autowired service.
  23807.      *
  23808.      * @return \App\Repository\DomiciliationFilesRepository
  23809.      */
  23810.     protected function getDomiciliationFilesRepositoryService()
  23811.     {
  23812.         return $this->privates['App\\Repository\\DomiciliationFilesRepository'] = new \App\Repository\DomiciliationFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23813.     }
  23814.     /**
  23815.      * Gets the private 'App\Repository\DomiciliationResaleRepository' shared autowired service.
  23816.      *
  23817.      * @return \App\Repository\DomiciliationResaleRepository
  23818.      */
  23819.     protected function getDomiciliationResaleRepositoryService()
  23820.     {
  23821.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationResaleRepository.php';
  23822.         return $this->privates['App\\Repository\\DomiciliationResaleRepository'] = new \App\Repository\DomiciliationResaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23823.     }
  23824.     /**
  23825.      * Gets the private 'App\Repository\DomiciliationResidenceRepository' shared autowired service.
  23826.      *
  23827.      * @return \App\Repository\DomiciliationResidenceRepository
  23828.      */
  23829.     protected function getDomiciliationResidenceRepositoryService()
  23830.     {
  23831.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationResidenceRepository.php';
  23832.         return $this->privates['App\\Repository\\DomiciliationResidenceRepository'] = new \App\Repository\DomiciliationResidenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23833.     }
  23834.     /**
  23835.      * Gets the private 'App\Repository\EasyPermitForm2Repository' shared autowired service.
  23836.      *
  23837.      * @return \App\Repository\EasyPermitForm2Repository
  23838.      */
  23839.     protected function getEasyPermitForm2RepositoryService()
  23840.     {
  23841.         include_once \dirname(__DIR__4).'/src/Repository/EasyPermitForm2Repository.php';
  23842.         return $this->privates['App\\Repository\\EasyPermitForm2Repository'] = new \App\Repository\EasyPermitForm2Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23843.     }
  23844.     /**
  23845.      * Gets the private 'App\Repository\EditRegistersRepository' shared autowired service.
  23846.      *
  23847.      * @return \App\Repository\EditRegistersRepository
  23848.      */
  23849.     protected function getEditRegistersRepositoryService()
  23850.     {
  23851.         return $this->privates['App\\Repository\\EditRegistersRepository'] = new \App\Repository\EditRegistersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23852.     }
  23853.     /**
  23854.      * Gets the private 'App\Repository\EducationCsvRepository' shared autowired service.
  23855.      *
  23856.      * @return \App\Repository\EducationCsvRepository
  23857.      */
  23858.     protected function getEducationCsvRepositoryService()
  23859.     {
  23860.         include_once \dirname(__DIR__4).'/src/Repository/EducationCsvRepository.php';
  23861.         return $this->privates['App\\Repository\\EducationCsvRepository'] = new \App\Repository\EducationCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23862.     }
  23863.     /**
  23864.      * Gets the private 'App\Repository\EducationRepository' shared autowired service.
  23865.      *
  23866.      * @return \App\Repository\EducationRepository
  23867.      */
  23868.     protected function getEducationRepositoryService()
  23869.     {
  23870.         include_once \dirname(__DIR__4).'/src/Repository/EducationRepository.php';
  23871.         return $this->privates['App\\Repository\\EducationRepository'] = new \App\Repository\EducationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23872.     }
  23873.     /**
  23874.      * Gets the private 'App\Repository\EidaRepository' shared autowired service.
  23875.      *
  23876.      * @return \App\Repository\EidaRepository
  23877.      */
  23878.     protected function getEidaRepositoryService()
  23879.     {
  23880.         include_once \dirname(__DIR__4).'/src/Repository/EidaRepository.php';
  23881.         return $this->privates['App\\Repository\\EidaRepository'] = new \App\Repository\EidaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23882.     }
  23883.     /**
  23884.      * Gets the private 'App\Repository\ElectrisRepository' shared autowired service.
  23885.      *
  23886.      * @return \App\Repository\ElectrisRepository
  23887.      */
  23888.     protected function getElectrisRepositoryService()
  23889.     {
  23890.         include_once \dirname(__DIR__4).'/src/Repository/ElectrisRepository.php';
  23891.         return $this->privates['App\\Repository\\ElectrisRepository'] = new \App\Repository\ElectrisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23892.     }
  23893.     /**
  23894.      * Gets the private 'App\Repository\EnergyBelgiqueRepository' shared autowired service.
  23895.      *
  23896.      * @return \App\Repository\EnergyBelgiqueRepository
  23897.      */
  23898.     protected function getEnergyBelgiqueRepositoryService()
  23899.     {
  23900.         include_once \dirname(__DIR__4).'/src/Repository/EnergyBelgiqueRepository.php';
  23901.         return $this->privates['App\\Repository\\EnergyBelgiqueRepository'] = new \App\Repository\EnergyBelgiqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23902.     }
  23903.     /**
  23904.      * Gets the private 'App\Repository\EnergyProviderFormRepository' shared autowired service.
  23905.      *
  23906.      * @return \App\Repository\EnergyProviderFormRepository
  23907.      */
  23908.     protected function getEnergyProviderFormRepositoryService()
  23909.     {
  23910.         include_once \dirname(__DIR__4).'/src/Repository/EnergyProviderFormRepository.php';
  23911.         return $this->privates['App\\Repository\\EnergyProviderFormRepository'] = new \App\Repository\EnergyProviderFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23912.     }
  23913.     /**
  23914.      * Gets the private 'App\Repository\EnergySupplierRepository' shared autowired service.
  23915.      *
  23916.      * @return \App\Repository\EnergySupplierRepository
  23917.      */
  23918.     protected function getEnergySupplierRepositoryService()
  23919.     {
  23920.         include_once \dirname(__DIR__4).'/src/Repository/EnergySupplierRepository.php';
  23921.         return $this->privates['App\\Repository\\EnergySupplierRepository'] = new \App\Repository\EnergySupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23922.     }
  23923.     /**
  23924.      * Gets the private 'App\Repository\EngieCsvRepository' shared autowired service.
  23925.      *
  23926.      * @return \App\Repository\EngieCsvRepository
  23927.      */
  23928.     protected function getEngieCsvRepositoryService()
  23929.     {
  23930.         include_once \dirname(__DIR__4).'/src/Repository/EngieCsvRepository.php';
  23931.         return $this->privates['App\\Repository\\EngieCsvRepository'] = new \App\Repository\EngieCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23932.     }
  23933.     /**
  23934.      * Gets the private 'App\Repository\EngieRepository' shared autowired service.
  23935.      *
  23936.      * @return \App\Repository\EngieRepository
  23937.      */
  23938.     protected function getEngieRepositoryService()
  23939.     {
  23940.         include_once \dirname(__DIR__4).'/src/Repository/EngieRepository.php';
  23941.         return $this->privates['App\\Repository\\EngieRepository'] = new \App\Repository\EngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23942.     }
  23943.     /**
  23944.      * Gets the private 'App\Repository\EngieResultSimulationRepository' shared autowired service.
  23945.      *
  23946.      * @return \App\Repository\EngieResultSimulationRepository
  23947.      */
  23948.     protected function getEngieResultSimulationRepositoryService()
  23949.     {
  23950.         include_once \dirname(__DIR__4).'/src/Repository/EngieResultSimulationRepository.php';
  23951.         return $this->privates['App\\Repository\\EngieResultSimulationRepository'] = new \App\Repository\EngieResultSimulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23952.     }
  23953.     /**
  23954.      * Gets the private 'App\Repository\EngineeringOfficesRepository' shared autowired service.
  23955.      *
  23956.      * @return \App\Repository\EngineeringOfficesRepository
  23957.      */
  23958.     protected function getEngineeringOfficesRepositoryService()
  23959.     {
  23960.         include_once \dirname(__DIR__4).'/src/Repository/EngineeringOfficesRepository.php';
  23961.         return $this->privates['App\\Repository\\EngineeringOfficesRepository'] = new \App\Repository\EngineeringOfficesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23962.     }
  23963.     /**
  23964.      * Gets the private 'App\Repository\EnvironmentDatasRepository' shared autowired service.
  23965.      *
  23966.      * @return \App\Repository\EnvironmentDatasRepository
  23967.      */
  23968.     protected function getEnvironmentDatasRepositoryService()
  23969.     {
  23970.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentDatasRepository.php';
  23971.         return $this->privates['App\\Repository\\EnvironmentDatasRepository'] = new \App\Repository\EnvironmentDatasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23972.     }
  23973.     /**
  23974.      * Gets the private 'App\Repository\EnvironmentRequestRepository' shared autowired service.
  23975.      *
  23976.      * @return \App\Repository\EnvironmentRequestRepository
  23977.      */
  23978.     protected function getEnvironmentRequestRepositoryService()
  23979.     {
  23980.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentRequestRepository.php';
  23981.         return $this->privates['App\\Repository\\EnvironmentRequestRepository'] = new \App\Repository\EnvironmentRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23982.     }
  23983.     /**
  23984.      * Gets the private 'App\Repository\EnvironmentalFormWastRepository' shared autowired service.
  23985.      *
  23986.      * @return \App\Repository\EnvironmentalFormWastRepository
  23987.      */
  23988.     protected function getEnvironmentalFormWastRepositoryService()
  23989.     {
  23990.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentalFormWastRepository.php';
  23991.         return $this->privates['App\\Repository\\EnvironmentalFormWastRepository'] = new \App\Repository\EnvironmentalFormWastRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23992.     }
  23993.     /**
  23994.      * Gets the private 'App\Repository\EtatCivilRepository' shared autowired service.
  23995.      *
  23996.      * @return \App\Repository\EtatCivilRepository
  23997.      */
  23998.     protected function getEtatCivilRepositoryService()
  23999.     {
  24000.         include_once \dirname(__DIR__4).'/src/Repository/EtatCivilRepository.php';
  24001.         return $this->privates['App\\Repository\\EtatCivilRepository'] = new \App\Repository\EtatCivilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24002.     }
  24003.     /**
  24004.      * Gets the private 'App\Repository\EucationsRepository' shared autowired service.
  24005.      *
  24006.      * @return \App\Repository\EucationsRepository
  24007.      */
  24008.     protected function getEucationsRepositoryService()
  24009.     {
  24010.         include_once \dirname(__DIR__4).'/src/Repository/EucationsRepository.php';
  24011.         return $this->privates['App\\Repository\\EucationsRepository'] = new \App\Repository\EucationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24012.     }
  24013.     /**
  24014.      * Gets the private 'App\Repository\EvacuationsRepository' shared autowired service.
  24015.      *
  24016.      * @return \App\Repository\EvacuationsRepository
  24017.      */
  24018.     protected function getEvacuationsRepositoryService()
  24019.     {
  24020.         include_once \dirname(__DIR__4).'/src/Repository/EvacuationsRepository.php';
  24021.         return $this->privates['App\\Repository\\EvacuationsRepository'] = new \App\Repository\EvacuationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24022.     }
  24023.     /**
  24024.      * Gets the private 'App\Repository\ExcelFileRepository' shared autowired service.
  24025.      *
  24026.      * @return \App\Repository\ExcelFileRepository
  24027.      */
  24028.     protected function getExcelFileRepositoryService()
  24029.     {
  24030.         include_once \dirname(__DIR__4).'/src/Repository/ExcelFileRepository.php';
  24031.         return $this->privates['App\\Repository\\ExcelFileRepository'] = new \App\Repository\ExcelFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24032.     }
  24033.     /**
  24034.      * Gets the private 'App\Repository\ExpertsRepository' shared autowired service.
  24035.      *
  24036.      * @return \App\Repository\ExpertsRepository
  24037.      */
  24038.     protected function getExpertsRepositoryService()
  24039.     {
  24040.         include_once \dirname(__DIR__4).'/src/Repository/ExpertsRepository.php';
  24041.         return $this->privates['App\\Repository\\ExpertsRepository'] = new \App\Repository\ExpertsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24042.     }
  24043.     /**
  24044.      * Gets the private 'App\Repository\ExternalDocumentExchangeRepository' shared autowired service.
  24045.      *
  24046.      * @return \App\Repository\ExternalDocumentExchangeRepository
  24047.      */
  24048.     protected function getExternalDocumentExchangeRepositoryService()
  24049.     {
  24050.         include_once \dirname(__DIR__4).'/src/Repository/ExternalDocumentExchangeRepository.php';
  24051.         return $this->privates['App\\Repository\\ExternalDocumentExchangeRepository'] = new \App\Repository\ExternalDocumentExchangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24052.     }
  24053.     /**
  24054.      * Gets the private 'App\Repository\ExternalProviderAdvertisingRepository' shared autowired service.
  24055.      *
  24056.      * @return \App\Repository\ExternalProviderAdvertisingRepository
  24057.      */
  24058.     protected function getExternalProviderAdvertisingRepositoryService()
  24059.     {
  24060.         include_once \dirname(__DIR__4).'/src/Repository/ExternalProviderAdvertisingRepository.php';
  24061.         return $this->privates['App\\Repository\\ExternalProviderAdvertisingRepository'] = new \App\Repository\ExternalProviderAdvertisingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24062.     }
  24063.     /**
  24064.      * Gets the private 'App\Repository\ExternalProviderOfferRepository' shared autowired service.
  24065.      *
  24066.      * @return \App\Repository\ExternalProviderOfferRepository
  24067.      */
  24068.     protected function getExternalProviderOfferRepositoryService()
  24069.     {
  24070.         include_once \dirname(__DIR__4).'/src/Repository/ExternalProviderOfferRepository.php';
  24071.         return $this->privates['App\\Repository\\ExternalProviderOfferRepository'] = new \App\Repository\ExternalProviderOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24072.     }
  24073.     /**
  24074.      * Gets the private 'App\Repository\ExternalProviderRepository' shared autowired service.
  24075.      *
  24076.      * @return \App\Repository\ExternalProviderRepository
  24077.      */
  24078.     protected function getExternalProviderRepositoryService()
  24079.     {
  24080.         include_once \dirname(__DIR__4).'/src/Repository/ExternalProviderRepository.php';
  24081.         return $this->privates['App\\Repository\\ExternalProviderRepository'] = new \App\Repository\ExternalProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24082.     }
  24083.     /**
  24084.      * Gets the private 'App\Repository\FeatureRelationRepository' shared autowired service.
  24085.      *
  24086.      * @return \App\Repository\FeatureRelationRepository
  24087.      */
  24088.     protected function getFeatureRelationRepositoryService()
  24089.     {
  24090.         include_once \dirname(__DIR__4).'/src/Repository/FeatureRelationRepository.php';
  24091.         return $this->privates['App\\Repository\\FeatureRelationRepository'] = new \App\Repository\FeatureRelationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24092.     }
  24093.     /**
  24094.      * Gets the private 'App\Repository\FeatureRepository' shared autowired service.
  24095.      *
  24096.      * @return \App\Repository\FeatureRepository
  24097.      */
  24098.     protected function getFeatureRepositoryService()
  24099.     {
  24100.         include_once \dirname(__DIR__4).'/src/Repository/FeatureRepository.php';
  24101.         return $this->privates['App\\Repository\\FeatureRepository'] = new \App\Repository\FeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24102.     }
  24103.     /**
  24104.      * Gets the private 'App\Repository\FillingsRepository' shared autowired service.
  24105.      *
  24106.      * @return \App\Repository\FillingsRepository
  24107.      */
  24108.     protected function getFillingsRepositoryService()
  24109.     {
  24110.         include_once \dirname(__DIR__4).'/src/Repository/FillingsRepository.php';
  24111.         return $this->privates['App\\Repository\\FillingsRepository'] = new \App\Repository\FillingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24112.     }
  24113.     /**
  24114.      * Gets the private 'App\Repository\GardenProjectActionsLotAccountRepository' shared autowired service.
  24115.      *
  24116.      * @return \App\Repository\GardenProjectActionsLotAccountRepository
  24117.      */
  24118.     protected function getGardenProjectActionsLotAccountRepositoryService()
  24119.     {
  24120.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsLotAccountRepository.php';
  24121.         return $this->privates['App\\Repository\\GardenProjectActionsLotAccountRepository'] = new \App\Repository\GardenProjectActionsLotAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24122.     }
  24123.     /**
  24124.      * Gets the private 'App\Repository\GardenProjectActionsLotRepository' shared autowired service.
  24125.      *
  24126.      * @return \App\Repository\GardenProjectActionsLotRepository
  24127.      */
  24128.     protected function getGardenProjectActionsLotRepositoryService()
  24129.     {
  24130.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsLotRepository.php';
  24131.         return $this->privates['App\\Repository\\GardenProjectActionsLotRepository'] = new \App\Repository\GardenProjectActionsLotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24132.     }
  24133.     /**
  24134.      * Gets the private 'App\Repository\GardenProjectActionsLotTotalAccountRepository' shared autowired service.
  24135.      *
  24136.      * @return \App\Repository\GardenProjectActionsLotTotalAccountRepository
  24137.      */
  24138.     protected function getGardenProjectActionsLotTotalAccountRepositoryService()
  24139.     {
  24140.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsLotTotalAccountRepository.php';
  24141.         return $this->privates['App\\Repository\\GardenProjectActionsLotTotalAccountRepository'] = new \App\Repository\GardenProjectActionsLotTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24142.     }
  24143.     /**
  24144.      * Gets the private 'App\Repository\GardenProjectActionsRepository' shared autowired service.
  24145.      *
  24146.      * @return \App\Repository\GardenProjectActionsRepository
  24147.      */
  24148.     protected function getGardenProjectActionsRepositoryService()
  24149.     {
  24150.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsRepository.php';
  24151.         return $this->privates['App\\Repository\\GardenProjectActionsRepository'] = new \App\Repository\GardenProjectActionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24152.     }
  24153.     /**
  24154.      * Gets the private 'App\Repository\GardenProjectActionsTotalAccountRepository' shared autowired service.
  24155.      *
  24156.      * @return \App\Repository\GardenProjectActionsTotalAccountRepository
  24157.      */
  24158.     protected function getGardenProjectActionsTotalAccountRepositoryService()
  24159.     {
  24160.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsTotalAccountRepository.php';
  24161.         return $this->privates['App\\Repository\\GardenProjectActionsTotalAccountRepository'] = new \App\Repository\GardenProjectActionsTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24162.     }
  24163.     /**
  24164.      * Gets the private 'App\Repository\GardenProjectDocumentRepository' shared autowired service.
  24165.      *
  24166.      * @return \App\Repository\GardenProjectDocumentRepository
  24167.      */
  24168.     protected function getGardenProjectDocumentRepositoryService()
  24169.     {
  24170.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectDocumentRepository.php';
  24171.         return $this->privates['App\\Repository\\GardenProjectDocumentRepository'] = new \App\Repository\GardenProjectDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24172.     }
  24173.     /**
  24174.      * Gets the private 'App\Repository\GardenProjectResourcesDocumentRepository' shared autowired service.
  24175.      *
  24176.      * @return \App\Repository\GardenProjectResourcesDocumentRepository
  24177.      */
  24178.     protected function getGardenProjectResourcesDocumentRepositoryService()
  24179.     {
  24180.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectResourcesDocumentRepository.php';
  24181.         return $this->privates['App\\Repository\\GardenProjectResourcesDocumentRepository'] = new \App\Repository\GardenProjectResourcesDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24182.     }
  24183.     /**
  24184.      * Gets the private 'App\Repository\GardenProjectResourcesRepository' shared autowired service.
  24185.      *
  24186.      * @return \App\Repository\GardenProjectResourcesRepository
  24187.      */
  24188.     protected function getGardenProjectResourcesRepositoryService()
  24189.     {
  24190.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectResourcesRepository.php';
  24191.         return $this->privates['App\\Repository\\GardenProjectResourcesRepository'] = new \App\Repository\GardenProjectResourcesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24192.     }
  24193.     /**
  24194.      * Gets the private 'App\Repository\GardenProjectSetBalanceRepository' shared autowired service.
  24195.      *
  24196.      * @return \App\Repository\GardenProjectSetBalanceRepository
  24197.      */
  24198.     protected function getGardenProjectSetBalanceRepositoryService()
  24199.     {
  24200.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetBalanceRepository.php';
  24201.         return $this->privates['App\\Repository\\GardenProjectSetBalanceRepository'] = new \App\Repository\GardenProjectSetBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24202.     }
  24203.     /**
  24204.      * Gets the private 'App\Repository\GardenProjectSetInvoicesRepository' shared autowired service.
  24205.      *
  24206.      * @return \App\Repository\GardenProjectSetInvoicesRepository
  24207.      */
  24208.     protected function getGardenProjectSetInvoicesRepositoryService()
  24209.     {
  24210.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetInvoicesRepository.php';
  24211.         return $this->privates['App\\Repository\\GardenProjectSetInvoicesRepository'] = new \App\Repository\GardenProjectSetInvoicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24212.     }
  24213.     /**
  24214.      * Gets the private 'App\Repository\GardenProjectSetTotalAccountingRepository' shared autowired service.
  24215.      *
  24216.      * @return \App\Repository\GardenProjectSetTotalAccountingRepository
  24217.      */
  24218.     protected function getGardenProjectSetTotalAccountingRepositoryService()
  24219.     {
  24220.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetTotalAccountingRepository.php';
  24221.         return $this->privates['App\\Repository\\GardenProjectSetTotalAccountingRepository'] = new \App\Repository\GardenProjectSetTotalAccountingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24222.     }
  24223.     /**
  24224.      * Gets the private 'App\Repository\GardenProjectSetsRepository' shared autowired service.
  24225.      *
  24226.      * @return \App\Repository\GardenProjectSetsRepository
  24227.      */
  24228.     protected function getGardenProjectSetsRepositoryService()
  24229.     {
  24230.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetsRepository.php';
  24231.         return $this->privates['App\\Repository\\GardenProjectSetsRepository'] = new \App\Repository\GardenProjectSetsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24232.     }
  24233.     /**
  24234.      * Gets the private 'App\Repository\GeoPortailDetailRepository' shared autowired service.
  24235.      *
  24236.      * @return \App\Repository\GeoPortailDetailRepository
  24237.      */
  24238.     protected function getGeoPortailDetailRepositoryService()
  24239.     {
  24240.         include_once \dirname(__DIR__4).'/src/Repository/GeoPortailDetailRepository.php';
  24241.         return $this->privates['App\\Repository\\GeoPortailDetailRepository'] = new \App\Repository\GeoPortailDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24242.     }
  24243.     /**
  24244.      * Gets the private 'App\Repository\GeoPortailParcelRepository' shared autowired service.
  24245.      *
  24246.      * @return \App\Repository\GeoPortailParcelRepository
  24247.      */
  24248.     protected function getGeoPortailParcelRepositoryService()
  24249.     {
  24250.         include_once \dirname(__DIR__4).'/src/Repository/GeoPortailParcelRepository.php';
  24251.         return $this->privates['App\\Repository\\GeoPortailParcelRepository'] = new \App\Repository\GeoPortailParcelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24252.     }
  24253.     /**
  24254.      * Gets the private 'App\Repository\GeoportailImageRepository' shared autowired service.
  24255.      *
  24256.      * @return \App\Repository\GeoportailImageRepository
  24257.      */
  24258.     protected function getGeoportailImageRepositoryService()
  24259.     {
  24260.         include_once \dirname(__DIR__4).'/src/Repository/GeoportailImageRepository.php';
  24261.         return $this->privates['App\\Repository\\GeoportailImageRepository'] = new \App\Repository\GeoportailImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24262.     }
  24263.     /**
  24264.      * Gets the private 'App\Repository\HandicapOuInvalidRepository' shared autowired service.
  24265.      *
  24266.      * @return \App\Repository\HandicapOuInvalidRepository
  24267.      */
  24268.     protected function getHandicapOuInvalidRepositoryService()
  24269.     {
  24270.         include_once \dirname(__DIR__4).'/src/Repository/HandicapOuInvalidRepository.php';
  24271.         return $this->privates['App\\Repository\\HandicapOuInvalidRepository'] = new \App\Repository\HandicapOuInvalidRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24272.     }
  24273.     /**
  24274.      * Gets the private 'App\Repository\HeatNeededRepository' shared autowired service.
  24275.      *
  24276.      * @return \App\Repository\HeatNeededRepository
  24277.      */
  24278.     protected function getHeatNeededRepositoryService()
  24279.     {
  24280.         include_once \dirname(__DIR__4).'/src/Repository/HeatNeededRepository.php';
  24281.         return $this->privates['App\\Repository\\HeatNeededRepository'] = new \App\Repository\HeatNeededRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24282.     }
  24283.     /**
  24284.      * Gets the private 'App\Repository\IdentityDocumentRepository' shared autowired service.
  24285.      *
  24286.      * @return \App\Repository\IdentityDocumentRepository
  24287.      */
  24288.     protected function getIdentityDocumentRepositoryService()
  24289.     {
  24290.         include_once \dirname(__DIR__4).'/src/Repository/IdentityDocumentRepository.php';
  24291.         return $this->privates['App\\Repository\\IdentityDocumentRepository'] = new \App\Repository\IdentityDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24292.     }
  24293.     /**
  24294.      * Gets the private 'App\Repository\ImagePubRepository' shared autowired service.
  24295.      *
  24296.      * @return \App\Repository\ImagePubRepository
  24297.      */
  24298.     protected function getImagePubRepositoryService()
  24299.     {
  24300.         include_once \dirname(__DIR__4).'/src/Repository/ImagePubRepository.php';
  24301.         return $this->privates['App\\Repository\\ImagePubRepository'] = new \App\Repository\ImagePubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24302.     }
  24303.     /**
  24304.      * Gets the private 'App\Repository\ImmoPriceDetailsRepository' shared autowired service.
  24305.      *
  24306.      * @return \App\Repository\ImmoPriceDetailsRepository
  24307.      */
  24308.     protected function getImmoPriceDetailsRepositoryService()
  24309.     {
  24310.         include_once \dirname(__DIR__4).'/src/Repository/ImmoPriceDetailsRepository.php';
  24311.         return $this->privates['App\\Repository\\ImmoPriceDetailsRepository'] = new \App\Repository\ImmoPriceDetailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24312.     }
  24313.     /**
  24314.      * Gets the private 'App\Repository\ImmowebEstimationFranceRepository' shared autowired service.
  24315.      *
  24316.      * @return \App\Repository\ImmowebEstimationFranceRepository
  24317.      */
  24318.     protected function getImmowebEstimationFranceRepositoryService()
  24319.     {
  24320.         include_once \dirname(__DIR__4).'/src/Repository/ImmowebEstimationFranceRepository.php';
  24321.         return $this->privates['App\\Repository\\ImmowebEstimationFranceRepository'] = new \App\Repository\ImmowebEstimationFranceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Utils\\GeoComparison'] ?? ($this->privates['App\\Utils\\GeoComparison'] = new \App\Utils\GeoComparison())));
  24322.     }
  24323.     /**
  24324.      * Gets the private 'App\Repository\ImoAgent\ImoAgentSolicitationRepository' shared autowired service.
  24325.      *
  24326.      * @return \App\Repository\ImoAgent\ImoAgentSolicitationRepository
  24327.      */
  24328.     protected function getImoAgentSolicitationRepositoryService()
  24329.     {
  24330.         include_once \dirname(__DIR__4).'/src/Repository/ImoAgent/ImoAgentSolicitationRepository.php';
  24331.         return $this->privates['App\\Repository\\ImoAgent\\ImoAgentSolicitationRepository'] = new \App\Repository\ImoAgent\ImoAgentSolicitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24332.     }
  24333.     /**
  24334.      * Gets the private 'App\Repository\ImoAgent\SolicitationImageRepository' shared autowired service.
  24335.      *
  24336.      * @return \App\Repository\ImoAgent\SolicitationImageRepository
  24337.      */
  24338.     protected function getSolicitationImageRepositoryService()
  24339.     {
  24340.         include_once \dirname(__DIR__4).'/src/Repository/ImoAgent/SolicitationImageRepository.php';
  24341.         return $this->privates['App\\Repository\\ImoAgent\\SolicitationImageRepository'] = new \App\Repository\ImoAgent\SolicitationImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24342.     }
  24343.     /**
  24344.      * Gets the private 'App\Repository\IndicatorRepository' shared autowired service.
  24345.      *
  24346.      * @return \App\Repository\IndicatorRepository
  24347.      */
  24348.     protected function getIndicatorRepositoryService()
  24349.     {
  24350.         include_once \dirname(__DIR__4).'/src/Repository/IndicatorRepository.php';
  24351.         return $this->privates['App\\Repository\\IndicatorRepository'] = new \App\Repository\IndicatorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24352.     }
  24353.     /**
  24354.      * Gets the private 'App\Repository\InspectorRepository' shared autowired service.
  24355.      *
  24356.      * @return \App\Repository\InspectorRepository
  24357.      */
  24358.     protected function getInspectorRepositoryService()
  24359.     {
  24360.         include_once \dirname(__DIR__4).'/src/Repository/InspectorRepository.php';
  24361.         return $this->privates['App\\Repository\\InspectorRepository'] = new \App\Repository\InspectorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24362.     }
  24363.     /**
  24364.      * Gets the private 'App\Repository\InstallationCategoryRepository' shared autowired service.
  24365.      *
  24366.      * @return \App\Repository\InstallationCategoryRepository
  24367.      */
  24368.     protected function getInstallationCategoryRepositoryService()
  24369.     {
  24370.         include_once \dirname(__DIR__4).'/src/Repository/InstallationCategoryRepository.php';
  24371.         return $this->privates['App\\Repository\\InstallationCategoryRepository'] = new \App\Repository\InstallationCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24372.     }
  24373.     /**
  24374.      * Gets the private 'App\Repository\InventoryImageRepository' shared autowired service.
  24375.      *
  24376.      * @return \App\Repository\InventoryImageRepository
  24377.      */
  24378.     protected function getInventoryImageRepositoryService()
  24379.     {
  24380.         include_once \dirname(__DIR__4).'/src/Repository/InventoryImageRepository.php';
  24381.         return $this->privates['App\\Repository\\InventoryImageRepository'] = new \App\Repository\InventoryImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24382.     }
  24383.     /**
  24384.      * Gets the private 'App\Repository\InventoryRepository' shared autowired service.
  24385.      *
  24386.      * @return \App\Repository\InventoryRepository
  24387.      */
  24388.     protected function getInventoryRepositoryService()
  24389.     {
  24390.         include_once \dirname(__DIR__4).'/src/Repository/InventoryRepository.php';
  24391.         return $this->privates['App\\Repository\\InventoryRepository'] = new \App\Repository\InventoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24392.     }
  24393.     /**
  24394.      * Gets the private 'App\Repository\InvoiceRegistrationRepository' shared autowired service.
  24395.      *
  24396.      * @return \App\Repository\InvoiceRegistrationRepository
  24397.      */
  24398.     protected function getInvoiceRegistrationRepositoryService()
  24399.     {
  24400.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceRegistrationRepository.php';
  24401.         return $this->privates['App\\Repository\\InvoiceRegistrationRepository'] = new \App\Repository\InvoiceRegistrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24402.     }
  24403.     /**
  24404.      * Gets the private 'App\Repository\InvoiceWaterFilesRepository' shared autowired service.
  24405.      *
  24406.      * @return \App\Repository\InvoiceWaterFilesRepository
  24407.      */
  24408.     protected function getInvoiceWaterFilesRepositoryService()
  24409.     {
  24410.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceWaterFilesRepository.php';
  24411.         return $this->privates['App\\Repository\\InvoiceWaterFilesRepository'] = new \App\Repository\InvoiceWaterFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24412.     }
  24413.     /**
  24414.      * Gets the private 'App\Repository\InvoiceWaterRepository' shared autowired service.
  24415.      *
  24416.      * @return \App\Repository\InvoiceWaterRepository
  24417.      */
  24418.     protected function getInvoiceWaterRepositoryService()
  24419.     {
  24420.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceWaterRepository.php';
  24421.         return $this->privates['App\\Repository\\InvoiceWaterRepository'] = new \App\Repository\InvoiceWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24422.     }
  24423.     /**
  24424.      * Gets the private 'App\Repository\KycDocumentRepository' shared autowired service.
  24425.      *
  24426.      * @return \App\Repository\KycDocumentRepository
  24427.      */
  24428.     protected function getKycDocumentRepositoryService()
  24429.     {
  24430.         include_once \dirname(__DIR__4).'/src/Repository/KycDocumentRepository.php';
  24431.         return $this->privates['App\\Repository\\KycDocumentRepository'] = new \App\Repository\KycDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24432.     }
  24433.     /**
  24434.      * Gets the private 'App\Repository\LandPropertyDestinationRepository' shared autowired service.
  24435.      *
  24436.      * @return \App\Repository\LandPropertyDestinationRepository
  24437.      */
  24438.     protected function getLandPropertyDestinationRepositoryService()
  24439.     {
  24440.         include_once \dirname(__DIR__4).'/src/Repository/LandPropertyDestinationRepository.php';
  24441.         return $this->privates['App\\Repository\\LandPropertyDestinationRepository'] = new \App\Repository\LandPropertyDestinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24442.     }
  24443.     /**
  24444.      * Gets the private 'App\Repository\LastMinutesRepository' shared autowired service.
  24445.      *
  24446.      * @return \App\Repository\LastMinutesRepository
  24447.      */
  24448.     protected function getLastMinutesRepositoryService()
  24449.     {
  24450.         include_once \dirname(__DIR__4).'/src/Repository/LastMinutesRepository.php';
  24451.         return $this->privates['App\\Repository\\LastMinutesRepository'] = new \App\Repository\LastMinutesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24452.     }
  24453.     /**
  24454.      * Gets the private 'App\Repository\LastvisitRepository' shared autowired service.
  24455.      *
  24456.      * @return \App\Repository\LastvisitRepository
  24457.      */
  24458.     protected function getLastvisitRepositoryService()
  24459.     {
  24460.         include_once \dirname(__DIR__4).'/src/Repository/LastvisitRepository.php';
  24461.         return $this->privates['App\\Repository\\LastvisitRepository'] = new \App\Repository\LastvisitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24462.     }
  24463.     /**
  24464.      * Gets the private 'App\Repository\LeaseAgreementRepository' shared autowired service.
  24465.      *
  24466.      * @return \App\Repository\LeaseAgreementRepository
  24467.      */
  24468.     protected function getLeaseAgreementRepositoryService()
  24469.     {
  24470.         include_once \dirname(__DIR__4).'/src/Repository/LeaseAgreementRepository.php';
  24471.         return $this->privates['App\\Repository\\LeaseAgreementRepository'] = new \App\Repository\LeaseAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24472.     }
  24473.     /**
  24474.      * Gets the private 'App\Repository\LeaseContractAnnexRepository' shared autowired service.
  24475.      *
  24476.      * @return \App\Repository\LeaseContractAnnexRepository
  24477.      */
  24478.     protected function getLeaseContractAnnexRepositoryService()
  24479.     {
  24480.         include_once \dirname(__DIR__4).'/src/Repository/LeaseContractAnnexRepository.php';
  24481.         return $this->privates['App\\Repository\\LeaseContractAnnexRepository'] = new \App\Repository\LeaseContractAnnexRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24482.     }
  24483.     /**
  24484.      * Gets the private 'App\Repository\LeaseContractModelRepository' shared autowired service.
  24485.      *
  24486.      * @return \App\Repository\LeaseContractModelRepository
  24487.      */
  24488.     protected function getLeaseContractModelRepositoryService()
  24489.     {
  24490.         include_once \dirname(__DIR__4).'/src/Repository/LeaseContractModelRepository.php';
  24491.         return $this->privates['App\\Repository\\LeaseContractModelRepository'] = new \App\Repository\LeaseContractModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24492.     }
  24493.     /**
  24494.      * Gets the private 'App\Repository\LeaseContractRepository' shared autowired service.
  24495.      *
  24496.      * @return \App\Repository\LeaseContractRepository
  24497.      */
  24498.     protected function getLeaseContractRepositoryService()
  24499.     {
  24500.         include_once \dirname(__DIR__4).'/src/Repository/LeaseContractRepository.php';
  24501.         return $this->privates['App\\Repository\\LeaseContractRepository'] = new \App\Repository\LeaseContractRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24502.     }
  24503.     /**
  24504.      * Gets the private 'App\Repository\LevelsRepository' shared autowired service.
  24505.      *
  24506.      * @return \App\Repository\LevelsRepository
  24507.      */
  24508.     protected function getLevelsRepositoryService()
  24509.     {
  24510.         include_once \dirname(__DIR__4).'/src/Repository/LevelsRepository.php';
  24511.         return $this->privates['App\\Repository\\LevelsRepository'] = new \App\Repository\LevelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24512.     }
  24513.     /**
  24514.      * Gets the private 'App\Repository\LocationTypeRepository' shared autowired service.
  24515.      *
  24516.      * @return \App\Repository\LocationTypeRepository
  24517.      */
  24518.     protected function getLocationTypeRepositoryService()
  24519.     {
  24520.         include_once \dirname(__DIR__4).'/src/Repository/LocationTypeRepository.php';
  24521.         return $this->privates['App\\Repository\\LocationTypeRepository'] = new \App\Repository\LocationTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24522.     }
  24523.     /**
  24524.      * Gets the private 'App\Repository\MagasinRepository' shared autowired service.
  24525.      *
  24526.      * @return \App\Repository\MagasinRepository
  24527.      */
  24528.     protected function getMagasinRepositoryService()
  24529.     {
  24530.         include_once \dirname(__DIR__4).'/src/Repository/MagasinRepository.php';
  24531.         return $this->privates['App\\Repository\\MagasinRepository'] = new \App\Repository\MagasinRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24532.     }
  24533.     /**
  24534.      * Gets the private 'App\Repository\MarkofInterestRepository' shared autowired service.
  24535.      *
  24536.      * @return \App\Repository\MarkofInterestRepository
  24537.      */
  24538.     protected function getMarkofInterestRepositoryService()
  24539.     {
  24540.         include_once \dirname(__DIR__4).'/src/Repository/MarkofInterestRepository.php';
  24541.         return $this->privates['App\\Repository\\MarkofInterestRepository'] = new \App\Repository\MarkofInterestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24542.     }
  24543.     /**
  24544.      * Gets the private 'App\Repository\MessageFileRepository' shared autowired service.
  24545.      *
  24546.      * @return \App\Repository\MessageFileRepository
  24547.      */
  24548.     protected function getMessageFileRepositoryService()
  24549.     {
  24550.         include_once \dirname(__DIR__4).'/src/Repository/MessageFileRepository.php';
  24551.         return $this->privates['App\\Repository\\MessageFileRepository'] = new \App\Repository\MessageFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24552.     }
  24553.     /**
  24554.      * Gets the private 'App\Repository\MessageReactionRepository' shared autowired service.
  24555.      *
  24556.      * @return \App\Repository\MessageReactionRepository
  24557.      */
  24558.     protected function getMessageReactionRepositoryService()
  24559.     {
  24560.         include_once \dirname(__DIR__4).'/src/Repository/MessageReactionRepository.php';
  24561.         return $this->privates['App\\Repository\\MessageReactionRepository'] = new \App\Repository\MessageReactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24562.     }
  24563.     /**
  24564.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  24565.      *
  24566.      * @return \App\Repository\MessageRepository
  24567.      */
  24568.     protected function getMessageRepositoryService()
  24569.     {
  24570.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  24571.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24572.     }
  24573.     /**
  24574.      * Gets the private 'App\Repository\MessageViewRepository' shared autowired service.
  24575.      *
  24576.      * @return \App\Repository\MessageViewRepository
  24577.      */
  24578.     protected function getMessageViewRepositoryService()
  24579.     {
  24580.         include_once \dirname(__DIR__4).'/src/Repository/MessageViewRepository.php';
  24581.         return $this->privates['App\\Repository\\MessageViewRepository'] = new \App\Repository\MessageViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24582.     }
  24583.     /**
  24584.      * Gets the private 'App\Repository\ModelRepository' shared autowired service.
  24585.      *
  24586.      * @return \App\Repository\ModelRepository
  24587.      */
  24588.     protected function getModelRepositoryService()
  24589.     {
  24590.         return $this->privates['App\\Repository\\ModelRepository'] = new \App\Repository\ModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24591.     }
  24592.     /**
  24593.      * Gets the private 'App\Repository\MovingDateRepository' shared autowired service.
  24594.      *
  24595.      * @return \App\Repository\MovingDateRepository
  24596.      */
  24597.     protected function getMovingDateRepositoryService()
  24598.     {
  24599.         include_once \dirname(__DIR__4).'/src/Repository/MovingDateRepository.php';
  24600.         return $this->privates['App\\Repository\\MovingDateRepository'] = new \App\Repository\MovingDateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24601.     }
  24602.     /**
  24603.      * Gets the private 'App\Repository\MunicipalTaxDetailRepository' shared autowired service.
  24604.      *
  24605.      * @return \App\Repository\MunicipalTaxDetailRepository
  24606.      */
  24607.     protected function getMunicipalTaxDetailRepositoryService()
  24608.     {
  24609.         include_once \dirname(__DIR__4).'/src/Repository/MunicipalTaxDetailRepository.php';
  24610.         return $this->privates['App\\Repository\\MunicipalTaxDetailRepository'] = new \App\Repository\MunicipalTaxDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24611.     }
  24612.     /**
  24613.      * Gets the private 'App\Repository\MunicipalTaxDetailValueRepository' shared autowired service.
  24614.      *
  24615.      * @return \App\Repository\MunicipalTaxDetailValueRepository
  24616.      */
  24617.     protected function getMunicipalTaxDetailValueRepositoryService()
  24618.     {
  24619.         include_once \dirname(__DIR__4).'/src/Repository/MunicipalTaxDetailValueRepository.php';
  24620.         return $this->privates['App\\Repository\\MunicipalTaxDetailValueRepository'] = new \App\Repository\MunicipalTaxDetailValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24621.     }
  24622.     /**
  24623.      * Gets the private 'App\Repository\MunicipalTaxRepository' shared autowired service.
  24624.      *
  24625.      * @return \App\Repository\MunicipalTaxRepository
  24626.      */
  24627.     protected function getMunicipalTaxRepositoryService()
  24628.     {
  24629.         include_once \dirname(__DIR__4).'/src/Repository/MunicipalTaxRepository.php';
  24630.         return $this->privates['App\\Repository\\MunicipalTaxRepository'] = new \App\Repository\MunicipalTaxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24631.     }
  24632.     /**
  24633.      * Gets the private 'App\Repository\MunicipalityRepository' shared autowired service.
  24634.      *
  24635.      * @return \App\Repository\MunicipalityRepository
  24636.      */
  24637.     protected function getMunicipalityRepositoryService()
  24638.     {
  24639.         return $this->privates['App\\Repository\\MunicipalityRepository'] = new \App\Repository\MunicipalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24640.     }
  24641.     /**
  24642.      * Gets the private 'App\Repository\NeighborhoodEditRepository' shared autowired service.
  24643.      *
  24644.      * @return \App\Repository\NeighborhoodEditRepository
  24645.      */
  24646.     protected function getNeighborhoodEditRepositoryService()
  24647.     {
  24648.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodEditRepository.php';
  24649.         return $this->privates['App\\Repository\\NeighborhoodEditRepository'] = new \App\Repository\NeighborhoodEditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24650.     }
  24651.     /**
  24652.      * Gets the private 'App\Repository\NeighborhoodImageRepository' shared autowired service.
  24653.      *
  24654.      * @return \App\Repository\NeighborhoodImageRepository
  24655.      */
  24656.     protected function getNeighborhoodImageRepositoryService()
  24657.     {
  24658.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodImageRepository.php';
  24659.         return $this->privates['App\\Repository\\NeighborhoodImageRepository'] = new \App\Repository\NeighborhoodImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24660.     }
  24661.     /**
  24662.      * Gets the private 'App\Repository\NeighborhoodOfficerRepository' shared autowired service.
  24663.      *
  24664.      * @return \App\Repository\NeighborhoodOfficerRepository
  24665.      */
  24666.     protected function getNeighborhoodOfficerRepositoryService()
  24667.     {
  24668.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodOfficerRepository.php';
  24669.         return $this->privates['App\\Repository\\NeighborhoodOfficerRepository'] = new \App\Repository\NeighborhoodOfficerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24670.     }
  24671.     /**
  24672.      * Gets the private 'App\Repository\NeighborhoodProject\NeighborhoodProjectAlertRepository' shared autowired service.
  24673.      *
  24674.      * @return \App\Repository\NeighborhoodProject\NeighborhoodProjectAlertRepository
  24675.      */
  24676.     protected function getNeighborhoodProjectAlertRepositoryService()
  24677.     {
  24678.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodProject/NeighborhoodProjectAlertRepository.php';
  24679.         return $this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository'] = new \App\Repository\NeighborhoodProject\NeighborhoodProjectAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24680.     }
  24681.     /**
  24682.      * Gets the private 'App\Repository\NeighborhoodProject\NeighborhoodProjectRepository' shared autowired service.
  24683.      *
  24684.      * @return \App\Repository\NeighborhoodProject\NeighborhoodProjectRepository
  24685.      */
  24686.     protected function getNeighborhoodProjectRepositoryService()
  24687.     {
  24688.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodProject/NeighborhoodProjectRepository.php';
  24689.         return $this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] = new \App\Repository\NeighborhoodProject\NeighborhoodProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24690.     }
  24691.     /**
  24692.      * Gets the private 'App\Repository\NewEngieRepository' shared autowired service.
  24693.      *
  24694.      * @return \App\Repository\NewEngieRepository
  24695.      */
  24696.     protected function getNewEngieRepositoryService()
  24697.     {
  24698.         include_once \dirname(__DIR__4).'/src/Repository/NewEngieRepository.php';
  24699.         return $this->privates['App\\Repository\\NewEngieRepository'] = new \App\Repository\NewEngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24700.     }
  24701.     /**
  24702.      * Gets the private 'App\Repository\NewProjectImmoCsvRepository' shared autowired service.
  24703.      *
  24704.      * @return \App\Repository\NewProjectImmoCsvRepository
  24705.      */
  24706.     protected function getNewProjectImmoCsvRepositoryService()
  24707.     {
  24708.         include_once \dirname(__DIR__4).'/src/Repository/NewProjectImmoCsvRepository.php';
  24709.         return $this->privates['App\\Repository\\NewProjectImmoCsvRepository'] = new \App\Repository\NewProjectImmoCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24710.     }
  24711.     /**
  24712.      * Gets the private 'App\Repository\NewProjectImmoFileRepository' shared autowired service.
  24713.      *
  24714.      * @return \App\Repository\NewProjectImmoFileRepository
  24715.      */
  24716.     protected function getNewProjectImmoFileRepositoryService()
  24717.     {
  24718.         include_once \dirname(__DIR__4).'/src/Repository/NewProjectImmoFileRepository.php';
  24719.         return $this->privates['App\\Repository\\NewProjectImmoFileRepository'] = new \App\Repository\NewProjectImmoFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24720.     }
  24721.     /**
  24722.      * Gets the private 'App\Repository\NewProjectImmoRepository' shared autowired service.
  24723.      *
  24724.      * @return \App\Repository\NewProjectImmoRepository
  24725.      */
  24726.     protected function getNewProjectImmoRepositoryService()
  24727.     {
  24728.         include_once \dirname(__DIR__4).'/src/Repository/NewProjectImmoRepository.php';
  24729.         return $this->privates['App\\Repository\\NewProjectImmoRepository'] = new \App\Repository\NewProjectImmoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24730.     }
  24731.     /**
  24732.      * Gets the private 'App\Repository\NextControlsRepository' shared autowired service.
  24733.      *
  24734.      * @return \App\Repository\NextControlsRepository
  24735.      */
  24736.     protected function getNextControlsRepositoryService()
  24737.     {
  24738.         include_once \dirname(__DIR__4).'/src/Repository/NextControlsRepository.php';
  24739.         return $this->privates['App\\Repository\\NextControlsRepository'] = new \App\Repository\NextControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24740.     }
  24741.     /**
  24742.      * Gets the private 'App\Repository\NextPebControlsRepository' shared autowired service.
  24743.      *
  24744.      * @return \App\Repository\NextPebControlsRepository
  24745.      */
  24746.     protected function getNextPebControlsRepositoryService()
  24747.     {
  24748.         include_once \dirname(__DIR__4).'/src/Repository/NextPebControlsRepository.php';
  24749.         return $this->privates['App\\Repository\\NextPebControlsRepository'] = new \App\Repository\NextPebControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24750.     }
  24751.     /**
  24752.      * Gets the private 'App\Repository\NotaryCsvRepository' shared autowired service.
  24753.      *
  24754.      * @return \App\Repository\NotaryCsvRepository
  24755.      */
  24756.     protected function getNotaryCsvRepositoryService()
  24757.     {
  24758.         include_once \dirname(__DIR__4).'/src/Repository/NotaryCsvRepository.php';
  24759.         return $this->privates['App\\Repository\\NotaryCsvRepository'] = new \App\Repository\NotaryCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24760.     }
  24761.     /**
  24762.      * Gets the private 'App\Repository\NotaryRepository' shared autowired service.
  24763.      *
  24764.      * @return \App\Repository\NotaryRepository
  24765.      */
  24766.     protected function getNotaryRepositoryService()
  24767.     {
  24768.         include_once \dirname(__DIR__4).'/src/Repository/NotaryRepository.php';
  24769.         return $this->privates['App\\Repository\\NotaryRepository'] = new \App\Repository\NotaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24770.     }
  24771.     /**
  24772.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  24773.      *
  24774.      * @return \App\Repository\NotificationRepository
  24775.      */
  24776.     protected function getNotificationRepositoryService()
  24777.     {
  24778.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  24779.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24780.     }
  24781.     /**
  24782.      * Gets the private 'App\Repository\ObligationCsvRepository' shared autowired service.
  24783.      *
  24784.      * @return \App\Repository\ObligationCsvRepository
  24785.      */
  24786.     protected function getObligationCsvRepositoryService()
  24787.     {
  24788.         include_once \dirname(__DIR__4).'/src/Repository/ObligationCsvRepository.php';
  24789.         return $this->privates['App\\Repository\\ObligationCsvRepository'] = new \App\Repository\ObligationCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24790.     }
  24791.     /**
  24792.      * Gets the private 'App\Repository\ObligationsRepository' shared autowired service.
  24793.      *
  24794.      * @return \App\Repository\ObligationsRepository
  24795.      */
  24796.     protected function getObligationsRepositoryService()
  24797.     {
  24798.         include_once \dirname(__DIR__4).'/src/Repository/ObligationsRepository.php';
  24799.         return $this->privates['App\\Repository\\ObligationsRepository'] = new \App\Repository\ObligationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24800.     }
  24801.     /**
  24802.      * Gets the private 'App\Repository\OccupancyAgreementRepository' shared autowired service.
  24803.      *
  24804.      * @return \App\Repository\OccupancyAgreementRepository
  24805.      */
  24806.     protected function getOccupancyAgreementRepositoryService()
  24807.     {
  24808.         include_once \dirname(__DIR__4).'/src/Repository/OccupancyAgreementRepository.php';
  24809.         return $this->privates['App\\Repository\\OccupancyAgreementRepository'] = new \App\Repository\OccupancyAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24810.     }
  24811.     /**
  24812.      * Gets the private 'App\Repository\OccupationPeriodDataRepository' shared autowired service.
  24813.      *
  24814.      * @return \App\Repository\OccupationPeriodDataRepository
  24815.      */
  24816.     protected function getOccupationPeriodDataRepositoryService()
  24817.     {
  24818.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodDataRepository.php';
  24819.         return $this->privates['App\\Repository\\OccupationPeriodDataRepository'] = new \App\Repository\OccupationPeriodDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24820.     }
  24821.     /**
  24822.      * Gets the private 'App\Repository\OccupationPeriodFileRepository' shared autowired service.
  24823.      *
  24824.      * @return \App\Repository\OccupationPeriodFileRepository
  24825.      */
  24826.     protected function getOccupationPeriodFileRepositoryService()
  24827.     {
  24828.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodFileRepository.php';
  24829.         return $this->privates['App\\Repository\\OccupationPeriodFileRepository'] = new \App\Repository\OccupationPeriodFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24830.     }
  24831.     /**
  24832.      * Gets the private 'App\Repository\OccupationPeriodListRepository' shared autowired service.
  24833.      *
  24834.      * @return \App\Repository\OccupationPeriodListRepository
  24835.      */
  24836.     protected function getOccupationPeriodListRepositoryService()
  24837.     {
  24838.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodListRepository.php';
  24839.         return $this->privates['App\\Repository\\OccupationPeriodListRepository'] = new \App\Repository\OccupationPeriodListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24840.     }
  24841.     /**
  24842.      * Gets the private 'App\Repository\OccupationPeriodRepository' shared autowired service.
  24843.      *
  24844.      * @return \App\Repository\OccupationPeriodRepository
  24845.      */
  24846.     protected function getOccupationPeriodRepositoryService()
  24847.     {
  24848.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodRepository.php';
  24849.         return $this->privates['App\\Repository\\OccupationPeriodRepository'] = new \App\Repository\OccupationPeriodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24850.     }
  24851.     /**
  24852.      * Gets the private 'App\Repository\OccupieCsvRepository' shared autowired service.
  24853.      *
  24854.      * @return \App\Repository\OccupieCsvRepository
  24855.      */
  24856.     protected function getOccupieCsvRepositoryService()
  24857.     {
  24858.         include_once \dirname(__DIR__4).'/src/Repository/OccupieCsvRepository.php';
  24859.         return $this->privates['App\\Repository\\OccupieCsvRepository'] = new \App\Repository\OccupieCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24860.     }
  24861.     /**
  24862.      * Gets the private 'App\Repository\OccupieEstimationRepository' shared autowired service.
  24863.      *
  24864.      * @return \App\Repository\OccupieEstimationRepository
  24865.      */
  24866.     protected function getOccupieEstimationRepositoryService()
  24867.     {
  24868.         include_once \dirname(__DIR__4).'/src/Repository/OccupieEstimationRepository.php';
  24869.         return $this->privates['App\\Repository\\OccupieEstimationRepository'] = new \App\Repository\OccupieEstimationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24870.     }
  24871.     /**
  24872.      * Gets the private 'App\Repository\OccupieOfferRepository' shared autowired service.
  24873.      *
  24874.      * @return \App\Repository\OccupieOfferRepository
  24875.      */
  24876.     protected function getOccupieOfferRepositoryService()
  24877.     {
  24878.         include_once \dirname(__DIR__4).'/src/Repository/OccupieOfferRepository.php';
  24879.         return $this->privates['App\\Repository\\OccupieOfferRepository'] = new \App\Repository\OccupieOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24880.     }
  24881.     /**
  24882.      * Gets the private 'App\Repository\OfferCollaborativeBuyerConditionRepository' shared autowired service.
  24883.      *
  24884.      * @return \App\Repository\OfferCollaborativeBuyerConditionRepository
  24885.      */
  24886.     protected function getOfferCollaborativeBuyerConditionRepositoryService()
  24887.     {
  24888.         include_once \dirname(__DIR__4).'/src/Repository/OfferCollaborativeBuyerConditionRepository.php';
  24889.         return $this->privates['App\\Repository\\OfferCollaborativeBuyerConditionRepository'] = new \App\Repository\OfferCollaborativeBuyerConditionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24890.     }
  24891.     /**
  24892.      * Gets the private 'App\Repository\OfferCollaborativeBuyerRepository' shared autowired service.
  24893.      *
  24894.      * @return \App\Repository\OfferCollaborativeBuyerRepository
  24895.      */
  24896.     protected function getOfferCollaborativeBuyerRepositoryService()
  24897.     {
  24898.         include_once \dirname(__DIR__4).'/src/Repository/OfferCollaborativeBuyerRepository.php';
  24899.         return $this->privates['App\\Repository\\OfferCollaborativeBuyerRepository'] = new \App\Repository\OfferCollaborativeBuyerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24900.     }
  24901.     /**
  24902.      * Gets the private 'App\Repository\OfferCollaborativeRepository' shared autowired service.
  24903.      *
  24904.      * @return \App\Repository\OfferCollaborativeRepository
  24905.      */
  24906.     protected function getOfferCollaborativeRepositoryService()
  24907.     {
  24908.         include_once \dirname(__DIR__4).'/src/Repository/OfferCollaborativeRepository.php';
  24909.         return $this->privates['App\\Repository\\OfferCollaborativeRepository'] = new \App\Repository\OfferCollaborativeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24910.     }
  24911.     /**
  24912.      * Gets the private 'App\Repository\OfferDocumentSpeakerRepository' shared autowired service.
  24913.      *
  24914.      * @return \App\Repository\OfferDocumentSpeakerRepository
  24915.      */
  24916.     protected function getOfferDocumentSpeakerRepositoryService()
  24917.     {
  24918.         include_once \dirname(__DIR__4).'/src/Repository/OfferDocumentSpeakerRepository.php';
  24919.         return $this->privates['App\\Repository\\OfferDocumentSpeakerRepository'] = new \App\Repository\OfferDocumentSpeakerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24920.     }
  24921.     /**
  24922.      * Gets the private 'App\Repository\OfferLeaseRepository' shared autowired service.
  24923.      *
  24924.      * @return \App\Repository\OfferLeaseRepository
  24925.      */
  24926.     protected function getOfferLeaseRepositoryService()
  24927.     {
  24928.         include_once \dirname(__DIR__4).'/src/Repository/OfferLeaseRepository.php';
  24929.         return $this->privates['App\\Repository\\OfferLeaseRepository'] = new \App\Repository\OfferLeaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24930.     }
  24931.     /**
  24932.      * Gets the private 'App\Repository\OfferRepository' shared autowired service.
  24933.      *
  24934.      * @return \App\Repository\OfferRepository
  24935.      */
  24936.     protected function getOfferRepositoryService()
  24937.     {
  24938.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24939.         if (isset($this->privates['App\\Repository\\OfferRepository'])) {
  24940.             return $this->privates['App\\Repository\\OfferRepository'];
  24941.         }
  24942.         return $this->privates['App\\Repository\\OfferRepository'] = new \App\Repository\OfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  24943.     }
  24944.     /**
  24945.      * Gets the private 'App\Repository\OfficesRepository' shared autowired service.
  24946.      *
  24947.      * @return \App\Repository\OfficesRepository
  24948.      */
  24949.     protected function getOfficesRepositoryService()
  24950.     {
  24951.         include_once \dirname(__DIR__4).'/src/Repository/OfficesRepository.php';
  24952.         return $this->privates['App\\Repository\\OfficesRepository'] = new \App\Repository\OfficesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24953.     }
  24954.     /**
  24955.      * Gets the private 'App\Repository\OnespanDataRepository' shared autowired service.
  24956.      *
  24957.      * @return \App\Repository\OnespanDataRepository
  24958.      */
  24959.     protected function getOnespanDataRepositoryService()
  24960.     {
  24961.         include_once \dirname(__DIR__4).'/src/Repository/OnespanDataRepository.php';
  24962.         return $this->privates['App\\Repository\\OnespanDataRepository'] = new \App\Repository\OnespanDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24963.     }
  24964.     /**
  24965.      * Gets the private 'App\Repository\OptionRepository' shared autowired service.
  24966.      *
  24967.      * @return \App\Repository\OptionRepository
  24968.      */
  24969.     protected function getOptionRepositoryService()
  24970.     {
  24971.         include_once \dirname(__DIR__4).'/src/Repository/OptionRepository.php';
  24972.         return $this->privates['App\\Repository\\OptionRepository'] = new \App\Repository\OptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24973.     }
  24974.     /**
  24975.      * Gets the private 'App\Repository\OrdersRepository' shared autowired service.
  24976.      *
  24977.      * @return \App\Repository\OrdersRepository
  24978.      */
  24979.     protected function getOrdersRepositoryService()
  24980.     {
  24981.         include_once \dirname(__DIR__4).'/src/Repository/OrdersRepository.php';
  24982.         return $this->privates['App\\Repository\\OrdersRepository'] = new \App\Repository\OrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24983.     }
  24984.     /**
  24985.      * Gets the private 'App\Repository\OrganicPlotFilesRepository' shared autowired service.
  24986.      *
  24987.      * @return \App\Repository\OrganicPlotFilesRepository
  24988.      */
  24989.     protected function getOrganicPlotFilesRepositoryService()
  24990.     {
  24991.         include_once \dirname(__DIR__4).'/src/Repository/OrganicPlotFilesRepository.php';
  24992.         return $this->privates['App\\Repository\\OrganicPlotFilesRepository'] = new \App\Repository\OrganicPlotFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24993.     }
  24994.     /**
  24995.      * Gets the private 'App\Repository\OrganicPlotRequestsRepository' shared autowired service.
  24996.      *
  24997.      * @return \App\Repository\OrganicPlotRequestsRepository
  24998.      */
  24999.     protected function getOrganicPlotRequestsRepositoryService()
  25000.     {
  25001.         include_once \dirname(__DIR__4).'/src/Repository/OrganicPlotRequestsRepository.php';
  25002.         return $this->privates['App\\Repository\\OrganicPlotRequestsRepository'] = new \App\Repository\OrganicPlotRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25003.     }
  25004.     /**
  25005.      * Gets the private 'App\Repository\OwnershipGeneralMeetingRepository' shared autowired service.
  25006.      *
  25007.      * @return \App\Repository\OwnershipGeneralMeetingRepository
  25008.      */
  25009.     protected function getOwnershipGeneralMeetingRepositoryService()
  25010.     {
  25011.         include_once \dirname(__DIR__4).'/src/Repository/OwnershipGeneralMeetingRepository.php';
  25012.         return $this->privates['App\\Repository\\OwnershipGeneralMeetingRepository'] = new \App\Repository\OwnershipGeneralMeetingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25013.     }
  25014.     /**
  25015.      * Gets the private 'App\Repository\ParameterRepository' shared autowired service.
  25016.      *
  25017.      * @return \App\Repository\ParameterRepository
  25018.      */
  25019.     protected function getParameterRepositoryService()
  25020.     {
  25021.         include_once \dirname(__DIR__4).'/src/Repository/ParameterRepository.php';
  25022.         return $this->privates['App\\Repository\\ParameterRepository'] = new \App\Repository\ParameterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25023.     }
  25024.     /**
  25025.      * Gets the private 'App\Repository\ParticipantRepository' shared autowired service.
  25026.      *
  25027.      * @return \App\Repository\ParticipantRepository
  25028.      */
  25029.     protected function getParticipantRepositoryService()
  25030.     {
  25031.         include_once \dirname(__DIR__4).'/src/Repository/ParticipantRepository.php';
  25032.         return $this->privates['App\\Repository\\ParticipantRepository'] = new \App\Repository\ParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25033.     }
  25034.     /**
  25035.      * Gets the private 'App\Repository\PdfMailLocationRepository' shared autowired service.
  25036.      *
  25037.      * @return \App\Repository\PdfMailLocationRepository
  25038.      */
  25039.     protected function getPdfMailLocationRepositoryService()
  25040.     {
  25041.         return $this->privates['App\\Repository\\PdfMailLocationRepository'] = new \App\Repository\PdfMailLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25042.     }
  25043.     /**
  25044.      * Gets the private 'App\Repository\PebControlsRepository' shared autowired service.
  25045.      *
  25046.      * @return \App\Repository\PebControlsRepository
  25047.      */
  25048.     protected function getPebControlsRepositoryService()
  25049.     {
  25050.         include_once \dirname(__DIR__4).'/src/Repository/PebControlsRepository.php';
  25051.         return $this->privates['App\\Repository\\PebControlsRepository'] = new \App\Repository\PebControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25052.     }
  25053.     /**
  25054.      * Gets the private 'App\Repository\PebInformationRepository' shared autowired service.
  25055.      *
  25056.      * @return \App\Repository\PebInformationRepository
  25057.      */
  25058.     protected function getPebInformationRepositoryService()
  25059.     {
  25060.         include_once \dirname(__DIR__4).'/src/Repository/PebInformationRepository.php';
  25061.         return $this->privates['App\\Repository\\PebInformationRepository'] = new \App\Repository\PebInformationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25062.     }
  25063.     /**
  25064.      * Gets the private 'App\Repository\PerimeterPostRepository' shared autowired service.
  25065.      *
  25066.      * @return \App\Repository\PerimeterPostRepository
  25067.      */
  25068.     protected function getPerimeterPostRepositoryService()
  25069.     {
  25070.         include_once \dirname(__DIR__4).'/src/Repository/PerimeterPostRepository.php';
  25071.         return $this->privates['App\\Repository\\PerimeterPostRepository'] = new \App\Repository\PerimeterPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25072.     }
  25073.     /**
  25074.      * Gets the private 'App\Repository\PermitCiterneRepository' shared autowired service.
  25075.      *
  25076.      * @return \App\Repository\PermitCiterneRepository
  25077.      */
  25078.     protected function getPermitCiterneRepositoryService()
  25079.     {
  25080.         include_once \dirname(__DIR__4).'/src/Repository/PermitCiterneRepository.php';
  25081.         return $this->privates['App\\Repository\\PermitCiterneRepository'] = new \App\Repository\PermitCiterneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25082.     }
  25083.     /**
  25084.      * Gets the private 'App\Repository\PermitEnvironmentFileRepository' shared autowired service.
  25085.      *
  25086.      * @return \App\Repository\PermitEnvironmentFileRepository
  25087.      */
  25088.     protected function getPermitEnvironmentFileRepositoryService()
  25089.     {
  25090.         include_once \dirname(__DIR__4).'/src/Repository/PermitEnvironmentFileRepository.php';
  25091.         return $this->privates['App\\Repository\\PermitEnvironmentFileRepository'] = new \App\Repository\PermitEnvironmentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25092.     }
  25093.     /**
  25094.      * Gets the private 'App\Repository\PermitEnvironmentalFormRepository' shared autowired service.
  25095.      *
  25096.      * @return \App\Repository\PermitEnvironmentalFormRepository
  25097.      */
  25098.     protected function getPermitEnvironmentalFormRepositoryService()
  25099.     {
  25100.         include_once \dirname(__DIR__4).'/src/Repository/PermitEnvironmentalFormRepository.php';
  25101.         return $this->privates['App\\Repository\\PermitEnvironmentalFormRepository'] = new \App\Repository\PermitEnvironmentalFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25102.     }
  25103.     /**
  25104.      * Gets the private 'App\Repository\PermitLocationEnvironmentRepository' shared autowired service.
  25105.      *
  25106.      * @return \App\Repository\PermitLocationEnvironmentRepository
  25107.      */
  25108.     protected function getPermitLocationEnvironmentRepositoryService()
  25109.     {
  25110.         include_once \dirname(__DIR__4).'/src/Repository/PermitLocationEnvironmentRepository.php';
  25111.         return $this->privates['App\\Repository\\PermitLocationEnvironmentRepository'] = new \App\Repository\PermitLocationEnvironmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25112.     }
  25113.     /**
  25114.      * Gets the private 'App\Repository\PermitPropertyProcedureRepository' shared autowired service.
  25115.      *
  25116.      * @return \App\Repository\PermitPropertyProcedureRepository
  25117.      */
  25118.     protected function getPermitPropertyProcedureRepositoryService()
  25119.     {
  25120.         include_once \dirname(__DIR__4).'/src/Repository/PermitPropertyProcedureRepository.php';
  25121.         return $this->privates['App\\Repository\\PermitPropertyProcedureRepository'] = new \App\Repository\PermitPropertyProcedureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25122.     }
  25123.     /**
  25124.      * Gets the private 'App\Repository\PermitPropertyRepository' shared autowired service.
  25125.      *
  25126.      * @return \App\Repository\PermitPropertyRepository
  25127.      */
  25128.     protected function getPermitPropertyRepositoryService()
  25129.     {
  25130.         return $this->privates['App\\Repository\\PermitPropertyRepository'] = new \App\Repository\PermitPropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25131.     }
  25132.     /**
  25133.      * Gets the private 'App\Repository\PhotoRepository' shared autowired service.
  25134.      *
  25135.      * @return \App\Repository\PhotoRepository
  25136.      */
  25137.     protected function getPhotoRepositoryService()
  25138.     {
  25139.         include_once \dirname(__DIR__4).'/src/Repository/PhotoRepository.php';
  25140.         return $this->privates['App\\Repository\\PhotoRepository'] = new \App\Repository\PhotoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25141.     }
  25142.     /**
  25143.      * Gets the private 'App\Repository\Plan\FeatureUsageRepository' shared autowired service.
  25144.      *
  25145.      * @return \App\Repository\Plan\FeatureUsageRepository
  25146.      */
  25147.     protected function getFeatureUsageRepositoryService()
  25148.     {
  25149.         include_once \dirname(__DIR__4).'/src/Repository/Plan/FeatureUsageRepository.php';
  25150.         return $this->privates['App\\Repository\\Plan\\FeatureUsageRepository'] = new \App\Repository\Plan\FeatureUsageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25151.     }
  25152.     /**
  25153.      * Gets the private 'App\Repository\Plan\InvoiceRepository' shared autowired service.
  25154.      *
  25155.      * @return \App\Repository\Plan\InvoiceRepository
  25156.      */
  25157.     protected function getInvoiceRepositoryService()
  25158.     {
  25159.         include_once \dirname(__DIR__4).'/src/Repository/Plan/InvoiceRepository.php';
  25160.         return $this->privates['App\\Repository\\Plan\\InvoiceRepository'] = new \App\Repository\Plan\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25161.     }
  25162.     /**
  25163.      * Gets the private 'App\Repository\Plan\PlanFeatureRepository' shared autowired service.
  25164.      *
  25165.      * @return \App\Repository\Plan\PlanFeatureRepository
  25166.      */
  25167.     protected function getPlanFeatureRepositoryService()
  25168.     {
  25169.         include_once \dirname(__DIR__4).'/src/Repository/Plan/PlanFeatureRepository.php';
  25170.         return $this->privates['App\\Repository\\Plan\\PlanFeatureRepository'] = new \App\Repository\Plan\PlanFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25171.     }
  25172.     /**
  25173.      * Gets the private 'App\Repository\Plan\PlanRepository' shared autowired service.
  25174.      *
  25175.      * @return \App\Repository\Plan\PlanRepository
  25176.      */
  25177.     protected function getPlanRepositoryService()
  25178.     {
  25179.         include_once \dirname(__DIR__4).'/src/Repository/Plan/PlanRepository.php';
  25180.         return $this->privates['App\\Repository\\Plan\\PlanRepository'] = new \App\Repository\Plan\PlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25181.     }
  25182.     /**
  25183.      * Gets the private 'App\Repository\Plan\PlanSubscriptionRepository' shared autowired service.
  25184.      *
  25185.      * @return \App\Repository\Plan\PlanSubscriptionRepository
  25186.      */
  25187.     protected function getPlanSubscriptionRepositoryService()
  25188.     {
  25189.         include_once \dirname(__DIR__4).'/src/Repository/Plan/PlanSubscriptionRepository.php';
  25190.         return $this->privates['App\\Repository\\Plan\\PlanSubscriptionRepository'] = new \App\Repository\Plan\PlanSubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25191.     }
  25192.     /**
  25193.      * Gets the private 'App\Repository\PortfolioRepository' shared autowired service.
  25194.      *
  25195.      * @return \App\Repository\PortfolioRepository
  25196.      */
  25197.     protected function getPortfolioRepositoryService()
  25198.     {
  25199.         include_once \dirname(__DIR__4).'/src/Repository/PortfolioRepository.php';
  25200.         return $this->privates['App\\Repository\\PortfolioRepository'] = new \App\Repository\PortfolioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25201.     }
  25202.     /**
  25203.      * Gets the private 'App\Repository\PpasAffectationCsvRepository' shared autowired service.
  25204.      *
  25205.      * @return \App\Repository\PpasAffectationCsvRepository
  25206.      */
  25207.     protected function getPpasAffectationCsvRepositoryService()
  25208.     {
  25209.         include_once \dirname(__DIR__4).'/src/Repository/PpasAffectationCsvRepository.php';
  25210.         return $this->privates['App\\Repository\\PpasAffectationCsvRepository'] = new \App\Repository\PpasAffectationCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25211.     }
  25212.     /**
  25213.      * Gets the private 'App\Repository\PpasAffectationRepository' shared autowired service.
  25214.      *
  25215.      * @return \App\Repository\PpasAffectationRepository
  25216.      */
  25217.     protected function getPpasAffectationRepositoryService()
  25218.     {
  25219.         include_once \dirname(__DIR__4).'/src/Repository/PpasAffectationRepository.php';
  25220.         return $this->privates['App\\Repository\\PpasAffectationRepository'] = new \App\Repository\PpasAffectationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25221.     }
  25222.     /**
  25223.      * Gets the private 'App\Repository\PpasCsvRepository' shared autowired service.
  25224.      *
  25225.      * @return \App\Repository\PpasCsvRepository
  25226.      */
  25227.     protected function getPpasCsvRepositoryService()
  25228.     {
  25229.         include_once \dirname(__DIR__4).'/src/Repository/PpasCsvRepository.php';
  25230.         return $this->privates['App\\Repository\\PpasCsvRepository'] = new \App\Repository\PpasCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25231.     }
  25232.     /**
  25233.      * Gets the private 'App\Repository\PpasInfoRepository' shared autowired service.
  25234.      *
  25235.      * @return \App\Repository\PpasInfoRepository
  25236.      */
  25237.     protected function getPpasInfoRepositoryService()
  25238.     {
  25239.         include_once \dirname(__DIR__4).'/src/Repository/PpasInfoRepository.php';
  25240.         return $this->privates['App\\Repository\\PpasInfoRepository'] = new \App\Repository\PpasInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25241.     }
  25242.     /**
  25243.      * Gets the private 'App\Repository\PpasRepository' shared autowired service.
  25244.      *
  25245.      * @return \App\Repository\PpasRepository
  25246.      */
  25247.     protected function getPpasRepositoryService()
  25248.     {
  25249.         include_once \dirname(__DIR__4).'/src/Repository/PpasRepository.php';
  25250.         return $this->privates['App\\Repository\\PpasRepository'] = new \App\Repository\PpasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25251.     }
  25252.     /**
  25253.      * Gets the private 'App\Repository\PrasAffectationConditionRepository' shared autowired service.
  25254.      *
  25255.      * @return \App\Repository\PrasAffectationConditionRepository
  25256.      */
  25257.     protected function getPrasAffectationConditionRepositoryService()
  25258.     {
  25259.         include_once \dirname(__DIR__4).'/src/Repository/PrasAffectationConditionRepository.php';
  25260.         return $this->privates['App\\Repository\\PrasAffectationConditionRepository'] = new \App\Repository\PrasAffectationConditionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25261.     }
  25262.     /**
  25263.      * Gets the private 'App\Repository\PrasAffectationRepository' shared autowired service.
  25264.      *
  25265.      * @return \App\Repository\PrasAffectationRepository
  25266.      */
  25267.     protected function getPrasAffectationRepositoryService()
  25268.     {
  25269.         include_once \dirname(__DIR__4).'/src/Repository/PrasAffectationRepository.php';
  25270.         return $this->privates['App\\Repository\\PrasAffectationRepository'] = new \App\Repository\PrasAffectationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25271.     }
  25272.     /**
  25273.      * Gets the private 'App\Repository\PrasAffectationSubDescriptionRepository' shared autowired service.
  25274.      *
  25275.      * @return \App\Repository\PrasAffectationSubDescriptionRepository
  25276.      */
  25277.     protected function getPrasAffectationSubDescriptionRepositoryService()
  25278.     {
  25279.         include_once \dirname(__DIR__4).'/src/Repository/PrasAffectationSubDescriptionRepository.php';
  25280.         return $this->privates['App\\Repository\\PrasAffectationSubDescriptionRepository'] = new \App\Repository\PrasAffectationSubDescriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25281.     }
  25282.     /**
  25283.      * Gets the private 'App\Repository\PrasCsvRepository' shared autowired service.
  25284.      *
  25285.      * @return \App\Repository\PrasCsvRepository
  25286.      */
  25287.     protected function getPrasCsvRepositoryService()
  25288.     {
  25289.         include_once \dirname(__DIR__4).'/src/Repository/PrasCsvRepository.php';
  25290.         return $this->privates['App\\Repository\\PrasCsvRepository'] = new \App\Repository\PrasCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25291.     }
  25292.     /**
  25293.      * Gets the private 'App\Repository\PrasZoneRepository' shared autowired service.
  25294.      *
  25295.      * @return \App\Repository\PrasZoneRepository
  25296.      */
  25297.     protected function getPrasZoneRepositoryService()
  25298.     {
  25299.         include_once \dirname(__DIR__4).'/src/Repository/PrasZoneRepository.php';
  25300.         return $this->privates['App\\Repository\\PrasZoneRepository'] = new \App\Repository\PrasZoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25301.     }
  25302.     /**
  25303.      * Gets the private 'App\Repository\PrecountRepository' shared autowired service.
  25304.      *
  25305.      * @return \App\Repository\PrecountRepository
  25306.      */
  25307.     protected function getPrecountRepositoryService()
  25308.     {
  25309.         include_once \dirname(__DIR__4).'/src/Repository/PrecountRepository.php';
  25310.         return $this->privates['App\\Repository\\PrecountRepository'] = new \App\Repository\PrecountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25311.     }
  25312.     /**
  25313.      * Gets the private 'App\Repository\PrestashopMappingRepository' shared autowired service.
  25314.      *
  25315.      * @return \App\Repository\PrestashopMappingRepository
  25316.      */
  25317.     protected function getPrestashopMappingRepositoryService()
  25318.     {
  25319.         include_once \dirname(__DIR__4).'/src/Repository/PrestashopMappingRepository.php';
  25320.         return $this->privates['App\\Repository\\PrestashopMappingRepository'] = new \App\Repository\PrestashopMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25321.     }
  25322.     /**
  25323.      * Gets the private 'App\Repository\PretRepository' shared autowired service.
  25324.      *
  25325.      * @return \App\Repository\PretRepository
  25326.      */
  25327.     protected function getPretRepositoryService()
  25328.     {
  25329.         include_once \dirname(__DIR__4).'/src/Repository/PretRepository.php';
  25330.         $a = ($this->services['App\\Service\\PretService'] ?? $this->getPretServiceService());
  25331.         if (isset($this->privates['App\\Repository\\PretRepository'])) {
  25332.             return $this->privates['App\\Repository\\PretRepository'];
  25333.         }
  25334.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25335.         if (isset($this->privates['App\\Repository\\PretRepository'])) {
  25336.             return $this->privates['App\\Repository\\PretRepository'];
  25337.         }
  25338.         return $this->privates['App\\Repository\\PretRepository'] = new \App\Repository\PretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a$b);
  25339.     }
  25340.     /**
  25341.      * Gets the private 'App\Repository\PrimeAlertRepository' shared autowired service.
  25342.      *
  25343.      * @return \App\Repository\PrimeAlertRepository
  25344.      */
  25345.     protected function getPrimeAlertRepositoryService()
  25346.     {
  25347.         include_once \dirname(__DIR__4).'/src/Repository/PrimeAlertRepository.php';
  25348.         return $this->privates['App\\Repository\\PrimeAlertRepository'] = new \App\Repository\PrimeAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25349.     }
  25350.     /**
  25351.      * Gets the private 'App\Repository\PrimeAmountRepository' shared autowired service.
  25352.      *
  25353.      * @return \App\Repository\PrimeAmountRepository
  25354.      */
  25355.     protected function getPrimeAmountRepositoryService()
  25356.     {
  25357.         include_once \dirname(__DIR__4).'/src/Repository/PrimeAmountRepository.php';
  25358.         return $this->privates['App\\Repository\\PrimeAmountRepository'] = new \App\Repository\PrimeAmountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25359.     }
  25360.     /**
  25361.      * Gets the private 'App\Repository\PrimeCsvRepository' shared autowired service.
  25362.      *
  25363.      * @return \App\Repository\PrimeCsvRepository
  25364.      */
  25365.     protected function getPrimeCsvRepositoryService()
  25366.     {
  25367.         include_once \dirname(__DIR__4).'/src/Repository/PrimeCsvRepository.php';
  25368.         return $this->privates['App\\Repository\\PrimeCsvRepository'] = new \App\Repository\PrimeCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25369.     }
  25370.     /**
  25371.      * Gets the private 'App\Repository\PrimeFieldValueRepository' shared autowired service.
  25372.      *
  25373.      * @return \App\Repository\PrimeFieldValueRepository
  25374.      */
  25375.     protected function getPrimeFieldValueRepositoryService()
  25376.     {
  25377.         include_once \dirname(__DIR__4).'/src/Repository/PrimeFieldValueRepository.php';
  25378.         return $this->privates['App\\Repository\\PrimeFieldValueRepository'] = new \App\Repository\PrimeFieldValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25379.     }
  25380.     /**
  25381.      * Gets the private 'App\Repository\PrimeFormRepository' shared autowired service.
  25382.      *
  25383.      * @return \App\Repository\PrimeFormRepository
  25384.      */
  25385.     protected function getPrimeFormRepositoryService()
  25386.     {
  25387.         include_once \dirname(__DIR__4).'/src/Repository/PrimeFormRepository.php';
  25388.         return $this->privates['App\\Repository\\PrimeFormRepository'] = new \App\Repository\PrimeFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25389.     }
  25390.     /**
  25391.      * Gets the private 'App\Repository\PrimePlafondRepository' shared autowired service.
  25392.      *
  25393.      * @return \App\Repository\PrimePlafondRepository
  25394.      */
  25395.     protected function getPrimePlafondRepositoryService()
  25396.     {
  25397.         include_once \dirname(__DIR__4).'/src/Repository/PrimePlafondRepository.php';
  25398.         return $this->privates['App\\Repository\\PrimePlafondRepository'] = new \App\Repository\PrimePlafondRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25399.     }
  25400.     /**
  25401.      * Gets the private 'App\Repository\PrimeProcedureFieldRepository' shared autowired service.
  25402.      *
  25403.      * @return \App\Repository\PrimeProcedureFieldRepository
  25404.      */
  25405.     protected function getPrimeProcedureFieldRepositoryService()
  25406.     {
  25407.         include_once \dirname(__DIR__4).'/src/Repository/PrimeProcedureFieldRepository.php';
  25408.         return $this->privates['App\\Repository\\PrimeProcedureFieldRepository'] = new \App\Repository\PrimeProcedureFieldRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25409.     }
  25410.     /**
  25411.      * Gets the private 'App\Repository\PrimeProcedureRepository' shared autowired service.
  25412.      *
  25413.      * @return \App\Repository\PrimeProcedureRepository
  25414.      */
  25415.     protected function getPrimeProcedureRepositoryService()
  25416.     {
  25417.         include_once \dirname(__DIR__4).'/src/Repository/PrimeProcedureRepository.php';
  25418.         return $this->privates['App\\Repository\\PrimeProcedureRepository'] = new \App\Repository\PrimeProcedureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25419.     }
  25420.     /**
  25421.      * Gets the private 'App\Repository\PrimeProcessRepository' shared autowired service.
  25422.      *
  25423.      * @return \App\Repository\PrimeProcessRepository
  25424.      */
  25425.     protected function getPrimeProcessRepositoryService()
  25426.     {
  25427.         include_once \dirname(__DIR__4).'/src/Repository/PrimeProcessRepository.php';
  25428.         return $this->privates['App\\Repository\\PrimeProcessRepository'] = new \App\Repository\PrimeProcessRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25429.     }
  25430.     /**
  25431.      * Gets the private 'App\Repository\PrimeRepository' shared autowired service.
  25432.      *
  25433.      * @return \App\Repository\PrimeRepository
  25434.      */
  25435.     protected function getPrimeRepositoryService()
  25436.     {
  25437.         include_once \dirname(__DIR__4).'/src/Repository/PrimeRepository.php';
  25438.         return $this->privates['App\\Repository\\PrimeRepository'] = new \App\Repository\PrimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25439.     }
  25440.     /**
  25441.      * Gets the private 'App\Repository\PrimeSourceRepository' shared autowired service.
  25442.      *
  25443.      * @return \App\Repository\PrimeSourceRepository
  25444.      */
  25445.     protected function getPrimeSourceRepositoryService()
  25446.     {
  25447.         include_once \dirname(__DIR__4).'/src/Repository/PrimeSourceRepository.php';
  25448.         return $this->privates['App\\Repository\\PrimeSourceRepository'] = new \App\Repository\PrimeSourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25449.     }
  25450.     /**
  25451.      * Gets the private 'App\Repository\PrimeTankWorkRepository' shared autowired service.
  25452.      *
  25453.      * @return \App\Repository\PrimeTankWorkRepository
  25454.      */
  25455.     protected function getPrimeTankWorkRepositoryService()
  25456.     {
  25457.         include_once \dirname(__DIR__4).'/src/Repository/PrimeTankWorkRepository.php';
  25458.         return $this->privates['App\\Repository\\PrimeTankWorkRepository'] = new \App\Repository\PrimeTankWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25459.     }
  25460.     /**
  25461.      * Gets the private 'App\Repository\PropertyDailyNeedRepository' shared autowired service.
  25462.      *
  25463.      * @return \App\Repository\PropertyDailyNeedRepository
  25464.      */
  25465.     protected function getPropertyDailyNeedRepositoryService()
  25466.     {
  25467.         include_once \dirname(__DIR__4).'/src/Repository/PropertyDailyNeedRepository.php';
  25468.         return $this->privates['App\\Repository\\PropertyDailyNeedRepository'] = new \App\Repository\PropertyDailyNeedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25469.     }
  25470.     /**
  25471.      * Gets the private 'App\Repository\PropertyImageRepository' shared autowired service.
  25472.      *
  25473.      * @return \App\Repository\PropertyImageRepository
  25474.      */
  25475.     protected function getPropertyImageRepositoryService()
  25476.     {
  25477.         include_once \dirname(__DIR__4).'/src/Repository/PropertyImageRepository.php';
  25478.         return $this->privates['App\\Repository\\PropertyImageRepository'] = new \App\Repository\PropertyImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25479.     }
  25480.     /**
  25481.      * Gets the private 'App\Repository\PropertyOptionRepository' shared autowired service.
  25482.      *
  25483.      * @return \App\Repository\PropertyOptionRepository
  25484.      */
  25485.     protected function getPropertyOptionRepositoryService()
  25486.     {
  25487.         include_once \dirname(__DIR__4).'/src/Repository/PropertyOptionRepository.php';
  25488.         return $this->privates['App\\Repository\\PropertyOptionRepository'] = new \App\Repository\PropertyOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25489.     }
  25490.     /**
  25491.      * Gets the private 'App\Repository\PropertyTypeRepository' shared autowired service.
  25492.      *
  25493.      * @return \App\Repository\PropertyTypeRepository
  25494.      */
  25495.     protected function getPropertyTypeRepositoryService()
  25496.     {
  25497.         include_once \dirname(__DIR__4).'/src/Repository/PropertyTypeRepository.php';
  25498.         return $this->privates['App\\Repository\\PropertyTypeRepository'] = new \App\Repository\PropertyTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25499.     }
  25500.     /**
  25501.      * Gets the private 'App\Repository\ProviderFluviusRepository' shared autowired service.
  25502.      *
  25503.      * @return \App\Repository\ProviderFluviusRepository
  25504.      */
  25505.     protected function getProviderFluviusRepositoryService()
  25506.     {
  25507.         include_once \dirname(__DIR__4).'/src/Repository/ProviderFluviusRepository.php';
  25508.         return $this->privates['App\\Repository\\ProviderFluviusRepository'] = new \App\Repository\ProviderFluviusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25509.     }
  25510.     /**
  25511.      * Gets the private 'App\Repository\ProviderInventerListCsvRepository' shared autowired service.
  25512.      *
  25513.      * @return \App\Repository\ProviderInventerListCsvRepository
  25514.      */
  25515.     protected function getProviderInventerListCsvRepositoryService()
  25516.     {
  25517.         include_once \dirname(__DIR__4).'/src/Repository/ProviderInventerListCsvRepository.php';
  25518.         return $this->privates['App\\Repository\\ProviderInventerListCsvRepository'] = new \App\Repository\ProviderInventerListCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25519.     }
  25520.     /**
  25521.      * Gets the private 'App\Repository\ProviderInverterListRepository' shared autowired service.
  25522.      *
  25523.      * @return \App\Repository\ProviderInverterListRepository
  25524.      */
  25525.     protected function getProviderInverterListRepositoryService()
  25526.     {
  25527.         include_once \dirname(__DIR__4).'/src/Repository/ProviderInverterListRepository.php';
  25528.         return $this->privates['App\\Repository\\ProviderInverterListRepository'] = new \App\Repository\ProviderInverterListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25529.     }
  25530.     /**
  25531.      * Gets the private 'App\Repository\ProviderOresRepository' shared autowired service.
  25532.      *
  25533.      * @return \App\Repository\ProviderOresRepository
  25534.      */
  25535.     protected function getProviderOresRepositoryService()
  25536.     {
  25537.         include_once \dirname(__DIR__4).'/src/Repository/ProviderOresRepository.php';
  25538.         return $this->privates['App\\Repository\\ProviderOresRepository'] = new \App\Repository\ProviderOresRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25539.     }
  25540.     /**
  25541.      * Gets the private 'App\Repository\ProviderSibelgaRepository' shared autowired service.
  25542.      *
  25543.      * @return \App\Repository\ProviderSibelgaRepository
  25544.      */
  25545.     protected function getProviderSibelgaRepositoryService()
  25546.     {
  25547.         return $this->privates['App\\Repository\\ProviderSibelgaRepository'] = new \App\Repository\ProviderSibelgaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25548.     }
  25549.     /**
  25550.      * Gets the private 'App\Repository\ProviderSibelgaTaskRepository' shared autowired service.
  25551.      *
  25552.      * @return \App\Repository\ProviderSibelgaTaskRepository
  25553.      */
  25554.     protected function getProviderSibelgaTaskRepositoryService()
  25555.     {
  25556.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSibelgaTaskRepository.php';
  25557.         return $this->privates['App\\Repository\\ProviderSibelgaTaskRepository'] = new \App\Repository\ProviderSibelgaTaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25558.     }
  25559.     /**
  25560.      * Gets the private 'App\Repository\ProviderSibelgaWorkRepository' shared autowired service.
  25561.      *
  25562.      * @return \App\Repository\ProviderSibelgaWorkRepository
  25563.      */
  25564.     protected function getProviderSibelgaWorkRepositoryService()
  25565.     {
  25566.         return $this->privates['App\\Repository\\ProviderSibelgaWorkRepository'] = new \App\Repository\ProviderSibelgaWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25567.     }
  25568.     /**
  25569.      * Gets the private 'App\Repository\ProviderSocietyCsvRepository' shared autowired service.
  25570.      *
  25571.      * @return \App\Repository\ProviderSocietyCsvRepository
  25572.      */
  25573.     protected function getProviderSocietyCsvRepositoryService()
  25574.     {
  25575.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSocietyCsvRepository.php';
  25576.         return $this->privates['App\\Repository\\ProviderSocietyCsvRepository'] = new \App\Repository\ProviderSocietyCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25577.     }
  25578.     /**
  25579.      * Gets the private 'App\Repository\ProviderSocietyRepository' shared autowired service.
  25580.      *
  25581.      * @return \App\Repository\ProviderSocietyRepository
  25582.      */
  25583.     protected function getProviderSocietyRepositoryService()
  25584.     {
  25585.         return $this->privates['App\\Repository\\ProviderSocietyRepository'] = new \App\Repository\ProviderSocietyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25586.     }
  25587.     /**
  25588.      * Gets the private 'App\Repository\ProviderSolarBrugelRepository' shared autowired service.
  25589.      *
  25590.      * @return \App\Repository\ProviderSolarBrugelRepository
  25591.      */
  25592.     protected function getProviderSolarBrugelRepositoryService()
  25593.     {
  25594.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarBrugelRepository.php';
  25595.         return $this->privates['App\\Repository\\ProviderSolarBrugelRepository'] = new \App\Repository\ProviderSolarBrugelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25596.     }
  25597.     /**
  25598.      * Gets the private 'App\Repository\ProviderSolarDeclarationCadastreRepository' shared autowired service.
  25599.      *
  25600.      * @return \App\Repository\ProviderSolarDeclarationCadastreRepository
  25601.      */
  25602.     protected function getProviderSolarDeclarationCadastreRepositoryService()
  25603.     {
  25604.         return $this->privates['App\\Repository\\ProviderSolarDeclarationCadastreRepository'] = new \App\Repository\ProviderSolarDeclarationCadastreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25605.     }
  25606.     /**
  25607.      * Gets the private 'App\Repository\ProviderSolarFitterFilesRepository' shared autowired service.
  25608.      *
  25609.      * @return \App\Repository\ProviderSolarFitterFilesRepository
  25610.      */
  25611.     protected function getProviderSolarFitterFilesRepositoryService()
  25612.     {
  25613.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarFitterFilesRepository.php';
  25614.         return $this->privates['App\\Repository\\ProviderSolarFitterFilesRepository'] = new \App\Repository\ProviderSolarFitterFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25615.     }
  25616.     /**
  25617.      * Gets the private 'App\Repository\ProviderSolarFitterRepository' shared autowired service.
  25618.      *
  25619.      * @return \App\Repository\ProviderSolarFitterRepository
  25620.      */
  25621.     protected function getProviderSolarFitterRepositoryService()
  25622.     {
  25623.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarFitterRepository.php';
  25624.         return $this->privates['App\\Repository\\ProviderSolarFitterRepository'] = new \App\Repository\ProviderSolarFitterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25625.     }
  25626.     /**
  25627.      * Gets the private 'App\Repository\ProviderSolarGreenCertificateFilesRepository' shared autowired service.
  25628.      *
  25629.      * @return \App\Repository\ProviderSolarGreenCertificateFilesRepository
  25630.      */
  25631.     protected function getProviderSolarGreenCertificateFilesRepositoryService()
  25632.     {
  25633.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarGreenCertificateFilesRepository.php';
  25634.         return $this->privates['App\\Repository\\ProviderSolarGreenCertificateFilesRepository'] = new \App\Repository\ProviderSolarGreenCertificateFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25635.     }
  25636.     /**
  25637.      * Gets the private 'App\Repository\ProviderSolarGreenCertificateRepository' shared autowired service.
  25638.      *
  25639.      * @return \App\Repository\ProviderSolarGreenCertificateRepository
  25640.      */
  25641.     protected function getProviderSolarGreenCertificateRepositoryService()
  25642.     {
  25643.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarGreenCertificateRepository.php';
  25644.         return $this->privates['App\\Repository\\ProviderSolarGreenCertificateRepository'] = new \App\Repository\ProviderSolarGreenCertificateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25645.     }
  25646.     /**
  25647.      * Gets the private 'App\Repository\ProviderSolarOrganizationRepository' shared autowired service.
  25648.      *
  25649.      * @return \App\Repository\ProviderSolarOrganizationRepository
  25650.      */
  25651.     protected function getProviderSolarOrganizationRepositoryService()
  25652.     {
  25653.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarOrganizationRepository.php';
  25654.         return $this->privates['App\\Repository\\ProviderSolarOrganizationRepository'] = new \App\Repository\ProviderSolarOrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25655.     }
  25656.     /**
  25657.      * Gets the private 'App\Repository\ProviderSolarPhotovoltaicRepository' shared autowired service.
  25658.      *
  25659.      * @return \App\Repository\ProviderSolarPhotovoltaicRepository
  25660.      */
  25661.     protected function getProviderSolarPhotovoltaicRepositoryService()
  25662.     {
  25663.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarPhotovoltaicRepository.php';
  25664.         return $this->privates['App\\Repository\\ProviderSolarPhotovoltaicRepository'] = new \App\Repository\ProviderSolarPhotovoltaicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25665.     }
  25666.     /**
  25667.      * Gets the private 'App\Repository\ProviderSolarRepository' shared autowired service.
  25668.      *
  25669.      * @return \App\Repository\ProviderSolarRepository
  25670.      */
  25671.     protected function getProviderSolarRepositoryService()
  25672.     {
  25673.         return $this->privates['App\\Repository\\ProviderSolarRepository'] = new \App\Repository\ProviderSolarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25674.     }
  25675.     /**
  25676.      * Gets the private 'App\Repository\ProviderTankInstallationRepository' shared autowired service.
  25677.      *
  25678.      * @return \App\Repository\ProviderTankInstallationRepository
  25679.      */
  25680.     protected function getProviderTankInstallationRepositoryService()
  25681.     {
  25682.         include_once \dirname(__DIR__4).'/src/Repository/ProviderTankInstallationRepository.php';
  25683.         return $this->privates['App\\Repository\\ProviderTankInstallationRepository'] = new \App\Repository\ProviderTankInstallationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25684.     }
  25685.     /**
  25686.      * Gets the private 'App\Repository\ProviderWaterInterventionRepository' shared autowired service.
  25687.      *
  25688.      * @return \App\Repository\ProviderWaterInterventionRepository
  25689.      */
  25690.     protected function getProviderWaterInterventionRepositoryService()
  25691.     {
  25692.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWaterInterventionRepository.php';
  25693.         return $this->privates['App\\Repository\\ProviderWaterInterventionRepository'] = new \App\Repository\ProviderWaterInterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25694.     }
  25695.     /**
  25696.      * Gets the private 'App\Repository\ProviderWaterRepository' shared autowired service.
  25697.      *
  25698.      * @return \App\Repository\ProviderWaterRepository
  25699.      */
  25700.     protected function getProviderWaterRepositoryService()
  25701.     {
  25702.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWaterRepository.php';
  25703.         return $this->privates['App\\Repository\\ProviderWaterRepository'] = new \App\Repository\ProviderWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25704.     }
  25705.     /**
  25706.      * Gets the private 'App\Repository\ProviderWatterDeleteRepository' shared autowired service.
  25707.      *
  25708.      * @return \App\Repository\ProviderWatterDeleteRepository
  25709.      */
  25710.     protected function getProviderWatterDeleteRepositoryService()
  25711.     {
  25712.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWatterDeleteRepository.php';
  25713.         return $this->privates['App\\Repository\\ProviderWatterDeleteRepository'] = new \App\Repository\ProviderWatterDeleteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25714.     }
  25715.     /**
  25716.      * Gets the private 'App\Repository\ProviderWorkRepository' shared autowired service.
  25717.      *
  25718.      * @return \App\Repository\ProviderWorkRepository
  25719.      */
  25720.     protected function getProviderWorkRepositoryService()
  25721.     {
  25722.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWorkRepository.php';
  25723.         return $this->privates['App\\Repository\\ProviderWorkRepository'] = new \App\Repository\ProviderWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25724.     }
  25725.     /**
  25726.      * Gets the private 'App\Repository\ProvincesRepository' shared autowired service.
  25727.      *
  25728.      * @return \App\Repository\ProvincesRepository
  25729.      */
  25730.     protected function getProvincesRepositoryService()
  25731.     {
  25732.         include_once \dirname(__DIR__4).'/src/Repository/ProvincesRepository.php';
  25733.         return $this->privates['App\\Repository\\ProvincesRepository'] = new \App\Repository\ProvincesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25734.     }
  25735.     /**
  25736.      * Gets the private 'App\Repository\PublicInquiryAnversRepository' shared autowired service.
  25737.      *
  25738.      * @return \App\Repository\PublicInquiryAnversRepository
  25739.      */
  25740.     protected function getPublicInquiryAnversRepositoryService()
  25741.     {
  25742.         include_once \dirname(__DIR__4).'/src/Repository/PublicInquiryAnversRepository.php';
  25743.         return $this->privates['App\\Repository\\PublicInquiryAnversRepository'] = new \App\Repository\PublicInquiryAnversRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25744.     }
  25745.     /**
  25746.      * Gets the private 'App\Repository\PublicInquiryBruxellesRepository' shared autowired service.
  25747.      *
  25748.      * @return \App\Repository\PublicInquiryBruxellesRepository
  25749.      */
  25750.     protected function getPublicInquiryBruxellesRepositoryService()
  25751.     {
  25752.         include_once \dirname(__DIR__4).'/src/Repository/PublicInquiryBruxellesRepository.php';
  25753.         return $this->privates['App\\Repository\\PublicInquiryBruxellesRepository'] = new \App\Repository\PublicInquiryBruxellesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25754.     }
  25755.     /**
  25756.      * Gets the private 'App\Repository\PublicInquiryInProgressCsvRepository' shared autowired service.
  25757.      *
  25758.      * @return \App\Repository\PublicInquiryInProgressCsvRepository
  25759.      */
  25760.     protected function getPublicInquiryInProgressCsvRepositoryService()
  25761.     {
  25762.         include_once \dirname(__DIR__4).'/src/Repository/PublicInquiryInProgressCsvRepository.php';
  25763.         return $this->privates['App\\Repository\\PublicInquiryInProgressCsvRepository'] = new \App\Repository\PublicInquiryInProgressCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25764.     }
  25765.     /**
  25766.      * Gets the private 'App\Repository\PublicityRepository' shared autowired service.
  25767.      *
  25768.      * @return \App\Repository\PublicityRepository
  25769.      */
  25770.     protected function getPublicityRepositoryService()
  25771.     {
  25772.         include_once \dirname(__DIR__4).'/src/Repository/PublicityRepository.php';
  25773.         return $this->privates['App\\Repository\\PublicityRepository'] = new \App\Repository\PublicityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25774.     }
  25775.     /**
  25776.      * Gets the private 'App\Repository\PublicityUserRepository' shared autowired service.
  25777.      *
  25778.      * @return \App\Repository\PublicityUserRepository
  25779.      */
  25780.     protected function getPublicityUserRepositoryService()
  25781.     {
  25782.         include_once \dirname(__DIR__4).'/src/Repository/PublicityUserRepository.php';
  25783.         return $this->privates['App\\Repository\\PublicityUserRepository'] = new \App\Repository\PublicityUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25784.     }
  25785.     /**
  25786.      * Gets the private 'App\Repository\PurchasePartnerRequestObjectifRepository' shared autowired service.
  25787.      *
  25788.      * @return \App\Repository\PurchasePartnerRequestObjectifRepository
  25789.      */
  25790.     protected function getPurchasePartnerRequestObjectifRepositoryService()
  25791.     {
  25792.         include_once \dirname(__DIR__4).'/src/Repository/PurchasePartnerRequestObjectifRepository.php';
  25793.         return $this->privates['App\\Repository\\PurchasePartnerRequestObjectifRepository'] = new \App\Repository\PurchasePartnerRequestObjectifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25794.     }
  25795.     /**
  25796.      * Gets the private 'App\Repository\PurchasePartnerRequestRepository' shared autowired service.
  25797.      *
  25798.      * @return \App\Repository\PurchasePartnerRequestRepository
  25799.      */
  25800.     protected function getPurchasePartnerRequestRepositoryService()
  25801.     {
  25802.         include_once \dirname(__DIR__4).'/src/Repository/PurchasePartnerRequestRepository.php';
  25803.         return $this->privates['App\\Repository\\PurchasePartnerRequestRepository'] = new \App\Repository\PurchasePartnerRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25804.     }
  25805.     /**
  25806.      * Gets the private 'App\Repository\PurchaseRepository' shared autowired service.
  25807.      *
  25808.      * @return \App\Repository\PurchaseRepository
  25809.      */
  25810.     protected function getPurchaseRepositoryService()
  25811.     {
  25812.         include_once \dirname(__DIR__4).'/src/Repository/PurchaseRepository.php';
  25813.         return $this->privates['App\\Repository\\PurchaseRepository'] = new \App\Repository\PurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25814.     }
  25815.     /**
  25816.      * Gets the private 'App\Repository\RapportsRepository' shared autowired service.
  25817.      *
  25818.      * @return \App\Repository\RapportsRepository
  25819.      */
  25820.     protected function getRapportsRepositoryService()
  25821.     {
  25822.         include_once \dirname(__DIR__4).'/src/Repository/RapportsRepository.php';
  25823.         return $this->privates['App\\Repository\\RapportsRepository'] = new \App\Repository\RapportsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25824.     }
  25825.     /**
  25826.      * Gets the private 'App\Repository\RegionRepository' shared autowired service.
  25827.      *
  25828.      * @return \App\Repository\RegionRepository
  25829.      */
  25830.     protected function getRegionRepositoryService()
  25831.     {
  25832.         include_once \dirname(__DIR__4).'/src/Repository/RegionRepository.php';
  25833.         return $this->privates['App\\Repository\\RegionRepository'] = new \App\Repository\RegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25834.     }
  25835.     /**
  25836.      * Gets the private 'App\Repository\RegisterFilesRepository' shared autowired service.
  25837.      *
  25838.      * @return \App\Repository\RegisterFilesRepository
  25839.      */
  25840.     protected function getRegisterFilesRepositoryService()
  25841.     {
  25842.         include_once \dirname(__DIR__4).'/src/Repository/RegisterFilesRepository.php';
  25843.         return $this->privates['App\\Repository\\RegisterFilesRepository'] = new \App\Repository\RegisterFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25844.     }
  25845.     /**
  25846.      * Gets the private 'App\Repository\RegistersRepository' shared autowired service.
  25847.      *
  25848.      * @return \App\Repository\RegistersRepository
  25849.      */
  25850.     protected function getRegistersRepositoryService()
  25851.     {
  25852.         return $this->privates['App\\Repository\\RegistersRepository'] = new \App\Repository\RegistersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25853.     }
  25854.     /**
  25855.      * Gets the private 'App\Repository\RelookingSaveRepository' shared autowired service.
  25856.      *
  25857.      * @return \App\Repository\RelookingSaveRepository
  25858.      */
  25859.     protected function getRelookingSaveRepositoryService()
  25860.     {
  25861.         include_once \dirname(__DIR__4).'/src/Repository/RelookingSaveRepository.php';
  25862.         return $this->privates['App\\Repository\\RelookingSaveRepository'] = new \App\Repository\RelookingSaveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25863.     }
  25864.     /**
  25865.      * Gets the private 'App\Repository\RenewalEnergyRepository' shared autowired service.
  25866.      *
  25867.      * @return \App\Repository\RenewalEnergyRepository
  25868.      */
  25869.     protected function getRenewalEnergyRepositoryService()
  25870.     {
  25871.         include_once \dirname(__DIR__4).'/src/Repository/RenewalEnergyRepository.php';
  25872.         return $this->privates['App\\Repository\\RenewalEnergyRepository'] = new \App\Repository\RenewalEnergyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25873.     }
  25874.     /**
  25875.      * Gets the private 'App\Repository\RentalGuaranteeFileRepository' shared autowired service.
  25876.      *
  25877.      * @return \App\Repository\RentalGuaranteeFileRepository
  25878.      */
  25879.     protected function getRentalGuaranteeFileRepositoryService()
  25880.     {
  25881.         include_once \dirname(__DIR__4).'/src/Repository/RentalGuaranteeFileRepository.php';
  25882.         return $this->privates['App\\Repository\\RentalGuaranteeFileRepository'] = new \App\Repository\RentalGuaranteeFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25883.     }
  25884.     /**
  25885.      * Gets the private 'App\Repository\RentalManagementLeaveRepository' shared autowired service.
  25886.      *
  25887.      * @return \App\Repository\RentalManagementLeaveRepository
  25888.      */
  25889.     protected function getRentalManagementLeaveRepositoryService()
  25890.     {
  25891.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementLeaveRepository.php';
  25892.         return $this->privates['App\\Repository\\RentalManagementLeaveRepository'] = new \App\Repository\RentalManagementLeaveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25893.     }
  25894.     /**
  25895.      * Gets the private 'App\Repository\RentalManagementPaymentHistoryRepository' shared autowired service.
  25896.      *
  25897.      * @return \App\Repository\RentalManagementPaymentHistoryRepository
  25898.      */
  25899.     protected function getRentalManagementPaymentHistoryRepositoryService()
  25900.     {
  25901.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementPaymentHistoryRepository.php';
  25902.         return $this->privates['App\\Repository\\RentalManagementPaymentHistoryRepository'] = new \App\Repository\RentalManagementPaymentHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25903.     }
  25904.     /**
  25905.      * Gets the private 'App\Repository\RentalManagementPaymentRepository' shared autowired service.
  25906.      *
  25907.      * @return \App\Repository\RentalManagementPaymentRepository
  25908.      */
  25909.     protected function getRentalManagementPaymentRepositoryService()
  25910.     {
  25911.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementPaymentRepository.php';
  25912.         return $this->privates['App\\Repository\\RentalManagementPaymentRepository'] = new \App\Repository\RentalManagementPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25913.     }
  25914.     /**
  25915.      * Gets the private 'App\Repository\RentalManagementRentHistoryRepository' shared autowired service.
  25916.      *
  25917.      * @return \App\Repository\RentalManagementRentHistoryRepository
  25918.      */
  25919.     protected function getRentalManagementRentHistoryRepositoryService()
  25920.     {
  25921.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementRentHistoryRepository.php';
  25922.         return $this->privates['App\\Repository\\RentalManagementRentHistoryRepository'] = new \App\Repository\RentalManagementRentHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25923.     }
  25924.     /**
  25925.      * Gets the private 'App\Repository\RentalManagementRepository' shared autowired service.
  25926.      *
  25927.      * @return \App\Repository\RentalManagementRepository
  25928.      */
  25929.     protected function getRentalManagementRepositoryService()
  25930.     {
  25931.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementRepository.php';
  25932.         return $this->privates['App\\Repository\\RentalManagementRepository'] = new \App\Repository\RentalManagementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25933.     }
  25934.     /**
  25935.      * Gets the private 'App\Repository\RentalScheduleRepository' shared autowired service.
  25936.      *
  25937.      * @return \App\Repository\RentalScheduleRepository
  25938.      */
  25939.     protected function getRentalScheduleRepositoryService()
  25940.     {
  25941.         include_once \dirname(__DIR__4).'/src/Repository/RentalScheduleRepository.php';
  25942.         return $this->privates['App\\Repository\\RentalScheduleRepository'] = new \App\Repository\RentalScheduleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25943.     }
  25944.     /**
  25945.      * Gets the private 'App\Repository\RentestimationRepository' shared autowired service.
  25946.      *
  25947.      * @return \App\Repository\RentestimationRepository
  25948.      */
  25949.     protected function getRentestimationRepositoryService()
  25950.     {
  25951.         include_once \dirname(__DIR__4).'/src/Repository/RentestimationRepository.php';
  25952.         return $this->privates['App\\Repository\\RentestimationRepository'] = new \App\Repository\RentestimationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25953.     }
  25954.     /**
  25955.      * Gets the private 'App\Repository\RequestRepaymentFileRepository' shared autowired service.
  25956.      *
  25957.      * @return \App\Repository\RequestRepaymentFileRepository
  25958.      */
  25959.     protected function getRequestRepaymentFileRepositoryService()
  25960.     {
  25961.         include_once \dirname(__DIR__4).'/src/Repository/RequestRepaymentFileRepository.php';
  25962.         return $this->privates['App\\Repository\\RequestRepaymentFileRepository'] = new \App\Repository\RequestRepaymentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25963.     }
  25964.     /**
  25965.      * Gets the private 'App\Repository\RequestSellerToNotaryRepository' shared autowired service.
  25966.      *
  25967.      * @return \App\Repository\RequestSellerToNotaryRepository
  25968.      */
  25969.     protected function getRequestSellerToNotaryRepositoryService()
  25970.     {
  25971.         include_once \dirname(__DIR__4).'/src/Repository/RequestSellerToNotaryRepository.php';
  25972.         return $this->privates['App\\Repository\\RequestSellerToNotaryRepository'] = new \App\Repository\RequestSellerToNotaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25973.     }
  25974.     /**
  25975.      * Gets the private 'App\Repository\ResponsesRepository' shared autowired service.
  25976.      *
  25977.      * @return \App\Repository\ResponsesRepository
  25978.      */
  25979.     protected function getResponsesRepositoryService()
  25980.     {
  25981.         include_once \dirname(__DIR__4).'/src/Repository/ResponsesRepository.php';
  25982.         return $this->privates['App\\Repository\\ResponsesRepository'] = new \App\Repository\ResponsesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25983.     }
  25984.     /**
  25985.      * Gets the private 'App\Repository\ResultEngieRepository' shared autowired service.
  25986.      *
  25987.      * @return \App\Repository\ResultEngieRepository
  25988.      */
  25989.     protected function getResultEngieRepositoryService()
  25990.     {
  25991.         include_once \dirname(__DIR__4).'/src/Repository/ResultEngieRepository.php';
  25992.         return $this->privates['App\\Repository\\ResultEngieRepository'] = new \App\Repository\ResultEngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25993.     }
  25994.     /**
  25995.      * Gets the private 'App\Repository\ResultPretContentRepository' shared autowired service.
  25996.      *
  25997.      * @return \App\Repository\ResultPretContentRepository
  25998.      */
  25999.     protected function getResultPretContentRepositoryService()
  26000.     {
  26001.         include_once \dirname(__DIR__4).'/src/Repository/ResultPretContentRepository.php';
  26002.         return $this->privates['App\\Repository\\ResultPretContentRepository'] = new \App\Repository\ResultPretContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26003.     }
  26004.     /**
  26005.      * Gets the private 'App\Repository\ResultPretRepository' shared autowired service.
  26006.      *
  26007.      * @return \App\Repository\ResultPretRepository
  26008.      */
  26009.     protected function getResultPretRepositoryService()
  26010.     {
  26011.         include_once \dirname(__DIR__4).'/src/Repository/ResultPretRepository.php';
  26012.         return $this->privates['App\\Repository\\ResultPretRepository'] = new \App\Repository\ResultPretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26013.     }
  26014.     /**
  26015.      * Gets the private 'App\Repository\RoofRepository' shared autowired service.
  26016.      *
  26017.      * @return \App\Repository\RoofRepository
  26018.      */
  26019.     protected function getRoofRepositoryService()
  26020.     {
  26021.         include_once \dirname(__DIR__4).'/src/Repository/RoofRepository.php';
  26022.         return $this->privates['App\\Repository\\RoofRepository'] = new \App\Repository\RoofRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26023.     }
  26024.     /**
  26025.      * Gets the private 'App\Repository\RulesCsvRepository' shared autowired service.
  26026.      *
  26027.      * @return \App\Repository\RulesCsvRepository
  26028.      */
  26029.     protected function getRulesCsvRepositoryService()
  26030.     {
  26031.         include_once \dirname(__DIR__4).'/src/Repository/RulesCsvRepository.php';
  26032.         return $this->privates['App\\Repository\\RulesCsvRepository'] = new \App\Repository\RulesCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26033.     }
  26034.     /**
  26035.      * Gets the private 'App\Repository\SalesAgreementFileRepository' shared autowired service.
  26036.      *
  26037.      * @return \App\Repository\SalesAgreementFileRepository
  26038.      */
  26039.     protected function getSalesAgreementFileRepositoryService()
  26040.     {
  26041.         include_once \dirname(__DIR__4).'/src/Repository/SalesAgreementFileRepository.php';
  26042.         return $this->privates['App\\Repository\\SalesAgreementFileRepository'] = new \App\Repository\SalesAgreementFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26043.     }
  26044.     /**
  26045.      * Gets the private 'App\Repository\SaveRepository' shared autowired service.
  26046.      *
  26047.      * @return \App\Repository\SaveRepository
  26048.      */
  26049.     protected function getSaveRepositoryService()
  26050.     {
  26051.         include_once \dirname(__DIR__4).'/src/Repository/SaveRepository.php';
  26052.         return $this->privates['App\\Repository\\SaveRepository'] = new \App\Repository\SaveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26053.     }
  26054.     /**
  26055.      * Gets the private 'App\Repository\SchoolsRepository' shared autowired service.
  26056.      *
  26057.      * @return \App\Repository\SchoolsRepository
  26058.      */
  26059.     protected function getSchoolsRepositoryService()
  26060.     {
  26061.         include_once \dirname(__DIR__4).'/src/Repository/SchoolsRepository.php';
  26062.         return $this->privates['App\\Repository\\SchoolsRepository'] = new \App\Repository\SchoolsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26063.     }
  26064.     /**
  26065.      * Gets the private 'App\Repository\ServiceCategoryRepository' shared autowired service.
  26066.      *
  26067.      * @return \App\Repository\ServiceCategoryRepository
  26068.      */
  26069.     protected function getServiceCategoryRepositoryService()
  26070.     {
  26071.         include_once \dirname(__DIR__4).'/src/Repository/ServiceCategoryRepository.php';
  26072.         return $this->privates['App\\Repository\\ServiceCategoryRepository'] = new \App\Repository\ServiceCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26073.     }
  26074.     /**
  26075.      * Gets the private 'App\Repository\ServiceOfferRepository' shared autowired service.
  26076.      *
  26077.      * @return \App\Repository\ServiceOfferRepository
  26078.      */
  26079.     protected function getServiceOfferRepositoryService()
  26080.     {
  26081.         include_once \dirname(__DIR__4).'/src/Repository/ServiceOfferRepository.php';
  26082.         return $this->privates['App\\Repository\\ServiceOfferRepository'] = new \App\Repository\ServiceOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26083.     }
  26084.     /**
  26085.      * Gets the private 'App\Repository\ServicePromoRepository' shared autowired service.
  26086.      *
  26087.      * @return \App\Repository\ServicePromoRepository
  26088.      */
  26089.     protected function getServicePromoRepositoryService()
  26090.     {
  26091.         include_once \dirname(__DIR__4).'/src/Repository/ServicePromoRepository.php';
  26092.         return $this->privates['App\\Repository\\ServicePromoRepository'] = new \App\Repository\ServicePromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26093.     }
  26094.     /**
  26095.      * Gets the private 'App\Repository\SimulationRepository' shared autowired service.
  26096.      *
  26097.      * @return \App\Repository\SimulationRepository
  26098.      */
  26099.     protected function getSimulationRepositoryService()
  26100.     {
  26101.         include_once \dirname(__DIR__4).'/src/Repository/SimulationRepository.php';
  26102.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26103.         if (isset($this->privates['App\\Repository\\SimulationRepository'])) {
  26104.             return $this->privates['App\\Repository\\SimulationRepository'];
  26105.         }
  26106.         return $this->privates['App\\Repository\\SimulationRepository'] = new \App\Repository\SimulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  26107.     }
  26108.     /**
  26109.      * Gets the private 'App\Repository\SituationResidentielRepository' shared autowired service.
  26110.      *
  26111.      * @return \App\Repository\SituationResidentielRepository
  26112.      */
  26113.     protected function getSituationResidentielRepositoryService()
  26114.     {
  26115.         include_once \dirname(__DIR__4).'/src/Repository/SituationResidentielRepository.php';
  26116.         return $this->privates['App\\Repository\\SituationResidentielRepository'] = new \App\Repository\SituationResidentielRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26117.     }
  26118.     /**
  26119.      * Gets the private 'App\Repository\SizeRepository' shared autowired service.
  26120.      *
  26121.      * @return \App\Repository\SizeRepository
  26122.      */
  26123.     protected function getSizeRepositoryService()
  26124.     {
  26125.         include_once \dirname(__DIR__4).'/src/Repository/SizeRepository.php';
  26126.         return $this->privates['App\\Repository\\SizeRepository'] = new \App\Repository\SizeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26127.     }
  26128.     /**
  26129.      * Gets the private 'App\Repository\SocietyApprovalRepository' shared autowired service.
  26130.      *
  26131.      * @return \App\Repository\SocietyApprovalRepository
  26132.      */
  26133.     protected function getSocietyApprovalRepositoryService()
  26134.     {
  26135.         include_once \dirname(__DIR__4).'/src/Repository/SocietyApprovalRepository.php';
  26136.         return $this->privates['App\\Repository\\SocietyApprovalRepository'] = new \App\Repository\SocietyApprovalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26137.     }
  26138.     /**
  26139.      * Gets the private 'App\Repository\SocietyGeographicAreaRepository' shared autowired service.
  26140.      *
  26141.      * @return \App\Repository\SocietyGeographicAreaRepository
  26142.      */
  26143.     protected function getSocietyGeographicAreaRepositoryService()
  26144.     {
  26145.         include_once \dirname(__DIR__4).'/src/Repository/SocietyGeographicAreaRepository.php';
  26146.         return $this->privates['App\\Repository\\SocietyGeographicAreaRepository'] = new \App\Repository\SocietyGeographicAreaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26147.     }
  26148.     /**
  26149.      * Gets the private 'App\Repository\SocietyGroupRepository' shared autowired service.
  26150.      *
  26151.      * @return \App\Repository\SocietyGroupRepository
  26152.      */
  26153.     protected function getSocietyGroupRepositoryService()
  26154.     {
  26155.         include_once \dirname(__DIR__4).'/src/Repository/SocietyGroupRepository.php';
  26156.         return $this->privates['App\\Repository\\SocietyGroupRepository'] = new \App\Repository\SocietyGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26157.     }
  26158.     /**
  26159.      * Gets the private 'App\Repository\SocietyRepository' shared autowired service.
  26160.      *
  26161.      * @return \App\Repository\SocietyRepository
  26162.      */
  26163.     protected function getSocietyRepositoryService()
  26164.     {
  26165.         include_once \dirname(__DIR__4).'/src/Repository/SocietyRepository.php';
  26166.         return $this->privates['App\\Repository\\SocietyRepository'] = new \App\Repository\SocietyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26167.     }
  26168.     /**
  26169.      * Gets the private 'App\Repository\SocietyUseRepository' shared autowired service.
  26170.      *
  26171.      * @return \App\Repository\SocietyUseRepository
  26172.      */
  26173.     protected function getSocietyUseRepositoryService()
  26174.     {
  26175.         include_once \dirname(__DIR__4).'/src/Repository/SocietyUseRepository.php';
  26176.         return $this->privates['App\\Repository\\SocietyUseRepository'] = new \App\Repository\SocietyUseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26177.     }
  26178.     /**
  26179.      * Gets the private 'App\Repository\SolicitationRepository' shared autowired service.
  26180.      *
  26181.      * @return \App\Repository\SolicitationRepository
  26182.      */
  26183.     protected function getSolicitationRepositoryService()
  26184.     {
  26185.         include_once \dirname(__DIR__4).'/src/Repository/SolicitationRepository.php';
  26186.         return $this->privates['App\\Repository\\SolicitationRepository'] = new \App\Repository\SolicitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26187.     }
  26188.     /**
  26189.      * Gets the private 'App\Repository\StandardFormRepository' shared autowired service.
  26190.      *
  26191.      * @return \App\Repository\StandardFormRepository
  26192.      */
  26193.     protected function getStandardFormRepositoryService()
  26194.     {
  26195.         include_once \dirname(__DIR__4).'/src/Repository/StandardFormRepository.php';
  26196.         return $this->privates['App\\Repository\\StandardFormRepository'] = new \App\Repository\StandardFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26197.     }
  26198.     /**
  26199.      * Gets the private 'App\Repository\StarRatingsRepository' shared autowired service.
  26200.      *
  26201.      * @return \App\Repository\StarRatingsRepository
  26202.      */
  26203.     protected function getStarRatingsRepositoryService()
  26204.     {
  26205.         include_once \dirname(__DIR__4).'/src/Repository/StarRatingsRepository.php';
  26206.         return $this->privates['App\\Repository\\StarRatingsRepository'] = new \App\Repository\StarRatingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26207.     }
  26208.     /**
  26209.      * Gets the private 'App\Repository\StreetAveragePriceRepository' shared autowired service.
  26210.      *
  26211.      * @return \App\Repository\StreetAveragePriceRepository
  26212.      */
  26213.     protected function getStreetAveragePriceRepositoryService()
  26214.     {
  26215.         include_once \dirname(__DIR__4).'/src/Repository/StreetAveragePriceRepository.php';
  26216.         return $this->privates['App\\Repository\\StreetAveragePriceRepository'] = new \App\Repository\StreetAveragePriceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Utils\\GeoComparison'] ?? ($this->privates['App\\Utils\\GeoComparison'] = new \App\Utils\GeoComparison())));
  26217.     }
  26218.     /**
  26219.      * Gets the private 'App\Repository\SubjectRepository' shared autowired service.
  26220.      *
  26221.      * @return \App\Repository\SubjectRepository
  26222.      */
  26223.     protected function getSubjectRepositoryService()
  26224.     {
  26225.         include_once \dirname(__DIR__4).'/src/Repository/SubjectRepository.php';
  26226.         return $this->privates['App\\Repository\\SubjectRepository'] = new \App\Repository\SubjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26227.     }
  26228.     /**
  26229.      * Gets the private 'App\Repository\SubmodelRepository' shared autowired service.
  26230.      *
  26231.      * @return \App\Repository\SubmodelRepository
  26232.      */
  26233.     protected function getSubmodelRepositoryService()
  26234.     {
  26235.         include_once \dirname(__DIR__4).'/src/Repository/SubmodelRepository.php';
  26236.         return $this->privates['App\\Repository\\SubmodelRepository'] = new \App\Repository\SubmodelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26237.     }
  26238.     /**
  26239.      * Gets the private 'App\Repository\SubscriptionProductRepository' shared autowired service.
  26240.      *
  26241.      * @return \App\Repository\SubscriptionProductRepository
  26242.      */
  26243.     protected function getSubscriptionProductRepositoryService()
  26244.     {
  26245.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionProductRepository.php';
  26246.         return $this->privates['App\\Repository\\SubscriptionProductRepository'] = new \App\Repository\SubscriptionProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26247.     }
  26248.     /**
  26249.      * Gets the private 'App\Repository\SubscriptionProductServiceRepository' shared autowired service.
  26250.      *
  26251.      * @return \App\Repository\SubscriptionProductServiceRepository
  26252.      */
  26253.     protected function getSubscriptionProductServiceRepositoryService()
  26254.     {
  26255.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionProductServiceRepository.php';
  26256.         return $this->privates['App\\Repository\\SubscriptionProductServiceRepository'] = new \App\Repository\SubscriptionProductServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26257.     }
  26258.     /**
  26259.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  26260.      *
  26261.      * @return \App\Repository\SubscriptionRepository
  26262.      */
  26263.     protected function getSubscriptionRepositoryService()
  26264.     {
  26265.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  26266.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26267.     }
  26268.     /**
  26269.      * Gets the private 'App\Repository\SubsectionRepository' shared autowired service.
  26270.      *
  26271.      * @return \App\Repository\SubsectionRepository
  26272.      */
  26273.     protected function getSubsectionRepositoryService()
  26274.     {
  26275.         return $this->privates['App\\Repository\\SubsectionRepository'] = new \App\Repository\SubsectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26276.     }
  26277.     /**
  26278.      * Gets the private 'App\Repository\SudStroumRepository' shared autowired service.
  26279.      *
  26280.      * @return \App\Repository\SudStroumRepository
  26281.      */
  26282.     protected function getSudStroumRepositoryService()
  26283.     {
  26284.         include_once \dirname(__DIR__4).'/src/Repository/SudStroumRepository.php';
  26285.         return $this->privates['App\\Repository\\SudStroumRepository'] = new \App\Repository\SudStroumRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26286.     }
  26287.     /**
  26288.      * Gets the private 'App\Repository\SuperficieRepository' shared autowired service.
  26289.      *
  26290.      * @return \App\Repository\SuperficieRepository
  26291.      */
  26292.     protected function getSuperficieRepositoryService()
  26293.     {
  26294.         include_once \dirname(__DIR__4).'/src/Repository/SuperficieRepository.php';
  26295.         return $this->privates['App\\Repository\\SuperficieRepository'] = new \App\Repository\SuperficieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26296.     }
  26297.     /**
  26298.      * Gets the private 'App\Repository\SupplierRepository' shared autowired service.
  26299.      *
  26300.      * @return \App\Repository\SupplierRepository
  26301.      */
  26302.     protected function getSupplierRepositoryService()
  26303.     {
  26304.         include_once \dirname(__DIR__4).'/src/Repository/SupplierRepository.php';
  26305.         return $this->privates['App\\Repository\\SupplierRepository'] = new \App\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26306.     }
  26307.     /**
  26308.      * Gets the private 'App\Repository\SurveillanceCameraRepository' shared autowired service.
  26309.      *
  26310.      * @return \App\Repository\SurveillanceCameraRepository
  26311.      */
  26312.     protected function getSurveillanceCameraRepositoryService()
  26313.     {
  26314.         include_once \dirname(__DIR__4).'/src/Repository/SurveillanceCameraRepository.php';
  26315.         return $this->privates['App\\Repository\\SurveillanceCameraRepository'] = new \App\Repository\SurveillanceCameraRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26316.     }
  26317.     /**
  26318.      * Gets the private 'App\Repository\SurveillanceCameraTypeRepository' shared autowired service.
  26319.      *
  26320.      * @return \App\Repository\SurveillanceCameraTypeRepository
  26321.      */
  26322.     protected function getSurveillanceCameraTypeRepositoryService()
  26323.     {
  26324.         include_once \dirname(__DIR__4).'/src/Repository/SurveillanceCameraTypeRepository.php';
  26325.         return $this->privates['App\\Repository\\SurveillanceCameraTypeRepository'] = new \App\Repository\SurveillanceCameraTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26326.     }
  26327.     /**
  26328.      * Gets the private 'App\Repository\SyndicAccountingRepository' shared autowired service.
  26329.      *
  26330.      * @return \App\Repository\SyndicAccountingRepository
  26331.      */
  26332.     protected function getSyndicAccountingRepositoryService()
  26333.     {
  26334.         include_once \dirname(__DIR__4).'/src/Repository/SyndicAccountingRepository.php';
  26335.         return $this->privates['App\\Repository\\SyndicAccountingRepository'] = new \App\Repository\SyndicAccountingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26336.     }
  26337.     /**
  26338.      * Gets the private 'App\Repository\SyndicApartmentCsvRepository' shared autowired service.
  26339.      *
  26340.      * @return \App\Repository\SyndicApartmentCsvRepository
  26341.      */
  26342.     protected function getSyndicApartmentCsvRepositoryService()
  26343.     {
  26344.         include_once \dirname(__DIR__4).'/src/Repository/SyndicApartmentCsvRepository.php';
  26345.         return $this->privates['App\\Repository\\SyndicApartmentCsvRepository'] = new \App\Repository\SyndicApartmentCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26346.     }
  26347.     /**
  26348.      * Gets the private 'App\Repository\SyndicApartmentRepository' shared autowired service.
  26349.      *
  26350.      * @return \App\Repository\SyndicApartmentRepository
  26351.      */
  26352.     protected function getSyndicApartmentRepositoryService()
  26353.     {
  26354.         include_once \dirname(__DIR__4).'/src/Repository/SyndicApartmentRepository.php';
  26355.         return $this->privates['App\\Repository\\SyndicApartmentRepository'] = new \App\Repository\SyndicApartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26356.     }
  26357.     /**
  26358.      * Gets the private 'App\Repository\SyndicChatFileRepository' shared autowired service.
  26359.      *
  26360.      * @return \App\Repository\SyndicChatFileRepository
  26361.      */
  26362.     protected function getSyndicChatFileRepositoryService()
  26363.     {
  26364.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatFileRepository.php';
  26365.         return $this->privates['App\\Repository\\SyndicChatFileRepository'] = new \App\Repository\SyndicChatFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26366.     }
  26367.     /**
  26368.      * Gets the private 'App\Repository\SyndicChatReactionRepository' shared autowired service.
  26369.      *
  26370.      * @return \App\Repository\SyndicChatReactionRepository
  26371.      */
  26372.     protected function getSyndicChatReactionRepositoryService()
  26373.     {
  26374.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatReactionRepository.php';
  26375.         return $this->privates['App\\Repository\\SyndicChatReactionRepository'] = new \App\Repository\SyndicChatReactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26376.     }
  26377.     /**
  26378.      * Gets the private 'App\Repository\SyndicChatReplyMessageRepository' shared autowired service.
  26379.      *
  26380.      * @return \App\Repository\SyndicChatReplyMessageRepository
  26381.      */
  26382.     protected function getSyndicChatReplyMessageRepositoryService()
  26383.     {
  26384.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatReplyMessageRepository.php';
  26385.         return $this->privates['App\\Repository\\SyndicChatReplyMessageRepository'] = new \App\Repository\SyndicChatReplyMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26386.     }
  26387.     /**
  26388.      * Gets the private 'App\Repository\SyndicChatRepository' shared autowired service.
  26389.      *
  26390.      * @return \App\Repository\SyndicChatRepository
  26391.      */
  26392.     protected function getSyndicChatRepositoryService()
  26393.     {
  26394.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatRepository.php';
  26395.         return $this->privates['App\\Repository\\SyndicChatRepository'] = new \App\Repository\SyndicChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26396.     }
  26397.     /**
  26398.      * Gets the private 'App\Repository\SyndicDocumentCommentRepository' shared autowired service.
  26399.      *
  26400.      * @return \App\Repository\SyndicDocumentCommentRepository
  26401.      */
  26402.     protected function getSyndicDocumentCommentRepositoryService()
  26403.     {
  26404.         include_once \dirname(__DIR__4).'/src/Repository/SyndicDocumentCommentRepository.php';
  26405.         return $this->privates['App\\Repository\\SyndicDocumentCommentRepository'] = new \App\Repository\SyndicDocumentCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26406.     }
  26407.     /**
  26408.      * Gets the private 'App\Repository\SyndicDocumentRepository' shared autowired service.
  26409.      *
  26410.      * @return \App\Repository\SyndicDocumentRepository
  26411.      */
  26412.     protected function getSyndicDocumentRepositoryService()
  26413.     {
  26414.         include_once \dirname(__DIR__4).'/src/Repository/SyndicDocumentRepository.php';
  26415.         return $this->privates['App\\Repository\\SyndicDocumentRepository'] = new \App\Repository\SyndicDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26416.     }
  26417.     /**
  26418.      * Gets the private 'App\Repository\SyndicDocumentShareRepository' shared autowired service.
  26419.      *
  26420.      * @return \App\Repository\SyndicDocumentShareRepository
  26421.      */
  26422.     protected function getSyndicDocumentShareRepositoryService()
  26423.     {
  26424.         include_once \dirname(__DIR__4).'/src/Repository/SyndicDocumentShareRepository.php';
  26425.         return $this->privates['App\\Repository\\SyndicDocumentShareRepository'] = new \App\Repository\SyndicDocumentShareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26426.     }
  26427.     /**
  26428.      * Gets the private 'App\Repository\SyndicGroupRepository' shared autowired service.
  26429.      *
  26430.      * @return \App\Repository\SyndicGroupRepository
  26431.      */
  26432.     protected function getSyndicGroupRepositoryService()
  26433.     {
  26434.         include_once \dirname(__DIR__4).'/src/Repository/SyndicGroupRepository.php';
  26435.         return $this->privates['App\\Repository\\SyndicGroupRepository'] = new \App\Repository\SyndicGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26436.     }
  26437.     /**
  26438.      * Gets the private 'App\Repository\SyndicRepository' shared autowired service.
  26439.      *
  26440.      * @return \App\Repository\SyndicRepository
  26441.      */
  26442.     protected function getSyndicRepositoryService()
  26443.     {
  26444.         include_once \dirname(__DIR__4).'/src/Repository/SyndicRepository.php';
  26445.         return $this->privates['App\\Repository\\SyndicRepository'] = new \App\Repository\SyndicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26446.     }
  26447.     /**
  26448.      * Gets the private 'App\Repository\T3dDemandsRepository' shared autowired service.
  26449.      *
  26450.      * @return \App\Repository\T3dDemandsRepository
  26451.      */
  26452.     protected function getT3dDemandsRepositoryService()
  26453.     {
  26454.         include_once \dirname(__DIR__4).'/src/Repository/T3dDemandsRepository.php';
  26455.         return $this->privates['App\\Repository\\T3dDemandsRepository'] = new \App\Repository\T3dDemandsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26456.     }
  26457.     /**
  26458.      * Gets the private 'App\Repository\TextureTreeDRepository' shared autowired service.
  26459.      *
  26460.      * @return \App\Repository\TextureTreeDRepository
  26461.      */
  26462.     protected function getTextureTreeDRepositoryService()
  26463.     {
  26464.         include_once \dirname(__DIR__4).'/src/Repository/TextureTreeDRepository.php';
  26465.         return $this->privates['App\\Repository\\TextureTreeDRepository'] = new \App\Repository\TextureTreeDRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26466.     }
  26467.     /**
  26468.      * Gets the private 'App\Repository\ThePorpertyLevelRepository' shared autowired service.
  26469.      *
  26470.      * @return \App\Repository\ThePorpertyLevelRepository
  26471.      */
  26472.     protected function getThePorpertyLevelRepositoryService()
  26473.     {
  26474.         include_once \dirname(__DIR__4).'/src/Repository/ThePorpertyLevelRepository.php';
  26475.         return $this->privates['App\\Repository\\ThePorpertyLevelRepository'] = new \App\Repository\ThePorpertyLevelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26476.     }
  26477.     /**
  26478.      * Gets the private 'App\Repository\ThePropertyAlertRepository' shared autowired service.
  26479.      *
  26480.      * @return \App\Repository\ThePropertyAlertRepository
  26481.      */
  26482.     protected function getThePropertyAlertRepositoryService()
  26483.     {
  26484.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyAlertRepository.php';
  26485.         return $this->privates['App\\Repository\\ThePropertyAlertRepository'] = new \App\Repository\ThePropertyAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26486.     }
  26487.     /**
  26488.      * Gets the private 'App\Repository\ThePropertyAppointmentSlotsRepository' shared autowired service.
  26489.      *
  26490.      * @return \App\Repository\ThePropertyAppointmentSlotsRepository
  26491.      */
  26492.     protected function getThePropertyAppointmentSlotsRepositoryService()
  26493.     {
  26494.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyAppointmentSlotsRepository.php';
  26495.         return $this->privates['App\\Repository\\ThePropertyAppointmentSlotsRepository'] = new \App\Repository\ThePropertyAppointmentSlotsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26496.     }
  26497.     /**
  26498.      * Gets the private 'App\Repository\ThePropertyBoilerRepository' shared autowired service.
  26499.      *
  26500.      * @return \App\Repository\ThePropertyBoilerRepository
  26501.      */
  26502.     protected function getThePropertyBoilerRepositoryService()
  26503.     {
  26504.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyBoilerRepository.php';
  26505.         return $this->privates['App\\Repository\\ThePropertyBoilerRepository'] = new \App\Repository\ThePropertyBoilerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26506.     }
  26507.     /**
  26508.      * Gets the private 'App\Repository\ThePropertyConstructionWorkRulesRepository' shared autowired service.
  26509.      *
  26510.      * @return \App\Repository\ThePropertyConstructionWorkRulesRepository
  26511.      */
  26512.     protected function getThePropertyConstructionWorkRulesRepositoryService()
  26513.     {
  26514.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyConstructionWorkRulesRepository.php';
  26515.         return $this->privates['App\\Repository\\ThePropertyConstructionWorkRulesRepository'] = new \App\Repository\ThePropertyConstructionWorkRulesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26516.     }
  26517.     /**
  26518.      * Gets the private 'App\Repository\ThePropertyDocumentsRepository' shared autowired service.
  26519.      *
  26520.      * @return \App\Repository\ThePropertyDocumentsRepository
  26521.      */
  26522.     protected function getThePropertyDocumentsRepositoryService()
  26523.     {
  26524.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyDocumentsRepository.php';
  26525.         return $this->privates['App\\Repository\\ThePropertyDocumentsRepository'] = new \App\Repository\ThePropertyDocumentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26526.     }
  26527.     /**
  26528.      * Gets the private 'App\Repository\ThePropertyExteriorCommentRepository' shared autowired service.
  26529.      *
  26530.      * @return \App\Repository\ThePropertyExteriorCommentRepository
  26531.      */
  26532.     protected function getThePropertyExteriorCommentRepositoryService()
  26533.     {
  26534.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyExteriorCommentRepository.php';
  26535.         return $this->privates['App\\Repository\\ThePropertyExteriorCommentRepository'] = new \App\Repository\ThePropertyExteriorCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26536.     }
  26537.     /**
  26538.      * Gets the private 'App\Repository\ThePropertyMaifInsuranceSummaryRepository' shared autowired service.
  26539.      *
  26540.      * @return \App\Repository\ThePropertyMaifInsuranceSummaryRepository
  26541.      */
  26542.     protected function getThePropertyMaifInsuranceSummaryRepositoryService()
  26543.     {
  26544.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyMaifInsuranceSummaryRepository.php';
  26545.         return $this->privates['App\\Repository\\ThePropertyMaifInsuranceSummaryRepository'] = new \App\Repository\ThePropertyMaifInsuranceSummaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26546.     }
  26547.     /**
  26548.      * Gets the private 'App\Repository\ThePropertyProviderWaterRepository' shared autowired service.
  26549.      *
  26550.      * @return \App\Repository\ThePropertyProviderWaterRepository
  26551.      */
  26552.     protected function getThePropertyProviderWaterRepositoryService()
  26553.     {
  26554.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyProviderWaterRepository.php';
  26555.         return $this->privates['App\\Repository\\ThePropertyProviderWaterRepository'] = new \App\Repository\ThePropertyProviderWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26556.     }
  26557.     /**
  26558.      * Gets the private 'App\Repository\ThePropertySessionRepository' shared autowired service.
  26559.      *
  26560.      * @return \App\Repository\ThePropertySessionRepository
  26561.      */
  26562.     protected function getThePropertySessionRepositoryService()
  26563.     {
  26564.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertySessionRepository.php';
  26565.         return $this->privates['App\\Repository\\ThePropertySessionRepository'] = new \App\Repository\ThePropertySessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26566.     }
  26567.     /**
  26568.      * Gets the private 'App\Repository\ThePropertyTankRepository' shared autowired service.
  26569.      *
  26570.      * @return \App\Repository\ThePropertyTankRepository
  26571.      */
  26572.     protected function getThePropertyTankRepositoryService()
  26573.     {
  26574.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyTankRepository.php';
  26575.         return $this->privates['App\\Repository\\ThePropertyTankRepository'] = new \App\Repository\ThePropertyTankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26576.     }
  26577.     /**
  26578.      * Gets the private 'App\Repository\ThePropertyTankWorkDocRepository' shared autowired service.
  26579.      *
  26580.      * @return \App\Repository\ThePropertyTankWorkDocRepository
  26581.      */
  26582.     protected function getThePropertyTankWorkDocRepositoryService()
  26583.     {
  26584.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyTankWorkDocRepository.php';
  26585.         return $this->privates['App\\Repository\\ThePropertyTankWorkDocRepository'] = new \App\Repository\ThePropertyTankWorkDocRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26586.     }
  26587.     /**
  26588.      * Gets the private 'App\Repository\ThePropertyTankWorkImagesRepository' shared autowired service.
  26589.      *
  26590.      * @return \App\Repository\ThePropertyTankWorkImagesRepository
  26591.      */
  26592.     protected function getThePropertyTankWorkImagesRepositoryService()
  26593.     {
  26594.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyTankWorkImagesRepository.php';
  26595.         return $this->privates['App\\Repository\\ThePropertyTankWorkImagesRepository'] = new \App\Repository\ThePropertyTankWorkImagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26596.     }
  26597.     /**
  26598.      * Gets the private 'App\Repository\ThePropertyUseRepository' shared autowired service.
  26599.      *
  26600.      * @return \App\Repository\ThePropertyUseRepository
  26601.      */
  26602.     protected function getThePropertyUseRepositoryService()
  26603.     {
  26604.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyUseRepository.php';
  26605.         return $this->privates['App\\Repository\\ThePropertyUseRepository'] = new \App\Repository\ThePropertyUseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26606.     }
  26607.     /**
  26608.      * Gets the private 'App\Repository\ThePropertyVisitRepository' shared autowired service.
  26609.      *
  26610.      * @return \App\Repository\ThePropertyVisitRepository
  26611.      */
  26612.     protected function getThePropertyVisitRepositoryService()
  26613.     {
  26614.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyVisitRepository.php';
  26615.         return $this->privates['App\\Repository\\ThePropertyVisitRepository'] = new \App\Repository\ThePropertyVisitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26616.     }
  26617.     /**
  26618.      * Gets the private 'App\Repository\ThePropertyWorkDocCategoryRepository' shared autowired service.
  26619.      *
  26620.      * @return \App\Repository\ThePropertyWorkDocCategoryRepository
  26621.      */
  26622.     protected function getThePropertyWorkDocCategoryRepositoryService()
  26623.     {
  26624.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkDocCategoryRepository.php';
  26625.         return $this->privates['App\\Repository\\ThePropertyWorkDocCategoryRepository'] = new \App\Repository\ThePropertyWorkDocCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26626.     }
  26627.     /**
  26628.      * Gets the private 'App\Repository\ThePropertyWorkDocumentsRepository' shared autowired service.
  26629.      *
  26630.      * @return \App\Repository\ThePropertyWorkDocumentsRepository
  26631.      */
  26632.     protected function getThePropertyWorkDocumentsRepositoryService()
  26633.     {
  26634.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkDocumentsRepository.php';
  26635.         return $this->privates['App\\Repository\\ThePropertyWorkDocumentsRepository'] = new \App\Repository\ThePropertyWorkDocumentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26636.     }
  26637.     /**
  26638.      * Gets the private 'App\Repository\ThePropertyWorkImageRepository' shared autowired service.
  26639.      *
  26640.      * @return \App\Repository\ThePropertyWorkImageRepository
  26641.      */
  26642.     protected function getThePropertyWorkImageRepositoryService()
  26643.     {
  26644.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkImageRepository.php';
  26645.         return $this->privates['App\\Repository\\ThePropertyWorkImageRepository'] = new \App\Repository\ThePropertyWorkImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26646.     }
  26647.     /**
  26648.      * Gets the private 'App\Repository\ThePropertyWorkRepository' shared autowired service.
  26649.      *
  26650.      * @return \App\Repository\ThePropertyWorkRepository
  26651.      */
  26652.     protected function getThePropertyWorkRepositoryService()
  26653.     {
  26654.         return $this->privates['App\\Repository\\ThePropertyWorkRepository'] = new \App\Repository\ThePropertyWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26655.     }
  26656.     /**
  26657.      * Gets the private 'App\Repository\TheProperty\ExtensionOrder\ThePropertyExtensionOrderRepository' shared autowired service.
  26658.      *
  26659.      * @return \App\Repository\TheProperty\ExtensionOrder\ThePropertyExtensionOrderRepository
  26660.      */
  26661.     protected function getThePropertyExtensionOrderRepositoryService()
  26662.     {
  26663.         include_once \dirname(__DIR__4).'/src/Repository/TheProperty/ExtensionOrder/ThePropertyExtensionOrderRepository.php';
  26664.         return $this->privates['App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository'] = new \App\Repository\TheProperty\ExtensionOrder\ThePropertyExtensionOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Webshop\\ThePropertyExtensionOrder'] ?? $this->getThePropertyExtensionOrder2Service()));
  26665.     }
  26666.     /**
  26667.      * Gets the private 'App\Repository\ThepropertOfferBillRepository' shared autowired service.
  26668.      *
  26669.      * @return \App\Repository\ThepropertOfferBillRepository
  26670.      */
  26671.     protected function getThepropertOfferBillRepositoryService()
  26672.     {
  26673.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertOfferBillRepository.php';
  26674.         return $this->privates['App\\Repository\\ThepropertOfferBillRepository'] = new \App\Repository\ThepropertOfferBillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26675.     }
  26676.     /**
  26677.      * Gets the private 'App\Repository\ThepropertyBalanceRepository' shared autowired service.
  26678.      *
  26679.      * @return \App\Repository\ThepropertyBalanceRepository
  26680.      */
  26681.     protected function getThepropertyBalanceRepositoryService()
  26682.     {
  26683.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyBalanceRepository.php';
  26684.         return $this->privates['App\\Repository\\ThepropertyBalanceRepository'] = new \App\Repository\ThepropertyBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26685.     }
  26686.     /**
  26687.      * Gets the private 'App\Repository\ThepropertyConsumptionRepository' shared autowired service.
  26688.      *
  26689.      * @return \App\Repository\ThepropertyConsumptionRepository
  26690.      */
  26691.     protected function getThepropertyConsumptionRepositoryService()
  26692.     {
  26693.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyConsumptionRepository.php';
  26694.         return $this->privates['App\\Repository\\ThepropertyConsumptionRepository'] = new \App\Repository\ThepropertyConsumptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26695.     }
  26696.     /**
  26697.      * Gets the private 'App\Repository\ThepropertyCounterRepository' shared autowired service.
  26698.      *
  26699.      * @return \App\Repository\ThepropertyCounterRepository
  26700.      */
  26701.     protected function getThepropertyCounterRepositoryService()
  26702.     {
  26703.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyCounterRepository.php';
  26704.         return $this->privates['App\\Repository\\ThepropertyCounterRepository'] = new \App\Repository\ThepropertyCounterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26705.     }
  26706.     /**
  26707.      * Gets the private 'App\Repository\ThepropertyCounterStatementRepository' shared autowired service.
  26708.      *
  26709.      * @return \App\Repository\ThepropertyCounterStatementRepository
  26710.      */
  26711.     protected function getThepropertyCounterStatementRepositoryService()
  26712.     {
  26713.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyCounterStatementRepository.php';
  26714.         return $this->privates['App\\Repository\\ThepropertyCounterStatementRepository'] = new \App\Repository\ThepropertyCounterStatementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26715.     }
  26716.     /**
  26717.      * Gets the private 'App\Repository\ThepropertyDocumentCategoryRepository' shared autowired service.
  26718.      *
  26719.      * @return \App\Repository\ThepropertyDocumentCategoryRepository
  26720.      */
  26721.     protected function getThepropertyDocumentCategoryRepositoryService()
  26722.     {
  26723.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyDocumentCategoryRepository.php';
  26724.         return $this->privates['App\\Repository\\ThepropertyDocumentCategoryRepository'] = new \App\Repository\ThepropertyDocumentCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26725.     }
  26726.     /**
  26727.      * Gets the private 'App\Repository\ThepropertyDocumentRepository' shared autowired service.
  26728.      *
  26729.      * @return \App\Repository\ThepropertyDocumentRepository
  26730.      */
  26731.     protected function getThepropertyDocumentRepositoryService()
  26732.     {
  26733.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyDocumentRepository.php';
  26734.         return $this->privates['App\\Repository\\ThepropertyDocumentRepository'] = new \App\Repository\ThepropertyDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26735.     }
  26736.     /**
  26737.      * Gets the private 'App\Repository\ThepropertyFeatureRepository' shared autowired service.
  26738.      *
  26739.      * @return \App\Repository\ThepropertyFeatureRepository
  26740.      */
  26741.     protected function getThepropertyFeatureRepositoryService()
  26742.     {
  26743.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyFeatureRepository.php';
  26744.         return $this->privates['App\\Repository\\ThepropertyFeatureRepository'] = new \App\Repository\ThepropertyFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26745.     }
  26746.     /**
  26747.      * Gets the private 'App\Repository\ThepropertyLotRepository' shared autowired service.
  26748.      *
  26749.      * @return \App\Repository\ThepropertyLotRepository
  26750.      */
  26751.     protected function getThepropertyLotRepositoryService()
  26752.     {
  26753.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyLotRepository.php';
  26754.         return $this->privates['App\\Repository\\ThepropertyLotRepository'] = new \App\Repository\ThepropertyLotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26755.     }
  26756.     /**
  26757.      * Gets the private 'App\Repository\ThepropertyOfferChatRepository' shared autowired service.
  26758.      *
  26759.      * @return \App\Repository\ThepropertyOfferChatRepository
  26760.      */
  26761.     protected function getThepropertyOfferChatRepositoryService()
  26762.     {
  26763.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferChatRepository.php';
  26764.         return $this->privates['App\\Repository\\ThepropertyOfferChatRepository'] = new \App\Repository\ThepropertyOfferChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26765.     }
  26766.     /**
  26767.      * Gets the private 'App\Repository\ThepropertyOfferImageRepository' shared autowired service.
  26768.      *
  26769.      * @return \App\Repository\ThepropertyOfferImageRepository
  26770.      */
  26771.     protected function getThepropertyOfferImageRepositoryService()
  26772.     {
  26773.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferImageRepository.php';
  26774.         return $this->privates['App\\Repository\\ThepropertyOfferImageRepository'] = new \App\Repository\ThepropertyOfferImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26775.     }
  26776.     /**
  26777.      * Gets the private 'App\Repository\ThepropertyOfferInterestedRepository' shared autowired service.
  26778.      *
  26779.      * @return \App\Repository\ThepropertyOfferInterestedRepository
  26780.      */
  26781.     protected function getThepropertyOfferInterestedRepositoryService()
  26782.     {
  26783.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferInterestedRepository.php';
  26784.         return $this->privates['App\\Repository\\ThepropertyOfferInterestedRepository'] = new \App\Repository\ThepropertyOfferInterestedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26785.     }
  26786.     /**
  26787.      * Gets the private 'App\Repository\ThepropertyOfferRepository' shared autowired service.
  26788.      *
  26789.      * @return \App\Repository\ThepropertyOfferRepository
  26790.      */
  26791.     protected function getThepropertyOfferRepositoryService()
  26792.     {
  26793.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferRepository.php';
  26794.         return $this->privates['App\\Repository\\ThepropertyOfferRepository'] = new \App\Repository\ThepropertyOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26795.     }
  26796.     /**
  26797.      * Gets the private 'App\Repository\ThepropertyProviderBillRepository' shared autowired service.
  26798.      *
  26799.      * @return \App\Repository\ThepropertyProviderBillRepository
  26800.      */
  26801.     protected function getThepropertyProviderBillRepositoryService()
  26802.     {
  26803.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderBillRepository.php';
  26804.         return $this->privates['App\\Repository\\ThepropertyProviderBillRepository'] = new \App\Repository\ThepropertyProviderBillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26805.     }
  26806.     /**
  26807.      * Gets the private 'App\Repository\ThepropertyProviderCsvRepository' shared autowired service.
  26808.      *
  26809.      * @return \App\Repository\ThepropertyProviderCsvRepository
  26810.      */
  26811.     protected function getThepropertyProviderCsvRepositoryService()
  26812.     {
  26813.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderCsvRepository.php';
  26814.         return $this->privates['App\\Repository\\ThepropertyProviderCsvRepository'] = new \App\Repository\ThepropertyProviderCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26815.     }
  26816.     /**
  26817.      * Gets the private 'App\Repository\ThepropertyProviderDocumentProofRepository' shared autowired service.
  26818.      *
  26819.      * @return \App\Repository\ThepropertyProviderDocumentProofRepository
  26820.      */
  26821.     protected function getThepropertyProviderDocumentProofRepositoryService()
  26822.     {
  26823.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderDocumentProofRepository.php';
  26824.         return $this->privates['App\\Repository\\ThepropertyProviderDocumentProofRepository'] = new \App\Repository\ThepropertyProviderDocumentProofRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26825.     }
  26826.     /**
  26827.      * Gets the private 'App\Repository\ThepropertyProviderRepository' shared autowired service.
  26828.      *
  26829.      * @return \App\Repository\ThepropertyProviderRepository
  26830.      */
  26831.     protected function getThepropertyProviderRepositoryService()
  26832.     {
  26833.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderRepository.php';
  26834.         return $this->privates['App\\Repository\\ThepropertyProviderRepository'] = new \App\Repository\ThepropertyProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26835.     }
  26836.     /**
  26837.      * Gets the private 'App\Repository\ThepropertyRepository' shared autowired service.
  26838.      *
  26839.      * @return \App\Repository\ThepropertyRepository
  26840.      */
  26841.     protected function getThepropertyRepositoryService()
  26842.     {
  26843.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26844.         if (isset($this->privates['App\\Repository\\ThepropertyRepository'])) {
  26845.             return $this->privates['App\\Repository\\ThepropertyRepository'];
  26846.         }
  26847.         return $this->privates['App\\Repository\\ThepropertyRepository'] = new \App\Repository\ThepropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, ($this->privates['App\\Utils\\GeoComparison'] ?? ($this->privates['App\\Utils\\GeoComparison'] = new \App\Utils\GeoComparison())));
  26848.     }
  26849.     /**
  26850.      * Gets the private 'App\Repository\TheserviceRepository' shared autowired service.
  26851.      *
  26852.      * @return \App\Repository\TheserviceRepository
  26853.      */
  26854.     protected function getTheserviceRepositoryService()
  26855.     {
  26856.         include_once \dirname(__DIR__4).'/src/Repository/TheserviceRepository.php';
  26857.         return $this->privates['App\\Repository\\TheserviceRepository'] = new \App\Repository\TheserviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26858.     }
  26859.     /**
  26860.      * Gets the private 'App\Repository\TimelineEventRepository' shared autowired service.
  26861.      *
  26862.      * @return \App\Repository\TimelineEventRepository
  26863.      */
  26864.     protected function getTimelineEventRepositoryService()
  26865.     {
  26866.         include_once \dirname(__DIR__4).'/src/Repository/TimelineEventRepository.php';
  26867.         return $this->privates['App\\Repository\\TimelineEventRepository'] = new \App\Repository\TimelineEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26868.     }
  26869.     /**
  26870.      * Gets the private 'App\Repository\TotalRevenuRepository' shared autowired service.
  26871.      *
  26872.      * @return \App\Repository\TotalRevenuRepository
  26873.      */
  26874.     protected function getTotalRevenuRepositoryService()
  26875.     {
  26876.         include_once \dirname(__DIR__4).'/src/Repository/TotalRevenuRepository.php';
  26877.         return $this->privates['App\\Repository\\TotalRevenuRepository'] = new \App\Repository\TotalRevenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26878.     }
  26879.     /**
  26880.      * Gets the private 'App\Repository\TransactionTypeRepository' shared autowired service.
  26881.      *
  26882.      * @return \App\Repository\TransactionTypeRepository
  26883.      */
  26884.     protected function getTransactionTypeRepositoryService()
  26885.     {
  26886.         include_once \dirname(__DIR__4).'/src/Repository/TransactionTypeRepository.php';
  26887.         return $this->privates['App\\Repository\\TransactionTypeRepository'] = new \App\Repository\TransactionTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26888.     }
  26889.     /**
  26890.      * Gets the private 'App\Repository\TypeHabitationRepository' shared autowired service.
  26891.      *
  26892.      * @return \App\Repository\TypeHabitationRepository
  26893.      */
  26894.     protected function getTypeHabitationRepositoryService()
  26895.     {
  26896.         include_once \dirname(__DIR__4).'/src/Repository/TypeHabitationRepository.php';
  26897.         return $this->privates['App\\Repository\\TypeHabitationRepository'] = new \App\Repository\TypeHabitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26898.     }
  26899.     /**
  26900.      * Gets the private 'App\Repository\TypeOfAlarmSystemRepository' shared autowired service.
  26901.      *
  26902.      * @return \App\Repository\TypeOfAlarmSystemRepository
  26903.      */
  26904.     protected function getTypeOfAlarmSystemRepositoryService()
  26905.     {
  26906.         include_once \dirname(__DIR__4).'/src/Repository/TypeOfAlarmSystemRepository.php';
  26907.         return $this->privates['App\\Repository\\TypeOfAlarmSystemRepository'] = new \App\Repository\TypeOfAlarmSystemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26908.     }
  26909.     /**
  26910.      * Gets the private 'App\Repository\TypePretRepository' shared autowired service.
  26911.      *
  26912.      * @return \App\Repository\TypePretRepository
  26913.      */
  26914.     protected function getTypePretRepositoryService()
  26915.     {
  26916.         include_once \dirname(__DIR__4).'/src/Repository/TypePretRepository.php';
  26917.         return $this->privates['App\\Repository\\TypePretRepository'] = new \App\Repository\TypePretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26918.     }
  26919.     /**
  26920.      * Gets the private 'App\Repository\TypeofworkRepository' shared autowired service.
  26921.      *
  26922.      * @return \App\Repository\TypeofworkRepository
  26923.      */
  26924.     protected function getTypeofworkRepositoryService()
  26925.     {
  26926.         return $this->privates['App\\Repository\\TypeofworkRepository'] = new \App\Repository\TypeofworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26927.     }
  26928.     /**
  26929.      * Gets the private 'App\Repository\UboDocumentRepository' shared autowired service.
  26930.      *
  26931.      * @return \App\Repository\UboDocumentRepository
  26932.      */
  26933.     protected function getUboDocumentRepositoryService()
  26934.     {
  26935.         include_once \dirname(__DIR__4).'/src/Repository/UboDocumentRepository.php';
  26936.         return $this->privates['App\\Repository\\UboDocumentRepository'] = new \App\Repository\UboDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26937.     }
  26938.     /**
  26939.      * Gets the private 'App\Repository\UrbanInformationRepository' shared autowired service.
  26940.      *
  26941.      * @return \App\Repository\UrbanInformationRepository
  26942.      */
  26943.     protected function getUrbanInformationRepositoryService()
  26944.     {
  26945.         include_once \dirname(__DIR__4).'/src/Repository/UrbanInformationRepository.php';
  26946.         return $this->privates['App\\Repository\\UrbanInformationRepository'] = new \App\Repository\UrbanInformationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26947.     }
  26948.     /**
  26949.      * Gets the private 'App\Repository\UrbanPermitRepository' shared autowired service.
  26950.      *
  26951.      * @return \App\Repository\UrbanPermitRepository
  26952.      */
  26953.     protected function getUrbanPermitRepositoryService()
  26954.     {
  26955.         include_once \dirname(__DIR__4).'/src/Repository/UrbanPermitRepository.php';
  26956.         return $this->privates['App\\Repository\\UrbanPermitRepository'] = new \App\Repository\UrbanPermitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26957.     }
  26958.     /**
  26959.      * Gets the private 'App\Repository\UrbanismPdfRepository' shared autowired service.
  26960.      *
  26961.      * @return \App\Repository\UrbanismPdfRepository
  26962.      */
  26963.     protected function getUrbanismPdfRepositoryService()
  26964.     {
  26965.         include_once \dirname(__DIR__4).'/src/Repository/UrbanismPdfRepository.php';
  26966.         return $this->privates['App\\Repository\\UrbanismPdfRepository'] = new \App\Repository\UrbanismPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26967.     }
  26968.     /**
  26969.      * Gets the private 'App\Repository\UserPurchasePartnerRequestRepository' shared autowired service.
  26970.      *
  26971.      * @return \App\Repository\UserPurchasePartnerRequestRepository
  26972.      */
  26973.     protected function getUserPurchasePartnerRequestRepositoryService()
  26974.     {
  26975.         include_once \dirname(__DIR__4).'/src/Repository/UserPurchasePartnerRequestRepository.php';
  26976.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26977.         if (isset($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'])) {
  26978.             return $this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'];
  26979.         }
  26980.         return $this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] = new \App\Repository\UserPurchasePartnerRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  26981.     }
  26982.     /**
  26983.      * Gets the private 'App\Repository\UserRating\UserRatingRepository' shared autowired service.
  26984.      *
  26985.      * @return \App\Repository\UserRating\UserRatingRepository
  26986.      */
  26987.     protected function getUserRatingRepositoryService()
  26988.     {
  26989.         include_once \dirname(__DIR__4).'/src/Repository/UserRating/UserRatingRepositoryInterface.php';
  26990.         include_once \dirname(__DIR__4).'/src/Repository/UserRating/UserRatingRepository.php';
  26991.         return $this->privates['App\\Repository\\UserRating\\UserRatingRepository'] = new \App\Repository\UserRating\UserRatingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26992.     }
  26993.     /**
  26994.      * Gets the private 'App\Repository\UserServicePromoRepository' shared autowired service.
  26995.      *
  26996.      * @return \App\Repository\UserServicePromoRepository
  26997.      */
  26998.     protected function getUserServicePromoRepositoryService()
  26999.     {
  27000.         include_once \dirname(__DIR__4).'/src/Repository/UserServicePromoRepository.php';
  27001.         return $this->privates['App\\Repository\\UserServicePromoRepository'] = new \App\Repository\UserServicePromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27002.     }
  27003.     /**
  27004.      * Gets the private 'App\Repository\VenteRepository' shared autowired service.
  27005.      *
  27006.      * @return \App\Repository\VenteRepository
  27007.      */
  27008.     protected function getVenteRepositoryService()
  27009.     {
  27010.         include_once \dirname(__DIR__4).'/src/Repository/VenteRepository.php';
  27011.         return $this->privates['App\\Repository\\VenteRepository'] = new \App\Repository\VenteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27012.     }
  27013.     /**
  27014.      * Gets the private 'App\Repository\VentilationLosesRepository' shared autowired service.
  27015.      *
  27016.      * @return \App\Repository\VentilationLosesRepository
  27017.      */
  27018.     protected function getVentilationLosesRepositoryService()
  27019.     {
  27020.         include_once \dirname(__DIR__4).'/src/Repository/VentilationLosesRepository.php';
  27021.         return $this->privates['App\\Repository\\VentilationLosesRepository'] = new \App\Repository\VentilationLosesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27022.     }
  27023.     /**
  27024.      * Gets the private 'App\Repository\VentilationSystemRepository' shared autowired service.
  27025.      *
  27026.      * @return \App\Repository\VentilationSystemRepository
  27027.      */
  27028.     protected function getVentilationSystemRepositoryService()
  27029.     {
  27030.         include_once \dirname(__DIR__4).'/src/Repository/VentilationSystemRepository.php';
  27031.         return $this->privates['App\\Repository\\VentilationSystemRepository'] = new \App\Repository\VentilationSystemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27032.     }
  27033.     /**
  27034.      * Gets the private 'App\Repository\ViewRepository' shared autowired service.
  27035.      *
  27036.      * @return \App\Repository\ViewRepository
  27037.      */
  27038.     protected function getViewRepositoryService()
  27039.     {
  27040.         include_once \dirname(__DIR__4).'/src/Repository/ViewRepository.php';
  27041.         return $this->privates['App\\Repository\\ViewRepository'] = new \App\Repository\ViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27042.     }
  27043.     /**
  27044.      * Gets the private 'App\Repository\VisitpropertyRepository' shared autowired service.
  27045.      *
  27046.      * @return \App\Repository\VisitpropertyRepository
  27047.      */
  27048.     protected function getVisitpropertyRepositoryService()
  27049.     {
  27050.         include_once \dirname(__DIR__4).'/src/Repository/VisitpropertyRepository.php';
  27051.         return $this->privates['App\\Repository\\VisitpropertyRepository'] = new \App\Repository\VisitpropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27052.     }
  27053.     /**
  27054.      * Gets the private 'App\Repository\VivaquaRepository' shared autowired service.
  27055.      *
  27056.      * @return \App\Repository\VivaquaRepository
  27057.      */
  27058.     protected function getVivaquaRepositoryService()
  27059.     {
  27060.         include_once \dirname(__DIR__4).'/src/Repository/VivaquaRepository.php';
  27061.         return $this->privates['App\\Repository\\VivaquaRepository'] = new \App\Repository\VivaquaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27062.     }
  27063.     /**
  27064.      * Gets the private 'App\Repository\VoirieFilesRepository' shared autowired service.
  27065.      *
  27066.      * @return \App\Repository\VoirieFilesRepository
  27067.      */
  27068.     protected function getVoirieFilesRepositoryService()
  27069.     {
  27070.         include_once \dirname(__DIR__4).'/src/Repository/VoirieFilesRepository.php';
  27071.         return $this->privates['App\\Repository\\VoirieFilesRepository'] = new \App\Repository\VoirieFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27072.     }
  27073.     /**
  27074.      * Gets the private 'App\Repository\WallonieCsvRepository' shared autowired service.
  27075.      *
  27076.      * @return \App\Repository\WallonieCsvRepository
  27077.      */
  27078.     protected function getWallonieCsvRepositoryService()
  27079.     {
  27080.         include_once \dirname(__DIR__4).'/src/Repository/WallonieCsvRepository.php';
  27081.         return $this->privates['App\\Repository\\WallonieCsvRepository'] = new \App\Repository\WallonieCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27082.     }
  27083.     /**
  27084.      * Gets the private 'App\Repository\WallonieRepository' shared autowired service.
  27085.      *
  27086.      * @return \App\Repository\WallonieRepository
  27087.      */
  27088.     protected function getWallonieRepositoryService()
  27089.     {
  27090.         include_once \dirname(__DIR__4).'/src/Repository/WallonieRepository.php';
  27091.         return $this->privates['App\\Repository\\WallonieRepository'] = new \App\Repository\WallonieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27092.     }
  27093.     /**
  27094.      * Gets the private 'App\Repository\WarmWaterPerformanceRepository' shared autowired service.
  27095.      *
  27096.      * @return \App\Repository\WarmWaterPerformanceRepository
  27097.      */
  27098.     protected function getWarmWaterPerformanceRepositoryService()
  27099.     {
  27100.         include_once \dirname(__DIR__4).'/src/Repository/WarmWaterPerformanceRepository.php';
  27101.         return $this->privates['App\\Repository\\WarmWaterPerformanceRepository'] = new \App\Repository\WarmWaterPerformanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27102.     }
  27103.     /**
  27104.      * Gets the private 'App\Repository\WaterSupplierControllerExcelRepository' shared autowired service.
  27105.      *
  27106.      * @return \App\Repository\WaterSupplierControllerExcelRepository
  27107.      */
  27108.     protected function getWaterSupplierControllerExcelRepositoryService()
  27109.     {
  27110.         include_once \dirname(__DIR__4).'/src/Repository/WaterSupplierControllerExcelRepository.php';
  27111.         return $this->privates['App\\Repository\\WaterSupplierControllerExcelRepository'] = new \App\Repository\WaterSupplierControllerExcelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27112.     }
  27113.     /**
  27114.      * Gets the private 'App\Repository\WaterSupplierControllerRepository' shared autowired service.
  27115.      *
  27116.      * @return \App\Repository\WaterSupplierControllerRepository
  27117.      */
  27118.     protected function getWaterSupplierControllerRepositoryService()
  27119.     {
  27120.         include_once \dirname(__DIR__4).'/src/Repository/WaterSupplierControllerRepository.php';
  27121.         return $this->privates['App\\Repository\\WaterSupplierControllerRepository'] = new \App\Repository\WaterSupplierControllerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27122.     }
  27123.     /**
  27124.      * Gets the private 'App\Repository\WebshopOrderRepository' shared autowired service.
  27125.      *
  27126.      * @return \App\Repository\WebshopOrderRepository
  27127.      */
  27128.     protected function getWebshopOrderRepositoryService()
  27129.     {
  27130.         include_once \dirname(__DIR__4).'/src/Repository/WebshopOrderRepository.php';
  27131.         return $this->privates['App\\Repository\\WebshopOrderRepository'] = new \App\Repository\WebshopOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27132.     }
  27133.     /**
  27134.      * Gets the private 'App\Repository\WebshopPaymentInfoRepository' shared autowired service.
  27135.      *
  27136.      * @return \App\Repository\WebshopPaymentInfoRepository
  27137.      */
  27138.     protected function getWebshopPaymentInfoRepositoryService()
  27139.     {
  27140.         include_once \dirname(__DIR__4).'/src/Repository/WebshopPaymentInfoRepository.php';
  27141.         return $this->privates['App\\Repository\\WebshopPaymentInfoRepository'] = new \App\Repository\WebshopPaymentInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27142.     }
  27143.     /**
  27144.      * Gets the private 'App\Repository\WebshopPaymentRepository' shared autowired service.
  27145.      *
  27146.      * @return \App\Repository\WebshopPaymentRepository
  27147.      */
  27148.     protected function getWebshopPaymentRepositoryService()
  27149.     {
  27150.         include_once \dirname(__DIR__4).'/src/Repository/WebshopPaymentRepository.php';
  27151.         return $this->privates['App\\Repository\\WebshopPaymentRepository'] = new \App\Repository\WebshopPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27152.     }
  27153.     /**
  27154.      * Gets the private 'App\Repository\WorkArtRepository' shared autowired service.
  27155.      *
  27156.      * @return \App\Repository\WorkArtRepository
  27157.      */
  27158.     protected function getWorkArtRepositoryService()
  27159.     {
  27160.         include_once \dirname(__DIR__4).'/src/Repository/WorkArtRepository.php';
  27161.         return $this->privates['App\\Repository\\WorkArtRepository'] = new \App\Repository\WorkArtRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27162.     }
  27163.     /**
  27164.      * Gets the private 'App\Repository\WorkCsvRepository' shared autowired service.
  27165.      *
  27166.      * @return \App\Repository\WorkCsvRepository
  27167.      */
  27168.     protected function getWorkCsvRepositoryService()
  27169.     {
  27170.         include_once \dirname(__DIR__4).'/src/Repository/WorkCsvRepository.php';
  27171.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27172.         if (isset($this->privates['App\\Repository\\WorkCsvRepository'])) {
  27173.             return $this->privates['App\\Repository\\WorkCsvRepository'];
  27174.         }
  27175.         return $this->privates['App\\Repository\\WorkCsvRepository'] = new \App\Repository\WorkCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  27176.     }
  27177.     /**
  27178.      * Gets the private 'App\Repository\WorkLinksRepository' shared autowired service.
  27179.      *
  27180.      * @return \App\Repository\WorkLinksRepository
  27181.      */
  27182.     protected function getWorkLinksRepositoryService()
  27183.     {
  27184.         include_once \dirname(__DIR__4).'/src/Repository/WorkLinksRepository.php';
  27185.         return $this->privates['App\\Repository\\WorkLinksRepository'] = new \App\Repository\WorkLinksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27186.     }
  27187.     /**
  27188.      * Gets the private 'App\Repository\WorkcostRepository' shared autowired service.
  27189.      *
  27190.      * @return \App\Repository\WorkcostRepository
  27191.      */
  27192.     protected function getWorkcostRepositoryService()
  27193.     {
  27194.         include_once \dirname(__DIR__4).'/src/Repository/WorkcostRepository.php';
  27195.         return $this->privates['App\\Repository\\WorkcostRepository'] = new \App\Repository\WorkcostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27196.     }
  27197.     /**
  27198.      * Gets the private 'App\Repository\YousignSavedDataRepository' shared autowired service.
  27199.      *
  27200.      * @return \App\Repository\YousignSavedDataRepository
  27201.      */
  27202.     protected function getYousignSavedDataRepositoryService()
  27203.     {
  27204.         include_once \dirname(__DIR__4).'/src/Repository/YousignSavedDataRepository.php';
  27205.         return $this->privates['App\\Repository\\YousignSavedDataRepository'] = new \App\Repository\YousignSavedDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27206.     }
  27207.     /**
  27208.      * Gets the private 'App\Repository\ZoneRepository' shared autowired service.
  27209.      *
  27210.      * @return \App\Repository\ZoneRepository
  27211.      */
  27212.     protected function getZoneRepositoryService()
  27213.     {
  27214.         include_once \dirname(__DIR__4).'/src/Repository/ZoneRepository.php';
  27215.         return $this->privates['App\\Repository\\ZoneRepository'] = new \App\Repository\ZoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  27216.     }
  27217.     /**
  27218.      * Gets the private 'App\Security\PersonnelAuthenticator' shared autowired service.
  27219.      *
  27220.      * @return \App\Security\PersonnelAuthenticator
  27221.      */
  27222.     protected function getPersonnelAuthenticatorService()
  27223.     {
  27224.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  27225.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  27226.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  27227.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  27228.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  27229.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  27230.         include_once \dirname(__DIR__4).'/src/Security/PersonnelAuthenticator.php';
  27231.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27232.         if (isset($this->privates['App\\Security\\PersonnelAuthenticator'])) {
  27233.             return $this->privates['App\\Security\\PersonnelAuthenticator'];
  27234.         }
  27235.         $b = ($this->services['router'] ?? $this->getRouterService());
  27236.         if (isset($this->privates['App\\Security\\PersonnelAuthenticator'])) {
  27237.             return $this->privates['App\\Security\\PersonnelAuthenticator'];
  27238.         }
  27239.         return $this->privates['App\\Security\\PersonnelAuthenticator'] = new \App\Security\PersonnelAuthenticator($a$b, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  27240.     }
  27241.     /**
  27242.      * Gets the private 'App\Service\AlertService' shared autowired service.
  27243.      *
  27244.      * @return \App\Service\AlertService
  27245.      */
  27246.     protected function getAlertServiceService()
  27247.     {
  27248.         include_once \dirname(__DIR__4).'/src/Service/AlertService.php';
  27249.         $a = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27250.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27251.             return $this->privates['App\\Service\\AlertService'];
  27252.         }
  27253.         $b = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  27254.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27255.             return $this->privates['App\\Service\\AlertService'];
  27256.         }
  27257.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27258.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27259.             return $this->privates['App\\Service\\AlertService'];
  27260.         }
  27261.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27262.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27263.             return $this->privates['App\\Service\\AlertService'];
  27264.         }
  27265.         $e = ($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] ?? $this->getMakeOfferServiceService());
  27266.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27267.             return $this->privates['App\\Service\\AlertService'];
  27268.         }
  27269.         return $this->privates['App\\Service\\AlertService'] = new \App\Service\AlertService(($this->privates['App\\Repository\\AlertRepository'] ?? $this->getAlertRepositoryService()), $a$b$c, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $d$e);
  27270.     }
  27271.     /**
  27272.      * Gets the private 'App\Service\Api\BrugisService' shared autowired service.
  27273.      *
  27274.      * @return \App\Service\Api\BrugisService
  27275.      */
  27276.     protected function getBrugisServiceService()
  27277.     {
  27278.         include_once \dirname(__DIR__4).'/src/Service/Api/BrugisService.php';
  27279.         return $this->privates['App\\Service\\Api\\BrugisService'] = new \App\Service\Api\BrugisService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  27280.     }
  27281.     /**
  27282.      * Gets the private 'App\Service\Api\Chat\FormatService' shared autowired service.
  27283.      *
  27284.      * @return \App\Service\Api\Chat\FormatService
  27285.      */
  27286.     protected function getFormatServiceService()
  27287.     {
  27288.         include_once \dirname(__DIR__4).'/src/Service/Api/Chat/FormatService.php';
  27289.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27290.         if (isset($this->privates['App\\Service\\Api\\Chat\\FormatService'])) {
  27291.             return $this->privates['App\\Service\\Api\\Chat\\FormatService'];
  27292.         }
  27293.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27294.         if (isset($this->privates['App\\Service\\Api\\Chat\\FormatService'])) {
  27295.             return $this->privates['App\\Service\\Api\\Chat\\FormatService'];
  27296.         }
  27297.         return $this->privates['App\\Service\\Api\\Chat\\FormatService'] = new \App\Service\Api\Chat\FormatService($a$b);
  27298.     }
  27299.     /**
  27300.      * Gets the private 'App\Service\Api\Chat\UpdateChannelService' shared autowired service.
  27301.      *
  27302.      * @return \App\Service\Api\Chat\UpdateChannelService
  27303.      */
  27304.     protected function getUpdateChannelServiceService()
  27305.     {
  27306.         include_once \dirname(__DIR__4).'/src/Service/Api/Chat/UpdateChannelService.php';
  27307.         $a = ($this->privates['App\\Service\\Api\\Chat\\FormatService'] ?? $this->getFormatServiceService());
  27308.         if (isset($this->privates['App\\Service\\Api\\Chat\\UpdateChannelService'])) {
  27309.             return $this->privates['App\\Service\\Api\\Chat\\UpdateChannelService'];
  27310.         }
  27311.         return $this->privates['App\\Service\\Api\\Chat\\UpdateChannelService'] = new \App\Service\Api\Chat\UpdateChannelService(($this->privates['App\\Repository\\ConversationRepository'] ?? $this->getConversationRepositoryService()), ($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()), $a);
  27312.     }
  27313.     /**
  27314.      * Gets the private 'App\Service\Api\ClientSales\ClientSalesAgreementService' shared autowired service.
  27315.      *
  27316.      * @return \App\Service\Api\ClientSales\ClientSalesAgreementService
  27317.      */
  27318.     protected function getClientSalesAgreementServiceService()
  27319.     {
  27320.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27321.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/ClientSalesAgreementService.php';
  27322.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27323.         include_once \dirname(__DIR__4).'/src/Service/Traitement.php';
  27324.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27325.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27326.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27327.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27328.         }
  27329.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27330.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27331.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27332.         }
  27333.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27334.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27335.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27336.         }
  27337.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27338.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27339.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27340.         }
  27341.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27342.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27343.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27344.         }
  27345.         $f = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27346.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27347.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27348.         }
  27349.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27350.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27351.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27352.         }
  27353.         $h = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27354.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27355.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27356.         }
  27357.         $i = ($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'] ?? $this->getSalesAgreementMailingServiceService());
  27358.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27359.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27360.         }
  27361.         $j = ($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'] ?? $this->getPropertyMonitoringService());
  27362.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27363.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27364.         }
  27365.         return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'] = new \App\Service\Api\ClientSales\ClientSalesAgreementService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $e, ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign())), $f, ($this->privates['App\\Service\\Traitement'] ?? ($this->privates['App\\Service\\Traitement'] = new \App\Service\Traitement())), $g$h, ($this->privates['App\\Repository\\ClientSalesAgreementRepository'] ?? $this->getClientSalesAgreementRepositoryService()), $i, ($this->services['App\\Service\\Onespan\\DownloaderService'] ?? $this->getDownloaderServiceService()), $j, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))));
  27366.     }
  27367.     /**
  27368.      * Gets the private 'App\Service\Api\ClientSales\SalesAgreementMailingService' shared autowired service.
  27369.      *
  27370.      * @return \App\Service\Api\ClientSales\SalesAgreementMailingService
  27371.      */
  27372.     protected function getSalesAgreementMailingServiceService()
  27373.     {
  27374.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/SalesAgreementMailingService.php';
  27375.         $a = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  27376.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27377.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27378.         }
  27379.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27380.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27381.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27382.         }
  27383.         $c = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  27384.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27385.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27386.         }
  27387.         return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'] = new \App\Service\Api\ClientSales\SalesAgreementMailingService($a$b$c);
  27388.     }
  27389.     /**
  27390.      * Gets the private 'App\Service\Api\ClientSales\UploadSalesAgreementService' shared autowired service.
  27391.      *
  27392.      * @return \App\Service\Api\ClientSales\UploadSalesAgreementService
  27393.      */
  27394.     protected function getUploadSalesAgreementServiceService()
  27395.     {
  27396.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/UploadSalesAgreementService.php';
  27397.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27398.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27399.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27400.         }
  27401.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27402.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27403.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27404.         }
  27405.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27406.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27407.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27408.         }
  27409.         $d = ($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'] ?? $this->getSalesAgreementMailingServiceService());
  27410.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27411.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27412.         }
  27413.         $e = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27414.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27415.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27416.         }
  27417.         return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'] = new \App\Service\Api\ClientSales\UploadSalesAgreementService($a$b$c$d$e);
  27418.     }
  27419.     /**
  27420.      * Gets the private 'App\Service\Api\Community\NotificationService' shared autowired service.
  27421.      *
  27422.      * @return \App\Service\Api\Community\NotificationService
  27423.      */
  27424.     protected function getNotificationServiceService()
  27425.     {
  27426.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/CommunityService.php';
  27427.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/NotificationService.php';
  27428.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27429.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27430.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27431.         }
  27432.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27433.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27434.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27435.         }
  27436.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27437.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27438.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27439.         }
  27440.         $d = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27441.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27442.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27443.         }
  27444.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27445.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27446.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27447.         }
  27448.         $f = ($this->privates['App\\Service\\Api\\Community\\PerimeterService'] ?? $this->getPerimeterServiceService());
  27449.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27450.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27451.         }
  27452.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27453.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27454.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27455.         }
  27456.         $h = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27457.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27458.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27459.         }
  27460.         return $this->privates['App\\Service\\Api\\Community\\NotificationService'] = new \App\Service\Api\Community\NotificationService($a$b$this$c, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $d$e, ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), $f$g$h);
  27461.     }
  27462.     /**
  27463.      * Gets the private 'App\Service\Api\Community\PerimeterService' shared autowired service.
  27464.      *
  27465.      * @return \App\Service\Api\Community\PerimeterService
  27466.      */
  27467.     protected function getPerimeterServiceService()
  27468.     {
  27469.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/PerimeterService.php';
  27470.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27471.         if (isset($this->privates['App\\Service\\Api\\Community\\PerimeterService'])) {
  27472.             return $this->privates['App\\Service\\Api\\Community\\PerimeterService'];
  27473.         }
  27474.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27475.         if (isset($this->privates['App\\Service\\Api\\Community\\PerimeterService'])) {
  27476.             return $this->privates['App\\Service\\Api\\Community\\PerimeterService'];
  27477.         }
  27478.         $c = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27479.         if (isset($this->privates['App\\Service\\Api\\Community\\PerimeterService'])) {
  27480.             return $this->privates['App\\Service\\Api\\Community\\PerimeterService'];
  27481.         }
  27482.         return $this->privates['App\\Service\\Api\\Community\\PerimeterService'] = new \App\Service\Api\Community\PerimeterService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Repository\\PerimeterPostRepository'] ?? $this->getPerimeterPostRepositoryService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $c);
  27483.     }
  27484.     /**
  27485.      * Gets the private 'App\Service\Api\EnergyBelgiqueService' shared autowired service.
  27486.      *
  27487.      * @return \App\Service\Api\EnergyBelgiqueService
  27488.      */
  27489.     protected function getEnergyBelgiqueServiceService()
  27490.     {
  27491.         include_once \dirname(__DIR__4).'/src/Service/Api/EnergyBelgiqueService.php';
  27492.         return $this->privates['App\\Service\\Api\\EnergyBelgiqueService'] = new \App\Service\Api\EnergyBelgiqueService(($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  27493.     }
  27494.     /**
  27495.      * Gets the private 'App\Service\Api\EstimationService' shared autowired service.
  27496.      *
  27497.      * @return \App\Service\Api\EstimationService
  27498.      */
  27499.     protected function getEstimationServiceService()
  27500.     {
  27501.         include_once \dirname(__DIR__4).'/src/Service/Api/EstimationService.php';
  27502.         return $this->privates['App\\Service\\Api\\EstimationService'] = new \App\Service\Api\EstimationService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  27503.     }
  27504.     /**
  27505.      * Gets the private 'App\Service\Api\Notification\NotificationService' shared autowired service.
  27506.      *
  27507.      * @return \App\Service\Api\Notification\NotificationService
  27508.      */
  27509.     protected function getNotificationService2Service()
  27510.     {
  27511.         include_once \dirname(__DIR__4).'/src/Service/Api/Notification/NotificationService.php';
  27512.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27513.         if (isset($this->privates['App\\Service\\Api\\Notification\\NotificationService'])) {
  27514.             return $this->privates['App\\Service\\Api\\Notification\\NotificationService'];
  27515.         }
  27516.         return $this->privates['App\\Service\\Api\\Notification\\NotificationService'] = new \App\Service\Api\Notification\NotificationService(($this->privates['App\\Repository\\NotificationRepository'] ?? $this->getNotificationRepositoryService()), ($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $a, ($this->services['kreait_firebase.my_project.messaging'] ?? $this->getKreaitFirebase_MyProject_MessagingService()));
  27517.     }
  27518.     /**
  27519.      * Gets the private 'App\Service\Api\OfferCollaborative\AddOfferService' shared autowired service.
  27520.      *
  27521.      * @return \App\Service\Api\OfferCollaborative\AddOfferService
  27522.      */
  27523.     protected function getAddOfferServiceService()
  27524.     {
  27525.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/AddOfferService.php';
  27526.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27527.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27528.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27529.         }
  27530.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27531.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27532.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27533.         }
  27534.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27535.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27536.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27537.         }
  27538.         $d = ($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] ?? $this->getUserPurchasePartnerRequestRepositoryService());
  27539.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27540.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27541.         }
  27542.         $e = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27543.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27544.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27545.         }
  27546.         $f = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27547.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27548.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27549.         }
  27550.         $g = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27551.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27552.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27553.         }
  27554.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'] = new \App\Service\Api\OfferCollaborative\AddOfferService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->privates['App\\Repository\\PurchasePartnerRequestRepository'] ?? $this->getPurchasePartnerRequestRepositoryService()), $e, ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $f$g, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Repository\\OfferCollaborativeRepository'] ?? $this->getOfferCollaborativeRepositoryService()));
  27555.     }
  27556.     /**
  27557.      * Gets the private 'App\Service\Api\OfferCollaborative\Common\CollaborativeOfferCommon' shared autowired service.
  27558.      *
  27559.      * @return \App\Service\Api\OfferCollaborative\Common\CollaborativeOfferCommon
  27560.      */
  27561.     protected function getCollaborativeOfferCommonService()
  27562.     {
  27563.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Common/CollaborativeOfferCommon.php';
  27564.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27565.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27566.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27567.         }
  27568.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27569.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27570.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27571.         }
  27572.         $c = ($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] ?? $this->getUserPurchasePartnerRequestRepositoryService());
  27573.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27574.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27575.         }
  27576.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27577.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27578.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27579.         }
  27580.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] = new \App\Service\Api\OfferCollaborative\Common\CollaborativeOfferCommon($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  27581.     }
  27582.     /**
  27583.      * Gets the private 'App\Service\Api\OfferCollaborative\ListOfferService' shared autowired service.
  27584.      *
  27585.      * @return \App\Service\Api\OfferCollaborative\ListOfferService
  27586.      */
  27587.     protected function getListOfferServiceService()
  27588.     {
  27589.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/ListOfferService.php';
  27590.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27591.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'])) {
  27592.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'];
  27593.         }
  27594.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27595.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'])) {
  27596.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'];
  27597.         }
  27598.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27599.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'])) {
  27600.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'];
  27601.         }
  27602.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'] = new \App\Service\Api\OfferCollaborative\ListOfferService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Repository\\OfferCollaborativeRepository'] ?? $this->getOfferCollaborativeRepositoryService()), $c);
  27603.     }
  27604.     /**
  27605.      * Gets the private 'App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestService' shared autowired service.
  27606.      *
  27607.      * @return \App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestService
  27608.      */
  27609.     protected function getPurchasePartnerRequestServiceService()
  27610.     {
  27611.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Purchase/PurchasePartnerRequestService.php';
  27612.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'] = new \App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->privates['App\\Repository\\PurchasePartnerRequestRepository'] ?? $this->getPurchasePartnerRequestRepositoryService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()), ($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] ?? $this->getUserPurchasePartnerRequestRepositoryService()), ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService()));
  27613.     }
  27614.     /**
  27615.      * Gets the private 'App\Service\Api\OfferCollaborative\Seller\OfferProcessService' shared autowired service.
  27616.      *
  27617.      * @return \App\Service\Api\OfferCollaborative\Seller\OfferProcessService
  27618.      */
  27619.     protected function getOfferProcessServiceService()
  27620.     {
  27621.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Seller/OfferProcessService.php';
  27622.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27623.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27624.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27625.         }
  27626.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27627.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27628.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27629.         }
  27630.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27631.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27632.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27633.         }
  27634.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27635.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27636.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27637.         }
  27638.         $e = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27639.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27640.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27641.         }
  27642.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'] = new \App\Service\Api\OfferCollaborative\Seller\OfferProcessService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $e);
  27643.     }
  27644.     /**
  27645.      * Gets the private 'App\Service\Api\OfferCollaborative\SendOfferToSellerService' shared autowired service.
  27646.      *
  27647.      * @return \App\Service\Api\OfferCollaborative\SendOfferToSellerService
  27648.      */
  27649.     protected function getSendOfferToSellerServiceService()
  27650.     {
  27651.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/SendOfferToSellerService.php';
  27652.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27653.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27654.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27655.         }
  27656.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27657.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27658.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27659.         }
  27660.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27661.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27662.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27663.         }
  27664.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27665.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27666.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27667.         }
  27668.         $e = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27669.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27670.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27671.         }
  27672.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'] = new \App\Service\Api\OfferCollaborative\SendOfferToSellerService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d$e);
  27673.     }
  27674.     /**
  27675.      * Gets the private 'App\Service\Api\OfferCollaborative\SignCollaboratorOfferService' shared autowired service.
  27676.      *
  27677.      * @return \App\Service\Api\OfferCollaborative\SignCollaboratorOfferService
  27678.      */
  27679.     protected function getSignCollaboratorOfferServiceService()
  27680.     {
  27681.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/SignCollaboratorOfferService.php';
  27682.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27683.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27684.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27685.         }
  27686.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27687.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27688.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27689.         }
  27690.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27691.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27692.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27693.         }
  27694.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27695.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27696.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27697.         }
  27698.         $e = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27699.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27700.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27701.         }
  27702.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'] = new \App\Service\Api\OfferCollaborative\SignCollaboratorOfferService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $e);
  27703.     }
  27704.     /**
  27705.      * Gets the private 'App\Service\Api\OfferLease\ListOfferLeaseService' shared autowired service.
  27706.      *
  27707.      * @return \App\Service\Api\OfferLease\ListOfferLeaseService
  27708.      */
  27709.     protected function getListOfferLeaseServiceService()
  27710.     {
  27711.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27712.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/ListOfferLeaseService.php';
  27713.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27714.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27715.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27716.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27717.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27718.         }
  27719.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27720.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27721.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27722.         }
  27723.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27724.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27725.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27726.         }
  27727.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27728.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27729.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27730.         }
  27731.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27732.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27733.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27734.         }
  27735.         $f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27736.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27737.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27738.         }
  27739.         $g = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27740.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27741.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27742.         }
  27743.         return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'] = new \App\Service\Api\OfferLease\ListOfferLeaseService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $e, ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign())), $f$g, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))));
  27744.     }
  27745.     /**
  27746.      * Gets the private 'App\Service\Api\OfferLease\SignOfferLeaseService' shared autowired service.
  27747.      *
  27748.      * @return \App\Service\Api\OfferLease\SignOfferLeaseService
  27749.      */
  27750.     protected function getSignOfferLeaseServiceService()
  27751.     {
  27752.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27753.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/SignOfferLeaseService.php';
  27754.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27755.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27756.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27757.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27758.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27759.         }
  27760.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27761.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27762.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27763.         }
  27764.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27765.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27766.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27767.         }
  27768.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27769.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27770.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27771.         }
  27772.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27773.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27774.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27775.         }
  27776.         $f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27777.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27778.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27779.         }
  27780.         $g = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27781.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27782.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27783.         }
  27784.         return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'] = new \App\Service\Api\OfferLease\SignOfferLeaseService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c$d, ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $e, ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign())), $f$g, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))));
  27785.     }
  27786.     /**
  27787.      * Gets the private 'App\Service\Api\OfferLease\ValidateOfferLeaseService' shared autowired service.
  27788.      *
  27789.      * @return \App\Service\Api\OfferLease\ValidateOfferLeaseService
  27790.      */
  27791.     protected function getValidateOfferLeaseServiceService()
  27792.     {
  27793.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/Validation/SendingMailOfferTrait.php';
  27794.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/ValidateOfferLeaseService.php';
  27795.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27796.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'])) {
  27797.             return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'];
  27798.         }
  27799.         $b = ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService());
  27800.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'])) {
  27801.             return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'];
  27802.         }
  27803.         $c = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27804.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'])) {
  27805.             return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'];
  27806.         }
  27807.         return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'] = new \App\Service\Api\OfferLease\ValidateOfferLeaseService($a$b$c);
  27808.     }
  27809.     /**
  27810.      * Gets the private 'App\Service\Api\Offer\MakeOfferService' shared autowired service.
  27811.      *
  27812.      * @return \App\Service\Api\Offer\MakeOfferService
  27813.      */
  27814.     protected function getMakeOfferServiceService()
  27815.     {
  27816.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27817.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/MakeOfferService.php';
  27818.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27819.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27820.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27821.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27822.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27823.         }
  27824.         $b = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27825.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27826.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27827.         }
  27828.         $c = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27829.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27830.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27831.         }
  27832.         $d = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27833.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27834.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27835.         }
  27836.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27837.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27838.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27839.         }
  27840.         $f = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27841.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27842.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27843.         }
  27844.         $g = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27845.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27846.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27847.         }
  27848.         $h = ($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] ?? $this->getOfferDocumentServiceService());
  27849.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27850.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27851.         }
  27852.         $i = ($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'] ?? $this->getOfferDestinationServiceService());
  27853.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27854.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27855.         }
  27856.         return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] = new \App\Service\Api\Offer\MakeOfferService($this$a, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $b$c, ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $d, ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), ($this->privates['App\\Service\\OnespanSign'] ?? ($this->privates['App\\Service\\OnespanSign'] = new \App\Service\OnespanSign())), $e$f$g, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))), $h$i);
  27857.     }
  27858.     /**
  27859.      * Gets the private 'App\Service\Api\Offer\NotaryCorrectionService' shared autowired service.
  27860.      *
  27861.      * @return \App\Service\Api\Offer\NotaryCorrectionService
  27862.      */
  27863.     protected function getNotaryCorrectionServiceService()
  27864.     {
  27865.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/NotaryCorrectionService.php';
  27866.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27867.         if (isset($this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'])) {
  27868.             return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'];
  27869.         }
  27870.         $b = ($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] ?? $this->getOfferDocumentServiceService());
  27871.         if (isset($this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'])) {
  27872.             return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'];
  27873.         }
  27874.         $c = ($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] ?? $this->getMakeOfferServiceService());
  27875.         if (isset($this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'])) {
  27876.             return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'];
  27877.         }
  27878.         return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'] = new \App\Service\Api\Offer\NotaryCorrectionService($a, ($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'] ?? $this->getOfferDestinationServiceService()), $b, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $c);
  27879.     }
  27880.     /**
  27881.      * Gets the private 'App\Service\Api\Offer\OfferDestinationService' shared autowired service.
  27882.      *
  27883.      * @return \App\Service\Api\Offer\OfferDestinationService
  27884.      */
  27885.     protected function getOfferDestinationServiceService()
  27886.     {
  27887.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferDestinationService.php';
  27888.         $a = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27889.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'])) {
  27890.             return $this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'];
  27891.         }
  27892.         $b = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27893.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'])) {
  27894.             return $this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'];
  27895.         }
  27896.         return $this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'] = new \App\Service\Api\Offer\OfferDestinationService($a$b, ($this->services['kernel'] ?? $this->get('kernel'1)));
  27897.     }
  27898.     /**
  27899.      * Gets the private 'App\Service\Api\Offer\OfferDocumentService' shared autowired service.
  27900.      *
  27901.      * @return \App\Service\Api\Offer\OfferDocumentService
  27902.      */
  27903.     protected function getOfferDocumentServiceService()
  27904.     {
  27905.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferDocumentService.php';
  27906.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27907.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'])) {
  27908.             return $this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'];
  27909.         }
  27910.         return $this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] = new \App\Service\Api\Offer\OfferDocumentService($a, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  27911.     }
  27912.     /**
  27913.      * Gets the private 'App\Service\Api\Offer\OfferSigningService' shared autowired service.
  27914.      *
  27915.      * @return \App\Service\Api\Offer\OfferSigningService
  27916.      */
  27917.     protected function getOfferSigningServiceService()
  27918.     {
  27919.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferSigningService.php';
  27920.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27921.         $a = ($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] ?? $this->getOfferDocumentServiceService());
  27922.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferSigningService'])) {
  27923.             return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'];
  27924.         }
  27925.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27926.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferSigningService'])) {
  27927.             return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'];
  27928.         }
  27929.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27930.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferSigningService'])) {
  27931.             return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'];
  27932.         }
  27933.         return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'] = new \App\Service\Api\Offer\OfferSigningService($a$b, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $c, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))));
  27934.     }
  27935.     /**
  27936.      * Gets the private 'App\Service\Api\PermitEnvironmentalService' shared autowired service.
  27937.      *
  27938.      * @return \App\Service\Api\PermitEnvironmentalService
  27939.      */
  27940.     protected function getPermitEnvironmentalServiceService()
  27941.     {
  27942.         include_once \dirname(__DIR__4).'/src/Service/Api/PermitEnvironmentalService.php';
  27943.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27944.         if (isset($this->privates['App\\Service\\Api\\PermitEnvironmentalService'])) {
  27945.             return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'];
  27946.         }
  27947.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27948.         if (isset($this->privates['App\\Service\\Api\\PermitEnvironmentalService'])) {
  27949.             return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'];
  27950.         }
  27951.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27952.         if (isset($this->privates['App\\Service\\Api\\PermitEnvironmentalService'])) {
  27953.             return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'];
  27954.         }
  27955.         return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'] = new \App\Service\Api\PermitEnvironmentalService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c, ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), $a, ($this->privates['App\\Repository\\EnvironmentRequestRepository'] ?? $this->getEnvironmentRequestRepositoryService()));
  27956.     }
  27957.     /**
  27958.      * Gets the private 'App\Service\Api\Prestashop\Order' shared autowired service.
  27959.      *
  27960.      * @return \App\Service\Api\Prestashop\Order
  27961.      */
  27962.     protected function getOrderService()
  27963.     {
  27964.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27965.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Order.php';
  27966.         return $this->privates['App\\Service\\Api\\Prestashop\\Order'] = new \App\Service\Api\Prestashop\Order(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  27967.     }
  27968.     /**
  27969.      * Gets the private 'App\Service\Api\Prestashop\Product' shared autowired service.
  27970.      *
  27971.      * @return \App\Service\Api\Prestashop\Product
  27972.      */
  27973.     protected function getProductService()
  27974.     {
  27975.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27976.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Product.php';
  27977.         return $this->privates['App\\Service\\Api\\Prestashop\\Product'] = new \App\Service\Api\Prestashop\Product(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  27978.     }
  27979.     /**
  27980.      * Gets the private 'App\Service\Api\Prestashop\Suppliers' shared autowired service.
  27981.      *
  27982.      * @return \App\Service\Api\Prestashop\Suppliers
  27983.      */
  27984.     protected function getSuppliersService()
  27985.     {
  27986.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27987.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Suppliers.php';
  27988.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27989.         if (isset($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'])) {
  27990.             return $this->privates['App\\Service\\Api\\Prestashop\\Suppliers'];
  27991.         }
  27992.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27993.         if (isset($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'])) {
  27994.             return $this->privates['App\\Service\\Api\\Prestashop\\Suppliers'];
  27995.         }
  27996.         return $this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] = new \App\Service\Api\Prestashop\Suppliers($a$b, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  27997.     }
  27998.     /**
  27999.      * Gets the private 'App\Service\Api\Prime\PrimeAmountService' shared autowired service.
  28000.      *
  28001.      * @return \App\Service\Api\Prime\PrimeAmountService
  28002.      */
  28003.     protected function getPrimeAmountServiceService()
  28004.     {
  28005.         include_once \dirname(__DIR__4).'/src/Service/Api/Prime/PrimeAmountService.php';
  28006.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28007.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'])) {
  28008.             return $this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'];
  28009.         }
  28010.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28011.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'])) {
  28012.             return $this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'];
  28013.         }
  28014.         return $this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'] = new \App\Service\Api\Prime\PrimeAmountService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28015.     }
  28016.     /**
  28017.      * Gets the private 'App\Service\Api\Prime\PrimeProcessService' shared autowired service.
  28018.      *
  28019.      * @return \App\Service\Api\Prime\PrimeProcessService
  28020.      */
  28021.     protected function getPrimeProcessServiceService()
  28022.     {
  28023.         include_once \dirname(__DIR__4).'/src/Service/Api/Prime/PrimeProcessService.php';
  28024.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28025.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'])) {
  28026.             return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'];
  28027.         }
  28028.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28029.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'])) {
  28030.             return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'];
  28031.         }
  28032.         $c = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28033.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'])) {
  28034.             return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'];
  28035.         }
  28036.         return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'] = new \App\Service\Api\Prime\PrimeProcessService($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b$c);
  28037.     }
  28038.     /**
  28039.      * Gets the private 'App\Service\Api\RentalEmailService' shared autowired service.
  28040.      *
  28041.      * @return \App\Service\Api\RentalEmailService
  28042.      */
  28043.     protected function getRentalEmailServiceService()
  28044.     {
  28045.         include_once \dirname(__DIR__4).'/src/Service/Api/RentalEmailService.php';
  28046.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28047.         if (isset($this->privates['App\\Service\\Api\\RentalEmailService'])) {
  28048.             return $this->privates['App\\Service\\Api\\RentalEmailService'];
  28049.         }
  28050.         $b = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28051.         if (isset($this->privates['App\\Service\\Api\\RentalEmailService'])) {
  28052.             return $this->privates['App\\Service\\Api\\RentalEmailService'];
  28053.         }
  28054.         return $this->privates['App\\Service\\Api\\RentalEmailService'] = new \App\Service\Api\RentalEmailService($a$b);
  28055.     }
  28056.     /**
  28057.      * Gets the private 'App\Service\Api\SendEmailService' shared autowired service.
  28058.      *
  28059.      * @return \App\Service\Api\SendEmailService
  28060.      */
  28061.     protected function getSendEmailServiceService()
  28062.     {
  28063.         include_once \dirname(__DIR__4).'/src/Service/Api/SendEmailService.php';
  28064.         $a = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  28065.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  28066.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  28067.         }
  28068.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  28069.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  28070.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  28071.         }
  28072.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28073.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  28074.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  28075.         }
  28076.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28077.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  28078.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  28079.         }
  28080.         return $this->privates['App\\Service\\Api\\SendEmailService'] = new \App\Service\Api\SendEmailService($a$b$c$c$this$d, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28081.     }
  28082.     /**
  28083.      * Gets the private 'App\Service\Api\StandardFormService' shared autowired service.
  28084.      *
  28085.      * @return \App\Service\Api\StandardFormService
  28086.      */
  28087.     protected function getStandardFormServiceService()
  28088.     {
  28089.         include_once \dirname(__DIR__4).'/src/Service/Api/StandardFormService.php';
  28090.         return $this->privates['App\\Service\\Api\\StandardFormService'] = new \App\Service\Api\StandardFormService(($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28091.     }
  28092.     /**
  28093.      * Gets the private 'App\Service\Api\Subscription\FeatureService' shared autowired service.
  28094.      *
  28095.      * @return \App\Service\Api\Subscription\FeatureService
  28096.      */
  28097.     protected function getFeatureServiceService()
  28098.     {
  28099.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/FeatureService.php';
  28100.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28101.         if (isset($this->privates['App\\Service\\Api\\Subscription\\FeatureService'])) {
  28102.             return $this->privates['App\\Service\\Api\\Subscription\\FeatureService'];
  28103.         }
  28104.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28105.         if (isset($this->privates['App\\Service\\Api\\Subscription\\FeatureService'])) {
  28106.             return $this->privates['App\\Service\\Api\\Subscription\\FeatureService'];
  28107.         }
  28108.         return $this->privates['App\\Service\\Api\\Subscription\\FeatureService'] = new \App\Service\Api\Subscription\FeatureService($a, ($this->privates['App\\Repository\\Plan\\FeatureUsageRepository'] ?? $this->getFeatureUsageRepositoryService()), $b);
  28109.     }
  28110.     /**
  28111.      * Gets the private 'App\Service\Api\Subscription\SubscriptionService' shared autowired service.
  28112.      *
  28113.      * @return \App\Service\Api\Subscription\SubscriptionService
  28114.      */
  28115.     protected function getSubscriptionServiceService()
  28116.     {
  28117.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/SubscriptionService.php';
  28118.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/NotificationService.php';
  28119.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  28120.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  28121.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  28122.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  28123.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  28124.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28125.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28126.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28127.         }
  28128.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28129.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28130.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28131.         }
  28132.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28133.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28134.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28135.         }
  28136.         $d = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28137.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28138.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28139.         }
  28140.         return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'] = new \App\Service\Api\Subscription\SubscriptionService($a, ($this->services['Stripe\\StripeClient'] ?? ($this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')]))), new \App\Service\Api\Subscription\NotificationService(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $b), $c, ($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()), $d);
  28141.     }
  28142.     /**
  28143.      * Gets the private 'App\Service\Api\TheProperty\DocumentRequestService' shared autowired service.
  28144.      *
  28145.      * @return \App\Service\Api\TheProperty\DocumentRequestService
  28146.      */
  28147.     protected function getDocumentRequestServiceService()
  28148.     {
  28149.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/DocumentRequestService.php';
  28150.         $a = ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService());
  28151.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28152.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28153.         }
  28154.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28155.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28156.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28157.         }
  28158.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28159.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28160.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28161.         }
  28162.         $d = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28163.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28164.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28165.         }
  28166.         return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'] = new \App\Service\Api\TheProperty\DocumentRequestService(($this->privates['App\\Repository\\CommunaleServiceRepository'] ?? $this->getCommunaleServiceRepositoryService()), $a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), $b$c$d);
  28167.     }
  28168.     /**
  28169.      * Gets the private 'App\Service\Api\TheProperty\ExtensionOrder\ThePropertyExtensionOrderService' shared autowired service.
  28170.      *
  28171.      * @return \App\Service\Api\TheProperty\ExtensionOrder\ThePropertyExtensionOrderService
  28172.      */
  28173.     protected function getThePropertyExtensionOrderServiceService()
  28174.     {
  28175.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ExtensionOrder/ThePropertyExtensionOrderService.php';
  28176.         return $this->privates['App\\Service\\Api\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderService'] = new \App\Service\Api\TheProperty\ExtensionOrder\ThePropertyExtensionOrderService(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository'] ?? $this->getThePropertyExtensionOrderRepositoryService()));
  28177.     }
  28178.     /**
  28179.      * Gets the private 'App\Service\Api\TheProperty\LocalityService' shared autowired service.
  28180.      *
  28181.      * @return \App\Service\Api\TheProperty\LocalityService
  28182.      */
  28183.     protected function getLocalityServiceService()
  28184.     {
  28185.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/LocalityService.php';
  28186.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28187.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\LocalityService'])) {
  28188.             return $this->privates['App\\Service\\Api\\TheProperty\\LocalityService'];
  28189.         }
  28190.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28191.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\LocalityService'])) {
  28192.             return $this->privates['App\\Service\\Api\\TheProperty\\LocalityService'];
  28193.         }
  28194.         return $this->privates['App\\Service\\Api\\TheProperty\\LocalityService'] = new \App\Service\Api\TheProperty\LocalityService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28195.     }
  28196.     /**
  28197.      * Gets the private 'App\Service\Api\TheProperty\PropertyAdService' shared autowired service.
  28198.      *
  28199.      * @return \App\Service\Api\TheProperty\PropertyAdService
  28200.      */
  28201.     protected function getPropertyAdServiceService()
  28202.     {
  28203.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/PropertyAdService.php';
  28204.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/CadastreFetcherService.php';
  28205.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/PostCreatePropertyAdHandler.php';
  28206.         include_once \dirname(__DIR__4).'/src/Service/Environment/SendContactService.php';
  28207.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28208.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28209.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28210.         }
  28211.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28212.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28213.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28214.         }
  28215.         $c = ($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'] ?? $this->getPropertyMonitoringService());
  28216.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28217.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28218.         }
  28219.         $d = ($this->privates['App\\Service\\Api\\Subscription\\FeatureService'] ?? $this->getFeatureServiceService());
  28220.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28221.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28222.         }
  28223.         $e = ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService());
  28224.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28225.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28226.         }
  28227.         $f = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  28228.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28229.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28230.         }
  28231.         $g = ($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'] ?? $this->getSolicitationServiceService());
  28232.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28233.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28234.         }
  28235.         $h = ($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'] ?? $this->getMarkOfInterestInCaseOfSaleServiceService());
  28236.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28237.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28238.         }
  28239.         $i = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28240.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28241.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28242.         }
  28243.         $j = ($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'] ?? $this->getThePropertyAppointmentSlotsServiceService());
  28244.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28245.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28246.         }
  28247.         return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'] = new \App\Service\Api\TheProperty\PropertyAdService($a, new \App\Service\Api\TheProperty\CadastreFetcherService($b, ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService())), new \App\Service\Api\TheProperty\PostCreatePropertyAdHandler($c$d$e$f$g$h, new \App\Service\Environment\SendContactService(($this->privates['App\\Service\\SendMail\\SwiftMailerService'] ?? $this->getSwiftMailerServiceService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $i, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), $b$j));
  28248.     }
  28249.     /**
  28250.      * Gets the private 'App\Service\Api\TheProperty\SoilAffectationPlanService' shared autowired service.
  28251.      *
  28252.      * @return \App\Service\Api\TheProperty\SoilAffectationPlanService
  28253.      */
  28254.     protected function getSoilAffectationPlanServiceService()
  28255.     {
  28256.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SoilAffectationPlanService.php';
  28257.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28258.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'])) {
  28259.             return $this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'];
  28260.         }
  28261.         return $this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'] = new \App\Service\Api\TheProperty\SoilAffectationPlanService($a, ($this->privates['App\\Utils\\GeoComparison'] ?? ($this->privates['App\\Utils\\GeoComparison'] = new \App\Utils\GeoComparison())));
  28262.     }
  28263.     /**
  28264.      * Gets the private 'App\Service\Api\TheProperty\SolicitationService' shared autowired service.
  28265.      *
  28266.      * @return \App\Service\Api\TheProperty\SolicitationService
  28267.      */
  28268.     protected function getSolicitationServiceService()
  28269.     {
  28270.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SolicitationService.php';
  28271.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28272.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28273.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28274.         }
  28275.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28276.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28277.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28278.         }
  28279.         $c = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28280.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28281.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28282.         }
  28283.         $d = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28284.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28285.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28286.         }
  28287.         $e = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28288.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28289.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28290.         }
  28291.         return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'] = new \App\Service\Api\TheProperty\SolicitationService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $b$c, ($this->services['kernel'] ?? $this->get('kernel'1)), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $d$e);
  28292.     }
  28293.     /**
  28294.      * Gets the private 'App\Service\Api\TheProperty\SuggestionPriceService' shared autowired service.
  28295.      *
  28296.      * @return \App\Service\Api\TheProperty\SuggestionPriceService
  28297.      */
  28298.     protected function getSuggestionPriceServiceService()
  28299.     {
  28300.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SuggestionPriceService.php';
  28301.         return $this->privates['App\\Service\\Api\\TheProperty\\SuggestionPriceService'] = new \App\Service\Api\TheProperty\SuggestionPriceService(($this->privates['App\\Repository\\StreetAveragePriceRepository'] ?? $this->getStreetAveragePriceRepositoryService()));
  28302.     }
  28303.     /**
  28304.      * Gets the private 'App\Service\Api\TheProperty\ThePropertyAppointmentSlotsService' shared autowired service.
  28305.      *
  28306.      * @return \App\Service\Api\TheProperty\ThePropertyAppointmentSlotsService
  28307.      */
  28308.     protected function getThePropertyAppointmentSlotsServiceService()
  28309.     {
  28310.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ThePropertyAppointmentSlotsService.php';
  28311.         include_once \dirname(__DIR__4).'/src/Constant/UserConstants.php';
  28312.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28313.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'])) {
  28314.             return $this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'];
  28315.         }
  28316.         return $this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'] = new \App\Service\Api\TheProperty\ThePropertyAppointmentSlotsService($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ($this->privates['App\\Constant\\UserConstants'] ?? ($this->privates['App\\Constant\\UserConstants'] = new \App\Constant\UserConstants())));
  28317.     }
  28318.     /**
  28319.      * Gets the private 'App\Service\Api\TheProperty\VisitService' shared autowired service.
  28320.      *
  28321.      * @return \App\Service\Api\TheProperty\VisitService
  28322.      */
  28323.     protected function getVisitServiceService()
  28324.     {
  28325.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/VisitService.php';
  28326.         return $this->privates['App\\Service\\Api\\TheProperty\\VisitService'] = new \App\Service\Api\TheProperty\VisitService(($this->privates['App\\Repository\\ThePropertyVisitRepository'] ?? $this->getThePropertyVisitRepositoryService()));
  28327.     }
  28328.     /**
  28329.      * Gets the private 'App\Service\Api\Timeline\OtherMonitoring' shared autowired service.
  28330.      *
  28331.      * @return \App\Service\Api\Timeline\OtherMonitoring
  28332.      */
  28333.     protected function getOtherMonitoringService()
  28334.     {
  28335.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/TimelineCreation.php';
  28336.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/OtherMonitoring.php';
  28337.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28338.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28339.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28340.         }
  28341.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28342.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28343.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28344.         }
  28345.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28346.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28347.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28348.         }
  28349.         $d = ($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService());
  28350.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28351.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28352.         }
  28353.         $e = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28354.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28355.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28356.         }
  28357.         $f = ($this->privates['App\\Repository\\TimelineEventRepository'] ?? $this->getTimelineEventRepositoryService());
  28358.         return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] = new \App\Service\Api\Timeline\OtherMonitoring($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c, ($this->services['sb_redis.default'] ?? $this->getSbRedis_DefaultService()), $f, ($this->privates['App\\Repository\\TheserviceRepository'] ?? $this->getTheserviceRepositoryService()), ($this->privates['App\\Repository\\AppointmentRequestRepository'] ?? $this->getAppointmentRequestRepositoryService()), ($this->privates['App\\Repository\\ClientDeedOfSaleRepository'] ?? $this->getClientDeedOfSaleRepositoryService()), $f$d, ($this->privates['App\\Service\\Api\\Prestashop\\Product'] ?? $this->getProductService()), ($this->privates['App\\Service\\Api\\Prestashop\\Order'] ?? $this->getOrderService()), ($this->privates['App\\Repository\\SolicitationRepository'] ?? $this->getSolicitationRepositoryService()), ($this->privates['App\\Repository\\UserServicePromoRepository'] ?? $this->getUserServicePromoRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $e);
  28359.     }
  28360.     /**
  28361.      * Gets the private 'App\Service\Api\Timeline\PropertyMonitoring' shared autowired service.
  28362.      *
  28363.      * @return \App\Service\Api\Timeline\PropertyMonitoring
  28364.      */
  28365.     protected function getPropertyMonitoringService()
  28366.     {
  28367.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/TimelineCreation.php';
  28368.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/PropertyMonitoring.php';
  28369.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28370.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28371.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28372.         }
  28373.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28374.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28375.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28376.         }
  28377.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28378.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28379.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28380.         }
  28381.         $d = ($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService());
  28382.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28383.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28384.         }
  28385.         return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'] = new \App\Service\Api\Timeline\PropertyMonitoring($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $c, ($this->services['sb_redis.default'] ?? $this->getSbRedis_DefaultService()), ($this->privates['App\\Repository\\TimelineEventRepository'] ?? $this->getTimelineEventRepositoryService()), $d, ($this->privates['App\\Service\\Api\\Prestashop\\Product'] ?? $this->getProductService()), ($this->privates['App\\Service\\Api\\Prestashop\\Order'] ?? $this->getOrderService()));
  28386.     }
  28387.     /**
  28388.      * Gets the private 'App\Service\Api\Timeline\TimelineCreation' shared autowired service.
  28389.      *
  28390.      * @return \App\Service\Api\Timeline\TimelineCreation
  28391.      */
  28392.     protected function getTimelineCreationService()
  28393.     {
  28394.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/TimelineCreation.php';
  28395.         $a = ($this->privates['App\\Repository\\TimelineEventRepository'] ?? $this->getTimelineEventRepositoryService());
  28396.         return $this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] = new \App\Service\Api\Timeline\TimelineCreation(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), ($this->services['sb_redis.default'] ?? $this->getSbRedis_DefaultService()), $a, ($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService()), ($this->privates['App\\Service\\Api\\Prestashop\\Product'] ?? $this->getProductService()), ($this->privates['App\\Service\\Api\\Prestashop\\Order'] ?? $this->getOrderService()), $a);
  28397.     }
  28398.     /**
  28399.      * Gets the private 'App\Service\Api\Urbanism\AlertNewProjectImmoService' shared autowired service.
  28400.      *
  28401.      * @return \App\Service\Api\Urbanism\AlertNewProjectImmoService
  28402.      */
  28403.     protected function getAlertNewProjectImmoServiceService()
  28404.     {
  28405.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/AlertNewProjectImmoService.php';
  28406.         return $this->privates['App\\Service\\Api\\Urbanism\\AlertNewProjectImmoService'] = new \App\Service\Api\Urbanism\AlertNewProjectImmoService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['security.helper'] ?? $this->getSecurity_HelperService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Service\\Api\\Urbanism\\NewProjectImmoService'] ?? $this->getNewProjectImmoServiceService()), ($this->privates['App\\Service\\Api\\Urbanism\\PublicInquiryInProgressService'] ?? $this->getPublicInquiryInProgressServiceService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), ($this->privates['App\\Service\\Api\\Community\\PerimeterService'] ?? $this->getPerimeterServiceService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28407.     }
  28408.     /**
  28409.      * Gets the private 'App\Service\Api\Urbanism\NewProjectImmoService' shared autowired service.
  28410.      *
  28411.      * @return \App\Service\Api\Urbanism\NewProjectImmoService
  28412.      */
  28413.     protected function getNewProjectImmoServiceService()
  28414.     {
  28415.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/NewProjectImmoService.php';
  28416.         return $this->privates['App\\Service\\Api\\Urbanism\\NewProjectImmoService'] = new \App\Service\Api\Urbanism\NewProjectImmoService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28417.     }
  28418.     /**
  28419.      * Gets the private 'App\Service\Api\Urbanism\PpasService' shared autowired service.
  28420.      *
  28421.      * @return \App\Service\Api\Urbanism\PpasService
  28422.      */
  28423.     protected function getPpasServiceService()
  28424.     {
  28425.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/PpasService.php';
  28426.         return $this->privates['App\\Service\\Api\\Urbanism\\PpasService'] = new \App\Service\Api\Urbanism\PpasService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()));
  28427.     }
  28428.     /**
  28429.      * Gets the private 'App\Service\Api\Urbanism\PrasService' shared autowired service.
  28430.      *
  28431.      * @return \App\Service\Api\Urbanism\PrasService
  28432.      */
  28433.     protected function getPrasServiceService()
  28434.     {
  28435.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/PrasService.php';
  28436.         return $this->privates['App\\Service\\Api\\Urbanism\\PrasService'] = new \App\Service\Api\Urbanism\PrasService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()), ($this->privates['App\\Service\\Api\\Urbanism\\PpasService'] ?? $this->getPpasServiceService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()));
  28437.     }
  28438.     /**
  28439.      * Gets the private 'App\Service\Api\Urbanism\PublicInquiryInProgressService' shared autowired service.
  28440.      *
  28441.      * @return \App\Service\Api\Urbanism\PublicInquiryInProgressService
  28442.      */
  28443.     protected function getPublicInquiryInProgressServiceService()
  28444.     {
  28445.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/PublicInquiryInProgressService.php';
  28446.         return $this->privates['App\\Service\\Api\\Urbanism\\PublicInquiryInProgressService'] = new \App\Service\Api\Urbanism\PublicInquiryInProgressService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28447.     }
  28448.     /**
  28449.      * Gets the private 'App\Service\Api\User\CertificatorService' shared autowired service.
  28450.      *
  28451.      * @return \App\Service\Api\User\CertificatorService
  28452.      */
  28453.     protected function getCertificatorServiceService()
  28454.     {
  28455.         include_once \dirname(__DIR__4).'/src/Service/Api/User/CertificatorService.php';
  28456.         return $this->privates['App\\Service\\Api\\User\\CertificatorService'] = new \App\Service\Api\User\CertificatorService(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  28457.     }
  28458.     /**
  28459.      * Gets the private 'App\Service\Api\User\NotaryService' shared autowired service.
  28460.      *
  28461.      * @return \App\Service\Api\User\NotaryService
  28462.      */
  28463.     protected function getNotaryServiceService()
  28464.     {
  28465.         include_once \dirname(__DIR__4).'/src/Service/Api/User/NotaryService.php';
  28466.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28467.         if (isset($this->privates['App\\Service\\Api\\User\\NotaryService'])) {
  28468.             return $this->privates['App\\Service\\Api\\User\\NotaryService'];
  28469.         }
  28470.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28471.         if (isset($this->privates['App\\Service\\Api\\User\\NotaryService'])) {
  28472.             return $this->privates['App\\Service\\Api\\User\\NotaryService'];
  28473.         }
  28474.         return $this->privates['App\\Service\\Api\\User\\NotaryService'] = new \App\Service\Api\User\NotaryService(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a$b);
  28475.     }
  28476.     /**
  28477.      * Gets the private 'App\Service\Api\User\UserPropertyFetcher' shared autowired service.
  28478.      *
  28479.      * @return \App\Service\Api\User\UserPropertyFetcher
  28480.      */
  28481.     protected function getUserPropertyFetcherService()
  28482.     {
  28483.         include_once \dirname(__DIR__4).'/src/Service/Api/User/UserPropertyFetcher.php';
  28484.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28485.         if (isset($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'])) {
  28486.             return $this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'];
  28487.         }
  28488.         $b = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  28489.         if (isset($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'])) {
  28490.             return $this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'];
  28491.         }
  28492.         return $this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'] = new \App\Service\Api\User\UserPropertyFetcher($a$b);
  28493.     }
  28494.     /**
  28495.      * Gets the private 'App\Service\Api\User\UserService' shared autowired service.
  28496.      *
  28497.      * @return \App\Service\Api\User\UserService
  28498.      */
  28499.     protected function getUserServiceService()
  28500.     {
  28501.         include_once \dirname(__DIR__4).'/src/Service/Api/User/UserService.php';
  28502.         include_once \dirname(__DIR__4).'/src/Service/Api/MailApiService.php';
  28503.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28504.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28505.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28506.         }
  28507.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28508.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28509.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28510.         }
  28511.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28512.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28513.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28514.         }
  28515.         $d = ($this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'] ?? $this->getPortfolioApiServiceService());
  28516.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28517.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28518.         }
  28519.         $e = ($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService());
  28520.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28521.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28522.         }
  28523.         $f = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28524.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28525.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28526.         }
  28527.         return $this->privates['App\\Service\\Api\\User\\UserService'] = new \App\Service\Api\User\UserService($a$this$b, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), ($this->privates['App\\Service\\StripeProcess'] ?? $this->getStripeProcessService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), new \App\Service\Api\MailApiService(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), $c$d, ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()), ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $e, ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService()), $f$b);
  28528.     }
  28529.     /**
  28530.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractAcceptationService' shared autowired service.
  28531.      *
  28532.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractAcceptationService
  28533.      */
  28534.     protected function getContractAcceptationServiceService()
  28535.     {
  28536.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractAcceptationService.php';
  28537.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  28538.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28539.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'])) {
  28540.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'];
  28541.         }
  28542.         $b = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28543.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'])) {
  28544.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'];
  28545.         }
  28546.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractAcceptationService($a, ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] ?? ($this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN')))), $b);
  28547.     }
  28548.     /**
  28549.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractDetailService' shared autowired service.
  28550.      *
  28551.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractDetailService
  28552.      */
  28553.     protected function getContractDetailServiceService()
  28554.     {
  28555.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractDetailService.php';
  28556.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28557.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'])) {
  28558.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'];
  28559.         }
  28560.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28561.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'])) {
  28562.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'];
  28563.         }
  28564.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractDetailService(($this->privates['App\\Repository\\SolicitationRepository'] ?? $this->getSolicitationRepositoryService()), $a$b, ($this->services['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractFileService'] ?? $this->getContractFileServiceService()), ($this->privates['App\\Service\\Rating\\UserRatingService'] ?? $this->getUserRatingServiceService()));
  28565.     }
  28566.     /**
  28567.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractGenerationService' shared autowired service.
  28568.      *
  28569.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractGenerationService
  28570.      */
  28571.     protected function getContractGenerationServiceService()
  28572.     {
  28573.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractGenerationService.php';
  28574.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28575.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'])) {
  28576.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'];
  28577.         }
  28578.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28579.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'])) {
  28580.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'];
  28581.         }
  28582.         $c = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28583.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'])) {
  28584.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'];
  28585.         }
  28586.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractGenerationService(($this->services['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractBuildingService'] ?? $this->getContractBuildingServiceService()), $a$b, ($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()), $c);
  28587.     }
  28588.     /**
  28589.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractListingService' shared autowired service.
  28590.      *
  28591.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractListingService
  28592.      */
  28593.     protected function getContractListingServiceService()
  28594.     {
  28595.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractListingService.php';
  28596.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28597.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService'])) {
  28598.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService'];
  28599.         }
  28600.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractListingService(($this->privates['App\\Repository\\SolicitationRepository'] ?? $this->getSolicitationRepositoryService()), $a);
  28601.     }
  28602.     /**
  28603.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractRejectionService' shared autowired service.
  28604.      *
  28605.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractRejectionService
  28606.      */
  28607.     protected function getContractRejectionServiceService()
  28608.     {
  28609.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractRejectionService.php';
  28610.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28611.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'])) {
  28612.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'];
  28613.         }
  28614.         $b = ($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'] ?? $this->getContractDetailServiceService());
  28615.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'])) {
  28616.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'];
  28617.         }
  28618.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractRejectionService($a$b);
  28619.     }
  28620.     /**
  28621.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractUploadService' shared autowired service.
  28622.      *
  28623.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractUploadService
  28624.      */
  28625.     protected function getContractUploadServiceService()
  28626.     {
  28627.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractUploadService.php';
  28628.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28629.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'])) {
  28630.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'];
  28631.         }
  28632.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28633.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'])) {
  28634.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'];
  28635.         }
  28636.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractUploadService($a, ($this->services['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractBuildingService'] ?? $this->getContractBuildingServiceService()), $b);
  28637.     }
  28638.     /**
  28639.      * Gets the private 'App\Service\Api\UsersProfile\ThePropertyDocument\DocumentModificationService' shared autowired service.
  28640.      *
  28641.      * @return \App\Service\Api\UsersProfile\ThePropertyDocument\DocumentModificationService
  28642.      */
  28643.     protected function getDocumentModificationServiceService()
  28644.     {
  28645.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/ThePropertyDocument/DocumentModificationService.php';
  28646.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28647.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'])) {
  28648.             return $this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'];
  28649.         }
  28650.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28651.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'])) {
  28652.             return $this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'];
  28653.         }
  28654.         return $this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'] = new \App\Service\Api\UsersProfile\ThePropertyDocument\DocumentModificationService(($this->privates['App\\Repository\\DocumentTypeRepository'] ?? $this->getDocumentTypeRepositoryService()), $a$b, ($this->privates['App\\Repository\\SolicitationRepository'] ?? $this->getSolicitationRepositoryService()));
  28655.     }
  28656.     /**
  28657.      * Gets the private 'App\Service\Api\UsersProfile\Webshop\EditProfileService' shared autowired service.
  28658.      *
  28659.      * @return \App\Service\Api\UsersProfile\Webshop\EditProfileService
  28660.      */
  28661.     protected function getEditProfileServiceService()
  28662.     {
  28663.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Webshop/EditProfileService.php';
  28664.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  28665.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  28666.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  28667.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  28668.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  28669.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28670.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService'])) {
  28671.             return $this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService'];
  28672.         }
  28673.         return $this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService'] = new \App\Service\Api\UsersProfile\Webshop\EditProfileService($a, ($this->services['Stripe\\StripeClient'] ?? ($this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')]))));
  28674.     }
  28675.     /**
  28676.      * Gets the private 'App\Service\Api\UsersProfile\Webshop\PaymentService' shared autowired service.
  28677.      *
  28678.      * @return \App\Service\Api\UsersProfile\Webshop\PaymentService
  28679.      */
  28680.     protected function getPaymentServiceService()
  28681.     {
  28682.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Webshop/PaymentService.php';
  28683.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  28684.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  28685.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  28686.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  28687.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  28688.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28689.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService'])) {
  28690.             return $this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService'];
  28691.         }
  28692.         return $this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService'] = new \App\Service\Api\UsersProfile\Webshop\PaymentService(($this->services['Stripe\\StripeClient'] ?? ($this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')]))), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  28693.     }
  28694.     /**
  28695.      * Gets the private 'App\Service\Api\VivaquaService' shared autowired service.
  28696.      *
  28697.      * @return \App\Service\Api\VivaquaService
  28698.      */
  28699.     protected function getVivaquaServiceService()
  28700.     {
  28701.         include_once \dirname(__DIR__4).'/src/Service/Api/VivaquaService.php';
  28702.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28703.         return $this->privates['App\\Service\\Api\\VivaquaService'] = new \App\Service\Api\VivaquaService(($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService()), ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService()), $a$a$this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())));
  28704.     }
  28705.     /**
  28706.      * Gets the private 'App\Service\Api\Work\SubsectionService' shared autowired service.
  28707.      *
  28708.      * @return \App\Service\Api\Work\SubsectionService
  28709.      */
  28710.     protected function getSubsectionServiceService()
  28711.     {
  28712.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/SubsectionService.php';
  28713.         return $this->privates['App\\Service\\Api\\Work\\SubsectionService'] = new \App\Service\Api\Work\SubsectionService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28714.     }
  28715.     /**
  28716.      * Gets the private 'App\Service\Csv\CsvManager' shared autowired service.
  28717.      *
  28718.      * @return \App\Service\Csv\CsvManager
  28719.      */
  28720.     protected function getCsvManagerService()
  28721.     {
  28722.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvManager.php';
  28723.         return $this->privates['App\\Service\\Csv\\CsvManager'] = new \App\Service\Csv\CsvManager(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $this, ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  28724.     }
  28725.     /**
  28726.      * Gets the private 'App\Service\EntityFetcherService' shared autowired service.
  28727.      *
  28728.      * @return \App\Service\EntityFetcherService
  28729.      */
  28730.     protected function getEntityFetcherServiceService()
  28731.     {
  28732.         include_once \dirname(__DIR__4).'/src/Service/EntityFetcherService.php';
  28733.         return $this->privates['App\\Service\\EntityFetcherService'] = new \App\Service\EntityFetcherService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  28734.     }
  28735.     /**
  28736.      * Gets the private 'App\Service\FileService' shared autowired service.
  28737.      *
  28738.      * @return \App\Service\FileService
  28739.      */
  28740.     protected function getFileServiceService()
  28741.     {
  28742.         include_once \dirname(__DIR__4).'/src/Service/FileService.php';
  28743.         return $this->privates['App\\Service\\FileService'] = new \App\Service\FileService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  28744.     }
  28745.     /**
  28746.      * Gets the private 'App\Service\Formule' shared autowired service.
  28747.      *
  28748.      * @return \App\Service\Formule
  28749.      */
  28750.     protected function getFormuleService()
  28751.     {
  28752.         return $this->privates['App\\Service\\Formule'] = new \App\Service\Formule();
  28753.     }
  28754.     /**
  28755.      * Gets the private 'App\Service\GetloyerprospectifImmogo' shared autowired service.
  28756.      *
  28757.      * @return \App\Service\GetloyerprospectifImmogo
  28758.      */
  28759.     protected function getGetloyerprospectifImmogoService()
  28760.     {
  28761.         include_once \dirname(__DIR__4).'/src/Service/GetloyerprospectifImmogo.php';
  28762.         return $this->privates['App\\Service\\GetloyerprospectifImmogo'] = new \App\Service\GetloyerprospectifImmogo();
  28763.     }
  28764.     /**
  28765.      * Gets the private 'App\Service\MailToSend' shared autowired service.
  28766.      *
  28767.      * @return \App\Service\MailToSend
  28768.      */
  28769.     protected function getMailToSendService()
  28770.     {
  28771.         $a = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28772.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28773.             return $this->privates['App\\Service\\MailToSend'];
  28774.         }
  28775.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28776.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28777.             return $this->privates['App\\Service\\MailToSend'];
  28778.         }
  28779.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  28780.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28781.             return $this->privates['App\\Service\\MailToSend'];
  28782.         }
  28783.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28784.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28785.             return $this->privates['App\\Service\\MailToSend'];
  28786.         }
  28787.         $e = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28788.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28789.             return $this->privates['App\\Service\\MailToSend'];
  28790.         }
  28791.         return $this->privates['App\\Service\\MailToSend'] = new \App\Service\MailToSend($a$b, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()), $c, ($this->privates['App\\Repository\\DomiciliationFilesRepository'] ?? $this->getDomiciliationFilesRepositoryService()), ($this->privates['App\\Repository\\TypeofworkRepository'] ?? $this->getTypeofworkRepositoryService()), ($this->privates['App\\Repository\\SubsectionRepository'] ?? $this->getSubsectionRepositoryService()), ($this->privates['App\\Repository\\ChoicecategoryRepository'] ?? $this->getChoicecategoryRepositoryService()), ($this->privates['App\\Repository\\ModelRepository'] ?? $this->getModelRepositoryService()), $d, ($this->privates['App\\Repository\\MunicipalityRepository'] ?? $this->getMunicipalityRepositoryService()), ($this->privates['App\\Repository\\PdfMailLocationRepository'] ?? $this->getPdfMailLocationRepositoryService()), ($this->privates['App\\Repository\\ThePropertyWorkRepository'] ?? $this->getThePropertyWorkRepositoryService()), $this, ($this->services['kernel'] ?? $this->get('kernel'1)), $e);
  28792.     }
  28793.     /**
  28794.      * Gets the private 'App\Service\Mailbox\MailboxService' shared autowired service.
  28795.      *
  28796.      * @return \App\Service\Mailbox\MailboxService
  28797.      */
  28798.     protected function getMailboxServiceService()
  28799.     {
  28800.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28801.         if (isset($this->privates['App\\Service\\Mailbox\\MailboxService'])) {
  28802.             return $this->privates['App\\Service\\Mailbox\\MailboxService'];
  28803.         }
  28804.         $b = ($this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'] ?? $this->getAttachmentServiceService());
  28805.         if (isset($this->privates['App\\Service\\Mailbox\\MailboxService'])) {
  28806.             return $this->privates['App\\Service\\Mailbox\\MailboxService'];
  28807.         }
  28808.         return $this->privates['App\\Service\\Mailbox\\MailboxService'] = new \App\Service\Mailbox\MailboxService(new \App\Repository\Mailbox\EmailRepository($a), ($this->privates['App\\Service\\SendMail\\SwiftMailerService'] ?? $this->getSwiftMailerServiceService()), $b, ($this->privates['App\\Service\\Mailbox\\RealtimeApi\\MercureRealtimePublisher'] ?? $this->getMercureRealtimePublisherService()));
  28809.     }
  28810.     /**
  28811.      * Gets the private 'App\Service\Mailbox\RealtimeApi\MercureRealtimePublisher' shared autowired service.
  28812.      *
  28813.      * @return \App\Service\Mailbox\RealtimeApi\MercureRealtimePublisher
  28814.      */
  28815.     protected function getMercureRealtimePublisherService()
  28816.     {
  28817.         return $this->privates['App\\Service\\Mailbox\\RealtimeApi\\MercureRealtimePublisher'] = new \App\Service\Mailbox\RealtimeApi\MercureRealtimePublisher(($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()));
  28818.     }
  28819.     /**
  28820.      * Gets the private 'App\Service\MarkOfInterest\MarkOfInterestInCaseOfSaleService' shared autowired service.
  28821.      *
  28822.      * @return \App\Service\MarkOfInterest\MarkOfInterestInCaseOfSaleService
  28823.      */
  28824.     protected function getMarkOfInterestInCaseOfSaleServiceService()
  28825.     {
  28826.         include_once \dirname(__DIR__4).'/src/Service/MarkOfInterest/MarkOfInterestInCaseOfSaleService.php';
  28827.         $a = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28828.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28829.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28830.         }
  28831.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28832.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28833.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28834.         }
  28835.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28836.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28837.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28838.         }
  28839.         $d = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28840.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28841.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28842.         }
  28843.         return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'] = new \App\Service\MarkOfInterest\MarkOfInterestInCaseOfSaleService($a, ($this->privates['App\\Repository\\MarkofInterestRepository'] ?? $this->getMarkofInterestRepositoryService()), ($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $b$c$d);
  28844.     }
  28845.     /**
  28846.      * Gets the private 'App\Service\Microservice\CadastreService' shared autowired service.
  28847.      *
  28848.      * @return \App\Service\Microservice\CadastreService
  28849.      */
  28850.     protected function getCadastreServiceService()
  28851.     {
  28852.         include_once \dirname(__DIR__4).'/src/Service/Microservice/CadastreService.php';
  28853.         $a = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28854.         if (isset($this->privates['App\\Service\\Microservice\\CadastreService'])) {
  28855.             return $this->privates['App\\Service\\Microservice\\CadastreService'];
  28856.         }
  28857.         return $this->privates['App\\Service\\Microservice\\CadastreService'] = new \App\Service\Microservice\CadastreService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), $a);
  28858.     }
  28859.     /**
  28860.      * Gets the private 'App\Service\Multipart\Deserializer\EntityDeserializationService' shared autowired service.
  28861.      *
  28862.      * @return \App\Service\Multipart\Deserializer\EntityDeserializationService
  28863.      */
  28864.     protected function getEntityDeserializationServiceService($lazyLoad true)
  28865.     {
  28866.         if ($lazyLoad) {
  28867.             return $this->privates['App\\Service\\Multipart\\Deserializer\\EntityDeserializationService'] = $this->createProxy('EntityDeserializationService_a41d2b6', function () {
  28868.                 return \EntityDeserializationService_a41d2b6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  28869.                     $wrappedInstance $this->getEntityDeserializationServiceService(false);
  28870.                     $proxy->setProxyInitializer(null);
  28871.                     return true;
  28872.                 });
  28873.             });
  28874.         }
  28875.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/EntityDeserializationStrategyFactory.php';
  28876.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/EntityDeserializationStrategyInterface.php';
  28877.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/Strategy/DefaultEntityDeserializationStrategy.php';
  28878.         return new \App\Service\Multipart\Deserializer\EntityDeserializationService(new \App\Service\Multipart\Deserializer\EntityDeserializationStrategyFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28879.             'App\\Entity\\TheProperty' => ['privates''App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy''getThePropertyDeserializationStrategyService'false],
  28880.         ], [
  28881.             'App\\Entity\\TheProperty' => 'App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy',
  28882.         ]), new \App\Service\Multipart\Deserializer\Strategy\DefaultEntityDeserializationStrategy(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['App\\Service\\Multipart\\FileProcessor'] ?? ($this->privates['App\\Service\\Multipart\\FileProcessor'] = new \App\Service\Multipart\FileProcessor())))), NULL);
  28883.     }
  28884.     /**
  28885.      * Gets the private 'App\Service\Multipart\Deserializer\Strategy\ThePropertyDeserializationStrategy' shared autowired service.
  28886.      *
  28887.      * @return \App\Service\Multipart\Deserializer\Strategy\ThePropertyDeserializationStrategy
  28888.      */
  28889.     protected function getThePropertyDeserializationStrategyService()
  28890.     {
  28891.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/EntityDeserializationStrategyInterface.php';
  28892.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/Strategy/DefaultEntityDeserializationStrategy.php';
  28893.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/Strategy/ThePropertyDeserializationStrategy.php';
  28894.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28895.         if (isset($this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'])) {
  28896.             return $this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'];
  28897.         }
  28898.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28899.         if (isset($this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'])) {
  28900.             return $this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'];
  28901.         }
  28902.         return $this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'] = new \App\Service\Multipart\Deserializer\Strategy\ThePropertyDeserializationStrategy($a, ($this->privates['App\\Service\\Multipart\\FileProcessor'] ?? ($this->privates['App\\Service\\Multipart\\FileProcessor'] = new \App\Service\Multipart\FileProcessor())), $b);
  28903.     }
  28904.     /**
  28905.      * Gets the private 'App\Service\Precompte\PrecountService' shared autowired service.
  28906.      *
  28907.      * @return \App\Service\Precompte\PrecountService
  28908.      */
  28909.     protected function getPrecountServiceService()
  28910.     {
  28911.         include_once \dirname(__DIR__4).'/src/Service/Precompte/PrecountService.php';
  28912.         return $this->privates['App\\Service\\Precompte\\PrecountService'] = new \App\Service\Precompte\PrecountService(($this->privates['App\\Repository\\AdditionalCentsRepository'] ?? $this->getAdditionalCentsRepositoryService()));
  28913.     }
  28914.     /**
  28915.      * Gets the private 'App\Service\Rating\UserRatingService' shared autowired service.
  28916.      *
  28917.      * @return \App\Service\Rating\UserRatingService
  28918.      */
  28919.     protected function getUserRatingServiceService()
  28920.     {
  28921.         include_once \dirname(__DIR__4).'/src/Service/Rating/UserRatingService.php';
  28922.         return $this->privates['App\\Service\\Rating\\UserRatingService'] = new \App\Service\Rating\UserRatingService(($this->privates['App\\Repository\\UserRating\\UserRatingRepository'] ?? $this->getUserRatingRepositoryService()));
  28923.     }
  28924.     /**
  28925.      * Gets the private 'App\Service\SendMail\SwiftMailerService' shared autowired service.
  28926.      *
  28927.      * @return \App\Service\SendMail\SwiftMailerService
  28928.      */
  28929.     protected function getSwiftMailerServiceService()
  28930.     {
  28931.         return $this->privates['App\\Service\\SendMail\\SwiftMailerService'] = new \App\Service\SendMail\SwiftMailerService(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  28932.     }
  28933.     /**
  28934.      * Gets the private 'App\Service\StripeProcess' shared autowired service.
  28935.      *
  28936.      * @return \App\Service\StripeProcess
  28937.      */
  28938.     protected function getStripeProcessService()
  28939.     {
  28940.         include_once \dirname(__DIR__4).'/src/Service/StripeProcess.php';
  28941.         include_once \dirname(__DIR__4).'/src/Service/Stripe/SubscriptionService.php';
  28942.         include_once \dirname(__DIR__4).'/src/Service/Stripe/CustomerService.php';
  28943.         return $this->privates['App\\Service\\StripeProcess'] = new \App\Service\StripeProcess(new \App\Service\Stripe\SubscriptionService(), new \App\Service\Stripe\CustomerService(), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  28944.     }
  28945.     /**
  28946.      * Gets the private 'App\Service\Traitement' shared autowired service.
  28947.      *
  28948.      * @return \App\Service\Traitement
  28949.      */
  28950.     protected function getTraitement2Service()
  28951.     {
  28952.         include_once \dirname(__DIR__4).'/src/Service/Traitement.php';
  28953.         return $this->privates['App\\Service\\Traitement'] = new \App\Service\Traitement();
  28954.     }
  28955.     /**
  28956.      * Gets the private 'App\Service\TraitementCalcul' shared autowired service.
  28957.      *
  28958.      * @return \App\Service\TraitementCalcul
  28959.      */
  28960.     protected function getTraitementCalculService()
  28961.     {
  28962.         include_once \dirname(__DIR__4).'/src/Service/TraitementCalcul.php';
  28963.         return $this->privates['App\\Service\\TraitementCalcul'] = new \App\Service\TraitementCalcul(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  28964.     }
  28965.     /**
  28966.      * Gets the private 'App\Service\TraitementData' shared autowired service.
  28967.      *
  28968.      * @return \App\Service\TraitementData
  28969.      */
  28970.     protected function getTraitementDataService()
  28971.     {
  28972.         include_once \dirname(__DIR__4).'/src/Service/TraitementData.php';
  28973.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28974.         if (isset($this->privates['App\\Service\\TraitementData'])) {
  28975.             return $this->privates['App\\Service\\TraitementData'];
  28976.         }
  28977.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  28978.         if (isset($this->privates['App\\Service\\TraitementData'])) {
  28979.             return $this->privates['App\\Service\\TraitementData'];
  28980.         }
  28981.         return $this->privates['App\\Service\\TraitementData'] = new \App\Service\TraitementData($a$b);
  28982.     }
  28983.     /**
  28984.      * Gets the private 'App\Service\TraitementFolder' shared autowired service.
  28985.      *
  28986.      * @return \App\Service\TraitementFolder
  28987.      */
  28988.     protected function getTraitementFolderService()
  28989.     {
  28990.         include_once \dirname(__DIR__4).'/src/Service/TraitementFolder.php';
  28991.         return $this->privates['App\\Service\\TraitementFolder'] = new \App\Service\TraitementFolder();
  28992.     }
  28993.     /**
  28994.      * Gets the private 'App\Service\TraitementImmogo' shared autowired service.
  28995.      *
  28996.      * @return \App\Service\TraitementImmogo
  28997.      */
  28998.     protected function getTraitementImmogoService()
  28999.     {
  29000.         include_once \dirname(__DIR__4).'/src/Service/TraitementImmogo.php';
  29001.         return $this->privates['App\\Service\\TraitementImmogo'] = new \App\Service\TraitementImmogo();
  29002.     }
  29003.     /**
  29004.      * Gets the private 'App\Service\TraitementUrl' shared autowired service.
  29005.      *
  29006.      * @return \App\Service\TraitementUrl
  29007.      */
  29008.     protected function getTraitementUrlService()
  29009.     {
  29010.         return $this->privates['App\\Service\\TraitementUrl'] = new \App\Service\TraitementUrl(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  29011.     }
  29012.     /**
  29013.      * Gets the private 'App\Service\Webshop\ThePropertyExtensionOrder' shared autowired service.
  29014.      *
  29015.      * @return \App\Service\Webshop\ThePropertyExtensionOrder
  29016.      */
  29017.     protected function getThePropertyExtensionOrder2Service()
  29018.     {
  29019.         include_once \dirname(__DIR__4).'/src/Service/Webshop/ThePropertyExtensionOrder.php';
  29020.         return $this->privates['App\\Service\\Webshop\\ThePropertyExtensionOrder'] = new \App\Service\Webshop\ThePropertyExtensionOrder(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))));
  29021.     }
  29022.     /**
  29023.      * Gets the private 'App\Utils\Utils' shared autowired service.
  29024.      *
  29025.      * @return \App\Utils\Utils
  29026.      */
  29027.     protected function getUtilsService()
  29028.     {
  29029.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  29030.         if (isset($this->privates['App\\Utils\\Utils'])) {
  29031.             return $this->privates['App\\Utils\\Utils'];
  29032.         }
  29033.         $b = ($this->services['router'] ?? $this->getRouterService());
  29034.         if (isset($this->privates['App\\Utils\\Utils'])) {
  29035.             return $this->privates['App\\Utils\\Utils'];
  29036.         }
  29037.         return $this->privates['App\\Utils\\Utils'] = new \App\Utils\Utils($a, ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this))), ($this->services['lexik_jwt_authentication.encoder'] ?? $this->getLexikJwtAuthentication_EncoderService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())), $b);
  29038.     }
  29039.     /**
  29040.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  29041.      *
  29042.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  29043.      */
  29044.     protected function getManagerRegistryAwareConnectionProviderService()
  29045.     {
  29046.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  29047.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  29048.         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'));
  29049.     }
  29050.     /**
  29051.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  29052.      *
  29053.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  29054.      */
  29055.     protected function getRunSqlCommandService()
  29056.     {
  29057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29058.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  29059.         $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()));
  29060.         $instance->setName('dbal:run-sql');
  29061.         return $instance;
  29062.     }
  29063.     /**
  29064.      * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  29065.      *
  29066.      * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  29067.      */
  29068.     protected function getQrCodeRuntimeService()
  29069.     {
  29070.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  29071.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  29072.         $a = ($this->services['router'] ?? $this->getRouterService());
  29073.         if (isset($this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'])) {
  29074.             return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'];
  29075.         }
  29076.         return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()), $a);
  29077.     }
  29078.     /**
  29079.      * Gets the private 'Endroid\QrCode\Builder\BuilderRegistry' shared autowired service.
  29080.      *
  29081.      * @return \Endroid\QrCode\Builder\BuilderRegistry
  29082.      */
  29083.     protected function getBuilderRegistryService()
  29084.     {
  29085.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  29086.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  29087.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  29088.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  29089.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  29090.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  29091.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  29092.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  29093.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  29094.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  29095.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  29096.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  29097.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  29098.         $this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = $instance = new \Endroid\QrCode\Builder\BuilderRegistry();
  29099.         $a = new \Endroid\QrCode\Builder\Builder();
  29100.         $a->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  29101.         $a->size(300);
  29102.         $a->margin(10);
  29103.         $a->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  29104.         $a->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  29105.         $a->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  29106.         $a->validateResult(false);
  29107.         $instance->addBuilder('default'$a);
  29108.         return $instance;
  29109.     }
  29110.     /**
  29111.      * Gets the private 'Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener' shared autowired service.
  29112.      *
  29113.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  29114.      */
  29115.     protected function getEmailSenderListenerService()
  29116.     {
  29117.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  29118.         return $this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  29119.     }
  29120.     /**
  29121.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  29122.      *
  29123.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  29124.      */
  29125.     protected function getCacheWarmer2Service()
  29126.     {
  29127.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  29128.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  29129.         return $this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] = new \Vich\UploaderBundle\Metadata\CacheWarmer(($this->targetDir.''.'/vich_uploader'), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  29130.     }
  29131.     /**
  29132.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  29133.      *
  29134.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  29135.      */
  29136.     protected function getUploaderExtensionRuntimeService()
  29137.     {
  29138.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  29139.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  29140.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  29141.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  29142.         return $this->privates['Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime'] = new \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime(new \Vich\UploaderBundle\Templating\Helper\UploaderHelper(($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService())));
  29143.     }
  29144.     /**
  29145.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  29146.      *
  29147.      * @return \Vich\UploaderBundle\Util\Transliterator
  29148.      */
  29149.     protected function getTransliteratorService()
  29150.     {
  29151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  29152.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  29153.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  29154.         return $this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] = new \Vich\UploaderBundle\Util\Transliterator(($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr'))));
  29155.     }
  29156.     /**
  29157.      * Gets the private 'against_proposal.search_filter' shared service.
  29158.      *
  29159.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  29160.      */
  29161.     protected function getAgainstProposal_SearchFilterService()
  29162.     {
  29163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  29164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  29165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  29166.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  29167.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  29168.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  29169.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  29170.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  29171.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  29172.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  29173.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  29174.         if (isset($this->privates['against_proposal.search_filter'])) {
  29175.             return $this->privates['against_proposal.search_filter'];
  29176.         }
  29177.         return $this->privates['against_proposal.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['user' => 'exact''theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  29178.     }
  29179.     /**
  29180.      * Gets the private 'annotations.cache_adapter' shared service.
  29181.      *
  29182.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  29183.      */
  29184.     protected function getAnnotations_CacheAdapterService()
  29185.     {
  29186.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  29187.     }
  29188.     /**
  29189.      * Gets the private 'annotations.cache_warmer' shared service.
  29190.      *
  29191.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  29192.      */
  29193.     protected function getAnnotations_CacheWarmerService()
  29194.     {
  29195.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  29196.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  29197.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  29198.         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);
  29199.     }
  29200.     /**
  29201.      * Gets the private 'annotations.cached_reader' shared service.
  29202.      *
  29203.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  29204.      */
  29205.     protected function getAnnotations_CachedReaderService()
  29206.     {
  29207.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  29208.     }
  29209.     /**
  29210.      * Gets the private 'annotations.dummy_registry' shared service.
  29211.      *
  29212.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  29213.      */
  29214.     protected function getAnnotations_DummyRegistryService()
  29215.     {
  29216.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  29217.         $instance->registerUniqueLoader('class_exists');
  29218.         return $instance;
  29219.     }
  29220.     /**
  29221.      * Gets the private 'annotations.reader' shared service.
  29222.      *
  29223.      * @return \Doctrine\Common\Annotations\AnnotationReader
  29224.      */
  29225.     protected function getAnnotations_ReaderService()
  29226.     {
  29227.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  29228.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  29229.         return $instance;
  29230.     }
  29231.     /**
  29232.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  29233.      *
  29234.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29235.      */
  29236.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  29237.     {
  29238.         return $this->privates['api_platform.cache.identifiers_extractor'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('exhxa6nF1X'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  29239.     }
  29240.     /**
  29241.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  29242.      *
  29243.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29244.      */
  29245.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  29246.     {
  29247.         return $this->privates['api_platform.cache.metadata.property.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('NWSHVxxaoJ'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  29248.     }
  29249.     /**
  29250.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  29251.      *
  29252.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29253.      */
  29254.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  29255.     {
  29256.         return $this->privates['api_platform.cache.metadata.resource'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WASLDwYXu+'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  29257.     }
  29258.     /**
  29259.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  29260.      *
  29261.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29262.      */
  29263.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  29264.     {
  29265.         return $this->privates['api_platform.cache.metadata.resource.legacy'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+YwHYR5lKH'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  29266.     }
  29267.     /**
  29268.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  29269.      *
  29270.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29271.      */
  29272.     protected function getApiPlatform_Cache_RouteNameResolverService()
  29273.     {
  29274.         return $this->privates['api_platform.cache.route_name_resolver'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('WWdSAzmfIi'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  29275.     }
  29276.     /**
  29277.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  29278.      *
  29279.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29280.      */
  29281.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  29282.     {
  29283.         return $this->privates['api_platform.cache.subresource_operation_factory'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('+hsoWhU8Fd'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  29284.     }
  29285.     /**
  29286.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  29287.      *
  29288.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  29289.      */
  29290.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  29291.     {
  29292.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  29293.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  29294.     }
  29295.     /**
  29296.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  29297.      *
  29298.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  29299.      */
  29300.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  29301.     {
  29302.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  29303.         return $this->privates['api_platform.doctrine.orm.default.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), new RewindableGenerator(function () {
  29304.             yield => ($this->privates['App\\Doctrine\\ImoAgentSolicitationExtension'] ?? $this->getImoAgentSolicitationExtensionService());
  29305.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29306.             yield => ($this->privates['App\\Doctrine\\SortByDateExtension'] ?? ($this->privates['App\\Doctrine\\SortByDateExtension'] = new \App\Doctrine\SortByDateExtension()));
  29307.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  29308.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  29309.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29310.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  29311.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  29312.         }, 8));
  29313.     }
  29314.     /**
  29315.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  29316.      *
  29317.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  29318.      */
  29319.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  29320.     {
  29321.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  29322.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  29323.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  29324.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29325.         if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
  29326.             return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
  29327.         }
  29328.         return $this->privates['api_platform.doctrine.orm.default.item_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, new RewindableGenerator(function () {
  29329.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29330.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29331.         }, 2), NULL);
  29332.     }
  29333.     /**
  29334.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  29335.      *
  29336.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  29337.      */
  29338.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  29339.     {
  29340.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  29341.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  29342.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29343.         if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
  29344.             return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
  29345.         }
  29346.         return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, new RewindableGenerator(function () {
  29347.             yield => ($this->privates['App\\Doctrine\\ImoAgentSolicitationExtension'] ?? $this->getImoAgentSolicitationExtensionService());
  29348.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29349.             yield => ($this->privates['App\\Doctrine\\SortByDateExtension'] ?? ($this->privates['App\\Doctrine\\SortByDateExtension'] = new \App\Doctrine\SortByDateExtension()));
  29350.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  29351.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  29352.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29353.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  29354.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  29355.         }, 8), new RewindableGenerator(function () {
  29356.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29357.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29358.         }, 2), NULL);
  29359.     }
  29360.     /**
  29361.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  29362.      *
  29363.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  29364.      */
  29365.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  29366.     {
  29367.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29368.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29369.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  29370.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  29371.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  29372.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29373.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'])) {
  29374.             return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'];
  29375.         }
  29376.         return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), 1000falseNULLNULLfalse, ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  29377.     }
  29378.     /**
  29379.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  29380.      *
  29381.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  29382.      */
  29383.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  29384.     {
  29385.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29386.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29387.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  29388.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  29389.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.filter'])) {
  29390.             return $this->privates['api_platform.doctrine.orm.query_extension.filter'];
  29391.         }
  29392.         return $this->privates['api_platform.doctrine.orm.query_extension.filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  29393.     }
  29394.     /**
  29395.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  29396.      *
  29397.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  29398.      */
  29399.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  29400.     {
  29401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29402.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29403.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  29404.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  29405.         return $this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), false, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  29406.     }
  29407.     /**
  29408.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  29409.      *
  29410.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  29411.      */
  29412.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  29413.     {
  29414.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29415.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29416.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  29417.         return $this->privates['api_platform.doctrine.orm.query_extension.order'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension('ASC', ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29418.     }
  29419.     /**
  29420.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  29421.      *
  29422.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  29423.      */
  29424.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  29425.     {
  29426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  29428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  29429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  29430.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  29431.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  29432.         return $this->privates['api_platform.doctrine.orm.query_extension.pagination'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension(($this->services['doctrine'] ?? $this->getDoctrineService()), $a, new \ApiPlatform\Core\DataProvider\Pagination($a$this->parameters['api_platform.collection.pagination'], $this->parameters['api_platform.graphql.collection.pagination']));
  29433.     }
  29434.     /**
  29435.      * Gets the private 'api_platform.filter_locator' shared service.
  29436.      *
  29437.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29438.      */
  29439.     protected function getApiPlatform_FilterLocatorService()
  29440.     {
  29441.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29442.             'App\\Filter\\CadastreFilter' => ['privates''App\\Filter\\CadastreFilter''getCadastreFilterService'false],
  29443.             'App\\Filter\\ChangeWaterBranchFilter' => ['privates''App\\Filter\\ChangeWaterBranchFilter''getChangeWaterBranchFilterService'false],
  29444.             'App\\Filter\\CommunityPostAuthorFilter' => ['privates''App\\Filter\\CommunityPostAuthorFilter''getCommunityPostAuthorFilterService'false],
  29445.             'App\\Filter\\CommunityPostCategoryFilter' => ['privates''App\\Filter\\CommunityPostCategoryFilter''getCommunityPostCategoryFilterService'false],
  29446.             'App\\Filter\\CommunityPostCommentFilter' => ['privates''App\\Filter\\CommunityPostCommentFilter''getCommunityPostCommentFilterService'false],
  29447.             'App\\Filter\\CommunityPostCommitteeFilter' => ['privates''App\\Filter\\CommunityPostCommitteeFilter''getCommunityPostCommitteeFilterService'false],
  29448.             'App\\Filter\\CommunityPostTypeFilter' => ['privates''App\\Filter\\CommunityPostTypeFilter''getCommunityPostTypeFilterService'false],
  29449.             'App\\Filter\\InvoiceWaterFilter' => ['privates''App\\Filter\\InvoiceWaterFilter''getInvoiceWaterFilterService'false],
  29450.             'App\\Filter\\MessageConversationFilter' => ['privates''App\\Filter\\MessageConversationFilter''getMessageConversationFilterService'false],
  29451.             'App\\Filter\\NearbyFilter' => ['privates''App\\Filter\\NearbyFilter''getNearbyFilterService'false],
  29452.             'App\\Filter\\ProviderWatterConsumptionFilter' => ['privates''App\\Filter\\ProviderWatterConsumptionFilter''getProviderWatterConsumptionFilterService'false],
  29453.             'App\\Filter\\ProviderWatterDeleteFilter' => ['privates''App\\Filter\\ProviderWatterDeleteFilter''getProviderWatterDeleteFilterService'false],
  29454.             'App\\Filter\\ProviderWatterInterventionOrderFilter' => ['privates''App\\Filter\\ProviderWatterInterventionOrderFilter''getProviderWatterInterventionOrderFilterService'false],
  29455.             'App\\Filter\\SearchFilter' => ['privates''App\\Filter\\SearchFilter''getSearchFilterService'false],
  29456.             'App\\Filter\\SyndicChatGroupFilter' => ['privates''App\\Filter\\SyndicChatGroupFilter''getSyndicChatGroupFilterService'false],
  29457.             'against_proposal.search_filter' => ['privates''against_proposal.search_filter''getAgainstProposal_SearchFilterService'false],
  29458.             'app.filter.cadastre_filter' => ['privates''app.filter.cadastre_filter''getApp_Filter_CadastreFilterService'false],
  29459.             'app.filter.changewaterbranch_theproperty_filter' => ['privates''app.filter.changewaterbranch_theproperty_filter''getApp_Filter_ChangewaterbranchThepropertyFilterService'false],
  29460.             'app.filter.community_post_author_filter' => ['privates''app.filter.community_post_author_filter''getApp_Filter_CommunityPostAuthorFilterService'false],
  29461.             'app.filter.community_post_category_filter' => ['privates''app.filter.community_post_category_filter''getApp_Filter_CommunityPostCategoryFilterService'false],
  29462.             'app.filter.community_post_comment_filter' => ['privates''app.filter.community_post_comment_filter''getApp_Filter_CommunityPostCommentFilterService'false],
  29463.             'app.filter.community_post_committee_filter' => ['privates''app.filter.community_post_committee_filter''getApp_Filter_CommunityPostCommitteeFilterService'false],
  29464.             'app.filter.community_post_type_filter' => ['privates''app.filter.community_post_type_filter''getApp_Filter_CommunityPostTypeFilterService'false],
  29465.             'app.filter.message_conversation_filter' => ['privates''app.filter.message_conversation_filter''getApp_Filter_MessageConversationFilterService'false],
  29466.             'app.filter.nearby_filter' => ['privates''app.filter.nearby_filter''getApp_Filter_NearbyFilterService'false],
  29467.             'app.filter.provider_water_consumption' => ['privates''app.filter.provider_water_consumption''getApp_Filter_ProviderWaterConsumptionService'false],
  29468.             'app.filter.provider_watter_delete_filter' => ['privates''app.filter.provider_watter_delete_filter''getApp_Filter_ProviderWatterDeleteFilterService'false],
  29469.             'app.filter.search_filter' => ['privates''app.filter.search_filter''getApp_Filter_SearchFilterService'false],
  29470.             'app.filter.syndic_chat_group_filter' => ['privates''app.filter.syndic_chat_group_filter''getApp_Filter_SyndicChatGroupFilterService'false],
  29471.             'app.provider.watter_intervention_filter' => ['privates''app.provider.watter_intervention_filter''getApp_Provider_WatterInterventionFilterService'false],
  29472.             'app.the_property_work_filter' => ['privates''app.the_property_work_filter''getApp_ThePropertyWorkFilterService'false],
  29473.             'bank_simulation.search_filter' => ['privates''bank_simulation.search_filter''getBankSimulation_SearchFilterService'false],
  29474.             'category_permit.search_filter' => ['privates''category_permit.search_filter''getCategoryPermit_SearchFilterService'false],
  29475.             'changewaterbranch.theproperty_filter' => ['privates''changewaterbranch.theproperty_filter''getChangewaterbranch_ThepropertyFilterService'false],
  29476.             'co_ownership_account_lot.search_filter' => ['privates''co_ownership_account_lot.search_filter''getCoOwnershipAccountLot_SearchFilterService'false],
  29477.             'co_ownership_agenda.search_filter' => ['privates''co_ownership_agenda.search_filter''getCoOwnershipAgenda_SearchFilterService'false],
  29478.             'co_ownership_balance.search_filter' => ['privates''co_ownership_balance.search_filter''getCoOwnershipBalance_SearchFilterService'false],
  29479.             'co_ownership_document.search_filter' => ['privates''co_ownership_document.search_filter''getCoOwnershipDocument_SearchFilterService'false],
  29480.             'co_ownership_lot_balance.search_filter' => ['privates''co_ownership_lot_balance.search_filter''getCoOwnershipLotBalance_SearchFilterService'false],
  29481.             'co_ownership_lot_vote.search_filter' => ['privates''co_ownership_lot_vote.search_filter''getCoOwnershipLotVote_SearchFilterService'false],
  29482.             'co_ownership_the_property.search_filter' => ['privates''co_ownership_the_property.search_filter''getCoOwnershipTheProperty_SearchFilterService'false],
  29483.             'co_ownership_the_property_response.search_filter' => ['privates''co_ownership_the_property_response.search_filter''getCoOwnershipThePropertyResponse_SearchFilterService'false],
  29484.             'co_ownership_transcript.search_filter' => ['privates''co_ownership_transcript.search_filter''getCoOwnershipTranscript_SearchFilterService'false],
  29485.             'colective_garden.search_filter' => ['privates''colective_garden.search_filter''getColectiveGarden_SearchFilterService'false],
  29486.             'collective_garden_cadastre.search_filter' => ['privates''collective_garden_cadastre.search_filter''getCollectiveGardenCadastre_SearchFilterService'false],
  29487.             'community.post.author_filter' => ['privates''community.post.author_filter''getCommunity_Post_AuthorFilterService'false],
  29488.             'community.post.category_filter' => ['privates''community.post.category_filter''getCommunity_Post_CategoryFilterService'false],
  29489.             'community.post.comment.comment_filter' => ['privates''community.post.comment.comment_filter''getCommunity_Post_Comment_CommentFilterService'false],
  29490.             'community.post.committee_filter' => ['privates''community.post.committee_filter''getCommunity_Post_CommitteeFilterService'false],
  29491.             'community.post.search_filter' => ['privates''community.post.search_filter''getCommunity_Post_SearchFilterService'false],
  29492.             'community.post.type_filter' => ['privates''community.post.type_filter''getCommunity_Post_TypeFilterService'false],
  29493.             'condominium.date_filter' => ['privates''condominium.date_filter''getCondominium_DateFilterService'false],
  29494.             'condominium.search_filter' => ['privates''condominium.search_filter''getCondominium_SearchFilterService'false],
  29495.             'garden_project_actions_lot.search_filter' => ['privates''garden_project_actions_lot.search_filter''getGardenProjectActionsLot_SearchFilterService'false],
  29496.             'garden_project_actions_lot_account.search_filter' => ['privates''garden_project_actions_lot_account.search_filter''getGardenProjectActionsLotAccount_SearchFilterService'false],
  29497.             'inventory.search_filter' => ['privates''inventory.search_filter''getInventory_SearchFilterService'false],
  29498.             'message.conversation_filter' => ['privates''message.conversation_filter''getMessage_ConversationFilterService'false],
  29499.             'municipal_tax.search_filter' => ['privates''municipal_tax.search_filter''getMunicipalTax_SearchFilterService'false],
  29500.             'obligations.search_filter' => ['privates''obligations.search_filter''getObligations_SearchFilterService'false],
  29501.             'occupation_period.search_filter' => ['privates''occupation_period.search_filter''getOccupationPeriod_SearchFilterService'false],
  29502.             'offer_collaborative.search_filter' => ['privates''offer_collaborative.search_filter''getOfferCollaborative_SearchFilterService'false],
  29503.             'offer_collaborative_buyers.search_filter' => ['privates''offer_collaborative_buyers.search_filter''getOfferCollaborativeBuyers_SearchFilterService'false],
  29504.             'operation_type_filter' => ['privates''app.operation_type_filter''getApp_OperationTypeFilterService'false],
  29505.             'payment_history.search_filter' => ['privates''payment_history.search_filter''getPaymentHistory_SearchFilterService'false],
  29506.             'permit_citerne.search_filter' => ['privates''permit_citerne.search_filter''getPermitCiterne_SearchFilterService'false],
  29507.             'permit_property.search_filter' => ['privates''permit_property.search_filter''getPermitProperty_SearchFilterService'false],
  29508.             'permit_property_procedure.search_filter' => ['privates''permit_property_procedure.search_filter''getPermitPropertyProcedure_SearchFilterService'false],
  29509.             'provider.delete.watter_filter' => ['privates''provider.delete.watter_filter''getProvider_Delete_WatterFilterService'false],
  29510.             'provider.water_invoice_filter' => ['privates''provider.water_invoice_filter''getProvider_WaterInvoiceFilterService'false],
  29511.             'provider.watter_consumption_filter' => ['privates''provider.watter_consumption_filter''getProvider_WatterConsumptionFilterService'false],
  29512.             'provider.watter_intervention_filter' => ['privates''provider.watter_intervention_filter''getProvider_WatterInterventionFilterService'false],
  29513.             'provider_fluvius.boolean_filter' => ['privates''provider_fluvius.boolean_filter''getProviderFluvius_BooleanFilterService'false],
  29514.             'provider_ores.boolean_filter' => ['privates''provider_ores.boolean_filter''getProviderOres_BooleanFilterService'false],
  29515.             'provider_ores_brugel.search_filter' => ['privates''provider_ores_brugel.search_filter''getProviderOresBrugel_SearchFilterService'false],
  29516.             'provider_sibelga_task.boolean_filter' => ['privates''provider_sibelga_task.boolean_filter''getProviderSibelgaTask_BooleanFilterService'false],
  29517.             'provider_solar.search_filter' => ['privates''provider_solar.search_filter''getProviderSolar_SearchFilterService'false],
  29518.             'provider_solar_declaration_cadastre.boolean_filter' => ['privates''provider_solar_declaration_cadastre.boolean_filter''getProviderSolarDeclarationCadastre_BooleanFilterService'false],
  29519.             'provider_tank_installation.search_filter' => ['privates''provider_tank_installation.search_filter''getProviderTankInstallation_SearchFilterService'false],
  29520.             'rent_history.search_filter' => ['privates''rent_history.search_filter''getRentHistory_SearchFilterService'false],
  29521.             'rent_request_details.search_filter' => ['privates''rent_request_details.search_filter''getRentRequestDetails_SearchFilterService'false],
  29522.             'rental_management.search_filter' => ['privates''rental_management.search_filter''getRentalManagement_SearchFilterService'false],
  29523.             'rm_leave.search_filter' => ['privates''rm_leave.search_filter''getRmLeave_SearchFilterService'false],
  29524.             'rm_payment.search_filter' => ['privates''rm_payment.search_filter''getRmPayment_SearchFilterService'false],
  29525.             'service_category.search_filter' => ['privates''service_category.search_filter''getServiceCategory_SearchFilterService'false],
  29526.             'syndic_chat.syndic_chat_group_filter' => ['privates''syndic_chat.syndic_chat_group_filter''getSyndicChat_SyndicChatGroupFilterService'false],
  29527.             'the_property_counter.search_filter' => ['privates''the_property_counter.search_filter''getThePropertyCounter_SearchFilterService'false],
  29528.             'the_property_counter_statement.search_filter' => ['privates''the_property_counter_statement.search_filter''getThePropertyCounterStatement_SearchFilterService'false],
  29529.             'the_property_filter' => ['privates''app.the_property__filter''getApp_ThePropertyFilterService'false],
  29530.             'the_property_provider.search_filter' => ['privates''the_property_provider.search_filter''getThePropertyProvider_SearchFilterService'false],
  29531.             'the_property_work.search_filter' => ['privates''the_property_work.search_filter''getThePropertyWork_SearchFilterService'false],
  29532.             'theservice_nearby.search_filter' => ['privates''theservice_nearby.search_filter''getTheserviceNearby_SearchFilterService'false],
  29533.             'total_revenu.total_revenue_filter' => ['privates''total_revenu.total_revenue_filter''getTotalRevenu_TotalRevenueFilterService'false],
  29534.             'user.search_filter' => ['privates''user.search_filter''getUser_SearchFilterService'false],
  29535.             'user_cadastre.search_filter' => ['privates''user_cadastre.search_filter''getUserCadastre_SearchFilterService'false],
  29536.         ], [
  29537.             'App\\Filter\\CadastreFilter' => '?',
  29538.             'App\\Filter\\ChangeWaterBranchFilter' => '?',
  29539.             'App\\Filter\\CommunityPostAuthorFilter' => '?',
  29540.             'App\\Filter\\CommunityPostCategoryFilter' => '?',
  29541.             'App\\Filter\\CommunityPostCommentFilter' => '?',
  29542.             'App\\Filter\\CommunityPostCommitteeFilter' => '?',
  29543.             'App\\Filter\\CommunityPostTypeFilter' => '?',
  29544.             'App\\Filter\\InvoiceWaterFilter' => '?',
  29545.             'App\\Filter\\MessageConversationFilter' => '?',
  29546.             'App\\Filter\\NearbyFilter' => '?',
  29547.             'App\\Filter\\ProviderWatterConsumptionFilter' => '?',
  29548.             'App\\Filter\\ProviderWatterDeleteFilter' => '?',
  29549.             'App\\Filter\\ProviderWatterInterventionOrderFilter' => '?',
  29550.             'App\\Filter\\SearchFilter' => '?',
  29551.             'App\\Filter\\SyndicChatGroupFilter' => '?',
  29552.             'against_proposal.search_filter' => '?',
  29553.             'app.filter.cadastre_filter' => '?',
  29554.             'app.filter.changewaterbranch_theproperty_filter' => '?',
  29555.             'app.filter.community_post_author_filter' => '?',
  29556.             'app.filter.community_post_category_filter' => '?',
  29557.             'app.filter.community_post_comment_filter' => '?',
  29558.             'app.filter.community_post_committee_filter' => '?',
  29559.             'app.filter.community_post_type_filter' => '?',
  29560.             'app.filter.message_conversation_filter' => '?',
  29561.             'app.filter.nearby_filter' => '?',
  29562.             'app.filter.provider_water_consumption' => '?',
  29563.             'app.filter.provider_watter_delete_filter' => '?',
  29564.             'app.filter.search_filter' => '?',
  29565.             'app.filter.syndic_chat_group_filter' => '?',
  29566.             'app.provider.watter_intervention_filter' => '?',
  29567.             'app.the_property_work_filter' => '?',
  29568.             'bank_simulation.search_filter' => '?',
  29569.             'category_permit.search_filter' => '?',
  29570.             'changewaterbranch.theproperty_filter' => '?',
  29571.             'co_ownership_account_lot.search_filter' => '?',
  29572.             'co_ownership_agenda.search_filter' => '?',
  29573.             'co_ownership_balance.search_filter' => '?',
  29574.             'co_ownership_document.search_filter' => '?',
  29575.             'co_ownership_lot_balance.search_filter' => '?',
  29576.             'co_ownership_lot_vote.search_filter' => '?',
  29577.             'co_ownership_the_property.search_filter' => '?',
  29578.             'co_ownership_the_property_response.search_filter' => '?',
  29579.             'co_ownership_transcript.search_filter' => '?',
  29580.             'colective_garden.search_filter' => '?',
  29581.             'collective_garden_cadastre.search_filter' => '?',
  29582.             'community.post.author_filter' => '?',
  29583.             'community.post.category_filter' => '?',
  29584.             'community.post.comment.comment_filter' => '?',
  29585.             'community.post.committee_filter' => '?',
  29586.             'community.post.search_filter' => '?',
  29587.             'community.post.type_filter' => '?',
  29588.             'condominium.date_filter' => '?',
  29589.             'condominium.search_filter' => '?',
  29590.             'garden_project_actions_lot.search_filter' => '?',
  29591.             'garden_project_actions_lot_account.search_filter' => '?',
  29592.             'inventory.search_filter' => '?',
  29593.             'message.conversation_filter' => '?',
  29594.             'municipal_tax.search_filter' => '?',
  29595.             'obligations.search_filter' => '?',
  29596.             'occupation_period.search_filter' => '?',
  29597.             'offer_collaborative.search_filter' => '?',
  29598.             'offer_collaborative_buyers.search_filter' => '?',
  29599.             'operation_type_filter' => '?',
  29600.             'payment_history.search_filter' => '?',
  29601.             'permit_citerne.search_filter' => '?',
  29602.             'permit_property.search_filter' => '?',
  29603.             'permit_property_procedure.search_filter' => '?',
  29604.             'provider.delete.watter_filter' => '?',
  29605.             'provider.water_invoice_filter' => '?',
  29606.             'provider.watter_consumption_filter' => '?',
  29607.             'provider.watter_intervention_filter' => '?',
  29608.             'provider_fluvius.boolean_filter' => '?',
  29609.             'provider_ores.boolean_filter' => '?',
  29610.             'provider_ores_brugel.search_filter' => '?',
  29611.             'provider_sibelga_task.boolean_filter' => '?',
  29612.             'provider_solar.search_filter' => '?',
  29613.             'provider_solar_declaration_cadastre.boolean_filter' => '?',
  29614.             'provider_tank_installation.search_filter' => '?',
  29615.             'rent_history.search_filter' => '?',
  29616.             'rent_request_details.search_filter' => '?',
  29617.             'rental_management.search_filter' => '?',
  29618.             'rm_leave.search_filter' => '?',
  29619.             'rm_payment.search_filter' => '?',
  29620.             'service_category.search_filter' => '?',
  29621.             'syndic_chat.syndic_chat_group_filter' => '?',
  29622.             'the_property_counter.search_filter' => '?',
  29623.             'the_property_counter_statement.search_filter' => '?',
  29624.             'the_property_filter' => '?',
  29625.             'the_property_provider.search_filter' => '?',
  29626.             'the_property_work.search_filter' => '?',
  29627.             'theservice_nearby.search_filter' => '?',
  29628.             'total_revenu.total_revenue_filter' => '?',
  29629.             'user.search_filter' => '?',
  29630.             'user_cadastre.search_filter' => '?',
  29631.         ]);
  29632.     }
  29633.     /**
  29634.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  29635.      *
  29636.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  29637.      */
  29638.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  29639.     {
  29640.         return $this->privates['api_platform.http_cache.listener.response.configure'] = new \ApiPlatform\HttpCache\EventListener\AddHeadersListener(trueNULLNULL$this->parameters['api_platform.http_cache.vary'], NULL, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29641.     }
  29642.     /**
  29643.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  29644.      *
  29645.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  29646.      */
  29647.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  29648.     {
  29649.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  29650.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  29651.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  29652.         }
  29653.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29654.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  29655.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  29656.         }
  29657.         return $this->privates['api_platform.hydra.json_schema.schema_factory'] = new \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory(new \ApiPlatform\Core\JsonSchema\SchemaFactory($a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())));
  29658.     }
  29659.     /**
  29660.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  29661.      *
  29662.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  29663.      */
  29664.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  29665.     {
  29666.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  29667.     }
  29668.     /**
  29669.      * Gets the private 'api_platform.identifier.converter' shared service.
  29670.      *
  29671.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  29672.      */
  29673.     protected function getApiPlatform_Identifier_ConverterService()
  29674.     {
  29675.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29676.         if (isset($this->privates['api_platform.identifier.converter'])) {
  29677.             return $this->privates['api_platform.identifier.converter'];
  29678.         }
  29679.         return $this->privates['api_platform.identifier.converter'] = new \ApiPlatform\Core\Identifier\IdentifierConverter(($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $a, new RewindableGenerator(function () {
  29680.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  29681.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  29682.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
  29683.         }, 3));
  29684.     }
  29685.     /**
  29686.      * Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
  29687.      *
  29688.      * @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
  29689.      *
  29690.      * @deprecated Since api-platform/core 2.7: The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.
  29691.      */
  29692.     protected function getApiPlatform_Identifier_UuidNormalizerService()
  29693.     {
  29694.         trigger_deprecation('api-platform/core''2.7''The "api_platform.identifier.uuid_normalizer" service is deprecated since 2.7 and will be removed in 3.0. Use the "api_platform.ramsey_uuid.uri_variables.transformer.uuid" service instead.');
  29695.         return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
  29696.     }
  29697.     /**
  29698.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  29699.      *
  29700.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  29701.      */
  29702.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  29703.     {
  29704.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  29705.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  29706.             return $this->privates['api_platform.identifiers_extractor.cached'];
  29707.         }
  29708.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29709.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  29710.             return $this->privates['api_platform.identifiers_extractor.cached'];
  29711.         }
  29712.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  29713.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  29714.         return $this->privates['api_platform.identifiers_extractor.cached'] = new \ApiPlatform\Core\Api\CachedIdentifiersExtractor(($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()), new \ApiPlatform\Core\Api\IdentifiersExtractor($a$b$c$dtrue), $c$d);
  29715.     }
  29716.     /**
  29717.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  29718.      *
  29719.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  29720.      *
  29721.      * @deprecated Since api-platform/core 2.7: Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\Api\IriConverterInterface" instead.
  29722.      */
  29723.     protected function getApiPlatform_IriConverter_LegacyService()
  29724.     {
  29725.         trigger_deprecation('api-platform/core''2.7''Using "api_platform.iri_converter.legacy" is deprecated since API Platform 2.7. Use "ApiPlatform\\Api\\IriConverterInterface" instead.');
  29726.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  29727.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  29728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  29729.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29730.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29731.             return $this->privates['api_platform.iri_converter.legacy'];
  29732.         }
  29733.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  29734.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29735.             return $this->privates['api_platform.iri_converter.legacy'];
  29736.         }
  29737.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  29738.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29739.             return $this->privates['api_platform.iri_converter.legacy'];
  29740.         }
  29741.         $d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
  29742.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29743.             return $this->privates['api_platform.iri_converter.legacy'];
  29744.         }
  29745.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  29746.         return $this->privates['api_platform.iri_converter.legacy'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter(($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a$b, new \ApiPlatform\Core\Bridge\Symfony\Routing\CachedRouteNameResolver(($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()), new \ApiPlatform\Core\Bridge\Symfony\Routing\RouteNameResolver($e)), $e, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), $c$d, ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29747.     }
  29748.     /**
  29749.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  29750.      *
  29751.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  29752.      */
  29753.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  29754.     {
  29755.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29756.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  29757.         $this->privates['api_platform.json_schema.json_schema_generate_command'] = $instance = new \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()), $this->parameters['api_platform.formats']);
  29758.         $instance->setName('api:json-schema:generate');
  29759.         return $instance;
  29760.     }
  29761.     /**
  29762.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  29763.      *
  29764.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  29765.      */
  29766.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  29767.     {
  29768.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  29769.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  29770.         return $instance;
  29771.     }
  29772.     /**
  29773.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  29774.      *
  29775.      * @return \ApiPlatform\JsonLd\ContextBuilder
  29776.      */
  29777.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  29778.     {
  29779.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29780.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  29781.             return $this->privates['api_platform.jsonld.context_builder'];
  29782.         }
  29783.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  29784.         return $this->privates['api_platform.jsonld.context_builder'] = new \ApiPlatform\JsonLd\ContextBuilder(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()), $a$b, ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), new \ApiPlatform\Symfony\Routing\SkolemIriConverter($b));
  29785.     }
  29786.     /**
  29787.      * Gets the private 'api_platform.listener.exception' shared service.
  29788.      *
  29789.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  29790.      */
  29791.     protected function getApiPlatform_Listener_ExceptionService()
  29792.     {
  29793.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  29794.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  29795.         return $this->privates['api_platform.listener.exception'] = new \ApiPlatform\Symfony\EventListener\ExceptionListener('api_platform.action.exception', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), false, new \ApiPlatform\Symfony\EventListener\ErrorListener('api_platform.action.exception', ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), true));
  29796.     }
  29797.     /**
  29798.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  29799.      *
  29800.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  29801.      */
  29802.     protected function getApiPlatform_Listener_Exception_ValidationService()
  29803.     {
  29804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  29805.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  29806.         if (isset($this->privates['api_platform.listener.exception.validation'])) {
  29807.             return $this->privates['api_platform.listener.exception.validation'];
  29808.         }
  29809.         return $this->privates['api_platform.listener.exception.validation'] = new \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener($a$this->parameters['api_platform.error_formats'], $this->parameters['api_platform.exception_to_status']);
  29810.     }
  29811.     /**
  29812.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  29813.      *
  29814.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  29815.      */
  29816.     protected function getApiPlatform_Listener_Request_AddFormatService()
  29817.     {
  29818.         return $this->privates['api_platform.listener.request.add_format'] = new \ApiPlatform\Symfony\EventListener\AddFormatListener(new \Negotiation\Negotiator(), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $this->parameters['api_platform.formats']);
  29819.     }
  29820.     /**
  29821.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  29822.      *
  29823.      * @return \ApiPlatform\Core\EventListener\ReadListener
  29824.      */
  29825.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  29826.     {
  29827.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  29828.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  29829.             return $this->privates['api_platform.listener.request.read.legacy'];
  29830.         }
  29831.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  29832.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  29833.             return $this->privates['api_platform.listener.request.read.legacy'];
  29834.         }
  29835.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  29836.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  29837.             return $this->privates['api_platform.listener.request.read.legacy'];
  29838.         }
  29839.         $d = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  29840.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  29841.             return $this->privates['api_platform.listener.request.read.legacy'];
  29842.         }
  29843.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b$c$d, ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29844.     }
  29845.     /**
  29846.      * Gets the private 'api_platform.listener.view.respond' shared service.
  29847.      *
  29848.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  29849.      */
  29850.     protected function getApiPlatform_Listener_View_RespondService()
  29851.     {
  29852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  29853.         return $this->privates['api_platform.listener.view.respond'] = new \ApiPlatform\Symfony\EventListener\RespondListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), NULL);
  29854.     }
  29855.     /**
  29856.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  29857.      *
  29858.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  29859.      */
  29860.     protected function getApiPlatform_Listener_View_SerializeService()
  29861.     {
  29862.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  29863.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  29864.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  29865.             return $this->privates['api_platform.listener.view.serialize'];
  29866.         }
  29867.         $b = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  29868.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  29869.             return $this->privates['api_platform.listener.view.serialize'];
  29870.         }
  29871.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  29872.     }
  29873.     /**
  29874.      * Gets the private 'api_platform.listener.view.validate' shared service.
  29875.      *
  29876.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  29877.      */
  29878.     protected function getApiPlatform_Listener_View_ValidateService()
  29879.     {
  29880.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  29881.         return $this->privates['api_platform.listener.view.validate'] = new \ApiPlatform\Symfony\EventListener\ValidateListener(($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29882.     }
  29883.     /**
  29884.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  29885.      *
  29886.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  29887.      */
  29888.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  29889.     {
  29890.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  29891.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  29892.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  29893.         }
  29894.         return $this->privates['api_platform.listener.view.validate_query_parameters'] = new \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), new \ApiPlatform\Core\Filter\QueryParameterValidator($a), true);
  29895.     }
  29896.     /**
  29897.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  29898.      *
  29899.      * @return \ApiPlatform\Core\EventListener\WriteListener
  29900.      */
  29901.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  29902.     {
  29903.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  29904.         $a = ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService());
  29905.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  29906.             return $this->privates['api_platform.listener.view.write.legacy'];
  29907.         }
  29908.         $b = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  29909.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  29910.             return $this->privates['api_platform.listener.view.write.legacy'];
  29911.         }
  29912.         return $this->privates['api_platform.listener.view.write.legacy'] = new \ApiPlatform\Core\EventListener\WriteListener($a$b, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  29913.     }
  29914.     /**
  29915.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  29916.      *
  29917.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  29918.      */
  29919.     protected function getApiPlatform_Messenger_DataPersisterService()
  29920.     {
  29921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  29922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
  29923.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29924.         if (isset($this->privates['api_platform.messenger.data_persister'])) {
  29925.             return $this->privates['api_platform.messenger.data_persister'];
  29926.         }
  29927.         return $this->privates['api_platform.messenger.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  29928.     }
  29929.     /**
  29930.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  29931.      *
  29932.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  29933.      */
  29934.     protected function getApiPlatform_Messenger_DataTransformerService()
  29935.     {
  29936.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  29937.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
  29938.         return $this->privates['api_platform.messenger.data_transformer'] = new \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29939.     }
  29940.     /**
  29941.      * Gets the private 'api_platform.metadata.extractor.yaml.legacy' shared service.
  29942.      *
  29943.      * @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
  29944.      */
  29945.     protected function getApiPlatform_Metadata_Extractor_Yaml_LegacyService()
  29946.     {
  29947.         return $this->privates['api_platform.metadata.extractor.yaml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\YamlExtractor([=> (\dirname(__DIR__4).'/config/api_platform/resources/Actors.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/AlarmSystem.yml'), => (\dirname(__DIR__4).'/config/api_platform/resources/Alert.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/AlertNewProjectImmo.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/AnnexPermit.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/AnnexPermitProperty.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/Architect.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/AssistanceObtained.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/BoilerPerformance.yaml'), => (\dirname(__DIR__4).'/config/api_platform/resources/BorrowBank.yaml'), 10 => (\dirname(__DIR__4).'/config/api_platform/resources/Brugis.yaml'), 11 => (\dirname(__DIR__4).'/config/api_platform/resources/CarpoolAnnouncement.yaml'), 12 => (\dirname(__DIR__4).'/config/api_platform/resources/CategoryCiterne.yaml'), 13 => (\dirname(__DIR__4).'/config/api_platform/resources/CategoryEnvironnement.yaml'), 14 => (\dirname(__DIR__4).'/config/api_platform/resources/Change_water_branch.yaml'), 15 => (\dirname(__DIR__4).'/config/api_platform/resources/ChoiceCategory.yaml'), 16 => (\dirname(__DIR__4).'/config/api_platform/resources/ChoicedEngie.yaml'), 17 => (\dirname(__DIR__4).'/config/api_platform/resources/CiternInstallModif.yaml'), 18 => (\dirname(__DIR__4).'/config/api_platform/resources/CityEuropa.yaml'), 19 => (\dirname(__DIR__4).'/config/api_platform/resources/CleaningAndGardening.yaml'), 20 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientClause.yaml'), 21 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientDeedOfSale.yaml'), 22 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientSalesAgreement.yaml'), 23 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientSalesAgreementDiscussion.yaml'), 24 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnerShipDocument.yaml'), 25 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnership.yaml'), 26 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipAgenda.yaml'), 27 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipAuditor.yaml'), 28 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipBalance.yaml'), 29 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipCouncil.yaml'), 30 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipFiles.yaml'), 31 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipGMDecision.yaml'), 32 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipInvoices.yaml'), 33 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipLotAccount.yaml'), 34 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipLotBalance.yaml'), 35 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipLotTotalAccount.yaml'), 36 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipMeetingTranscript.yaml'), 37 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipMeetingTranscriptFile.yaml'), 38 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipProposition.yaml'), 39 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipPropositionVote.yaml'), 40 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipTheProperty.yaml'), 41 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipThePropertyFile.yaml'), 42 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipThePropertySyndicResponse.yaml'), 43 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipTotalAccount.yaml'), 44 => (\dirname(__DIR__4).'/config/api_platform/resources/ColectiveGarden.yaml'), 45 => (\dirname(__DIR__4).'/config/api_platform/resources/Commissionership.yaml'), 46 => (\dirname(__DIR__4).'/config/api_platform/resources/Committee.yaml'), 47 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunaleService.yaml'), 48 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityEvent.yaml'), 49 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityEventFile.yaml'), 50 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPlpVote.yaml'), 51 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPost.yaml'), 52 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPostComment.yaml'), 53 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPostFile.yaml'), 54 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityProduct.yaml'), 55 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityServiceResponse.yaml'), 56 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunitySolicitationVote.yaml'), 57 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityTypeProduct.yaml'), 58 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityVoteConsultation.yaml'), 59 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityVoteParty.yaml'), 60 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityWorkVote.yaml'), 61 => (\dirname(__DIR__4).'/config/api_platform/resources/CondominiumFee.yaml'), 62 => (\dirname(__DIR__4).'/config/api_platform/resources/Contactseller.yaml'), 63 => (\dirname(__DIR__4).'/config/api_platform/resources/Conversation.yaml'), 64 => (\dirname(__DIR__4).'/config/api_platform/resources/CounterOffer.yaml'), 65 => (\dirname(__DIR__4).'/config/api_platform/resources/CounterOfferLease.yaml'), 66 => (\dirname(__DIR__4).'/config/api_platform/resources/Country.yaml'), 67 => (\dirname(__DIR__4).'/config/api_platform/resources/DailyNeeded.yaml'), 68 => (\dirname(__DIR__4).'/config/api_platform/resources/DesignNeighborhood.yaml'), 69 => (\dirname(__DIR__4).'/config/api_platform/resources/DestinationHabitation.yaml'), 70 => (\dirname(__DIR__4).'/config/api_platform/resources/Dispense.yaml'), 71 => (\dirname(__DIR__4).'/config/api_platform/resources/DocumentType.yaml'), 72 => (\dirname(__DIR__4).'/config/api_platform/resources/DomiciliationAquisition.yaml'), 73 => (\dirname(__DIR__4).'/config/api_platform/resources/DomiciliationResidence.yaml'), 74 => (\dirname(__DIR__4).'/config/api_platform/resources/EasyPermitForm2.yaml'), 75 => (\dirname(__DIR__4).'/config/api_platform/resources/EditRegisters.yaml'), 76 => (\dirname(__DIR__4).'/config/api_platform/resources/Education.yaml'), 77 => (\dirname(__DIR__4).'/config/api_platform/resources/EnergyBelgique.yaml'), 78 => (\dirname(__DIR__4).'/config/api_platform/resources/EnergyProviderForm.yaml'), 79 => (\dirname(__DIR__4).'/config/api_platform/resources/Engie.yaml'), 80 => (\dirname(__DIR__4).'/config/api_platform/resources/EnvironmentDatas.yaml'), 81 => (\dirname(__DIR__4).'/config/api_platform/resources/EnvironmentRequest.yaml'), 82 => (\dirname(__DIR__4).'/config/api_platform/resources/EtatCivil.yaml'), 83 => (\dirname(__DIR__4).'/config/api_platform/resources/ExternalOffer.yaml'), 84 => (\dirname(__DIR__4).'/config/api_platform/resources/ExternalProvider.yaml'), 85 => (\dirname(__DIR__4).'/config/api_platform/resources/ExternalProviderAdvertising.yaml'), 86 => (\dirname(__DIR__4).'/config/api_platform/resources/Feature.yaml'), 87 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectActions.yaml'), 88 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectActionsLot.yaml'), 89 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectActionsLotAccount.yaml'), 90 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectDocument.yaml'), 91 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectResources.yaml'), 92 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectSetBalance.yaml'), 93 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectSetInvoices.yaml'), 94 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectSets.yaml'), 95 => (\dirname(__DIR__4).'/config/api_platform/resources/GeoPortail.yaml'), 96 => (\dirname(__DIR__4).'/config/api_platform/resources/ImmowebEstimationFrance.yaml'), 97 => (\dirname(__DIR__4).'/config/api_platform/resources/ImoAgentSolicitation.yaml'), 98 => (\dirname(__DIR__4).'/config/api_platform/resources/Indicator.yaml'), 99 => (\dirname(__DIR__4).'/config/api_platform/resources/Inspector.yaml'), 100 => (\dirname(__DIR__4).'/config/api_platform/resources/Inventory.yaml'), 101 => (\dirname(__DIR__4).'/config/api_platform/resources/InventoryImage.yaml'), 102 => (\dirname(__DIR__4).'/config/api_platform/resources/InvoiceWater.yaml'), 103 => (\dirname(__DIR__4).'/config/api_platform/resources/LastVisit.yaml'), 104 => (\dirname(__DIR__4).'/config/api_platform/resources/LeaseContract.yml'), 105 => (\dirname(__DIR__4).'/config/api_platform/resources/Levels.yaml'), 106 => (\dirname(__DIR__4).'/config/api_platform/resources/LocationType.yaml'), 107 => (\dirname(__DIR__4).'/config/api_platform/resources/Message.yaml'), 108 => (\dirname(__DIR__4).'/config/api_platform/resources/MessageFile.yaml'), 109 => (\dirname(__DIR__4).'/config/api_platform/resources/MessageReaction.yaml'), 110 => (\dirname(__DIR__4).'/config/api_platform/resources/Model.yaml'), 111 => (\dirname(__DIR__4).'/config/api_platform/resources/MovingDate.yaml'), 112 => (\dirname(__DIR__4).'/config/api_platform/resources/MunicipalTax.yaml'), 113 => (\dirname(__DIR__4).'/config/api_platform/resources/Municipality.yaml'), 114 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodEdit.yaml'), 115 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodOfficer.yaml'), 116 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProject.yaml'), 117 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProjectAlert.yaml'), 118 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProjectComment.yaml'), 119 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProjectReaction.yaml'), 120 => (\dirname(__DIR__4).'/config/api_platform/resources/NewProjectImmo.yaml'), 121 => (\dirname(__DIR__4).'/config/api_platform/resources/Notification.yaml'), 122 => (\dirname(__DIR__4).'/config/api_platform/resources/Obligations.yaml'), 123 => (\dirname(__DIR__4).'/config/api_platform/resources/OccupancyAgreement.yaml'), 124 => (\dirname(__DIR__4).'/config/api_platform/resources/OccupationPeriod.yaml'), 125 => (\dirname(__DIR__4).'/config/api_platform/resources/Occupie.yaml'), 126 => (\dirname(__DIR__4).'/config/api_platform/resources/Offer.yaml'), 127 => (\dirname(__DIR__4).'/config/api_platform/resources/OfferCollaborative.yaml'), 128 => (\dirname(__DIR__4).'/config/api_platform/resources/OfferDocumentSpeaker.yaml'), 129 => (\dirname(__DIR__4).'/config/api_platform/resources/OfferLease.yaml'), 130 => (\dirname(__DIR__4).'/config/api_platform/resources/Option.yaml'), 131 => (\dirname(__DIR__4).'/config/api_platform/resources/OrganicPlotFiles.yaml'), 132 => (\dirname(__DIR__4).'/config/api_platform/resources/OrganicPlotRequests.yaml'), 133 => (\dirname(__DIR__4).'/config/api_platform/resources/OwnershipGeneralMeeting.yaml'), 134 => (\dirname(__DIR__4).'/config/api_platform/resources/PerimeterPost.yaml'), 135 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitEnvironmentFile.yaml'), 136 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitEnvironmentalForm.yaml'), 137 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitLocationEnvironment.yaml'), 138 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitProperty.yaml'), 139 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitPropertyProcedure.yaml'), 140 => (\dirname(__DIR__4).'/config/api_platform/resources/Plan.yaml'), 141 => (\dirname(__DIR__4).'/config/api_platform/resources/Poll.yaml'), 142 => (\dirname(__DIR__4).'/config/api_platform/resources/Ppas.yaml'), 143 => (\dirname(__DIR__4).'/config/api_platform/resources/Precount.yaml'), 144 => (\dirname(__DIR__4).'/config/api_platform/resources/PrecountConstant.yaml'), 145 => (\dirname(__DIR__4).'/config/api_platform/resources/Pret.yaml'), 146 => (\dirname(__DIR__4).'/config/api_platform/resources/Prime.yaml'), 147 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimeAmount.yaml'), 148 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimeForm.yaml'), 149 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimePlafond.yaml'), 150 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimeProcess.yaml'), 151 => (\dirname(__DIR__4).'/config/api_platform/resources/PropertyDestination.yaml'), 152 => (\dirname(__DIR__4).'/config/api_platform/resources/PropertyImage.yaml'), 153 => (\dirname(__DIR__4).'/config/api_platform/resources/PropertyType.yaml'), 154 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWater.yaml'), 155 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWaterIntervention.yaml'), 156 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWatterDelete.yaml'), 157 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWork.yaml'), 158 => (\dirname(__DIR__4).'/config/api_platform/resources/Purchase.yaml'), 159 => (\dirname(__DIR__4).'/config/api_platform/resources/PurchasePartnerRequest.yaml'), 160 => (\dirname(__DIR__4).'/config/api_platform/resources/PurchasePartnerRequestObjectif.yaml'), 161 => (\dirname(__DIR__4).'/config/api_platform/resources/Region.yaml'), 162 => (\dirname(__DIR__4).'/config/api_platform/resources/RegisterFiles.yaml'), 163 => (\dirname(__DIR__4).'/config/api_platform/resources/Registers.yaml'), 164 => (\dirname(__DIR__4).'/config/api_platform/resources/RelookingSave.yaml'), 165 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagement.yaml'), 166 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementLeave.yaml'), 167 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementPayment.yaml'), 168 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementPaymentHistory.yaml'), 169 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementRentHistory.yaml'), 170 => (\dirname(__DIR__4).'/config/api_platform/resources/RequestRepaymentFile.yaml'), 171 => (\dirname(__DIR__4).'/config/api_platform/resources/RequestSellerToNotary.yaml'), 172 => (\dirname(__DIR__4).'/config/api_platform/resources/SalesAgreementFile.yaml'), 173 => (\dirname(__DIR__4).'/config/api_platform/resources/Save.yaml'), 174 => (\dirname(__DIR__4).'/config/api_platform/resources/Schools.yaml'), 175 => (\dirname(__DIR__4).'/config/api_platform/resources/ServiceCategory.yaml'), 176 => (\dirname(__DIR__4).'/config/api_platform/resources/ServiceOffer.yaml'), 177 => (\dirname(__DIR__4).'/config/api_platform/resources/ServicePromo.yaml'), 178 => (\dirname(__DIR__4).'/config/api_platform/resources/SituationResidentiel.yaml'), 179 => (\dirname(__DIR__4).'/config/api_platform/resources/SocietyApproval.yaml'), 180 => (\dirname(__DIR__4).'/config/api_platform/resources/Solicitation.yaml'), 181 => (\dirname(__DIR__4).'/config/api_platform/resources/StandardForm.yaml'), 182 => (\dirname(__DIR__4).'/config/api_platform/resources/StarRatings.yaml'), 183 => (\dirname(__DIR__4).'/config/api_platform/resources/SubModel.yaml'), 184 => (\dirname(__DIR__4).'/config/api_platform/resources/SubscriptionProduct.yaml'), 185 => (\dirname(__DIR__4).'/config/api_platform/resources/SubscriptionProductService.yaml'), 186 => (\dirname(__DIR__4).'/config/api_platform/resources/Subsection.yaml'), 187 => (\dirname(__DIR__4).'/config/api_platform/resources/SudStroum.yaml'), 188 => (\dirname(__DIR__4).'/config/api_platform/resources/SurveillanceCamera.yaml'), 189 => (\dirname(__DIR__4).'/config/api_platform/resources/SurveillanceCameraType.yaml'), 190 => (\dirname(__DIR__4).'/config/api_platform/resources/Syndic.yaml'), 191 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicAccounting.yaml'), 192 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicChat.yaml'), 193 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicChatFile.yaml'), 194 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicChatReaction.yaml'), 195 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicDocument.yaml'), 196 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicDocumentComment.yaml'), 197 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicDocumentShare.yaml'), 198 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicGroup.yaml'), 199 => (\dirname(__DIR__4).'/config/api_platform/resources/T3dDemands.yaml'), 200 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePorpertyConstructionWorkRules.yaml'), 201 => (\dirname(__DIR__4).'/config/api_platform/resources/TheProperty.yaml'), 202 => (\dirname(__DIR__4).'/config/api_platform/resources/TheProperty/ExtensionOrder/ThePropertyExtensionOrder.yaml'), 203 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyExteriorComment.yaml'), 204 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyMaifInsuranceSummary.yaml'), 205 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyOfferChat.yaml'), 206 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyUse.yaml'), 207 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyWork.yaml'), 208 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyBalance.yaml'), 209 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyDocument.yaml'), 210 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyLot.yaml'), 211 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyOfferBill.yaml'), 212 => (\dirname(__DIR__4).'/config/api_platform/resources/Theservice.yaml'), 213 => (\dirname(__DIR__4).'/config/api_platform/resources/TimelineEvent.yaml'), 214 => (\dirname(__DIR__4).'/config/api_platform/resources/TotalRevenu.yaml'), 215 => (\dirname(__DIR__4).'/config/api_platform/resources/TransactionType.yaml'), 216 => (\dirname(__DIR__4).'/config/api_platform/resources/Transportation.yaml'), 217 => (\dirname(__DIR__4).'/config/api_platform/resources/TypeHabitation.yaml'), 218 => (\dirname(__DIR__4).'/config/api_platform/resources/TypeOfAlarmSystem.yml'), 219 => (\dirname(__DIR__4).'/config/api_platform/resources/Typeofwork.yaml'), 220 => (\dirname(__DIR__4).'/config/api_platform/resources/UrbanInformation.yaml'), 221 => (\dirname(__DIR__4).'/config/api_platform/resources/UrbanismePdf.yaml'), 222 => (\dirname(__DIR__4).'/config/api_platform/resources/UserRating.yaml'), 223 => (\dirname(__DIR__4).'/config/api_platform/resources/UserServicePromo.yaml'), 224 => (\dirname(__DIR__4).'/config/api_platform/resources/VentilationLoses.yaml'), 225 => (\dirname(__DIR__4).'/config/api_platform/resources/VentilationSystem.yaml'), 226 => (\dirname(__DIR__4).'/config/api_platform/resources/VisitProperty.yaml'), 227 => (\dirname(__DIR__4).'/config/api_platform/resources/Vivaqua.yaml'), 228 => (\dirname(__DIR__4).'/config/api_platform/resources/WalloniePrecompte.yaml'), 229 => (\dirname(__DIR__4).'/config/api_platform/resources/WarmWaterPerformance.yaml'), 230 => (\dirname(__DIR__4).'/config/api_platform/resources/WorkCost.yaml'), 231 => (\dirname(__DIR__4).'/config/api_platform/resources/bank_simulation.yaml'), 232 => (\dirname(__DIR__4).'/config/api_platform/resources/consumption_water.yaml'), 233 => (\dirname(__DIR__4).'/config/api_platform/resources/permitCiterne.yaml'), 234 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_fluvius.yaml'), 235 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_inverter.yaml'), 236 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_ores.yaml'), 237 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_sebelga_task.yaml'), 238 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_sibelga.yaml'), 239 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_sibelga_work.yaml'), 240 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_society.yaml'), 241 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar.yaml'), 242 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_brugel.yaml'), 243 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_declaration_cadastre.yaml'), 244 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_fitter.yaml'), 245 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_green_certificate.yaml'), 246 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_organization.yaml'), 247 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_photovoltaic.yaml'), 248 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_tank_installation.yaml'), 249 => (\dirname(__DIR__4).'/config/api_platform/resources/roof.yaml'), 250 => (\dirname(__DIR__4).'/config/api_platform/resources/society.yaml'), 251 => (\dirname(__DIR__4).'/config/api_platform/resources/store.yaml'), 252 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_consumption.yaml'), 253 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_counter.yaml'), 254 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_counter_statement.yaml'), 255 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider.yaml'), 256 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_bill.yaml'), 257 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_document_proof.yaml'), 258 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_watter.yaml'), 259 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_work.yaml'), 260 => (\dirname(__DIR__4).'/config/api_platform/resources/user.yaml')], $this);
  29948.     }
  29949.     /**
  29950.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  29951.      *
  29952.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  29953.      */
  29954.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  29955.     {
  29956.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  29957.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  29958.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  29959.         }
  29960.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  29961.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  29962.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  29963.         }
  29964.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  29965.         return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] = new \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\ValidatorPropertyMetadataFactory($a, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationPropertyMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\AnnotationSubresourceMetadataFactory($c, new \ApiPlatform\Core\Metadata\Property\Factory\DefaultPropertyMetadataFactory(new \ApiPlatform\Core\Metadata\Property\Factory\SerializerPropertyMetadataFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), new \ApiPlatform\Core\Bridge\Doctrine\Orm\Metadata\Property\DoctrineOrmPropertyMetadataFactory(($this->services['doctrine'] ?? $this->getDoctrineService()), new \ApiPlatform\Core\Bridge\Symfony\PropertyInfo\Metadata\Property\PropertyInfoPropertyMetadataFactory($b, new \ApiPlatform\Core\Metadata\Property\Factory\ExtractorPropertyMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService())))))), new RewindableGenerator(function () {
  29966.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  29967.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  29968.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  29969.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  29970.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  29971.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  29972.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  29973.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  29974.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  29975.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  29976.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  29977.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  29978.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  29979.         }, 13)));
  29980.     }
  29981.     /**
  29982.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  29983.      *
  29984.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  29985.      */
  29986.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  29987.     {
  29988.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  29989.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  29990.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  29991.         }
  29992.         return $this->privates['api_platform.metadata.property.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory(($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()), new \ApiPlatform\Metadata\Property\Factory\ExtractorPropertyNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this))), new \ApiPlatform\Metadata\Property\Factory\PropertyInfoPropertyNameCollectionFactory($a)));
  29993.     }
  29994.     /**
  29995.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  29996.      *
  29997.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  29998.      */
  29999.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  30000.     {
  30001.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  30002.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  30003.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  30004.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  30005.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  30006.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  30007.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  30008.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  30009.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  30010.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  30011.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  30012.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  30013.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  30014.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  30015.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  30016.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  30017.         }, 13));
  30018.     }
  30019.     /**
  30020.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  30021.      *
  30022.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  30023.      */
  30024.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  30025.     {
  30026.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  30027.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  30028.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  30029.             yield => ($this->privates['api_platform.metadata.property_schema.choice_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.choice_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaChoiceRestriction()));
  30030.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  30031.             yield => ($this->privates['api_platform.metadata.property_schema.count_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.count_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCountRestriction()));
  30032.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanOrEqualRestriction()));
  30033.             yield => ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.greater_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaGreaterThanRestriction()));
  30034.             yield => ($this->privates['api_platform.metadata.property_schema.length_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.length_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLengthRestriction()));
  30035.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_or_equal_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanOrEqualRestriction()));
  30036.             yield => ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.less_than_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaLessThanRestriction()));
  30037.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  30038.             yield => ($this->privates['api_platform.metadata.property_schema.range_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.range_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRangeRestriction()));
  30039.             yield 10 => ($this->privates['api_platform.metadata.property_schema.regex_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.regex_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaRegexRestriction()));
  30040.             yield 11 => ($this->privates['api_platform.metadata.property_schema.format_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.format_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaFormat()));
  30041.             yield 12 => ($this->privates['api_platform.metadata.property_schema.unique_restriction'] ?? ($this->privates['api_platform.metadata.property_schema.unique_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaUniqueRestriction()));
  30042.         }, 13));
  30043.     }
  30044.     /**
  30045.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  30046.      *
  30047.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  30048.      */
  30049.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  30050.     {
  30051.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  30052.         return $this->privates['api_platform.metadata.resource.metadata_factory.cached'] = new \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory(($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\FormatsResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\OperationResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceFilterMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ShortNameResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\PhpDocResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\InputOutputResourceMetadataFactory(new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceMetadataFactory($a, new \ApiPlatform\Core\Metadata\Resource\Factory\ExtractorResourceMetadataFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))), $this->parameters['api_platform.defaults']), $this->parameters['api_platform.defaults']))))), $this->parameters['api_platform.patch_formats']), $this->parameters['api_platform.formats'], $this->parameters['api_platform.patch_formats']));
  30053.     }
  30054.     /**
  30055.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  30056.      *
  30057.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  30058.      */
  30059.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  30060.     {
  30061.         return $this->privates['api_platform.metadata.resource.name_collection_factory.cached'] = new \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory(($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()), new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.yaml.legacy'] ?? $this->getApiPlatform_Metadata_Extractor_Yaml_LegacyService()), new \ApiPlatform\Core\Metadata\Resource\Factory\AnnotationResourceNameCollectionFactory(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), $this->parameters['api_platform.resource_class_directories'], new \ApiPlatform\Metadata\Resource\Factory\ExtractorResourceNameCollectionFactory(($this->privates['api_platform.metadata.extractor.xml.legacy'] ?? ($this->privates['api_platform.metadata.extractor.xml.legacy'] = new \ApiPlatform\Core\Metadata\Extractor\XmlExtractor([], $this)))))));
  30062.     }
  30063.     /**
  30064.      * Gets the private 'api_platform.openapi.command' shared service.
  30065.      *
  30066.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  30067.      */
  30068.     protected function getApiPlatform_Openapi_CommandService()
  30069.     {
  30070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30071.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  30072.         $this->privates['api_platform.openapi.command'] = $instance = new \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand(($this->privates['App\\OpenApi\\OpenApiFactory'] ?? $this->getOpenApiFactoryService()), ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  30073.         $instance->setName('api:openapi:export');
  30074.         return $instance;
  30075.     }
  30076.     /**
  30077.      * Gets the private 'api_platform.openapi.options' shared service.
  30078.      *
  30079.      * @return \ApiPlatform\OpenApi\Options
  30080.      */
  30081.     protected function getApiPlatform_Openapi_OptionsService()
  30082.     {
  30083.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  30084.         return $this->privates['api_platform.openapi.options'] = new \ApiPlatform\OpenApi\Options('API WOOED''Plateform Wooed''2.5'false'oauth2''application''''''', [], $this->parameters['api_platform.swagger.api_keys'], NULLNULLNULLNULLNULLNULL);
  30085.     }
  30086.     /**
  30087.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  30088.      *
  30089.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  30090.      */
  30091.     protected function getApiPlatform_OperationPathResolver_CustomService()
  30092.     {
  30093.         return $this->privates['api_platform.operation_path_resolver.custom'] = new \ApiPlatform\PathResolver\CustomOperationPathResolver(new \ApiPlatform\PathResolver\OperationPathResolver(($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator()))));
  30094.     }
  30095.     /**
  30096.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  30097.      *
  30098.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  30099.      */
  30100.     protected function getApiPlatform_OperationPathResolver_RouterService()
  30101.     {
  30102.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  30103.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  30104.             return $this->privates['api_platform.operation_path_resolver.router'];
  30105.         }
  30106.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  30107.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  30108.             return $this->privates['api_platform.operation_path_resolver.router'];
  30109.         }
  30110.         return $this->privates['api_platform.operation_path_resolver.router'] = new \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver($a, ($this->privates['api_platform.operation_path_resolver.custom'] ?? $this->getApiPlatform_OperationPathResolver_CustomService()), $b);
  30111.     }
  30112.     /**
  30113.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  30114.      *
  30115.      * @return \ApiPlatform\Api\ResourceClassResolver
  30116.      */
  30117.     protected function getApiPlatform_ResourceClassResolverService()
  30118.     {
  30119.         return $this->privates['api_platform.resource_class_resolver'] = new \ApiPlatform\Api\ResourceClassResolver(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()));
  30120.     }
  30121.     /**
  30122.      * Gets the private 'api_platform.router' shared service.
  30123.      *
  30124.      * @return \ApiPlatform\Symfony\Routing\Router
  30125.      */
  30126.     protected function getApiPlatform_RouterService()
  30127.     {
  30128.         $a = ($this->services['router'] ?? $this->getRouterService());
  30129.         if (isset($this->privates['api_platform.router'])) {
  30130.             return $this->privates['api_platform.router'];
  30131.         }
  30132.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  30133.     }
  30134.     /**
  30135.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  30136.      *
  30137.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  30138.      */
  30139.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  30140.     {
  30141.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  30142.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  30143.             return $this->privates['api_platform.security.listener.request.deny_access'];
  30144.         }
  30145.         return $this->privates['api_platform.security.listener.request.deny_access'] = new \ApiPlatform\Symfony\EventListener\DenyAccessListener(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a);
  30146.     }
  30147.     /**
  30148.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  30149.      *
  30150.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  30151.      */
  30152.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  30153.     {
  30154.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  30155.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  30156.             return $this->privates['api_platform.security.resource_access_checker'];
  30157.         }
  30158.         return $this->privates['api_platform.security.resource_access_checker'] = new \ApiPlatform\Symfony\Security\ResourceAccessChecker(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a);
  30159.     }
  30160.     /**
  30161.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  30162.      *
  30163.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  30164.      */
  30165.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  30166.     {
  30167.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  30168.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  30169.             return $this->privates['api_platform.serializer.context_builder.filter'];
  30170.         }
  30171.         $b = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  30172.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  30173.             return $this->privates['api_platform.serializer.context_builder.filter'];
  30174.         }
  30175.         $c = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  30176.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($c$a, new \App\Serializer\ThePropertyDetailContextBuilder(new \App\Serializer\ImoAgentContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($c), $b)));
  30177.     }
  30178.     /**
  30179.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  30180.      *
  30181.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  30182.      */
  30183.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  30184.     {
  30185.         return $this->privates['api_platform.serializer.mapping.class_metadata_factory'] = new \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory(new \Symfony\Component\Serializer\Mapping\Loader\LoaderChain([=> new \Symfony\Component\Serializer\Mapping\Loader\AnnotationLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()))])));
  30186.     }
  30187.     /**
  30188.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  30189.      *
  30190.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  30191.      */
  30192.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  30193.     {
  30194.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  30195.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  30196.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  30197.         }
  30198.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  30199.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  30200.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  30201.         }
  30202.         $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  30203.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  30204.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  30205.         }
  30206.         return $this->privates['api_platform.subresource_operation_factory.cached'] = new \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory(($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()), new \ApiPlatform\Core\Operation\Factory\SubresourceOperationFactory(($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), $a$b, ($this->privates['api_platform.path_segment_name_generator.underscore'] ?? ($this->privates['api_platform.path_segment_name_generator.underscore'] = new \ApiPlatform\Operation\UnderscorePathSegmentNameGenerator())), $c));
  30207.     }
  30208.     /**
  30209.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  30210.      *
  30211.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  30212.      */
  30213.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  30214.     {
  30215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30216.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  30217.         $this->privates['api_platform.swagger.command.swagger_command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()), ($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), 'API WOOED''Plateform Wooed''2.5'NULL$this->parameters['api_platform.swagger.versions'], true);
  30218.         $instance->setName('api:swagger:export');
  30219.         return $instance;
  30220.     }
  30221.     /**
  30222.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  30223.      *
  30224.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  30225.      */
  30226.     protected function getApiPlatform_UpgradeResource_CommandService()
  30227.     {
  30228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30229.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  30230.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  30231.         $this->privates['api_platform.upgrade_resource.command'] = $instance = new \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService()), new \ApiPlatform\Core\Upgrade\SubresourceTransformer(), ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()));
  30232.         $instance->setName('api:upgrade-resource');
  30233.         return $instance;
  30234.     }
  30235.     /**
  30236.      * Gets the private 'api_platform.validator' shared service.
  30237.      *
  30238.      * @return \ApiPlatform\Symfony\Validator\Validator
  30239.      */
  30240.     protected function getApiPlatform_ValidatorService()
  30241.     {
  30242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  30243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  30244.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30245.         if (isset($this->privates['api_platform.validator'])) {
  30246.             return $this->privates['api_platform.validator'];
  30247.         }
  30248.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator($a$this);
  30249.     }
  30250.     /**
  30251.      * Gets the private 'app.event_listener.add_user_promo' shared service.
  30252.      *
  30253.      * @return \App\EventListener\UserServicePromoListener
  30254.      */
  30255.     protected function getApp_EventListener_AddUserPromoService()
  30256.     {
  30257.         include_once \dirname(__DIR__4).'/src/EventListener/UserServicePromoListener.php';
  30258.         include_once \dirname(__DIR__4).'/src/Service/QrCodeService.php';
  30259.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30260.         if (isset($this->privates['app.event_listener.add_user_promo'])) {
  30261.             return $this->privates['app.event_listener.add_user_promo'];
  30262.         }
  30263.         $b = ($this->privates['App\\Service\\Api\\Subscription\\FeatureService'] ?? $this->getFeatureServiceService());
  30264.         if (isset($this->privates['app.event_listener.add_user_promo'])) {
  30265.             return $this->privates['app.event_listener.add_user_promo'];
  30266.         }
  30267.         return $this->privates['app.event_listener.add_user_promo'] = new \App\EventListener\UserServicePromoListener(new \App\Service\QrCodeService(($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)))), $a$b);
  30268.     }
  30269.     /**
  30270.      * Gets the private 'app.event_listener.carpool_announcement_listener' shared autowired service.
  30271.      *
  30272.      * @return \App\EventListener\CarpoolAnnouncementListener
  30273.      */
  30274.     protected function getApp_EventListener_CarpoolAnnouncementListenerService()
  30275.     {
  30276.         include_once \dirname(__DIR__4).'/src/EventListener/CarpoolAnnouncementListener.php';
  30277.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30278.         if (isset($this->privates['app.event_listener.carpool_announcement_listener'])) {
  30279.             return $this->privates['app.event_listener.carpool_announcement_listener'];
  30280.         }
  30281.         return $this->privates['app.event_listener.carpool_announcement_listener'] = new \App\EventListener\CarpoolAnnouncementListener($a);
  30282.     }
  30283.     /**
  30284.      * Gets the private 'app.event_listener.multipart_form_deserialize_listener' shared autowired service.
  30285.      *
  30286.      * @return \App\EventListener\MultipartFormDeserializeListener
  30287.      */
  30288.     protected function getApp_EventListener_MultipartFormDeserializeListenerService()
  30289.     {
  30290.         $a = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  30291.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30292.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30293.         }
  30294.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  30295.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30296.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30297.         }
  30298.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30299.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30300.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30301.         }
  30302.         $d = ($this->privates['App\\Service\\Multipart\\Deserializer\\EntityDeserializationService'] ?? $this->getEntityDeserializationServiceService());
  30303.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30304.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30305.         }
  30306.         return $this->privates['app.event_listener.multipart_form_deserialize_listener'] = new \App\EventListener\MultipartFormDeserializeListener($a, new \ApiPlatform\Symfony\EventListener\DeserializeListener($b$a, ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService())), $c, new \App\Service\Multipart\MultipartParser(), new \App\Service\Multipart\RequestDataTransformer(), $d);
  30307.     }
  30308.     /**
  30309.      * Gets the private 'app.event_listener.neighborhood_project_listener' shared service.
  30310.      *
  30311.      * @return \App\EventListener\NeighborhoodProject\NeighborhoodProjectListener
  30312.      */
  30313.     protected function getApp_EventListener_NeighborhoodProjectListenerService()
  30314.     {
  30315.         include_once \dirname(__DIR__4).'/src/EventListener/NeighborhoodProject/NeighborhoodProjectListener.php';
  30316.         include_once \dirname(__DIR__4).'/src/Service/NeighborhoodProject/NeighborhoodProjectAlertService.php';
  30317.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30318.         if (isset($this->privates['app.event_listener.neighborhood_project_listener'])) {
  30319.             return $this->privates['app.event_listener.neighborhood_project_listener'];
  30320.         }
  30321.         $b = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  30322.         if (isset($this->privates['app.event_listener.neighborhood_project_listener'])) {
  30323.             return $this->privates['app.event_listener.neighborhood_project_listener'];
  30324.         }
  30325.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  30326.         if (isset($this->privates['app.event_listener.neighborhood_project_listener'])) {
  30327.             return $this->privates['app.event_listener.neighborhood_project_listener'];
  30328.         }
  30329.         return $this->privates['app.event_listener.neighborhood_project_listener'] = new \App\EventListener\NeighborhoodProject\NeighborhoodProjectListener(new \App\Service\NeighborhoodProject\NeighborhoodProjectAlertService($a), $b$c);
  30330.     }
  30331.     /**
  30332.      * Gets the private 'app.event_listener.precount_listener' shared service.
  30333.      *
  30334.      * @return \App\EventListener\PrecountListener
  30335.      */
  30336.     protected function getApp_EventListener_PrecountListenerService()
  30337.     {
  30338.         include_once \dirname(__DIR__4).'/src/EventListener/PrecountListener.php';
  30339.         return $this->privates['app.event_listener.precount_listener'] = new \App\EventListener\PrecountListener(($this->privates['App\\Service\\Precompte\\PrecountService'] ?? $this->getPrecountServiceService()));
  30340.     }
  30341.     /**
  30342.      * Gets the private 'app.event_listener.provider_solar_brugel' shared autowired service.
  30343.      *
  30344.      * @return \App\EventListener\ProviderSolarBrugelListener
  30345.      */
  30346.     protected function getApp_EventListener_ProviderSolarBrugelService()
  30347.     {
  30348.         include_once \dirname(__DIR__4).'/src/EventListener/ProviderSolarBrugelListener.php';
  30349.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30350.         if (isset($this->privates['app.event_listener.provider_solar_brugel'])) {
  30351.             return $this->privates['app.event_listener.provider_solar_brugel'];
  30352.         }
  30353.         return $this->privates['app.event_listener.provider_solar_brugel'] = new \App\EventListener\ProviderSolarBrugelListener(($this->privates['App\\Repository\\ProviderSolarBrugelRepository'] ?? $this->getProviderSolarBrugelRepositoryService()), $a);
  30354.     }
  30355.     /**
  30356.      * Gets the private 'app.event_listener.provider_tank_installation_listener' shared service.
  30357.      *
  30358.      * @return \App\EventListener\ProviderTankInstallationListener
  30359.      */
  30360.     protected function getApp_EventListener_ProviderTankInstallationListenerService()
  30361.     {
  30362.         include_once \dirname(__DIR__4).'/src/EventListener/ProviderTankInstallationListener.php';
  30363.         $a = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  30364.         if (isset($this->privates['app.event_listener.provider_tank_installation_listener'])) {
  30365.             return $this->privates['app.event_listener.provider_tank_installation_listener'];
  30366.         }
  30367.         return $this->privates['app.event_listener.provider_tank_installation_listener'] = new \App\EventListener\ProviderTankInstallationListener($a);
  30368.     }
  30369.     /**
  30370.      * Gets the private 'app.event_listener.theproperty_listener' shared service.
  30371.      *
  30372.      * @return \App\EventListener\ThePropertyListener
  30373.      */
  30374.     protected function getApp_EventListener_ThepropertyListenerService()
  30375.     {
  30376.         include_once \dirname(__DIR__4).'/src/EventListener/ThePropertyListener.php';
  30377.         $a = ($this->privates['App\\Service\\Api\\Community\\PerimeterService'] ?? $this->getPerimeterServiceService());
  30378.         if (isset($this->privates['app.event_listener.theproperty_listener'])) {
  30379.             return $this->privates['app.event_listener.theproperty_listener'];
  30380.         }
  30381.         return $this->privates['app.event_listener.theproperty_listener'] = new \App\EventListener\ThePropertyListener($a);
  30382.     }
  30383.     /**
  30384.      * Gets the private 'app.filter.cadastre_filter' shared autowired service.
  30385.      *
  30386.      * @return \App\Filter\CadastreFilter
  30387.      */
  30388.     protected function getApp_Filter_CadastreFilterService()
  30389.     {
  30390.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30391.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30392.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30393.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30394.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30395.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30397.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  30398.         return $this->privates['app.filter.cadastre_filter'] = new \App\Filter\CadastreFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  30399.     }
  30400.     /**
  30401.      * Gets the private 'app.filter.changewaterbranch_theproperty_filter' shared autowired service.
  30402.      *
  30403.      * @return \App\Filter\ChangeWaterBranchFilter
  30404.      */
  30405.     protected function getApp_Filter_ChangewaterbranchThepropertyFilterService()
  30406.     {
  30407.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30408.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30409.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30410.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30411.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30413.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30414.         include_once \dirname(__DIR__4).'/src/Filter/ChangeWaterBranchFilter.php';
  30415.         return $this->privates['app.filter.changewaterbranch_theproperty_filter'] = new \App\Filter\ChangeWaterBranchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'theProperty');
  30416.     }
  30417.     /**
  30418.      * Gets the private 'app.filter.community_post_author_filter' shared autowired service.
  30419.      *
  30420.      * @return \App\Filter\CommunityPostAuthorFilter
  30421.      */
  30422.     protected function getApp_Filter_CommunityPostAuthorFilterService()
  30423.     {
  30424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30430.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30431.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostAuthorFilter.php';
  30432.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30433.         if (isset($this->privates['app.filter.community_post_author_filter'])) {
  30434.             return $this->privates['app.filter.community_post_author_filter'];
  30435.         }
  30436.         return $this->privates['app.filter.community_post_author_filter'] = new \App\Filter\CommunityPostAuthorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  30437.     }
  30438.     /**
  30439.      * Gets the private 'app.filter.community_post_category_filter' shared autowired service.
  30440.      *
  30441.      * @return \App\Filter\CommunityPostCategoryFilter
  30442.      */
  30443.     protected function getApp_Filter_CommunityPostCategoryFilterService()
  30444.     {
  30445.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30446.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30447.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30448.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30450.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30451.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30452.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCategoryFilter.php';
  30453.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30454.         if (isset($this->privates['app.filter.community_post_category_filter'])) {
  30455.             return $this->privates['app.filter.community_post_category_filter'];
  30456.         }
  30457.         return $this->privates['app.filter.community_post_category_filter'] = new \App\Filter\CommunityPostCategoryFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'category');
  30458.     }
  30459.     /**
  30460.      * Gets the private 'app.filter.community_post_comment_filter' shared autowired service.
  30461.      *
  30462.      * @return \App\Filter\CommunityPostCommentFilter
  30463.      */
  30464.     protected function getApp_Filter_CommunityPostCommentFilterService()
  30465.     {
  30466.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30467.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30470.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30471.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30472.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30473.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommentFilter.php';
  30474.         return $this->privates['app.filter.community_post_comment_filter'] = new \App\Filter\CommunityPostCommentFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'post');
  30475.     }
  30476.     /**
  30477.      * Gets the private 'app.filter.community_post_committee_filter' shared autowired service.
  30478.      *
  30479.      * @return \App\Filter\CommunityPostCommitteeFilter
  30480.      */
  30481.     protected function getApp_Filter_CommunityPostCommitteeFilterService()
  30482.     {
  30483.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30484.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30485.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30486.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30487.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30490.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommitteeFilter.php';
  30491.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30492.         if (isset($this->privates['app.filter.community_post_committee_filter'])) {
  30493.             return $this->privates['app.filter.community_post_committee_filter'];
  30494.         }
  30495.         return $this->privates['app.filter.community_post_committee_filter'] = new \App\Filter\CommunityPostCommitteeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'committee');
  30496.     }
  30497.     /**
  30498.      * Gets the private 'app.filter.community_post_type_filter' shared autowired service.
  30499.      *
  30500.      * @return \App\Filter\CommunityPostTypeFilter
  30501.      */
  30502.     protected function getApp_Filter_CommunityPostTypeFilterService()
  30503.     {
  30504.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30505.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30506.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30511.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostTypeFilter.php';
  30512.         return $this->privates['app.filter.community_post_type_filter'] = new \App\Filter\CommunityPostTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'type');
  30513.     }
  30514.     /**
  30515.      * Gets the private 'app.filter.message_conversation_filter' shared autowired service.
  30516.      *
  30517.      * @return \App\Filter\MessageConversationFilter
  30518.      */
  30519.     protected function getApp_Filter_MessageConversationFilterService()
  30520.     {
  30521.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30522.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30523.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30524.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30525.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30528.         include_once \dirname(__DIR__4).'/src/Filter/MessageConversationFilter.php';
  30529.         return $this->privates['app.filter.message_conversation_filter'] = new \App\Filter\MessageConversationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'conversation');
  30530.     }
  30531.     /**
  30532.      * Gets the private 'app.filter.nearby_filter' shared autowired service.
  30533.      *
  30534.      * @return \App\Filter\NearbyFilter
  30535.      */
  30536.     protected function getApp_Filter_NearbyFilterService()
  30537.     {
  30538.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30540.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30541.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30542.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30543.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30544.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30545.         include_once \dirname(__DIR__4).'/src/Filter/NearbyFilter.php';
  30546.         return $this->privates['app.filter.nearby_filter'] = new \App\Filter\NearbyFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  30547.     }
  30548.     /**
  30549.      * Gets the private 'app.filter.provider_water_consumption' shared autowired service.
  30550.      *
  30551.      * @return \App\Filter\ProviderWatterConsumptionFilter
  30552.      */
  30553.     protected function getApp_Filter_ProviderWaterConsumptionService()
  30554.     {
  30555.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30556.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30557.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30558.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30559.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30560.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30561.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30562.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterConsumptionFilter.php';
  30563.         return $this->privates['app.filter.provider_water_consumption'] = new \App\Filter\ProviderWatterConsumptionFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'theProperty');
  30564.     }
  30565.     /**
  30566.      * Gets the private 'app.filter.provider_watter_delete_filter' shared autowired service.
  30567.      *
  30568.      * @return \App\Filter\ProviderWatterDeleteFilter
  30569.      */
  30570.     protected function getApp_Filter_ProviderWatterDeleteFilterService()
  30571.     {
  30572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30577.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30578.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30579.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterDeleteFilter.php';
  30580.         return $this->privates['app.filter.provider_watter_delete_filter'] = new \App\Filter\ProviderWatterDeleteFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'theProperty');
  30581.     }
  30582.     /**
  30583.      * Gets the private 'app.filter.search_filter' shared autowired service.
  30584.      *
  30585.      * @return \App\Filter\SearchFilter
  30586.      */
  30587.     protected function getApp_Filter_SearchFilterService()
  30588.     {
  30589.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30590.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30591.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30592.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30593.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30594.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30595.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30596.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  30597.         return $this->privates['app.filter.search_filter'] = new \App\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'q');
  30598.     }
  30599.     /**
  30600.      * Gets the private 'app.filter.syndic_chat_group_filter' shared autowired service.
  30601.      *
  30602.      * @return \App\Filter\SyndicChatGroupFilter
  30603.      */
  30604.     protected function getApp_Filter_SyndicChatGroupFilterService()
  30605.     {
  30606.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30607.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30608.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30609.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30610.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30611.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30612.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30613.         include_once \dirname(__DIR__4).'/src/Filter/SyndicChatGroupFilter.php';
  30614.         return $this->privates['app.filter.syndic_chat_group_filter'] = new \App\Filter\SyndicChatGroupFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'group');
  30615.     }
  30616.     /**
  30617.      * Gets the private 'app.listener.authentication_success_response' shared autowired service.
  30618.      *
  30619.      * @return \App\EventListener\AuthenticationSuccessListener
  30620.      */
  30621.     protected function getApp_Listener_AuthenticationSuccessResponseService()
  30622.     {
  30623.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationSuccessListener.php';
  30624.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  30625.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Customer.php';
  30626.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  30627.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30628.             return $this->privates['app.listener.authentication_success_response'];
  30629.         }
  30630.         $b = ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService());
  30631.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30632.             return $this->privates['app.listener.authentication_success_response'];
  30633.         }
  30634.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30635.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30636.             return $this->privates['app.listener.authentication_success_response'];
  30637.         }
  30638.         $d = ($this->privates['App\\Service\\Api\\User\\UserService'] ?? $this->getUserServiceService());
  30639.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30640.             return $this->privates['app.listener.authentication_success_response'];
  30641.         }
  30642.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30643.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30644.             return $this->privates['app.listener.authentication_success_response'];
  30645.         }
  30646.         $f = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  30647.         return $this->privates['app.listener.authentication_success_response'] = new \App\EventListener\AuthenticationSuccessListener($a$f$this$b$c$d, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $c, new \App\Service\Api\Prestashop\Customer($e$c$f));
  30648.     }
  30649.     /**
  30650.      * Gets the private 'app.operation_type_filter' shared service.
  30651.      *
  30652.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30653.      */
  30654.     protected function getApp_OperationTypeFilterService()
  30655.     {
  30656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30657.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30658.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30659.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30660.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30661.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30662.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30663.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30664.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30665.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30666.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30667.         if (isset($this->privates['app.operation_type_filter'])) {
  30668.             return $this->privates['app.operation_type_filter'];
  30669.         }
  30670.         return $this->privates['app.operation_type_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['operationType' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30671.     }
  30672.     /**
  30673.      * Gets the private 'app.provider.watter_intervention_filter' shared autowired service.
  30674.      *
  30675.      * @return \App\Filter\ProviderWatterInterventionOrderFilter
  30676.      */
  30677.     protected function getApp_Provider_WatterInterventionFilterService()
  30678.     {
  30679.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30680.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30681.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30682.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30685.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30686.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterInterventionOrderFilter.php';
  30687.         return $this->privates['app.provider.watter_intervention_filter'] = new \App\Filter\ProviderWatterInterventionOrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), NULLNULL'theProperty');
  30688.     }
  30689.     /**
  30690.      * Gets the private 'app.the_property__filter' shared service.
  30691.      *
  30692.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30693.      */
  30694.     protected function getApp_ThePropertyFilterService()
  30695.     {
  30696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30699.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30700.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30701.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30702.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30703.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30704.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30705.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30706.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30707.         if (isset($this->privates['app.the_property__filter'])) {
  30708.             return $this->privates['app.the_property__filter'];
  30709.         }
  30710.         return $this->privates['app.the_property__filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30711.     }
  30712.     /**
  30713.      * Gets the private 'app.the_property_work_filter' shared service.
  30714.      *
  30715.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30716.      */
  30717.     protected function getApp_ThePropertyWorkFilterService()
  30718.     {
  30719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30723.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30725.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30726.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30727.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30729.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30730.         if (isset($this->privates['app.the_property_work_filter'])) {
  30731.             return $this->privates['app.the_property_work_filter'];
  30732.         }
  30733.         return $this->privates['app.the_property_work_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30734.     }
  30735.     /**
  30736.      * Gets the private 'bank_simulation.search_filter' shared service.
  30737.      *
  30738.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30739.      */
  30740.     protected function getBankSimulation_SearchFilterService()
  30741.     {
  30742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30743.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30744.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30745.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30746.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30747.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30748.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30749.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30750.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30751.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30752.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30753.         if (isset($this->privates['bank_simulation.search_filter'])) {
  30754.             return $this->privates['bank_simulation.search_filter'];
  30755.         }
  30756.         return $this->privates['bank_simulation.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30757.     }
  30758.     /**
  30759.      * Gets the private 'cache.annotations' shared service.
  30760.      *
  30761.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30762.      */
  30763.     protected function getCache_AnnotationsService()
  30764.     {
  30765.         return $this->privates['cache.annotations'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('q8m6eO3Sza'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  30766.     }
  30767.     /**
  30768.      * Gets the private 'cache.doctrine.orm.import.query' shared service.
  30769.      *
  30770.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30771.      */
  30772.     protected function getCache_Doctrine_Orm_Import_QueryService()
  30773.     {
  30774.         return $this->privates['cache.doctrine.orm.import.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  30775.     }
  30776.     /**
  30777.      * Gets the private 'cache.doctrine.orm.import.result' shared service.
  30778.      *
  30779.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30780.      */
  30781.     protected function getCache_Doctrine_Orm_Import_ResultService()
  30782.     {
  30783.         return $this->privates['cache.doctrine.orm.import.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  30784.     }
  30785.     /**
  30786.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  30787.      *
  30788.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30789.      */
  30790.     protected function getCache_Messenger_RestartWorkersSignalService()
  30791.     {
  30792.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.TRnHpGq'] ?? $this->get_CacheConnection_TRnHpGqService()), 'USFP7-MyxI'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  30793.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  30794.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  30795.     }
  30796.     /**
  30797.      * Gets the private 'cache.property_info' shared service.
  30798.      *
  30799.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30800.      */
  30801.     protected function getCache_PropertyInfoService()
  30802.     {
  30803.         return $this->privates['cache.property_info'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('OXYvKrG5ah'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  30804.     }
  30805.     /**
  30806.      * Gets the private 'cache.security_expression_language' shared service.
  30807.      *
  30808.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30809.      */
  30810.     protected function getCache_SecurityExpressionLanguageService()
  30811.     {
  30812.         return $this->privates['cache.security_expression_language'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('QFLE7FQbXY'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  30813.     }
  30814.     /**
  30815.      * Gets the private 'cache.serializer' shared service.
  30816.      *
  30817.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30818.      */
  30819.     protected function getCache_SerializerService()
  30820.     {
  30821.         return $this->privates['cache.serializer'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('M-4Dpgz7JL'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  30822.     }
  30823.     /**
  30824.      * Gets the private 'cache.validator' shared service.
  30825.      *
  30826.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30827.      */
  30828.     protected function getCache_ValidatorService()
  30829.     {
  30830.         return $this->privates['cache.validator'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache('vTwNWdb0Fz'0$this->getParameter('container.build_id'), ($this->targetDir.''.'/pools/system'), ($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService())));
  30831.     }
  30832.     /**
  30833.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  30834.      *
  30835.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  30836.      */
  30837.     protected function getCachePoolClearer_CacheWarmerService()
  30838.     {
  30839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30840.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  30841.         return $this->privates['cache_pool_clearer.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer(($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService()), [=> 'cache.validator'=> 'cache.serializer']);
  30842.     }
  30843.     /**
  30844.      * Gets the private 'category_permit.search_filter' shared service.
  30845.      *
  30846.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30847.      */
  30848.     protected function getCategoryPermit_SearchFilterService()
  30849.     {
  30850.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30851.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30852.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30853.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30854.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30855.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30856.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30857.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30858.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30860.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30861.         if (isset($this->privates['category_permit.search_filter'])) {
  30862.             return $this->privates['category_permit.search_filter'];
  30863.         }
  30864.         return $this->privates['category_permit.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['region.name' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30865.     }
  30866.     /**
  30867.      * Gets the private 'changewaterbranch.theproperty_filter' shared autowired service.
  30868.      *
  30869.      * @return \App\Filter\ChangeWaterBranchFilter
  30870.      */
  30871.     protected function getChangewaterbranch_ThepropertyFilterService()
  30872.     {
  30873.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30874.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30875.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30876.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30877.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30878.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30879.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30880.         include_once \dirname(__DIR__4).'/src/Filter/ChangeWaterBranchFilter.php';
  30881.         return $this->privates['changewaterbranch.theproperty_filter'] = new \App\Filter\ChangeWaterBranchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'theProperty');
  30882.     }
  30883.     /**
  30884.      * Gets the private 'co_ownership_account_lot.search_filter' shared service.
  30885.      *
  30886.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30887.      */
  30888.     protected function getCoOwnershipAccountLot_SearchFilterService()
  30889.     {
  30890.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30891.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30892.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30893.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30894.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30895.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30896.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30897.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30898.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30899.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30900.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30901.         if (isset($this->privates['co_ownership_account_lot.search_filter'])) {
  30902.             return $this->privates['co_ownership_account_lot.search_filter'];
  30903.         }
  30904.         return $this->privates['co_ownership_account_lot.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['lot' => 'exact''invoice.coOwnership' => 'exact''year' => 'exact''type' => 'exact''invoice' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30905.     }
  30906.     /**
  30907.      * Gets the private 'co_ownership_agenda.search_filter' shared service.
  30908.      *
  30909.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30910.      */
  30911.     protected function getCoOwnershipAgenda_SearchFilterService()
  30912.     {
  30913.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30914.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30915.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30916.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30917.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30918.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30919.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30920.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30921.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30923.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30924.         if (isset($this->privates['co_ownership_agenda.search_filter'])) {
  30925.             return $this->privates['co_ownership_agenda.search_filter'];
  30926.         }
  30927.         return $this->privates['co_ownership_agenda.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['ownershipGeneralMeeting' => 'exact''ownershipGeneralMeeting.coOwnership' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30928.     }
  30929.     /**
  30930.      * Gets the private 'co_ownership_balance.search_filter' shared service.
  30931.      *
  30932.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30933.      */
  30934.     protected function getCoOwnershipBalance_SearchFilterService()
  30935.     {
  30936.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30937.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30938.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30939.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30940.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30941.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30942.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30943.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30944.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30945.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30946.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30947.         if (isset($this->privates['co_ownership_balance.search_filter'])) {
  30948.             return $this->privates['co_ownership_balance.search_filter'];
  30949.         }
  30950.         return $this->privates['co_ownership_balance.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['coOwnership' => 'exact''year' => 'exact''type' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30951.     }
  30952.     /**
  30953.      * Gets the private 'co_ownership_document.search_filter' shared service.
  30954.      *
  30955.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30956.      */
  30957.     protected function getCoOwnershipDocument_SearchFilterService()
  30958.     {
  30959.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30960.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30961.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30962.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30963.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30964.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30965.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30966.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30967.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30968.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30969.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30970.         if (isset($this->privates['co_ownership_document.search_filter'])) {
  30971.             return $this->privates['co_ownership_document.search_filter'];
  30972.         }
  30973.         return $this->privates['co_ownership_document.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['coOwnership' => 'exact''type' => 'exact''year' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30974.     }
  30975.     /**
  30976.      * Gets the private 'co_ownership_lot_balance.search_filter' shared service.
  30977.      *
  30978.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30979.      */
  30980.     protected function getCoOwnershipLotBalance_SearchFilterService()
  30981.     {
  30982.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30983.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30984.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30985.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30986.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30987.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30988.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30989.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30990.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30991.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30992.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30993.         if (isset($this->privates['co_ownership_lot_balance.search_filter'])) {
  30994.             return $this->privates['co_ownership_lot_balance.search_filter'];
  30995.         }
  30996.         return $this->privates['co_ownership_lot_balance.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['balance.coOwnership' => 'exact''year' => 'exact''type' => 'exact''lot' => 'exact''balance' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  30997.     }
  30998.     /**
  30999.      * Gets the private 'co_ownership_lot_vote.search_filter' shared service.
  31000.      *
  31001.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31002.      */
  31003.     protected function getCoOwnershipLotVote_SearchFilterService()
  31004.     {
  31005.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31006.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31007.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31008.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31009.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31010.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31011.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31012.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31013.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31014.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31015.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31016.         if (isset($this->privates['co_ownership_lot_vote.search_filter'])) {
  31017.             return $this->privates['co_ownership_lot_vote.search_filter'];
  31018.         }
  31019.         return $this->privates['co_ownership_lot_vote.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['proposition' => 'exact''lot' => 'exact''isHeFor' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31020.     }
  31021.     /**
  31022.      * Gets the private 'co_ownership_the_property.search_filter' shared service.
  31023.      *
  31024.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31025.      */
  31026.     protected function getCoOwnershipTheProperty_SearchFilterService()
  31027.     {
  31028.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31029.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31030.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31031.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31032.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31033.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31034.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31035.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31036.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31037.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31038.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31039.         if (isset($this->privates['co_ownership_the_property.search_filter'])) {
  31040.             return $this->privates['co_ownership_the_property.search_filter'];
  31041.         }
  31042.         return $this->privates['co_ownership_the_property.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''syndic' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31043.     }
  31044.     /**
  31045.      * Gets the private 'co_ownership_the_property_response.search_filter' shared service.
  31046.      *
  31047.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31048.      */
  31049.     protected function getCoOwnershipThePropertyResponse_SearchFilterService()
  31050.     {
  31051.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31052.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31053.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31054.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31055.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31056.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31057.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31058.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31059.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31060.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31061.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31062.         if (isset($this->privates['co_ownership_the_property_response.search_filter'])) {
  31063.             return $this->privates['co_ownership_the_property_response.search_filter'];
  31064.         }
  31065.         return $this->privates['co_ownership_the_property_response.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''coOwnershipTheProperty.syndic' => 'exact''coOwnershipTheProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31066.     }
  31067.     /**
  31068.      * Gets the private 'co_ownership_transcript.search_filter' shared service.
  31069.      *
  31070.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31071.      */
  31072.     protected function getCoOwnershipTranscript_SearchFilterService()
  31073.     {
  31074.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31075.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31076.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31077.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31078.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31079.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31080.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31081.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31082.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31083.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31084.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31085.         if (isset($this->privates['co_ownership_transcript.search_filter'])) {
  31086.             return $this->privates['co_ownership_transcript.search_filter'];
  31087.         }
  31088.         return $this->privates['co_ownership_transcript.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['generalMeeting' => 'exact''generalMeeting.coOwnership' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31089.     }
  31090.     /**
  31091.      * Gets the private 'colective_garden.search_filter' shared service.
  31092.      *
  31093.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31094.      */
  31095.     protected function getColectiveGarden_SearchFilterService()
  31096.     {
  31097.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31098.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31099.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31100.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31101.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31102.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31103.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31104.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31105.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31106.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31107.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31108.         if (isset($this->privates['colective_garden.search_filter'])) {
  31109.             return $this->privates['colective_garden.search_filter'];
  31110.         }
  31111.         return $this->privates['colective_garden.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['users' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31112.     }
  31113.     /**
  31114.      * Gets the private 'collective_garden_cadastre.search_filter' shared autowired service.
  31115.      *
  31116.      * @return \App\Filter\CadastreFilter
  31117.      */
  31118.     protected function getCollectiveGardenCadastre_SearchFilterService()
  31119.     {
  31120.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31121.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31122.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31123.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31124.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31125.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31127.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  31128.         return $this->privates['collective_garden_cadastre.search_filter'] = new \App\Filter\CadastreFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  31129.     }
  31130.     /**
  31131.      * Gets the private 'community.post.author_filter' shared autowired service.
  31132.      *
  31133.      * @return \App\Filter\CommunityPostAuthorFilter
  31134.      */
  31135.     protected function getCommunity_Post_AuthorFilterService()
  31136.     {
  31137.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31138.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31141.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31142.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31143.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31144.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostAuthorFilter.php';
  31145.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  31146.         if (isset($this->privates['community.post.author_filter'])) {
  31147.             return $this->privates['community.post.author_filter'];
  31148.         }
  31149.         return $this->privates['community.post.author_filter'] = new \App\Filter\CommunityPostAuthorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  31150.     }
  31151.     /**
  31152.      * Gets the private 'community.post.category_filter' shared autowired service.
  31153.      *
  31154.      * @return \App\Filter\CommunityPostCategoryFilter
  31155.      */
  31156.     protected function getCommunity_Post_CategoryFilterService()
  31157.     {
  31158.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31160.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31161.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31165.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCategoryFilter.php';
  31166.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  31167.         if (isset($this->privates['community.post.category_filter'])) {
  31168.             return $this->privates['community.post.category_filter'];
  31169.         }
  31170.         return $this->privates['community.post.category_filter'] = new \App\Filter\CommunityPostCategoryFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'category');
  31171.     }
  31172.     /**
  31173.      * Gets the private 'community.post.comment.comment_filter' shared autowired service.
  31174.      *
  31175.      * @return \App\Filter\CommunityPostCommentFilter
  31176.      */
  31177.     protected function getCommunity_Post_Comment_CommentFilterService()
  31178.     {
  31179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31181.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31182.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31183.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31184.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31185.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31186.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommentFilter.php';
  31187.         return $this->privates['community.post.comment.comment_filter'] = new \App\Filter\CommunityPostCommentFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'post');
  31188.     }
  31189.     /**
  31190.      * Gets the private 'community.post.committee_filter' shared autowired service.
  31191.      *
  31192.      * @return \App\Filter\CommunityPostCommitteeFilter
  31193.      */
  31194.     protected function getCommunity_Post_CommitteeFilterService()
  31195.     {
  31196.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31197.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31198.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31201.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31202.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31203.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommitteeFilter.php';
  31204.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  31205.         if (isset($this->privates['community.post.committee_filter'])) {
  31206.             return $this->privates['community.post.committee_filter'];
  31207.         }
  31208.         return $this->privates['community.post.committee_filter'] = new \App\Filter\CommunityPostCommitteeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'committee');
  31209.     }
  31210.     /**
  31211.      * Gets the private 'community.post.search_filter' shared autowired service.
  31212.      *
  31213.      * @return \App\Filter\SearchFilter
  31214.      */
  31215.     protected function getCommunity_Post_SearchFilterService()
  31216.     {
  31217.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31218.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31219.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31220.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31221.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31222.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31223.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31224.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  31225.         return $this->privates['community.post.search_filter'] = new \App\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [=> 'type'=> 'content'=> 'author.name'=> 'author.firstname'=> 'author.telephone'=> 'author.address'=> 'author.committeeSurname'=> 'service.category'=> 'consultation.subject'=> 'consultation.typeConsultation'], NULL'q');
  31226.     }
  31227.     /**
  31228.      * Gets the private 'community.post.type_filter' shared autowired service.
  31229.      *
  31230.      * @return \App\Filter\CommunityPostTypeFilter
  31231.      */
  31232.     protected function getCommunity_Post_TypeFilterService()
  31233.     {
  31234.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31235.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31236.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31237.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31238.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31239.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31240.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31241.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostTypeFilter.php';
  31242.         return $this->privates['community.post.type_filter'] = new \App\Filter\CommunityPostTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'type');
  31243.     }
  31244.     /**
  31245.      * Gets the private 'condominium.date_filter' shared service.
  31246.      *
  31247.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  31248.      */
  31249.     protected function getCondominium_DateFilterService()
  31250.     {
  31251.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31252.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31253.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31254.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31255.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  31259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  31260.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  31261.         return $this->privates['condominium.date_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['date' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31262.     }
  31263.     /**
  31264.      * Gets the private 'condominium.search_filter' shared service.
  31265.      *
  31266.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31267.      */
  31268.     protected function getCondominium_SearchFilterService()
  31269.     {
  31270.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31271.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31272.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31275.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31276.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31280.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31281.         if (isset($this->privates['condominium.search_filter'])) {
  31282.             return $this->privates['condominium.search_filter'];
  31283.         }
  31284.         return $this->privates['condominium.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty.id' => 'exact''type' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  31285.     }
  31286.     /**
  31287.      * Gets the private 'config_builder.warmer' shared service.
  31288.      *
  31289.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  31290.      */
  31291.     protected function getConfigBuilder_WarmerService()
  31292.     {
  31293.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31294.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  31295.         return $this->privates['config_builder.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer(($this->services['kernel'] ?? $this->get('kernel'1)), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  31296.     }
  31297.     /**
  31298.      * Gets the private 'config_cache_factory' shared service.
  31299.      *
  31300.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  31301.      */
  31302.     protected function getConfigCacheFactoryService()
  31303.     {
  31304.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  31305.             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)));
  31306.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  31307.         }, 2));
  31308.     }
  31309.     /**
  31310.      * Gets the private 'console.command.about' shared service.
  31311.      *
  31312.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  31313.      */
  31314.     protected function getConsole_Command_AboutService()
  31315.     {
  31316.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31317.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  31318.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  31319.         $instance->setName('about');
  31320.         $instance->setDescription('Display information about the current project');
  31321.         return $instance;
  31322.     }
  31323.     /**
  31324.      * Gets the private 'console.command.assets_install' shared service.
  31325.      *
  31326.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  31327.      */
  31328.     protected function getConsole_Command_AssetsInstallService()
  31329.     {
  31330.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31331.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  31332.         $this->privates['console.command.assets_install'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), \dirname(__DIR__4));
  31333.         $instance->setName('assets:install');
  31334.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  31335.         return $instance;
  31336.     }
  31337.     /**
  31338.      * Gets the private 'console.command.cache_clear' shared service.
  31339.      *
  31340.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  31341.      */
  31342.     protected function getConsole_Command_CacheClearService()
  31343.     {
  31344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31345.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  31346.         $this->privates['console.command.cache_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand(($this->services['.container.private.cache_clearer'] ?? $this->get_Container_Private_CacheClearerService()), ($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())));
  31347.         $instance->setName('cache:clear');
  31348.         $instance->setDescription('Clear the cache');
  31349.         return $instance;
  31350.     }
  31351.     /**
  31352.      * Gets the private 'console.command.cache_pool_clear' shared service.
  31353.      *
  31354.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  31355.      */
  31356.     protected function getConsole_Command_CachePoolClearService()
  31357.     {
  31358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31359.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  31360.         $this->privates['console.command.cache_pool_clear'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'=> 'cache.validator_expression_language'10 => 'cache.doctrine.orm.import.result'11 => 'cache.doctrine.orm.import.query'12 => 'cache.security_expression_language'13 => 'api_platform.cache.route_name_resolver'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.resource.legacy'16 => 'api_platform.cache.metadata.property.legacy'17 => 'api_platform.cache.subresource_operation_factory'18 => 'api_platform.cache.identifiers_extractor']);
  31361.         $instance->setName('cache:pool:clear');
  31362.         $instance->setDescription('Clear cache pools');
  31363.         return $instance;
  31364.     }
  31365.     /**
  31366.      * Gets the private 'console.command.cache_pool_delete' shared service.
  31367.      *
  31368.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  31369.      */
  31370.     protected function getConsole_Command_CachePoolDeleteService()
  31371.     {
  31372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31373.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  31374.         $this->privates['console.command.cache_pool_delete'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand(($this->services['cache.global_clearer'] ?? $this->getCache_GlobalClearerService()), [=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'=> 'cache.validator_expression_language'10 => 'cache.doctrine.orm.import.result'11 => 'cache.doctrine.orm.import.query'12 => 'cache.security_expression_language'13 => 'api_platform.cache.route_name_resolver'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.resource.legacy'16 => 'api_platform.cache.metadata.property.legacy'17 => 'api_platform.cache.subresource_operation_factory'18 => 'api_platform.cache.identifiers_extractor']);
  31375.         $instance->setName('cache:pool:delete');
  31376.         $instance->setDescription('Delete an item from a cache pool');
  31377.         return $instance;
  31378.     }
  31379.     /**
  31380.      * Gets the private 'console.command.cache_pool_list' shared service.
  31381.      *
  31382.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  31383.      */
  31384.     protected function getConsole_Command_CachePoolListService()
  31385.     {
  31386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31387.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  31388.         $this->privates['console.command.cache_pool_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand([=> 'cache.app'=> 'cache.system'=> 'cache.validator'=> 'cache.serializer'=> 'cache.annotations'=> 'cache.property_info'=> 'cache.messenger.restart_workers_signal'=> 'doctrine.result_cache_pool'=> 'doctrine.system_cache_pool'=> 'cache.validator_expression_language'10 => 'cache.doctrine.orm.import.result'11 => 'cache.doctrine.orm.import.query'12 => 'cache.security_expression_language'13 => 'api_platform.cache.route_name_resolver'14 => 'api_platform.cache.metadata.resource'15 => 'api_platform.cache.metadata.resource.legacy'16 => 'api_platform.cache.metadata.property.legacy'17 => 'api_platform.cache.subresource_operation_factory'18 => 'api_platform.cache.identifiers_extractor']);
  31389.         $instance->setName('cache:pool:list');
  31390.         $instance->setDescription('List available cache pools');
  31391.         return $instance;
  31392.     }
  31393.     /**
  31394.      * Gets the private 'console.command.cache_pool_prune' shared service.
  31395.      *
  31396.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  31397.      */
  31398.     protected function getConsole_Command_CachePoolPruneService()
  31399.     {
  31400.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31401.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  31402.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  31403.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  31404.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  31405.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  31406.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  31407.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  31408.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  31409.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  31410.             yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  31411.             yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  31412.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  31413.             yield 'cache.doctrine.orm.import.result' => ($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService());
  31414.             yield 'cache.doctrine.orm.import.query' => ($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService());
  31415.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  31416.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  31417.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  31418.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  31419.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  31420.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  31421.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  31422.         }, 19));
  31423.         $instance->setName('cache:pool:prune');
  31424.         $instance->setDescription('Prune cache pools');
  31425.         return $instance;
  31426.     }
  31427.     /**
  31428.      * Gets the private 'console.command.cache_warmup' shared service.
  31429.      *
  31430.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  31431.      */
  31432.     protected function getConsole_Command_CacheWarmupService()
  31433.     {
  31434.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31435.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  31436.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  31437.         $instance->setName('cache:warmup');
  31438.         $instance->setDescription('Warm up an empty cache');
  31439.         return $instance;
  31440.     }
  31441.     /**
  31442.      * Gets the private 'console.command.config_debug' shared service.
  31443.      *
  31444.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  31445.      */
  31446.     protected function getConsole_Command_ConfigDebugService()
  31447.     {
  31448.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31449.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31450.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31451.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  31452.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  31453.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  31454.         $instance->setName('debug:config');
  31455.         $instance->setDescription('Dump the current configuration for an extension');
  31456.         return $instance;
  31457.     }
  31458.     /**
  31459.      * Gets the private 'console.command.config_dump_reference' shared service.
  31460.      *
  31461.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  31462.      */
  31463.     protected function getConsole_Command_ConfigDumpReferenceService()
  31464.     {
  31465.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31466.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31467.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31468.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  31469.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  31470.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  31471.         $instance->setName('config:dump-reference');
  31472.         $instance->setDescription('Dump the default configuration for an extension');
  31473.         return $instance;
  31474.     }
  31475.     /**
  31476.      * Gets the private 'console.command.container_debug' shared service.
  31477.      *
  31478.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  31479.      */
  31480.     protected function getConsole_Command_ContainerDebugService()
  31481.     {
  31482.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31483.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31484.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31485.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  31486.         $instance->setName('debug:container');
  31487.         $instance->setDescription('Display current services for an application');
  31488.         return $instance;
  31489.     }
  31490.     /**
  31491.      * Gets the private 'console.command.container_lint' shared service.
  31492.      *
  31493.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  31494.      */
  31495.     protected function getConsole_Command_ContainerLintService()
  31496.     {
  31497.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31498.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  31499.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  31500.         $instance->setName('lint:container');
  31501.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  31502.         return $instance;
  31503.     }
  31504.     /**
  31505.      * Gets the private 'console.command.debug_autowiring' shared service.
  31506.      *
  31507.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  31508.      */
  31509.     protected function getConsole_Command_DebugAutowiringService()
  31510.     {
  31511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31512.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31513.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31514.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  31515.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  31516.         $instance->setName('debug:autowiring');
  31517.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  31518.         return $instance;
  31519.     }
  31520.     /**
  31521.      * Gets the private 'console.command.dotenv_debug' shared service.
  31522.      *
  31523.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  31524.      */
  31525.     protected function getConsole_Command_DotenvDebugService()
  31526.     {
  31527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31528.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  31529.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  31530.         $instance->setName('debug:dotenv');
  31531.         $instance->setDescription('Lists all dotenv files with variables and values');
  31532.         return $instance;
  31533.     }
  31534.     /**
  31535.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  31536.      *
  31537.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  31538.      */
  31539.     protected function getConsole_Command_EventDispatcherDebugService()
  31540.     {
  31541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  31543.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.zD8.Q8Q'] ?? $this->get_ServiceLocator_ZD8_Q8QService()));
  31544.         $instance->setName('debug:event-dispatcher');
  31545.         $instance->setDescription('Display configured listeners for an application');
  31546.         return $instance;
  31547.     }
  31548.     /**
  31549.      * Gets the private 'console.command.form_debug' shared service.
  31550.      *
  31551.      * @return \Symfony\Component\Form\Command\DebugCommand
  31552.      */
  31553.     protected function getConsole_Command_FormDebugService()
  31554.     {
  31555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  31557.         $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\\Location'=> 'App\\Form\\NeighborhoodEdit'=> 'App\\Form\\PebInformation'=> 'App\\Form\\PebInformation\\SubContent'=> 'App\\Form\\Plan'=> 'App\\Form\\Prime'=> 'App\\Form\\TheProperty\\ExtensionOrder'=> 'Symfony\\Bridge\\Doctrine\\Form\\Type'10 => 'Vich\\UploaderBundle\\Form\\Type'11 => 'Liip\\ImagineBundle\\Form\\Type'], [=> 'App\\Form\\AdressType'=> 'App\\Form\\AllObjectAnnouncementType'=> 'App\\Form\\ArchitectArtWorkType'=> 'App\\Form\\ArchitectSpecialistType'=> 'App\\Form\\AreaCsvType'=> 'App\\Form\\BankAccountClientType'=> 'App\\Form\\BankCardType'=> 'App\\Form\\BankType'=> 'App\\Form\\BrugisType'=> 'App\\Form\\CategoryEnvironnementType'10 => 'App\\Form\\ChoicecategoryType'11 => 'App\\Form\\CityType'12 => 'App\\Form\\ClientFrontType'13 => 'App\\Form\\ClientType'14 => 'App\\Form\\ClientclauseType'15 => 'App\\Form\\ClientfriendType'16 => 'App\\Form\\CountryType'17 => 'App\\Form\\CsvType'18 => 'App\\Form\\DVFType'19 => 'App\\Form\\DailyNeededType'20 => 'App\\Form\\DeedOfSaleType'21 => 'App\\Form\\DefaultclauseType'22 => 'App\\Form\\DemenagementAnnoncementType'23 => 'App\\Form\\DistanceType'24 => 'App\\Form\\EducationCsvType'25 => 'App\\Form\\EngieCsvType'26 => 'App\\Form\\ExcelFileType'27 => 'App\\Form\\ExcelFileWorkType'28 => 'App\\Form\\ExternalProviderAdvertisingType'29 => 'App\\Form\\ExternalProviderOfferType'30 => 'App\\Form\\ExternalProviderType'31 => 'App\\Form\\FeatureType'32 => 'App\\Form\\ImagepubType'33 => 'App\\Form\\KycDocumenType'34 => 'App\\Form\\LandPropertyDestinationType'35 => 'App\\Form\\LeaseContractAnnexType'36 => 'App\\Form\\LeaseContractModelType'37 => 'App\\Form\\Location\\UrbanInformationType'38 => 'App\\Form\\LocationTypeType'39 => 'App\\Form\\MagasinType'40 => 'App\\Form\\ModelType'41 => 'App\\Form\\MunicipalityType'42 => 'App\\Form\\NeighborhoodEdit\\TextureTreeDType'43 => 'App\\Form\\NeighborhoodType'44 => 'App\\Form\\NewProjectImmoCsvType'45 => 'App\\Form\\NotaryCsvType'46 => 'App\\Form\\NotaryType'47 => 'App\\Form\\ObligationCsvType'48 => 'App\\Form\\ObligationType'49 => 'App\\Form\\OccupationPeriodFileType'50 => 'App\\Form\\OccupieCsvType'51 => 'App\\Form\\OccupieEstimationType'52 => 'App\\Form\\OfferType'53 => 'App\\Form\\OptionType'54 => 'App\\Form\\ParameterType'55 => 'App\\Form\\PebInformation\\BoilerPerformanceType'56 => 'App\\Form\\PebInformation\\HeatNeededType'57 => 'App\\Form\\PebInformation\\IndicatorType'58 => 'App\\Form\\PebInformation\\PebInformationType'59 => 'App\\Form\\PebInformation\\RenewalEnergyFormType'60 => 'App\\Form\\PebInformation\\SubContent\\BiomassType'61 => 'App\\Form\\PebInformation\\SubContent\\CogenerationUnitType'62 => 'App\\Form\\PebInformation\\SubContent\\HeatPumpType'63 => 'App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType'64 => 'App\\Form\\PebInformation\\SubContent\\SolarThermalType'65 => 'App\\Form\\PebInformation\\VentilationLosesType'66 => 'App\\Form\\PebInformation\\VentilationType'67 => 'App\\Form\\PebInformation\\WaterPerformanceType'68 => 'App\\Form\\PermitCiterneType'69 => 'App\\Form\\PermitLocationEnvironmentType'70 => 'App\\Form\\PersonnelType'71 => 'App\\Form\\Plan\\PlanFeatureType'72 => 'App\\Form\\Plan\\PlanType'73 => 'App\\Form\\PpasAffectationType'74 => 'App\\Form\\PpasCsvType'75 => 'App\\Form\\PrasAffectationConditionType'76 => 'App\\Form\\PrasAffectationType'77 => 'App\\Form\\PrasCsvType'78 => 'App\\Form\\PrasZoneType'79 => 'App\\Form\\Prime\\CsvType'80 => 'App\\Form\\Prime\\FormeType'81 => 'App\\Form\\PrimeProcedureFieldFormType'82 => 'App\\Form\\PrimeProcedureFormType'83 => 'App\\Form\\PrimeSourceFormType'84 => 'App\\Form\\PropertyImageType'85 => 'App\\Form\\PropertytypeType'86 => 'App\\Form\\ProviderFluviusType'87 => 'App\\Form\\ProviderInverterType'88 => 'App\\Form\\ProviderOresType'89 => 'App\\Form\\ProviderSibelgaTaskType'90 => 'App\\Form\\ProviderSibelgaType'91 => 'App\\Form\\ProviderSibelgaWorkType'92 => 'App\\Form\\ProviderSocietyCsvType'93 => 'App\\Form\\PublicInquiryInProgressCsvType'94 => 'App\\Form\\PurchasePartnerRequestObjectifType'95 => 'App\\Form\\PurchasePartnerRequestType'96 => 'App\\Form\\RegionType'97 => 'App\\Form\\RentestimationType'98 => 'App\\Form\\RoofType'99 => 'App\\Form\\RulesCsvType'100 => 'App\\Form\\SalesAgreementFileType'101 => 'App\\Form\\ServiceCategoryType'102 => 'App\\Form\\ServicePromoType'103 => 'App\\Form\\SimulationType'104 => 'App\\Form\\SizeType'105 => 'App\\Form\\SocietyApprovalType'106 => 'App\\Form\\SocietyType'107 => 'App\\Form\\StreetType'108 => 'App\\Form\\SubjectType'109 => 'App\\Form\\SubmodelType'110 => 'App\\Form\\SubscriptionProductServiceType'111 => 'App\\Form\\SubscriptionProductType'112 => 'App\\Form\\SubsectionType'113 => 'App\\Form\\SuperficieType'114 => 'App\\Form\\SupplierType'115 => 'App\\Form\\SyndicApartmentType'116 => 'App\\Form\\TestImageType'117 => 'App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType'118 => 'App\\Form\\ThePropertyConstructionWorkRulesType'119 => 'App\\Form\\ThepropertyDocumentCategoryType'120 => 'App\\Form\\ThepropertyDocumentType'121 => 'App\\Form\\ThepropertyProviderType'122 => 'App\\Form\\ThepropertyType'123 => 'App\\Form\\TheserviceType'124 => 'App\\Form\\TransactionTypeType'125 => 'App\\Form\\TypeDocumentType'126 => 'App\\Form\\TypeofworkType'127 => 'App\\Form\\UboType'128 => 'App\\Form\\VoirieType'129 => 'App\\Form\\WalletUserType'130 => 'App\\Form\\WallonieCsvType'131 => 'App\\Form\\WaterSupllierControllerExcelType'132 => 'App\\Form\\WorkCsvType'133 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'134 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'135 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'136 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'137 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'138 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'139 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'140 => 'Liip\\ImagineBundle\\Form\\Type\\ImageType'], [=> '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\\Component\\Form\\Extension\\Validator\\ValidatorTypeGuesser'=> 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser'], ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  31558.         $instance->setName('debug:form');
  31559.         $instance->setDescription('Display form type information');
  31560.         return $instance;
  31561.     }
  31562.     /**
  31563.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  31564.      *
  31565.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  31566.      */
  31567.     protected function getConsole_Command_MessengerConsumeMessagesService()
  31568.     {
  31569.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31570.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  31571.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  31572.         $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'], new \Symfony\Component\Messenger\EventListener\ResetServicesListener(($this->services['services_resetter'] ?? $this->getServicesResetterService())), [=> 'messenger.bus.default']);
  31573.         $instance->setName('messenger:consume');
  31574.         $instance->setDescription('Consume messages');
  31575.         return $instance;
  31576.     }
  31577.     /**
  31578.      * Gets the private 'console.command.messenger_debug' shared service.
  31579.      *
  31580.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  31581.      */
  31582.     protected function getConsole_Command_MessengerDebugService()
  31583.     {
  31584.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31585.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  31586.         $this->privates['console.command.messenger_debug'] = $instance = new \Symfony\Component\Messenger\Command\DebugCommand(['messenger.bus.default' => ['App\\Message\\CommunityPlpMessage' => [=> [=> 'App\\MessageHandler\\CommunityPlpMessageHandler'=> []]], 'App\\Message\\CommunityPostNotification' => [=> [=> 'App\\MessageHandler\\CommunityPostNotificationHandler'=> []]], 'App\\Message\\AlertMessage' => [=> [=> 'App\\MessageHandler\\AlertMessageHandler'=> []]], 'App\\Message\\LeaseContractTimeoutMessage' => [=> [=> 'App\\MessageHandler\\LeaseContractTimeoutMessageHandler'=> []]], 'App\\Message\\MessageAquisition' => [=> [=> 'App\\MessageHandler\\MessageAquisitionHandler'=> []]], 'App\\Message\\NewCommitteeNotification' => [=> [=> 'App\\MessageHandler\\NewCommitteeNotificationHandler'=> []]], 'App\\Message\\SalesDateLimitNotification' => [=> [=> 'App\\MessageHandler\\SalesDateLimitNotificationHandler'=> []]], 'App\\Message\\ShowInterestMessage' => [=> [=> 'App\\MessageHandler\\ShowInterestMessageHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  31587.         $instance->setName('debug:messenger');
  31588.         $instance->setDescription('List messages you can dispatch using the message buses');
  31589.         return $instance;
  31590.     }
  31591.     /**
  31592.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  31593.      *
  31594.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  31595.      */
  31596.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  31597.     {
  31598.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31599.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  31600.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  31601.         $this->privates['console.command.messenger_failed_messages_remove'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  31602.         $instance->setName('messenger:failed:remove');
  31603.         $instance->setDescription('Remove given messages from the failure transport');
  31604.         return $instance;
  31605.     }
  31606.     /**
  31607.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  31608.      *
  31609.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  31610.      */
  31611.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  31612.     {
  31613.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31614.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  31615.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  31616.         $this->privates['console.command.messenger_failed_messages_retry'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()), ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService()), ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  31617.         $instance->setName('messenger:failed:retry');
  31618.         $instance->setDescription('Retry one or more messages from the failure transport');
  31619.         return $instance;
  31620.     }
  31621.     /**
  31622.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  31623.      *
  31624.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  31625.      */
  31626.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  31627.     {
  31628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31629.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  31630.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  31631.         $this->privates['console.command.messenger_failed_messages_show'] = $instance = new \Symfony\Component\Messenger\Command\FailedMessagesShowCommand('failed', ($this->privates['.service_locator.Y4J.A.e'] ?? $this->get_ServiceLocator_Y4J_A_EService()));
  31632.         $instance->setName('messenger:failed:show');
  31633.         $instance->setDescription('Show one or more messages from the failure transport');
  31634.         return $instance;
  31635.     }
  31636.     /**
  31637.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  31638.      *
  31639.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  31640.      */
  31641.     protected function getConsole_Command_MessengerSetupTransportsService()
  31642.     {
  31643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31644.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  31645.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  31646.         $instance->setName('messenger:setup-transports');
  31647.         $instance->setDescription('Prepare the required infrastructure for the transport');
  31648.         return $instance;
  31649.     }
  31650.     /**
  31651.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  31652.      *
  31653.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  31654.      */
  31655.     protected function getConsole_Command_MessengerStopWorkersService()
  31656.     {
  31657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31658.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  31659.         $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()));
  31660.         $instance->setName('messenger:stop-workers');
  31661.         $instance->setDescription('Stop workers after their current message');
  31662.         return $instance;
  31663.     }
  31664.     /**
  31665.      * Gets the private 'console.command.router_debug' shared service.
  31666.      *
  31667.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  31668.      */
  31669.     protected function getConsole_Command_RouterDebugService()
  31670.     {
  31671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31672.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31673.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  31674.         $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()));
  31675.         $instance->setName('debug:router');
  31676.         $instance->setDescription('Display current routes for an application');
  31677.         return $instance;
  31678.     }
  31679.     /**
  31680.      * Gets the private 'console.command.router_match' shared service.
  31681.      *
  31682.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  31683.      */
  31684.     protected function getConsole_Command_RouterMatchService()
  31685.     {
  31686.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31687.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  31688.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  31689.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  31690.         }, 1));
  31691.         $instance->setName('router:match');
  31692.         $instance->setDescription('Help debug routes by simulating a path info match');
  31693.         return $instance;
  31694.     }
  31695.     /**
  31696.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  31697.      *
  31698.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  31699.      */
  31700.     protected function getConsole_Command_SecretsDecryptToLocalService()
  31701.     {
  31702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31703.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  31704.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31705.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31706.         $this->privates['console.command.secrets_decrypt_to_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  31707.         $instance->setName('secrets:decrypt-to-local');
  31708.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  31709.         return $instance;
  31710.     }
  31711.     /**
  31712.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  31713.      *
  31714.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  31715.      */
  31716.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  31717.     {
  31718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  31720.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31721.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31722.         $this->privates['console.command.secrets_encrypt_from_local'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  31723.         $instance->setName('secrets:encrypt-from-local');
  31724.         $instance->setDescription('Encrypt all local secrets to the vault');
  31725.         return $instance;
  31726.     }
  31727.     /**
  31728.      * Gets the private 'console.command.secrets_generate_key' shared service.
  31729.      *
  31730.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  31731.      */
  31732.     protected function getConsole_Command_SecretsGenerateKeyService()
  31733.     {
  31734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31735.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  31736.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31737.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31738.         $this->privates['console.command.secrets_generate_key'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  31739.         $instance->setName('secrets:generate-keys');
  31740.         $instance->setDescription('Generate new encryption keys');
  31741.         return $instance;
  31742.     }
  31743.     /**
  31744.      * Gets the private 'console.command.secrets_list' shared service.
  31745.      *
  31746.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  31747.      */
  31748.     protected function getConsole_Command_SecretsListService()
  31749.     {
  31750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31751.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  31752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31753.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31754.         $this->privates['console.command.secrets_list'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  31755.         $instance->setName('secrets:list');
  31756.         $instance->setDescription('List all secrets');
  31757.         return $instance;
  31758.     }
  31759.     /**
  31760.      * Gets the private 'console.command.secrets_remove' shared service.
  31761.      *
  31762.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  31763.      */
  31764.     protected function getConsole_Command_SecretsRemoveService()
  31765.     {
  31766.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31767.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  31768.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31769.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31770.         $this->privates['console.command.secrets_remove'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  31771.         $instance->setName('secrets:remove');
  31772.         $instance->setDescription('Remove a secret from the vault');
  31773.         return $instance;
  31774.     }
  31775.     /**
  31776.      * Gets the private 'console.command.secrets_set' shared service.
  31777.      *
  31778.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  31779.      */
  31780.     protected function getConsole_Command_SecretsSetService()
  31781.     {
  31782.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31783.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  31784.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31785.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31786.         $this->privates['console.command.secrets_set'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand(($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService()), ($this->privates['secrets.local_vault'] ?? ($this->privates['secrets.local_vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\DotenvVault((\dirname(__DIR__4).'/.env.dev.local')))));
  31787.         $instance->setName('secrets:set');
  31788.         $instance->setDescription('Set a secret in the vault');
  31789.         return $instance;
  31790.     }
  31791.     /**
  31792.      * Gets the private 'console.command.translation_debug' shared service.
  31793.      *
  31794.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  31795.      */
  31796.     protected function getConsole_Command_TranslationDebugService()
  31797.     {
  31798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31799.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  31800.         $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/vich/uploader-bundle/translations')], [=> (\dirname(__DIR__4).'/public/uploads/logo'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/Api/Subscription/PlanService.php'), => (\dirname(__DIR__4).'/src/Controller/admin/Plan/PlanController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 14 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 18 => (\dirname(__DIR__4).'/src/Serializer/PlanNormalizer.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  31801.         $instance->setName('debug:translation');
  31802.         $instance->setDescription('Display translation messages information');
  31803.         return $instance;
  31804.     }
  31805.     /**
  31806.      * Gets the private 'console.command.translation_extract' shared service.
  31807.      *
  31808.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  31809.      */
  31810.     protected function getConsole_Command_TranslationExtractService()
  31811.     {
  31812.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31813.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  31814.         $this->privates['console.command.translation_extract'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand(($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), ($this->privates['translation.extractor'] ?? $this->getTranslation_ExtractorService()), 'fr', (\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/vich/uploader-bundle/translations')], [=> (\dirname(__DIR__4).'/public/uploads/logo'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'), => (\dirname(__DIR__4).'/src/Service/Api/Subscription/PlanService.php'), => (\dirname(__DIR__4).'/src/Controller/admin/Plan/PlanController.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php'), => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php'), 10 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php'), 11 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php'), 12 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php'), 13 => (\dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php'), 14 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php'), 15 => (\dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/UsernamePasswordJsonAuthenticationListener.php'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php'), 17 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php'), 18 => (\dirname(__DIR__4).'/src/Serializer/PlanNormalizer.php'), 19 => (\dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php'), 20 => (\dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php'), 21 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php'), 22 => (\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php')], []);
  31815.         $instance->setName('translation:extract');
  31816.         $instance->setAliases([=> 'translation:update']);
  31817.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  31818.         return $instance;
  31819.     }
  31820.     /**
  31821.      * Gets the private 'console.command.translation_pull' shared service.
  31822.      *
  31823.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  31824.      */
  31825.     protected function getConsole_Command_TranslationPullService()
  31826.     {
  31827.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31828.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  31829.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  31830.         $this->privates['console.command.translation_pull'] = $instance = new \Symfony\Component\Translation\Command\TranslationPullCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.writer'] ?? $this->getTranslation_WriterService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), 'fr', [], []);
  31831.         $instance->setName('translation:pull');
  31832.         $instance->setDescription('Pull translations from a given provider.');
  31833.         return $instance;
  31834.     }
  31835.     /**
  31836.      * Gets the private 'console.command.translation_push' shared service.
  31837.      *
  31838.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  31839.      */
  31840.     protected function getConsole_Command_TranslationPushService()
  31841.     {
  31842.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31843.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  31844.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  31845.         $this->privates['console.command.translation_push'] = $instance = new \Symfony\Component\Translation\Command\TranslationPushCommand(($this->privates['translation.provider_collection'] ?? $this->getTranslation_ProviderCollectionService()), ($this->privates['translation.reader'] ?? $this->getTranslation_ReaderService()), [], []);
  31846.         $instance->setName('translation:push');
  31847.         $instance->setDescription('Push translations to a given provider.');
  31848.         return $instance;
  31849.     }
  31850.     /**
  31851.      * Gets the private 'console.command.validator_debug' shared service.
  31852.      *
  31853.      * @return \Symfony\Component\Validator\Command\DebugCommand
  31854.      */
  31855.     protected function getConsole_Command_ValidatorDebugService()
  31856.     {
  31857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31858.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  31859.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  31860.         $instance->setName('debug:validator');
  31861.         $instance->setDescription('Display validation constraints for classes');
  31862.         return $instance;
  31863.     }
  31864.     /**
  31865.      * Gets the private 'console.command.xliff_lint' shared service.
  31866.      *
  31867.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  31868.      */
  31869.     protected function getConsole_Command_XliffLintService()
  31870.     {
  31871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31872.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  31873.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  31874.         $instance->setName('lint:xliff');
  31875.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  31876.         return $instance;
  31877.     }
  31878.     /**
  31879.      * Gets the private 'console.command.yaml_lint' shared service.
  31880.      *
  31881.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  31882.      */
  31883.     protected function getConsole_Command_YamlLintService()
  31884.     {
  31885.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31886.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  31887.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  31888.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  31889.         $instance->setName('lint:yaml');
  31890.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  31891.         return $instance;
  31892.     }
  31893.     /**
  31894.      * Gets the private 'console.error_listener' shared service.
  31895.      *
  31896.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  31897.      */
  31898.     protected function getConsole_ErrorListenerService()
  31899.     {
  31900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  31901.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  31902.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  31903.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  31904.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  31905.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  31906.     }
  31907.     /**
  31908.      * Gets the private 'container.env_var_processor' shared service.
  31909.      *
  31910.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  31911.      */
  31912.     protected function getContainer_EnvVarProcessorService()
  31913.     {
  31914.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  31915.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  31916.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  31917.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  31918.         }, 1));
  31919.     }
  31920.     /**
  31921.      * Gets the private 'container.getenv' shared service.
  31922.      *
  31923.      * @return \Closure
  31924.      */
  31925.     protected function getContainer_GetenvService()
  31926.     {
  31927.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  31928.     }
  31929.     /**
  31930.      * Gets the private 'data_collector.form' shared service.
  31931.      *
  31932.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  31933.      */
  31934.     protected function getDataCollector_FormService()
  31935.     {
  31936.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  31937.     }
  31938.     /**
  31939.      * Gets the private 'data_collector.request' shared service.
  31940.      *
  31941.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  31942.      */
  31943.     protected function getDataCollector_RequestService()
  31944.     {
  31945.         return $this->privates['data_collector.request'] = new \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  31946.     }
  31947.     /**
  31948.      * Gets the private 'data_collector.request.session_collector' shared service.
  31949.      *
  31950.      * @return \Closure
  31951.      */
  31952.     protected function getDataCollector_Request_SessionCollectorService()
  31953.     {
  31954.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  31955.     }
  31956.     /**
  31957.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  31958.      *
  31959.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  31960.      */
  31961.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  31962.     {
  31963.         return $this->privates['debug.api_platform.collection_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider(new \ApiPlatform\Core\DataProvider\ChainCollectionDataProvider(new RewindableGenerator(function () {
  31964.             yield => ($this->privates['App\\DataProvider\\PrecountConstantProvider'] ?? ($this->privates['App\\DataProvider\\PrecountConstantProvider'] = new \App\DataProvider\PrecountConstantProvider()));
  31965.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  31966.         }, 2)));
  31967.     }
  31968.     /**
  31969.      * Gets the private 'debug.api_platform.data_persister' shared service.
  31970.      *
  31971.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  31972.      */
  31973.     protected function getDebug_ApiPlatform_DataPersisterService()
  31974.     {
  31975.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  31976.             yield => ($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'] ?? $this->getCreateNeighborhoodProjectCommentPersisterService());
  31977.             yield => ($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'] ?? $this->getCreateNeighborhoodProjectReactionPersisterService());
  31978.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  31979.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  31980.         }, 4)));
  31981.     }
  31982.     /**
  31983.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  31984.      *
  31985.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  31986.      */
  31987.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  31988.     {
  31989.         return $this->privates['debug.api_platform.item_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider(new \ApiPlatform\Core\DataProvider\ChainItemDataProvider(new RewindableGenerator(function () {
  31990.             yield => ($this->privates['App\\DataProvider\\PrecountConstantProvider'] ?? ($this->privates['App\\DataProvider\\PrecountConstantProvider'] = new \App\DataProvider\PrecountConstantProvider()));
  31991.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  31992.         }, 2)));
  31993.     }
  31994.     /**
  31995.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  31996.      *
  31997.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  31998.      */
  31999.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  32000.     {
  32001.         return $this->privates['debug.api_platform.subresource_data_provider'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider(new \ApiPlatform\Core\DataProvider\ChainSubresourceDataProvider(new RewindableGenerator(function () {
  32002.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  32003.         }, 1)));
  32004.     }
  32005.     /**
  32006.      * Gets the private 'debug.argument_resolver.default' shared service.
  32007.      *
  32008.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32009.      */
  32010.     protected function getDebug_ArgumentResolver_DefaultService()
  32011.     {
  32012.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32013.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32014.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  32015.         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))));
  32016.     }
  32017.     /**
  32018.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  32019.      *
  32020.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32021.      */
  32022.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  32023.     {
  32024.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32025.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32026.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  32027.         $a = ($this->privates['.service_locator.il2b_ea'] ?? $this->get_ServiceLocator_Il2bEaService());
  32028.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  32029.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  32030.         }
  32031.         return $this->privates['debug.argument_resolver.not_tagged_controller'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\NotTaggedControllerValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32032.     }
  32033.     /**
  32034.      * Gets the private 'debug.argument_resolver.request' shared service.
  32035.      *
  32036.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32037.      */
  32038.     protected function getDebug_ArgumentResolver_RequestService()
  32039.     {
  32040.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32041.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32042.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  32043.         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))));
  32044.     }
  32045.     /**
  32046.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  32047.      *
  32048.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32049.      */
  32050.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  32051.     {
  32052.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32053.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32054.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  32055.         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))));
  32056.     }
  32057.     /**
  32058.      * Gets the private 'debug.argument_resolver.service' shared service.
  32059.      *
  32060.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32061.      */
  32062.     protected function getDebug_ArgumentResolver_ServiceService()
  32063.     {
  32064.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32065.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32066.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  32067.         $a = ($this->privates['.service_locator.il2b_ea'] ?? $this->get_ServiceLocator_Il2bEaService());
  32068.         if (isset($this->privates['debug.argument_resolver.service'])) {
  32069.             return $this->privates['debug.argument_resolver.service'];
  32070.         }
  32071.         return $this->privates['debug.argument_resolver.service'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver($a), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32072.     }
  32073.     /**
  32074.      * Gets the private 'debug.argument_resolver.session' shared service.
  32075.      *
  32076.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32077.      */
  32078.     protected function getDebug_ArgumentResolver_SessionService()
  32079.     {
  32080.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32081.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32082.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  32083.         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))));
  32084.     }
  32085.     /**
  32086.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  32087.      *
  32088.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32089.      */
  32090.     protected function getDebug_ArgumentResolver_VariadicService()
  32091.     {
  32092.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32093.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32094.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  32095.         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))));
  32096.     }
  32097.     /**
  32098.      * Gets the private 'debug.debug_handlers_listener' shared service.
  32099.      *
  32100.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  32101.      */
  32102.     protected function getDebug_DebugHandlersListenerService()
  32103.     {
  32104.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  32105.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32106.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32107.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32108.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  32109.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  32110.     }
  32111.     /**
  32112.      * Gets the private 'debug.dump_listener' shared service.
  32113.      *
  32114.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  32115.      */
  32116.     protected function getDebug_DumpListenerService()
  32117.     {
  32118.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  32119.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  32120.         $a = ($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService());
  32121.         if (isset($this->privates['debug.dump_listener'])) {
  32122.             return $this->privates['debug.dump_listener'];
  32123.         }
  32124.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  32125.         if (isset($this->privates['debug.dump_listener'])) {
  32126.             return $this->privates['debug.dump_listener'];
  32127.         }
  32128.         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($a, ['source' => new \Symfony\Component\VarDumper\Dumper\ContextProvider\SourceContextProvider('UTF-8', \dirname(__DIR__4), $b)]), ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService()));
  32129.     }
  32130.     /**
  32131.      * Gets the private 'debug.file_link_formatter' shared service.
  32132.      *
  32133.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  32134.      */
  32135.     protected function getDebug_FileLinkFormatterService()
  32136.     {
  32137.         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 () {
  32138.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  32139.         });
  32140.     }
  32141.     /**
  32142.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  32143.      *
  32144.      * @return \string
  32145.      */
  32146.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  32147.     {
  32148.         $a = ($this->services['router'] ?? $this->getRouterService());
  32149.         if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  32150.             return $this->privates['debug.file_link_formatter.url_format'];
  32151.         }
  32152.         return $this->privates['debug.file_link_formatter.url_format'] = \Symfony\Component\HttpKernel\Debug\FileLinkFormatter::generateUrlFormat($a'_profiler_open_file''?file=%f&line=%l#line%l');
  32153.     }
  32154.     /**
  32155.      * Gets the private 'debug.log_processor' shared service.
  32156.      *
  32157.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  32158.      */
  32159.     protected function getDebug_LogProcessorService()
  32160.     {
  32161.         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())));
  32162.     }
  32163.     /**
  32164.      * Gets the private 'debug.security.access.decision_manager' shared service.
  32165.      *
  32166.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  32167.      */
  32168.     protected function getDebug_Security_Access_DecisionManagerService()
  32169.     {
  32170.         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 () {
  32171.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  32172.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  32173.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  32174.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'] ?? $this->getFeatureVoterService());
  32175.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  32176.     }
  32177.     /**
  32178.      * Gets the private 'debug.security.firewall' shared service.
  32179.      *
  32180.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  32181.      */
  32182.     protected function getDebug_Security_FirewallService()
  32183.     {
  32184.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  32185.         if (isset($this->privates['debug.security.firewall'])) {
  32186.             return $this->privates['debug.security.firewall'];
  32187.         }
  32188.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32189.         if (isset($this->privates['debug.security.firewall'])) {
  32190.             return $this->privates['debug.security.firewall'];
  32191.         }
  32192.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  32193.     }
  32194.     /**
  32195.      * Gets the private 'debug.security.user_value_resolver' shared service.
  32196.      *
  32197.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32198.      */
  32199.     protected function getDebug_Security_UserValueResolverService()
  32200.     {
  32201.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32202.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32203.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  32204.         return $this->privates['debug.security.user_value_resolver'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Symfony\Component\Security\Http\Controller\UserValueResolver(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService())), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32205.     }
  32206.     /**
  32207.      * Gets the private 'debug.security.voter.App\Security\Voter\FeatureVoter' shared service.
  32208.      *
  32209.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32210.      */
  32211.     protected function getFeatureVoterService()
  32212.     {
  32213.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32214.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32215.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  32217.         include_once \dirname(__DIR__4).'/src/Security/Voter/FeatureVoter.php';
  32218.         $a = ($this->privates['App\\Service\\Api\\Subscription\\FeatureService'] ?? $this->getFeatureServiceService());
  32219.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'])) {
  32220.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'];
  32221.         }
  32222.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32223.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'])) {
  32224.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'];
  32225.         }
  32226.         return $this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'] = new \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter(new \App\Security\Voter\FeatureVoter($a), $b);
  32227.     }
  32228.     /**
  32229.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  32230.      *
  32231.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32232.      */
  32233.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  32234.     {
  32235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32237.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  32239.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32240.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  32241.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  32242.         }
  32243.         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()))), $a);
  32244.     }
  32245.     /**
  32246.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  32247.      *
  32248.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32249.      */
  32250.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  32251.     {
  32252.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32253.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32254.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32255.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  32256.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  32257.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  32258.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  32259.         }
  32260.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32261.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  32262.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  32263.         }
  32264.         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(($this->privates['security.expression_language'] ?? $this->getSecurity_ExpressionLanguageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a, ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())), $b);
  32265.     }
  32266.     /**
  32267.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  32268.      *
  32269.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32270.      */
  32271.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  32272.     {
  32273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  32277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  32278.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32279.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  32280.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  32281.         }
  32282.         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())), $a);
  32283.     }
  32284.     /**
  32285.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  32286.      *
  32287.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  32288.      */
  32289.     protected function getDebug_Security_Voter_VoteListenerService()
  32290.     {
  32291.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  32292.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  32293.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  32294.             return $this->privates['debug.security.voter.vote_listener'];
  32295.         }
  32296.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  32297.     }
  32298.     /**
  32299.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  32300.      *
  32301.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32302.      */
  32303.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  32304.     {
  32305.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32306.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32307.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  32308.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  32309.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  32310.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  32311.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  32312.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  32313.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  32314.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  32315.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  32316.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  32317.         $a = new \Http\Discovery\Psr17Factory();
  32318.         return $this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] = new \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver(new \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentValueResolver\Psr7ServerRequestResolver(new \Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory($a$a$a$a)), ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  32319.     }
  32320.     /**
  32321.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  32322.      *
  32323.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  32324.      */
  32325.     protected function getDoctrine_CacheClearMetadataCommandService()
  32326.     {
  32327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32328.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32329.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32330.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  32331.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32332.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  32333.         $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()));
  32334.         $instance->setName('doctrine:cache:clear-metadata');
  32335.         return $instance;
  32336.     }
  32337.     /**
  32338.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  32339.      *
  32340.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  32341.      */
  32342.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  32343.     {
  32344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32345.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32346.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32347.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  32348.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32349.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  32350.         $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()));
  32351.         $instance->setName('doctrine:cache:clear-query');
  32352.         return $instance;
  32353.     }
  32354.     /**
  32355.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  32356.      *
  32357.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  32358.      */
  32359.     protected function getDoctrine_CacheClearResultCommandService()
  32360.     {
  32361.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32362.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32363.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32364.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  32365.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32366.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  32367.         $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()));
  32368.         $instance->setName('doctrine:cache:clear-result');
  32369.         return $instance;
  32370.     }
  32371.     /**
  32372.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  32373.      *
  32374.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  32375.      */
  32376.     protected function getDoctrine_CacheCollectionRegionCommandService()
  32377.     {
  32378.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32379.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32380.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32381.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  32382.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32383.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  32384.         $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()));
  32385.         $instance->setName('doctrine:cache:clear-collection-region');
  32386.         return $instance;
  32387.     }
  32388.     /**
  32389.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  32390.      *
  32391.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  32392.      */
  32393.     protected function getDoctrine_ClearEntityRegionCommandService()
  32394.     {
  32395.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32396.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32397.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32398.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  32399.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32400.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  32401.         $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()));
  32402.         $instance->setName('doctrine:cache:clear-entity-region');
  32403.         return $instance;
  32404.     }
  32405.     /**
  32406.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  32407.      *
  32408.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  32409.      */
  32410.     protected function getDoctrine_ClearQueryRegionCommandService()
  32411.     {
  32412.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32413.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32414.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32415.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryRegionCommand.php';
  32416.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32417.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/QueryRegionCacheDoctrineCommand.php';
  32418.         $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()));
  32419.         $instance->setName('doctrine:cache:clear-query-region');
  32420.         return $instance;
  32421.     }
  32422.     /**
  32423.      * Gets the private 'doctrine.database_create_command' shared service.
  32424.      *
  32425.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  32426.      */
  32427.     protected function getDoctrine_DatabaseCreateCommandService()
  32428.     {
  32429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32430.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32431.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  32432.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32433.         $instance->setName('doctrine:database:create');
  32434.         return $instance;
  32435.     }
  32436.     /**
  32437.      * Gets the private 'doctrine.database_drop_command' shared service.
  32438.      *
  32439.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  32440.      */
  32441.     protected function getDoctrine_DatabaseDropCommandService()
  32442.     {
  32443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32444.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32445.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  32446.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32447.         $instance->setName('doctrine:database:drop');
  32448.         return $instance;
  32449.     }
  32450.     /**
  32451.      * Gets the private 'doctrine.database_import_command' shared service.
  32452.      *
  32453.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  32454.      */
  32455.     protected function getDoctrine_DatabaseImportCommandService()
  32456.     {
  32457.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32458.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  32459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  32460.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  32461.         $instance->setName('doctrine:database:import');
  32462.         return $instance;
  32463.     }
  32464.     /**
  32465.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  32466.      *
  32467.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  32468.      */
  32469.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  32470.     {
  32471.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32472.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32473.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32474.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  32475.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32476.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  32477.         $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()));
  32478.         $instance->setName('doctrine:ensure-production-settings');
  32479.         return $instance;
  32480.     }
  32481.     /**
  32482.      * Gets the private 'doctrine.fixtures.loader' shared service.
  32483.      *
  32484.      * @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
  32485.      */
  32486.     protected function getDoctrine_Fixtures_LoaderService()
  32487.     {
  32488.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  32489.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  32490.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  32491.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  32492.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  32493.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  32494.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  32495.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  32496.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  32497.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  32498.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/FixtureGroupInterface.php';
  32499.         include_once \dirname(__DIR__4).'/src/DataFixtures/CertificatorFixture.php';
  32500.         include_once \dirname(__DIR__4).'/src/DataFixtures/ClassesFixtures.php';
  32501.         include_once \dirname(__DIR__4).'/src/DataFixtures/ClientSaleDiscussionFixture.php';
  32502.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/CreateCommitteeFixture.php';
  32503.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/JoinCommitteeFixture.php';
  32504.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/PostFixture.php';
  32505.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/UserTokenFixture.php';
  32506.         include_once \dirname(__DIR__4).'/src/DataFixtures/ContactFixture.php';
  32507.         include_once \dirname(__DIR__4).'/src/DataFixtures/Environment/ThePropertyFixture.php';
  32508.         include_once \dirname(__DIR__4).'/src/DataFixtures/LevelsFixtures.php';
  32509.         include_once \dirname(__DIR__4).'/src/DataFixtures/LocalityFixtures.php';
  32510.         include_once \dirname(__DIR__4).'/src/DataFixtures/NotificationFixture.php';
  32511.         include_once \dirname(__DIR__4).'/src/DataFixtures/SchoolsFixtures.php';
  32512.         include_once \dirname(__DIR__4).'/src/DataFixtures/ThePropertyConstructionWorkRules.php';
  32513.         include_once \dirname(__DIR__4).'/src/DataFixtures/ThePropertyFixture.php';
  32514.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserWithProperty.php';
  32515.         $this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  32516.         $a = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  32517.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  32518.         $c = ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService());
  32519.         $instance->addFixtures([=> ['fixture' => new \App\DataFixtures\AppFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\CertificatorFixture(), 'groups' => []], => ['fixture' => new \App\DataFixtures\ClassesFixtures(), 'groups' => []], => ['fixture' => new \App\DataFixtures\ClientSaleDiscussionFixture(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Repository\\ClientSalesAgreementRepository'] ?? $this->getClientSalesAgreementRepositoryService())), 'groups' => []], => ['fixture' => new \App\DataFixtures\Community\CreateCommitteeFixture($a), 'groups' => []], => ['fixture' => new \App\DataFixtures\Community\JoinCommitteeFixture($a), 'groups' => []], => ['fixture' => new \App\DataFixtures\Community\PostFixture($a), 'groups' => []], => ['fixture' => new \App\DataFixtures\Community\UserTokenFixture($a), 'groups' => []], => ['fixture' => new \App\DataFixtures\ContactFixture($b$a$c), 'groups' => []], => ['fixture' => new \App\DataFixtures\Environment\ThePropertyFixture($b$a), 'groups' => []], 10 => ['fixture' => new \App\DataFixtures\LevelsFixtures(), 'groups' => []], 11 => ['fixture' => new \App\DataFixtures\LocalityFixtures(), 'groups' => []], 12 => ['fixture' => new \App\DataFixtures\NotificationFixture($b$a), 'groups' => []], 13 => ['fixture' => new \App\DataFixtures\SchoolsFixtures(), 'groups' => []], 14 => ['fixture' => new \App\DataFixtures\ThePropertyConstructionWorkRules(), 'groups' => []], 15 => ['fixture' => new \App\DataFixtures\ThePropertyFixture($b$a$c), 'groups' => []], 16 => ['fixture' => new \App\DataFixtures\UserWithProperty($a), 'groups' => []]]);
  32520.         return $instance;
  32521.     }
  32522.     /**
  32523.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  32524.      *
  32525.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  32526.      */
  32527.     protected function getDoctrine_FixturesLoadCommandService()
  32528.     {
  32529.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32530.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32531.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  32532.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  32533.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  32534.         $this->privates['doctrine.fixtures_load_command'] = $instance = new \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand(($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), ['default' => new \Doctrine\Bundle\FixturesBundle\Purger\ORMPurgerFactory()]);
  32535.         $instance->setName('doctrine:fixtures:load');
  32536.         return $instance;
  32537.     }
  32538.     /**
  32539.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  32540.      *
  32541.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  32542.      */
  32543.     protected function getDoctrine_MappingConvertCommandService()
  32544.     {
  32545.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32546.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32547.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32548.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  32549.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32550.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  32551.         $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()));
  32552.         $instance->setName('doctrine:mapping:convert');
  32553.         return $instance;
  32554.     }
  32555.     /**
  32556.      * Gets the private 'doctrine.mapping_import_command' shared service.
  32557.      *
  32558.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  32559.      */
  32560.     protected function getDoctrine_MappingImportCommandService()
  32561.     {
  32562.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32563.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32564.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  32565.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  32566.         $instance->setName('doctrine:mapping:import');
  32567.         return $instance;
  32568.     }
  32569.     /**
  32570.      * Gets the private 'doctrine.mapping_info_command' shared service.
  32571.      *
  32572.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  32573.      */
  32574.     protected function getDoctrine_MappingInfoCommandService()
  32575.     {
  32576.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32577.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32578.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32579.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  32580.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32581.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  32582.         $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()));
  32583.         $instance->setName('doctrine:mapping:info');
  32584.         return $instance;
  32585.     }
  32586.     /**
  32587.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  32588.      *
  32589.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  32590.      */
  32591.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  32592.     {
  32593.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  32594.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  32595.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  32596.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  32597.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  32598.         }
  32599.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  32600.     }
  32601.     /**
  32602.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  32603.      *
  32604.      * @return \Doctrine\Migrations\DependencyFactory
  32605.      */
  32606.     protected function getDoctrine_Migrations_DependencyFactoryService()
  32607.     {
  32608.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  32609.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  32610.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  32611.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  32612.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  32613.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  32614.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  32615.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  32616.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  32617.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  32618.         $a->setAllOrNothing(false);
  32619.         $a->setCheckDatabasePlatform(true);
  32620.         $a->setTransactional(true);
  32621.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  32622.         $this->privates['doctrine.migrations.dependency_factory'] = $instance = \Doctrine\Migrations\DependencyFactory::fromEntityManager(new \Doctrine\Migrations\Configuration\Migration\ExistingConfiguration($a), \Doctrine\Migrations\Configuration\EntityManager\ManagerRegistryEntityManager::withSimpleDefault(($this->services['doctrine'] ?? $this->getDoctrineService())), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  32623.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  32624.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  32625.         });
  32626.         return $instance;
  32627.     }
  32628.     /**
  32629.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  32630.      *
  32631.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  32632.      */
  32633.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  32634.     {
  32635.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  32636.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  32637.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32638.     }
  32639.     /**
  32640.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  32641.      *
  32642.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  32643.      */
  32644.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  32645.     {
  32646.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32647.             'App\\Repository\\ActorsRepository' => ['privates''App\\Repository\\ActorsRepository''getActorsRepositoryService'false],
  32648.             'App\\Repository\\AdditionalCentsRepository' => ['privates''App\\Repository\\AdditionalCentsRepository''getAdditionalCentsRepositoryService'false],
  32649.             'App\\Repository\\AdressCsvRepository' => ['privates''App\\Repository\\AdressCsvRepository''getAdressCsvRepositoryService'false],
  32650.             'App\\Repository\\AdressRepository' => ['privates''App\\Repository\\AdressRepository''getAdressRepositoryService'false],
  32651.             'App\\Repository\\AlarmSystemRepository' => ['privates''App\\Repository\\AlarmSystemRepository''getAlarmSystemRepositoryService'false],
  32652.             'App\\Repository\\AlertNewProjectImmoRepository' => ['privates''App\\Repository\\AlertNewProjectImmoRepository''getAlertNewProjectImmoRepositoryService'false],
  32653.             'App\\Repository\\AlertRepository' => ['privates''App\\Repository\\AlertRepository''getAlertRepositoryService'false],
  32654.             'App\\Repository\\AnnexPermitPropertyRepository' => ['privates''App\\Repository\\AnnexPermitPropertyRepository''getAnnexPermitPropertyRepositoryService'false],
  32655.             'App\\Repository\\AnnexPermitRepository' => ['privates''App\\Repository\\AnnexPermitRepository''getAnnexPermitRepositoryService'false],
  32656.             'App\\Repository\\AnnouncementObjectRepository' => ['privates''App\\Repository\\AnnouncementObjectRepository''getAnnouncementObjectRepositoryService'false],
  32657.             'App\\Repository\\AnnouncementRepository' => ['privates''App\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService'false],
  32658.             'App\\Repository\\AppointmentRequestRepository' => ['privates''App\\Repository\\AppointmentRequestRepository''getAppointmentRequestRepositoryService'false],
  32659.             'App\\Repository\\ArchitectArtWorkRepository' => ['privates''App\\Repository\\ArchitectArtWorkRepository''getArchitectArtWorkRepositoryService'false],
  32660.             'App\\Repository\\ArchitectSpecialistRepository' => ['privates''App\\Repository\\ArchitectSpecialistRepository''getArchitectSpecialistRepositoryService'false],
  32661.             'App\\Repository\\AreaCsvRepository' => ['privates''App\\Repository\\AreaCsvRepository''getAreaCsvRepositoryService'false],
  32662.             'App\\Repository\\AssitanceObtainedRepository' => ['privates''App\\Repository\\AssitanceObtainedRepository''getAssitanceObtainedRepositoryService'false],
  32663.             'App\\Repository\\AuthorizationsRepository' => ['privates''App\\Repository\\AuthorizationsRepository''getAuthorizationsRepositoryService'false],
  32664.             'App\\Repository\\BankDetailsRepository' => ['privates''App\\Repository\\BankDetailsRepository''getBankDetailsRepositoryService'false],
  32665.             'App\\Repository\\BankRepository' => ['privates''App\\Repository\\BankRepository''getBankRepositoryService'false],
  32666.             'App\\Repository\\BankSimulationRepository' => ['privates''App\\Repository\\BankSimulationRepository''getBankSimulationRepositoryService'false],
  32667.             'App\\Repository\\BoilerPerformanceRepository' => ['privates''App\\Repository\\BoilerPerformanceRepository''getBoilerPerformanceRepositoryService'false],
  32668.             'App\\Repository\\BorrowBankRepository' => ['privates''App\\Repository\\BorrowBankRepository''getBorrowBankRepositoryService'false],
  32669.             'App\\Repository\\BrugisCsvRepository' => ['privates''App\\Repository\\BrugisCsvRepository''getBrugisCsvRepositoryService'false],
  32670.             'App\\Repository\\BrugisRepository' => ['privates''App\\Repository\\BrugisRepository''getBrugisRepositoryService'false],
  32671.             'App\\Repository\\CareCompaniesRepository' => ['privates''App\\Repository\\CareCompaniesRepository''getCareCompaniesRepositoryService'false],
  32672.             'App\\Repository\\CarpoolAnnouncementRepository' => ['privates''App\\Repository\\CarpoolAnnouncementRepository''getCarpoolAnnouncementRepositoryService'false],
  32673.             'App\\Repository\\CategoryEnvironnementRepository' => ['privates''App\\Repository\\CategoryEnvironnementRepository''getCategoryEnvironnementRepositoryService'false],
  32674.             'App\\Repository\\ChangeAdressRepository' => ['privates''App\\Repository\\ChangeAdressRepository''getChangeAdressRepositoryService'false],
  32675.             'App\\Repository\\ChangeWaterBranchRepository' => ['privates''App\\Repository\\ChangeWaterBranchRepository''getChangeWaterBranchRepositoryService'false],
  32676.             'App\\Repository\\ChatFileRepository' => ['privates''App\\Repository\\ChatFileRepository''getChatFileRepositoryService'false],
  32677.             'App\\Repository\\ChatRepository' => ['privates''App\\Repository\\ChatRepository''getChatRepositoryService'false],
  32678.             'App\\Repository\\CheckEmailProcessRepository' => ['privates''App\\Repository\\CheckEmailProcessRepository''getCheckEmailProcessRepositoryService'false],
  32679.             'App\\Repository\\ChoicecategoryRepository' => ['privates''App\\Repository\\ChoicecategoryRepository''getChoicecategoryRepositoryService'false],
  32680.             'App\\Repository\\ChoicedEngieRepository' => ['privates''App\\Repository\\ChoicedEngieRepository''getChoicedEngieRepositoryService'false],
  32681.             'App\\Repository\\CiternInstallModifRepository' => ['privates''App\\Repository\\CiternInstallModifRepository''getCiternInstallModifRepositoryService'false],
  32682.             'App\\Repository\\CityEuropaRepository' => ['privates''App\\Repository\\CityEuropaRepository''getCityEuropaRepositoryService'false],
  32683.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  32684.             'App\\Repository\\ClassesRepository' => ['privates''App\\Repository\\ClassesRepository''getClassesRepositoryService'false],
  32685.             'App\\Repository\\CleaningAndGardeningRepository' => ['privates''App\\Repository\\CleaningAndGardeningRepository''getCleaningAndGardeningRepositoryService'false],
  32686.             'App\\Repository\\ClientClauseRepository' => ['privates''App\\Repository\\ClientClauseRepository''getClientClauseRepositoryService'false],
  32687.             'App\\Repository\\ClientDeedOfSaleDiscussionFileRepository' => ['privates''App\\Repository\\ClientDeedOfSaleDiscussionFileRepository''getClientDeedOfSaleDiscussionFileRepositoryService'false],
  32688.             'App\\Repository\\ClientDeedOfSaleDiscussionRepository' => ['privates''App\\Repository\\ClientDeedOfSaleDiscussionRepository''getClientDeedOfSaleDiscussionRepositoryService'false],
  32689.             'App\\Repository\\ClientDeedOfSaleRepository' => ['privates''App\\Repository\\ClientDeedOfSaleRepository''getClientDeedOfSaleRepositoryService'false],
  32690.             'App\\Repository\\ClientFriendRepository' => ['privates''App\\Repository\\ClientFriendRepository''getClientFriendRepositoryService'false],
  32691.             'App\\Repository\\ClientSalesAgreementDiscussionFileRepository' => ['privates''App\\Repository\\ClientSalesAgreementDiscussionFileRepository''getClientSalesAgreementDiscussionFileRepositoryService'false],
  32692.             'App\\Repository\\ClientSalesAgreementDiscussionRepository' => ['privates''App\\Repository\\ClientSalesAgreementDiscussionRepository''getClientSalesAgreementDiscussionRepositoryService'false],
  32693.             'App\\Repository\\ClientSalesAgreementRepository' => ['privates''App\\Repository\\ClientSalesAgreementRepository''getClientSalesAgreementRepositoryService'false],
  32694.             'App\\Repository\\CoOwershipPropositionVoteRepository' => ['privates''App\\Repository\\CoOwershipPropositionVoteRepository''getCoOwershipPropositionVoteRepositoryService'false],
  32695.             'App\\Repository\\CoOwnerShipDocumentRepository' => ['privates''App\\Repository\\CoOwnerShipDocumentRepository''getCoOwnerShipDocumentRepositoryService'false],
  32696.             'App\\Repository\\CoOwnershipAgendaRepository' => ['privates''App\\Repository\\CoOwnershipAgendaRepository''getCoOwnershipAgendaRepositoryService'false],
  32697.             'App\\Repository\\CoOwnershipAuditorRepository' => ['privates''App\\Repository\\CoOwnershipAuditorRepository''getCoOwnershipAuditorRepositoryService'false],
  32698.             'App\\Repository\\CoOwnershipBalanceRepository' => ['privates''App\\Repository\\CoOwnershipBalanceRepository''getCoOwnershipBalanceRepositoryService'false],
  32699.             'App\\Repository\\CoOwnershipCouncilRepository' => ['privates''App\\Repository\\CoOwnershipCouncilRepository''getCoOwnershipCouncilRepositoryService'false],
  32700.             'App\\Repository\\CoOwnershipFilesRepository' => ['privates''App\\Repository\\CoOwnershipFilesRepository''getCoOwnershipFilesRepositoryService'false],
  32701.             'App\\Repository\\CoOwnershipGMDecisionRepository' => ['privates''App\\Repository\\CoOwnershipGMDecisionRepository''getCoOwnershipGMDecisionRepositoryService'false],
  32702.             'App\\Repository\\CoOwnershipInvoicesRepository' => ['privates''App\\Repository\\CoOwnershipInvoicesRepository''getCoOwnershipInvoicesRepositoryService'false],
  32703.             'App\\Repository\\CoOwnershipLotAccountRepository' => ['privates''App\\Repository\\CoOwnershipLotAccountRepository''getCoOwnershipLotAccountRepositoryService'false],
  32704.             'App\\Repository\\CoOwnershipLotBalanceRepository' => ['privates''App\\Repository\\CoOwnershipLotBalanceRepository''getCoOwnershipLotBalanceRepositoryService'false],
  32705.             'App\\Repository\\CoOwnershipLotTotalAccountRepository' => ['privates''App\\Repository\\CoOwnershipLotTotalAccountRepository''getCoOwnershipLotTotalAccountRepositoryService'false],
  32706.             'App\\Repository\\CoOwnershipMeetingTranscriptFileRepository' => ['privates''App\\Repository\\CoOwnershipMeetingTranscriptFileRepository''getCoOwnershipMeetingTranscriptFileRepositoryService'false],
  32707.             'App\\Repository\\CoOwnershipMeetingTranscriptRepository' => ['privates''App\\Repository\\CoOwnershipMeetingTranscriptRepository''getCoOwnershipMeetingTranscriptRepositoryService'false],
  32708.             'App\\Repository\\CoOwnershipPropositionRepository' => ['privates''App\\Repository\\CoOwnershipPropositionRepository''getCoOwnershipPropositionRepositoryService'false],
  32709.             'App\\Repository\\CoOwnershipRepository' => ['privates''App\\Repository\\CoOwnershipRepository''getCoOwnershipRepositoryService'false],
  32710.             'App\\Repository\\CoOwnershipThePropertyFileRepository' => ['privates''App\\Repository\\CoOwnershipThePropertyFileRepository''getCoOwnershipThePropertyFileRepositoryService'false],
  32711.             'App\\Repository\\CoOwnershipThePropertyRepository' => ['privates''App\\Repository\\CoOwnershipThePropertyRepository''getCoOwnershipThePropertyRepositoryService'false],
  32712.             'App\\Repository\\CoOwnershipThePropertySyndicResponseRepository' => ['privates''App\\Repository\\CoOwnershipThePropertySyndicResponseRepository''getCoOwnershipThePropertySyndicResponseRepositoryService'false],
  32713.             'App\\Repository\\CoOwnershipTotalAccountRepository' => ['privates''App\\Repository\\CoOwnershipTotalAccountRepository''getCoOwnershipTotalAccountRepositoryService'false],
  32714.             'App\\Repository\\ColectiveGardenRepository' => ['privates''App\\Repository\\ColectiveGardenRepository''getColectiveGardenRepositoryService'false],
  32715.             'App\\Repository\\CommissionershipRepository' => ['privates''App\\Repository\\CommissionershipRepository''getCommissionershipRepositoryService'false],
  32716.             'App\\Repository\\CommitteeRepository' => ['privates''App\\Repository\\CommitteeRepository''getCommitteeRepositoryService'false],
  32717.             'App\\Repository\\CommunaleServiceRepository' => ['privates''App\\Repository\\CommunaleServiceRepository''getCommunaleServiceRepositoryService'false],
  32718.             'App\\Repository\\CommunityConsultationRepository' => ['privates''App\\Repository\\CommunityConsultationRepository''getCommunityConsultationRepositoryService'false],
  32719.             'App\\Repository\\CommunityCoordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  32720.             'App\\Repository\\CommunityEventFileRepository' => ['privates''App\\Repository\\CommunityEventFileRepository''getCommunityEventFileRepositoryService'false],
  32721.             'App\\Repository\\CommunityEventRepository' => ['privates''App\\Repository\\CommunityEventRepository''getCommunityEventRepositoryService'false],
  32722.             'App\\Repository\\CommunityFleatMarketRepository' => ['privates''App\\Repository\\CommunityFleatMarketRepository''getCommunityFleatMarketRepositoryService'false],
  32723.             'App\\Repository\\CommunityHouseWarmingRepository' => ['privates''App\\Repository\\CommunityHouseWarmingRepository''getCommunityHouseWarmingRepositoryService'false],
  32724.             'App\\Repository\\CommunityLocalPartenarshipRepository' => ['privates''App\\Repository\\CommunityLocalPartenarshipRepository''getCommunityLocalPartenarshipRepositoryService'false],
  32725.             'App\\Repository\\CommunityLostAnimalRepository' => ['privates''App\\Repository\\CommunityLostAnimalRepository''getCommunityLostAnimalRepositoryService'false],
  32726.             'App\\Repository\\CommunityPartyRepository' => ['privates''App\\Repository\\CommunityPartyRepository''getCommunityPartyRepositoryService'false],
  32727.             'App\\Repository\\CommunityPlpRepository' => ['privates''App\\Repository\\CommunityPlpRepository''getCommunityPlpRepositoryService'false],
  32728.             'App\\Repository\\CommunityPlpVoteRepository' => ['privates''App\\Repository\\CommunityPlpVoteRepository''getCommunityPlpVoteRepositoryService'false],
  32729.             'App\\Repository\\CommunityPostCommentRepository' => ['privates''App\\Repository\\CommunityPostCommentRepository''getCommunityPostCommentRepositoryService'false],
  32730.             'App\\Repository\\CommunityPostFileRepository' => ['privates''App\\Repository\\CommunityPostFileRepository''getCommunityPostFileRepositoryService'false],
  32731.             'App\\Repository\\CommunityPostLikeRepository' => ['privates''App\\Repository\\CommunityPostLikeRepository''getCommunityPostLikeRepositoryService'false],
  32732.             'App\\Repository\\CommunityPostRepository' => ['privates''App\\Repository\\CommunityPostRepository''getCommunityPostRepositoryService'false],
  32733.             'App\\Repository\\CommunityPostSignalRepository' => ['privates''App\\Repository\\CommunityPostSignalRepository''getCommunityPostSignalRepositoryService'false],
  32734.             'App\\Repository\\CommunityProductRepository' => ['privates''App\\Repository\\CommunityProductRepository''getCommunityProductRepositoryService'false],
  32735.             'App\\Repository\\CommunityPurchaseRepository' => ['privates''App\\Repository\\CommunityPurchaseRepository''getCommunityPurchaseRepositoryService'false],
  32736.             'App\\Repository\\CommunitySaleRepository' => ['privates''App\\Repository\\CommunitySaleRepository''getCommunitySaleRepositoryService'false],
  32737.             'App\\Repository\\CommunityServiceRequestRepository' => ['privates''App\\Repository\\CommunityServiceRequestRepository''getCommunityServiceRequestRepositoryService'false],
  32738.             'App\\Repository\\CommunityServiceResponseRepository' => ['privates''App\\Repository\\CommunityServiceResponseRepository''getCommunityServiceResponseRepositoryService'false],
  32739.             'App\\Repository\\CommunitySolicitationRepository' => ['privates''App\\Repository\\CommunitySolicitationRepository''getCommunitySolicitationRepositoryService'false],
  32740.             'App\\Repository\\CommunitySolicitationVoteRepository' => ['privates''App\\Repository\\CommunitySolicitationVoteRepository''getCommunitySolicitationVoteRepositoryService'false],
  32741.             'App\\Repository\\CommunityTypeProductRepository' => ['privates''App\\Repository\\CommunityTypeProductRepository''getCommunityTypeProductRepositoryService'false],
  32742.             'App\\Repository\\CommunityVoteConsultationRepository' => ['privates''App\\Repository\\CommunityVoteConsultationRepository''getCommunityVoteConsultationRepositoryService'false],
  32743.             'App\\Repository\\CommunityVotePartyRepository' => ['privates''App\\Repository\\CommunityVotePartyRepository''getCommunityVotePartyRepositoryService'false],
  32744.             'App\\Repository\\CommunityWorkRepository' => ['privates''App\\Repository\\CommunityWorkRepository''getCommunityWorkRepositoryService'false],
  32745.             'App\\Repository\\CommunityWorkVoteRepository' => ['privates''App\\Repository\\CommunityWorkVoteRepository''getCommunityWorkVoteRepositoryService'false],
  32746.             'App\\Repository\\CondominiumFeeRepository' => ['privates''App\\Repository\\CondominiumFeeRepository''getCondominiumFeeRepositoryService'false],
  32747.             'App\\Repository\\CondominiumRepository' => ['privates''App\\Repository\\CondominiumRepository''getCondominiumRepositoryService'false],
  32748.             'App\\Repository\\ConsumptionWaterRepository' => ['privates''App\\Repository\\ConsumptionWaterRepository''getConsumptionWaterRepositoryService'false],
  32749.             'App\\Repository\\ContactsellerRepository' => ['privates''App\\Repository\\ContactsellerRepository''getContactsellerRepositoryService'false],
  32750.             'App\\Repository\\ControlsRepository' => ['privates''App\\Repository\\ControlsRepository''getControlsRepositoryService'false],
  32751.             'App\\Repository\\ConversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  32752.             'App\\Repository\\CounterOfferLeaseRepository' => ['privates''App\\Repository\\CounterOfferLeaseRepository''getCounterOfferLeaseRepositoryService'false],
  32753.             'App\\Repository\\CounterOfferRepository' => ['privates''App\\Repository\\CounterOfferRepository''getCounterOfferRepositoryService'false],
  32754.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  32755.             'App\\Repository\\CsvRepository' => ['privates''App\\Repository\\CsvRepository''getCsvRepositoryService'false],
  32756.             'App\\Repository\\DVFCsvRepository' => ['privates''App\\Repository\\DVFCsvRepository''getDVFCsvRepositoryService'false],
  32757.             'App\\Repository\\DVFRepository' => ['privates''App\\Repository\\DVFRepository''getDVFRepositoryService'false],
  32758.             'App\\Repository\\DailyNeededRepository' => ['privates''App\\Repository\\DailyNeededRepository''getDailyNeededRepositoryService'false],
  32759.             'App\\Repository\\DeedOfSaleRepository' => ['privates''App\\Repository\\DeedOfSaleRepository''getDeedOfSaleRepositoryService'false],
  32760.             'App\\Repository\\DefaultClauseRepository' => ['privates''App\\Repository\\DefaultClauseRepository''getDefaultClauseRepositoryService'false],
  32761.             'App\\Repository\\DeliveryTimesRepository' => ['privates''App\\Repository\\DeliveryTimesRepository''getDeliveryTimesRepositoryService'false],
  32762.             'App\\Repository\\DemandsRepository' => ['privates''App\\Repository\\DemandsRepository''getDemandsRepositoryService'false],
  32763.             'App\\Repository\\DesignNeighborhoodRepository' => ['privates''App\\Repository\\DesignNeighborhoodRepository''getDesignNeighborhoodRepositoryService'false],
  32764.             'App\\Repository\\DestinationHabitationRepository' => ['privates''App\\Repository\\DestinationHabitationRepository''getDestinationHabitationRepositoryService'false],
  32765.             'App\\Repository\\DetailedStudyWorkRepository' => ['privates''App\\Repository\\DetailedStudyWorkRepository''getDetailedStudyWorkRepositoryService'false],
  32766.             'App\\Repository\\DispensePdfRepository' => ['privates''App\\Repository\\DispensePdfRepository''getDispensePdfRepositoryService'false],
  32767.             'App\\Repository\\DispenseRepository' => ['privates''App\\Repository\\DispenseRepository''getDispenseRepositoryService'false],
  32768.             'App\\Repository\\DistanceRepository' => ['privates''App\\Repository\\DistanceRepository''getDistanceRepositoryService'false],
  32769.             'App\\Repository\\DocumentTypeRepository' => ['privates''App\\Repository\\DocumentTypeRepository''getDocumentTypeRepositoryService'false],
  32770.             'App\\Repository\\DomiciliationAquisitionRepository' => ['privates''App\\Repository\\DomiciliationAquisitionRepository''getDomiciliationAquisitionRepositoryService'false],
  32771.             'App\\Repository\\DomiciliationDeclarationRepository' => ['privates''App\\Repository\\DomiciliationDeclarationRepository''getDomiciliationDeclarationRepositoryService'false],
  32772.             'App\\Repository\\DomiciliationFilesRepository' => ['privates''App\\Repository\\DomiciliationFilesRepository''getDomiciliationFilesRepositoryService'false],
  32773.             'App\\Repository\\DomiciliationResaleRepository' => ['privates''App\\Repository\\DomiciliationResaleRepository''getDomiciliationResaleRepositoryService'false],
  32774.             'App\\Repository\\DomiciliationResidenceRepository' => ['privates''App\\Repository\\DomiciliationResidenceRepository''getDomiciliationResidenceRepositoryService'false],
  32775.             'App\\Repository\\EasyPermitForm2Repository' => ['privates''App\\Repository\\EasyPermitForm2Repository''getEasyPermitForm2RepositoryService'false],
  32776.             'App\\Repository\\EditRegistersRepository' => ['privates''App\\Repository\\EditRegistersRepository''getEditRegistersRepositoryService'false],
  32777.             'App\\Repository\\EducationCsvRepository' => ['privates''App\\Repository\\EducationCsvRepository''getEducationCsvRepositoryService'false],
  32778.             'App\\Repository\\EducationRepository' => ['privates''App\\Repository\\EducationRepository''getEducationRepositoryService'false],
  32779.             'App\\Repository\\EidaRepository' => ['privates''App\\Repository\\EidaRepository''getEidaRepositoryService'false],
  32780.             'App\\Repository\\ElectrisRepository' => ['privates''App\\Repository\\ElectrisRepository''getElectrisRepositoryService'false],
  32781.             'App\\Repository\\EnergyBelgiqueRepository' => ['privates''App\\Repository\\EnergyBelgiqueRepository''getEnergyBelgiqueRepositoryService'false],
  32782.             'App\\Repository\\EnergyProviderFormRepository' => ['privates''App\\Repository\\EnergyProviderFormRepository''getEnergyProviderFormRepositoryService'false],
  32783.             'App\\Repository\\EnergySupplierRepository' => ['privates''App\\Repository\\EnergySupplierRepository''getEnergySupplierRepositoryService'false],
  32784.             'App\\Repository\\EngieCsvRepository' => ['privates''App\\Repository\\EngieCsvRepository''getEngieCsvRepositoryService'false],
  32785.             'App\\Repository\\EngieRepository' => ['privates''App\\Repository\\EngieRepository''getEngieRepositoryService'false],
  32786.             'App\\Repository\\EngieResultSimulationRepository' => ['privates''App\\Repository\\EngieResultSimulationRepository''getEngieResultSimulationRepositoryService'false],
  32787.             'App\\Repository\\EngineeringOfficesRepository' => ['privates''App\\Repository\\EngineeringOfficesRepository''getEngineeringOfficesRepositoryService'false],
  32788.             'App\\Repository\\EnvironmentDatasRepository' => ['privates''App\\Repository\\EnvironmentDatasRepository''getEnvironmentDatasRepositoryService'false],
  32789.             'App\\Repository\\EnvironmentRequestRepository' => ['privates''App\\Repository\\EnvironmentRequestRepository''getEnvironmentRequestRepositoryService'false],
  32790.             'App\\Repository\\EnvironmentalFormWastRepository' => ['privates''App\\Repository\\EnvironmentalFormWastRepository''getEnvironmentalFormWastRepositoryService'false],
  32791.             'App\\Repository\\EtatCivilRepository' => ['privates''App\\Repository\\EtatCivilRepository''getEtatCivilRepositoryService'false],
  32792.             'App\\Repository\\EucationsRepository' => ['privates''App\\Repository\\EucationsRepository''getEucationsRepositoryService'false],
  32793.             'App\\Repository\\EvacuationsRepository' => ['privates''App\\Repository\\EvacuationsRepository''getEvacuationsRepositoryService'false],
  32794.             'App\\Repository\\ExcelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  32795.             'App\\Repository\\ExpertsRepository' => ['privates''App\\Repository\\ExpertsRepository''getExpertsRepositoryService'false],
  32796.             'App\\Repository\\ExternalDocumentExchangeRepository' => ['privates''App\\Repository\\ExternalDocumentExchangeRepository''getExternalDocumentExchangeRepositoryService'false],
  32797.             'App\\Repository\\ExternalProviderAdvertisingRepository' => ['privates''App\\Repository\\ExternalProviderAdvertisingRepository''getExternalProviderAdvertisingRepositoryService'false],
  32798.             'App\\Repository\\ExternalProviderOfferRepository' => ['privates''App\\Repository\\ExternalProviderOfferRepository''getExternalProviderOfferRepositoryService'false],
  32799.             'App\\Repository\\ExternalProviderRepository' => ['privates''App\\Repository\\ExternalProviderRepository''getExternalProviderRepositoryService'false],
  32800.             'App\\Repository\\FeatureRelationRepository' => ['privates''App\\Repository\\FeatureRelationRepository''getFeatureRelationRepositoryService'false],
  32801.             'App\\Repository\\FeatureRepository' => ['privates''App\\Repository\\FeatureRepository''getFeatureRepositoryService'false],
  32802.             'App\\Repository\\FillingsRepository' => ['privates''App\\Repository\\FillingsRepository''getFillingsRepositoryService'false],
  32803.             'App\\Repository\\GardenProjectActionsLotAccountRepository' => ['privates''App\\Repository\\GardenProjectActionsLotAccountRepository''getGardenProjectActionsLotAccountRepositoryService'false],
  32804.             'App\\Repository\\GardenProjectActionsLotRepository' => ['privates''App\\Repository\\GardenProjectActionsLotRepository''getGardenProjectActionsLotRepositoryService'false],
  32805.             'App\\Repository\\GardenProjectActionsLotTotalAccountRepository' => ['privates''App\\Repository\\GardenProjectActionsLotTotalAccountRepository''getGardenProjectActionsLotTotalAccountRepositoryService'false],
  32806.             'App\\Repository\\GardenProjectActionsRepository' => ['privates''App\\Repository\\GardenProjectActionsRepository''getGardenProjectActionsRepositoryService'false],
  32807.             'App\\Repository\\GardenProjectActionsTotalAccountRepository' => ['privates''App\\Repository\\GardenProjectActionsTotalAccountRepository''getGardenProjectActionsTotalAccountRepositoryService'false],
  32808.             'App\\Repository\\GardenProjectDocumentRepository' => ['privates''App\\Repository\\GardenProjectDocumentRepository''getGardenProjectDocumentRepositoryService'false],
  32809.             'App\\Repository\\GardenProjectResourcesDocumentRepository' => ['privates''App\\Repository\\GardenProjectResourcesDocumentRepository''getGardenProjectResourcesDocumentRepositoryService'false],
  32810.             'App\\Repository\\GardenProjectResourcesRepository' => ['privates''App\\Repository\\GardenProjectResourcesRepository''getGardenProjectResourcesRepositoryService'false],
  32811.             'App\\Repository\\GardenProjectSetBalanceRepository' => ['privates''App\\Repository\\GardenProjectSetBalanceRepository''getGardenProjectSetBalanceRepositoryService'false],
  32812.             'App\\Repository\\GardenProjectSetInvoicesRepository' => ['privates''App\\Repository\\GardenProjectSetInvoicesRepository''getGardenProjectSetInvoicesRepositoryService'false],
  32813.             'App\\Repository\\GardenProjectSetTotalAccountingRepository' => ['privates''App\\Repository\\GardenProjectSetTotalAccountingRepository''getGardenProjectSetTotalAccountingRepositoryService'false],
  32814.             'App\\Repository\\GardenProjectSetsRepository' => ['privates''App\\Repository\\GardenProjectSetsRepository''getGardenProjectSetsRepositoryService'false],
  32815.             'App\\Repository\\GeoPortailDetailRepository' => ['privates''App\\Repository\\GeoPortailDetailRepository''getGeoPortailDetailRepositoryService'false],
  32816.             'App\\Repository\\GeoPortailParcelRepository' => ['privates''App\\Repository\\GeoPortailParcelRepository''getGeoPortailParcelRepositoryService'false],
  32817.             'App\\Repository\\GeoportailImageRepository' => ['privates''App\\Repository\\GeoportailImageRepository''getGeoportailImageRepositoryService'false],
  32818.             'App\\Repository\\HandicapOuInvalidRepository' => ['privates''App\\Repository\\HandicapOuInvalidRepository''getHandicapOuInvalidRepositoryService'false],
  32819.             'App\\Repository\\HeatNeededRepository' => ['privates''App\\Repository\\HeatNeededRepository''getHeatNeededRepositoryService'false],
  32820.             'App\\Repository\\IdentityDocumentRepository' => ['privates''App\\Repository\\IdentityDocumentRepository''getIdentityDocumentRepositoryService'false],
  32821.             'App\\Repository\\ImagePubRepository' => ['privates''App\\Repository\\ImagePubRepository''getImagePubRepositoryService'false],
  32822.             'App\\Repository\\ImmoPriceDetailsRepository' => ['privates''App\\Repository\\ImmoPriceDetailsRepository''getImmoPriceDetailsRepositoryService'false],
  32823.             'App\\Repository\\ImmowebEstimationFranceRepository' => ['privates''App\\Repository\\ImmowebEstimationFranceRepository''getImmowebEstimationFranceRepositoryService'false],
  32824.             'App\\Repository\\ImoAgent\\ImoAgentSolicitationRepository' => ['privates''App\\Repository\\ImoAgent\\ImoAgentSolicitationRepository''getImoAgentSolicitationRepositoryService'false],
  32825.             'App\\Repository\\ImoAgent\\SolicitationImageRepository' => ['privates''App\\Repository\\ImoAgent\\SolicitationImageRepository''getSolicitationImageRepositoryService'false],
  32826.             'App\\Repository\\IndicatorRepository' => ['privates''App\\Repository\\IndicatorRepository''getIndicatorRepositoryService'false],
  32827.             'App\\Repository\\InspectorRepository' => ['privates''App\\Repository\\InspectorRepository''getInspectorRepositoryService'false],
  32828.             'App\\Repository\\InstallationCategoryRepository' => ['privates''App\\Repository\\InstallationCategoryRepository''getInstallationCategoryRepositoryService'false],
  32829.             'App\\Repository\\InventoryImageRepository' => ['privates''App\\Repository\\InventoryImageRepository''getInventoryImageRepositoryService'false],
  32830.             'App\\Repository\\InventoryRepository' => ['privates''App\\Repository\\InventoryRepository''getInventoryRepositoryService'false],
  32831.             'App\\Repository\\InvoiceRegistrationRepository' => ['privates''App\\Repository\\InvoiceRegistrationRepository''getInvoiceRegistrationRepositoryService'false],
  32832.             'App\\Repository\\InvoiceWaterFilesRepository' => ['privates''App\\Repository\\InvoiceWaterFilesRepository''getInvoiceWaterFilesRepositoryService'false],
  32833.             'App\\Repository\\InvoiceWaterRepository' => ['privates''App\\Repository\\InvoiceWaterRepository''getInvoiceWaterRepositoryService'false],
  32834.             'App\\Repository\\KycDocumentRepository' => ['privates''App\\Repository\\KycDocumentRepository''getKycDocumentRepositoryService'false],
  32835.             'App\\Repository\\LandPropertyDestinationRepository' => ['privates''App\\Repository\\LandPropertyDestinationRepository''getLandPropertyDestinationRepositoryService'false],
  32836.             'App\\Repository\\LastMinutesRepository' => ['privates''App\\Repository\\LastMinutesRepository''getLastMinutesRepositoryService'false],
  32837.             'App\\Repository\\LastvisitRepository' => ['privates''App\\Repository\\LastvisitRepository''getLastvisitRepositoryService'false],
  32838.             'App\\Repository\\LeaseAgreementRepository' => ['privates''App\\Repository\\LeaseAgreementRepository''getLeaseAgreementRepositoryService'false],
  32839.             'App\\Repository\\LeaseContractAnnexRepository' => ['privates''App\\Repository\\LeaseContractAnnexRepository''getLeaseContractAnnexRepositoryService'false],
  32840.             'App\\Repository\\LeaseContractModelRepository' => ['privates''App\\Repository\\LeaseContractModelRepository''getLeaseContractModelRepositoryService'false],
  32841.             'App\\Repository\\LeaseContractRepository' => ['privates''App\\Repository\\LeaseContractRepository''getLeaseContractRepositoryService'false],
  32842.             'App\\Repository\\LevelsRepository' => ['privates''App\\Repository\\LevelsRepository''getLevelsRepositoryService'false],
  32843.             'App\\Repository\\LocationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  32844.             'App\\Repository\\MagasinRepository' => ['privates''App\\Repository\\MagasinRepository''getMagasinRepositoryService'false],
  32845.             'App\\Repository\\MarkofInterestRepository' => ['privates''App\\Repository\\MarkofInterestRepository''getMarkofInterestRepositoryService'false],
  32846.             'App\\Repository\\MessageFileRepository' => ['privates''App\\Repository\\MessageFileRepository''getMessageFileRepositoryService'false],
  32847.             'App\\Repository\\MessageReactionRepository' => ['privates''App\\Repository\\MessageReactionRepository''getMessageReactionRepositoryService'false],
  32848.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  32849.             'App\\Repository\\MessageViewRepository' => ['privates''App\\Repository\\MessageViewRepository''getMessageViewRepositoryService'false],
  32850.             'App\\Repository\\ModelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  32851.             'App\\Repository\\MovingDateRepository' => ['privates''App\\Repository\\MovingDateRepository''getMovingDateRepositoryService'false],
  32852.             'App\\Repository\\MunicipalTaxDetailRepository' => ['privates''App\\Repository\\MunicipalTaxDetailRepository''getMunicipalTaxDetailRepositoryService'false],
  32853.             'App\\Repository\\MunicipalTaxDetailValueRepository' => ['privates''App\\Repository\\MunicipalTaxDetailValueRepository''getMunicipalTaxDetailValueRepositoryService'false],
  32854.             'App\\Repository\\MunicipalTaxRepository' => ['privates''App\\Repository\\MunicipalTaxRepository''getMunicipalTaxRepositoryService'false],
  32855.             'App\\Repository\\MunicipalityRepository' => ['privates''App\\Repository\\MunicipalityRepository''getMunicipalityRepositoryService'false],
  32856.             'App\\Repository\\NeighborhoodEditRepository' => ['privates''App\\Repository\\NeighborhoodEditRepository''getNeighborhoodEditRepositoryService'false],
  32857.             'App\\Repository\\NeighborhoodImageRepository' => ['privates''App\\Repository\\NeighborhoodImageRepository''getNeighborhoodImageRepositoryService'false],
  32858.             'App\\Repository\\NeighborhoodOfficerRepository' => ['privates''App\\Repository\\NeighborhoodOfficerRepository''getNeighborhoodOfficerRepositoryService'false],
  32859.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository' => ['privates''App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository''getNeighborhoodProjectAlertRepositoryService'false],
  32860.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository' => ['privates''App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository''getNeighborhoodProjectRepositoryService'false],
  32861.             'App\\Repository\\NewEngieRepository' => ['privates''App\\Repository\\NewEngieRepository''getNewEngieRepositoryService'false],
  32862.             'App\\Repository\\NewProjectImmoCsvRepository' => ['privates''App\\Repository\\NewProjectImmoCsvRepository''getNewProjectImmoCsvRepositoryService'false],
  32863.             'App\\Repository\\NewProjectImmoFileRepository' => ['privates''App\\Repository\\NewProjectImmoFileRepository''getNewProjectImmoFileRepositoryService'false],
  32864.             'App\\Repository\\NewProjectImmoRepository' => ['privates''App\\Repository\\NewProjectImmoRepository''getNewProjectImmoRepositoryService'false],
  32865.             'App\\Repository\\NextControlsRepository' => ['privates''App\\Repository\\NextControlsRepository''getNextControlsRepositoryService'false],
  32866.             'App\\Repository\\NextPebControlsRepository' => ['privates''App\\Repository\\NextPebControlsRepository''getNextPebControlsRepositoryService'false],
  32867.             'App\\Repository\\NotaryCsvRepository' => ['privates''App\\Repository\\NotaryCsvRepository''getNotaryCsvRepositoryService'false],
  32868.             'App\\Repository\\NotaryRepository' => ['privates''App\\Repository\\NotaryRepository''getNotaryRepositoryService'false],
  32869.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  32870.             'App\\Repository\\ObligationCsvRepository' => ['privates''App\\Repository\\ObligationCsvRepository''getObligationCsvRepositoryService'false],
  32871.             'App\\Repository\\ObligationsRepository' => ['privates''App\\Repository\\ObligationsRepository''getObligationsRepositoryService'false],
  32872.             'App\\Repository\\OccupancyAgreementRepository' => ['privates''App\\Repository\\OccupancyAgreementRepository''getOccupancyAgreementRepositoryService'false],
  32873.             'App\\Repository\\OccupationPeriodDataRepository' => ['privates''App\\Repository\\OccupationPeriodDataRepository''getOccupationPeriodDataRepositoryService'false],
  32874.             'App\\Repository\\OccupationPeriodFileRepository' => ['privates''App\\Repository\\OccupationPeriodFileRepository''getOccupationPeriodFileRepositoryService'false],
  32875.             'App\\Repository\\OccupationPeriodListRepository' => ['privates''App\\Repository\\OccupationPeriodListRepository''getOccupationPeriodListRepositoryService'false],
  32876.             'App\\Repository\\OccupationPeriodRepository' => ['privates''App\\Repository\\OccupationPeriodRepository''getOccupationPeriodRepositoryService'false],
  32877.             'App\\Repository\\OccupieCsvRepository' => ['privates''App\\Repository\\OccupieCsvRepository''getOccupieCsvRepositoryService'false],
  32878.             'App\\Repository\\OccupieEstimationRepository' => ['privates''App\\Repository\\OccupieEstimationRepository''getOccupieEstimationRepositoryService'false],
  32879.             'App\\Repository\\OccupieOfferRepository' => ['privates''App\\Repository\\OccupieOfferRepository''getOccupieOfferRepositoryService'false],
  32880.             'App\\Repository\\OfferCollaborativeBuyerConditionRepository' => ['privates''App\\Repository\\OfferCollaborativeBuyerConditionRepository''getOfferCollaborativeBuyerConditionRepositoryService'false],
  32881.             'App\\Repository\\OfferCollaborativeBuyerRepository' => ['privates''App\\Repository\\OfferCollaborativeBuyerRepository''getOfferCollaborativeBuyerRepositoryService'false],
  32882.             'App\\Repository\\OfferCollaborativeRepository' => ['privates''App\\Repository\\OfferCollaborativeRepository''getOfferCollaborativeRepositoryService'false],
  32883.             'App\\Repository\\OfferDocumentSpeakerRepository' => ['privates''App\\Repository\\OfferDocumentSpeakerRepository''getOfferDocumentSpeakerRepositoryService'false],
  32884.             'App\\Repository\\OfferLeaseRepository' => ['privates''App\\Repository\\OfferLeaseRepository''getOfferLeaseRepositoryService'false],
  32885.             'App\\Repository\\OfferRepository' => ['privates''App\\Repository\\OfferRepository''getOfferRepositoryService'false],
  32886.             'App\\Repository\\OfficesRepository' => ['privates''App\\Repository\\OfficesRepository''getOfficesRepositoryService'false],
  32887.             'App\\Repository\\OnespanDataRepository' => ['privates''App\\Repository\\OnespanDataRepository''getOnespanDataRepositoryService'false],
  32888.             'App\\Repository\\OptionRepository' => ['privates''App\\Repository\\OptionRepository''getOptionRepositoryService'false],
  32889.             'App\\Repository\\OrdersRepository' => ['privates''App\\Repository\\OrdersRepository''getOrdersRepositoryService'false],
  32890.             'App\\Repository\\OrganicPlotFilesRepository' => ['privates''App\\Repository\\OrganicPlotFilesRepository''getOrganicPlotFilesRepositoryService'false],
  32891.             'App\\Repository\\OrganicPlotRequestsRepository' => ['privates''App\\Repository\\OrganicPlotRequestsRepository''getOrganicPlotRequestsRepositoryService'false],
  32892.             'App\\Repository\\OwnershipGeneralMeetingRepository' => ['privates''App\\Repository\\OwnershipGeneralMeetingRepository''getOwnershipGeneralMeetingRepositoryService'false],
  32893.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'false],
  32894.             'App\\Repository\\ParticipantRepository' => ['privates''App\\Repository\\ParticipantRepository''getParticipantRepositoryService'false],
  32895.             'App\\Repository\\PdfMailLocationRepository' => ['privates''App\\Repository\\PdfMailLocationRepository''getPdfMailLocationRepositoryService'false],
  32896.             'App\\Repository\\PebControlsRepository' => ['privates''App\\Repository\\PebControlsRepository''getPebControlsRepositoryService'false],
  32897.             'App\\Repository\\PebInformationRepository' => ['privates''App\\Repository\\PebInformationRepository''getPebInformationRepositoryService'false],
  32898.             'App\\Repository\\PerimeterPostRepository' => ['privates''App\\Repository\\PerimeterPostRepository''getPerimeterPostRepositoryService'false],
  32899.             'App\\Repository\\PermitCiterneRepository' => ['privates''App\\Repository\\PermitCiterneRepository''getPermitCiterneRepositoryService'false],
  32900.             'App\\Repository\\PermitEnvironmentFileRepository' => ['privates''App\\Repository\\PermitEnvironmentFileRepository''getPermitEnvironmentFileRepositoryService'false],
  32901.             'App\\Repository\\PermitEnvironmentalFormRepository' => ['privates''App\\Repository\\PermitEnvironmentalFormRepository''getPermitEnvironmentalFormRepositoryService'false],
  32902.             'App\\Repository\\PermitLocationEnvironmentRepository' => ['privates''App\\Repository\\PermitLocationEnvironmentRepository''getPermitLocationEnvironmentRepositoryService'false],
  32903.             'App\\Repository\\PermitPropertyProcedureRepository' => ['privates''App\\Repository\\PermitPropertyProcedureRepository''getPermitPropertyProcedureRepositoryService'false],
  32904.             'App\\Repository\\PermitPropertyRepository' => ['privates''App\\Repository\\PermitPropertyRepository''getPermitPropertyRepositoryService'false],
  32905.             'App\\Repository\\PhotoRepository' => ['privates''App\\Repository\\PhotoRepository''getPhotoRepositoryService'false],
  32906.             'App\\Repository\\Plan\\FeatureUsageRepository' => ['privates''App\\Repository\\Plan\\FeatureUsageRepository''getFeatureUsageRepositoryService'false],
  32907.             'App\\Repository\\Plan\\InvoiceRepository' => ['privates''App\\Repository\\Plan\\InvoiceRepository''getInvoiceRepositoryService'false],
  32908.             'App\\Repository\\Plan\\PlanFeatureRepository' => ['privates''App\\Repository\\Plan\\PlanFeatureRepository''getPlanFeatureRepositoryService'false],
  32909.             'App\\Repository\\Plan\\PlanRepository' => ['privates''App\\Repository\\Plan\\PlanRepository''getPlanRepositoryService'false],
  32910.             'App\\Repository\\Plan\\PlanSubscriptionRepository' => ['privates''App\\Repository\\Plan\\PlanSubscriptionRepository''getPlanSubscriptionRepositoryService'false],
  32911.             'App\\Repository\\PortfolioRepository' => ['privates''App\\Repository\\PortfolioRepository''getPortfolioRepositoryService'false],
  32912.             'App\\Repository\\PpasAffectationCsvRepository' => ['privates''App\\Repository\\PpasAffectationCsvRepository''getPpasAffectationCsvRepositoryService'false],
  32913.             'App\\Repository\\PpasAffectationRepository' => ['privates''App\\Repository\\PpasAffectationRepository''getPpasAffectationRepositoryService'false],
  32914.             'App\\Repository\\PpasCsvRepository' => ['privates''App\\Repository\\PpasCsvRepository''getPpasCsvRepositoryService'false],
  32915.             'App\\Repository\\PpasInfoRepository' => ['privates''App\\Repository\\PpasInfoRepository''getPpasInfoRepositoryService'false],
  32916.             'App\\Repository\\PpasRepository' => ['privates''App\\Repository\\PpasRepository''getPpasRepositoryService'false],
  32917.             'App\\Repository\\PrasAffectationConditionRepository' => ['privates''App\\Repository\\PrasAffectationConditionRepository''getPrasAffectationConditionRepositoryService'false],
  32918.             'App\\Repository\\PrasAffectationRepository' => ['privates''App\\Repository\\PrasAffectationRepository''getPrasAffectationRepositoryService'false],
  32919.             'App\\Repository\\PrasAffectationSubDescriptionRepository' => ['privates''App\\Repository\\PrasAffectationSubDescriptionRepository''getPrasAffectationSubDescriptionRepositoryService'false],
  32920.             'App\\Repository\\PrasCsvRepository' => ['privates''App\\Repository\\PrasCsvRepository''getPrasCsvRepositoryService'false],
  32921.             'App\\Repository\\PrasZoneRepository' => ['privates''App\\Repository\\PrasZoneRepository''getPrasZoneRepositoryService'false],
  32922.             'App\\Repository\\PrecountRepository' => ['privates''App\\Repository\\PrecountRepository''getPrecountRepositoryService'false],
  32923.             'App\\Repository\\PrestashopMappingRepository' => ['privates''App\\Repository\\PrestashopMappingRepository''getPrestashopMappingRepositoryService'false],
  32924.             'App\\Repository\\PretRepository' => ['privates''App\\Repository\\PretRepository''getPretRepositoryService'false],
  32925.             'App\\Repository\\PrimeAlertRepository' => ['privates''App\\Repository\\PrimeAlertRepository''getPrimeAlertRepositoryService'false],
  32926.             'App\\Repository\\PrimeAmountRepository' => ['privates''App\\Repository\\PrimeAmountRepository''getPrimeAmountRepositoryService'false],
  32927.             'App\\Repository\\PrimeCsvRepository' => ['privates''App\\Repository\\PrimeCsvRepository''getPrimeCsvRepositoryService'false],
  32928.             'App\\Repository\\PrimeFieldValueRepository' => ['privates''App\\Repository\\PrimeFieldValueRepository''getPrimeFieldValueRepositoryService'false],
  32929.             'App\\Repository\\PrimeFormRepository' => ['privates''App\\Repository\\PrimeFormRepository''getPrimeFormRepositoryService'false],
  32930.             'App\\Repository\\PrimePlafondRepository' => ['privates''App\\Repository\\PrimePlafondRepository''getPrimePlafondRepositoryService'false],
  32931.             'App\\Repository\\PrimeProcedureFieldRepository' => ['privates''App\\Repository\\PrimeProcedureFieldRepository''getPrimeProcedureFieldRepositoryService'false],
  32932.             'App\\Repository\\PrimeProcedureRepository' => ['privates''App\\Repository\\PrimeProcedureRepository''getPrimeProcedureRepositoryService'false],
  32933.             'App\\Repository\\PrimeProcessRepository' => ['privates''App\\Repository\\PrimeProcessRepository''getPrimeProcessRepositoryService'false],
  32934.             'App\\Repository\\PrimeRepository' => ['privates''App\\Repository\\PrimeRepository''getPrimeRepositoryService'false],
  32935.             'App\\Repository\\PrimeSourceRepository' => ['privates''App\\Repository\\PrimeSourceRepository''getPrimeSourceRepositoryService'false],
  32936.             'App\\Repository\\PrimeTankWorkRepository' => ['privates''App\\Repository\\PrimeTankWorkRepository''getPrimeTankWorkRepositoryService'false],
  32937.             'App\\Repository\\PropertyDailyNeedRepository' => ['privates''App\\Repository\\PropertyDailyNeedRepository''getPropertyDailyNeedRepositoryService'false],
  32938.             'App\\Repository\\PropertyImageRepository' => ['privates''App\\Repository\\PropertyImageRepository''getPropertyImageRepositoryService'false],
  32939.             'App\\Repository\\PropertyOptionRepository' => ['privates''App\\Repository\\PropertyOptionRepository''getPropertyOptionRepositoryService'false],
  32940.             'App\\Repository\\PropertyTypeRepository' => ['privates''App\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  32941.             'App\\Repository\\ProviderFluviusRepository' => ['privates''App\\Repository\\ProviderFluviusRepository''getProviderFluviusRepositoryService'false],
  32942.             'App\\Repository\\ProviderInventerListCsvRepository' => ['privates''App\\Repository\\ProviderInventerListCsvRepository''getProviderInventerListCsvRepositoryService'false],
  32943.             'App\\Repository\\ProviderInverterListRepository' => ['privates''App\\Repository\\ProviderInverterListRepository''getProviderInverterListRepositoryService'false],
  32944.             'App\\Repository\\ProviderOresRepository' => ['privates''App\\Repository\\ProviderOresRepository''getProviderOresRepositoryService'false],
  32945.             'App\\Repository\\ProviderSibelgaRepository' => ['privates''App\\Repository\\ProviderSibelgaRepository''getProviderSibelgaRepositoryService'false],
  32946.             'App\\Repository\\ProviderSibelgaTaskRepository' => ['privates''App\\Repository\\ProviderSibelgaTaskRepository''getProviderSibelgaTaskRepositoryService'false],
  32947.             'App\\Repository\\ProviderSibelgaWorkRepository' => ['privates''App\\Repository\\ProviderSibelgaWorkRepository''getProviderSibelgaWorkRepositoryService'false],
  32948.             'App\\Repository\\ProviderSocietyCsvRepository' => ['privates''App\\Repository\\ProviderSocietyCsvRepository''getProviderSocietyCsvRepositoryService'false],
  32949.             'App\\Repository\\ProviderSocietyRepository' => ['privates''App\\Repository\\ProviderSocietyRepository''getProviderSocietyRepositoryService'false],
  32950.             'App\\Repository\\ProviderSolarBrugelRepository' => ['privates''App\\Repository\\ProviderSolarBrugelRepository''getProviderSolarBrugelRepositoryService'false],
  32951.             'App\\Repository\\ProviderSolarDeclarationCadastreRepository' => ['privates''App\\Repository\\ProviderSolarDeclarationCadastreRepository''getProviderSolarDeclarationCadastreRepositoryService'false],
  32952.             'App\\Repository\\ProviderSolarFitterFilesRepository' => ['privates''App\\Repository\\ProviderSolarFitterFilesRepository''getProviderSolarFitterFilesRepositoryService'false],
  32953.             'App\\Repository\\ProviderSolarFitterRepository' => ['privates''App\\Repository\\ProviderSolarFitterRepository''getProviderSolarFitterRepositoryService'false],
  32954.             'App\\Repository\\ProviderSolarGreenCertificateFilesRepository' => ['privates''App\\Repository\\ProviderSolarGreenCertificateFilesRepository''getProviderSolarGreenCertificateFilesRepositoryService'false],
  32955.             'App\\Repository\\ProviderSolarGreenCertificateRepository' => ['privates''App\\Repository\\ProviderSolarGreenCertificateRepository''getProviderSolarGreenCertificateRepositoryService'false],
  32956.             'App\\Repository\\ProviderSolarOrganizationRepository' => ['privates''App\\Repository\\ProviderSolarOrganizationRepository''getProviderSolarOrganizationRepositoryService'false],
  32957.             'App\\Repository\\ProviderSolarPhotovoltaicRepository' => ['privates''App\\Repository\\ProviderSolarPhotovoltaicRepository''getProviderSolarPhotovoltaicRepositoryService'false],
  32958.             'App\\Repository\\ProviderSolarRepository' => ['privates''App\\Repository\\ProviderSolarRepository''getProviderSolarRepositoryService'false],
  32959.             'App\\Repository\\ProviderTankInstallationRepository' => ['privates''App\\Repository\\ProviderTankInstallationRepository''getProviderTankInstallationRepositoryService'false],
  32960.             'App\\Repository\\ProviderWaterInterventionRepository' => ['privates''App\\Repository\\ProviderWaterInterventionRepository''getProviderWaterInterventionRepositoryService'false],
  32961.             'App\\Repository\\ProviderWaterRepository' => ['privates''App\\Repository\\ProviderWaterRepository''getProviderWaterRepositoryService'false],
  32962.             'App\\Repository\\ProviderWatterDeleteRepository' => ['privates''App\\Repository\\ProviderWatterDeleteRepository''getProviderWatterDeleteRepositoryService'false],
  32963.             'App\\Repository\\ProviderWorkRepository' => ['privates''App\\Repository\\ProviderWorkRepository''getProviderWorkRepositoryService'false],
  32964.             'App\\Repository\\ProvincesRepository' => ['privates''App\\Repository\\ProvincesRepository''getProvincesRepositoryService'false],
  32965.             'App\\Repository\\PublicInquiryAnversRepository' => ['privates''App\\Repository\\PublicInquiryAnversRepository''getPublicInquiryAnversRepositoryService'false],
  32966.             'App\\Repository\\PublicInquiryBruxellesRepository' => ['privates''App\\Repository\\PublicInquiryBruxellesRepository''getPublicInquiryBruxellesRepositoryService'false],
  32967.             'App\\Repository\\PublicInquiryInProgressCsvRepository' => ['privates''App\\Repository\\PublicInquiryInProgressCsvRepository''getPublicInquiryInProgressCsvRepositoryService'false],
  32968.             'App\\Repository\\PublicityRepository' => ['privates''App\\Repository\\PublicityRepository''getPublicityRepositoryService'false],
  32969.             'App\\Repository\\PublicityUserRepository' => ['privates''App\\Repository\\PublicityUserRepository''getPublicityUserRepositoryService'false],
  32970.             'App\\Repository\\PurchasePartnerRequestObjectifRepository' => ['privates''App\\Repository\\PurchasePartnerRequestObjectifRepository''getPurchasePartnerRequestObjectifRepositoryService'false],
  32971.             'App\\Repository\\PurchasePartnerRequestRepository' => ['privates''App\\Repository\\PurchasePartnerRequestRepository''getPurchasePartnerRequestRepositoryService'false],
  32972.             'App\\Repository\\PurchaseRepository' => ['privates''App\\Repository\\PurchaseRepository''getPurchaseRepositoryService'false],
  32973.             'App\\Repository\\RapportsRepository' => ['privates''App\\Repository\\RapportsRepository''getRapportsRepositoryService'false],
  32974.             'App\\Repository\\RegionRepository' => ['privates''App\\Repository\\RegionRepository''getRegionRepositoryService'false],
  32975.             'App\\Repository\\RegisterFilesRepository' => ['privates''App\\Repository\\RegisterFilesRepository''getRegisterFilesRepositoryService'false],
  32976.             'App\\Repository\\RegistersRepository' => ['privates''App\\Repository\\RegistersRepository''getRegistersRepositoryService'false],
  32977.             'App\\Repository\\RelookingSaveRepository' => ['privates''App\\Repository\\RelookingSaveRepository''getRelookingSaveRepositoryService'false],
  32978.             'App\\Repository\\RenewalEnergyRepository' => ['privates''App\\Repository\\RenewalEnergyRepository''getRenewalEnergyRepositoryService'false],
  32979.             'App\\Repository\\RentalGuaranteeFileRepository' => ['privates''App\\Repository\\RentalGuaranteeFileRepository''getRentalGuaranteeFileRepositoryService'false],
  32980.             'App\\Repository\\RentalManagementLeaveRepository' => ['privates''App\\Repository\\RentalManagementLeaveRepository''getRentalManagementLeaveRepositoryService'false],
  32981.             'App\\Repository\\RentalManagementPaymentHistoryRepository' => ['privates''App\\Repository\\RentalManagementPaymentHistoryRepository''getRentalManagementPaymentHistoryRepositoryService'false],
  32982.             'App\\Repository\\RentalManagementPaymentRepository' => ['privates''App\\Repository\\RentalManagementPaymentRepository''getRentalManagementPaymentRepositoryService'false],
  32983.             'App\\Repository\\RentalManagementRentHistoryRepository' => ['privates''App\\Repository\\RentalManagementRentHistoryRepository''getRentalManagementRentHistoryRepositoryService'false],
  32984.             'App\\Repository\\RentalManagementRepository' => ['privates''App\\Repository\\RentalManagementRepository''getRentalManagementRepositoryService'false],
  32985.             'App\\Repository\\RentalScheduleRepository' => ['privates''App\\Repository\\RentalScheduleRepository''getRentalScheduleRepositoryService'false],
  32986.             'App\\Repository\\RentestimationRepository' => ['privates''App\\Repository\\RentestimationRepository''getRentestimationRepositoryService'false],
  32987.             'App\\Repository\\RequestRepaymentFileRepository' => ['privates''App\\Repository\\RequestRepaymentFileRepository''getRequestRepaymentFileRepositoryService'false],
  32988.             'App\\Repository\\RequestSellerToNotaryRepository' => ['privates''App\\Repository\\RequestSellerToNotaryRepository''getRequestSellerToNotaryRepositoryService'false],
  32989.             'App\\Repository\\ResponsesRepository' => ['privates''App\\Repository\\ResponsesRepository''getResponsesRepositoryService'false],
  32990.             'App\\Repository\\ResultEngieRepository' => ['privates''App\\Repository\\ResultEngieRepository''getResultEngieRepositoryService'false],
  32991.             'App\\Repository\\ResultPretContentRepository' => ['privates''App\\Repository\\ResultPretContentRepository''getResultPretContentRepositoryService'false],
  32992.             'App\\Repository\\ResultPretRepository' => ['privates''App\\Repository\\ResultPretRepository''getResultPretRepositoryService'false],
  32993.             'App\\Repository\\RoofRepository' => ['privates''App\\Repository\\RoofRepository''getRoofRepositoryService'false],
  32994.             'App\\Repository\\RulesCsvRepository' => ['privates''App\\Repository\\RulesCsvRepository''getRulesCsvRepositoryService'false],
  32995.             'App\\Repository\\SalesAgreementFileRepository' => ['privates''App\\Repository\\SalesAgreementFileRepository''getSalesAgreementFileRepositoryService'false],
  32996.             'App\\Repository\\SaveRepository' => ['privates''App\\Repository\\SaveRepository''getSaveRepositoryService'false],
  32997.             'App\\Repository\\SchoolsRepository' => ['privates''App\\Repository\\SchoolsRepository''getSchoolsRepositoryService'false],
  32998.             'App\\Repository\\ServiceCategoryRepository' => ['privates''App\\Repository\\ServiceCategoryRepository''getServiceCategoryRepositoryService'false],
  32999.             'App\\Repository\\ServiceOfferRepository' => ['privates''App\\Repository\\ServiceOfferRepository''getServiceOfferRepositoryService'false],
  33000.             'App\\Repository\\ServicePromoRepository' => ['privates''App\\Repository\\ServicePromoRepository''getServicePromoRepositoryService'false],
  33001.             'App\\Repository\\SimulationRepository' => ['privates''App\\Repository\\SimulationRepository''getSimulationRepositoryService'false],
  33002.             'App\\Repository\\SituationResidentielRepository' => ['privates''App\\Repository\\SituationResidentielRepository''getSituationResidentielRepositoryService'false],
  33003.             'App\\Repository\\SizeRepository' => ['privates''App\\Repository\\SizeRepository''getSizeRepositoryService'false],
  33004.             'App\\Repository\\SocietyApprovalRepository' => ['privates''App\\Repository\\SocietyApprovalRepository''getSocietyApprovalRepositoryService'false],
  33005.             'App\\Repository\\SocietyGeographicAreaRepository' => ['privates''App\\Repository\\SocietyGeographicAreaRepository''getSocietyGeographicAreaRepositoryService'false],
  33006.             'App\\Repository\\SocietyGroupRepository' => ['privates''App\\Repository\\SocietyGroupRepository''getSocietyGroupRepositoryService'false],
  33007.             'App\\Repository\\SocietyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  33008.             'App\\Repository\\SocietyUseRepository' => ['privates''App\\Repository\\SocietyUseRepository''getSocietyUseRepositoryService'false],
  33009.             'App\\Repository\\SolicitationRepository' => ['privates''App\\Repository\\SolicitationRepository''getSolicitationRepositoryService'false],
  33010.             'App\\Repository\\StandardFormRepository' => ['privates''App\\Repository\\StandardFormRepository''getStandardFormRepositoryService'false],
  33011.             'App\\Repository\\StarRatingsRepository' => ['privates''App\\Repository\\StarRatingsRepository''getStarRatingsRepositoryService'false],
  33012.             'App\\Repository\\StreetAveragePriceRepository' => ['privates''App\\Repository\\StreetAveragePriceRepository''getStreetAveragePriceRepositoryService'false],
  33013.             'App\\Repository\\SubjectRepository' => ['privates''App\\Repository\\SubjectRepository''getSubjectRepositoryService'false],
  33014.             'App\\Repository\\SubmodelRepository' => ['privates''App\\Repository\\SubmodelRepository''getSubmodelRepositoryService'false],
  33015.             'App\\Repository\\SubscriptionProductRepository' => ['privates''App\\Repository\\SubscriptionProductRepository''getSubscriptionProductRepositoryService'false],
  33016.             'App\\Repository\\SubscriptionProductServiceRepository' => ['privates''App\\Repository\\SubscriptionProductServiceRepository''getSubscriptionProductServiceRepositoryService'false],
  33017.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  33018.             'App\\Repository\\SubsectionRepository' => ['privates''App\\Repository\\SubsectionRepository''getSubsectionRepositoryService'false],
  33019.             'App\\Repository\\SudStroumRepository' => ['privates''App\\Repository\\SudStroumRepository''getSudStroumRepositoryService'false],
  33020.             'App\\Repository\\SuperficieRepository' => ['privates''App\\Repository\\SuperficieRepository''getSuperficieRepositoryService'false],
  33021.             'App\\Repository\\SupplierRepository' => ['privates''App\\Repository\\SupplierRepository''getSupplierRepositoryService'false],
  33022.             'App\\Repository\\SurveillanceCameraRepository' => ['privates''App\\Repository\\SurveillanceCameraRepository''getSurveillanceCameraRepositoryService'false],
  33023.             'App\\Repository\\SurveillanceCameraTypeRepository' => ['privates''App\\Repository\\SurveillanceCameraTypeRepository''getSurveillanceCameraTypeRepositoryService'false],
  33024.             'App\\Repository\\SyndicAccountingRepository' => ['privates''App\\Repository\\SyndicAccountingRepository''getSyndicAccountingRepositoryService'false],
  33025.             'App\\Repository\\SyndicApartmentCsvRepository' => ['privates''App\\Repository\\SyndicApartmentCsvRepository''getSyndicApartmentCsvRepositoryService'false],
  33026.             'App\\Repository\\SyndicApartmentRepository' => ['privates''App\\Repository\\SyndicApartmentRepository''getSyndicApartmentRepositoryService'false],
  33027.             'App\\Repository\\SyndicChatFileRepository' => ['privates''App\\Repository\\SyndicChatFileRepository''getSyndicChatFileRepositoryService'false],
  33028.             'App\\Repository\\SyndicChatReactionRepository' => ['privates''App\\Repository\\SyndicChatReactionRepository''getSyndicChatReactionRepositoryService'false],
  33029.             'App\\Repository\\SyndicChatReplyMessageRepository' => ['privates''App\\Repository\\SyndicChatReplyMessageRepository''getSyndicChatReplyMessageRepositoryService'false],
  33030.             'App\\Repository\\SyndicChatRepository' => ['privates''App\\Repository\\SyndicChatRepository''getSyndicChatRepositoryService'false],
  33031.             'App\\Repository\\SyndicDocumentCommentRepository' => ['privates''App\\Repository\\SyndicDocumentCommentRepository''getSyndicDocumentCommentRepositoryService'false],
  33032.             'App\\Repository\\SyndicDocumentRepository' => ['privates''App\\Repository\\SyndicDocumentRepository''getSyndicDocumentRepositoryService'false],
  33033.             'App\\Repository\\SyndicDocumentShareRepository' => ['privates''App\\Repository\\SyndicDocumentShareRepository''getSyndicDocumentShareRepositoryService'false],
  33034.             'App\\Repository\\SyndicGroupRepository' => ['privates''App\\Repository\\SyndicGroupRepository''getSyndicGroupRepositoryService'false],
  33035.             'App\\Repository\\SyndicRepository' => ['privates''App\\Repository\\SyndicRepository''getSyndicRepositoryService'false],
  33036.             'App\\Repository\\T3dDemandsRepository' => ['privates''App\\Repository\\T3dDemandsRepository''getT3dDemandsRepositoryService'false],
  33037.             'App\\Repository\\TextureTreeDRepository' => ['privates''App\\Repository\\TextureTreeDRepository''getTextureTreeDRepositoryService'false],
  33038.             'App\\Repository\\ThePorpertyLevelRepository' => ['privates''App\\Repository\\ThePorpertyLevelRepository''getThePorpertyLevelRepositoryService'false],
  33039.             'App\\Repository\\ThePropertyAlertRepository' => ['privates''App\\Repository\\ThePropertyAlertRepository''getThePropertyAlertRepositoryService'false],
  33040.             'App\\Repository\\ThePropertyAppointmentSlotsRepository' => ['privates''App\\Repository\\ThePropertyAppointmentSlotsRepository''getThePropertyAppointmentSlotsRepositoryService'false],
  33041.             'App\\Repository\\ThePropertyBoilerRepository' => ['privates''App\\Repository\\ThePropertyBoilerRepository''getThePropertyBoilerRepositoryService'false],
  33042.             'App\\Repository\\ThePropertyConstructionWorkRulesRepository' => ['privates''App\\Repository\\ThePropertyConstructionWorkRulesRepository''getThePropertyConstructionWorkRulesRepositoryService'false],
  33043.             'App\\Repository\\ThePropertyDocumentsRepository' => ['privates''App\\Repository\\ThePropertyDocumentsRepository''getThePropertyDocumentsRepositoryService'false],
  33044.             'App\\Repository\\ThePropertyExteriorCommentRepository' => ['privates''App\\Repository\\ThePropertyExteriorCommentRepository''getThePropertyExteriorCommentRepositoryService'false],
  33045.             'App\\Repository\\ThePropertyMaifInsuranceSummaryRepository' => ['privates''App\\Repository\\ThePropertyMaifInsuranceSummaryRepository''getThePropertyMaifInsuranceSummaryRepositoryService'false],
  33046.             'App\\Repository\\ThePropertyProviderWaterRepository' => ['privates''App\\Repository\\ThePropertyProviderWaterRepository''getThePropertyProviderWaterRepositoryService'false],
  33047.             'App\\Repository\\ThePropertySessionRepository' => ['privates''App\\Repository\\ThePropertySessionRepository''getThePropertySessionRepositoryService'false],
  33048.             'App\\Repository\\ThePropertyTankRepository' => ['privates''App\\Repository\\ThePropertyTankRepository''getThePropertyTankRepositoryService'false],
  33049.             'App\\Repository\\ThePropertyTankWorkDocRepository' => ['privates''App\\Repository\\ThePropertyTankWorkDocRepository''getThePropertyTankWorkDocRepositoryService'false],
  33050.             'App\\Repository\\ThePropertyTankWorkImagesRepository' => ['privates''App\\Repository\\ThePropertyTankWorkImagesRepository''getThePropertyTankWorkImagesRepositoryService'false],
  33051.             'App\\Repository\\ThePropertyUseRepository' => ['privates''App\\Repository\\ThePropertyUseRepository''getThePropertyUseRepositoryService'false],
  33052.             'App\\Repository\\ThePropertyVisitRepository' => ['privates''App\\Repository\\ThePropertyVisitRepository''getThePropertyVisitRepositoryService'false],
  33053.             'App\\Repository\\ThePropertyWorkDocCategoryRepository' => ['privates''App\\Repository\\ThePropertyWorkDocCategoryRepository''getThePropertyWorkDocCategoryRepositoryService'false],
  33054.             'App\\Repository\\ThePropertyWorkDocumentsRepository' => ['privates''App\\Repository\\ThePropertyWorkDocumentsRepository''getThePropertyWorkDocumentsRepositoryService'false],
  33055.             'App\\Repository\\ThePropertyWorkImageRepository' => ['privates''App\\Repository\\ThePropertyWorkImageRepository''getThePropertyWorkImageRepositoryService'false],
  33056.             'App\\Repository\\ThePropertyWorkRepository' => ['privates''App\\Repository\\ThePropertyWorkRepository''getThePropertyWorkRepositoryService'false],
  33057.             'App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository' => ['privates''App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository''getThePropertyExtensionOrderRepositoryService'false],
  33058.             'App\\Repository\\ThepropertOfferBillRepository' => ['privates''App\\Repository\\ThepropertOfferBillRepository''getThepropertOfferBillRepositoryService'false],
  33059.             'App\\Repository\\ThepropertyBalanceRepository' => ['privates''App\\Repository\\ThepropertyBalanceRepository''getThepropertyBalanceRepositoryService'false],
  33060.             'App\\Repository\\ThepropertyConsumptionRepository' => ['privates''App\\Repository\\ThepropertyConsumptionRepository''getThepropertyConsumptionRepositoryService'false],
  33061.             'App\\Repository\\ThepropertyCounterRepository' => ['privates''App\\Repository\\ThepropertyCounterRepository''getThepropertyCounterRepositoryService'false],
  33062.             'App\\Repository\\ThepropertyCounterStatementRepository' => ['privates''App\\Repository\\ThepropertyCounterStatementRepository''getThepropertyCounterStatementRepositoryService'false],
  33063.             'App\\Repository\\ThepropertyDocumentCategoryRepository' => ['privates''App\\Repository\\ThepropertyDocumentCategoryRepository''getThepropertyDocumentCategoryRepositoryService'false],
  33064.             'App\\Repository\\ThepropertyDocumentRepository' => ['privates''App\\Repository\\ThepropertyDocumentRepository''getThepropertyDocumentRepositoryService'false],
  33065.             'App\\Repository\\ThepropertyFeatureRepository' => ['privates''App\\Repository\\ThepropertyFeatureRepository''getThepropertyFeatureRepositoryService'false],
  33066.             'App\\Repository\\ThepropertyLotRepository' => ['privates''App\\Repository\\ThepropertyLotRepository''getThepropertyLotRepositoryService'false],
  33067.             'App\\Repository\\ThepropertyOfferChatRepository' => ['privates''App\\Repository\\ThepropertyOfferChatRepository''getThepropertyOfferChatRepositoryService'false],
  33068.             'App\\Repository\\ThepropertyOfferImageRepository' => ['privates''App\\Repository\\ThepropertyOfferImageRepository''getThepropertyOfferImageRepositoryService'false],
  33069.             'App\\Repository\\ThepropertyOfferInterestedRepository' => ['privates''App\\Repository\\ThepropertyOfferInterestedRepository''getThepropertyOfferInterestedRepositoryService'false],
  33070.             'App\\Repository\\ThepropertyOfferRepository' => ['privates''App\\Repository\\ThepropertyOfferRepository''getThepropertyOfferRepositoryService'false],
  33071.             'App\\Repository\\ThepropertyProviderBillRepository' => ['privates''App\\Repository\\ThepropertyProviderBillRepository''getThepropertyProviderBillRepositoryService'false],
  33072.             'App\\Repository\\ThepropertyProviderCsvRepository' => ['privates''App\\Repository\\ThepropertyProviderCsvRepository''getThepropertyProviderCsvRepositoryService'false],
  33073.             'App\\Repository\\ThepropertyProviderDocumentProofRepository' => ['privates''App\\Repository\\ThepropertyProviderDocumentProofRepository''getThepropertyProviderDocumentProofRepositoryService'false],
  33074.             'App\\Repository\\ThepropertyProviderRepository' => ['privates''App\\Repository\\ThepropertyProviderRepository''getThepropertyProviderRepositoryService'false],
  33075.             'App\\Repository\\ThepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  33076.             'App\\Repository\\TheserviceRepository' => ['privates''App\\Repository\\TheserviceRepository''getTheserviceRepositoryService'false],
  33077.             'App\\Repository\\TimelineEventRepository' => ['privates''App\\Repository\\TimelineEventRepository''getTimelineEventRepositoryService'false],
  33078.             'App\\Repository\\TotalRevenuRepository' => ['privates''App\\Repository\\TotalRevenuRepository''getTotalRevenuRepositoryService'false],
  33079.             'App\\Repository\\TransactionTypeRepository' => ['privates''App\\Repository\\TransactionTypeRepository''getTransactionTypeRepositoryService'false],
  33080.             'App\\Repository\\TypeHabitationRepository' => ['privates''App\\Repository\\TypeHabitationRepository''getTypeHabitationRepositoryService'false],
  33081.             'App\\Repository\\TypeOfAlarmSystemRepository' => ['privates''App\\Repository\\TypeOfAlarmSystemRepository''getTypeOfAlarmSystemRepositoryService'false],
  33082.             'App\\Repository\\TypePretRepository' => ['privates''App\\Repository\\TypePretRepository''getTypePretRepositoryService'false],
  33083.             'App\\Repository\\TypeofworkRepository' => ['privates''App\\Repository\\TypeofworkRepository''getTypeofworkRepositoryService'false],
  33084.             'App\\Repository\\UboDocumentRepository' => ['privates''App\\Repository\\UboDocumentRepository''getUboDocumentRepositoryService'false],
  33085.             'App\\Repository\\UrbanInformationRepository' => ['privates''App\\Repository\\UrbanInformationRepository''getUrbanInformationRepositoryService'false],
  33086.             'App\\Repository\\UrbanPermitRepository' => ['privates''App\\Repository\\UrbanPermitRepository''getUrbanPermitRepositoryService'false],
  33087.             'App\\Repository\\UrbanismPdfRepository' => ['privates''App\\Repository\\UrbanismPdfRepository''getUrbanismPdfRepositoryService'false],
  33088.             'App\\Repository\\UserPurchasePartnerRequestRepository' => ['privates''App\\Repository\\UserPurchasePartnerRequestRepository''getUserPurchasePartnerRequestRepositoryService'false],
  33089.             'App\\Repository\\UserRating\\UserRatingRepository' => ['privates''App\\Repository\\UserRating\\UserRatingRepository''getUserRatingRepositoryService'false],
  33090.             'App\\Repository\\UserRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  33091.             'App\\Repository\\UserServicePromoRepository' => ['privates''App\\Repository\\UserServicePromoRepository''getUserServicePromoRepositoryService'false],
  33092.             'App\\Repository\\VenteRepository' => ['privates''App\\Repository\\VenteRepository''getVenteRepositoryService'false],
  33093.             'App\\Repository\\VentilationLosesRepository' => ['privates''App\\Repository\\VentilationLosesRepository''getVentilationLosesRepositoryService'false],
  33094.             'App\\Repository\\VentilationSystemRepository' => ['privates''App\\Repository\\VentilationSystemRepository''getVentilationSystemRepositoryService'false],
  33095.             'App\\Repository\\ViewRepository' => ['privates''App\\Repository\\ViewRepository''getViewRepositoryService'false],
  33096.             'App\\Repository\\VisitpropertyRepository' => ['privates''App\\Repository\\VisitpropertyRepository''getVisitpropertyRepositoryService'false],
  33097.             'App\\Repository\\VivaquaRepository' => ['privates''App\\Repository\\VivaquaRepository''getVivaquaRepositoryService'false],
  33098.             'App\\Repository\\VoirieFilesRepository' => ['privates''App\\Repository\\VoirieFilesRepository''getVoirieFilesRepositoryService'false],
  33099.             'App\\Repository\\WallonieCsvRepository' => ['privates''App\\Repository\\WallonieCsvRepository''getWallonieCsvRepositoryService'false],
  33100.             'App\\Repository\\WallonieRepository' => ['privates''App\\Repository\\WallonieRepository''getWallonieRepositoryService'false],
  33101.             'App\\Repository\\WarmWaterPerformanceRepository' => ['privates''App\\Repository\\WarmWaterPerformanceRepository''getWarmWaterPerformanceRepositoryService'false],
  33102.             'App\\Repository\\WaterSupplierControllerExcelRepository' => ['privates''App\\Repository\\WaterSupplierControllerExcelRepository''getWaterSupplierControllerExcelRepositoryService'false],
  33103.             'App\\Repository\\WaterSupplierControllerRepository' => ['privates''App\\Repository\\WaterSupplierControllerRepository''getWaterSupplierControllerRepositoryService'false],
  33104.             'App\\Repository\\WebshopOrderRepository' => ['privates''App\\Repository\\WebshopOrderRepository''getWebshopOrderRepositoryService'false],
  33105.             'App\\Repository\\WebshopPaymentInfoRepository' => ['privates''App\\Repository\\WebshopPaymentInfoRepository''getWebshopPaymentInfoRepositoryService'false],
  33106.             'App\\Repository\\WebshopPaymentRepository' => ['privates''App\\Repository\\WebshopPaymentRepository''getWebshopPaymentRepositoryService'false],
  33107.             'App\\Repository\\WorkArtRepository' => ['privates''App\\Repository\\WorkArtRepository''getWorkArtRepositoryService'false],
  33108.             'App\\Repository\\WorkCsvRepository' => ['privates''App\\Repository\\WorkCsvRepository''getWorkCsvRepositoryService'false],
  33109.             'App\\Repository\\WorkLinksRepository' => ['privates''App\\Repository\\WorkLinksRepository''getWorkLinksRepositoryService'false],
  33110.             'App\\Repository\\WorkcostRepository' => ['privates''App\\Repository\\WorkcostRepository''getWorkcostRepositoryService'false],
  33111.             'App\\Repository\\YousignSavedDataRepository' => ['privates''App\\Repository\\YousignSavedDataRepository''getYousignSavedDataRepositoryService'false],
  33112.             'App\\Repository\\ZoneRepository' => ['privates''App\\Repository\\ZoneRepository''getZoneRepositoryService'false],
  33113.         ], [
  33114.             'App\\Repository\\ActorsRepository' => '?',
  33115.             'App\\Repository\\AdditionalCentsRepository' => '?',
  33116.             'App\\Repository\\AdressCsvRepository' => '?',
  33117.             'App\\Repository\\AdressRepository' => '?',
  33118.             'App\\Repository\\AlarmSystemRepository' => '?',
  33119.             'App\\Repository\\AlertNewProjectImmoRepository' => '?',
  33120.             'App\\Repository\\AlertRepository' => '?',
  33121.             'App\\Repository\\AnnexPermitPropertyRepository' => '?',
  33122.             'App\\Repository\\AnnexPermitRepository' => '?',
  33123.             'App\\Repository\\AnnouncementObjectRepository' => '?',
  33124.             'App\\Repository\\AnnouncementRepository' => '?',
  33125.             'App\\Repository\\AppointmentRequestRepository' => '?',
  33126.             'App\\Repository\\ArchitectArtWorkRepository' => '?',
  33127.             'App\\Repository\\ArchitectSpecialistRepository' => '?',
  33128.             'App\\Repository\\AreaCsvRepository' => '?',
  33129.             'App\\Repository\\AssitanceObtainedRepository' => '?',
  33130.             'App\\Repository\\AuthorizationsRepository' => '?',
  33131.             'App\\Repository\\BankDetailsRepository' => '?',
  33132.             'App\\Repository\\BankRepository' => '?',
  33133.             'App\\Repository\\BankSimulationRepository' => '?',
  33134.             'App\\Repository\\BoilerPerformanceRepository' => '?',
  33135.             'App\\Repository\\BorrowBankRepository' => '?',
  33136.             'App\\Repository\\BrugisCsvRepository' => '?',
  33137.             'App\\Repository\\BrugisRepository' => '?',
  33138.             'App\\Repository\\CareCompaniesRepository' => '?',
  33139.             'App\\Repository\\CarpoolAnnouncementRepository' => '?',
  33140.             'App\\Repository\\CategoryEnvironnementRepository' => '?',
  33141.             'App\\Repository\\ChangeAdressRepository' => '?',
  33142.             'App\\Repository\\ChangeWaterBranchRepository' => '?',
  33143.             'App\\Repository\\ChatFileRepository' => '?',
  33144.             'App\\Repository\\ChatRepository' => '?',
  33145.             'App\\Repository\\CheckEmailProcessRepository' => '?',
  33146.             'App\\Repository\\ChoicecategoryRepository' => '?',
  33147.             'App\\Repository\\ChoicedEngieRepository' => '?',
  33148.             'App\\Repository\\CiternInstallModifRepository' => '?',
  33149.             'App\\Repository\\CityEuropaRepository' => '?',
  33150.             'App\\Repository\\CityRepository' => '?',
  33151.             'App\\Repository\\ClassesRepository' => '?',
  33152.             'App\\Repository\\CleaningAndGardeningRepository' => '?',
  33153.             'App\\Repository\\ClientClauseRepository' => '?',
  33154.             'App\\Repository\\ClientDeedOfSaleDiscussionFileRepository' => '?',
  33155.             'App\\Repository\\ClientDeedOfSaleDiscussionRepository' => '?',
  33156.             'App\\Repository\\ClientDeedOfSaleRepository' => '?',
  33157.             'App\\Repository\\ClientFriendRepository' => '?',
  33158.             'App\\Repository\\ClientSalesAgreementDiscussionFileRepository' => '?',
  33159.             'App\\Repository\\ClientSalesAgreementDiscussionRepository' => '?',
  33160.             'App\\Repository\\ClientSalesAgreementRepository' => '?',
  33161.             'App\\Repository\\CoOwershipPropositionVoteRepository' => '?',
  33162.             'App\\Repository\\CoOwnerShipDocumentRepository' => '?',
  33163.             'App\\Repository\\CoOwnershipAgendaRepository' => '?',
  33164.             'App\\Repository\\CoOwnershipAuditorRepository' => '?',
  33165.             'App\\Repository\\CoOwnershipBalanceRepository' => '?',
  33166.             'App\\Repository\\CoOwnershipCouncilRepository' => '?',
  33167.             'App\\Repository\\CoOwnershipFilesRepository' => '?',
  33168.             'App\\Repository\\CoOwnershipGMDecisionRepository' => '?',
  33169.             'App\\Repository\\CoOwnershipInvoicesRepository' => '?',
  33170.             'App\\Repository\\CoOwnershipLotAccountRepository' => '?',
  33171.             'App\\Repository\\CoOwnershipLotBalanceRepository' => '?',
  33172.             'App\\Repository\\CoOwnershipLotTotalAccountRepository' => '?',
  33173.             'App\\Repository\\CoOwnershipMeetingTranscriptFileRepository' => '?',
  33174.             'App\\Repository\\CoOwnershipMeetingTranscriptRepository' => '?',
  33175.             'App\\Repository\\CoOwnershipPropositionRepository' => '?',
  33176.             'App\\Repository\\CoOwnershipRepository' => '?',
  33177.             'App\\Repository\\CoOwnershipThePropertyFileRepository' => '?',
  33178.             'App\\Repository\\CoOwnershipThePropertyRepository' => '?',
  33179.             'App\\Repository\\CoOwnershipThePropertySyndicResponseRepository' => '?',
  33180.             'App\\Repository\\CoOwnershipTotalAccountRepository' => '?',
  33181.             'App\\Repository\\ColectiveGardenRepository' => '?',
  33182.             'App\\Repository\\CommissionershipRepository' => '?',
  33183.             'App\\Repository\\CommitteeRepository' => '?',
  33184.             'App\\Repository\\CommunaleServiceRepository' => '?',
  33185.             'App\\Repository\\CommunityConsultationRepository' => '?',
  33186.             'App\\Repository\\CommunityCoordinateRepository' => '?',
  33187.             'App\\Repository\\CommunityEventFileRepository' => '?',
  33188.             'App\\Repository\\CommunityEventRepository' => '?',
  33189.             'App\\Repository\\CommunityFleatMarketRepository' => '?',
  33190.             'App\\Repository\\CommunityHouseWarmingRepository' => '?',
  33191.             'App\\Repository\\CommunityLocalPartenarshipRepository' => '?',
  33192.             'App\\Repository\\CommunityLostAnimalRepository' => '?',
  33193.             'App\\Repository\\CommunityPartyRepository' => '?',
  33194.             'App\\Repository\\CommunityPlpRepository' => '?',
  33195.             'App\\Repository\\CommunityPlpVoteRepository' => '?',
  33196.             'App\\Repository\\CommunityPostCommentRepository' => '?',
  33197.             'App\\Repository\\CommunityPostFileRepository' => '?',
  33198.             'App\\Repository\\CommunityPostLikeRepository' => '?',
  33199.             'App\\Repository\\CommunityPostRepository' => '?',
  33200.             'App\\Repository\\CommunityPostSignalRepository' => '?',
  33201.             'App\\Repository\\CommunityProductRepository' => '?',
  33202.             'App\\Repository\\CommunityPurchaseRepository' => '?',
  33203.             'App\\Repository\\CommunitySaleRepository' => '?',
  33204.             'App\\Repository\\CommunityServiceRequestRepository' => '?',
  33205.             'App\\Repository\\CommunityServiceResponseRepository' => '?',
  33206.             'App\\Repository\\CommunitySolicitationRepository' => '?',
  33207.             'App\\Repository\\CommunitySolicitationVoteRepository' => '?',
  33208.             'App\\Repository\\CommunityTypeProductRepository' => '?',
  33209.             'App\\Repository\\CommunityVoteConsultationRepository' => '?',
  33210.             'App\\Repository\\CommunityVotePartyRepository' => '?',
  33211.             'App\\Repository\\CommunityWorkRepository' => '?',
  33212.             'App\\Repository\\CommunityWorkVoteRepository' => '?',
  33213.             'App\\Repository\\CondominiumFeeRepository' => '?',
  33214.             'App\\Repository\\CondominiumRepository' => '?',
  33215.             'App\\Repository\\ConsumptionWaterRepository' => '?',
  33216.             'App\\Repository\\ContactsellerRepository' => '?',
  33217.             'App\\Repository\\ControlsRepository' => '?',
  33218.             'App\\Repository\\ConversationRepository' => '?',
  33219.             'App\\Repository\\CounterOfferLeaseRepository' => '?',
  33220.             'App\\Repository\\CounterOfferRepository' => '?',
  33221.             'App\\Repository\\CountryRepository' => '?',
  33222.             'App\\Repository\\CsvRepository' => '?',
  33223.             'App\\Repository\\DVFCsvRepository' => '?',
  33224.             'App\\Repository\\DVFRepository' => '?',
  33225.             'App\\Repository\\DailyNeededRepository' => '?',
  33226.             'App\\Repository\\DeedOfSaleRepository' => '?',
  33227.             'App\\Repository\\DefaultClauseRepository' => '?',
  33228.             'App\\Repository\\DeliveryTimesRepository' => '?',
  33229.             'App\\Repository\\DemandsRepository' => '?',
  33230.             'App\\Repository\\DesignNeighborhoodRepository' => '?',
  33231.             'App\\Repository\\DestinationHabitationRepository' => '?',
  33232.             'App\\Repository\\DetailedStudyWorkRepository' => '?',
  33233.             'App\\Repository\\DispensePdfRepository' => '?',
  33234.             'App\\Repository\\DispenseRepository' => '?',
  33235.             'App\\Repository\\DistanceRepository' => '?',
  33236.             'App\\Repository\\DocumentTypeRepository' => '?',
  33237.             'App\\Repository\\DomiciliationAquisitionRepository' => '?',
  33238.             'App\\Repository\\DomiciliationDeclarationRepository' => '?',
  33239.             'App\\Repository\\DomiciliationFilesRepository' => '?',
  33240.             'App\\Repository\\DomiciliationResaleRepository' => '?',
  33241.             'App\\Repository\\DomiciliationResidenceRepository' => '?',
  33242.             'App\\Repository\\EasyPermitForm2Repository' => '?',
  33243.             'App\\Repository\\EditRegistersRepository' => '?',
  33244.             'App\\Repository\\EducationCsvRepository' => '?',
  33245.             'App\\Repository\\EducationRepository' => '?',
  33246.             'App\\Repository\\EidaRepository' => '?',
  33247.             'App\\Repository\\ElectrisRepository' => '?',
  33248.             'App\\Repository\\EnergyBelgiqueRepository' => '?',
  33249.             'App\\Repository\\EnergyProviderFormRepository' => '?',
  33250.             'App\\Repository\\EnergySupplierRepository' => '?',
  33251.             'App\\Repository\\EngieCsvRepository' => '?',
  33252.             'App\\Repository\\EngieRepository' => '?',
  33253.             'App\\Repository\\EngieResultSimulationRepository' => '?',
  33254.             'App\\Repository\\EngineeringOfficesRepository' => '?',
  33255.             'App\\Repository\\EnvironmentDatasRepository' => '?',
  33256.             'App\\Repository\\EnvironmentRequestRepository' => '?',
  33257.             'App\\Repository\\EnvironmentalFormWastRepository' => '?',
  33258.             'App\\Repository\\EtatCivilRepository' => '?',
  33259.             'App\\Repository\\EucationsRepository' => '?',
  33260.             'App\\Repository\\EvacuationsRepository' => '?',
  33261.             'App\\Repository\\ExcelFileRepository' => '?',
  33262.             'App\\Repository\\ExpertsRepository' => '?',
  33263.             'App\\Repository\\ExternalDocumentExchangeRepository' => '?',
  33264.             'App\\Repository\\ExternalProviderAdvertisingRepository' => '?',
  33265.             'App\\Repository\\ExternalProviderOfferRepository' => '?',
  33266.             'App\\Repository\\ExternalProviderRepository' => '?',
  33267.             'App\\Repository\\FeatureRelationRepository' => '?',
  33268.             'App\\Repository\\FeatureRepository' => '?',
  33269.             'App\\Repository\\FillingsRepository' => '?',
  33270.             'App\\Repository\\GardenProjectActionsLotAccountRepository' => '?',
  33271.             'App\\Repository\\GardenProjectActionsLotRepository' => '?',
  33272.             'App\\Repository\\GardenProjectActionsLotTotalAccountRepository' => '?',
  33273.             'App\\Repository\\GardenProjectActionsRepository' => '?',
  33274.             'App\\Repository\\GardenProjectActionsTotalAccountRepository' => '?',
  33275.             'App\\Repository\\GardenProjectDocumentRepository' => '?',
  33276.             'App\\Repository\\GardenProjectResourcesDocumentRepository' => '?',
  33277.             'App\\Repository\\GardenProjectResourcesRepository' => '?',
  33278.             'App\\Repository\\GardenProjectSetBalanceRepository' => '?',
  33279.             'App\\Repository\\GardenProjectSetInvoicesRepository' => '?',
  33280.             'App\\Repository\\GardenProjectSetTotalAccountingRepository' => '?',
  33281.             'App\\Repository\\GardenProjectSetsRepository' => '?',
  33282.             'App\\Repository\\GeoPortailDetailRepository' => '?',
  33283.             'App\\Repository\\GeoPortailParcelRepository' => '?',
  33284.             'App\\Repository\\GeoportailImageRepository' => '?',
  33285.             'App\\Repository\\HandicapOuInvalidRepository' => '?',
  33286.             'App\\Repository\\HeatNeededRepository' => '?',
  33287.             'App\\Repository\\IdentityDocumentRepository' => '?',
  33288.             'App\\Repository\\ImagePubRepository' => '?',
  33289.             'App\\Repository\\ImmoPriceDetailsRepository' => '?',
  33290.             'App\\Repository\\ImmowebEstimationFranceRepository' => '?',
  33291.             'App\\Repository\\ImoAgent\\ImoAgentSolicitationRepository' => '?',
  33292.             'App\\Repository\\ImoAgent\\SolicitationImageRepository' => '?',
  33293.             'App\\Repository\\IndicatorRepository' => '?',
  33294.             'App\\Repository\\InspectorRepository' => '?',
  33295.             'App\\Repository\\InstallationCategoryRepository' => '?',
  33296.             'App\\Repository\\InventoryImageRepository' => '?',
  33297.             'App\\Repository\\InventoryRepository' => '?',
  33298.             'App\\Repository\\InvoiceRegistrationRepository' => '?',
  33299.             'App\\Repository\\InvoiceWaterFilesRepository' => '?',
  33300.             'App\\Repository\\InvoiceWaterRepository' => '?',
  33301.             'App\\Repository\\KycDocumentRepository' => '?',
  33302.             'App\\Repository\\LandPropertyDestinationRepository' => '?',
  33303.             'App\\Repository\\LastMinutesRepository' => '?',
  33304.             'App\\Repository\\LastvisitRepository' => '?',
  33305.             'App\\Repository\\LeaseAgreementRepository' => '?',
  33306.             'App\\Repository\\LeaseContractAnnexRepository' => '?',
  33307.             'App\\Repository\\LeaseContractModelRepository' => '?',
  33308.             'App\\Repository\\LeaseContractRepository' => '?',
  33309.             'App\\Repository\\LevelsRepository' => '?',
  33310.             'App\\Repository\\LocationTypeRepository' => '?',
  33311.             'App\\Repository\\MagasinRepository' => '?',
  33312.             'App\\Repository\\MarkofInterestRepository' => '?',
  33313.             'App\\Repository\\MessageFileRepository' => '?',
  33314.             'App\\Repository\\MessageReactionRepository' => '?',
  33315.             'App\\Repository\\MessageRepository' => '?',
  33316.             'App\\Repository\\MessageViewRepository' => '?',
  33317.             'App\\Repository\\ModelRepository' => '?',
  33318.             'App\\Repository\\MovingDateRepository' => '?',
  33319.             'App\\Repository\\MunicipalTaxDetailRepository' => '?',
  33320.             'App\\Repository\\MunicipalTaxDetailValueRepository' => '?',
  33321.             'App\\Repository\\MunicipalTaxRepository' => '?',
  33322.             'App\\Repository\\MunicipalityRepository' => '?',
  33323.             'App\\Repository\\NeighborhoodEditRepository' => '?',
  33324.             'App\\Repository\\NeighborhoodImageRepository' => '?',
  33325.             'App\\Repository\\NeighborhoodOfficerRepository' => '?',
  33326.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository' => '?',
  33327.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository' => '?',
  33328.             'App\\Repository\\NewEngieRepository' => '?',
  33329.             'App\\Repository\\NewProjectImmoCsvRepository' => '?',
  33330.             'App\\Repository\\NewProjectImmoFileRepository' => '?',
  33331.             'App\\Repository\\NewProjectImmoRepository' => '?',
  33332.             'App\\Repository\\NextControlsRepository' => '?',
  33333.             'App\\Repository\\NextPebControlsRepository' => '?',
  33334.             'App\\Repository\\NotaryCsvRepository' => '?',
  33335.             'App\\Repository\\NotaryRepository' => '?',
  33336.             'App\\Repository\\NotificationRepository' => '?',
  33337.             'App\\Repository\\ObligationCsvRepository' => '?',
  33338.             'App\\Repository\\ObligationsRepository' => '?',
  33339.             'App\\Repository\\OccupancyAgreementRepository' => '?',
  33340.             'App\\Repository\\OccupationPeriodDataRepository' => '?',
  33341.             'App\\Repository\\OccupationPeriodFileRepository' => '?',
  33342.             'App\\Repository\\OccupationPeriodListRepository' => '?',
  33343.             'App\\Repository\\OccupationPeriodRepository' => '?',
  33344.             'App\\Repository\\OccupieCsvRepository' => '?',
  33345.             'App\\Repository\\OccupieEstimationRepository' => '?',
  33346.             'App\\Repository\\OccupieOfferRepository' => '?',
  33347.             'App\\Repository\\OfferCollaborativeBuyerConditionRepository' => '?',
  33348.             'App\\Repository\\OfferCollaborativeBuyerRepository' => '?',
  33349.             'App\\Repository\\OfferCollaborativeRepository' => '?',
  33350.             'App\\Repository\\OfferDocumentSpeakerRepository' => '?',
  33351.             'App\\Repository\\OfferLeaseRepository' => '?',
  33352.             'App\\Repository\\OfferRepository' => '?',
  33353.             'App\\Repository\\OfficesRepository' => '?',
  33354.             'App\\Repository\\OnespanDataRepository' => '?',
  33355.             'App\\Repository\\OptionRepository' => '?',
  33356.             'App\\Repository\\OrdersRepository' => '?',
  33357.             'App\\Repository\\OrganicPlotFilesRepository' => '?',
  33358.             'App\\Repository\\OrganicPlotRequestsRepository' => '?',
  33359.             'App\\Repository\\OwnershipGeneralMeetingRepository' => '?',
  33360.             'App\\Repository\\ParameterRepository' => '?',
  33361.             'App\\Repository\\ParticipantRepository' => '?',
  33362.             'App\\Repository\\PdfMailLocationRepository' => '?',
  33363.             'App\\Repository\\PebControlsRepository' => '?',
  33364.             'App\\Repository\\PebInformationRepository' => '?',
  33365.             'App\\Repository\\PerimeterPostRepository' => '?',
  33366.             'App\\Repository\\PermitCiterneRepository' => '?',
  33367.             'App\\Repository\\PermitEnvironmentFileRepository' => '?',
  33368.             'App\\Repository\\PermitEnvironmentalFormRepository' => '?',
  33369.             'App\\Repository\\PermitLocationEnvironmentRepository' => '?',
  33370.             'App\\Repository\\PermitPropertyProcedureRepository' => '?',
  33371.             'App\\Repository\\PermitPropertyRepository' => '?',
  33372.             'App\\Repository\\PhotoRepository' => '?',
  33373.             'App\\Repository\\Plan\\FeatureUsageRepository' => '?',
  33374.             'App\\Repository\\Plan\\InvoiceRepository' => '?',
  33375.             'App\\Repository\\Plan\\PlanFeatureRepository' => '?',
  33376.             'App\\Repository\\Plan\\PlanRepository' => '?',
  33377.             'App\\Repository\\Plan\\PlanSubscriptionRepository' => '?',
  33378.             'App\\Repository\\PortfolioRepository' => '?',
  33379.             'App\\Repository\\PpasAffectationCsvRepository' => '?',
  33380.             'App\\Repository\\PpasAffectationRepository' => '?',
  33381.             'App\\Repository\\PpasCsvRepository' => '?',
  33382.             'App\\Repository\\PpasInfoRepository' => '?',
  33383.             'App\\Repository\\PpasRepository' => '?',
  33384.             'App\\Repository\\PrasAffectationConditionRepository' => '?',
  33385.             'App\\Repository\\PrasAffectationRepository' => '?',
  33386.             'App\\Repository\\PrasAffectationSubDescriptionRepository' => '?',
  33387.             'App\\Repository\\PrasCsvRepository' => '?',
  33388.             'App\\Repository\\PrasZoneRepository' => '?',
  33389.             'App\\Repository\\PrecountRepository' => '?',
  33390.             'App\\Repository\\PrestashopMappingRepository' => '?',
  33391.             'App\\Repository\\PretRepository' => '?',
  33392.             'App\\Repository\\PrimeAlertRepository' => '?',
  33393.             'App\\Repository\\PrimeAmountRepository' => '?',
  33394.             'App\\Repository\\PrimeCsvRepository' => '?',
  33395.             'App\\Repository\\PrimeFieldValueRepository' => '?',
  33396.             'App\\Repository\\PrimeFormRepository' => '?',
  33397.             'App\\Repository\\PrimePlafondRepository' => '?',
  33398.             'App\\Repository\\PrimeProcedureFieldRepository' => '?',
  33399.             'App\\Repository\\PrimeProcedureRepository' => '?',
  33400.             'App\\Repository\\PrimeProcessRepository' => '?',
  33401.             'App\\Repository\\PrimeRepository' => '?',
  33402.             'App\\Repository\\PrimeSourceRepository' => '?',
  33403.             'App\\Repository\\PrimeTankWorkRepository' => '?',
  33404.             'App\\Repository\\PropertyDailyNeedRepository' => '?',
  33405.             'App\\Repository\\PropertyImageRepository' => '?',
  33406.             'App\\Repository\\PropertyOptionRepository' => '?',
  33407.             'App\\Repository\\PropertyTypeRepository' => '?',
  33408.             'App\\Repository\\ProviderFluviusRepository' => '?',
  33409.             'App\\Repository\\ProviderInventerListCsvRepository' => '?',
  33410.             'App\\Repository\\ProviderInverterListRepository' => '?',
  33411.             'App\\Repository\\ProviderOresRepository' => '?',
  33412.             'App\\Repository\\ProviderSibelgaRepository' => '?',
  33413.             'App\\Repository\\ProviderSibelgaTaskRepository' => '?',
  33414.             'App\\Repository\\ProviderSibelgaWorkRepository' => '?',
  33415.             'App\\Repository\\ProviderSocietyCsvRepository' => '?',
  33416.             'App\\Repository\\ProviderSocietyRepository' => '?',
  33417.             'App\\Repository\\ProviderSolarBrugelRepository' => '?',
  33418.             'App\\Repository\\ProviderSolarDeclarationCadastreRepository' => '?',
  33419.             'App\\Repository\\ProviderSolarFitterFilesRepository' => '?',
  33420.             'App\\Repository\\ProviderSolarFitterRepository' => '?',
  33421.             'App\\Repository\\ProviderSolarGreenCertificateFilesRepository' => '?',
  33422.             'App\\Repository\\ProviderSolarGreenCertificateRepository' => '?',
  33423.             'App\\Repository\\ProviderSolarOrganizationRepository' => '?',
  33424.             'App\\Repository\\ProviderSolarPhotovoltaicRepository' => '?',
  33425.             'App\\Repository\\ProviderSolarRepository' => '?',
  33426.             'App\\Repository\\ProviderTankInstallationRepository' => '?',
  33427.             'App\\Repository\\ProviderWaterInterventionRepository' => '?',
  33428.             'App\\Repository\\ProviderWaterRepository' => '?',
  33429.             'App\\Repository\\ProviderWatterDeleteRepository' => '?',
  33430.             'App\\Repository\\ProviderWorkRepository' => '?',
  33431.             'App\\Repository\\ProvincesRepository' => '?',
  33432.             'App\\Repository\\PublicInquiryAnversRepository' => '?',
  33433.             'App\\Repository\\PublicInquiryBruxellesRepository' => '?',
  33434.             'App\\Repository\\PublicInquiryInProgressCsvRepository' => '?',
  33435.             'App\\Repository\\PublicityRepository' => '?',
  33436.             'App\\Repository\\PublicityUserRepository' => '?',
  33437.             'App\\Repository\\PurchasePartnerRequestObjectifRepository' => '?',
  33438.             'App\\Repository\\PurchasePartnerRequestRepository' => '?',
  33439.             'App\\Repository\\PurchaseRepository' => '?',
  33440.             'App\\Repository\\RapportsRepository' => '?',
  33441.             'App\\Repository\\RegionRepository' => '?',
  33442.             'App\\Repository\\RegisterFilesRepository' => '?',
  33443.             'App\\Repository\\RegistersRepository' => '?',
  33444.             'App\\Repository\\RelookingSaveRepository' => '?',
  33445.             'App\\Repository\\RenewalEnergyRepository' => '?',
  33446.             'App\\Repository\\RentalGuaranteeFileRepository' => '?',
  33447.             'App\\Repository\\RentalManagementLeaveRepository' => '?',
  33448.             'App\\Repository\\RentalManagementPaymentHistoryRepository' => '?',
  33449.             'App\\Repository\\RentalManagementPaymentRepository' => '?',
  33450.             'App\\Repository\\RentalManagementRentHistoryRepository' => '?',
  33451.             'App\\Repository\\RentalManagementRepository' => '?',
  33452.             'App\\Repository\\RentalScheduleRepository' => '?',
  33453.             'App\\Repository\\RentestimationRepository' => '?',
  33454.             'App\\Repository\\RequestRepaymentFileRepository' => '?',
  33455.             'App\\Repository\\RequestSellerToNotaryRepository' => '?',
  33456.             'App\\Repository\\ResponsesRepository' => '?',
  33457.             'App\\Repository\\ResultEngieRepository' => '?',
  33458.             'App\\Repository\\ResultPretContentRepository' => '?',
  33459.             'App\\Repository\\ResultPretRepository' => '?',
  33460.             'App\\Repository\\RoofRepository' => '?',
  33461.             'App\\Repository\\RulesCsvRepository' => '?',
  33462.             'App\\Repository\\SalesAgreementFileRepository' => '?',
  33463.             'App\\Repository\\SaveRepository' => '?',
  33464.             'App\\Repository\\SchoolsRepository' => '?',
  33465.             'App\\Repository\\ServiceCategoryRepository' => '?',
  33466.             'App\\Repository\\ServiceOfferRepository' => '?',
  33467.             'App\\Repository\\ServicePromoRepository' => '?',
  33468.             'App\\Repository\\SimulationRepository' => '?',
  33469.             'App\\Repository\\SituationResidentielRepository' => '?',
  33470.             'App\\Repository\\SizeRepository' => '?',
  33471.             'App\\Repository\\SocietyApprovalRepository' => '?',
  33472.             'App\\Repository\\SocietyGeographicAreaRepository' => '?',
  33473.             'App\\Repository\\SocietyGroupRepository' => '?',
  33474.             'App\\Repository\\SocietyRepository' => '?',
  33475.             'App\\Repository\\SocietyUseRepository' => '?',
  33476.             'App\\Repository\\SolicitationRepository' => '?',
  33477.             'App\\Repository\\StandardFormRepository' => '?',
  33478.             'App\\Repository\\StarRatingsRepository' => '?',
  33479.             'App\\Repository\\StreetAveragePriceRepository' => '?',
  33480.             'App\\Repository\\SubjectRepository' => '?',
  33481.             'App\\Repository\\SubmodelRepository' => '?',
  33482.             'App\\Repository\\SubscriptionProductRepository' => '?',
  33483.             'App\\Repository\\SubscriptionProductServiceRepository' => '?',
  33484.             'App\\Repository\\SubscriptionRepository' => '?',
  33485.             'App\\Repository\\SubsectionRepository' => '?',
  33486.             'App\\Repository\\SudStroumRepository' => '?',
  33487.             'App\\Repository\\SuperficieRepository' => '?',
  33488.             'App\\Repository\\SupplierRepository' => '?',
  33489.             'App\\Repository\\SurveillanceCameraRepository' => '?',
  33490.             'App\\Repository\\SurveillanceCameraTypeRepository' => '?',
  33491.             'App\\Repository\\SyndicAccountingRepository' => '?',
  33492.             'App\\Repository\\SyndicApartmentCsvRepository' => '?',
  33493.             'App\\Repository\\SyndicApartmentRepository' => '?',
  33494.             'App\\Repository\\SyndicChatFileRepository' => '?',
  33495.             'App\\Repository\\SyndicChatReactionRepository' => '?',
  33496.             'App\\Repository\\SyndicChatReplyMessageRepository' => '?',
  33497.             'App\\Repository\\SyndicChatRepository' => '?',
  33498.             'App\\Repository\\SyndicDocumentCommentRepository' => '?',
  33499.             'App\\Repository\\SyndicDocumentRepository' => '?',
  33500.             'App\\Repository\\SyndicDocumentShareRepository' => '?',
  33501.             'App\\Repository\\SyndicGroupRepository' => '?',
  33502.             'App\\Repository\\SyndicRepository' => '?',
  33503.             'App\\Repository\\T3dDemandsRepository' => '?',
  33504.             'App\\Repository\\TextureTreeDRepository' => '?',
  33505.             'App\\Repository\\ThePorpertyLevelRepository' => '?',
  33506.             'App\\Repository\\ThePropertyAlertRepository' => '?',
  33507.             'App\\Repository\\ThePropertyAppointmentSlotsRepository' => '?',
  33508.             'App\\Repository\\ThePropertyBoilerRepository' => '?',
  33509.             'App\\Repository\\ThePropertyConstructionWorkRulesRepository' => '?',
  33510.             'App\\Repository\\ThePropertyDocumentsRepository' => '?',
  33511.             'App\\Repository\\ThePropertyExteriorCommentRepository' => '?',
  33512.             'App\\Repository\\ThePropertyMaifInsuranceSummaryRepository' => '?',
  33513.             'App\\Repository\\ThePropertyProviderWaterRepository' => '?',
  33514.             'App\\Repository\\ThePropertySessionRepository' => '?',
  33515.             'App\\Repository\\ThePropertyTankRepository' => '?',
  33516.             'App\\Repository\\ThePropertyTankWorkDocRepository' => '?',
  33517.             'App\\Repository\\ThePropertyTankWorkImagesRepository' => '?',
  33518.             'App\\Repository\\ThePropertyUseRepository' => '?',
  33519.             'App\\Repository\\ThePropertyVisitRepository' => '?',
  33520.             'App\\Repository\\ThePropertyWorkDocCategoryRepository' => '?',
  33521.             'App\\Repository\\ThePropertyWorkDocumentsRepository' => '?',
  33522.             'App\\Repository\\ThePropertyWorkImageRepository' => '?',
  33523.             'App\\Repository\\ThePropertyWorkRepository' => '?',
  33524.             'App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository' => '?',
  33525.             'App\\Repository\\ThepropertOfferBillRepository' => '?',
  33526.             'App\\Repository\\ThepropertyBalanceRepository' => '?',
  33527.             'App\\Repository\\ThepropertyConsumptionRepository' => '?',
  33528.             'App\\Repository\\ThepropertyCounterRepository' => '?',
  33529.             'App\\Repository\\ThepropertyCounterStatementRepository' => '?',
  33530.             'App\\Repository\\ThepropertyDocumentCategoryRepository' => '?',
  33531.             'App\\Repository\\ThepropertyDocumentRepository' => '?',
  33532.             'App\\Repository\\ThepropertyFeatureRepository' => '?',
  33533.             'App\\Repository\\ThepropertyLotRepository' => '?',
  33534.             'App\\Repository\\ThepropertyOfferChatRepository' => '?',
  33535.             'App\\Repository\\ThepropertyOfferImageRepository' => '?',
  33536.             'App\\Repository\\ThepropertyOfferInterestedRepository' => '?',
  33537.             'App\\Repository\\ThepropertyOfferRepository' => '?',
  33538.             'App\\Repository\\ThepropertyProviderBillRepository' => '?',
  33539.             'App\\Repository\\ThepropertyProviderCsvRepository' => '?',
  33540.             'App\\Repository\\ThepropertyProviderDocumentProofRepository' => '?',
  33541.             'App\\Repository\\ThepropertyProviderRepository' => '?',
  33542.             'App\\Repository\\ThepropertyRepository' => '?',
  33543.             'App\\Repository\\TheserviceRepository' => '?',
  33544.             'App\\Repository\\TimelineEventRepository' => '?',
  33545.             'App\\Repository\\TotalRevenuRepository' => '?',
  33546.             'App\\Repository\\TransactionTypeRepository' => '?',
  33547.             'App\\Repository\\TypeHabitationRepository' => '?',
  33548.             'App\\Repository\\TypeOfAlarmSystemRepository' => '?',
  33549.             'App\\Repository\\TypePretRepository' => '?',
  33550.             'App\\Repository\\TypeofworkRepository' => '?',
  33551.             'App\\Repository\\UboDocumentRepository' => '?',
  33552.             'App\\Repository\\UrbanInformationRepository' => '?',
  33553.             'App\\Repository\\UrbanPermitRepository' => '?',
  33554.             'App\\Repository\\UrbanismPdfRepository' => '?',
  33555.             'App\\Repository\\UserPurchasePartnerRequestRepository' => '?',
  33556.             'App\\Repository\\UserRating\\UserRatingRepository' => '?',
  33557.             'App\\Repository\\UserRepository' => '?',
  33558.             'App\\Repository\\UserServicePromoRepository' => '?',
  33559.             'App\\Repository\\VenteRepository' => '?',
  33560.             'App\\Repository\\VentilationLosesRepository' => '?',
  33561.             'App\\Repository\\VentilationSystemRepository' => '?',
  33562.             'App\\Repository\\ViewRepository' => '?',
  33563.             'App\\Repository\\VisitpropertyRepository' => '?',
  33564.             'App\\Repository\\VivaquaRepository' => '?',
  33565.             'App\\Repository\\VoirieFilesRepository' => '?',
  33566.             'App\\Repository\\WallonieCsvRepository' => '?',
  33567.             'App\\Repository\\WallonieRepository' => '?',
  33568.             'App\\Repository\\WarmWaterPerformanceRepository' => '?',
  33569.             'App\\Repository\\WaterSupplierControllerExcelRepository' => '?',
  33570.             'App\\Repository\\WaterSupplierControllerRepository' => '?',
  33571.             'App\\Repository\\WebshopOrderRepository' => '?',
  33572.             'App\\Repository\\WebshopPaymentInfoRepository' => '?',
  33573.             'App\\Repository\\WebshopPaymentRepository' => '?',
  33574.             'App\\Repository\\WorkArtRepository' => '?',
  33575.             'App\\Repository\\WorkCsvRepository' => '?',
  33576.             'App\\Repository\\WorkLinksRepository' => '?',
  33577.             'App\\Repository\\WorkcostRepository' => '?',
  33578.             'App\\Repository\\YousignSavedDataRepository' => '?',
  33579.             'App\\Repository\\ZoneRepository' => '?',
  33580.         ]));
  33581.     }
  33582.     /**
  33583.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  33584.      *
  33585.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  33586.      */
  33587.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  33588.     {
  33589.         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')]);
  33590.     }
  33591.     /**
  33592.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  33593.      *
  33594.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  33595.      */
  33596.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  33597.     {
  33598.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  33599.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33600.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  33601.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  33602.         }
  33603.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  33604.     }
  33605.     /**
  33606.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  33607.      *
  33608.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  33609.      */
  33610.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  33611.     {
  33612.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  33613.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  33614.         $instance->addEntityListener('App\\Entity\\UserServicePromo''App\\EventListener\\UserServicePromoListener''postPersist');
  33615.         $instance->addEntityListener('App\\Entity\\Precount''App\\EventListener\\PrecountListener''prePersist');
  33616.         $instance->addEntityListener('App\\Entity\\Precount''App\\EventListener\\PrecountListener''preUpdate');
  33617.         $instance->addEntityListener('App\\Entity\\TheProperty''App\\EventListener\\ThePropertyListener''postPersist');
  33618.         $instance->addEntityListener('App\\Entity\\ProviderTankInstallation''App\\EventListener\\ProviderTankInstallationListener''postPersist');
  33619.         $instance->addEntityListener('App\\Entity\\NeighborhoodProject\\NeighborhoodProject''App\\EventListener\\NeighborhoodProject\\NeighborhoodProjectListener''postPersist');
  33620.         $instance->addEntityListener('App\\Entity\\CarpoolAnnouncement''App\\EventListener\\CarpoolAnnouncementListener''prePersist');
  33621.         $instance->addEntityListener('App\\Entity\\ProviderSolarBrugel''App\\EventListener\\ProviderSolarBrugelListener''prePersist');
  33622.         return $instance;
  33623.     }
  33624.     /**
  33625.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  33626.      *
  33627.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  33628.      */
  33629.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  33630.     {
  33631.         $this->privates['doctrine.orm.default_xml_metadata_driver'] = $instance = new \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver([(\dirname(__DIR__4).'/vendor/vich/uploader-bundle/config/doctrine') => 'Vich\\UploaderBundle\\Entity']);
  33632.         $instance->setGlobalBasename('mapping');
  33633.         return $instance;
  33634.     }
  33635.     /**
  33636.      * Gets the private 'doctrine.orm.import_annotation_metadata_driver' shared service.
  33637.      *
  33638.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  33639.      */
  33640.     protected function getDoctrine_Orm_ImportAnnotationMetadataDriverService()
  33641.     {
  33642.         return $this->privates['doctrine.orm.import_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity')]);
  33643.     }
  33644.     /**
  33645.      * Gets the private 'doctrine.orm.import_entity_manager.property_info_extractor' shared service.
  33646.      *
  33647.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  33648.      */
  33649.     protected function getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService()
  33650.     {
  33651.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  33652.         $a = ($this->services['doctrine.orm.import_entity_manager'] ?? $this->getDoctrine_Orm_ImportEntityManagerService());
  33653.         if (isset($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'])) {
  33654.             return $this->privates['doctrine.orm.import_entity_manager.property_info_extractor'];
  33655.         }
  33656.         return $this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  33657.     }
  33658.     /**
  33659.      * Gets the private 'doctrine.orm.import_listeners.attach_entity_listeners' shared service.
  33660.      *
  33661.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  33662.      */
  33663.     protected function getDoctrine_Orm_ImportListeners_AttachEntityListenersService()
  33664.     {
  33665.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  33666.         return $this->privates['doctrine.orm.import_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  33667.     }
  33668.     /**
  33669.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  33670.      *
  33671.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  33672.      */
  33673.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  33674.     {
  33675.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33676.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  33677.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  33678.     }
  33679.     /**
  33680.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  33681.      *
  33682.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  33683.      */
  33684.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  33685.     {
  33686.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33687.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  33688.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  33689.             return new \EmptyIterator();
  33690.         }, 0));
  33691.     }
  33692.     /**
  33693.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  33694.      *
  33695.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  33696.      */
  33697.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  33698.     {
  33699.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33700.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  33701.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  33702.     }
  33703.     /**
  33704.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  33705.      *
  33706.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  33707.      */
  33708.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  33709.     {
  33710.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33711.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  33712.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  33713.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  33714.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  33715.         }, 2));
  33716.     }
  33717.     /**
  33718.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  33719.      *
  33720.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  33721.      */
  33722.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  33723.     {
  33724.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  33725.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  33726.     }
  33727.     /**
  33728.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  33729.      *
  33730.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  33731.      */
  33732.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  33733.     {
  33734.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  33735.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  33736.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  33737.     }
  33738.     /**
  33739.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  33740.      *
  33741.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  33742.      */
  33743.     protected function getDoctrine_Orm_Validator_UniqueService()
  33744.     {
  33745.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33746.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33747.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  33748.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  33749.     }
  33750.     /**
  33751.      * Gets the private 'doctrine.query_dql_command' shared service.
  33752.      *
  33753.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  33754.      */
  33755.     protected function getDoctrine_QueryDqlCommandService()
  33756.     {
  33757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33758.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33759.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33760.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  33761.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33762.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  33763.         $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()));
  33764.         $instance->setName('doctrine:query:dql');
  33765.         return $instance;
  33766.     }
  33767.     /**
  33768.      * Gets the private 'doctrine.query_sql_command' shared service.
  33769.      *
  33770.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  33771.      */
  33772.     protected function getDoctrine_QuerySqlCommandService()
  33773.     {
  33774.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33775.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  33776.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  33777.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  33778.         $instance->setName('doctrine:query:sql');
  33779.         return $instance;
  33780.     }
  33781.     /**
  33782.      * Gets the private 'doctrine.result_cache_pool' shared service.
  33783.      *
  33784.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  33785.      */
  33786.     protected function getDoctrine_ResultCachePoolService()
  33787.     {
  33788.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('string:resolve:REDIS_URL').'/1', ['lazy' => true]), 'DMaHB-T-gn'3600, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  33789.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  33790.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  33791.     }
  33792.     /**
  33793.      * Gets the private 'doctrine.schema_create_command' shared service.
  33794.      *
  33795.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  33796.      */
  33797.     protected function getDoctrine_SchemaCreateCommandService()
  33798.     {
  33799.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33802.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  33803.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  33804.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33805.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  33806.         $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()));
  33807.         $instance->setName('doctrine:schema:create');
  33808.         return $instance;
  33809.     }
  33810.     /**
  33811.      * Gets the private 'doctrine.schema_drop_command' shared service.
  33812.      *
  33813.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  33814.      */
  33815.     protected function getDoctrine_SchemaDropCommandService()
  33816.     {
  33817.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33818.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33819.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33820.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  33821.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  33822.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33823.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  33824.         $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()));
  33825.         $instance->setName('doctrine:schema:drop');
  33826.         return $instance;
  33827.     }
  33828.     /**
  33829.      * Gets the private 'doctrine.schema_update_command' shared service.
  33830.      *
  33831.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  33832.      */
  33833.     protected function getDoctrine_SchemaUpdateCommandService()
  33834.     {
  33835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33836.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33837.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33838.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  33839.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  33840.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33841.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  33842.         $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()));
  33843.         $instance->setName('doctrine:schema:update');
  33844.         return $instance;
  33845.     }
  33846.     /**
  33847.      * Gets the private 'doctrine.schema_validate_command' shared service.
  33848.      *
  33849.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  33850.      */
  33851.     protected function getDoctrine_SchemaValidateCommandService()
  33852.     {
  33853.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33854.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33855.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33856.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  33857.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33858.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  33859.         $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()));
  33860.         $instance->setName('doctrine:schema:validate');
  33861.         return $instance;
  33862.     }
  33863.     /**
  33864.      * Gets the private 'doctrine.system_cache_pool' shared service.
  33865.      *
  33866.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  33867.      */
  33868.     protected function getDoctrine_SystemCachePoolService()
  33869.     {
  33870.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(\Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('string:resolve:REDIS_URL').'/2', ['lazy' => true]), 'vMZRONhx0V'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  33871.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  33872.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  33873.     }
  33874.     /**
  33875.      * Gets the private 'doctrine.ulid_generator' shared service.
  33876.      *
  33877.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  33878.      */
  33879.     protected function getDoctrine_UlidGeneratorService()
  33880.     {
  33881.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  33882.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  33883.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  33884.     }
  33885.     /**
  33886.      * Gets the private 'doctrine.uuid_generator' shared service.
  33887.      *
  33888.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  33889.      */
  33890.     protected function getDoctrine_UuidGeneratorService()
  33891.     {
  33892.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  33893.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  33894.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  33895.     }
  33896.     /**
  33897.      * Gets the private 'doctrine_migrations.current_command' shared service.
  33898.      *
  33899.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  33900.      */
  33901.     protected function getDoctrineMigrations_CurrentCommandService()
  33902.     {
  33903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33904.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33905.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  33906.         $this->privates['doctrine_migrations.current_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\CurrentCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:current');
  33907.         $instance->setName('doctrine:migrations:current');
  33908.         return $instance;
  33909.     }
  33910.     /**
  33911.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  33912.      *
  33913.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  33914.      */
  33915.     protected function getDoctrineMigrations_DiffCommandService()
  33916.     {
  33917.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33918.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33919.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  33920.         $this->privates['doctrine_migrations.diff_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DiffCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:diff');
  33921.         $instance->setName('doctrine:migrations:diff');
  33922.         return $instance;
  33923.     }
  33924.     /**
  33925.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  33926.      *
  33927.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  33928.      */
  33929.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  33930.     {
  33931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33932.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33933.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  33934.         $this->privates['doctrine_migrations.dump_schema_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:dump-schema');
  33935.         $instance->setName('doctrine:migrations:dump-schema');
  33936.         return $instance;
  33937.     }
  33938.     /**
  33939.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  33940.      *
  33941.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  33942.      */
  33943.     protected function getDoctrineMigrations_ExecuteCommandService()
  33944.     {
  33945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33946.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33947.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  33948.         $this->privates['doctrine_migrations.execute_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:execute');
  33949.         $instance->setName('doctrine:migrations:execute');
  33950.         return $instance;
  33951.     }
  33952.     /**
  33953.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  33954.      *
  33955.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  33956.      */
  33957.     protected function getDoctrineMigrations_GenerateCommandService()
  33958.     {
  33959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33960.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33961.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  33962.         $this->privates['doctrine_migrations.generate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\GenerateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:generate');
  33963.         $instance->setName('doctrine:migrations:generate');
  33964.         return $instance;
  33965.     }
  33966.     /**
  33967.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  33968.      *
  33969.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  33970.      */
  33971.     protected function getDoctrineMigrations_LatestCommandService()
  33972.     {
  33973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33974.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33975.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  33976.         $this->privates['doctrine_migrations.latest_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\LatestCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:latest');
  33977.         $instance->setName('doctrine:migrations:latest');
  33978.         return $instance;
  33979.     }
  33980.     /**
  33981.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  33982.      *
  33983.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  33984.      */
  33985.     protected function getDoctrineMigrations_MigrateCommandService()
  33986.     {
  33987.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33988.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33989.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  33990.         $this->privates['doctrine_migrations.migrate_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\MigrateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:migrate');
  33991.         $instance->setName('doctrine:migrations:migrate');
  33992.         return $instance;
  33993.     }
  33994.     /**
  33995.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  33996.      *
  33997.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  33998.      */
  33999.     protected function getDoctrineMigrations_RollupCommandService()
  34000.     {
  34001.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34002.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34003.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  34004.         $this->privates['doctrine_migrations.rollup_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\RollupCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:rollup');
  34005.         $instance->setName('doctrine:migrations:rollup');
  34006.         return $instance;
  34007.     }
  34008.     /**
  34009.      * Gets the private 'doctrine_migrations.status_command' shared service.
  34010.      *
  34011.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  34012.      */
  34013.     protected function getDoctrineMigrations_StatusCommandService()
  34014.     {
  34015.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34016.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34017.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  34018.         $this->privates['doctrine_migrations.status_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\StatusCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:status');
  34019.         $instance->setName('doctrine:migrations:status');
  34020.         return $instance;
  34021.     }
  34022.     /**
  34023.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  34024.      *
  34025.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  34026.      */
  34027.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  34028.     {
  34029.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34030.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34031.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  34032.         $this->privates['doctrine_migrations.sync_metadata_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:sync-metadata-storage');
  34033.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  34034.         return $instance;
  34035.     }
  34036.     /**
  34037.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  34038.      *
  34039.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  34040.      */
  34041.     protected function getDoctrineMigrations_UpToDateCommandService()
  34042.     {
  34043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34045.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  34046.         $this->privates['doctrine_migrations.up_to_date_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:up-to-date');
  34047.         $instance->setName('doctrine:migrations:up-to-date');
  34048.         return $instance;
  34049.     }
  34050.     /**
  34051.      * Gets the private 'doctrine_migrations.version_command' shared service.
  34052.      *
  34053.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  34054.      */
  34055.     protected function getDoctrineMigrations_VersionCommandService()
  34056.     {
  34057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34058.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34059.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  34060.         $this->privates['doctrine_migrations.version_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\VersionCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:version');
  34061.         $instance->setName('doctrine:migrations:version');
  34062.         return $instance;
  34063.     }
  34064.     /**
  34065.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  34066.      *
  34067.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  34068.      */
  34069.     protected function getDoctrineMigrations_VersionsCommandService()
  34070.     {
  34071.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34072.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34073.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  34074.         $this->privates['doctrine_migrations.versions_command'] = $instance = new \Doctrine\Migrations\Tools\Console\Command\ListCommand(($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService()), 'doctrine:migrations:versions');
  34075.         $instance->setName('doctrine:migrations:list');
  34076.         return $instance;
  34077.     }
  34078.     /**
  34079.      * Gets the private 'error_handler.error_renderer.html' shared service.
  34080.      *
  34081.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  34082.      */
  34083.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  34084.     {
  34085.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  34086.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  34087.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  34088.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  34089.     }
  34090.     /**
  34091.      * Gets the private 'exception_listener' shared service.
  34092.      *
  34093.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  34094.      */
  34095.     protected function getExceptionListenerService()
  34096.     {
  34097.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  34098.     }
  34099.     /**
  34100.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  34101.      *
  34102.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  34103.      */
  34104.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  34105.     {
  34106.         if ($lazyLoad) {
  34107.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  34108.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34109.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  34110.                     $proxy->setProxyInitializer(null);
  34111.                     return true;
  34112.                 });
  34113.             });
  34114.         }
  34115.         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->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  34116.     }
  34117.     /**
  34118.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  34119.      *
  34120.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  34121.      */
  34122.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  34123.     {
  34124.         if ($lazyLoad) {
  34125.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  34126.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34127.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  34128.                     $proxy->setProxyInitializer(null);
  34129.                     return true;
  34130.                 });
  34131.             });
  34132.         }
  34133.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  34134.     }
  34135.     /**
  34136.      * Gets the private 'form.choice_list_factory.cached' shared service.
  34137.      *
  34138.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  34139.      */
  34140.     protected function getForm_ChoiceListFactory_CachedService()
  34141.     {
  34142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  34143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  34144.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  34145.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  34146.         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())));
  34147.     }
  34148.     /**
  34149.      * Gets the private 'form.registry' shared service.
  34150.      *
  34151.      * @return \Symfony\Component\Form\FormRegistry
  34152.      */
  34153.     protected function getForm_RegistryService()
  34154.     {
  34155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  34156.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  34157.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  34158.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  34159.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  34160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  34161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  34162.         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, [
  34163.             'App\\Form\\AdressType' => ['privates''App\\Form\\AdressType''getAdressTypeService'false],
  34164.             'App\\Form\\AllObjectAnnouncementType' => ['privates''App\\Form\\AllObjectAnnouncementType''getAllObjectAnnouncementTypeService'false],
  34165.             'App\\Form\\ArchitectArtWorkType' => ['privates''App\\Form\\ArchitectArtWorkType''getArchitectArtWorkTypeService'false],
  34166.             'App\\Form\\ArchitectSpecialistType' => ['privates''App\\Form\\ArchitectSpecialistType''getArchitectSpecialistTypeService'false],
  34167.             'App\\Form\\AreaCsvType' => ['privates''App\\Form\\AreaCsvType''getAreaCsvTypeService'false],
  34168.             'App\\Form\\BankAccountClientType' => ['privates''App\\Form\\BankAccountClientType''getBankAccountClientTypeService'false],
  34169.             'App\\Form\\BankCardType' => ['privates''App\\Form\\BankCardType''getBankCardTypeService'false],
  34170.             'App\\Form\\BankType' => ['privates''App\\Form\\BankType''getBankTypeService'false],
  34171.             'App\\Form\\BrugisType' => ['privates''App\\Form\\BrugisType''getBrugisTypeService'false],
  34172.             'App\\Form\\CategoryEnvironnementType' => ['privates''App\\Form\\CategoryEnvironnementType''getCategoryEnvironnementTypeService'false],
  34173.             'App\\Form\\ChoicecategoryType' => ['privates''App\\Form\\ChoicecategoryType''getChoicecategoryTypeService'false],
  34174.             'App\\Form\\CityType' => ['privates''App\\Form\\CityType''getCityTypeService'false],
  34175.             'App\\Form\\ClientFrontType' => ['privates''App\\Form\\ClientFrontType''getClientFrontTypeService'false],
  34176.             'App\\Form\\ClientType' => ['privates''App\\Form\\ClientType''getClientTypeService'false],
  34177.             'App\\Form\\ClientclauseType' => ['privates''App\\Form\\ClientclauseType''getClientclauseTypeService'false],
  34178.             'App\\Form\\ClientfriendType' => ['privates''App\\Form\\ClientfriendType''getClientfriendTypeService'false],
  34179.             'App\\Form\\CountryType' => ['privates''App\\Form\\CountryType''getCountryTypeService'false],
  34180.             'App\\Form\\CsvType' => ['privates''App\\Form\\CsvType''getCsvTypeService'false],
  34181.             'App\\Form\\DVFType' => ['privates''App\\Form\\DVFType''getDVFTypeService'false],
  34182.             'App\\Form\\DailyNeededType' => ['privates''App\\Form\\DailyNeededType''getDailyNeededTypeService'false],
  34183.             'App\\Form\\DeedOfSaleType' => ['privates''App\\Form\\DeedOfSaleType''getDeedOfSaleTypeService'false],
  34184.             'App\\Form\\DefaultclauseType' => ['privates''App\\Form\\DefaultclauseType''getDefaultclauseTypeService'false],
  34185.             'App\\Form\\DemenagementAnnoncementType' => ['privates''App\\Form\\DemenagementAnnoncementType''getDemenagementAnnoncementTypeService'false],
  34186.             'App\\Form\\DistanceType' => ['privates''App\\Form\\DistanceType''getDistanceTypeService'false],
  34187.             'App\\Form\\EducationCsvType' => ['privates''App\\Form\\EducationCsvType''getEducationCsvTypeService'false],
  34188.             'App\\Form\\EngieCsvType' => ['privates''App\\Form\\EngieCsvType''getEngieCsvTypeService'false],
  34189.             'App\\Form\\ExcelFileType' => ['privates''App\\Form\\ExcelFileType''getExcelFileTypeService'false],
  34190.             'App\\Form\\ExcelFileWorkType' => ['privates''App\\Form\\ExcelFileWorkType''getExcelFileWorkTypeService'false],
  34191.             'App\\Form\\ExternalProviderAdvertisingType' => ['privates''App\\Form\\ExternalProviderAdvertisingType''getExternalProviderAdvertisingTypeService'false],
  34192.             'App\\Form\\ExternalProviderOfferType' => ['privates''App\\Form\\ExternalProviderOfferType''getExternalProviderOfferTypeService'false],
  34193.             'App\\Form\\ExternalProviderType' => ['privates''App\\Form\\ExternalProviderType''getExternalProviderTypeService'false],
  34194.             'App\\Form\\FeatureType' => ['privates''App\\Form\\FeatureType''getFeatureTypeService'false],
  34195.             'App\\Form\\ImagepubType' => ['privates''App\\Form\\ImagepubType''getImagepubTypeService'false],
  34196.             'App\\Form\\KycDocumenType' => ['privates''App\\Form\\KycDocumenType''getKycDocumenTypeService'false],
  34197.             'App\\Form\\LandPropertyDestinationType' => ['privates''App\\Form\\LandPropertyDestinationType''getLandPropertyDestinationTypeService'false],
  34198.             'App\\Form\\LeaseContractAnnexType' => ['privates''App\\Form\\LeaseContractAnnexType''getLeaseContractAnnexTypeService'false],
  34199.             'App\\Form\\LeaseContractModelType' => ['privates''App\\Form\\LeaseContractModelType''getLeaseContractModelTypeService'false],
  34200.             'App\\Form\\LocationTypeType' => ['privates''App\\Form\\LocationTypeType''getLocationTypeTypeService'false],
  34201.             'App\\Form\\Location\\UrbanInformationType' => ['privates''App\\Form\\Location\\UrbanInformationType''getUrbanInformationTypeService'false],
  34202.             'App\\Form\\MagasinType' => ['privates''App\\Form\\MagasinType''getMagasinTypeService'false],
  34203.             'App\\Form\\ModelType' => ['privates''App\\Form\\ModelType''getModelTypeService'false],
  34204.             'App\\Form\\MunicipalityType' => ['privates''App\\Form\\MunicipalityType''getMunicipalityTypeService'false],
  34205.             'App\\Form\\NeighborhoodEdit\\TextureTreeDType' => ['privates''App\\Form\\NeighborhoodEdit\\TextureTreeDType''getTextureTreeDTypeService'false],
  34206.             'App\\Form\\NeighborhoodType' => ['privates''App\\Form\\NeighborhoodType''getNeighborhoodTypeService'false],
  34207.             'App\\Form\\NewProjectImmoCsvType' => ['privates''App\\Form\\NewProjectImmoCsvType''getNewProjectImmoCsvTypeService'false],
  34208.             'App\\Form\\NotaryCsvType' => ['privates''App\\Form\\NotaryCsvType''getNotaryCsvTypeService'false],
  34209.             'App\\Form\\NotaryType' => ['privates''App\\Form\\NotaryType''getNotaryTypeService'false],
  34210.             'App\\Form\\ObligationCsvType' => ['privates''App\\Form\\ObligationCsvType''getObligationCsvTypeService'false],
  34211.             'App\\Form\\ObligationType' => ['privates''App\\Form\\ObligationType''getObligationTypeService'false],
  34212.             'App\\Form\\OccupationPeriodFileType' => ['privates''App\\Form\\OccupationPeriodFileType''getOccupationPeriodFileTypeService'false],
  34213.             'App\\Form\\OccupieCsvType' => ['privates''App\\Form\\OccupieCsvType''getOccupieCsvTypeService'false],
  34214.             'App\\Form\\OccupieEstimationType' => ['privates''App\\Form\\OccupieEstimationType''getOccupieEstimationTypeService'false],
  34215.             'App\\Form\\OfferType' => ['privates''App\\Form\\OfferType''getOfferTypeService'false],
  34216.             'App\\Form\\OptionType' => ['privates''App\\Form\\OptionType''getOptionTypeService'false],
  34217.             'App\\Form\\ParameterType' => ['privates''App\\Form\\ParameterType''getParameterTypeService'false],
  34218.             'App\\Form\\PebInformation\\BoilerPerformanceType' => ['privates''App\\Form\\PebInformation\\BoilerPerformanceType''getBoilerPerformanceTypeService'false],
  34219.             'App\\Form\\PebInformation\\HeatNeededType' => ['privates''App\\Form\\PebInformation\\HeatNeededType''getHeatNeededTypeService'false],
  34220.             'App\\Form\\PebInformation\\IndicatorType' => ['privates''App\\Form\\PebInformation\\IndicatorType''getIndicatorTypeService'false],
  34221.             'App\\Form\\PebInformation\\PebInformationType' => ['privates''App\\Form\\PebInformation\\PebInformationType''getPebInformationTypeService'false],
  34222.             'App\\Form\\PebInformation\\RenewalEnergyFormType' => ['privates''App\\Form\\PebInformation\\RenewalEnergyFormType''getRenewalEnergyFormTypeService'false],
  34223.             'App\\Form\\PebInformation\\SubContent\\BiomassType' => ['privates''App\\Form\\PebInformation\\SubContent\\BiomassType''getBiomassTypeService'false],
  34224.             'App\\Form\\PebInformation\\SubContent\\CogenerationUnitType' => ['privates''App\\Form\\PebInformation\\SubContent\\CogenerationUnitType''getCogenerationUnitTypeService'false],
  34225.             'App\\Form\\PebInformation\\SubContent\\HeatPumpType' => ['privates''App\\Form\\PebInformation\\SubContent\\HeatPumpType''getHeatPumpTypeService'false],
  34226.             'App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType' => ['privates''App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType''getSolarPvInstallationTypeService'false],
  34227.             'App\\Form\\PebInformation\\SubContent\\SolarThermalType' => ['privates''App\\Form\\PebInformation\\SubContent\\SolarThermalType''getSolarThermalTypeService'false],
  34228.             'App\\Form\\PebInformation\\VentilationLosesType' => ['privates''App\\Form\\PebInformation\\VentilationLosesType''getVentilationLosesTypeService'false],
  34229.             'App\\Form\\PebInformation\\VentilationType' => ['privates''App\\Form\\PebInformation\\VentilationType''getVentilationTypeService'false],
  34230.             'App\\Form\\PebInformation\\WaterPerformanceType' => ['privates''App\\Form\\PebInformation\\WaterPerformanceType''getWaterPerformanceTypeService'false],
  34231.             'App\\Form\\PermitCiterneType' => ['privates''App\\Form\\PermitCiterneType''getPermitCiterneTypeService'false],
  34232.             'App\\Form\\PermitLocationEnvironmentType' => ['privates''App\\Form\\PermitLocationEnvironmentType''getPermitLocationEnvironmentTypeService'false],
  34233.             'App\\Form\\PersonnelType' => ['privates''App\\Form\\PersonnelType''getPersonnelTypeService'false],
  34234.             'App\\Form\\Plan\\PlanFeatureType' => ['privates''App\\Form\\Plan\\PlanFeatureType''getPlanFeatureTypeService'false],
  34235.             'App\\Form\\Plan\\PlanType' => ['privates''App\\Form\\Plan\\PlanType''getPlanTypeService'false],
  34236.             'App\\Form\\PpasAffectationType' => ['privates''App\\Form\\PpasAffectationType''getPpasAffectationTypeService'false],
  34237.             'App\\Form\\PpasCsvType' => ['privates''App\\Form\\PpasCsvType''getPpasCsvTypeService'false],
  34238.             'App\\Form\\PrasAffectationConditionType' => ['privates''App\\Form\\PrasAffectationConditionType''getPrasAffectationConditionTypeService'false],
  34239.             'App\\Form\\PrasAffectationType' => ['privates''App\\Form\\PrasAffectationType''getPrasAffectationTypeService'false],
  34240.             'App\\Form\\PrasCsvType' => ['privates''App\\Form\\PrasCsvType''getPrasCsvTypeService'false],
  34241.             'App\\Form\\PrasZoneType' => ['privates''App\\Form\\PrasZoneType''getPrasZoneTypeService'false],
  34242.             'App\\Form\\PrimeProcedureFieldFormType' => ['privates''App\\Form\\PrimeProcedureFieldFormType''getPrimeProcedureFieldFormTypeService'false],
  34243.             'App\\Form\\PrimeProcedureFormType' => ['privates''App\\Form\\PrimeProcedureFormType''getPrimeProcedureFormTypeService'false],
  34244.             'App\\Form\\PrimeSourceFormType' => ['privates''App\\Form\\PrimeSourceFormType''getPrimeSourceFormTypeService'false],
  34245.             'App\\Form\\Prime\\CsvType' => ['privates''App\\Form\\Prime\\CsvType''getCsvType2Service'false],
  34246.             'App\\Form\\Prime\\FormeType' => ['privates''App\\Form\\Prime\\FormeType''getFormeTypeService'false],
  34247.             'App\\Form\\PropertyImageType' => ['privates''App\\Form\\PropertyImageType''getPropertyImageTypeService'false],
  34248.             'App\\Form\\PropertytypeType' => ['privates''App\\Form\\PropertytypeType''getPropertytypeTypeService'false],
  34249.             'App\\Form\\ProviderFluviusType' => ['privates''App\\Form\\ProviderFluviusType''getProviderFluviusTypeService'false],
  34250.             'App\\Form\\ProviderInverterType' => ['privates''App\\Form\\ProviderInverterType''getProviderInverterTypeService'false],
  34251.             'App\\Form\\ProviderOresType' => ['privates''App\\Form\\ProviderOresType''getProviderOresTypeService'false],
  34252.             'App\\Form\\ProviderSibelgaTaskType' => ['privates''App\\Form\\ProviderSibelgaTaskType''getProviderSibelgaTaskTypeService'false],
  34253.             'App\\Form\\ProviderSibelgaType' => ['privates''App\\Form\\ProviderSibelgaType''getProviderSibelgaTypeService'false],
  34254.             'App\\Form\\ProviderSibelgaWorkType' => ['privates''App\\Form\\ProviderSibelgaWorkType''getProviderSibelgaWorkTypeService'false],
  34255.             'App\\Form\\ProviderSocietyCsvType' => ['privates''App\\Form\\ProviderSocietyCsvType''getProviderSocietyCsvTypeService'false],
  34256.             'App\\Form\\PublicInquiryInProgressCsvType' => ['privates''App\\Form\\PublicInquiryInProgressCsvType''getPublicInquiryInProgressCsvTypeService'false],
  34257.             'App\\Form\\PurchasePartnerRequestObjectifType' => ['privates''App\\Form\\PurchasePartnerRequestObjectifType''getPurchasePartnerRequestObjectifTypeService'false],
  34258.             'App\\Form\\PurchasePartnerRequestType' => ['privates''App\\Form\\PurchasePartnerRequestType''getPurchasePartnerRequestTypeService'false],
  34259.             'App\\Form\\RegionType' => ['privates''App\\Form\\RegionType''getRegionTypeService'false],
  34260.             'App\\Form\\RentestimationType' => ['privates''App\\Form\\RentestimationType''getRentestimationTypeService'false],
  34261.             'App\\Form\\RoofType' => ['privates''App\\Form\\RoofType''getRoofTypeService'false],
  34262.             'App\\Form\\RulesCsvType' => ['privates''App\\Form\\RulesCsvType''getRulesCsvTypeService'false],
  34263.             'App\\Form\\SalesAgreementFileType' => ['privates''App\\Form\\SalesAgreementFileType''getSalesAgreementFileTypeService'false],
  34264.             'App\\Form\\ServiceCategoryType' => ['privates''App\\Form\\ServiceCategoryType''getServiceCategoryTypeService'false],
  34265.             'App\\Form\\ServicePromoType' => ['privates''App\\Form\\ServicePromoType''getServicePromoTypeService'false],
  34266.             'App\\Form\\SimulationType' => ['privates''App\\Form\\SimulationType''getSimulationTypeService'false],
  34267.             'App\\Form\\SizeType' => ['privates''App\\Form\\SizeType''getSizeTypeService'false],
  34268.             'App\\Form\\SocietyApprovalType' => ['privates''App\\Form\\SocietyApprovalType''getSocietyApprovalTypeService'false],
  34269.             'App\\Form\\SocietyType' => ['privates''App\\Form\\SocietyType''getSocietyTypeService'false],
  34270.             'App\\Form\\StreetType' => ['privates''App\\Form\\StreetType''getStreetTypeService'false],
  34271.             'App\\Form\\SubjectType' => ['privates''App\\Form\\SubjectType''getSubjectTypeService'false],
  34272.             'App\\Form\\SubmodelType' => ['privates''App\\Form\\SubmodelType''getSubmodelTypeService'false],
  34273.             'App\\Form\\SubscriptionProductServiceType' => ['privates''App\\Form\\SubscriptionProductServiceType''getSubscriptionProductServiceTypeService'false],
  34274.             'App\\Form\\SubscriptionProductType' => ['privates''App\\Form\\SubscriptionProductType''getSubscriptionProductTypeService'false],
  34275.             'App\\Form\\SubsectionType' => ['privates''App\\Form\\SubsectionType''getSubsectionTypeService'false],
  34276.             'App\\Form\\SuperficieType' => ['privates''App\\Form\\SuperficieType''getSuperficieTypeService'false],
  34277.             'App\\Form\\SupplierType' => ['privates''App\\Form\\SupplierType''getSupplierTypeService'false],
  34278.             'App\\Form\\SyndicApartmentType' => ['privates''App\\Form\\SyndicApartmentType''getSyndicApartmentTypeService'false],
  34279.             'App\\Form\\TestImageType' => ['privates''App\\Form\\TestImageType''getTestImageTypeService'false],
  34280.             'App\\Form\\ThePropertyConstructionWorkRulesType' => ['privates''App\\Form\\ThePropertyConstructionWorkRulesType''getThePropertyConstructionWorkRulesTypeService'false],
  34281.             'App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType' => ['privates''App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType''getMarkAsDeliveredTypeService'false],
  34282.             'App\\Form\\ThepropertyDocumentCategoryType' => ['privates''App\\Form\\ThepropertyDocumentCategoryType''getThepropertyDocumentCategoryTypeService'false],
  34283.             'App\\Form\\ThepropertyDocumentType' => ['privates''App\\Form\\ThepropertyDocumentType''getThepropertyDocumentTypeService'false],
  34284.             'App\\Form\\ThepropertyProviderType' => ['privates''App\\Form\\ThepropertyProviderType''getThepropertyProviderTypeService'false],
  34285.             'App\\Form\\ThepropertyType' => ['privates''App\\Form\\ThepropertyType''getThepropertyTypeService'false],
  34286.             'App\\Form\\TheserviceType' => ['privates''App\\Form\\TheserviceType''getTheserviceTypeService'false],
  34287.             'App\\Form\\TransactionTypeType' => ['privates''App\\Form\\TransactionTypeType''getTransactionTypeTypeService'false],
  34288.             'App\\Form\\TypeDocumentType' => ['privates''App\\Form\\TypeDocumentType''getTypeDocumentTypeService'false],
  34289.             'App\\Form\\TypeofworkType' => ['privates''App\\Form\\TypeofworkType''getTypeofworkTypeService'false],
  34290.             'App\\Form\\UboType' => ['privates''App\\Form\\UboType''getUboTypeService'false],
  34291.             'App\\Form\\VoirieType' => ['privates''App\\Form\\VoirieType''getVoirieTypeService'false],
  34292.             'App\\Form\\WalletUserType' => ['privates''App\\Form\\WalletUserType''getWalletUserTypeService'false],
  34293.             'App\\Form\\WallonieCsvType' => ['privates''App\\Form\\WallonieCsvType''getWallonieCsvTypeService'false],
  34294.             'App\\Form\\WaterSupllierControllerExcelType' => ['privates''App\\Form\\WaterSupllierControllerExcelType''getWaterSupllierControllerExcelTypeService'false],
  34295.             'App\\Form\\WorkCsvType' => ['privates''App\\Form\\WorkCsvType''getWorkCsvTypeService'false],
  34296.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  34297.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  34298.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  34299.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  34300.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  34301.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  34302.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  34303.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  34304.         ], [
  34305.             'App\\Form\\AdressType' => '?',
  34306.             'App\\Form\\AllObjectAnnouncementType' => '?',
  34307.             'App\\Form\\ArchitectArtWorkType' => '?',
  34308.             'App\\Form\\ArchitectSpecialistType' => '?',
  34309.             'App\\Form\\AreaCsvType' => '?',
  34310.             'App\\Form\\BankAccountClientType' => '?',
  34311.             'App\\Form\\BankCardType' => '?',
  34312.             'App\\Form\\BankType' => '?',
  34313.             'App\\Form\\BrugisType' => '?',
  34314.             'App\\Form\\CategoryEnvironnementType' => '?',
  34315.             'App\\Form\\ChoicecategoryType' => '?',
  34316.             'App\\Form\\CityType' => '?',
  34317.             'App\\Form\\ClientFrontType' => '?',
  34318.             'App\\Form\\ClientType' => '?',
  34319.             'App\\Form\\ClientclauseType' => '?',
  34320.             'App\\Form\\ClientfriendType' => '?',
  34321.             'App\\Form\\CountryType' => '?',
  34322.             'App\\Form\\CsvType' => '?',
  34323.             'App\\Form\\DVFType' => '?',
  34324.             'App\\Form\\DailyNeededType' => '?',
  34325.             'App\\Form\\DeedOfSaleType' => '?',
  34326.             'App\\Form\\DefaultclauseType' => '?',
  34327.             'App\\Form\\DemenagementAnnoncementType' => '?',
  34328.             'App\\Form\\DistanceType' => '?',
  34329.             'App\\Form\\EducationCsvType' => '?',
  34330.             'App\\Form\\EngieCsvType' => '?',
  34331.             'App\\Form\\ExcelFileType' => '?',
  34332.             'App\\Form\\ExcelFileWorkType' => '?',
  34333.             'App\\Form\\ExternalProviderAdvertisingType' => '?',
  34334.             'App\\Form\\ExternalProviderOfferType' => '?',
  34335.             'App\\Form\\ExternalProviderType' => '?',
  34336.             'App\\Form\\FeatureType' => '?',
  34337.             'App\\Form\\ImagepubType' => '?',
  34338.             'App\\Form\\KycDocumenType' => '?',
  34339.             'App\\Form\\LandPropertyDestinationType' => '?',
  34340.             'App\\Form\\LeaseContractAnnexType' => '?',
  34341.             'App\\Form\\LeaseContractModelType' => '?',
  34342.             'App\\Form\\LocationTypeType' => '?',
  34343.             'App\\Form\\Location\\UrbanInformationType' => '?',
  34344.             'App\\Form\\MagasinType' => '?',
  34345.             'App\\Form\\ModelType' => '?',
  34346.             'App\\Form\\MunicipalityType' => '?',
  34347.             'App\\Form\\NeighborhoodEdit\\TextureTreeDType' => '?',
  34348.             'App\\Form\\NeighborhoodType' => '?',
  34349.             'App\\Form\\NewProjectImmoCsvType' => '?',
  34350.             'App\\Form\\NotaryCsvType' => '?',
  34351.             'App\\Form\\NotaryType' => '?',
  34352.             'App\\Form\\ObligationCsvType' => '?',
  34353.             'App\\Form\\ObligationType' => '?',
  34354.             'App\\Form\\OccupationPeriodFileType' => '?',
  34355.             'App\\Form\\OccupieCsvType' => '?',
  34356.             'App\\Form\\OccupieEstimationType' => '?',
  34357.             'App\\Form\\OfferType' => '?',
  34358.             'App\\Form\\OptionType' => '?',
  34359.             'App\\Form\\ParameterType' => '?',
  34360.             'App\\Form\\PebInformation\\BoilerPerformanceType' => '?',
  34361.             'App\\Form\\PebInformation\\HeatNeededType' => '?',
  34362.             'App\\Form\\PebInformation\\IndicatorType' => '?',
  34363.             'App\\Form\\PebInformation\\PebInformationType' => '?',
  34364.             'App\\Form\\PebInformation\\RenewalEnergyFormType' => '?',
  34365.             'App\\Form\\PebInformation\\SubContent\\BiomassType' => '?',
  34366.             'App\\Form\\PebInformation\\SubContent\\CogenerationUnitType' => '?',
  34367.             'App\\Form\\PebInformation\\SubContent\\HeatPumpType' => '?',
  34368.             'App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType' => '?',
  34369.             'App\\Form\\PebInformation\\SubContent\\SolarThermalType' => '?',
  34370.             'App\\Form\\PebInformation\\VentilationLosesType' => '?',
  34371.             'App\\Form\\PebInformation\\VentilationType' => '?',
  34372.             'App\\Form\\PebInformation\\WaterPerformanceType' => '?',
  34373.             'App\\Form\\PermitCiterneType' => '?',
  34374.             'App\\Form\\PermitLocationEnvironmentType' => '?',
  34375.             'App\\Form\\PersonnelType' => '?',
  34376.             'App\\Form\\Plan\\PlanFeatureType' => '?',
  34377.             'App\\Form\\Plan\\PlanType' => '?',
  34378.             'App\\Form\\PpasAffectationType' => '?',
  34379.             'App\\Form\\PpasCsvType' => '?',
  34380.             'App\\Form\\PrasAffectationConditionType' => '?',
  34381.             'App\\Form\\PrasAffectationType' => '?',
  34382.             'App\\Form\\PrasCsvType' => '?',
  34383.             'App\\Form\\PrasZoneType' => '?',
  34384.             'App\\Form\\PrimeProcedureFieldFormType' => '?',
  34385.             'App\\Form\\PrimeProcedureFormType' => '?',
  34386.             'App\\Form\\PrimeSourceFormType' => '?',
  34387.             'App\\Form\\Prime\\CsvType' => '?',
  34388.             'App\\Form\\Prime\\FormeType' => '?',
  34389.             'App\\Form\\PropertyImageType' => '?',
  34390.             'App\\Form\\PropertytypeType' => '?',
  34391.             'App\\Form\\ProviderFluviusType' => '?',
  34392.             'App\\Form\\ProviderInverterType' => '?',
  34393.             'App\\Form\\ProviderOresType' => '?',
  34394.             'App\\Form\\ProviderSibelgaTaskType' => '?',
  34395.             'App\\Form\\ProviderSibelgaType' => '?',
  34396.             'App\\Form\\ProviderSibelgaWorkType' => '?',
  34397.             'App\\Form\\ProviderSocietyCsvType' => '?',
  34398.             'App\\Form\\PublicInquiryInProgressCsvType' => '?',
  34399.             'App\\Form\\PurchasePartnerRequestObjectifType' => '?',
  34400.             'App\\Form\\PurchasePartnerRequestType' => '?',
  34401.             'App\\Form\\RegionType' => '?',
  34402.             'App\\Form\\RentestimationType' => '?',
  34403.             'App\\Form\\RoofType' => '?',
  34404.             'App\\Form\\RulesCsvType' => '?',
  34405.             'App\\Form\\SalesAgreementFileType' => '?',
  34406.             'App\\Form\\ServiceCategoryType' => '?',
  34407.             'App\\Form\\ServicePromoType' => '?',
  34408.             'App\\Form\\SimulationType' => '?',
  34409.             'App\\Form\\SizeType' => '?',
  34410.             'App\\Form\\SocietyApprovalType' => '?',
  34411.             'App\\Form\\SocietyType' => '?',
  34412.             'App\\Form\\StreetType' => '?',
  34413.             'App\\Form\\SubjectType' => '?',
  34414.             'App\\Form\\SubmodelType' => '?',
  34415.             'App\\Form\\SubscriptionProductServiceType' => '?',
  34416.             'App\\Form\\SubscriptionProductType' => '?',
  34417.             'App\\Form\\SubsectionType' => '?',
  34418.             'App\\Form\\SuperficieType' => '?',
  34419.             'App\\Form\\SupplierType' => '?',
  34420.             'App\\Form\\SyndicApartmentType' => '?',
  34421.             'App\\Form\\TestImageType' => '?',
  34422.             'App\\Form\\ThePropertyConstructionWorkRulesType' => '?',
  34423.             'App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType' => '?',
  34424.             'App\\Form\\ThepropertyDocumentCategoryType' => '?',
  34425.             'App\\Form\\ThepropertyDocumentType' => '?',
  34426.             'App\\Form\\ThepropertyProviderType' => '?',
  34427.             'App\\Form\\ThepropertyType' => '?',
  34428.             'App\\Form\\TheserviceType' => '?',
  34429.             'App\\Form\\TransactionTypeType' => '?',
  34430.             'App\\Form\\TypeDocumentType' => '?',
  34431.             'App\\Form\\TypeofworkType' => '?',
  34432.             'App\\Form\\UboType' => '?',
  34433.             'App\\Form\\VoirieType' => '?',
  34434.             'App\\Form\\WalletUserType' => '?',
  34435.             'App\\Form\\WallonieCsvType' => '?',
  34436.             'App\\Form\\WaterSupllierControllerExcelType' => '?',
  34437.             'App\\Form\\WorkCsvType' => '?',
  34438.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  34439.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  34440.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  34441.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  34442.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  34443.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  34444.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  34445.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  34446.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  34447.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  34448.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  34449.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  34450.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  34451.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  34452.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  34453.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  34454.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  34455.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  34456.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  34457.         }, 1)], new RewindableGenerator(function () {
  34458.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  34459.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  34460.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  34461.     }
  34462.     /**
  34463.      * Gets the private 'form.server_params' shared service.
  34464.      *
  34465.      * @return \Symfony\Component\Form\Util\ServerParams
  34466.      */
  34467.     protected function getForm_ServerParamsService()
  34468.     {
  34469.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  34470.         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())));
  34471.     }
  34472.     /**
  34473.      * Gets the private 'form.type.choice' shared service.
  34474.      *
  34475.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  34476.      */
  34477.     protected function getForm_Type_ChoiceService()
  34478.     {
  34479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34480.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34481.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  34482.         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()));
  34483.     }
  34484.     /**
  34485.      * Gets the private 'form.type.color' shared service.
  34486.      *
  34487.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  34488.      */
  34489.     protected function getForm_Type_ColorService()
  34490.     {
  34491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34492.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34493.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  34494.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  34495.     }
  34496.     /**
  34497.      * Gets the private 'form.type.entity' shared service.
  34498.      *
  34499.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  34500.      */
  34501.     protected function getForm_Type_EntityService()
  34502.     {
  34503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34504.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34505.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  34506.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  34507.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  34508.     }
  34509.     /**
  34510.      * Gets the private 'form.type.form' shared service.
  34511.      *
  34512.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  34513.      */
  34514.     protected function getForm_Type_FormService()
  34515.     {
  34516.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34517.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34518.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  34519.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  34520.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  34521.     }
  34522.     /**
  34523.      * Gets the private 'form.type_extension.csrf' shared service.
  34524.      *
  34525.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  34526.      */
  34527.     protected function getForm_TypeExtension_CsrfService()
  34528.     {
  34529.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34530.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34531.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  34532.         return $this->privates['form.type_extension.csrf'] = new \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()), true'_token', ($this->services['translator'] ?? $this->getTranslatorService()), 'validators', ($this->privates['form.server_params'] ?? $this->getForm_ServerParamsService()));
  34533.     }
  34534.     /**
  34535.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  34536.      *
  34537.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  34538.      */
  34539.     protected function getForm_TypeExtension_Form_DataCollectorService()
  34540.     {
  34541.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34542.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34543.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  34544.         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()));
  34545.     }
  34546.     /**
  34547.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  34548.      *
  34549.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  34550.      */
  34551.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  34552.     {
  34553.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34554.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34555.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  34556.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  34557.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  34558.         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())));
  34559.     }
  34560.     /**
  34561.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  34562.      *
  34563.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  34564.      */
  34565.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  34566.     {
  34567.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34568.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34569.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/TransformationFailureExtension.php';
  34570.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  34571.     }
  34572.     /**
  34573.      * Gets the private 'form.type_extension.form.validator' shared service.
  34574.      *
  34575.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  34576.      */
  34577.     protected function getForm_TypeExtension_Form_ValidatorService()
  34578.     {
  34579.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34580.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34581.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  34582.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  34583.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  34584.         if (isset($this->privates['form.type_extension.form.validator'])) {
  34585.             return $this->privates['form.type_extension.form.validator'];
  34586.         }
  34587.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  34588.         if (isset($this->privates['form.type_extension.form.validator'])) {
  34589.             return $this->privates['form.type_extension.form.validator'];
  34590.         }
  34591.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  34592.     }
  34593.     /**
  34594.      * Gets the private 'form.type_extension.upload.validator' shared service.
  34595.      *
  34596.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  34597.      */
  34598.     protected function getForm_TypeExtension_Upload_ValidatorService()
  34599.     {
  34600.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34601.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34602.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  34603.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  34604.     }
  34605.     /**
  34606.      * Gets the private 'form.type_guesser.doctrine' shared service.
  34607.      *
  34608.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  34609.      */
  34610.     protected function getForm_TypeGuesser_DoctrineService()
  34611.     {
  34612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  34613.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  34614.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  34615.     }
  34616.     /**
  34617.      * Gets the private 'form.type_guesser.validator' shared service.
  34618.      *
  34619.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  34620.      */
  34621.     protected function getForm_TypeGuesser_ValidatorService()
  34622.     {
  34623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  34624.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  34625.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  34626.         if (isset($this->privates['form.type_guesser.validator'])) {
  34627.             return $this->privates['form.type_guesser.validator'];
  34628.         }
  34629.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  34630.     }
  34631.     /**
  34632.      * Gets the private 'fragment.renderer.inline' shared service.
  34633.      *
  34634.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  34635.      */
  34636.     protected function getFragment_Renderer_InlineService()
  34637.     {
  34638.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  34639.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  34640.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  34641.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  34642.         if (isset($this->privates['fragment.renderer.inline'])) {
  34643.             return $this->privates['fragment.renderer.inline'];
  34644.         }
  34645.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34646.         if (isset($this->privates['fragment.renderer.inline'])) {
  34647.             return $this->privates['fragment.renderer.inline'];
  34648.         }
  34649.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  34650.         $instance->setFragmentPath('/_fragment');
  34651.         return $instance;
  34652.     }
  34653.     /**
  34654.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  34655.      *
  34656.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  34657.      */
  34658.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  34659.     {
  34660.         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())));
  34661.     }
  34662.     /**
  34663.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  34664.      *
  34665.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  34666.      */
  34667.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  34668.     {
  34669.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  34670.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  34671.             return $this->privates['framework_extra_bundle.event.is_granted'];
  34672.         }
  34673.         return $this->privates['framework_extra_bundle.event.is_granted'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $a);
  34674.     }
  34675.     /**
  34676.      * Gets the private 'garden_project_actions_lot.search_filter' shared service.
  34677.      *
  34678.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  34679.      */
  34680.     protected function getGardenProjectActionsLot_SearchFilterService()
  34681.     {
  34682.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  34683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  34684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  34685.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  34686.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  34687.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  34688.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  34689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  34690.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  34691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  34692.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  34693.         if (isset($this->privates['garden_project_actions_lot.search_filter'])) {
  34694.             return $this->privates['garden_project_actions_lot.search_filter'];
  34695.         }
  34696.         return $this->privates['garden_project_actions_lot.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['lot' => 'exact''collectiveGarden' => 'exact''user' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  34697.     }
  34698.     /**
  34699.      * Gets the private 'garden_project_actions_lot_account.search_filter' shared service.
  34700.      *
  34701.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  34702.      */
  34703.     protected function getGardenProjectActionsLotAccount_SearchFilterService()
  34704.     {
  34705.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  34706.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  34707.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  34708.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  34709.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  34710.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  34711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  34712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  34713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  34714.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  34715.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  34716.         if (isset($this->privates['garden_project_actions_lot_account.search_filter'])) {
  34717.             return $this->privates['garden_project_actions_lot_account.search_filter'];
  34718.         }
  34719.         return $this->privates['garden_project_actions_lot_account.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['lot' => 'exact''invoice.colectiveGarden' => 'exact''invoice' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  34720.     }
  34721.     /**
  34722.      * Gets the private 'inventory.search_filter' shared service.
  34723.      *
  34724.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  34725.      */
  34726.     protected function getInventory_SearchFilterService()
  34727.     {
  34728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  34729.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  34730.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  34731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  34732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  34733.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  34734.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  34735.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  34736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  34737.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  34738.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  34739.         if (isset($this->privates['inventory.search_filter'])) {
  34740.             return $this->privates['inventory.search_filter'];
  34741.         }
  34742.         return $this->privates['inventory.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['offerLease' => 'exact''offerLease.theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  34743.     }
  34744.     /**
  34745.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  34746.      *
  34747.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  34748.      */
  34749.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  34750.     {
  34751.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34752.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  34753.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  34754.     }
  34755.     /**
  34756.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  34757.      *
  34758.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  34759.      */
  34760.     protected function getJmsSerializer_Cache_CacheClearerService()
  34761.     {
  34762.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  34763.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  34764.         return $this->privates['jms_serializer.cache.cache_clearer'] = new \JMS\SerializerBundle\Cache\CacheClearer(($this->privates['jms_serializer.metadata.cache.file_cache'] ?? ($this->privates['jms_serializer.metadata.cache.file_cache'] = new \Metadata\Cache\FileCache(($this->targetDir.''.'/jms_serializer')))));
  34765.     }
  34766.     /**
  34767.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  34768.      *
  34769.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  34770.      */
  34771.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  34772.     {
  34773.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34774.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  34775.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  34776.     }
  34777.     /**
  34778.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  34779.      *
  34780.      * @return \JMS\Serializer\Handler\DateHandler
  34781.      */
  34782.     protected function getJmsSerializer_DatetimeHandlerService()
  34783.     {
  34784.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34785.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  34786.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  34787.     }
  34788.     /**
  34789.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  34790.      *
  34791.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  34792.      */
  34793.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  34794.     {
  34795.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  34796.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  34797.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  34798.     }
  34799.     /**
  34800.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  34801.      *
  34802.      * @return \JMS\Serializer\Handler\FormErrorHandler
  34803.      */
  34804.     protected function getJmsSerializer_FormErrorHandlerService()
  34805.     {
  34806.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34807.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  34808.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  34809.     }
  34810.     /**
  34811.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  34812.      *
  34813.      * @return \JMS\Serializer\Handler\IteratorHandler
  34814.      */
  34815.     protected function getJmsSerializer_IteratorHandlerService()
  34816.     {
  34817.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34818.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  34819.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  34820.     }
  34821.     /**
  34822.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  34823.      *
  34824.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  34825.      */
  34826.     protected function getJmsSerializer_StopwatchSubscriberService()
  34827.     {
  34828.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  34829.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  34830.         return $this->privates['jms_serializer.stopwatch_subscriber'] = new \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber(($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true))));
  34831.     }
  34832.     /**
  34833.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  34834.      *
  34835.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  34836.      */
  34837.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  34838.     {
  34839.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34840.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  34841.         $this->privates['lexik_jwt_authentication.check_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), 'RS256');
  34842.         $instance->setName('lexik:jwt:check-config');
  34843.         return $instance;
  34844.     }
  34845.     /**
  34846.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  34847.      *
  34848.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  34849.      */
  34850.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  34851.     {
  34852.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34853.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  34854.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  34855.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  34856.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  34857.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  34858.         $instance->setName('lexik:jwt:enable-encryption');
  34859.         return $instance;
  34860.     }
  34861.     /**
  34862.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  34863.      *
  34864.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  34865.      */
  34866.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  34867.     {
  34868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34869.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  34870.         $this->privates['lexik_jwt_authentication.generate_keypair_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem())), $this->getEnv('resolve:JWT_SECRET_KEY'), $this->getEnv('resolve:JWT_PUBLIC_KEY'), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  34871.         $instance->setName('lexik:jwt:generate-keypair');
  34872.         return $instance;
  34873.     }
  34874.     /**
  34875.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  34876.      *
  34877.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  34878.      */
  34879.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  34880.     {
  34881.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34882.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  34883.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  34884.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  34885.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  34886.         $this->privates['lexik_jwt_authentication.migrate_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand(($this->services['lexik_jwt_authentication.key_loader'] ?? $this->getLexikJwtAuthentication_KeyLoaderService()), $this->getEnv('JWT_PASSPHRASE'), 'RS256');
  34887.         $instance->setName('lexik:jwt:migrate-config');
  34888.         return $instance;
  34889.     }
  34890.     /**
  34891.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  34892.      *
  34893.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  34894.      */
  34895.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  34896.     {
  34897.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  34898.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  34899.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  34900.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  34901.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  34902.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  34903.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  34904.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  34905.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  34906.         }
  34907.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34908.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  34909.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  34910.         }
  34911.         return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] = new \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator($a$b, new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\ChainTokenExtractor([=> new \Lexik\Bundle\JWTAuthenticationBundle\TokenExtractor\AuthorizationHeaderTokenExtractor('Bearer''Authorization')]), new \Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage(), ($this->services['translator'] ?? $this->getTranslatorService()));
  34912.     }
  34913.     /**
  34914.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  34915.      *
  34916.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  34917.      */
  34918.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  34919.     {
  34920.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  34921.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  34922.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  34923.     }
  34924.     /**
  34925.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  34926.      *
  34927.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  34928.      */
  34929.     protected function getLiipImagine_Command_CacheRemoveService()
  34930.     {
  34931.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34932.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  34933.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  34934.         $this->privates['liip_imagine.command.cache_remove'] = $instance = new \Liip\ImagineBundle\Command\RemoveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  34935.         $instance->setName('liip:imagine:cache:remove');
  34936.         return $instance;
  34937.     }
  34938.     /**
  34939.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  34940.      *
  34941.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  34942.      */
  34943.     protected function getLiipImagine_Command_CacheResolveService()
  34944.     {
  34945.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34946.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  34947.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  34948.         $this->privates['liip_imagine.command.cache_resolve'] = $instance = new \Liip\ImagineBundle\Command\ResolveCacheCommand(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->privates['liip_imagine.service.filter'] ?? $this->getLiipImagine_Service_FilterService()));
  34949.         $instance->setName('liip:imagine:cache:resolve');
  34950.         return $instance;
  34951.     }
  34952.     /**
  34953.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  34954.      *
  34955.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  34956.      */
  34957.     protected function getLiipImagine_Filter_ConfigurationService()
  34958.     {
  34959.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  34960.     }
  34961.     /**
  34962.      * Gets the private 'liip_imagine.form.type.image' shared service.
  34963.      *
  34964.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  34965.      */
  34966.     protected function getLiipImagine_Form_Type_ImageService()
  34967.     {
  34968.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34969.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34970.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  34971.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  34972.     }
  34973.     /**
  34974.      * Gets the private 'liip_imagine.gd' shared service.
  34975.      *
  34976.      * @return \Imagine\Gd\Imagine
  34977.      */
  34978.     protected function getLiipImagine_GdService()
  34979.     {
  34980.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  34981.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  34982.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  34983.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  34984.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  34985.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  34986.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  34987.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  34988.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  34989.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  34990.         return $instance;
  34991.     }
  34992.     /**
  34993.      * Gets the private 'liip_imagine.service.filter' shared service.
  34994.      *
  34995.      * @return \Liip\ImagineBundle\Service\FilterService
  34996.      */
  34997.     protected function getLiipImagine_Service_FilterService()
  34998.     {
  34999.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  35000.         return $this->privates['liip_imagine.service.filter'] = new \Liip\ImagineBundle\Service\FilterService(($this->services['liip_imagine.data.manager'] ?? $this->getLiipImagine_Data_ManagerService()), ($this->services['liip_imagine.filter.manager'] ?? $this->getLiipImagine_Filter_ManagerService()), ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService()), false$this->parameters['liip_imagine.webp.options'], ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  35001.     }
  35002.     /**
  35003.      * Gets the private 'locale_aware_listener' shared service.
  35004.      *
  35005.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  35006.      */
  35007.     protected function getLocaleAwareListenerService()
  35008.     {
  35009.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  35010.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  35011.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  35012.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  35013.     }
  35014.     /**
  35015.      * Gets the private 'locale_listener' shared service.
  35016.      *
  35017.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  35018.      */
  35019.     protected function getLocaleListenerService()
  35020.     {
  35021.         $a = ($this->services['router'] ?? $this->getRouterService());
  35022.         if (isset($this->privates['locale_listener'])) {
  35023.             return $this->privates['locale_listener'];
  35024.         }
  35025.         return $this->privates['locale_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleListener(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'fr'$afalse, []);
  35026.     }
  35027.     /**
  35028.      * Gets the private 'mailer.transport_factory.native' shared service.
  35029.      *
  35030.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  35031.      */
  35032.     protected function getMailer_TransportFactory_NativeService()
  35033.     {
  35034.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35035.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35036.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  35037.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35038.         if (isset($this->privates['mailer.transport_factory.native'])) {
  35039.             return $this->privates['mailer.transport_factory.native'];
  35040.         }
  35041.         return $this->privates['mailer.transport_factory.native'] = new \Symfony\Component\Mailer\Transport\NativeTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  35042.     }
  35043.     /**
  35044.      * Gets the private 'mailer.transport_factory.null' shared service.
  35045.      *
  35046.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  35047.      */
  35048.     protected function getMailer_TransportFactory_NullService()
  35049.     {
  35050.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35051.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35052.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  35053.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35054.         if (isset($this->privates['mailer.transport_factory.null'])) {
  35055.             return $this->privates['mailer.transport_factory.null'];
  35056.         }
  35057.         return $this->privates['mailer.transport_factory.null'] = new \Symfony\Component\Mailer\Transport\NullTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  35058.     }
  35059.     /**
  35060.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  35061.      *
  35062.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  35063.      */
  35064.     protected function getMailer_TransportFactory_SendmailService()
  35065.     {
  35066.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35067.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35068.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  35069.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35070.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  35071.             return $this->privates['mailer.transport_factory.sendmail'];
  35072.         }
  35073.         return $this->privates['mailer.transport_factory.sendmail'] = new \Symfony\Component\Mailer\Transport\SendmailTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  35074.     }
  35075.     /**
  35076.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  35077.      *
  35078.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  35079.      */
  35080.     protected function getMailer_TransportFactory_SmtpService()
  35081.     {
  35082.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35083.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35084.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  35085.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35086.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  35087.             return $this->privates['mailer.transport_factory.smtp'];
  35088.         }
  35089.         return $this->privates['mailer.transport_factory.smtp'] = new \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), ($this->privates['monolog.logger.mailer'] ?? $this->getMonolog_Logger_MailerService()));
  35090.     }
  35091.     /**
  35092.      * Gets the private 'mailer.transports' shared service.
  35093.      *
  35094.      * @return \Symfony\Component\Mailer\Transport\Transports
  35095.      */
  35096.     protected function getMailer_TransportsService()
  35097.     {
  35098.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  35099.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  35100.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  35101.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  35102.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  35103.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  35104.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  35105.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  35106.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  35107.     }
  35108.     /**
  35109.      * Gets the private 'maker.auto_command.make_auth' shared service.
  35110.      *
  35111.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35112.      */
  35113.     protected function getMaker_AutoCommand_MakeAuthService()
  35114.     {
  35115.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35116.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35117.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35118.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35119.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  35120.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  35121.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  35122.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35123.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  35124.         $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);
  35125.         $instance->setName('make:auth');
  35126.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  35127.         return $instance;
  35128.     }
  35129.     /**
  35130.      * Gets the private 'maker.auto_command.make_command' shared service.
  35131.      *
  35132.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35133.      */
  35134.     protected function getMaker_AutoCommand_MakeCommandService()
  35135.     {
  35136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35137.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35138.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35139.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35140.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCommand.php';
  35141.         $this->privates['maker.auto_command.make_command'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeCommand(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35142.         $instance->setName('make:command');
  35143.         $instance->setDescription('Creates a new console command class');
  35144.         return $instance;
  35145.     }
  35146.     /**
  35147.      * Gets the private 'maker.auto_command.make_controller' shared service.
  35148.      *
  35149.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35150.      */
  35151.     protected function getMaker_AutoCommand_MakeControllerService()
  35152.     {
  35153.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35154.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35155.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35156.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35157.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeController.php';
  35158.         $this->privates['maker.auto_command.make_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeController(($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35159.         $instance->setName('make:controller');
  35160.         $instance->setDescription('Creates a new controller class');
  35161.         return $instance;
  35162.     }
  35163.     /**
  35164.      * Gets the private 'maker.auto_command.make_crud' shared service.
  35165.      *
  35166.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35167.      */
  35168.     protected function getMaker_AutoCommand_MakeCrudService()
  35169.     {
  35170.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35173.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35174.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeCrud.php';
  35175.         $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()));
  35176.         $instance->setName('make:crud');
  35177.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  35178.         return $instance;
  35179.     }
  35180.     /**
  35181.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  35182.      *
  35183.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35184.      */
  35185.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  35186.     {
  35187.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35188.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35189.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35190.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35191.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  35192.         $this->privates['maker.auto_command.make_data_persister'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataPersister(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35193.         $instance->setName('make:data-persister');
  35194.         $instance->setDescription('Creates an API Platform data persister');
  35195.         return $instance;
  35196.     }
  35197.     /**
  35198.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  35199.      *
  35200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35201.      */
  35202.     protected function getMaker_AutoCommand_MakeDataProviderService()
  35203.     {
  35204.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35205.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35206.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35207.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35208.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  35209.         $this->privates['maker.auto_command.make_data_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Core\Bridge\Symfony\Maker\MakeDataProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35210.         $instance->setName('make:data-provider');
  35211.         $instance->setDescription('Creates an API Platform data provider');
  35212.         return $instance;
  35213.     }
  35214.     /**
  35215.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  35216.      *
  35217.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35218.      */
  35219.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  35220.     {
  35221.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35222.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35223.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35224.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35225.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  35226.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35227.         $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()));
  35228.         $instance->setName('make:docker:database');
  35229.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  35230.         return $instance;
  35231.     }
  35232.     /**
  35233.      * Gets the private 'maker.auto_command.make_entity' shared service.
  35234.      *
  35235.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35236.      */
  35237.     protected function getMaker_AutoCommand_MakeEntityService()
  35238.     {
  35239.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35242.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35243.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  35244.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  35245.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35246.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  35247.         $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()), NULL$b, ($this->privates['maker.entity_class_generator'] ?? $this->getMaker_EntityClassGeneratorService()), ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService())), $a$b);
  35248.         $instance->setName('make:entity');
  35249.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  35250.         return $instance;
  35251.     }
  35252.     /**
  35253.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  35254.      *
  35255.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35256.      */
  35257.     protected function getMaker_AutoCommand_MakeFixturesService()
  35258.     {
  35259.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35260.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35261.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35262.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35263.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  35264.         $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()));
  35265.         $instance->setName('make:fixtures');
  35266.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  35267.         return $instance;
  35268.     }
  35269.     /**
  35270.      * Gets the private 'maker.auto_command.make_form' shared service.
  35271.      *
  35272.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35273.      */
  35274.     protected function getMaker_AutoCommand_MakeFormService()
  35275.     {
  35276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35277.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35278.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35279.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35280.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  35281.         $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()));
  35282.         $instance->setName('make:form');
  35283.         $instance->setDescription('Creates a new form class');
  35284.         return $instance;
  35285.     }
  35286.     /**
  35287.      * Gets the private 'maker.auto_command.make_message' shared service.
  35288.      *
  35289.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35290.      */
  35291.     protected function getMaker_AutoCommand_MakeMessageService()
  35292.     {
  35293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35296.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35297.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  35298.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35299.         $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()));
  35300.         $instance->setName('make:message');
  35301.         $instance->setDescription('Creates a new message and handler');
  35302.         return $instance;
  35303.     }
  35304.     /**
  35305.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  35306.      *
  35307.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35308.      */
  35309.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  35310.     {
  35311.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35315.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  35316.         $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()));
  35317.         $instance->setName('make:messenger-middleware');
  35318.         $instance->setDescription('Creates a new messenger middleware');
  35319.         return $instance;
  35320.     }
  35321.     /**
  35322.      * Gets the private 'maker.auto_command.make_migration' shared service.
  35323.      *
  35324.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35325.      */
  35326.     protected function getMaker_AutoCommand_MakeMigrationService()
  35327.     {
  35328.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35332.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  35333.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  35334.         $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()));
  35335.         $instance->setName('make:migration');
  35336.         $instance->setDescription('Creates a new migration based on database changes');
  35337.         return $instance;
  35338.     }
  35339.     /**
  35340.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  35341.      *
  35342.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35343.      */
  35344.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  35345.     {
  35346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35349.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35350.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  35351.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35352.         $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()));
  35353.         $instance->setName('make:registration-form');
  35354.         $instance->setDescription('Creates a new registration form system');
  35355.         return $instance;
  35356.     }
  35357.     /**
  35358.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  35359.      *
  35360.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35361.      */
  35362.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  35363.     {
  35364.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35367.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35368.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  35369.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35370.         $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()));
  35371.         $instance->setName('make:reset-password');
  35372.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  35373.         return $instance;
  35374.     }
  35375.     /**
  35376.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  35377.      *
  35378.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35379.      */
  35380.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  35381.     {
  35382.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35385.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35386.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  35387.         $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()));
  35388.         $instance->setName('make:serializer:encoder');
  35389.         $instance->setDescription('Creates a new serializer encoder class');
  35390.         return $instance;
  35391.     }
  35392.     /**
  35393.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  35394.      *
  35395.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35396.      */
  35397.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  35398.     {
  35399.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35402.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35403.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSerializerNormalizer.php';
  35404.         $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()));
  35405.         $instance->setName('make:serializer:normalizer');
  35406.         $instance->setDescription('Creates a new serializer normalizer class');
  35407.         return $instance;
  35408.     }
  35409.     /**
  35410.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  35411.      *
  35412.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35413.      */
  35414.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  35415.     {
  35416.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  35421.         $this->privates['maker.auto_command.make_state_processor'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProcessor(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35422.         $instance->setName('make:state-processor');
  35423.         $instance->setDescription('Creates an API Platform state processor');
  35424.         return $instance;
  35425.     }
  35426.     /**
  35427.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  35428.      *
  35429.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35430.      */
  35431.     protected function getMaker_AutoCommand_MakeStateProviderService()
  35432.     {
  35433.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35434.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35435.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35436.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35437.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  35438.         $this->privates['maker.auto_command.make_state_provider'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \ApiPlatform\Symfony\Maker\MakeStateProvider(($this->privates['api_platform.metadata.resource.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService())), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35439.         $instance->setName('make:state-provider');
  35440.         $instance->setDescription('Creates an API Platform state provider');
  35441.         return $instance;
  35442.     }
  35443.     /**
  35444.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  35445.      *
  35446.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35447.      */
  35448.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  35449.     {
  35450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35451.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35452.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35453.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35454.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  35455.         $this->privates['maker.auto_command.make_stimulus_controller'] = $instance = new \Symfony\Bundle\MakerBundle\Command\MakerCommand(new \Symfony\Bundle\MakerBundle\Maker\MakeStimulusController(), ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()), ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35456.         $instance->setName('make:stimulus-controller');
  35457.         $instance->setDescription('Creates a new Stimulus controller');
  35458.         return $instance;
  35459.     }
  35460.     /**
  35461.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  35462.      *
  35463.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35464.      */
  35465.     protected function getMaker_AutoCommand_MakeSubscriberService()
  35466.     {
  35467.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35468.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35469.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35470.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35471.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  35472.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  35473.         $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()));
  35474.         $instance->setName('make:subscriber');
  35475.         $instance->setDescription('Creates a new event subscriber class');
  35476.         return $instance;
  35477.     }
  35478.     /**
  35479.      * Gets the private 'maker.auto_command.make_test' shared service.
  35480.      *
  35481.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35482.      */
  35483.     protected function getMaker_AutoCommand_MakeTestService()
  35484.     {
  35485.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35488.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35489.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  35490.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  35491.         $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()));
  35492.         $instance->setName('make:test');
  35493.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  35494.         $instance->setDescription('Creates a new test class');
  35495.         return $instance;
  35496.     }
  35497.     /**
  35498.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  35499.      *
  35500.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35501.      */
  35502.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  35503.     {
  35504.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35506.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35507.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35508.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  35509.         $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()));
  35510.         $instance->setName('make:twig-extension');
  35511.         $instance->setDescription('Creates a new Twig extension class');
  35512.         return $instance;
  35513.     }
  35514.     /**
  35515.      * Gets the private 'maker.auto_command.make_user' shared service.
  35516.      *
  35517.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35518.      */
  35519.     protected function getMaker_AutoCommand_MakeUserService()
  35520.     {
  35521.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35524.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35525.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  35526.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  35527.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  35528.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35529.         $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()));
  35530.         $instance->setName('make:user');
  35531.         $instance->setDescription('Creates a new security user class');
  35532.         return $instance;
  35533.     }
  35534.     /**
  35535.      * Gets the private 'maker.auto_command.make_validator' shared service.
  35536.      *
  35537.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35538.      */
  35539.     protected function getMaker_AutoCommand_MakeValidatorService()
  35540.     {
  35541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35542.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35543.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35544.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35545.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  35546.         $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()));
  35547.         $instance->setName('make:validator');
  35548.         $instance->setDescription('Creates a new validator and constraint class');
  35549.         return $instance;
  35550.     }
  35551.     /**
  35552.      * Gets the private 'maker.auto_command.make_voter' shared service.
  35553.      *
  35554.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35555.      */
  35556.     protected function getMaker_AutoCommand_MakeVoterService()
  35557.     {
  35558.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35560.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35561.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35562.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  35563.         $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()));
  35564.         $instance->setName('make:voter');
  35565.         $instance->setDescription('Creates a new security voter class');
  35566.         return $instance;
  35567.     }
  35568.     /**
  35569.      * Gets the private 'maker.doctrine_helper' shared service.
  35570.      *
  35571.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  35572.      */
  35573.     protected function getMaker_DoctrineHelperService()
  35574.     {
  35575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  35576.         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'=> ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService())], => [=> 'Vich\\UploaderBundle\\Entity'=> ($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService())]], 'import' => [=> [=> 'App\\Entity'=> ($this->privates['doctrine.orm.import_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ImportAnnotationMetadataDriverService())]]]);
  35577.     }
  35578.     /**
  35579.      * Gets the private 'maker.entity_class_generator' shared service.
  35580.      *
  35581.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  35582.      */
  35583.     protected function getMaker_EntityClassGeneratorService()
  35584.     {
  35585.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  35586.         return $this->privates['maker.entity_class_generator'] = new \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()), ($this->privates['maker.doctrine_helper'] ?? $this->getMaker_DoctrineHelperService()));
  35587.     }
  35588.     /**
  35589.      * Gets the private 'maker.file_manager' shared service.
  35590.      *
  35591.      * @return \Symfony\Bundle\MakerBundle\FileManager
  35592.      */
  35593.     protected function getMaker_FileManagerService()
  35594.     {
  35595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  35596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  35597.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  35598.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  35599.         return $this->privates['maker.file_manager'] = new \Symfony\Bundle\MakerBundle\FileManager(($this->services['.container.private.filesystem'] ?? ($this->services['.container.private.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'));
  35600.     }
  35601.     /**
  35602.      * Gets the private 'maker.generator' shared service.
  35603.      *
  35604.      * @return \Symfony\Bundle\MakerBundle\Generator
  35605.      */
  35606.     protected function getMaker_GeneratorService()
  35607.     {
  35608.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  35609.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  35610.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  35611.         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));
  35612.     }
  35613.     /**
  35614.      * Gets the private 'maker.php_compat_util' shared service.
  35615.      *
  35616.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  35617.      */
  35618.     protected function getMaker_PhpCompatUtilService()
  35619.     {
  35620.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  35621.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  35622.     }
  35623.     /**
  35624.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  35625.      *
  35626.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  35627.      */
  35628.     protected function getMaker_Renderer_FormTypeRendererService()
  35629.     {
  35630.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  35631.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35632.     }
  35633.     /**
  35634.      * Gets the private 'message.conversation_filter' shared autowired service.
  35635.      *
  35636.      * @return \App\Filter\MessageConversationFilter
  35637.      */
  35638.     protected function getMessage_ConversationFilterService()
  35639.     {
  35640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  35641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  35642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  35643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  35644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  35645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  35646.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  35647.         include_once \dirname(__DIR__4).'/src/Filter/MessageConversationFilter.php';
  35648.         return $this->privates['message.conversation_filter'] = new \App\Filter\MessageConversationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'conversation');
  35649.     }
  35650.     /**
  35651.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  35652.      *
  35653.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  35654.      */
  35655.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  35656.     {
  35657.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  35658.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  35659.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  35660.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  35661.         $this->privates['messenger.bus.default.middleware.handle_message'] = $instance = new \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware(new \Symfony\Component\Messenger\Handler\HandlersLocator(['App\\Message\\CommunityPlpMessage' => new RewindableGenerator(function () {
  35662.             yield => ($this->privates['.messenger.handler_descriptor.enSacTY'] ?? $this->get_Messenger_HandlerDescriptor_EnSacTYService());
  35663.         }, 1), 'App\\Message\\CommunityPostNotification' => new RewindableGenerator(function () {
  35664.             yield => ($this->privates['.messenger.handler_descriptor.2PV5OtP'] ?? $this->get_Messenger_HandlerDescriptor_2PV5OtPService());
  35665.         }, 1), 'App\\Message\\AlertMessage' => new RewindableGenerator(function () {
  35666.             yield => ($this->privates['.messenger.handler_descriptor.ReaAshx'] ?? $this->get_Messenger_HandlerDescriptor_ReaAshxService());
  35667.         }, 1), 'App\\Message\\LeaseContractTimeoutMessage' => new RewindableGenerator(function () {
  35668.             yield => ($this->privates['.messenger.handler_descriptor._ao._zO'] ?? $this->get_Messenger_HandlerDescriptor_Ao_ZOService());
  35669.         }, 1), 'App\\Message\\MessageAquisition' => new RewindableGenerator(function () {
  35670.             yield => ($this->privates['.messenger.handler_descriptor.i5idlk5'] ?? $this->get_Messenger_HandlerDescriptor_I5idlk5Service());
  35671.         }, 1), 'App\\Message\\NewCommitteeNotification' => new RewindableGenerator(function () {
  35672.             yield => ($this->privates['.messenger.handler_descriptor.OYxdkFB'] ?? $this->get_Messenger_HandlerDescriptor_OYxdkFBService());
  35673.         }, 1), 'App\\Message\\SalesDateLimitNotification' => new RewindableGenerator(function () {
  35674.             yield => ($this->privates['.messenger.handler_descriptor.dYC6Jx9'] ?? $this->get_Messenger_HandlerDescriptor_DYC6Jx9Service());
  35675.         }, 1), 'App\\Message\\ShowInterestMessage' => new RewindableGenerator(function () {
  35676.             yield => ($this->privates['.messenger.handler_descriptor..LEXsda'] ?? $this->get_Messenger_HandlerDescriptor__LEXsdaService());
  35677.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  35678.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  35679.         }, 1)]));
  35680.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35681.         return $instance;
  35682.     }
  35683.     /**
  35684.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  35685.      *
  35686.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  35687.      */
  35688.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  35689.     {
  35690.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  35691.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  35692.         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');
  35693.     }
  35694.     /**
  35695.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  35696.      *
  35697.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  35698.      */
  35699.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  35700.     {
  35701.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  35702.         return $this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35703.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35704.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35705.         ], [
  35706.             'async' => '?',
  35707.             'failed' => '?',
  35708.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35709.     }
  35710.     /**
  35711.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  35712.      *
  35713.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  35714.      */
  35715.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  35716.     {
  35717.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  35718.         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()));
  35719.     }
  35720.     /**
  35721.      * Gets the private 'messenger.listener.stop_worker_on_sigterm_signal_listener' shared service.
  35722.      *
  35723.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener
  35724.      */
  35725.     protected function getMessenger_Listener_StopWorkerOnSigtermSignalListenerService()
  35726.     {
  35727.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnSigtermSignalListener.php';
  35728.         return $this->privates['messenger.listener.stop_worker_on_sigterm_signal_listener'] = new \Symfony\Component\Messenger\EventListener\StopWorkerOnSigtermSignalListener(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35729.     }
  35730.     /**
  35731.      * Gets the private 'messenger.middleware.send_message' shared service.
  35732.      *
  35733.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  35734.      */
  35735.     protected function getMessenger_Middleware_SendMessageService()
  35736.     {
  35737.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  35738.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  35739.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  35740.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  35741.         $a = ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service());
  35742.         if (isset($this->privates['messenger.middleware.send_message'])) {
  35743.             return $this->privates['messenger.middleware.send_message'];
  35744.         }
  35745.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35746.         if (isset($this->privates['messenger.middleware.send_message'])) {
  35747.             return $this->privates['messenger.middleware.send_message'];
  35748.         }
  35749.         $this->privates['messenger.middleware.send_message'] = $instance = new \Symfony\Component\Messenger\Middleware\SendMessageMiddleware(new \Symfony\Component\Messenger\Transport\Sender\SendersLocator(['App\\Message\\NewCommitteeNotification' => [=> 'async'], 'App\\Message\\MessageAquisition' => [=> 'async'], 'App\\Message\\SalesDateLimitNotification' => [=> 'async'], 'App\\Message\\CommunityPostNotification' => [=> 'async'], 'App\\Message\\CommunityPlpMessage' => [=> 'async'], 'App\\Message\\AlertMessage' => [=> 'async'], 'App\\Message\\ShowInterestMessage' => [=> 'async'], 'App\\Message\\LeaseContractTimeoutMessage' => [=> 'async']], $a), $b);
  35750.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35751.         return $instance;
  35752.     }
  35753.     /**
  35754.      * Gets the private 'messenger.receiver_locator' shared service.
  35755.      *
  35756.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35757.      */
  35758.     protected function getMessenger_ReceiverLocatorService()
  35759.     {
  35760.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35761.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  35762.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35763.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  35764.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35765.         ], [
  35766.             'async' => '?',
  35767.             'failed' => '?',
  35768.             'messenger.transport.async' => '?',
  35769.             'messenger.transport.failed' => '?',
  35770.         ]);
  35771.     }
  35772.     /**
  35773.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  35774.      *
  35775.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  35776.      */
  35777.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  35778.     {
  35779.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  35780.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  35781.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  35782.     }
  35783.     /**
  35784.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  35785.      *
  35786.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  35787.      */
  35788.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  35789.     {
  35790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  35791.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  35792.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  35793.     }
  35794.     /**
  35795.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  35796.      *
  35797.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  35798.      */
  35799.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  35800.     {
  35801.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  35802.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35803.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  35804.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  35805.         }
  35806.         return $this->privates['messenger.retry.send_failed_message_for_retry_listener'] = new \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener(($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35807.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  35808.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  35809.         ], [
  35810.             'async' => '?',
  35811.             'failed' => '?',
  35812.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  35813.     }
  35814.     /**
  35815.      * Gets the private 'messenger.routable_message_bus' shared service.
  35816.      *
  35817.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  35818.      */
  35819.     protected function getMessenger_RoutableMessageBusService()
  35820.     {
  35821.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  35822.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35823.         if (isset($this->privates['messenger.routable_message_bus'])) {
  35824.             return $this->privates['messenger.routable_message_bus'];
  35825.         }
  35826.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35827.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  35828.         ], [
  35829.             'messenger.bus.default' => '?',
  35830.         ]), $a);
  35831.     }
  35832.     /**
  35833.      * Gets the private 'messenger.transport.async' shared service.
  35834.      *
  35835.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  35836.      */
  35837.     protected function getMessenger_Transport_AsyncService()
  35838.     {
  35839.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  35840.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  35841.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  35842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  35843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  35844.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  35845.         if (isset($this->privates['messenger.transport.async'])) {
  35846.             return $this->privates['messenger.transport.async'];
  35847.         }
  35848.         return $this->privates['messenger.transport.async'] = $a->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())));
  35849.     }
  35850.     /**
  35851.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  35852.      *
  35853.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  35854.      */
  35855.     protected function getMessenger_Transport_Doctrine_FactoryService()
  35856.     {
  35857.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  35858.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  35859.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  35860.     }
  35861.     /**
  35862.      * Gets the private 'messenger.transport.failed' shared service.
  35863.      *
  35864.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  35865.      */
  35866.     protected function getMessenger_Transport_FailedService()
  35867.     {
  35868.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  35869.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  35870.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  35871.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  35872.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  35873.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  35874.         if (isset($this->privates['messenger.transport.failed'])) {
  35875.             return $this->privates['messenger.transport.failed'];
  35876.         }
  35877.         return $this->privates['messenger.transport.failed'] = $a->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())));
  35878.     }
  35879.     /**
  35880.      * Gets the private 'messenger.transport.sync.factory' shared service.
  35881.      *
  35882.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  35883.      */
  35884.     protected function getMessenger_Transport_Sync_FactoryService()
  35885.     {
  35886.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  35887.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  35888.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  35889.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  35890.             return $this->privates['messenger.transport.sync.factory'];
  35891.         }
  35892.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  35893.     }
  35894.     /**
  35895.      * Gets the private 'messenger.transport_factory' shared service.
  35896.      *
  35897.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  35898.      */
  35899.     protected function getMessenger_TransportFactoryService()
  35900.     {
  35901.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  35902.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  35903.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  35904.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  35905.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  35906.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  35907.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  35908.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  35909.         }, 5));
  35910.     }
  35911.     /**
  35912.      * Gets the private 'mime_types' shared service.
  35913.      *
  35914.      * @return \Symfony\Component\Mime\MimeTypes
  35915.      */
  35916.     protected function getMimeTypesService()
  35917.     {
  35918.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  35919.         $instance->setDefault($instance);
  35920.         return $instance;
  35921.     }
  35922.     /**
  35923.      * Gets the private 'monolog.command.server_log' shared service.
  35924.      *
  35925.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  35926.      */
  35927.     protected function getMonolog_Command_ServerLogService()
  35928.     {
  35929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35930.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  35931.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  35932.         $instance->setName('server:log');
  35933.         $instance->setDescription('Start a log server that displays logs in real time');
  35934.         return $instance;
  35935.     }
  35936.     /**
  35937.      * Gets the private 'monolog.handler.console' shared service.
  35938.      *
  35939.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  35940.      */
  35941.     protected function getMonolog_Handler_ConsoleService()
  35942.     {
  35943.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  35944.     }
  35945.     /**
  35946.      * Gets the private 'monolog.handler.main' shared service.
  35947.      *
  35948.      * @return \Monolog\Handler\StreamHandler
  35949.      */
  35950.     protected function getMonolog_Handler_MainService()
  35951.     {
  35952.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  35953.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  35954.         return $instance;
  35955.     }
  35956.     /**
  35957.      * Gets the private 'monolog.logger' shared service.
  35958.      *
  35959.      * @return \Symfony\Bridge\Monolog\Logger
  35960.      */
  35961.     protected function getMonolog_LoggerService()
  35962.     {
  35963.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  35964.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  35965.         $instance->useMicrosecondTimestamps(true);
  35966.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  35967.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  35968.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  35969.         return $instance;
  35970.     }
  35971.     /**
  35972.      * Gets the private 'monolog.logger.cache' shared service.
  35973.      *
  35974.      * @return \Symfony\Bridge\Monolog\Logger
  35975.      */
  35976.     protected function getMonolog_Logger_CacheService()
  35977.     {
  35978.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  35979.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  35980.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  35981.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  35982.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  35983.         return $instance;
  35984.     }
  35985.     /**
  35986.      * Gets the private 'monolog.logger.mailer' shared service.
  35987.      *
  35988.      * @return \Symfony\Bridge\Monolog\Logger
  35989.      */
  35990.     protected function getMonolog_Logger_MailerService()
  35991.     {
  35992.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  35993.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  35994.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  35995.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  35996.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  35997.         return $instance;
  35998.     }
  35999.     /**
  36000.      * Gets the private 'monolog.logger.messenger' shared service.
  36001.      *
  36002.      * @return \Symfony\Bridge\Monolog\Logger
  36003.      */
  36004.     protected function getMonolog_Logger_MessengerService()
  36005.     {
  36006.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  36007.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36008.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36009.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36010.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36011.         return $instance;
  36012.     }
  36013.     /**
  36014.      * Gets the private 'monolog.logger.request' shared service.
  36015.      *
  36016.      * @return \Symfony\Bridge\Monolog\Logger
  36017.      */
  36018.     protected function getMonolog_Logger_RequestService()
  36019.     {
  36020.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  36021.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36022.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36023.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36024.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36025.         return $instance;
  36026.     }
  36027.     /**
  36028.      * Gets the private 'monolog.logger.security' shared service.
  36029.      *
  36030.      * @return \Symfony\Bridge\Monolog\Logger
  36031.      */
  36032.     protected function getMonolog_Logger_SecurityService()
  36033.     {
  36034.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  36035.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36036.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36037.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36038.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36039.         return $instance;
  36040.     }
  36041.     /**
  36042.      * Gets the private 'municipal_tax.search_filter' shared service.
  36043.      *
  36044.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36045.      */
  36046.     protected function getMunicipalTax_SearchFilterService()
  36047.     {
  36048.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36049.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36050.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36051.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36052.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36053.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36054.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36055.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36056.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36057.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36058.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36059.         if (isset($this->privates['municipal_tax.search_filter'])) {
  36060.             return $this->privates['municipal_tax.search_filter'];
  36061.         }
  36062.         return $this->privates['municipal_tax.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['province' => 'exact''postalCode' => 'exact''municipality' => 'exact''region' => 'exact''country' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36063.     }
  36064.     /**
  36065.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  36066.      *
  36067.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  36068.      */
  36069.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  36070.     {
  36071.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  36072.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  36073.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  36074.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  36075.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  36076.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  36077.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  36078.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  36079.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  36080.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  36081.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  36082.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  36083.         $a = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
  36084.         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));
  36085.     }
  36086.     /**
  36087.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  36088.      *
  36089.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  36090.      */
  36091.     protected function getNelmioCors_CorsListenerService()
  36092.     {
  36093.         return $this->privates['nelmio_cors.cors_listener'] = new \Nelmio\CorsBundle\EventListener\CorsListener(new \Nelmio\CorsBundle\Options\Resolver([=> new \Nelmio\CorsBundle\Options\ConfigProvider($this->getParameter('nelmio_cors.map'), $this->getParameter('nelmio_cors.defaults'))]));
  36094.     }
  36095.     /**
  36096.      * Gets the private 'nzo.annotation_resolver' shared service.
  36097.      *
  36098.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  36099.      */
  36100.     protected function getNzo_AnnotationResolverService()
  36101.     {
  36102.         $a = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8''aes-256-ctr'truetruetrue);
  36103.         $a->setSecretIv('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8');
  36104.         $b = new \Doctrine\Common\Annotations\AnnotationReader();
  36105.         $b->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  36106.         return $this->privates['nzo.annotation_resolver'] = new \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver($a$b);
  36107.     }
  36108.     /**
  36109.      * Gets the private 'nzo_encryptor' shared service.
  36110.      *
  36111.      * @return \Nzo\UrlEncryptorBundle\Encryptor\Encryptor
  36112.      */
  36113.     protected function getNzoEncryptorService()
  36114.     {
  36115.         $this->privates['nzo_encryptor'] = $instance = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8''aes-256-ctr'truetruetrue);
  36116.         $instance->setSecretIv('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8');
  36117.         return $instance;
  36118.     }
  36119.     /**
  36120.      * Gets the private 'obligations.search_filter' shared service.
  36121.      *
  36122.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36123.      */
  36124.     protected function getObligations_SearchFilterService()
  36125.     {
  36126.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36127.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36128.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36129.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36130.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36131.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36132.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36133.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36134.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36135.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36136.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36137.         if (isset($this->privates['obligations.search_filter'])) {
  36138.             return $this->privates['obligations.search_filter'];
  36139.         }
  36140.         return $this->privates['obligations.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['region' => 'exact''capacity' => 'exact''location' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36141.     }
  36142.     /**
  36143.      * Gets the private 'occupation_period.search_filter' shared service.
  36144.      *
  36145.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36146.      */
  36147.     protected function getOccupationPeriod_SearchFilterService()
  36148.     {
  36149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36150.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36151.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36152.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36153.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36154.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36155.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36156.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36157.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36158.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36159.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36160.         if (isset($this->privates['occupation_period.search_filter'])) {
  36161.             return $this->privates['occupation_period.search_filter'];
  36162.         }
  36163.         return $this->privates['occupation_period.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['year' => 'exact''rentalManagement' => 'exact''rentalManagement.theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36164.     }
  36165.     /**
  36166.      * Gets the private 'offer_collaborative.search_filter' shared service.
  36167.      *
  36168.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36169.      */
  36170.     protected function getOfferCollaborative_SearchFilterService()
  36171.     {
  36172.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36173.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36174.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36175.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36176.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36177.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36178.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36180.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36181.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36182.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36183.         if (isset($this->privates['offer_collaborative.search_filter'])) {
  36184.             return $this->privates['offer_collaborative.search_filter'];
  36185.         }
  36186.         return $this->privates['offer_collaborative.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''user' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36187.     }
  36188.     /**
  36189.      * Gets the private 'offer_collaborative_buyers.search_filter' shared service.
  36190.      *
  36191.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36192.      */
  36193.     protected function getOfferCollaborativeBuyers_SearchFilterService()
  36194.     {
  36195.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36196.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36197.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36198.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36201.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36202.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36203.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36204.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36205.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36206.         if (isset($this->privates['offer_collaborative_buyers.search_filter'])) {
  36207.             return $this->privates['offer_collaborative_buyers.search_filter'];
  36208.         }
  36209.         return $this->privates['offer_collaborative_buyers.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['offer' => 'exact''user' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36210.     }
  36211.     /**
  36212.      * Gets the private 'parameter_bag' shared service.
  36213.      *
  36214.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  36215.      */
  36216.     protected function getParameterBagService()
  36217.     {
  36218.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  36219.     }
  36220.     /**
  36221.      * Gets the private 'payment_history.search_filter' shared service.
  36222.      *
  36223.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36224.      */
  36225.     protected function getPaymentHistory_SearchFilterService()
  36226.     {
  36227.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36228.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36229.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36230.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36231.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36232.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36233.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36234.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36235.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36236.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36237.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36238.         if (isset($this->privates['payment_history.search_filter'])) {
  36239.             return $this->privates['payment_history.search_filter'];
  36240.         }
  36241.         return $this->privates['payment_history.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['year' => 'exact''month' => 'exact''rentalManagement.theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36242.     }
  36243.     /**
  36244.      * Gets the private 'permit_citerne.search_filter' shared service.
  36245.      *
  36246.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36247.      */
  36248.     protected function getPermitCiterne_SearchFilterService()
  36249.     {
  36250.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36251.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36252.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36253.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36254.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36255.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36260.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36261.         if (isset($this->privates['permit_citerne.search_filter'])) {
  36262.             return $this->privates['permit_citerne.search_filter'];
  36263.         }
  36264.         return $this->privates['permit_citerne.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['type' => 'exact''region.name' => 'exact''category.name' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36265.     }
  36266.     /**
  36267.      * Gets the private 'permit_property.search_filter' shared service.
  36268.      *
  36269.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36270.      */
  36271.     protected function getPermitProperty_SearchFilterService()
  36272.     {
  36273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36275.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36276.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36280.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36281.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36282.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36283.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36284.         if (isset($this->privates['permit_property.search_filter'])) {
  36285.             return $this->privates['permit_property.search_filter'];
  36286.         }
  36287.         return $this->privates['permit_property.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''type' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36288.     }
  36289.     /**
  36290.      * Gets the private 'permit_property_procedure.search_filter' shared service.
  36291.      *
  36292.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36293.      */
  36294.     protected function getPermitPropertyProcedure_SearchFilterService()
  36295.     {
  36296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36299.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36300.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36301.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36302.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36303.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36304.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36305.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36306.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36307.         if (isset($this->privates['permit_property_procedure.search_filter'])) {
  36308.             return $this->privates['permit_property_procedure.search_filter'];
  36309.         }
  36310.         return $this->privates['permit_property_procedure.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['permitProperty.theProperty.region' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36311.     }
  36312.     /**
  36313.      * Gets the private 'profiler_listener' shared service.
  36314.      *
  36315.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  36316.      */
  36317.     protected function getProfilerListenerService()
  36318.     {
  36319.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  36320.         if (isset($this->privates['profiler_listener'])) {
  36321.             return $this->privates['profiler_listener'];
  36322.         }
  36323.         return $this->privates['profiler_listener'] = new \Symfony\Component\HttpKernel\EventListener\ProfilerListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), NULLfalsefalseNULL);
  36324.     }
  36325.     /**
  36326.      * Gets the private 'property_accessor' shared service.
  36327.      *
  36328.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  36329.      */
  36330.     protected function getPropertyAccessorService()
  36331.     {
  36332.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36333.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  36334.     }
  36335.     /**
  36336.      * Gets the private 'property_info' shared service.
  36337.      *
  36338.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  36339.      */
  36340.     protected function getPropertyInfoService()
  36341.     {
  36342.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  36343.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  36344.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36345.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  36346.             yield => ($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService());
  36347.         }, 4), new RewindableGenerator(function () {
  36348.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  36349.             yield => ($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService());
  36350.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36351.         }, 3), new RewindableGenerator(function () {
  36352.             return new \EmptyIterator();
  36353.         }, 0), new RewindableGenerator(function () {
  36354.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  36355.             yield => ($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService());
  36356.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36357.         }, 3), new RewindableGenerator(function () {
  36358.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36359.         }, 1));
  36360.     }
  36361.     /**
  36362.      * Gets the private 'property_info.serializer_extractor' shared service.
  36363.      *
  36364.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  36365.      */
  36366.     protected function getPropertyInfo_SerializerExtractorService()
  36367.     {
  36368.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  36369.         return $this->privates['property_info.serializer_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  36370.     }
  36371.     /**
  36372.      * Gets the private 'provider.delete.watter_filter' shared autowired service.
  36373.      *
  36374.      * @return \App\Filter\ProviderWatterDeleteFilter
  36375.      */
  36376.     protected function getProvider_Delete_WatterFilterService()
  36377.     {
  36378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36380.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36381.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36382.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36383.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36385.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterDeleteFilter.php';
  36386.         return $this->privates['provider.delete.watter_filter'] = new \App\Filter\ProviderWatterDeleteFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'theProperty');
  36387.     }
  36388.     /**
  36389.      * Gets the private 'provider.water_invoice_filter' shared autowired service.
  36390.      *
  36391.      * @return \App\Filter\InvoiceWaterFilter
  36392.      */
  36393.     protected function getProvider_WaterInvoiceFilterService()
  36394.     {
  36395.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36397.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36399.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36400.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36402.         include_once \dirname(__DIR__4).'/src/Filter/InvoiceWaterFilter.php';
  36403.         return $this->privates['provider.water_invoice_filter'] = new \App\Filter\InvoiceWaterFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'theProperty');
  36404.     }
  36405.     /**
  36406.      * Gets the private 'provider.watter_consumption_filter' shared autowired service.
  36407.      *
  36408.      * @return \App\Filter\ProviderWatterConsumptionFilter
  36409.      */
  36410.     protected function getProvider_WatterConsumptionFilterService()
  36411.     {
  36412.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36413.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36414.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36415.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36416.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36417.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36418.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36419.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterConsumptionFilter.php';
  36420.         return $this->privates['provider.watter_consumption_filter'] = new \App\Filter\ProviderWatterConsumptionFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'theProperty');
  36421.     }
  36422.     /**
  36423.      * Gets the private 'provider.watter_intervention_filter' shared autowired service.
  36424.      *
  36425.      * @return \App\Filter\ProviderWatterInterventionOrderFilter
  36426.      */
  36427.     protected function getProvider_WatterInterventionFilterService()
  36428.     {
  36429.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36430.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36431.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36432.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36433.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36434.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36435.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36436.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterInterventionOrderFilter.php';
  36437.         return $this->privates['provider.watter_intervention_filter'] = new \App\Filter\ProviderWatterInterventionOrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'theProperty');
  36438.     }
  36439.     /**
  36440.      * Gets the private 'provider_fluvius.boolean_filter' shared service.
  36441.      *
  36442.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  36443.      */
  36444.     protected function getProviderFluvius_BooleanFilterService()
  36445.     {
  36446.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36447.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36448.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36450.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36451.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36452.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36453.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  36454.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  36455.         return $this->privates['provider_fluvius.boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['status' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36456.     }
  36457.     /**
  36458.      * Gets the private 'provider_ores.boolean_filter' shared service.
  36459.      *
  36460.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  36461.      */
  36462.     protected function getProviderOres_BooleanFilterService()
  36463.     {
  36464.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36465.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36466.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36467.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36468.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36470.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36471.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  36472.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  36473.         return $this->privates['provider_ores.boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['status' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36474.     }
  36475.     /**
  36476.      * Gets the private 'provider_ores_brugel.search_filter' shared service.
  36477.      *
  36478.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36479.      */
  36480.     protected function getProviderOresBrugel_SearchFilterService()
  36481.     {
  36482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36483.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36484.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36485.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36486.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36487.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36492.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36493.         if (isset($this->privates['provider_ores_brugel.search_filter'])) {
  36494.             return $this->privates['provider_ores_brugel.search_filter'];
  36495.         }
  36496.         return $this->privates['provider_ores_brugel.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''operationType' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36497.     }
  36498.     /**
  36499.      * Gets the private 'provider_sibelga_task.boolean_filter' shared service.
  36500.      *
  36501.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  36502.      */
  36503.     protected function getProviderSibelgaTask_BooleanFilterService()
  36504.     {
  36505.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36506.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36511.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  36513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  36514.         return $this->privates['provider_sibelga_task.boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['status' => NULL], ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36515.     }
  36516.     /**
  36517.      * Gets the private 'provider_solar.search_filter' shared service.
  36518.      *
  36519.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36520.      */
  36521.     protected function getProviderSolar_SearchFilterService()
  36522.     {
  36523.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36524.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36525.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36533.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36534.         if (isset($this->privates['provider_solar.search_filter'])) {
  36535.             return $this->privates['provider_solar.search_filter'];
  36536.         }
  36537.         return $this->privates['provider_solar.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36538.     }
  36539.     /**
  36540.      * Gets the private 'provider_solar_declaration_cadastre.boolean_filter' shared service.
  36541.      *
  36542.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36543.      */
  36544.     protected function getProviderSolarDeclarationCadastre_BooleanFilterService()
  36545.     {
  36546.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36548.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36553.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36554.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36555.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36556.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36557.         if (isset($this->privates['provider_solar_declaration_cadastre.boolean_filter'])) {
  36558.             return $this->privates['provider_solar_declaration_cadastre.boolean_filter'];
  36559.         }
  36560.         return $this->privates['provider_solar_declaration_cadastre.boolean_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''operationType' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36561.     }
  36562.     /**
  36563.      * Gets the private 'provider_tank_installation.search_filter' shared service.
  36564.      *
  36565.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36566.      */
  36567.     protected function getProviderTankInstallation_SearchFilterService()
  36568.     {
  36569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36577.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36578.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36579.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36580.         if (isset($this->privates['provider_tank_installation.search_filter'])) {
  36581.             return $this->privates['provider_tank_installation.search_filter'];
  36582.         }
  36583.         return $this->privates['provider_tank_installation.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['constructor.id' => 'exact''concernedProperties.id' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36584.     }
  36585.     /**
  36586.      * Gets the private 'rent_history.search_filter' shared service.
  36587.      *
  36588.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36589.      */
  36590.     protected function getRentHistory_SearchFilterService()
  36591.     {
  36592.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36593.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36594.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36595.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36596.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36597.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36598.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36599.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36600.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36601.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36602.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36603.         if (isset($this->privates['rent_history.search_filter'])) {
  36604.             return $this->privates['rent_history.search_filter'];
  36605.         }
  36606.         return $this->privates['rent_history.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['rentalManagement.theProperty' => 'exact''tenant' => 'exact''year' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36607.     }
  36608.     /**
  36609.      * Gets the private 'rent_request_details.search_filter' shared service.
  36610.      *
  36611.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36612.      */
  36613.     protected function getRentRequestDetails_SearchFilterService()
  36614.     {
  36615.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36616.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36617.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36619.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36623.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36624.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36625.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36626.         if (isset($this->privates['rent_request_details.search_filter'])) {
  36627.             return $this->privates['rent_request_details.search_filter'];
  36628.         }
  36629.         return $this->privates['rent_request_details.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['rentRequest' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36630.     }
  36631.     /**
  36632.      * Gets the private 'rental_management.search_filter' shared service.
  36633.      *
  36634.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36635.      */
  36636.     protected function getRentalManagement_SearchFilterService()
  36637.     {
  36638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36646.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36647.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36648.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36649.         if (isset($this->privates['rental_management.search_filter'])) {
  36650.             return $this->privates['rental_management.search_filter'];
  36651.         }
  36652.         return $this->privates['rental_management.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''tenant' => 'exact''theProperty.user' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36653.     }
  36654.     /**
  36655.      * Gets the private 'rm_leave.search_filter' shared service.
  36656.      *
  36657.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36658.      */
  36659.     protected function getRmLeave_SearchFilterService()
  36660.     {
  36661.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36662.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36663.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36664.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36665.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36666.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36667.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36668.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36669.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36670.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36671.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36672.         if (isset($this->privates['rm_leave.search_filter'])) {
  36673.             return $this->privates['rm_leave.search_filter'];
  36674.         }
  36675.         return $this->privates['rm_leave.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['rentalManagement' => 'exact''rentalManagement.theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36676.     }
  36677.     /**
  36678.      * Gets the private 'rm_payment.search_filter' shared service.
  36679.      *
  36680.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36681.      */
  36682.     protected function getRmPayment_SearchFilterService()
  36683.     {
  36684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36685.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36686.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36687.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36688.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36690.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36692.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36694.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36695.         if (isset($this->privates['rm_payment.search_filter'])) {
  36696.             return $this->privates['rm_payment.search_filter'];
  36697.         }
  36698.         return $this->privates['rm_payment.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['paymentHistory.year' => 'exact''month' => 'exact''paymentHistory.rentalManagement.theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  36699.     }
  36700.     /**
  36701.      * Gets the private 'router.cache_warmer' shared service.
  36702.      *
  36703.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  36704.      */
  36705.     protected function getRouter_CacheWarmerService()
  36706.     {
  36707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  36708.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  36709.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36710.             'router' => ['services''router''getRouterService'false],
  36711.         ], [
  36712.             'router' => '?',
  36713.         ]))->withContext('router.cache_warmer'$this));
  36714.     }
  36715.     /**
  36716.      * Gets the private 'router.expression_language_provider' shared service.
  36717.      *
  36718.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  36719.      */
  36720.     protected function getRouter_ExpressionLanguageProviderService()
  36721.     {
  36722.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36723.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  36724.         ], [
  36725.             'env' => 'Closure',
  36726.         ]));
  36727.     }
  36728.     /**
  36729.      * Gets the private 'router.request_context' shared service.
  36730.      *
  36731.      * @return \Symfony\Component\Routing\RequestContext
  36732.      */
  36733.     protected function getRouter_RequestContextService()
  36734.     {
  36735.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  36736.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  36737.         return $instance;
  36738.     }
  36739.     /**
  36740.      * Gets the private 'router_listener' shared service.
  36741.      *
  36742.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  36743.      */
  36744.     protected function getRouterListenerService()
  36745.     {
  36746.         $a = ($this->services['router'] ?? $this->getRouterService());
  36747.         if (isset($this->privates['router_listener'])) {
  36748.             return $this->privates['router_listener'];
  36749.         }
  36750.         return $this->privates['router_listener'] = new \Symfony\Component\HttpKernel\EventListener\RouterListener($a, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService()), ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), \dirname(__DIR__4), true);
  36751.     }
  36752.     /**
  36753.      * Gets the private 'secrets.vault' shared service.
  36754.      *
  36755.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  36756.      */
  36757.     protected function getSecrets_VaultService()
  36758.     {
  36759.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36760.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  36761.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  36762.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  36763.         return $this->privates['secrets.vault'] = new \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault((\dirname(__DIR__4).'/config/secrets/'.$this->getEnv('string:default:kernel.environment:APP_RUNTIME_ENV')), \Symfony\Component\String\LazyString::fromCallable(($this->privates['container.getenv'] ?? $this->getContainer_GetenvService()), 'base64:default::SYMFONY_DECRYPTION_SECRET'));
  36764.     }
  36765.     /**
  36766.      * Gets the private 'security.access_listener' shared service.
  36767.      *
  36768.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  36769.      */
  36770.     protected function getSecurity_AccessListenerService()
  36771.     {
  36772.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  36773.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  36774.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  36775.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  36776.         if (isset($this->privates['security.access_listener'])) {
  36777.             return $this->privates['security.access_listener'];
  36778.         }
  36779.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36780.         if (isset($this->privates['security.access_listener'])) {
  36781.             return $this->privates['security.access_listener'];
  36782.         }
  36783.         return $this->privates['security.access_listener'] = new \Symfony\Component\Security\Http\Firewall\AccessListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), $b);
  36784.     }
  36785.     /**
  36786.      * Gets the private 'security.access_map' shared service.
  36787.      *
  36788.      * @return \Symfony\Component\Security\Http\AccessMap
  36789.      */
  36790.     protected function getSecurity_AccessMapService()
  36791.     {
  36792.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  36793.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  36794.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  36795.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  36796.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  36797.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  36798.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  36799.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/plans'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  36800.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout$'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  36801.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'], NULL);
  36802.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/(login|token/refresh)'), [=> 'PUBLIC_ACCESS'], NULL);
  36803.         return $instance;
  36804.     }
  36805.     /**
  36806.      * Gets the private 'security.authentication.guard_handler' shared service.
  36807.      *
  36808.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  36809.      *
  36810.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  36811.      */
  36812.     protected function getSecurity_Authentication_GuardHandlerService()
  36813.     {
  36814.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  36815.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  36816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  36817.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36818.         if (isset($this->privates['security.authentication.guard_handler'])) {
  36819.             return $this->privates['security.authentication.guard_handler'];
  36820.         }
  36821.         $this->privates['security.authentication.guard_handler'] = $instance = new \Symfony\Component\Security\Guard\GuardAuthenticatorHandler(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, [=> 'client']);
  36822.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  36823.         return $instance;
  36824.     }
  36825.     /**
  36826.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  36827.      *
  36828.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  36829.      *
  36830.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.
  36831.      */
  36832.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  36833.     {
  36834.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  36835.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36836.         if (isset($this->privates['security.authentication.listener.anonymous.admin'])) {
  36837.             return $this->privates['security.authentication.listener.anonymous.admin'];
  36838.         }
  36839.         return $this->privates['security.authentication.listener.anonymous.admin'] = 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()), $a);
  36840.     }
  36841.     /**
  36842.      * Gets the private 'security.authentication.listener.anonymous.client' shared service.
  36843.      *
  36844.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  36845.      *
  36846.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.client" service is deprecated, use the new authenticator system instead.
  36847.      */
  36848.     protected function getSecurity_Authentication_Listener_Anonymous_ClientService()
  36849.     {
  36850.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.client" service is deprecated, use the new authenticator system instead.');
  36851.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36852.         if (isset($this->privates['security.authentication.listener.anonymous.client'])) {
  36853.             return $this->privates['security.authentication.listener.anonymous.client'];
  36854.         }
  36855.         return $this->privates['security.authentication.listener.anonymous.client'] = 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()), $a);
  36856.     }
  36857.     /**
  36858.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  36859.      *
  36860.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  36861.      *
  36862.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.
  36863.      */
  36864.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  36865.     {
  36866.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.');
  36867.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  36868.         if (isset($this->privates['security.authentication.listener.guard.admin'])) {
  36869.             return $this->privates['security.authentication.listener.guard.admin'];
  36870.         }
  36871.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36872.         if (isset($this->privates['security.authentication.listener.guard.admin'])) {
  36873.             return $this->privates['security.authentication.listener.guard.admin'];
  36874.         }
  36875.         return $this->privates['security.authentication.listener.guard.admin'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'admin', new RewindableGenerator(function () {
  36876.             yield => ($this->privates['App\\Security\\PersonnelAuthenticator'] ?? $this->getPersonnelAuthenticatorService());
  36877.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  36878.     }
  36879.     /**
  36880.      * Gets the private 'security.authentication.listener.guard.client' shared service.
  36881.      *
  36882.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  36883.      *
  36884.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.client" service is deprecated, use the new authenticator system instead.
  36885.      */
  36886.     protected function getSecurity_Authentication_Listener_Guard_ClientService()
  36887.     {
  36888.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.client" service is deprecated, use the new authenticator system instead.');
  36889.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  36890.         if (isset($this->privates['security.authentication.listener.guard.client'])) {
  36891.             return $this->privates['security.authentication.listener.guard.client'];
  36892.         }
  36893.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36894.         if (isset($this->privates['security.authentication.listener.guard.client'])) {
  36895.             return $this->privates['security.authentication.listener.guard.client'];
  36896.         }
  36897.         return $this->privates['security.authentication.listener.guard.client'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'client', new RewindableGenerator(function () {
  36898.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  36899.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  36900.     }
  36901.     /**
  36902.      * Gets the private 'security.authentication.listener.json.client' shared service.
  36903.      *
  36904.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  36905.      *
  36906.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.client" service is deprecated, use the new authenticator system instead.
  36907.      */
  36908.     protected function getSecurity_Authentication_Listener_Json_ClientService()
  36909.     {
  36910.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.json.client" service is deprecated, use the new authenticator system instead.');
  36911.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  36912.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  36913.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  36914.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  36915.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  36916.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  36917.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  36918.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  36919.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36920.         if (isset($this->privates['security.authentication.listener.json.client'])) {
  36921.             return $this->privates['security.authentication.listener.json.client'];
  36922.         }
  36923.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  36924.         if (isset($this->privates['security.authentication.listener.json.client'])) {
  36925.             return $this->privates['security.authentication.listener.json.client'];
  36926.         }
  36927.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36928.         if (isset($this->privates['security.authentication.listener.json.client'])) {
  36929.             return $this->privates['security.authentication.listener.json.client'];
  36930.         }
  36931.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  36932.         $this->privates['security.authentication.listener.json.client'] = $instance = new \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'client', new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationSuccessHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler($b$c, [], true), [], 'client'), new \Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler(new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c$d), []), ['check_path' => '/api/immo/v2/login_check''use_forward' => false'require_previous_session' => false'login_path' => '/login''username_path' => 'username''password_path' => 'password'], ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $c, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  36933.         if ($this->has('translator')) {
  36934.             $instance->setTranslator($d);
  36935.         }
  36936.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  36937.         return $instance;
  36938.     }
  36939.     /**
  36940.      * Gets the private 'security.authentication.manager' shared service.
  36941.      *
  36942.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  36943.      *
  36944.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  36945.      */
  36946.     protected function getSecurity_Authentication_ManagerService()
  36947.     {
  36948.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  36949.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  36950.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  36951.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminService());
  36952.             yield => ($this->privates['security.authentication.provider.guard.client'] ?? $this->getSecurity_Authentication_Provider_Guard_ClientService());
  36953.             yield => ($this->privates['security.authentication.provider.dao.client'] ?? $this->getSecurity_Authentication_Provider_Dao_ClientService());
  36954.             yield => ($this->privates['security.authentication.provider.anonymous.client'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ClientService());
  36955.         }, 5), true);
  36956.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  36957.         return $instance;
  36958.     }
  36959.     /**
  36960.      * Gets the private 'security.authentication.provider.anonymous.admin' shared service.
  36961.      *
  36962.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  36963.      *
  36964.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.
  36965.      */
  36966.     protected function getSecurity_Authentication_Provider_Anonymous_AdminService()
  36967.     {
  36968.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  36969.         return $this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  36970.     }
  36971.     /**
  36972.      * Gets the private 'security.authentication.provider.anonymous.client' shared service.
  36973.      *
  36974.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  36975.      *
  36976.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.client" service is deprecated, use the new authenticator system instead.
  36977.      */
  36978.     protected function getSecurity_Authentication_Provider_Anonymous_ClientService()
  36979.     {
  36980.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.client" service is deprecated, use the new authenticator system instead.');
  36981.         return $this->privates['security.authentication.provider.anonymous.client'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  36982.     }
  36983.     /**
  36984.      * Gets the private 'security.authentication.provider.dao.client' shared service.
  36985.      *
  36986.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  36987.      *
  36988.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.client" service is deprecated, use the new authenticator system instead.
  36989.      */
  36990.     protected function getSecurity_Authentication_Provider_Dao_ClientService()
  36991.     {
  36992.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.client" service is deprecated, use the new authenticator system instead.');
  36993.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  36994.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  36995.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  36996.         if (isset($this->privates['security.authentication.provider.dao.client'])) {
  36997.             return $this->privates['security.authentication.provider.dao.client'];
  36998.         }
  36999.         return $this->privates['security.authentication.provider.dao.client'] = new \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider($a, ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'client', ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), true);
  37000.     }
  37001.     /**
  37002.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  37003.      *
  37004.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  37005.      *
  37006.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.
  37007.      */
  37008.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  37009.     {
  37010.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.');
  37011.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37012.         include_once \dirname(__DIR__4).'/src/Security/UserChecker.php';
  37013.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37014.         if (isset($this->privates['security.authentication.provider.guard.admin'])) {
  37015.             return $this->privates['security.authentication.provider.guard.admin'];
  37016.         }
  37017.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  37018.             yield => ($this->privates['App\\Security\\PersonnelAuthenticator'] ?? $this->getPersonnelAuthenticatorService());
  37019.         }, 1), $a'admin', new \App\Security\UserChecker(), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  37020.     }
  37021.     /**
  37022.      * Gets the private 'security.authentication.provider.guard.client' shared service.
  37023.      *
  37024.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  37025.      *
  37026.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.client" service is deprecated, use the new authenticator system instead.
  37027.      */
  37028.     protected function getSecurity_Authentication_Provider_Guard_ClientService()
  37029.     {
  37030.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.client" service is deprecated, use the new authenticator system instead.');
  37031.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37032.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  37033.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37034.         if (isset($this->privates['security.authentication.provider.guard.client'])) {
  37035.             return $this->privates['security.authentication.provider.guard.client'];
  37036.         }
  37037.         return $this->privates['security.authentication.provider.guard.client'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  37038.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  37039.         }, 1), $a'client', ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  37040.     }
  37041.     /**
  37042.      * Gets the private 'security.authentication.switchuser_listener.client' shared service.
  37043.      *
  37044.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  37045.      */
  37046.     protected function getSecurity_Authentication_SwitchuserListener_ClientService()
  37047.     {
  37048.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37049.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37050.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  37051.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37052.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  37053.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37054.         if (isset($this->privates['security.authentication.switchuser_listener.client'])) {
  37055.             return $this->privates['security.authentication.switchuser_listener.client'];
  37056.         }
  37057.         $b = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  37058.         if (isset($this->privates['security.authentication.switchuser_listener.client'])) {
  37059.             return $this->privates['security.authentication.switchuser_listener.client'];
  37060.         }
  37061.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37062.         if (isset($this->privates['security.authentication.switchuser_listener.client'])) {
  37063.             return $this->privates['security.authentication.switchuser_listener.client'];
  37064.         }
  37065.         return $this->privates['security.authentication.switchuser_listener.client'] = new \Symfony\Component\Security\Http\Firewall\SwitchUserListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'client'$b, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), '_switch_user''ROLE_ALLOWED_TO_SWITCH'$ctrue);
  37066.     }
  37067.     /**
  37068.      * Gets the private 'security.authentication_utils' shared service.
  37069.      *
  37070.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  37071.      */
  37072.     protected function getSecurity_AuthenticationUtilsService()
  37073.     {
  37074.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  37075.         return $this->privates['security.authentication_utils'] = new \Symfony\Component\Security\Http\Authentication\AuthenticationUtils(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  37076.     }
  37077.     /**
  37078.      * Gets the private 'security.channel_listener' shared service.
  37079.      *
  37080.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  37081.      */
  37082.     protected function getSecurity_ChannelListenerService()
  37083.     {
  37084.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37085.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37086.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  37087.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  37088.         return $this->privates['security.channel_listener'] = new \Symfony\Component\Security\Http\Firewall\ChannelListener(($this->privates['security.access_map'] ?? $this->getSecurity_AccessMapService()), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a->getHttpPort(), $a->getHttpsPort());
  37089.     }
  37090.     /**
  37091.      * Gets the private 'security.command.debug_firewall' shared service.
  37092.      *
  37093.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  37094.      */
  37095.     protected function getSecurity_Command_DebugFirewallService()
  37096.     {
  37097.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37098.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  37099.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.F24N2zj'] ?? $this->get_ServiceLocator_F24N2zjService()), ($this->privates['.service_locator.zD8.Q8Q'] ?? $this->get_ServiceLocator_ZD8_Q8QService()), [], false);
  37100.         $instance->setName('debug:firewall');
  37101.         $instance->setDescription('Display information about your security firewall(s)');
  37102.         return $instance;
  37103.     }
  37104.     /**
  37105.      * Gets the private 'security.command.user_password_encoder' shared service.
  37106.      *
  37107.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  37108.      *
  37109.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  37110.      */
  37111.     protected function getSecurity_Command_UserPasswordEncoderService()
  37112.     {
  37113.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  37114.         $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\\User']);
  37115.         $instance->setName('security:encode-password');
  37116.         $instance->setDescription('Encode a password');
  37117.         return $instance;
  37118.     }
  37119.     /**
  37120.      * Gets the private 'security.command.user_password_hash' shared service.
  37121.      *
  37122.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  37123.      */
  37124.     protected function getSecurity_Command_UserPasswordHashService()
  37125.     {
  37126.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37127.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  37128.         $this->privates['security.command.user_password_hash'] = $instance = new \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()), [=> 'App\\Entity\\User']);
  37129.         $instance->setName('security:hash-password');
  37130.         $instance->setDescription('Hash a user password');
  37131.         return $instance;
  37132.     }
  37133.     /**
  37134.      * Gets the private 'security.context_listener.0' shared service.
  37135.      *
  37136.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  37137.      */
  37138.     protected function getSecurity_ContextListener_0Service()
  37139.     {
  37140.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37141.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37142.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  37143.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37144.         if (isset($this->privates['security.context_listener.0'])) {
  37145.             return $this->privates['security.context_listener.0'];
  37146.         }
  37147.         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 () {
  37148.             yield => ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37149.         }, 1), 'admin', ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), $a, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), [=> ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), => 'enableUsageTracking']);
  37150.     }
  37151.     /**
  37152.      * Gets the private 'security.csrf.token_storage' shared service.
  37153.      *
  37154.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  37155.      */
  37156.     protected function getSecurity_Csrf_TokenStorageService()
  37157.     {
  37158.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  37159.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  37160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  37161.         return $this->privates['security.csrf.token_storage'] = new \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  37162.     }
  37163.     /**
  37164.      * Gets the private 'security.encoder_factory.generic' shared service.
  37165.      *
  37166.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  37167.      *
  37168.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  37169.      */
  37170.     protected function getSecurity_EncoderFactory_GenericService()
  37171.     {
  37172.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  37173.         return $this->privates['security.encoder_factory.generic'] = new \Symfony\Component\Security\Core\Encoder\EncoderFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\Security\\Core\\Encoder\\NativePasswordEncoder''arguments' => [=> NULL=> NULL=> NULL=> 1]]]);
  37174.     }
  37175.     /**
  37176.      * Gets the private 'security.event_dispatcher.admin' shared service.
  37177.      *
  37178.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  37179.      */
  37180.     protected function getSecurity_EventDispatcher_AdminService()
  37181.     {
  37182.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  37183.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37184.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  37185.         }, => 'onLogout'], 64);
  37186.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37187.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  37188.         }, => 'onLogout'], 0);
  37189.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37190.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  37191.         }, => 'onLogout'], 0);
  37192.         return $instance;
  37193.     }
  37194.     /**
  37195.      * Gets the private 'security.event_dispatcher.client' shared service.
  37196.      *
  37197.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  37198.      */
  37199.     protected function getSecurity_EventDispatcher_ClientService()
  37200.     {
  37201.         $this->privates['security.event_dispatcher.client'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  37202.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37203.             return ($this->privates['security.logout.listener.default.client'] ?? $this->getSecurity_Logout_Listener_Default_ClientService());
  37204.         }, => 'onLogout'], 64);
  37205.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37206.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  37207.         }, => 'onLogout'], 0);
  37208.         return $instance;
  37209.     }
  37210.     /**
  37211.      * Gets the private 'security.expression_language' shared service.
  37212.      *
  37213.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  37214.      */
  37215.     protected function getSecurity_ExpressionLanguageService()
  37216.     {
  37217.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  37218.         $instance->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  37219.         return $instance;
  37220.     }
  37221.     /**
  37222.      * Gets the private 'security.firewall.map' shared service.
  37223.      *
  37224.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  37225.      */
  37226.     protected function getSecurity_Firewall_MapService()
  37227.     {
  37228.         $a = ($this->privates['.service_locator.F24N2zj'] ?? $this->get_ServiceLocator_F24N2zjService());
  37229.         if (isset($this->privates['security.firewall.map'])) {
  37230.             return $this->privates['security.firewall.map'];
  37231.         }
  37232.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  37233.             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)/')));
  37234.             yield 'security.firewall.map.context.admin' => ($this->privates['.security.request_matcher.B3ldH_a'] ?? ($this->privates['.security.request_matcher.B3ldH_a'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin')));
  37235.             yield 'security.firewall.map.context.client' => ($this->privates['.security.request_matcher.5jI7DTz'] ?? ($this->privates['.security.request_matcher.5jI7DTz'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/')));
  37236.         }, 3));
  37237.     }
  37238.     /**
  37239.      * Gets the private 'security.firewall.map.context.admin' shared service.
  37240.      *
  37241.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37242.      */
  37243.     protected function getSecurity_Firewall_Map_Context_AdminService()
  37244.     {
  37245.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37246.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  37247.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  37248.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37249.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37250.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  37251.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37252.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  37253.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  37254.             return $this->privates['security.firewall.map.context.admin'];
  37255.         }
  37256.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  37257.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37258.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  37259.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  37260.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  37261.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  37262.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  37263.         }, 5), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $a'admin', ($this->privates['App\\Security\\PersonnelAuthenticator'] ?? $this->getPersonnelAuthenticatorService()), NULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), false), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$a, ($this->privates['security.event_dispatcher.admin'] ?? $this->getSecurity_EventDispatcher_AdminService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('admin''App\\Security\\UserChecker''.security.request_matcher.B3ldH_a'truefalse'App\\DataProvider\\UserProvider''admin''App\\Security\\PersonnelAuthenticator'NULLNULL, [=> 'guard'=> 'anonymous'], NULL));
  37264.     }
  37265.     /**
  37266.      * Gets the private 'security.firewall.map.context.client' shared service.
  37267.      *
  37268.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37269.      */
  37270.     protected function getSecurity_Firewall_Map_Context_ClientService()
  37271.     {
  37272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  37274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  37275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37276.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37277.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  37278.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37279.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  37280.         if (isset($this->privates['security.firewall.map.context.client'])) {
  37281.             return $this->privates['security.firewall.map.context.client'];
  37282.         }
  37283.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  37284.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  37285.         return $this->privates['security.firewall.map.context.client'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37286.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  37287.             yield => ($this->privates['security.authentication.listener.guard.client'] ?? $this->getSecurity_Authentication_Listener_Guard_ClientService());
  37288.             yield => ($this->privates['security.authentication.listener.json.client'] ?? $this->getSecurity_Authentication_Listener_Json_ClientService());
  37289.             yield => ($this->privates['security.authentication.listener.anonymous.client'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ClientService());
  37290.             yield => ($this->privates['security.authentication.switchuser_listener.client'] ?? $this->getSecurity_Authentication_SwitchuserListener_ClientService());
  37291.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  37292.         }, 6), new \Symfony\Component\Security\Http\Firewall\ExceptionListener($b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), $c'client'$aNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), new \Symfony\Component\Security\Http\Firewall\LogoutListener($b$c, ($this->privates['security.event_dispatcher.client'] ?? $this->getSecurity_EventDispatcher_ClientService()), ['csrf_parameter' => '_csrf_token''csrf_token_id' => 'logout''logout_path' => 'app_client_logout']), new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('client''security.user_checker''.security.request_matcher.5jI7DTz'truetrue'App\\DataProvider\\UserProvider'NULL'lexik_jwt_authentication.jwt_token_authenticator'NULLNULL, [=> 'switch_user'=> 'guard'=> 'json_login'=> 'anonymous'], ['parameter' => '_switch_user''role' => 'ROLE_ALLOWED_TO_SWITCH']));
  37293.     }
  37294.     /**
  37295.      * Gets the private 'security.firewall.map.context.dev' shared service.
  37296.      *
  37297.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37298.      */
  37299.     protected function getSecurity_Firewall_Map_Context_DevService()
  37300.     {
  37301.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37302.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37303.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37304.             return new \EmptyIterator();
  37305.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  37306.     }
  37307.     /**
  37308.      * Gets the private 'security.helper' shared service.
  37309.      *
  37310.      * @return \Symfony\Component\Security\Core\Security
  37311.      */
  37312.     protected function getSecurity_HelperService()
  37313.     {
  37314.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37315.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  37316.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  37317.         ], [
  37318.             'security.authorization_checker' => '?',
  37319.             'security.token_storage' => '?',
  37320.         ]));
  37321.     }
  37322.     /**
  37323.      * Gets the private 'security.http_utils' shared service.
  37324.      *
  37325.      * @return \Symfony\Component\Security\Http\HttpUtils
  37326.      */
  37327.     protected function getSecurity_HttpUtilsService()
  37328.     {
  37329.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  37330.         $a = ($this->services['router'] ?? $this->getRouterService());
  37331.         if (isset($this->privates['security.http_utils'])) {
  37332.             return $this->privates['security.http_utils'];
  37333.         }
  37334.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  37335.     }
  37336.     /**
  37337.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  37338.      *
  37339.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  37340.      */
  37341.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  37342.     {
  37343.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  37344.         return $this->privates['security.logout.listener.csrf_token_clearing'] = new \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener(($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService()));
  37345.     }
  37346.     /**
  37347.      * Gets the private 'security.logout.listener.default.admin' shared service.
  37348.      *
  37349.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  37350.      */
  37351.     protected function getSecurity_Logout_Listener_Default_AdminService()
  37352.     {
  37353.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  37354.         return $this->privates['security.logout.listener.default.admin'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'app_login');
  37355.     }
  37356.     /**
  37357.      * Gets the private 'security.logout.listener.default.client' shared service.
  37358.      *
  37359.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  37360.      */
  37361.     protected function getSecurity_Logout_Listener_Default_ClientService()
  37362.     {
  37363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  37364.         return $this->privates['security.logout.listener.default.client'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  37365.     }
  37366.     /**
  37367.      * Gets the private 'security.logout_url_generator' shared service.
  37368.      *
  37369.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  37370.      */
  37371.     protected function getSecurity_LogoutUrlGeneratorService()
  37372.     {
  37373.         $a = ($this->services['router'] ?? $this->getRouterService());
  37374.         if (isset($this->privates['security.logout_url_generator'])) {
  37375.             return $this->privates['security.logout_url_generator'];
  37376.         }
  37377.         $this->privates['security.logout_url_generator'] = $instance = new \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $a, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  37378.         $instance->registerListener('admin''app_logout''logout''_csrf_token'NULLNULL);
  37379.         $instance->registerListener('client''app_client_logout''logout''_csrf_token'NULLNULL);
  37380.         return $instance;
  37381.     }
  37382.     /**
  37383.      * Gets the private 'security.password_hasher_factory' shared service.
  37384.      *
  37385.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  37386.      */
  37387.     protected function getSecurity_PasswordHasherFactoryService()
  37388.     {
  37389.         return $this->privates['security.password_hasher_factory'] = new \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory(['App\\Entity\\User' => ['class' => 'Symfony\\Component\\PasswordHasher\\Hasher\\NativePasswordHasher''arguments' => [=> NULL=> NULL=> NULL=> 1]]]);
  37390.     }
  37391.     /**
  37392.      * Gets the private 'security.role_hierarchy' shared service.
  37393.      *
  37394.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  37395.      */
  37396.     protected function getSecurity_RoleHierarchyService()
  37397.     {
  37398.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  37399.     }
  37400.     /**
  37401.      * Gets the private 'security.user_password_hasher' shared service.
  37402.      *
  37403.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  37404.      */
  37405.     protected function getSecurity_UserPasswordHasherService()
  37406.     {
  37407.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  37408.     }
  37409.     /**
  37410.      * Gets the private 'security.validator.user_password' shared service.
  37411.      *
  37412.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  37413.      */
  37414.     protected function getSecurity_Validator_UserPasswordService()
  37415.     {
  37416.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  37417.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  37418.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  37419.         return $this->privates['security.validator.user_password'] = new \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  37420.     }
  37421.     /**
  37422.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  37423.      *
  37424.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  37425.      */
  37426.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  37427.     {
  37428.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  37429.     }
  37430.     /**
  37431.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  37432.      *
  37433.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  37434.      */
  37435.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  37436.     {
  37437.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  37438.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  37439.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  37440.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  37441.     }
  37442.     /**
  37443.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  37444.      *
  37445.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  37446.      */
  37447.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  37448.     {
  37449.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  37450.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  37451.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  37452.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  37453.     }
  37454.     /**
  37455.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  37456.      *
  37457.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  37458.      */
  37459.     protected function getSensioFrameworkExtra_Security_ListenerService()
  37460.     {
  37461.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  37462.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  37463.             return $this->privates['sensio_framework_extra.security.listener'];
  37464.         }
  37465.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  37466.         $b->registerProvider(($this->privates['api_platform.security.expression_language_provider'] ?? ($this->privates['api_platform.security.expression_language_provider'] = new \ApiPlatform\Symfony\Security\Core\Authorization\ExpressionLanguageProvider())));
  37467.         return $this->privates['sensio_framework_extra.security.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener(($this->privates['framework_extra_bundle.argument_name_convertor'] ?? $this->getFrameworkExtraBundle_ArgumentNameConvertorService()), $b, ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService()), ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), $a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  37468.     }
  37469.     /**
  37470.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  37471.      *
  37472.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  37473.      */
  37474.     protected function getSensioFrameworkExtra_View_ListenerService()
  37475.     {
  37476.         $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))));
  37477.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37478.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  37479.         ], [
  37480.             'twig' => '?',
  37481.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  37482.         return $instance;
  37483.     }
  37484.     /**
  37485.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  37486.      *
  37487.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  37488.      */
  37489.     protected function getSerializer_Mapping_CacheWarmerService()
  37490.     {
  37491.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  37492.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  37493.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  37494.         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'));
  37495.     }
  37496.     /**
  37497.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  37498.      *
  37499.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  37500.      */
  37501.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  37502.     {
  37503.         return $this->privates['serializer.mapping.class_discriminator_resolver'] = new \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  37504.     }
  37505.     /**
  37506.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  37507.      *
  37508.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  37509.      */
  37510.     protected function getSerializer_NameConverter_MetadataAwareService()
  37511.     {
  37512.         return $this->privates['serializer.name_converter.metadata_aware'] = new \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()));
  37513.     }
  37514.     /**
  37515.      * Gets the private 'serializer.normalizer.object' shared service.
  37516.      *
  37517.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  37518.      */
  37519.     protected function getSerializer_Normalizer_ObjectService()
  37520.     {
  37521.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  37522.         if (isset($this->privates['serializer.normalizer.object'])) {
  37523.             return $this->privates['serializer.normalizer.object'];
  37524.         }
  37525.         return $this->privates['serializer.normalizer.object'] = new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), $a, ($this->privates['serializer.mapping.class_discriminator_resolver'] ?? $this->getSerializer_Mapping_ClassDiscriminatorResolverService()), NULL, [], $a);
  37526.     }
  37527.     /**
  37528.      * Gets the private 'service_category.search_filter' shared service.
  37529.      *
  37530.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37531.      */
  37532.     protected function getServiceCategory_SearchFilterService()
  37533.     {
  37534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37535.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37536.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37537.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37538.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37539.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37540.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37541.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37542.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37543.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37544.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37545.         if (isset($this->privates['service_category.search_filter'])) {
  37546.             return $this->privates['service_category.search_filter'];
  37547.         }
  37548.         return $this->privates['service_category.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['servicecategory.id' => 'exact''servicecategory.code' => 'exact''status' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  37549.     }
  37550.     /**
  37551.      * Gets the private 'session.factory' shared service.
  37552.      *
  37553.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  37554.      */
  37555.     protected function getSession_FactoryService()
  37556.     {
  37557.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  37558.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  37559.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  37560.         if (isset($this->privates['session.factory'])) {
  37561.             return $this->privates['session.factory'];
  37562.         }
  37563.         return $this->privates['session.factory'] = new \Symfony\Component\HttpFoundation\Session\SessionFactory(($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), $this->getSession_Storage_Factory_ServiceService(), [=> $a=> 'onSessionUsage']);
  37564.     }
  37565.     /**
  37566.      * Gets the private 'session.storage.factory.service' shared service.
  37567.      *
  37568.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  37569.      *
  37570.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.
  37571.      */
  37572.     protected function getSession_Storage_Factory_ServiceService()
  37573.     {
  37574.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.factory.service" service is deprecated, use "session.storage.factory.native", "session.storage.factory.php_bridge" or "session.storage.factory.mock_file" instead.');
  37575.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  37576.     }
  37577.     /**
  37578.      * Gets the private 'session.storage.metadata_bag' shared service.
  37579.      *
  37580.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  37581.      *
  37582.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  37583.      */
  37584.     protected function getSession_Storage_MetadataBagService()
  37585.     {
  37586.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  37587.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  37588.     }
  37589.     /**
  37590.      * Gets the private 'session.storage.native' shared service.
  37591.      *
  37592.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  37593.      *
  37594.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  37595.      */
  37596.     protected function getSession_Storage_NativeService()
  37597.     {
  37598.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  37599.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  37600.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  37601.         $a = new \Redis();
  37602.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  37603.         return $this->privates['session.storage.native'] = new \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage($this->parameters['session.storage.options'], new \Symfony\Component\HttpFoundation\Session\Storage\Handler\RedisSessionHandler($a), $this->getSession_Storage_MetadataBagService());
  37604.     }
  37605.     /**
  37606.      * Gets the private 'session_listener' shared service.
  37607.      *
  37608.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  37609.      */
  37610.     protected function getSessionListenerService()
  37611.     {
  37612.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37613.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  37614.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  37615.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  37616.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  37617.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  37618.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  37619.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  37620.         ], [
  37621.             'initialized_session' => '?',
  37622.             'logger' => '?',
  37623.             'request_stack' => '?',
  37624.             'session' => '?',
  37625.             'session_collector' => '?',
  37626.             'session_factory' => '?',
  37627.             'session_storage' => '?',
  37628.         ]), true$this->parameters['session.storage.options']);
  37629.     }
  37630.     /**
  37631.      * Gets the private 'swiftmailer.command.debug' shared service.
  37632.      *
  37633.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  37634.      */
  37635.     protected function getSwiftmailer_Command_DebugService()
  37636.     {
  37637.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37638.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  37639.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  37640.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  37641.         $instance->setName('debug:swiftmailer');
  37642.         return $instance;
  37643.     }
  37644.     /**
  37645.      * Gets the private 'swiftmailer.command.new_email' shared service.
  37646.      *
  37647.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  37648.      */
  37649.     protected function getSwiftmailer_Command_NewEmailService()
  37650.     {
  37651.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37652.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  37653.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  37654.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  37655.         $instance->setName('swiftmailer:email:send');
  37656.         return $instance;
  37657.     }
  37658.     /**
  37659.      * Gets the private 'swiftmailer.command.send_email' shared service.
  37660.      *
  37661.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  37662.      */
  37663.     protected function getSwiftmailer_Command_SendEmailService()
  37664.     {
  37665.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37666.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  37667.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  37668.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  37669.         $instance->setName('swiftmailer:spool:send');
  37670.         return $instance;
  37671.     }
  37672.     /**
  37673.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  37674.      *
  37675.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  37676.      */
  37677.     protected function getSwiftmailer_EmailSender_ListenerService()
  37678.     {
  37679.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  37680.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  37681.     }
  37682.     /**
  37683.      * Gets the private 'syndic_chat.syndic_chat_group_filter' shared autowired service.
  37684.      *
  37685.      * @return \App\Filter\SyndicChatGroupFilter
  37686.      */
  37687.     protected function getSyndicChat_SyndicChatGroupFilterService()
  37688.     {
  37689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37690.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37692.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37696.         include_once \dirname(__DIR__4).'/src/Filter/SyndicChatGroupFilter.php';
  37697.         return $this->privates['syndic_chat.syndic_chat_group_filter'] = new \App\Filter\SyndicChatGroupFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'group');
  37698.     }
  37699.     /**
  37700.      * Gets the private 'the_property_counter.search_filter' shared service.
  37701.      *
  37702.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37703.      */
  37704.     protected function getThePropertyCounter_SearchFilterService()
  37705.     {
  37706.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37707.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37708.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37709.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37710.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37714.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37716.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37717.         if (isset($this->privates['the_property_counter.search_filter'])) {
  37718.             return $this->privates['the_property_counter.search_filter'];
  37719.         }
  37720.         return $this->privates['the_property_counter.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''thePropertyProvider' => 'exact''type' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  37721.     }
  37722.     /**
  37723.      * Gets the private 'the_property_counter_statement.search_filter' shared service.
  37724.      *
  37725.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37726.      */
  37727.     protected function getThePropertyCounterStatement_SearchFilterService()
  37728.     {
  37729.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37730.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37733.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37734.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37735.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37737.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37738.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37739.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37740.         if (isset($this->privates['the_property_counter_statement.search_filter'])) {
  37741.             return $this->privates['the_property_counter_statement.search_filter'];
  37742.         }
  37743.         return $this->privates['the_property_counter_statement.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''thePropertyCounter' => 'exact''thePropertyCounter.type' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  37744.     }
  37745.     /**
  37746.      * Gets the private 'the_property_provider.search_filter' shared service.
  37747.      *
  37748.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37749.      */
  37750.     protected function getThePropertyProvider_SearchFilterService()
  37751.     {
  37752.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37753.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37754.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37755.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37756.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37757.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37758.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37759.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37760.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37762.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37763.         if (isset($this->privates['the_property_provider.search_filter'])) {
  37764.             return $this->privates['the_property_provider.search_filter'];
  37765.         }
  37766.         return $this->privates['the_property_provider.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  37767.     }
  37768.     /**
  37769.      * Gets the private 'the_property_work.search_filter' shared service.
  37770.      *
  37771.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37772.      */
  37773.     protected function getThePropertyWork_SearchFilterService()
  37774.     {
  37775.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37776.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37777.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37778.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37784.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37785.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37786.         if (isset($this->privates['the_property_work.search_filter'])) {
  37787.             return $this->privates['the_property_work.search_filter'];
  37788.         }
  37789.         return $this->privates['the_property_work.search_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact''energyType' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  37790.     }
  37791.     /**
  37792.      * Gets the private 'theservice_nearby.search_filter' shared autowired service.
  37793.      *
  37794.      * @return \App\Filter\NearbyFilter
  37795.      */
  37796.     protected function getTheserviceNearby_SearchFilterService()
  37797.     {
  37798.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37805.         include_once \dirname(__DIR__4).'/src/Filter/NearbyFilter.php';
  37806.         return $this->privates['theservice_nearby.search_filter'] = new \App\Filter\NearbyFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  37807.     }
  37808.     /**
  37809.      * Gets the private 'total_revenu.total_revenue_filter' shared service.
  37810.      *
  37811.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37812.      */
  37813.     protected function getTotalRevenu_TotalRevenueFilterService()
  37814.     {
  37815.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37816.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37817.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37818.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37819.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37821.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37822.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37823.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37824.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37825.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37826.         if (isset($this->privates['total_revenu.total_revenue_filter'])) {
  37827.             return $this->privates['total_revenu.total_revenue_filter'];
  37828.         }
  37829.         return $this->privates['total_revenu.total_revenue_filter'] = new \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL$a, ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), ['theProperty' => 'exact'], ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService()), ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService()));
  37830.     }
  37831.     /**
  37832.      * Gets the private 'translation.extractor' shared service.
  37833.      *
  37834.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  37835.      */
  37836.     protected function getTranslation_ExtractorService()
  37837.     {
  37838.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  37839.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  37840.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  37841.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  37842.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  37843.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  37844.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  37845.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  37846.         return $instance;
  37847.     }
  37848.     /**
  37849.      * Gets the private 'translation.loader.csv' shared service.
  37850.      *
  37851.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  37852.      */
  37853.     protected function getTranslation_Loader_CsvService()
  37854.     {
  37855.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37856.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37857.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37858.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  37859.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  37860.     }
  37861.     /**
  37862.      * Gets the private 'translation.loader.dat' shared service.
  37863.      *
  37864.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  37865.      */
  37866.     protected function getTranslation_Loader_DatService()
  37867.     {
  37868.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37869.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  37870.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  37871.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  37872.     }
  37873.     /**
  37874.      * Gets the private 'translation.loader.ini' shared service.
  37875.      *
  37876.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  37877.      */
  37878.     protected function getTranslation_Loader_IniService()
  37879.     {
  37880.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37881.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37882.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37883.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  37884.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  37885.     }
  37886.     /**
  37887.      * Gets the private 'translation.loader.json' shared service.
  37888.      *
  37889.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  37890.      */
  37891.     protected function getTranslation_Loader_JsonService()
  37892.     {
  37893.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37894.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37895.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37896.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  37897.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  37898.     }
  37899.     /**
  37900.      * Gets the private 'translation.loader.mo' shared service.
  37901.      *
  37902.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  37903.      */
  37904.     protected function getTranslation_Loader_MoService()
  37905.     {
  37906.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37907.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37908.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37909.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  37910.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  37911.     }
  37912.     /**
  37913.      * Gets the private 'translation.loader.php' shared service.
  37914.      *
  37915.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  37916.      */
  37917.     protected function getTranslation_Loader_PhpService()
  37918.     {
  37919.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37920.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37921.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37922.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  37923.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  37924.     }
  37925.     /**
  37926.      * Gets the private 'translation.loader.po' shared service.
  37927.      *
  37928.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  37929.      */
  37930.     protected function getTranslation_Loader_PoService()
  37931.     {
  37932.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37933.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37934.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37935.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  37936.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  37937.     }
  37938.     /**
  37939.      * Gets the private 'translation.loader.qt' shared service.
  37940.      *
  37941.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  37942.      */
  37943.     protected function getTranslation_Loader_QtService()
  37944.     {
  37945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  37947.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  37948.     }
  37949.     /**
  37950.      * Gets the private 'translation.loader.res' shared service.
  37951.      *
  37952.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  37953.      */
  37954.     protected function getTranslation_Loader_ResService()
  37955.     {
  37956.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37957.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  37958.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  37959.     }
  37960.     /**
  37961.      * Gets the private 'translation.loader.xliff' shared service.
  37962.      *
  37963.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  37964.      */
  37965.     protected function getTranslation_Loader_XliffService()
  37966.     {
  37967.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37968.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  37969.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  37970.     }
  37971.     /**
  37972.      * Gets the private 'translation.loader.yml' shared service.
  37973.      *
  37974.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  37975.      */
  37976.     protected function getTranslation_Loader_YmlService()
  37977.     {
  37978.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37979.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37980.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37981.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  37982.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  37983.     }
  37984.     /**
  37985.      * Gets the private 'translation.provider_collection' shared service.
  37986.      *
  37987.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  37988.      */
  37989.     protected function getTranslation_ProviderCollectionService()
  37990.     {
  37991.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  37992.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  37993.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  37994.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  37995.         }, 1), []))->fromConfig([]);
  37996.     }
  37997.     /**
  37998.      * Gets the private 'translation.reader' shared service.
  37999.      *
  38000.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  38001.      */
  38002.     protected function getTranslation_ReaderService()
  38003.     {
  38004.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  38005.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  38006.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38007.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38008.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38009.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38010.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38011.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38012.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  38016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38017.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  38018.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  38019.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38020.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  38021.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  38022.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  38023.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  38024.         $instance->addLoader('yaml'$a);
  38025.         $instance->addLoader('yml'$a);
  38026.         $instance->addLoader('xlf'$b);
  38027.         $instance->addLoader('xliff'$b);
  38028.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  38029.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  38030.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  38031.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  38032.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  38033.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  38034.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  38035.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  38036.         return $instance;
  38037.     }
  38038.     /**
  38039.      * Gets the private 'translation.warmer' shared service.
  38040.      *
  38041.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  38042.      */
  38043.     protected function getTranslation_WarmerService()
  38044.     {
  38045.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38046.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  38047.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38048.             'translator' => ['services''translator''getTranslatorService'false],
  38049.         ], [
  38050.             'translator' => '?',
  38051.         ]))->withContext('translation.warmer'$this));
  38052.     }
  38053.     /**
  38054.      * Gets the private 'translation.writer' shared service.
  38055.      *
  38056.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  38057.      */
  38058.     protected function getTranslation_WriterService()
  38059.     {
  38060.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  38061.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  38062.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  38063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  38064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  38065.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  38066.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  38067.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  38068.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  38069.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  38070.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  38071.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  38072.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  38073.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  38074.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  38075.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  38076.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  38077.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  38078.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  38079.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  38080.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  38081.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  38082.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  38083.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  38084.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  38085.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  38086.         return $instance;
  38087.     }
  38088.     /**
  38089.      * Gets the private 'translator.default' shared service.
  38090.      *
  38091.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  38092.      */
  38093.     protected function getTranslator_DefaultService()
  38094.     {
  38095.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38096.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  38097.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  38098.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  38099.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  38100.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  38101.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  38102.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  38103.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  38104.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  38105.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  38106.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  38107.         ], [
  38108.             'translation.loader.csv' => '?',
  38109.             'translation.loader.dat' => '?',
  38110.             'translation.loader.ini' => '?',
  38111.             'translation.loader.json' => '?',
  38112.             'translation.loader.mo' => '?',
  38113.             'translation.loader.php' => '?',
  38114.             'translation.loader.po' => '?',
  38115.             'translation.loader.qt' => '?',
  38116.             'translation.loader.res' => '?',
  38117.             'translation.loader.xliff' => '?',
  38118.             'translation.loader.yml' => '?',
  38119.         ]), new \Symfony\Component\Translation\Formatter\MessageFormatter(new \Symfony\Component\Translation\IdentityTranslator()), 'fr', ['translation.loader.php' => [=> 'php'], 'translation.loader.yml' => [=> 'yaml'=> 'yml'], 'translation.loader.xliff' => [=> 'xlf'=> 'xliff'], 'translation.loader.po' => [=> 'po'], 'translation.loader.mo' => [=> 'mo'], 'translation.loader.qt' => [=> 'ts'], 'translation.loader.csv' => [=> 'csv'], 'translation.loader.res' => [=> 'res'], 'translation.loader.dat' => [=> 'dat'], 'translation.loader.ini' => [=> 'ini'], 'translation.loader.json' => [=> 'json']], ['cache_dir' => ($this->targetDir.''.'/translations'), 'debug' => true'resource_files' => ['af' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.af.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.af.xlf')], 'ar' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ar.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ar.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ar.yaml')], '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/vich/uploader-bundle/translations/messages.bg.yaml')], 'bs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.bs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.bs.xlf')], 'ca' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ca.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ca.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ca.yaml')], 'cs' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cs.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cs.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.cs.yaml')], 'cy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.cy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.cy.xlf')], 'da' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.da.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.da.xlf')], '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/vich/uploader-bundle/translations/messages.de.yaml')], '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/vich/uploader-bundle/translations/messages.en.yaml')], '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/vich/uploader-bundle/translations/messages.es.yaml')], 'et' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.et.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.et.xlf')], 'eu' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.eu.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.eu.xlf')], 'fa' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fa.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fa.xlf')], 'fi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fi.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fi.yaml')], 'fr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.fr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.fr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/messages.fr.yaml'), => (\dirname(__DIR__4).'/translations/security.fr.yaml'), => (\dirname(__DIR__4).'/translations/validators.fr.yaml')], 'gl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.gl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.gl.xlf')], 'he' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.he.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.he.xlf')], 'hr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hr.xlf')], '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/vich/uploader-bundle/translations/messages.hu.yaml')], 'hy' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.hy.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.hy.xlf')], 'id' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.id.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.id.xlf')], '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/vich/uploader-bundle/translations/messages.it.yaml')], 'ja' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ja.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ja.xlf')], 'lb' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lb.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lb.xlf')], 'lt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.lt.yaml')], 'lv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.lv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.lv.xlf')], 'mk' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.mk.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.mk.xlf')], '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/vich/uploader-bundle/translations/messages.nl.yaml')], 'nn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.nn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.nn.xlf')], 'no' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.no.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.no.xlf')], '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/vich/uploader-bundle/translations/messages.pl.yaml')], 'pt' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.pt.yaml')], 'pt_BR' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.pt_BR.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.pt_BR.xlf')], 'ro' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ro.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ro.xlf')], 'ru' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ru.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ru.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.ru.yaml')], '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'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.sl.yaml')], 'sq' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sq.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sq.xlf')], 'sr_Cyrl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Cyrl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Cyrl.xlf')], 'sr_Latn' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sr_Latn.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sr_Latn.xlf')], 'sv' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.sv.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.sv.xlf')], 'th' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.th.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.th.xlf')], 'tl' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tl.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tl.xlf')], 'tr' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.tr.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.tr.xlf'), => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.tr.yaml')], '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/vich/uploader-bundle/translations/messages.uk.yaml')], 'ur' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.ur.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.ur.xlf')], 'uz' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.uz.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.uz.xlf')], 'vi' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.vi.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.vi.xlf')], 'zh_CN' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_CN.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_CN.xlf')], 'zh_TW' => [=> (\dirname(__DIR__4).'/vendor/symfony/validator/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/form/Resources/translations/validators.zh_TW.xlf'), => (\dirname(__DIR__4).'/vendor/symfony/security-core/Resources/translations/security.zh_TW.xlf')], 'vn' => [=> (\dirname(__DIR__4).'/vendor/vich/uploader-bundle/translations/messages.vn.yaml')]], '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/vich/uploader-bundle/translations'), => (\dirname(__DIR__4).'/translations'), => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle/translations'), => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle/translations'), => (\dirname(__DIR__4).'/vendor/twig/extra-bundle/translations'), => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/translations'), => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/translations'), 10 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/translations'), 11 => (\dirname(__DIR__4).'/vendor/symfony/security-bundle/translations'), 12 => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/translations'), 13 => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle/translations'), 14 => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle/translations'), 15 => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/translations'), 16 => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle/translations'), 17 => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle/translations'), 18 => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle/translations'), 19 => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/translations'), 20 => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle/translations'), 21 => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/translations'), 22 => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle/translations'), 23 => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/translations'), 24 => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/translations'), 25 => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony/translations'), 26 => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'), 27 => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/translations'), 28 => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/translations'), 29 => (\dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/translations'), 30 => (\dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/translations'), 31 => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/translations')], 'cache_vary' => ['scanned_directories' => [=> 'vendor/symfony/validator/Resources/translations'=> 'vendor/symfony/form/Resources/translations'=> 'vendor/symfony/security-core/Resources/translations'=> 'vendor/vich/uploader-bundle/translations'=> 'translations'=> 'vendor/symfony/framework-bundle/translations'=> 'vendor/symfony/twig-bundle/translations'=> 'vendor/twig/extra-bundle/translations'=> 'vendor/sensio/framework-extra-bundle/src/translations'=> 'vendor/doctrine/doctrine-bundle/translations'10 => 'vendor/doctrine/doctrine-migrations-bundle/translations'11 => 'vendor/symfony/security-bundle/translations'12 => 'vendor/symfony/web-profiler-bundle/translations'13 => 'vendor/symfony/monolog-bundle/translations'14 => 'vendor/symfony/debug-bundle/translations'15 => 'vendor/symfony/swiftmailer-bundle/translations'16 => 'vendor/jms/serializer-bundle/translations'17 => 'vendor/symfony/web-server-bundle/translations'18 => 'vendor/liip/imagine-bundle/translations'19 => 'vendor/nzo/url-encryptor-bundle/translations'20 => 'vendor/nelmio/cors-bundle/translations'21 => 'vendor/doctrine/doctrine-fixtures-bundle/translations'22 => 'vendor/antishov/doctrine-extensions-bundle/translations'23 => 'vendor/symfony/maker-bundle/src/translations'24 => 'vendor/kreait/firebase-bundle/src/translations'25 => 'vendor/nelmio/alice/src/Bridge/Symfony/translations'26 => 'vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony/translations'27 => 'vendor/api-platform/core/src/Symfony/Bundle/translations'28 => 'vendor/lexik/jwt-authentication-bundle/translations'29 => 'vendor/liip/test-fixtures-bundle/src/translations'30 => 'vendor/symfony-bundles/redis-bundle/translations'31 => 'vendor/endroid/qr-code-bundle/src/translations']]], []);
  38120.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  38121.         $instance->setFallbackLocales([=> 'fr']);
  38122.         return $instance;
  38123.     }
  38124.     /**
  38125.      * Gets the private 'twig.command.debug' shared service.
  38126.      *
  38127.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  38128.      */
  38129.     protected function getTwig_Command_DebugService()
  38130.     {
  38131.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38132.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  38133.         $this->privates['twig.command.debug'] = $instance = new \Symfony\Bridge\Twig\Command\DebugCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()), \dirname(__DIR__4), $this->parameters['kernel.bundles_metadata'], (\dirname(__DIR__4).'/templates'), ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  38134.         $instance->setName('debug:twig');
  38135.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  38136.         return $instance;
  38137.     }
  38138.     /**
  38139.      * Gets the private 'twig.command.lint' shared service.
  38140.      *
  38141.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  38142.      */
  38143.     protected function getTwig_Command_LintService()
  38144.     {
  38145.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38146.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  38147.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  38148.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  38149.         $instance->setName('lint:twig');
  38150.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  38151.         return $instance;
  38152.     }
  38153.     /**
  38154.      * Gets the private 'twig.form.engine' shared service.
  38155.      *
  38156.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  38157.      */
  38158.     protected function getTwig_Form_EngineService()
  38159.     {
  38160.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  38161.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  38162.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  38163.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38164.         if (isset($this->privates['twig.form.engine'])) {
  38165.             return $this->privates['twig.form.engine'];
  38166.         }
  38167.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  38168.     }
  38169.     /**
  38170.      * Gets the private 'twig.form.renderer' shared service.
  38171.      *
  38172.      * @return \Symfony\Component\Form\FormRenderer
  38173.      */
  38174.     protected function getTwig_Form_RendererService()
  38175.     {
  38176.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  38177.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  38178.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  38179.         if (isset($this->privates['twig.form.renderer'])) {
  38180.             return $this->privates['twig.form.renderer'];
  38181.         }
  38182.         return $this->privates['twig.form.renderer'] = new \Symfony\Component\Form\FormRenderer($a, ($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  38183.     }
  38184.     /**
  38185.      * Gets the private 'twig.mailer.message_listener' shared service.
  38186.      *
  38187.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  38188.      */
  38189.     protected function getTwig_Mailer_MessageListenerService()
  38190.     {
  38191.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  38192.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  38193.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  38194.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38195.         if (isset($this->privates['twig.mailer.message_listener'])) {
  38196.             return $this->privates['twig.mailer.message_listener'];
  38197.         }
  38198.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  38199.     }
  38200.     /**
  38201.      * Gets the private 'twig.runtime.httpkernel' shared service.
  38202.      *
  38203.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  38204.      */
  38205.     protected function getTwig_Runtime_HttpkernelService()
  38206.     {
  38207.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  38208.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  38209.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  38210.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  38211.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  38212.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  38213.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  38214.         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, [
  38215.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  38216.         ], [
  38217.             'inline' => '?',
  38218.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  38219.     }
  38220.     /**
  38221.      * Gets the private 'twig.runtime.security_csrf' shared service.
  38222.      *
  38223.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  38224.      */
  38225.     protected function getTwig_Runtime_SecurityCsrfService()
  38226.     {
  38227.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  38228.         return $this->privates['twig.runtime.security_csrf'] = new \Symfony\Bridge\Twig\Extension\CsrfRuntime(($this->services['.container.private.security.csrf.token_manager'] ?? $this->get_Container_Private_Security_Csrf_TokenManagerService()));
  38229.     }
  38230.     /**
  38231.      * Gets the private 'twig.runtime.serializer' shared service.
  38232.      *
  38233.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  38234.      */
  38235.     protected function getTwig_Runtime_SerializerService()
  38236.     {
  38237.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  38238.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  38239.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  38240.         if (isset($this->privates['twig.runtime.serializer'])) {
  38241.             return $this->privates['twig.runtime.serializer'];
  38242.         }
  38243.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  38244.     }
  38245.     /**
  38246.      * Gets the private 'twig.template_cache_warmer' shared service.
  38247.      *
  38248.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  38249.      */
  38250.     protected function getTwig_TemplateCacheWarmerService()
  38251.     {
  38252.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38253.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  38254.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  38255.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38256.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  38257.         ], [
  38258.             'twig' => '?',
  38259.         ]))->withContext('twig.template_cache_warmer'$this), new \Symfony\Bundle\TwigBundle\TemplateIterator(($this->services['kernel'] ?? $this->get('kernel'1)), [(\dirname(__DIR__4).'/public/uploads/logo') => 'img', (\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')));
  38260.     }
  38261.     /**
  38262.      * Gets the private 'user.search_filter' shared autowired service.
  38263.      *
  38264.      * @return \App\Filter\SearchFilter
  38265.      */
  38266.     protected function getUser_SearchFilterService()
  38267.     {
  38268.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  38269.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  38270.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  38271.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  38272.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  38273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  38274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  38275.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  38276.         return $this->privates['user.search_filter'] = new \App\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [=> 'name'=> 'firstname'=> 'address'=> ['email' => 'exact']], NULL'q');
  38277.     }
  38278.     /**
  38279.      * Gets the private 'user_cadastre.search_filter' shared autowired service.
  38280.      *
  38281.      * @return \App\Filter\CadastreFilter
  38282.      */
  38283.     protected function getUserCadastre_SearchFilterService()
  38284.     {
  38285.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  38286.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  38287.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  38288.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  38289.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  38290.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  38291.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  38292.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  38293.         return $this->privates['user_cadastre.search_filter'] = new \App\Filter\CadastreFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Microservice\\CadastreService'] ?? $this->getCadastreServiceService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), [], NULL'theProperty.cadastre.coordinate''theProperty.cadastre.capakey');
  38294.     }
  38295.     /**
  38296.      * Gets the private 'validator.builder' shared service.
  38297.      *
  38298.      * @return \Symfony\Component\Validator\ValidatorBuilder
  38299.      */
  38300.     protected function getValidator_BuilderService()
  38301.     {
  38302.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  38303.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  38304.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38305.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  38306.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  38307.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  38308.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  38309.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  38310.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  38311.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  38312.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  38313.         ], [
  38314.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  38315.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  38316.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  38317.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  38318.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  38319.             'doctrine.orm.validator.unique' => '?',
  38320.             'security.validator.user_password' => '?',
  38321.             'validator.expression' => '?',
  38322.         ])));
  38323.         if ($this->has('translator')) {
  38324.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  38325.         }
  38326.         $instance->setTranslationDomain('validators');
  38327.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  38328.         $instance->enableAnnotationMapping(true);
  38329.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  38330.         $instance->addMethodMapping('loadValidatorMetadata');
  38331.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  38332.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  38333.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  38334.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.import_entity_manager'] ?? $this->getDoctrine_Orm_ImportEntityManagerService()), NULL));
  38335.         return $instance;
  38336.     }
  38337.     /**
  38338.      * Gets the private 'validator.email' shared service.
  38339.      *
  38340.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  38341.      */
  38342.     protected function getValidator_EmailService()
  38343.     {
  38344.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38345.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38346.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  38347.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  38348.     }
  38349.     /**
  38350.      * Gets the private 'validator.expression' shared service.
  38351.      *
  38352.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  38353.      */
  38354.     protected function getValidator_ExpressionService()
  38355.     {
  38356.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38357.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38358.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  38359.         return $this->privates['validator.expression'] = new \Symfony\Component\Validator\Constraints\ExpressionValidator(new \Symfony\Component\ExpressionLanguage\ExpressionLanguage(($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService())));
  38360.     }
  38361.     /**
  38362.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  38363.      *
  38364.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  38365.      */
  38366.     protected function getValidator_Mapping_CacheWarmerService()
  38367.     {
  38368.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38369.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  38370.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  38371.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  38372.     }
  38373.     /**
  38374.      * Gets the private 'validator.not_compromised_password' shared service.
  38375.      *
  38376.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  38377.      */
  38378.     protected function getValidator_NotCompromisedPasswordService()
  38379.     {
  38380.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38381.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38382.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  38383.         return $this->privates['validator.not_compromised_password'] = new \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), 'UTF-8'trueNULL);
  38384.     }
  38385.     /**
  38386.      * Gets the private 'var_dumper.command.server_dump' shared service.
  38387.      *
  38388.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  38389.      */
  38390.     protected function getVarDumper_Command_ServerDumpService()
  38391.     {
  38392.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38393.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  38394.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  38395.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  38396.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  38397.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  38398.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  38399.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  38400.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  38401.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  38402.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  38403.         $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()))]);
  38404.         $instance->setName('server:dump');
  38405.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  38406.         return $instance;
  38407.     }
  38408.     /**
  38409.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  38410.      *
  38411.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  38412.      */
  38413.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  38414.     {
  38415.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  38416.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  38417.         return $instance;
  38418.     }
  38419.     /**
  38420.      * Gets the private 'var_dumper.html_dumper' shared service.
  38421.      *
  38422.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  38423.      */
  38424.     protected function getVarDumper_HtmlDumperService()
  38425.     {
  38426.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  38427.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  38428.         return $instance;
  38429.     }
  38430.     /**
  38431.      * Gets the private 'var_dumper.server_connection' shared service.
  38432.      *
  38433.      * @return \Symfony\Component\VarDumper\Server\Connection
  38434.      */
  38435.     protected function getVarDumper_ServerConnectionService()
  38436.     {
  38437.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  38438.         if (isset($this->privates['var_dumper.server_connection'])) {
  38439.             return $this->privates['var_dumper.server_connection'];
  38440.         }
  38441.         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), $a), '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()]);
  38442.     }
  38443.     /**
  38444.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  38445.      *
  38446.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  38447.      */
  38448.     protected function getVichUploader_Command_MappingDebugService()
  38449.     {
  38450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38451.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  38452.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  38453.         $instance->setName('vich:mapping:debug');
  38454.         return $instance;
  38455.     }
  38456.     /**
  38457.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  38458.      *
  38459.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  38460.      */
  38461.     protected function getVichUploader_Command_MappingDebugClassService()
  38462.     {
  38463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38464.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  38465.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  38466.         $instance->setName('vich:mapping:debug-class');
  38467.         return $instance;
  38468.     }
  38469.     /**
  38470.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  38471.      *
  38472.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  38473.      */
  38474.     protected function getVichUploader_Command_MappingListClassesService()
  38475.     {
  38476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38477.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  38478.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  38479.         $instance->setName('vich:mapping:list-classes');
  38480.         return $instance;
  38481.     }
  38482.     /**
  38483.      * Gets the private 'vich_uploader.listener.clean.Adress_csv_pending' shared service.
  38484.      *
  38485.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38486.      */
  38487.     protected function getVichUploader_Listener_Clean_AdressCsvPendingService()
  38488.     {
  38489.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38490.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38491.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38492.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38494.         return $this->privates['vich_uploader.listener.clean.Adress_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('Adress_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38495.     }
  38496.     /**
  38497.      * Gets the private 'vich_uploader.listener.clean.ThepropertyProvider_csv_pending' shared service.
  38498.      *
  38499.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38500.      */
  38501.     protected function getVichUploader_Listener_Clean_ThepropertyProviderCsvPendingService()
  38502.     {
  38503.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38504.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38505.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38506.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38508.         return $this->privates['vich_uploader.listener.clean.ThepropertyProvider_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('ThepropertyProvider_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38509.     }
  38510.     /**
  38511.      * Gets the private 'vich_uploader.listener.clean.annex_permit_file' shared service.
  38512.      *
  38513.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38514.      */
  38515.     protected function getVichUploader_Listener_Clean_AnnexPermitFileService()
  38516.     {
  38517.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38518.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38519.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38522.         return $this->privates['vich_uploader.listener.clean.annex_permit_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('annex_permit_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38523.     }
  38524.     /**
  38525.      * Gets the private 'vich_uploader.listener.clean.area_csv_pending' shared service.
  38526.      *
  38527.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38528.      */
  38529.     protected function getVichUploader_Listener_Clean_AreaCsvPendingService()
  38530.     {
  38531.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38532.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38533.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38534.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38536.         return $this->privates['vich_uploader.listener.clean.area_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('area_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38537.     }
  38538.     /**
  38539.      * Gets the private 'vich_uploader.listener.clean.bbox' shared service.
  38540.      *
  38541.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38542.      */
  38543.     protected function getVichUploader_Listener_Clean_BboxService()
  38544.     {
  38545.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38546.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38547.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38548.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38550.         return $this->privates['vich_uploader.listener.clean.bbox'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('bbox', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38551.     }
  38552.     /**
  38553.      * Gets the private 'vich_uploader.listener.clean.brugis_csv_pending' shared service.
  38554.      *
  38555.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38556.      */
  38557.     protected function getVichUploader_Listener_Clean_BrugisCsvPendingService()
  38558.     {
  38559.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38560.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38561.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38562.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38563.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38564.         return $this->privates['vich_uploader.listener.clean.brugis_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('brugis_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38565.     }
  38566.     /**
  38567.      * Gets the private 'vich_uploader.listener.clean.chat_file' shared service.
  38568.      *
  38569.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38570.      */
  38571.     protected function getVichUploader_Listener_Clean_ChatFileService()
  38572.     {
  38573.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38574.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38575.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38576.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38577.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38578.         return $this->privates['vich_uploader.listener.clean.chat_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('chat_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38579.     }
  38580.     /**
  38581.      * Gets the private 'vich_uploader.listener.clean.client_sales_agreement_file' shared service.
  38582.      *
  38583.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38584.      */
  38585.     protected function getVichUploader_Listener_Clean_ClientSalesAgreementFileService()
  38586.     {
  38587.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38588.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38589.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38590.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38591.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38592.         return $this->privates['vich_uploader.listener.clean.client_sales_agreement_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('client_sales_agreement_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38593.     }
  38594.     /**
  38595.      * Gets the private 'vich_uploader.listener.clean.co_ownership_document' shared service.
  38596.      *
  38597.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38598.      */
  38599.     protected function getVichUploader_Listener_Clean_CoOwnershipDocumentService()
  38600.     {
  38601.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38602.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38603.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38604.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38605.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38606.         return $this->privates['vich_uploader.listener.clean.co_ownership_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('co_ownership_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38607.     }
  38608.     /**
  38609.      * Gets the private 'vich_uploader.listener.clean.co_ownership_invoices' shared service.
  38610.      *
  38611.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38612.      */
  38613.     protected function getVichUploader_Listener_Clean_CoOwnershipInvoicesService()
  38614.     {
  38615.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38616.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38617.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38618.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38619.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38620.         return $this->privates['vich_uploader.listener.clean.co_ownership_invoices'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('co_ownership_invoices', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38621.     }
  38622.     /**
  38623.      * Gets the private 'vich_uploader.listener.clean.co_ownership_meeting_transcript' shared service.
  38624.      *
  38625.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38626.      */
  38627.     protected function getVichUploader_Listener_Clean_CoOwnershipMeetingTranscriptService()
  38628.     {
  38629.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38630.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38631.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38632.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38633.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38634.         return $this->privates['vich_uploader.listener.clean.co_ownership_meeting_transcript'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('co_ownership_meeting_transcript', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38635.     }
  38636.     /**
  38637.      * Gets the private 'vich_uploader.listener.clean.co_ownership_report' shared service.
  38638.      *
  38639.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38640.      */
  38641.     protected function getVichUploader_Listener_Clean_CoOwnershipReportService()
  38642.     {
  38643.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38644.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38645.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38646.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38647.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38648.         return $this->privates['vich_uploader.listener.clean.co_ownership_report'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('co_ownership_report', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38649.     }
  38650.     /**
  38651.      * Gets the private 'vich_uploader.listener.clean.co_ownership_the_property_file' shared service.
  38652.      *
  38653.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38654.      */
  38655.     protected function getVichUploader_Listener_Clean_CoOwnershipThePropertyFileService()
  38656.     {
  38657.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38658.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38659.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38660.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38661.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38662.         return $this->privates['vich_uploader.listener.clean.co_ownership_the_property_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('co_ownership_the_property_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38663.     }
  38664.     /**
  38665.      * Gets the private 'vich_uploader.listener.clean.co_ownership_the_property_response' shared service.
  38666.      *
  38667.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38668.      */
  38669.     protected function getVichUploader_Listener_Clean_CoOwnershipThePropertyResponseService()
  38670.     {
  38671.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38672.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38673.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38674.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38675.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38676.         return $this->privates['vich_uploader.listener.clean.co_ownership_the_property_response'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('co_ownership_the_property_response', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38677.     }
  38678.     /**
  38679.      * Gets the private 'vich_uploader.listener.clean.community_event_file' shared service.
  38680.      *
  38681.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38682.      */
  38683.     protected function getVichUploader_Listener_Clean_CommunityEventFileService()
  38684.     {
  38685.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38686.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38687.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38688.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38689.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38690.         return $this->privates['vich_uploader.listener.clean.community_event_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('community_event_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38691.     }
  38692.     /**
  38693.      * Gets the private 'vich_uploader.listener.clean.community_post_file' shared service.
  38694.      *
  38695.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38696.      */
  38697.     protected function getVichUploader_Listener_Clean_CommunityPostFileService()
  38698.     {
  38699.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38700.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38701.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38702.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38703.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38704.         return $this->privates['vich_uploader.listener.clean.community_post_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('community_post_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38705.     }
  38706.     /**
  38707.      * Gets the private 'vich_uploader.listener.clean.condominium_invoice_file' shared service.
  38708.      *
  38709.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38710.      */
  38711.     protected function getVichUploader_Listener_Clean_CondominiumInvoiceFileService()
  38712.     {
  38713.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38714.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38715.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38716.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38717.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38718.         return $this->privates['vich_uploader.listener.clean.condominium_invoice_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('condominium_invoice_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38719.     }
  38720.     /**
  38721.      * Gets the private 'vich_uploader.listener.clean.control_certificate' shared service.
  38722.      *
  38723.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38724.      */
  38725.     protected function getVichUploader_Listener_Clean_ControlCertificateService()
  38726.     {
  38727.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38728.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38729.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38730.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38732.         return $this->privates['vich_uploader.listener.clean.control_certificate'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('control_certificate', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38733.     }
  38734.     /**
  38735.      * Gets the private 'vich_uploader.listener.clean.deedOfSale' shared service.
  38736.      *
  38737.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38738.      */
  38739.     protected function getVichUploader_Listener_Clean_DeedOfSaleService()
  38740.     {
  38741.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38742.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38745.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38746.         return $this->privates['vich_uploader.listener.clean.deedOfSale'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('deedOfSale', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38747.     }
  38748.     /**
  38749.      * Gets the private 'vich_uploader.listener.clean.dispenseFile' shared service.
  38750.      *
  38751.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38752.      */
  38753.     protected function getVichUploader_Listener_Clean_DispenseFileService()
  38754.     {
  38755.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38757.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38758.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38760.         return $this->privates['vich_uploader.listener.clean.dispenseFile'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('dispenseFile', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38761.     }
  38762.     /**
  38763.      * Gets the private 'vich_uploader.listener.clean.dvf_csv_pending' shared service.
  38764.      *
  38765.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38766.      */
  38767.     protected function getVichUploader_Listener_Clean_DvfCsvPendingService()
  38768.     {
  38769.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38770.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38771.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38772.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38773.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38774.         return $this->privates['vich_uploader.listener.clean.dvf_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('dvf_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38775.     }
  38776.     /**
  38777.      * Gets the private 'vich_uploader.listener.clean.edit_registers_file' shared service.
  38778.      *
  38779.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38780.      */
  38781.     protected function getVichUploader_Listener_Clean_EditRegistersFileService()
  38782.     {
  38783.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38784.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38785.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38786.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38787.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38788.         return $this->privates['vich_uploader.listener.clean.edit_registers_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('edit_registers_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38789.     }
  38790.     /**
  38791.      * Gets the private 'vich_uploader.listener.clean.education_csv' shared service.
  38792.      *
  38793.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38794.      */
  38795.     protected function getVichUploader_Listener_Clean_EducationCsvService()
  38796.     {
  38797.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38798.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38799.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38800.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38801.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38802.         return $this->privates['vich_uploader.listener.clean.education_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('education_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38803.     }
  38804.     /**
  38805.      * Gets the private 'vich_uploader.listener.clean.engie_csv_archived' shared service.
  38806.      *
  38807.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38808.      */
  38809.     protected function getVichUploader_Listener_Clean_EngieCsvArchivedService()
  38810.     {
  38811.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38812.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38813.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38814.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38815.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38816.         return $this->privates['vich_uploader.listener.clean.engie_csv_archived'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('engie_csv_archived', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38817.     }
  38818.     /**
  38819.      * Gets the private 'vich_uploader.listener.clean.engie_csv_pending' shared service.
  38820.      *
  38821.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38822.      */
  38823.     protected function getVichUploader_Listener_Clean_EngieCsvPendingService()
  38824.     {
  38825.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38826.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38827.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38828.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38830.         return $this->privates['vich_uploader.listener.clean.engie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('engie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38831.     }
  38832.     /**
  38833.      * Gets the private 'vich_uploader.listener.clean.enquetes_publics_csv' shared service.
  38834.      *
  38835.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38836.      */
  38837.     protected function getVichUploader_Listener_Clean_EnquetesPublicsCsvService()
  38838.     {
  38839.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38840.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38841.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38842.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38844.         return $this->privates['vich_uploader.listener.clean.enquetes_publics_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('enquetes_publics_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38845.     }
  38846.     /**
  38847.      * Gets the private 'vich_uploader.listener.clean.excel_file_pending' shared service.
  38848.      *
  38849.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38850.      */
  38851.     protected function getVichUploader_Listener_Clean_ExcelFilePendingService()
  38852.     {
  38853.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38854.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38855.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38856.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38857.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38858.         return $this->privates['vich_uploader.listener.clean.excel_file_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('excel_file_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38859.     }
  38860.     /**
  38861.      * Gets the private 'vich_uploader.listener.clean.garden_resource_document' shared service.
  38862.      *
  38863.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38864.      */
  38865.     protected function getVichUploader_Listener_Clean_GardenResourceDocumentService()
  38866.     {
  38867.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38868.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38869.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38870.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38871.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38872.         return $this->privates['vich_uploader.listener.clean.garden_resource_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('garden_resource_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38873.     }
  38874.     /**
  38875.      * Gets the private 'vich_uploader.listener.clean.identity_image' shared service.
  38876.      *
  38877.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38878.      */
  38879.     protected function getVichUploader_Listener_Clean_IdentityImageService()
  38880.     {
  38881.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38882.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38883.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38884.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38885.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38886.         return $this->privates['vich_uploader.listener.clean.identity_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('identity_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38887.     }
  38888.     /**
  38889.      * Gets the private 'vich_uploader.listener.clean.imo_agent_solicitation_image' shared service.
  38890.      *
  38891.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38892.      */
  38893.     protected function getVichUploader_Listener_Clean_ImoAgentSolicitationImageService()
  38894.     {
  38895.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38896.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38897.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38898.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38899.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38900.         return $this->privates['vich_uploader.listener.clean.imo_agent_solicitation_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('imo_agent_solicitation_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38901.     }
  38902.     /**
  38903.      * Gets the private 'vich_uploader.listener.clean.inventory_file' shared service.
  38904.      *
  38905.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38906.      */
  38907.     protected function getVichUploader_Listener_Clean_InventoryFileService()
  38908.     {
  38909.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38910.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38911.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38912.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38913.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38914.         return $this->privates['vich_uploader.listener.clean.inventory_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('inventory_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38915.     }
  38916.     /**
  38917.      * Gets the private 'vich_uploader.listener.clean.inventory_image' shared service.
  38918.      *
  38919.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38920.      */
  38921.     protected function getVichUploader_Listener_Clean_InventoryImageService()
  38922.     {
  38923.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38924.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38925.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38926.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38928.         return $this->privates['vich_uploader.listener.clean.inventory_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('inventory_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38929.     }
  38930.     /**
  38931.      * Gets the private 'vich_uploader.listener.clean.invoice_water_file' shared service.
  38932.      *
  38933.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38934.      */
  38935.     protected function getVichUploader_Listener_Clean_InvoiceWaterFileService()
  38936.     {
  38937.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38938.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38939.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38940.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38941.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38942.         return $this->privates['vich_uploader.listener.clean.invoice_water_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('invoice_water_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38943.     }
  38944.     /**
  38945.      * Gets the private 'vich_uploader.listener.clean.lease_contract' shared service.
  38946.      *
  38947.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38948.      */
  38949.     protected function getVichUploader_Listener_Clean_LeaseContractService()
  38950.     {
  38951.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38952.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38953.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38954.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38955.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38956.         return $this->privates['vich_uploader.listener.clean.lease_contract'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('lease_contract', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38957.     }
  38958.     /**
  38959.      * Gets the private 'vich_uploader.listener.clean.lease_contract_models' shared service.
  38960.      *
  38961.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38962.      */
  38963.     protected function getVichUploader_Listener_Clean_LeaseContractModelsService()
  38964.     {
  38965.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38966.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38967.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38968.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38969.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38970.         return $this->privates['vich_uploader.listener.clean.lease_contract_models'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('lease_contract_models', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38971.     }
  38972.     /**
  38973.      * Gets the private 'vich_uploader.listener.clean.message_file' shared service.
  38974.      *
  38975.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38976.      */
  38977.     protected function getVichUploader_Listener_Clean_MessageFileService()
  38978.     {
  38979.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38980.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38981.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38982.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38983.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38984.         return $this->privates['vich_uploader.listener.clean.message_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('message_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38985.     }
  38986.     /**
  38987.      * Gets the private 'vich_uploader.listener.clean.module_3D' shared service.
  38988.      *
  38989.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38990.      */
  38991.     protected function getVichUploader_Listener_Clean_Module3DService()
  38992.     {
  38993.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38994.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38995.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38996.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38997.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38998.         return $this->privates['vich_uploader.listener.clean.module_3D'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('module_3D', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  38999.     }
  39000.     /**
  39001.      * Gets the private 'vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file' shared service.
  39002.      *
  39003.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39004.      */
  39005.     protected function getVichUploader_Listener_Clean_NeightborhoodProjectAfterImprovementImageFileService()
  39006.     {
  39007.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39008.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39009.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39010.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39012.         return $this->privates['vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('neightborhood_project_after_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39013.     }
  39014.     /**
  39015.      * Gets the private 'vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file' shared service.
  39016.      *
  39017.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39018.      */
  39019.     protected function getVichUploader_Listener_Clean_NeightborhoodProjectBeforeImprovementImageFileService()
  39020.     {
  39021.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39022.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39023.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39024.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39025.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39026.         return $this->privates['vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('neightborhood_project_before_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39027.     }
  39028.     /**
  39029.      * Gets the private 'vich_uploader.listener.clean.new_project_immo_csv' shared service.
  39030.      *
  39031.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39032.      */
  39033.     protected function getVichUploader_Listener_Clean_NewProjectImmoCsvService()
  39034.     {
  39035.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39036.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39037.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39038.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39039.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39040.         return $this->privates['vich_uploader.listener.clean.new_project_immo_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('new_project_immo_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39041.     }
  39042.     /**
  39043.      * Gets the private 'vich_uploader.listener.clean.notary_csv_pending' shared service.
  39044.      *
  39045.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39046.      */
  39047.     protected function getVichUploader_Listener_Clean_NotaryCsvPendingService()
  39048.     {
  39049.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39050.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39051.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39052.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39053.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39054.         return $this->privates['vich_uploader.listener.clean.notary_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('notary_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39055.     }
  39056.     /**
  39057.      * Gets the private 'vich_uploader.listener.clean.obligation_csv_pending' shared service.
  39058.      *
  39059.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39060.      */
  39061.     protected function getVichUploader_Listener_Clean_ObligationCsvPendingService()
  39062.     {
  39063.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39064.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39065.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39066.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39067.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39068.         return $this->privates['vich_uploader.listener.clean.obligation_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('obligation_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39069.     }
  39070.     /**
  39071.      * Gets the private 'vich_uploader.listener.clean.occupation_period_file' shared service.
  39072.      *
  39073.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39074.      */
  39075.     protected function getVichUploader_Listener_Clean_OccupationPeriodFileService()
  39076.     {
  39077.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39078.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39079.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39080.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39082.         return $this->privates['vich_uploader.listener.clean.occupation_period_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('occupation_period_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39083.     }
  39084.     /**
  39085.      * Gets the private 'vich_uploader.listener.clean.occupie_csv_pending' shared service.
  39086.      *
  39087.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39088.      */
  39089.     protected function getVichUploader_Listener_Clean_OccupieCsvPendingService()
  39090.     {
  39091.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39092.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39093.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39094.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39095.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39096.         return $this->privates['vich_uploader.listener.clean.occupie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('occupie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39097.     }
  39098.     /**
  39099.      * Gets the private 'vich_uploader.listener.clean.offer_lease_agreement' shared service.
  39100.      *
  39101.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39102.      */
  39103.     protected function getVichUploader_Listener_Clean_OfferLeaseAgreementService()
  39104.     {
  39105.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39106.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39107.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39108.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39110.         return $this->privates['vich_uploader.listener.clean.offer_lease_agreement'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('offer_lease_agreement', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39111.     }
  39112.     /**
  39113.      * Gets the private 'vich_uploader.listener.clean.organic_plot_file' shared service.
  39114.      *
  39115.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39116.      */
  39117.     protected function getVichUploader_Listener_Clean_OrganicPlotFileService()
  39118.     {
  39119.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39120.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39121.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39122.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39123.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39124.         return $this->privates['vich_uploader.listener.clean.organic_plot_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('organic_plot_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39125.     }
  39126.     /**
  39127.      * Gets the private 'vich_uploader.listener.clean.pdf_location' shared service.
  39128.      *
  39129.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39130.      */
  39131.     protected function getVichUploader_Listener_Clean_PdfLocationService()
  39132.     {
  39133.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39134.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39135.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39136.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39138.         return $this->privates['vich_uploader.listener.clean.pdf_location'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('pdf_location', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39139.     }
  39140.     /**
  39141.      * Gets the private 'vich_uploader.listener.clean.pdf_mail_location' shared service.
  39142.      *
  39143.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39144.      */
  39145.     protected function getVichUploader_Listener_Clean_PdfMailLocationService()
  39146.     {
  39147.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39148.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39149.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39150.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39152.         return $this->privates['vich_uploader.listener.clean.pdf_mail_location'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('pdf_mail_location', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39153.     }
  39154.     /**
  39155.      * Gets the private 'vich_uploader.listener.clean.pdf_summary_maif' shared service.
  39156.      *
  39157.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39158.      */
  39159.     protected function getVichUploader_Listener_Clean_PdfSummaryMaifService()
  39160.     {
  39161.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39162.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39163.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39164.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39165.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39166.         return $this->privates['vich_uploader.listener.clean.pdf_summary_maif'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('pdf_summary_maif', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39167.     }
  39168.     /**
  39169.      * Gets the private 'vich_uploader.listener.clean.permit_citerne' shared service.
  39170.      *
  39171.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39172.      */
  39173.     protected function getVichUploader_Listener_Clean_PermitCiterneService()
  39174.     {
  39175.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39176.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39177.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39178.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39179.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39180.         return $this->privates['vich_uploader.listener.clean.permit_citerne'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('permit_citerne', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39181.     }
  39182.     /**
  39183.      * Gets the private 'vich_uploader.listener.clean.permit_environment_file' shared service.
  39184.      *
  39185.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39186.      */
  39187.     protected function getVichUploader_Listener_Clean_PermitEnvironmentFileService()
  39188.     {
  39189.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39190.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39191.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39192.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39194.         return $this->privates['vich_uploader.listener.clean.permit_environment_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('permit_environment_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39195.     }
  39196.     /**
  39197.      * Gets the private 'vich_uploader.listener.clean.permit_file' shared service.
  39198.      *
  39199.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39200.      */
  39201.     protected function getVichUploader_Listener_Clean_PermitFileService()
  39202.     {
  39203.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39204.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39205.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39206.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39208.         return $this->privates['vich_uploader.listener.clean.permit_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('permit_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39209.     }
  39210.     /**
  39211.      * Gets the private 'vich_uploader.listener.clean.picture_3D' shared service.
  39212.      *
  39213.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39214.      */
  39215.     protected function getVichUploader_Listener_Clean_Picture3DService()
  39216.     {
  39217.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39218.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39219.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39222.         return $this->privates['vich_uploader.listener.clean.picture_3D'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('picture_3D', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39223.     }
  39224.     /**
  39225.      * Gets the private 'vich_uploader.listener.clean.portfolio_files' shared service.
  39226.      *
  39227.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39228.      */
  39229.     protected function getVichUploader_Listener_Clean_PortfolioFilesService()
  39230.     {
  39231.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39232.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39233.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39234.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39235.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39236.         return $this->privates['vich_uploader.listener.clean.portfolio_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('portfolio_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39237.     }
  39238.     /**
  39239.      * Gets the private 'vich_uploader.listener.clean.ppas_affectation_csv_pending' shared service.
  39240.      *
  39241.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39242.      */
  39243.     protected function getVichUploader_Listener_Clean_PpasAffectationCsvPendingService()
  39244.     {
  39245.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39246.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39247.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39248.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39249.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39250.         return $this->privates['vich_uploader.listener.clean.ppas_affectation_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('ppas_affectation_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39251.     }
  39252.     /**
  39253.      * Gets the private 'vich_uploader.listener.clean.ppas_csv_pending' shared service.
  39254.      *
  39255.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39256.      */
  39257.     protected function getVichUploader_Listener_Clean_PpasCsvPendingService()
  39258.     {
  39259.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39260.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39261.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39262.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39263.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39264.         return $this->privates['vich_uploader.listener.clean.ppas_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('ppas_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39265.     }
  39266.     /**
  39267.      * Gets the private 'vich_uploader.listener.clean.pras_csv' shared service.
  39268.      *
  39269.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39270.      */
  39271.     protected function getVichUploader_Listener_Clean_PrasCsvService()
  39272.     {
  39273.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39274.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39275.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39276.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39277.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39278.         return $this->privates['vich_uploader.listener.clean.pras_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('pras_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39279.     }
  39280.     /**
  39281.      * Gets the private 'vich_uploader.listener.clean.prime_csv_pending' shared service.
  39282.      *
  39283.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39284.      */
  39285.     protected function getVichUploader_Listener_Clean_PrimeCsvPendingService()
  39286.     {
  39287.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39288.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39289.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39290.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39291.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39292.         return $this->privates['vich_uploader.listener.clean.prime_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('prime_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39293.     }
  39294.     /**
  39295.      * Gets the private 'vich_uploader.listener.clean.prime_pdf_template' shared service.
  39296.      *
  39297.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39298.      */
  39299.     protected function getVichUploader_Listener_Clean_PrimePdfTemplateService()
  39300.     {
  39301.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39302.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39303.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39304.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39305.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39306.         return $this->privates['vich_uploader.listener.clean.prime_pdf_template'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('prime_pdf_template', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39307.     }
  39308.     /**
  39309.      * Gets the private 'vich_uploader.listener.clean.prime_request_file' shared service.
  39310.      *
  39311.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39312.      */
  39313.     protected function getVichUploader_Listener_Clean_PrimeRequestFileService()
  39314.     {
  39315.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39316.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39317.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39318.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39319.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39320.         return $this->privates['vich_uploader.listener.clean.prime_request_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('prime_request_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39321.     }
  39322.     /**
  39323.      * Gets the private 'vich_uploader.listener.clean.property_demand_file' shared service.
  39324.      *
  39325.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39326.      */
  39327.     protected function getVichUploader_Listener_Clean_PropertyDemandFileService()
  39328.     {
  39329.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39330.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39331.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39332.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39333.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39334.         return $this->privates['vich_uploader.listener.clean.property_demand_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('property_demand_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39335.     }
  39336.     /**
  39337.      * Gets the private 'vich_uploader.listener.clean.property_document_file' shared service.
  39338.      *
  39339.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39340.      */
  39341.     protected function getVichUploader_Listener_Clean_PropertyDocumentFileService()
  39342.     {
  39343.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39344.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39345.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39346.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39347.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39348.         return $this->privates['vich_uploader.listener.clean.property_document_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('property_document_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39349.     }
  39350.     /**
  39351.      * Gets the private 'vich_uploader.listener.clean.provider_inverte_list_pending' shared service.
  39352.      *
  39353.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39354.      */
  39355.     protected function getVichUploader_Listener_Clean_ProviderInverteListPendingService()
  39356.     {
  39357.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39358.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39359.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39360.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39361.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39362.         return $this->privates['vich_uploader.listener.clean.provider_inverte_list_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('provider_inverte_list_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39363.     }
  39364.     /**
  39365.      * Gets the private 'vich_uploader.listener.clean.provider_society_csv_pending' shared service.
  39366.      *
  39367.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39368.      */
  39369.     protected function getVichUploader_Listener_Clean_ProviderSocietyCsvPendingService()
  39370.     {
  39371.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39372.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39373.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39374.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39375.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39376.         return $this->privates['vich_uploader.listener.clean.provider_society_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('provider_society_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39377.     }
  39378.     /**
  39379.      * Gets the private 'vich_uploader.listener.clean.provider_work' shared service.
  39380.      *
  39381.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39382.      */
  39383.     protected function getVichUploader_Listener_Clean_ProviderWorkService()
  39384.     {
  39385.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39386.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39387.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39388.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39389.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39390.         return $this->privates['vich_uploader.listener.clean.provider_work'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('provider_work', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39391.     }
  39392.     /**
  39393.      * Gets the private 'vich_uploader.listener.clean.public_inquiry_inprogress_excel' shared service.
  39394.      *
  39395.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39396.      */
  39397.     protected function getVichUploader_Listener_Clean_PublicInquiryInprogressExcelService()
  39398.     {
  39399.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39400.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39401.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39402.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39403.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39404.         return $this->privates['vich_uploader.listener.clean.public_inquiry_inprogress_excel'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('public_inquiry_inprogress_excel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39405.     }
  39406.     /**
  39407.      * Gets the private 'vich_uploader.listener.clean.rapport_pdf_property' shared service.
  39408.      *
  39409.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39410.      */
  39411.     protected function getVichUploader_Listener_Clean_RapportPdfPropertyService()
  39412.     {
  39413.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39414.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39415.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39416.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39417.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39418.         return $this->privates['vich_uploader.listener.clean.rapport_pdf_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('rapport_pdf_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39419.     }
  39420.     /**
  39421.      * Gets the private 'vich_uploader.listener.clean.register_environment_file' shared service.
  39422.      *
  39423.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39424.      */
  39425.     protected function getVichUploader_Listener_Clean_RegisterEnvironmentFileService()
  39426.     {
  39427.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39428.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39429.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39430.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39431.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39432.         return $this->privates['vich_uploader.listener.clean.register_environment_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('register_environment_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39433.     }
  39434.     /**
  39435.      * Gets the private 'vich_uploader.listener.clean.request_repayment_files' shared service.
  39436.      *
  39437.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39438.      */
  39439.     protected function getVichUploader_Listener_Clean_RequestRepaymentFilesService()
  39440.     {
  39441.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39442.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39443.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39444.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39445.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39446.         return $this->privates['vich_uploader.listener.clean.request_repayment_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('request_repayment_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39447.     }
  39448.     /**
  39449.      * Gets the private 'vich_uploader.listener.clean.salesAgreementFile' shared service.
  39450.      *
  39451.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39452.      */
  39453.     protected function getVichUploader_Listener_Clean_SalesAgreementFileService()
  39454.     {
  39455.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39456.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39457.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39458.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39459.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39460.         return $this->privates['vich_uploader.listener.clean.salesAgreementFile'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('salesAgreementFile', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39461.     }
  39462.     /**
  39463.      * Gets the private 'vich_uploader.listener.clean.sales_agreement_file_to_sign' shared service.
  39464.      *
  39465.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39466.      */
  39467.     protected function getVichUploader_Listener_Clean_SalesAgreementFileToSignService()
  39468.     {
  39469.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39470.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39471.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39472.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39473.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39474.         return $this->privates['vich_uploader.listener.clean.sales_agreement_file_to_sign'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('sales_agreement_file_to_sign', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39475.     }
  39476.     /**
  39477.      * Gets the private 'vich_uploader.listener.clean.surveillance_camera_document' shared service.
  39478.      *
  39479.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39480.      */
  39481.     protected function getVichUploader_Listener_Clean_SurveillanceCameraDocumentService()
  39482.     {
  39483.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39484.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39485.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39486.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39487.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39488.         return $this->privates['vich_uploader.listener.clean.surveillance_camera_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('surveillance_camera_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39489.     }
  39490.     /**
  39491.      * Gets the private 'vich_uploader.listener.clean.syndic_Apartment_csv_pending' shared service.
  39492.      *
  39493.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39494.      */
  39495.     protected function getVichUploader_Listener_Clean_SyndicApartmentCsvPendingService()
  39496.     {
  39497.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39498.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39499.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39500.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39501.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39502.         return $this->privates['vich_uploader.listener.clean.syndic_Apartment_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('syndic_Apartment_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39503.     }
  39504.     /**
  39505.      * Gets the private 'vich_uploader.listener.clean.treeD_figuration_file' shared service.
  39506.      *
  39507.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39508.      */
  39509.     protected function getVichUploader_Listener_Clean_TreeDFigurationFileService()
  39510.     {
  39511.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39512.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39513.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39514.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39515.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39516.         return $this->privates['vich_uploader.listener.clean.treeD_figuration_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('treeD_figuration_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39517.     }
  39518.     /**
  39519.      * Gets the private 'vich_uploader.listener.clean.upload_archived' shared service.
  39520.      *
  39521.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39522.      */
  39523.     protected function getVichUploader_Listener_Clean_UploadArchivedService()
  39524.     {
  39525.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39526.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39527.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39528.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39529.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39530.         return $this->privates['vich_uploader.listener.clean.upload_archived'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_archived', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39531.     }
  39532.     /**
  39533.      * Gets the private 'vich_uploader.listener.clean.upload_bank_logo' shared service.
  39534.      *
  39535.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39536.      */
  39537.     protected function getVichUploader_Listener_Clean_UploadBankLogoService()
  39538.     {
  39539.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39540.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39541.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39542.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39543.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39544.         return $this->privates['vich_uploader.listener.clean.upload_bank_logo'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_bank_logo', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39545.     }
  39546.     /**
  39547.      * Gets the private 'vich_uploader.listener.clean.upload_doc_property' shared service.
  39548.      *
  39549.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39550.      */
  39551.     protected function getVichUploader_Listener_Clean_UploadDocPropertyService()
  39552.     {
  39553.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39554.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39555.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39556.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39557.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39558.         return $this->privates['vich_uploader.listener.clean.upload_doc_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_doc_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39559.     }
  39560.     /**
  39561.      * Gets the private 'vich_uploader.listener.clean.upload_file_minutes' shared service.
  39562.      *
  39563.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39564.      */
  39565.     protected function getVichUploader_Listener_Clean_UploadFileMinutesService()
  39566.     {
  39567.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39568.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39569.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39570.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39571.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39572.         return $this->privates['vich_uploader.listener.clean.upload_file_minutes'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_file_minutes', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39573.     }
  39574.     /**
  39575.      * Gets the private 'vich_uploader.listener.clean.upload_icon_categorie_service' shared service.
  39576.      *
  39577.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39578.      */
  39579.     protected function getVichUploader_Listener_Clean_UploadIconCategorieServiceService()
  39580.     {
  39581.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39582.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39583.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39584.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39585.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39586.         return $this->privates['vich_uploader.listener.clean.upload_icon_categorie_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_icon_categorie_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39587.     }
  39588.     /**
  39589.      * Gets the private 'vich_uploader.listener.clean.upload_img_property' shared service.
  39590.      *
  39591.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39592.      */
  39593.     protected function getVichUploader_Listener_Clean_UploadImgPropertyService()
  39594.     {
  39595.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39596.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39597.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39598.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39599.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39600.         return $this->privates['vich_uploader.listener.clean.upload_img_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_img_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39601.     }
  39602.     /**
  39603.      * Gets the private 'vich_uploader.listener.clean.upload_img_pub' shared service.
  39604.      *
  39605.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39606.      */
  39607.     protected function getVichUploader_Listener_Clean_UploadImgPubService()
  39608.     {
  39609.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39610.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39611.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39612.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39613.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39614.         return $this->privates['vich_uploader.listener.clean.upload_img_pub'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_img_pub', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39615.     }
  39616.     /**
  39617.      * Gets the private 'vich_uploader.listener.clean.upload_img_service' shared service.
  39618.      *
  39619.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39620.      */
  39621.     protected function getVichUploader_Listener_Clean_UploadImgServiceService()
  39622.     {
  39623.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39624.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39625.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39626.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39627.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39628.         return $this->privates['vich_uploader.listener.clean.upload_img_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_img_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39629.     }
  39630.     /**
  39631.      * Gets the private 'vich_uploader.listener.clean.upload_logo_pro' shared service.
  39632.      *
  39633.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39634.      */
  39635.     protected function getVichUploader_Listener_Clean_UploadLogoProService()
  39636.     {
  39637.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39638.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39639.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39640.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39641.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39642.         return $this->privates['vich_uploader.listener.clean.upload_logo_pro'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_logo_pro', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39643.     }
  39644.     /**
  39645.      * Gets the private 'vich_uploader.listener.clean.upload_pending' shared service.
  39646.      *
  39647.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39648.      */
  39649.     protected function getVichUploader_Listener_Clean_UploadPendingService()
  39650.     {
  39651.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39652.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39653.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39654.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39655.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39656.         return $this->privates['vich_uploader.listener.clean.upload_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39657.     }
  39658.     /**
  39659.      * Gets the private 'vich_uploader.listener.clean.upload_rapport' shared service.
  39660.      *
  39661.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39662.      */
  39663.     protected function getVichUploader_Listener_Clean_UploadRapportService()
  39664.     {
  39665.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39666.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39667.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39668.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39669.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39670.         return $this->privates['vich_uploader.listener.clean.upload_rapport'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_rapport', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39671.     }
  39672.     /**
  39673.      * Gets the private 'vich_uploader.listener.clean.upload_rental_guarantee' shared service.
  39674.      *
  39675.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39676.      */
  39677.     protected function getVichUploader_Listener_Clean_UploadRentalGuaranteeService()
  39678.     {
  39679.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39680.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39681.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39684.         return $this->privates['vich_uploader.listener.clean.upload_rental_guarantee'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_rental_guarantee', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39685.     }
  39686.     /**
  39687.      * Gets the private 'vich_uploader.listener.clean.upload_traite' shared service.
  39688.      *
  39689.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39690.      */
  39691.     protected function getVichUploader_Listener_Clean_UploadTraiteService()
  39692.     {
  39693.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39694.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39695.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39696.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39698.         return $this->privates['vich_uploader.listener.clean.upload_traite'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('upload_traite', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39699.     }
  39700.     /**
  39701.      * Gets the private 'vich_uploader.listener.clean.uploads_syndics_response' shared service.
  39702.      *
  39703.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39704.      */
  39705.     protected function getVichUploader_Listener_Clean_UploadsSyndicsResponseService()
  39706.     {
  39707.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39709.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39710.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39711.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39712.         return $this->privates['vich_uploader.listener.clean.uploads_syndics_response'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('uploads_syndics_response', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39713.     }
  39714.     /**
  39715.      * Gets the private 'vich_uploader.listener.clean.user_logo' shared service.
  39716.      *
  39717.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39718.      */
  39719.     protected function getVichUploader_Listener_Clean_UserLogoService()
  39720.     {
  39721.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39722.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39723.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39724.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39725.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39726.         return $this->privates['vich_uploader.listener.clean.user_logo'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('user_logo', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39727.     }
  39728.     /**
  39729.      * Gets the private 'vich_uploader.listener.clean.wallonie_csv_pending' shared service.
  39730.      *
  39731.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39732.      */
  39733.     protected function getVichUploader_Listener_Clean_WallonieCsvPendingService()
  39734.     {
  39735.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39736.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39737.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39738.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39739.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39740.         return $this->privates['vich_uploader.listener.clean.wallonie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('wallonie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39741.     }
  39742.     /**
  39743.      * Gets the private 'vich_uploader.listener.clean.water_supplier_controller_excel' shared service.
  39744.      *
  39745.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39746.      */
  39747.     protected function getVichUploader_Listener_Clean_WaterSupplierControllerExcelService()
  39748.     {
  39749.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39750.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39751.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39752.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39753.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39754.         return $this->privates['vich_uploader.listener.clean.water_supplier_controller_excel'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('water_supplier_controller_excel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39755.     }
  39756.     /**
  39757.      * Gets the private 'vich_uploader.listener.clean.work_csv_pending' shared service.
  39758.      *
  39759.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39760.      */
  39761.     protected function getVichUploader_Listener_Clean_WorkCsvPendingService()
  39762.     {
  39763.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39764.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39765.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39766.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39767.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39768.         return $this->privates['vich_uploader.listener.clean.work_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('work_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39769.     }
  39770.     /**
  39771.      * Gets the private 'vich_uploader.listener.clean.work_rules_csv_pending' shared service.
  39772.      *
  39773.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39774.      */
  39775.     protected function getVichUploader_Listener_Clean_WorkRulesCsvPendingService()
  39776.     {
  39777.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39778.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39779.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39780.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39782.         return $this->privates['vich_uploader.listener.clean.work_rules_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\CleanListener('work_rules_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39783.     }
  39784.     /**
  39785.      * Gets the private 'vich_uploader.listener.inject.chat_file' shared service.
  39786.      *
  39787.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39788.      */
  39789.     protected function getVichUploader_Listener_Inject_ChatFileService()
  39790.     {
  39791.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39792.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39793.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39794.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39796.         return $this->privates['vich_uploader.listener.inject.chat_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('chat_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39797.     }
  39798.     /**
  39799.      * Gets the private 'vich_uploader.listener.inject.client_sales_agreement_file' shared service.
  39800.      *
  39801.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39802.      */
  39803.     protected function getVichUploader_Listener_Inject_ClientSalesAgreementFileService()
  39804.     {
  39805.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39806.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39807.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39808.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39809.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39810.         return $this->privates['vich_uploader.listener.inject.client_sales_agreement_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('client_sales_agreement_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39811.     }
  39812.     /**
  39813.      * Gets the private 'vich_uploader.listener.inject.community_event_file' shared service.
  39814.      *
  39815.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39816.      */
  39817.     protected function getVichUploader_Listener_Inject_CommunityEventFileService()
  39818.     {
  39819.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39820.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39821.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39822.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39823.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39824.         return $this->privates['vich_uploader.listener.inject.community_event_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('community_event_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39825.     }
  39826.     /**
  39827.      * Gets the private 'vich_uploader.listener.inject.community_post_file' shared service.
  39828.      *
  39829.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39830.      */
  39831.     protected function getVichUploader_Listener_Inject_CommunityPostFileService()
  39832.     {
  39833.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39834.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39835.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39836.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39837.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39838.         return $this->privates['vich_uploader.listener.inject.community_post_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('community_post_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39839.     }
  39840.     /**
  39841.      * Gets the private 'vich_uploader.listener.inject.imo_agent_solicitation_image' shared service.
  39842.      *
  39843.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39844.      */
  39845.     protected function getVichUploader_Listener_Inject_ImoAgentSolicitationImageService()
  39846.     {
  39847.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39848.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39849.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39850.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39851.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39852.         return $this->privates['vich_uploader.listener.inject.imo_agent_solicitation_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('imo_agent_solicitation_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39853.     }
  39854.     /**
  39855.      * Gets the private 'vich_uploader.listener.inject.message_file' shared service.
  39856.      *
  39857.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39858.      */
  39859.     protected function getVichUploader_Listener_Inject_MessageFileService()
  39860.     {
  39861.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39862.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39863.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39864.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39865.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39866.         return $this->privates['vich_uploader.listener.inject.message_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('message_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39867.     }
  39868.     /**
  39869.      * Gets the private 'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file' shared service.
  39870.      *
  39871.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39872.      */
  39873.     protected function getVichUploader_Listener_Inject_NeightborhoodProjectAfterImprovementImageFileService()
  39874.     {
  39875.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39876.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39877.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39878.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39880.         return $this->privates['vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('neightborhood_project_after_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39881.     }
  39882.     /**
  39883.      * Gets the private 'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file' shared service.
  39884.      *
  39885.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39886.      */
  39887.     protected function getVichUploader_Listener_Inject_NeightborhoodProjectBeforeImprovementImageFileService()
  39888.     {
  39889.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39890.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39891.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39892.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39894.         return $this->privates['vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('neightborhood_project_before_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39895.     }
  39896.     /**
  39897.      * Gets the private 'vich_uploader.listener.inject.new_project_immo_csv' shared service.
  39898.      *
  39899.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39900.      */
  39901.     protected function getVichUploader_Listener_Inject_NewProjectImmoCsvService()
  39902.     {
  39903.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39904.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39905.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39906.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39907.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39908.         return $this->privates['vich_uploader.listener.inject.new_project_immo_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('new_project_immo_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39909.     }
  39910.     /**
  39911.      * Gets the private 'vich_uploader.listener.inject.occupation_period_file' shared service.
  39912.      *
  39913.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39914.      */
  39915.     protected function getVichUploader_Listener_Inject_OccupationPeriodFileService()
  39916.     {
  39917.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39918.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39919.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39920.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39921.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39922.         return $this->privates['vich_uploader.listener.inject.occupation_period_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('occupation_period_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39923.     }
  39924.     /**
  39925.      * Gets the private 'vich_uploader.listener.inject.pdf_summary_maif' shared service.
  39926.      *
  39927.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39928.      */
  39929.     protected function getVichUploader_Listener_Inject_PdfSummaryMaifService()
  39930.     {
  39931.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39932.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39933.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39934.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39935.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39936.         return $this->privates['vich_uploader.listener.inject.pdf_summary_maif'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('pdf_summary_maif', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39937.     }
  39938.     /**
  39939.      * Gets the private 'vich_uploader.listener.inject.portfolio_files' shared service.
  39940.      *
  39941.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39942.      */
  39943.     protected function getVichUploader_Listener_Inject_PortfolioFilesService()
  39944.     {
  39945.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39946.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39947.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39948.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39949.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39950.         return $this->privates['vich_uploader.listener.inject.portfolio_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('portfolio_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39951.     }
  39952.     /**
  39953.      * Gets the private 'vich_uploader.listener.inject.property_document_file' shared service.
  39954.      *
  39955.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39956.      */
  39957.     protected function getVichUploader_Listener_Inject_PropertyDocumentFileService()
  39958.     {
  39959.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39960.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39961.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39962.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39963.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39964.         return $this->privates['vich_uploader.listener.inject.property_document_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('property_document_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39965.     }
  39966.     /**
  39967.      * Gets the private 'vich_uploader.listener.inject.sales_agreement_file_to_sign' shared service.
  39968.      *
  39969.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39970.      */
  39971.     protected function getVichUploader_Listener_Inject_SalesAgreementFileToSignService()
  39972.     {
  39973.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39974.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39975.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39976.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39977.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39978.         return $this->privates['vich_uploader.listener.inject.sales_agreement_file_to_sign'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('sales_agreement_file_to_sign', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39979.     }
  39980.     /**
  39981.      * Gets the private 'vich_uploader.listener.inject.treeD_figuration_file' shared service.
  39982.      *
  39983.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39984.      */
  39985.     protected function getVichUploader_Listener_Inject_TreeDFigurationFileService()
  39986.     {
  39987.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39988.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39989.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39990.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39991.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39992.         return $this->privates['vich_uploader.listener.inject.treeD_figuration_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\InjectListener('treeD_figuration_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  39993.     }
  39994.     /**
  39995.      * Gets the private 'vich_uploader.listener.remove.Adress_csv_pending' shared service.
  39996.      *
  39997.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  39998.      */
  39999.     protected function getVichUploader_Listener_Remove_AdressCsvPendingService()
  40000.     {
  40001.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40002.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40003.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40004.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40005.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40006.         return $this->privates['vich_uploader.listener.remove.Adress_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('Adress_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40007.     }
  40008.     /**
  40009.      * Gets the private 'vich_uploader.listener.remove.ThepropertyProvider_csv_pending' shared service.
  40010.      *
  40011.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40012.      */
  40013.     protected function getVichUploader_Listener_Remove_ThepropertyProviderCsvPendingService()
  40014.     {
  40015.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40016.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40017.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40018.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40019.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40020.         return $this->privates['vich_uploader.listener.remove.ThepropertyProvider_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('ThepropertyProvider_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40021.     }
  40022.     /**
  40023.      * Gets the private 'vich_uploader.listener.remove.annex_permit_file' shared service.
  40024.      *
  40025.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40026.      */
  40027.     protected function getVichUploader_Listener_Remove_AnnexPermitFileService()
  40028.     {
  40029.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40030.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40031.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40032.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40034.         return $this->privates['vich_uploader.listener.remove.annex_permit_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('annex_permit_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40035.     }
  40036.     /**
  40037.      * Gets the private 'vich_uploader.listener.remove.area_csv_pending' shared service.
  40038.      *
  40039.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40040.      */
  40041.     protected function getVichUploader_Listener_Remove_AreaCsvPendingService()
  40042.     {
  40043.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40044.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40046.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40048.         return $this->privates['vich_uploader.listener.remove.area_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('area_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40049.     }
  40050.     /**
  40051.      * Gets the private 'vich_uploader.listener.remove.bbox' shared service.
  40052.      *
  40053.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40054.      */
  40055.     protected function getVichUploader_Listener_Remove_BboxService()
  40056.     {
  40057.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40059.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40060.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40061.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40062.         return $this->privates['vich_uploader.listener.remove.bbox'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('bbox', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40063.     }
  40064.     /**
  40065.      * Gets the private 'vich_uploader.listener.remove.brugis_csv_pending' shared service.
  40066.      *
  40067.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40068.      */
  40069.     protected function getVichUploader_Listener_Remove_BrugisCsvPendingService()
  40070.     {
  40071.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40072.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40073.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40074.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40075.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40076.         return $this->privates['vich_uploader.listener.remove.brugis_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('brugis_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40077.     }
  40078.     /**
  40079.      * Gets the private 'vich_uploader.listener.remove.chat_file' shared service.
  40080.      *
  40081.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40082.      */
  40083.     protected function getVichUploader_Listener_Remove_ChatFileService()
  40084.     {
  40085.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40086.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40087.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40088.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40089.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40090.         return $this->privates['vich_uploader.listener.remove.chat_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('chat_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40091.     }
  40092.     /**
  40093.      * Gets the private 'vich_uploader.listener.remove.client_sales_agreement_file' shared service.
  40094.      *
  40095.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40096.      */
  40097.     protected function getVichUploader_Listener_Remove_ClientSalesAgreementFileService()
  40098.     {
  40099.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40100.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40101.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40102.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40103.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40104.         return $this->privates['vich_uploader.listener.remove.client_sales_agreement_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('client_sales_agreement_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40105.     }
  40106.     /**
  40107.      * Gets the private 'vich_uploader.listener.remove.co_ownership_document' shared service.
  40108.      *
  40109.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40110.      */
  40111.     protected function getVichUploader_Listener_Remove_CoOwnershipDocumentService()
  40112.     {
  40113.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40114.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40116.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40117.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40118.         return $this->privates['vich_uploader.listener.remove.co_ownership_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('co_ownership_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40119.     }
  40120.     /**
  40121.      * Gets the private 'vich_uploader.listener.remove.co_ownership_invoices' shared service.
  40122.      *
  40123.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40124.      */
  40125.     protected function getVichUploader_Listener_Remove_CoOwnershipInvoicesService()
  40126.     {
  40127.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40128.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40129.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40130.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40131.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40132.         return $this->privates['vich_uploader.listener.remove.co_ownership_invoices'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('co_ownership_invoices', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40133.     }
  40134.     /**
  40135.      * Gets the private 'vich_uploader.listener.remove.co_ownership_meeting_transcript' shared service.
  40136.      *
  40137.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40138.      */
  40139.     protected function getVichUploader_Listener_Remove_CoOwnershipMeetingTranscriptService()
  40140.     {
  40141.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40142.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40143.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40144.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40145.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40146.         return $this->privates['vich_uploader.listener.remove.co_ownership_meeting_transcript'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('co_ownership_meeting_transcript', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40147.     }
  40148.     /**
  40149.      * Gets the private 'vich_uploader.listener.remove.co_ownership_report' shared service.
  40150.      *
  40151.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40152.      */
  40153.     protected function getVichUploader_Listener_Remove_CoOwnershipReportService()
  40154.     {
  40155.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40156.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40157.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40158.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40159.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40160.         return $this->privates['vich_uploader.listener.remove.co_ownership_report'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('co_ownership_report', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40161.     }
  40162.     /**
  40163.      * Gets the private 'vich_uploader.listener.remove.co_ownership_the_property_file' shared service.
  40164.      *
  40165.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40166.      */
  40167.     protected function getVichUploader_Listener_Remove_CoOwnershipThePropertyFileService()
  40168.     {
  40169.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40170.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40171.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40172.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40173.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40174.         return $this->privates['vich_uploader.listener.remove.co_ownership_the_property_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('co_ownership_the_property_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40175.     }
  40176.     /**
  40177.      * Gets the private 'vich_uploader.listener.remove.co_ownership_the_property_response' shared service.
  40178.      *
  40179.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40180.      */
  40181.     protected function getVichUploader_Listener_Remove_CoOwnershipThePropertyResponseService()
  40182.     {
  40183.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40184.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40185.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40188.         return $this->privates['vich_uploader.listener.remove.co_ownership_the_property_response'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('co_ownership_the_property_response', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40189.     }
  40190.     /**
  40191.      * Gets the private 'vich_uploader.listener.remove.community_event_file' shared service.
  40192.      *
  40193.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40194.      */
  40195.     protected function getVichUploader_Listener_Remove_CommunityEventFileService()
  40196.     {
  40197.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40198.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40199.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40200.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40201.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40202.         return $this->privates['vich_uploader.listener.remove.community_event_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('community_event_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40203.     }
  40204.     /**
  40205.      * Gets the private 'vich_uploader.listener.remove.community_post_file' shared service.
  40206.      *
  40207.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40208.      */
  40209.     protected function getVichUploader_Listener_Remove_CommunityPostFileService()
  40210.     {
  40211.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40212.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40213.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40214.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40215.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40216.         return $this->privates['vich_uploader.listener.remove.community_post_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('community_post_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40217.     }
  40218.     /**
  40219.      * Gets the private 'vich_uploader.listener.remove.condominium_invoice_file' shared service.
  40220.      *
  40221.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40222.      */
  40223.     protected function getVichUploader_Listener_Remove_CondominiumInvoiceFileService()
  40224.     {
  40225.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40226.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40227.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40228.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40229.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40230.         return $this->privates['vich_uploader.listener.remove.condominium_invoice_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('condominium_invoice_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40231.     }
  40232.     /**
  40233.      * Gets the private 'vich_uploader.listener.remove.control_certificate' shared service.
  40234.      *
  40235.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40236.      */
  40237.     protected function getVichUploader_Listener_Remove_ControlCertificateService()
  40238.     {
  40239.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40240.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40241.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40242.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40244.         return $this->privates['vich_uploader.listener.remove.control_certificate'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('control_certificate', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40245.     }
  40246.     /**
  40247.      * Gets the private 'vich_uploader.listener.remove.dispenseFile' shared service.
  40248.      *
  40249.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40250.      */
  40251.     protected function getVichUploader_Listener_Remove_DispenseFileService()
  40252.     {
  40253.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40254.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40255.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40256.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40258.         return $this->privates['vich_uploader.listener.remove.dispenseFile'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('dispenseFile', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40259.     }
  40260.     /**
  40261.      * Gets the private 'vich_uploader.listener.remove.dvf_csv_pending' shared service.
  40262.      *
  40263.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40264.      */
  40265.     protected function getVichUploader_Listener_Remove_DvfCsvPendingService()
  40266.     {
  40267.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40268.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40269.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40270.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40272.         return $this->privates['vich_uploader.listener.remove.dvf_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('dvf_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40273.     }
  40274.     /**
  40275.      * Gets the private 'vich_uploader.listener.remove.edit_registers_file' shared service.
  40276.      *
  40277.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40278.      */
  40279.     protected function getVichUploader_Listener_Remove_EditRegistersFileService()
  40280.     {
  40281.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40282.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40283.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40284.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40285.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40286.         return $this->privates['vich_uploader.listener.remove.edit_registers_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('edit_registers_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40287.     }
  40288.     /**
  40289.      * Gets the private 'vich_uploader.listener.remove.education_csv' shared service.
  40290.      *
  40291.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40292.      */
  40293.     protected function getVichUploader_Listener_Remove_EducationCsvService()
  40294.     {
  40295.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40296.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40297.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40298.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40299.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40300.         return $this->privates['vich_uploader.listener.remove.education_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('education_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40301.     }
  40302.     /**
  40303.      * Gets the private 'vich_uploader.listener.remove.engie_csv_archived' shared service.
  40304.      *
  40305.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40306.      */
  40307.     protected function getVichUploader_Listener_Remove_EngieCsvArchivedService()
  40308.     {
  40309.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40310.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40311.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40312.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40313.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40314.         return $this->privates['vich_uploader.listener.remove.engie_csv_archived'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('engie_csv_archived', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40315.     }
  40316.     /**
  40317.      * Gets the private 'vich_uploader.listener.remove.engie_csv_pending' shared service.
  40318.      *
  40319.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40320.      */
  40321.     protected function getVichUploader_Listener_Remove_EngieCsvPendingService()
  40322.     {
  40323.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40324.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40325.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40326.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40327.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40328.         return $this->privates['vich_uploader.listener.remove.engie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('engie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40329.     }
  40330.     /**
  40331.      * Gets the private 'vich_uploader.listener.remove.enquetes_publics_csv' shared service.
  40332.      *
  40333.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40334.      */
  40335.     protected function getVichUploader_Listener_Remove_EnquetesPublicsCsvService()
  40336.     {
  40337.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40338.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40339.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40340.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40341.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40342.         return $this->privates['vich_uploader.listener.remove.enquetes_publics_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('enquetes_publics_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40343.     }
  40344.     /**
  40345.      * Gets the private 'vich_uploader.listener.remove.excel_file_pending' shared service.
  40346.      *
  40347.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40348.      */
  40349.     protected function getVichUploader_Listener_Remove_ExcelFilePendingService()
  40350.     {
  40351.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40352.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40353.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40354.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40355.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40356.         return $this->privates['vich_uploader.listener.remove.excel_file_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('excel_file_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40357.     }
  40358.     /**
  40359.      * Gets the private 'vich_uploader.listener.remove.garden_resource_document' shared service.
  40360.      *
  40361.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40362.      */
  40363.     protected function getVichUploader_Listener_Remove_GardenResourceDocumentService()
  40364.     {
  40365.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40366.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40367.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40368.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40369.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40370.         return $this->privates['vich_uploader.listener.remove.garden_resource_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('garden_resource_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40371.     }
  40372.     /**
  40373.      * Gets the private 'vich_uploader.listener.remove.identity_image' shared service.
  40374.      *
  40375.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40376.      */
  40377.     protected function getVichUploader_Listener_Remove_IdentityImageService()
  40378.     {
  40379.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40380.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40381.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40382.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40383.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40384.         return $this->privates['vich_uploader.listener.remove.identity_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('identity_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40385.     }
  40386.     /**
  40387.      * Gets the private 'vich_uploader.listener.remove.imo_agent_solicitation_image' shared service.
  40388.      *
  40389.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40390.      */
  40391.     protected function getVichUploader_Listener_Remove_ImoAgentSolicitationImageService()
  40392.     {
  40393.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40394.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40395.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40396.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40397.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40398.         return $this->privates['vich_uploader.listener.remove.imo_agent_solicitation_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('imo_agent_solicitation_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40399.     }
  40400.     /**
  40401.      * Gets the private 'vich_uploader.listener.remove.inventory_file' shared service.
  40402.      *
  40403.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40404.      */
  40405.     protected function getVichUploader_Listener_Remove_InventoryFileService()
  40406.     {
  40407.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40408.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40409.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40410.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40411.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40412.         return $this->privates['vich_uploader.listener.remove.inventory_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('inventory_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40413.     }
  40414.     /**
  40415.      * Gets the private 'vich_uploader.listener.remove.inventory_image' shared service.
  40416.      *
  40417.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40418.      */
  40419.     protected function getVichUploader_Listener_Remove_InventoryImageService()
  40420.     {
  40421.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40422.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40423.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40424.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40425.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40426.         return $this->privates['vich_uploader.listener.remove.inventory_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('inventory_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40427.     }
  40428.     /**
  40429.      * Gets the private 'vich_uploader.listener.remove.invoice_water_file' shared service.
  40430.      *
  40431.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40432.      */
  40433.     protected function getVichUploader_Listener_Remove_InvoiceWaterFileService()
  40434.     {
  40435.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40436.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40437.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40438.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40440.         return $this->privates['vich_uploader.listener.remove.invoice_water_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('invoice_water_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40441.     }
  40442.     /**
  40443.      * Gets the private 'vich_uploader.listener.remove.lease_contract' shared service.
  40444.      *
  40445.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40446.      */
  40447.     protected function getVichUploader_Listener_Remove_LeaseContractService()
  40448.     {
  40449.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40450.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40451.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40452.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40453.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40454.         return $this->privates['vich_uploader.listener.remove.lease_contract'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('lease_contract', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40455.     }
  40456.     /**
  40457.      * Gets the private 'vich_uploader.listener.remove.lease_contract_models' shared service.
  40458.      *
  40459.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40460.      */
  40461.     protected function getVichUploader_Listener_Remove_LeaseContractModelsService()
  40462.     {
  40463.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40464.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40465.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40466.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40467.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40468.         return $this->privates['vich_uploader.listener.remove.lease_contract_models'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('lease_contract_models', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40469.     }
  40470.     /**
  40471.      * Gets the private 'vich_uploader.listener.remove.message_file' shared service.
  40472.      *
  40473.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40474.      */
  40475.     protected function getVichUploader_Listener_Remove_MessageFileService()
  40476.     {
  40477.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40478.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40479.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40480.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40482.         return $this->privates['vich_uploader.listener.remove.message_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('message_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40483.     }
  40484.     /**
  40485.      * Gets the private 'vich_uploader.listener.remove.module_3D' shared service.
  40486.      *
  40487.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40488.      */
  40489.     protected function getVichUploader_Listener_Remove_Module3DService()
  40490.     {
  40491.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40492.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40496.         return $this->privates['vich_uploader.listener.remove.module_3D'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('module_3D', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40497.     }
  40498.     /**
  40499.      * Gets the private 'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file' shared service.
  40500.      *
  40501.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40502.      */
  40503.     protected function getVichUploader_Listener_Remove_NeightborhoodProjectAfterImprovementImageFileService()
  40504.     {
  40505.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40506.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40510.         return $this->privates['vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('neightborhood_project_after_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40511.     }
  40512.     /**
  40513.      * Gets the private 'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file' shared service.
  40514.      *
  40515.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40516.      */
  40517.     protected function getVichUploader_Listener_Remove_NeightborhoodProjectBeforeImprovementImageFileService()
  40518.     {
  40519.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40524.         return $this->privates['vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('neightborhood_project_before_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40525.     }
  40526.     /**
  40527.      * Gets the private 'vich_uploader.listener.remove.new_project_immo_csv' shared service.
  40528.      *
  40529.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40530.      */
  40531.     protected function getVichUploader_Listener_Remove_NewProjectImmoCsvService()
  40532.     {
  40533.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40534.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40536.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40537.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40538.         return $this->privates['vich_uploader.listener.remove.new_project_immo_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('new_project_immo_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40539.     }
  40540.     /**
  40541.      * Gets the private 'vich_uploader.listener.remove.obligation_csv_pending' shared service.
  40542.      *
  40543.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40544.      */
  40545.     protected function getVichUploader_Listener_Remove_ObligationCsvPendingService()
  40546.     {
  40547.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40548.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40550.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40551.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40552.         return $this->privates['vich_uploader.listener.remove.obligation_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('obligation_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40553.     }
  40554.     /**
  40555.      * Gets the private 'vich_uploader.listener.remove.occupation_period_file' shared service.
  40556.      *
  40557.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40558.      */
  40559.     protected function getVichUploader_Listener_Remove_OccupationPeriodFileService()
  40560.     {
  40561.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40562.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40563.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40564.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40565.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40566.         return $this->privates['vich_uploader.listener.remove.occupation_period_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('occupation_period_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40567.     }
  40568.     /**
  40569.      * Gets the private 'vich_uploader.listener.remove.offer_lease_agreement' shared service.
  40570.      *
  40571.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40572.      */
  40573.     protected function getVichUploader_Listener_Remove_OfferLeaseAgreementService()
  40574.     {
  40575.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40576.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40577.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40578.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40579.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40580.         return $this->privates['vich_uploader.listener.remove.offer_lease_agreement'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('offer_lease_agreement', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40581.     }
  40582.     /**
  40583.      * Gets the private 'vich_uploader.listener.remove.organic_plot_file' shared service.
  40584.      *
  40585.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40586.      */
  40587.     protected function getVichUploader_Listener_Remove_OrganicPlotFileService()
  40588.     {
  40589.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40590.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40591.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40592.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40593.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40594.         return $this->privates['vich_uploader.listener.remove.organic_plot_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('organic_plot_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40595.     }
  40596.     /**
  40597.      * Gets the private 'vich_uploader.listener.remove.pdf_location' shared service.
  40598.      *
  40599.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40600.      */
  40601.     protected function getVichUploader_Listener_Remove_PdfLocationService()
  40602.     {
  40603.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40604.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40605.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40606.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40607.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40608.         return $this->privates['vich_uploader.listener.remove.pdf_location'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('pdf_location', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40609.     }
  40610.     /**
  40611.      * Gets the private 'vich_uploader.listener.remove.pdf_mail_location' shared service.
  40612.      *
  40613.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40614.      */
  40615.     protected function getVichUploader_Listener_Remove_PdfMailLocationService()
  40616.     {
  40617.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40618.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40619.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40620.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40621.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40622.         return $this->privates['vich_uploader.listener.remove.pdf_mail_location'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('pdf_mail_location', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40623.     }
  40624.     /**
  40625.      * Gets the private 'vich_uploader.listener.remove.pdf_summary_maif' shared service.
  40626.      *
  40627.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40628.      */
  40629.     protected function getVichUploader_Listener_Remove_PdfSummaryMaifService()
  40630.     {
  40631.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40632.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40633.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40634.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40635.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40636.         return $this->privates['vich_uploader.listener.remove.pdf_summary_maif'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('pdf_summary_maif', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40637.     }
  40638.     /**
  40639.      * Gets the private 'vich_uploader.listener.remove.permit_citerne' shared service.
  40640.      *
  40641.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40642.      */
  40643.     protected function getVichUploader_Listener_Remove_PermitCiterneService()
  40644.     {
  40645.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40646.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40647.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40648.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40649.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40650.         return $this->privates['vich_uploader.listener.remove.permit_citerne'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('permit_citerne', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40651.     }
  40652.     /**
  40653.      * Gets the private 'vich_uploader.listener.remove.permit_environment_file' shared service.
  40654.      *
  40655.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40656.      */
  40657.     protected function getVichUploader_Listener_Remove_PermitEnvironmentFileService()
  40658.     {
  40659.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40660.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40661.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40662.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40663.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40664.         return $this->privates['vich_uploader.listener.remove.permit_environment_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('permit_environment_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40665.     }
  40666.     /**
  40667.      * Gets the private 'vich_uploader.listener.remove.permit_file' shared service.
  40668.      *
  40669.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40670.      */
  40671.     protected function getVichUploader_Listener_Remove_PermitFileService()
  40672.     {
  40673.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40674.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40675.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40676.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40677.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40678.         return $this->privates['vich_uploader.listener.remove.permit_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('permit_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40679.     }
  40680.     /**
  40681.      * Gets the private 'vich_uploader.listener.remove.picture_3D' shared service.
  40682.      *
  40683.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40684.      */
  40685.     protected function getVichUploader_Listener_Remove_Picture3DService()
  40686.     {
  40687.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40688.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40689.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40690.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40691.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40692.         return $this->privates['vich_uploader.listener.remove.picture_3D'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('picture_3D', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40693.     }
  40694.     /**
  40695.      * Gets the private 'vich_uploader.listener.remove.portfolio_files' shared service.
  40696.      *
  40697.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40698.      */
  40699.     protected function getVichUploader_Listener_Remove_PortfolioFilesService()
  40700.     {
  40701.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40702.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40703.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40704.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40705.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40706.         return $this->privates['vich_uploader.listener.remove.portfolio_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('portfolio_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40707.     }
  40708.     /**
  40709.      * Gets the private 'vich_uploader.listener.remove.ppas_affectation_csv_pending' shared service.
  40710.      *
  40711.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40712.      */
  40713.     protected function getVichUploader_Listener_Remove_PpasAffectationCsvPendingService()
  40714.     {
  40715.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40716.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40717.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40720.         return $this->privates['vich_uploader.listener.remove.ppas_affectation_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('ppas_affectation_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40721.     }
  40722.     /**
  40723.      * Gets the private 'vich_uploader.listener.remove.ppas_csv_pending' shared service.
  40724.      *
  40725.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40726.      */
  40727.     protected function getVichUploader_Listener_Remove_PpasCsvPendingService()
  40728.     {
  40729.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40730.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40732.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40733.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40734.         return $this->privates['vich_uploader.listener.remove.ppas_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('ppas_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40735.     }
  40736.     /**
  40737.      * Gets the private 'vich_uploader.listener.remove.pras_csv' shared service.
  40738.      *
  40739.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40740.      */
  40741.     protected function getVichUploader_Listener_Remove_PrasCsvService()
  40742.     {
  40743.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40744.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40745.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40746.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40747.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40748.         return $this->privates['vich_uploader.listener.remove.pras_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('pras_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40749.     }
  40750.     /**
  40751.      * Gets the private 'vich_uploader.listener.remove.prime_csv_pending' shared service.
  40752.      *
  40753.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40754.      */
  40755.     protected function getVichUploader_Listener_Remove_PrimeCsvPendingService()
  40756.     {
  40757.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40758.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40760.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40761.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40762.         return $this->privates['vich_uploader.listener.remove.prime_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('prime_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40763.     }
  40764.     /**
  40765.      * Gets the private 'vich_uploader.listener.remove.prime_pdf_template' shared service.
  40766.      *
  40767.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40768.      */
  40769.     protected function getVichUploader_Listener_Remove_PrimePdfTemplateService()
  40770.     {
  40771.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40772.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40773.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40774.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40775.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40776.         return $this->privates['vich_uploader.listener.remove.prime_pdf_template'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('prime_pdf_template', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40777.     }
  40778.     /**
  40779.      * Gets the private 'vich_uploader.listener.remove.prime_request_file' shared service.
  40780.      *
  40781.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40782.      */
  40783.     protected function getVichUploader_Listener_Remove_PrimeRequestFileService()
  40784.     {
  40785.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40786.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40787.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40788.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40789.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40790.         return $this->privates['vich_uploader.listener.remove.prime_request_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('prime_request_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40791.     }
  40792.     /**
  40793.      * Gets the private 'vich_uploader.listener.remove.property_demand_file' shared service.
  40794.      *
  40795.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40796.      */
  40797.     protected function getVichUploader_Listener_Remove_PropertyDemandFileService()
  40798.     {
  40799.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40800.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40801.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40802.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40803.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40804.         return $this->privates['vich_uploader.listener.remove.property_demand_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('property_demand_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40805.     }
  40806.     /**
  40807.      * Gets the private 'vich_uploader.listener.remove.property_document_file' shared service.
  40808.      *
  40809.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40810.      */
  40811.     protected function getVichUploader_Listener_Remove_PropertyDocumentFileService()
  40812.     {
  40813.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40814.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40815.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40816.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40817.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40818.         return $this->privates['vich_uploader.listener.remove.property_document_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('property_document_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40819.     }
  40820.     /**
  40821.      * Gets the private 'vich_uploader.listener.remove.provider_inverte_list_pending' shared service.
  40822.      *
  40823.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40824.      */
  40825.     protected function getVichUploader_Listener_Remove_ProviderInverteListPendingService()
  40826.     {
  40827.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40828.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40830.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40831.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40832.         return $this->privates['vich_uploader.listener.remove.provider_inverte_list_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('provider_inverte_list_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40833.     }
  40834.     /**
  40835.      * Gets the private 'vich_uploader.listener.remove.provider_society_csv_pending' shared service.
  40836.      *
  40837.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40838.      */
  40839.     protected function getVichUploader_Listener_Remove_ProviderSocietyCsvPendingService()
  40840.     {
  40841.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40842.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40844.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40845.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40846.         return $this->privates['vich_uploader.listener.remove.provider_society_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('provider_society_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40847.     }
  40848.     /**
  40849.      * Gets the private 'vich_uploader.listener.remove.provider_work' shared service.
  40850.      *
  40851.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40852.      */
  40853.     protected function getVichUploader_Listener_Remove_ProviderWorkService()
  40854.     {
  40855.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40856.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40857.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40858.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40859.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40860.         return $this->privates['vich_uploader.listener.remove.provider_work'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('provider_work', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40861.     }
  40862.     /**
  40863.      * Gets the private 'vich_uploader.listener.remove.public_inquiry_inprogress_excel' shared service.
  40864.      *
  40865.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40866.      */
  40867.     protected function getVichUploader_Listener_Remove_PublicInquiryInprogressExcelService()
  40868.     {
  40869.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40870.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40871.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40873.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40874.         return $this->privates['vich_uploader.listener.remove.public_inquiry_inprogress_excel'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('public_inquiry_inprogress_excel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40875.     }
  40876.     /**
  40877.      * Gets the private 'vich_uploader.listener.remove.rapport_pdf_property' shared service.
  40878.      *
  40879.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40880.      */
  40881.     protected function getVichUploader_Listener_Remove_RapportPdfPropertyService()
  40882.     {
  40883.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40884.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40885.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40886.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40887.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40888.         return $this->privates['vich_uploader.listener.remove.rapport_pdf_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('rapport_pdf_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40889.     }
  40890.     /**
  40891.      * Gets the private 'vich_uploader.listener.remove.register_environment_file' shared service.
  40892.      *
  40893.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40894.      */
  40895.     protected function getVichUploader_Listener_Remove_RegisterEnvironmentFileService()
  40896.     {
  40897.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40898.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40899.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40900.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40901.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40902.         return $this->privates['vich_uploader.listener.remove.register_environment_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('register_environment_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40903.     }
  40904.     /**
  40905.      * Gets the private 'vich_uploader.listener.remove.request_repayment_files' shared service.
  40906.      *
  40907.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40908.      */
  40909.     protected function getVichUploader_Listener_Remove_RequestRepaymentFilesService()
  40910.     {
  40911.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40912.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40913.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40914.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40915.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40916.         return $this->privates['vich_uploader.listener.remove.request_repayment_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('request_repayment_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40917.     }
  40918.     /**
  40919.      * Gets the private 'vich_uploader.listener.remove.sales_agreement_file_to_sign' shared service.
  40920.      *
  40921.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40922.      */
  40923.     protected function getVichUploader_Listener_Remove_SalesAgreementFileToSignService()
  40924.     {
  40925.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40926.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40928.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40929.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40930.         return $this->privates['vich_uploader.listener.remove.sales_agreement_file_to_sign'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('sales_agreement_file_to_sign', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40931.     }
  40932.     /**
  40933.      * Gets the private 'vich_uploader.listener.remove.surveillance_camera_document' shared service.
  40934.      *
  40935.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40936.      */
  40937.     protected function getVichUploader_Listener_Remove_SurveillanceCameraDocumentService()
  40938.     {
  40939.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40940.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40941.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40942.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40943.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40944.         return $this->privates['vich_uploader.listener.remove.surveillance_camera_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('surveillance_camera_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40945.     }
  40946.     /**
  40947.      * Gets the private 'vich_uploader.listener.remove.treeD_figuration_file' shared service.
  40948.      *
  40949.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40950.      */
  40951.     protected function getVichUploader_Listener_Remove_TreeDFigurationFileService()
  40952.     {
  40953.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40954.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40955.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40956.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40957.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40958.         return $this->privates['vich_uploader.listener.remove.treeD_figuration_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('treeD_figuration_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40959.     }
  40960.     /**
  40961.      * Gets the private 'vich_uploader.listener.remove.upload_archived' shared service.
  40962.      *
  40963.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40964.      */
  40965.     protected function getVichUploader_Listener_Remove_UploadArchivedService()
  40966.     {
  40967.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40968.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40969.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40970.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40971.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40972.         return $this->privates['vich_uploader.listener.remove.upload_archived'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_archived', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40973.     }
  40974.     /**
  40975.      * Gets the private 'vich_uploader.listener.remove.upload_bank_logo' shared service.
  40976.      *
  40977.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40978.      */
  40979.     protected function getVichUploader_Listener_Remove_UploadBankLogoService()
  40980.     {
  40981.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40982.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40983.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40984.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40985.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40986.         return $this->privates['vich_uploader.listener.remove.upload_bank_logo'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_bank_logo', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  40987.     }
  40988.     /**
  40989.      * Gets the private 'vich_uploader.listener.remove.upload_doc_property' shared service.
  40990.      *
  40991.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40992.      */
  40993.     protected function getVichUploader_Listener_Remove_UploadDocPropertyService()
  40994.     {
  40995.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40996.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40997.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40998.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41000.         return $this->privates['vich_uploader.listener.remove.upload_doc_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_doc_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41001.     }
  41002.     /**
  41003.      * Gets the private 'vich_uploader.listener.remove.upload_file_minutes' shared service.
  41004.      *
  41005.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41006.      */
  41007.     protected function getVichUploader_Listener_Remove_UploadFileMinutesService()
  41008.     {
  41009.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41010.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41012.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41013.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41014.         return $this->privates['vich_uploader.listener.remove.upload_file_minutes'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_file_minutes', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41015.     }
  41016.     /**
  41017.      * Gets the private 'vich_uploader.listener.remove.upload_icon_categorie_service' shared service.
  41018.      *
  41019.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41020.      */
  41021.     protected function getVichUploader_Listener_Remove_UploadIconCategorieServiceService()
  41022.     {
  41023.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41024.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41025.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41026.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41028.         return $this->privates['vich_uploader.listener.remove.upload_icon_categorie_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_icon_categorie_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41029.     }
  41030.     /**
  41031.      * Gets the private 'vich_uploader.listener.remove.upload_img_property' shared service.
  41032.      *
  41033.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41034.      */
  41035.     protected function getVichUploader_Listener_Remove_UploadImgPropertyService()
  41036.     {
  41037.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41038.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41039.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41040.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41041.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41042.         return $this->privates['vich_uploader.listener.remove.upload_img_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_img_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41043.     }
  41044.     /**
  41045.      * Gets the private 'vich_uploader.listener.remove.upload_img_pub' shared service.
  41046.      *
  41047.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41048.      */
  41049.     protected function getVichUploader_Listener_Remove_UploadImgPubService()
  41050.     {
  41051.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41052.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41053.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41054.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41056.         return $this->privates['vich_uploader.listener.remove.upload_img_pub'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_img_pub', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41057.     }
  41058.     /**
  41059.      * Gets the private 'vich_uploader.listener.remove.upload_img_service' shared service.
  41060.      *
  41061.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41062.      */
  41063.     protected function getVichUploader_Listener_Remove_UploadImgServiceService()
  41064.     {
  41065.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41066.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41067.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41068.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41070.         return $this->privates['vich_uploader.listener.remove.upload_img_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_img_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41071.     }
  41072.     /**
  41073.      * Gets the private 'vich_uploader.listener.remove.upload_logo_pro' shared service.
  41074.      *
  41075.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41076.      */
  41077.     protected function getVichUploader_Listener_Remove_UploadLogoProService()
  41078.     {
  41079.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41080.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41082.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41084.         return $this->privates['vich_uploader.listener.remove.upload_logo_pro'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_logo_pro', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41085.     }
  41086.     /**
  41087.      * Gets the private 'vich_uploader.listener.remove.upload_pending' shared service.
  41088.      *
  41089.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41090.      */
  41091.     protected function getVichUploader_Listener_Remove_UploadPendingService()
  41092.     {
  41093.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41094.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41095.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41096.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41098.         return $this->privates['vich_uploader.listener.remove.upload_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41099.     }
  41100.     /**
  41101.      * Gets the private 'vich_uploader.listener.remove.upload_rapport' shared service.
  41102.      *
  41103.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41104.      */
  41105.     protected function getVichUploader_Listener_Remove_UploadRapportService()
  41106.     {
  41107.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41108.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41110.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41111.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41112.         return $this->privates['vich_uploader.listener.remove.upload_rapport'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_rapport', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41113.     }
  41114.     /**
  41115.      * Gets the private 'vich_uploader.listener.remove.upload_rental_guarantee' shared service.
  41116.      *
  41117.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41118.      */
  41119.     protected function getVichUploader_Listener_Remove_UploadRentalGuaranteeService()
  41120.     {
  41121.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41122.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41123.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41124.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41125.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41126.         return $this->privates['vich_uploader.listener.remove.upload_rental_guarantee'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_rental_guarantee', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41127.     }
  41128.     /**
  41129.      * Gets the private 'vich_uploader.listener.remove.upload_traite' shared service.
  41130.      *
  41131.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41132.      */
  41133.     protected function getVichUploader_Listener_Remove_UploadTraiteService()
  41134.     {
  41135.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41136.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41138.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41139.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41140.         return $this->privates['vich_uploader.listener.remove.upload_traite'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('upload_traite', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41141.     }
  41142.     /**
  41143.      * Gets the private 'vich_uploader.listener.remove.uploads_syndics_response' shared service.
  41144.      *
  41145.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41146.      */
  41147.     protected function getVichUploader_Listener_Remove_UploadsSyndicsResponseService()
  41148.     {
  41149.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41150.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41152.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41154.         return $this->privates['vich_uploader.listener.remove.uploads_syndics_response'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('uploads_syndics_response', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41155.     }
  41156.     /**
  41157.      * Gets the private 'vich_uploader.listener.remove.user_logo' shared service.
  41158.      *
  41159.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41160.      */
  41161.     protected function getVichUploader_Listener_Remove_UserLogoService()
  41162.     {
  41163.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41164.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41165.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41166.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41167.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41168.         return $this->privates['vich_uploader.listener.remove.user_logo'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('user_logo', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41169.     }
  41170.     /**
  41171.      * Gets the private 'vich_uploader.listener.remove.wallonie_csv_pending' shared service.
  41172.      *
  41173.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41174.      */
  41175.     protected function getVichUploader_Listener_Remove_WallonieCsvPendingService()
  41176.     {
  41177.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41178.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41179.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41180.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41181.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41182.         return $this->privates['vich_uploader.listener.remove.wallonie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('wallonie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41183.     }
  41184.     /**
  41185.      * Gets the private 'vich_uploader.listener.remove.water_supplier_controller_excel' shared service.
  41186.      *
  41187.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41188.      */
  41189.     protected function getVichUploader_Listener_Remove_WaterSupplierControllerExcelService()
  41190.     {
  41191.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41192.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41194.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41195.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41196.         return $this->privates['vich_uploader.listener.remove.water_supplier_controller_excel'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('water_supplier_controller_excel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41197.     }
  41198.     /**
  41199.      * Gets the private 'vich_uploader.listener.remove.work_csv_pending' shared service.
  41200.      *
  41201.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41202.      */
  41203.     protected function getVichUploader_Listener_Remove_WorkCsvPendingService()
  41204.     {
  41205.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41206.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41210.         return $this->privates['vich_uploader.listener.remove.work_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('work_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41211.     }
  41212.     /**
  41213.      * Gets the private 'vich_uploader.listener.remove.work_rules_csv_pending' shared service.
  41214.      *
  41215.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41216.      */
  41217.     protected function getVichUploader_Listener_Remove_WorkRulesCsvPendingService()
  41218.     {
  41219.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41222.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41223.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41224.         return $this->privates['vich_uploader.listener.remove.work_rules_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener('work_rules_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41225.     }
  41226.     /**
  41227.      * Gets the private 'vich_uploader.listener.upload.Adress_csv_pending' shared service.
  41228.      *
  41229.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41230.      */
  41231.     protected function getVichUploader_Listener_Upload_AdressCsvPendingService()
  41232.     {
  41233.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41234.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41235.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41236.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41237.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41238.         return $this->privates['vich_uploader.listener.upload.Adress_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('Adress_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41239.     }
  41240.     /**
  41241.      * Gets the private 'vich_uploader.listener.upload.ThepropertyProvider_csv_pending' shared service.
  41242.      *
  41243.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41244.      */
  41245.     protected function getVichUploader_Listener_Upload_ThepropertyProviderCsvPendingService()
  41246.     {
  41247.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41248.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41249.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41250.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41251.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41252.         return $this->privates['vich_uploader.listener.upload.ThepropertyProvider_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('ThepropertyProvider_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41253.     }
  41254.     /**
  41255.      * Gets the private 'vich_uploader.listener.upload.annex_permit_file' shared service.
  41256.      *
  41257.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41258.      */
  41259.     protected function getVichUploader_Listener_Upload_AnnexPermitFileService()
  41260.     {
  41261.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41262.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41263.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41264.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41265.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41266.         return $this->privates['vich_uploader.listener.upload.annex_permit_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('annex_permit_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41267.     }
  41268.     /**
  41269.      * Gets the private 'vich_uploader.listener.upload.area_csv_pending' shared service.
  41270.      *
  41271.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41272.      */
  41273.     protected function getVichUploader_Listener_Upload_AreaCsvPendingService()
  41274.     {
  41275.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41276.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41277.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41278.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41280.         return $this->privates['vich_uploader.listener.upload.area_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('area_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41281.     }
  41282.     /**
  41283.      * Gets the private 'vich_uploader.listener.upload.bbox' shared service.
  41284.      *
  41285.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41286.      */
  41287.     protected function getVichUploader_Listener_Upload_BboxService()
  41288.     {
  41289.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41290.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41291.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41292.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41293.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41294.         return $this->privates['vich_uploader.listener.upload.bbox'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('bbox', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41295.     }
  41296.     /**
  41297.      * Gets the private 'vich_uploader.listener.upload.brugis_csv_pending' shared service.
  41298.      *
  41299.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41300.      */
  41301.     protected function getVichUploader_Listener_Upload_BrugisCsvPendingService()
  41302.     {
  41303.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41304.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41305.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41306.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41307.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41308.         return $this->privates['vich_uploader.listener.upload.brugis_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('brugis_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41309.     }
  41310.     /**
  41311.      * Gets the private 'vich_uploader.listener.upload.chat_file' shared service.
  41312.      *
  41313.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41314.      */
  41315.     protected function getVichUploader_Listener_Upload_ChatFileService()
  41316.     {
  41317.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41318.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41319.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41320.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41321.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41322.         return $this->privates['vich_uploader.listener.upload.chat_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('chat_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41323.     }
  41324.     /**
  41325.      * Gets the private 'vich_uploader.listener.upload.client_sales_agreement_file' shared service.
  41326.      *
  41327.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41328.      */
  41329.     protected function getVichUploader_Listener_Upload_ClientSalesAgreementFileService()
  41330.     {
  41331.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41332.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41333.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41334.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41335.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41336.         return $this->privates['vich_uploader.listener.upload.client_sales_agreement_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('client_sales_agreement_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41337.     }
  41338.     /**
  41339.      * Gets the private 'vich_uploader.listener.upload.co_ownership_document' shared service.
  41340.      *
  41341.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41342.      */
  41343.     protected function getVichUploader_Listener_Upload_CoOwnershipDocumentService()
  41344.     {
  41345.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41346.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41347.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41348.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41349.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41350.         return $this->privates['vich_uploader.listener.upload.co_ownership_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('co_ownership_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41351.     }
  41352.     /**
  41353.      * Gets the private 'vich_uploader.listener.upload.co_ownership_invoices' shared service.
  41354.      *
  41355.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41356.      */
  41357.     protected function getVichUploader_Listener_Upload_CoOwnershipInvoicesService()
  41358.     {
  41359.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41360.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41361.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41362.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41363.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41364.         return $this->privates['vich_uploader.listener.upload.co_ownership_invoices'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('co_ownership_invoices', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41365.     }
  41366.     /**
  41367.      * Gets the private 'vich_uploader.listener.upload.co_ownership_meeting_transcript' shared service.
  41368.      *
  41369.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41370.      */
  41371.     protected function getVichUploader_Listener_Upload_CoOwnershipMeetingTranscriptService()
  41372.     {
  41373.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41374.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41375.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41376.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41377.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41378.         return $this->privates['vich_uploader.listener.upload.co_ownership_meeting_transcript'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('co_ownership_meeting_transcript', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41379.     }
  41380.     /**
  41381.      * Gets the private 'vich_uploader.listener.upload.co_ownership_report' shared service.
  41382.      *
  41383.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41384.      */
  41385.     protected function getVichUploader_Listener_Upload_CoOwnershipReportService()
  41386.     {
  41387.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41388.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41389.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41390.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41391.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41392.         return $this->privates['vich_uploader.listener.upload.co_ownership_report'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('co_ownership_report', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41393.     }
  41394.     /**
  41395.      * Gets the private 'vich_uploader.listener.upload.co_ownership_the_property_file' shared service.
  41396.      *
  41397.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41398.      */
  41399.     protected function getVichUploader_Listener_Upload_CoOwnershipThePropertyFileService()
  41400.     {
  41401.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41402.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41403.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41404.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41405.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41406.         return $this->privates['vich_uploader.listener.upload.co_ownership_the_property_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('co_ownership_the_property_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41407.     }
  41408.     /**
  41409.      * Gets the private 'vich_uploader.listener.upload.co_ownership_the_property_response' shared service.
  41410.      *
  41411.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41412.      */
  41413.     protected function getVichUploader_Listener_Upload_CoOwnershipThePropertyResponseService()
  41414.     {
  41415.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41416.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41417.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41418.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41419.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41420.         return $this->privates['vich_uploader.listener.upload.co_ownership_the_property_response'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('co_ownership_the_property_response', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41421.     }
  41422.     /**
  41423.      * Gets the private 'vich_uploader.listener.upload.community_event_file' shared service.
  41424.      *
  41425.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41426.      */
  41427.     protected function getVichUploader_Listener_Upload_CommunityEventFileService()
  41428.     {
  41429.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41430.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41431.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41432.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41433.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41434.         return $this->privates['vich_uploader.listener.upload.community_event_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('community_event_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41435.     }
  41436.     /**
  41437.      * Gets the private 'vich_uploader.listener.upload.community_post_file' shared service.
  41438.      *
  41439.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41440.      */
  41441.     protected function getVichUploader_Listener_Upload_CommunityPostFileService()
  41442.     {
  41443.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41444.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41445.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41446.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41447.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41448.         return $this->privates['vich_uploader.listener.upload.community_post_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('community_post_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41449.     }
  41450.     /**
  41451.      * Gets the private 'vich_uploader.listener.upload.condominium_invoice_file' shared service.
  41452.      *
  41453.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41454.      */
  41455.     protected function getVichUploader_Listener_Upload_CondominiumInvoiceFileService()
  41456.     {
  41457.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41458.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41459.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41460.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41461.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41462.         return $this->privates['vich_uploader.listener.upload.condominium_invoice_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('condominium_invoice_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41463.     }
  41464.     /**
  41465.      * Gets the private 'vich_uploader.listener.upload.control_certificate' shared service.
  41466.      *
  41467.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41468.      */
  41469.     protected function getVichUploader_Listener_Upload_ControlCertificateService()
  41470.     {
  41471.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41472.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41473.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41474.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41475.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41476.         return $this->privates['vich_uploader.listener.upload.control_certificate'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('control_certificate', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41477.     }
  41478.     /**
  41479.      * Gets the private 'vich_uploader.listener.upload.deedOfSale' shared service.
  41480.      *
  41481.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41482.      */
  41483.     protected function getVichUploader_Listener_Upload_DeedOfSaleService()
  41484.     {
  41485.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41486.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41487.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41488.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41489.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41490.         return $this->privates['vich_uploader.listener.upload.deedOfSale'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('deedOfSale', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41491.     }
  41492.     /**
  41493.      * Gets the private 'vich_uploader.listener.upload.dispenseFile' shared service.
  41494.      *
  41495.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41496.      */
  41497.     protected function getVichUploader_Listener_Upload_DispenseFileService()
  41498.     {
  41499.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41500.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41501.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41502.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41503.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41504.         return $this->privates['vich_uploader.listener.upload.dispenseFile'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('dispenseFile', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41505.     }
  41506.     /**
  41507.      * Gets the private 'vich_uploader.listener.upload.dvf_csv_pending' shared service.
  41508.      *
  41509.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41510.      */
  41511.     protected function getVichUploader_Listener_Upload_DvfCsvPendingService()
  41512.     {
  41513.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41514.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41515.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41516.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41517.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41518.         return $this->privates['vich_uploader.listener.upload.dvf_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('dvf_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41519.     }
  41520.     /**
  41521.      * Gets the private 'vich_uploader.listener.upload.edit_registers_file' shared service.
  41522.      *
  41523.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41524.      */
  41525.     protected function getVichUploader_Listener_Upload_EditRegistersFileService()
  41526.     {
  41527.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41528.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41529.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41530.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41531.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41532.         return $this->privates['vich_uploader.listener.upload.edit_registers_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('edit_registers_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41533.     }
  41534.     /**
  41535.      * Gets the private 'vich_uploader.listener.upload.education_csv' shared service.
  41536.      *
  41537.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41538.      */
  41539.     protected function getVichUploader_Listener_Upload_EducationCsvService()
  41540.     {
  41541.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41542.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41543.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41544.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41545.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41546.         return $this->privates['vich_uploader.listener.upload.education_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('education_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41547.     }
  41548.     /**
  41549.      * Gets the private 'vich_uploader.listener.upload.engie_csv_archived' shared service.
  41550.      *
  41551.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41552.      */
  41553.     protected function getVichUploader_Listener_Upload_EngieCsvArchivedService()
  41554.     {
  41555.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41556.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41557.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41558.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41559.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41560.         return $this->privates['vich_uploader.listener.upload.engie_csv_archived'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('engie_csv_archived', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41561.     }
  41562.     /**
  41563.      * Gets the private 'vich_uploader.listener.upload.engie_csv_pending' shared service.
  41564.      *
  41565.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41566.      */
  41567.     protected function getVichUploader_Listener_Upload_EngieCsvPendingService()
  41568.     {
  41569.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41570.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41571.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41572.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41573.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41574.         return $this->privates['vich_uploader.listener.upload.engie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('engie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41575.     }
  41576.     /**
  41577.      * Gets the private 'vich_uploader.listener.upload.enquetes_publics_csv' shared service.
  41578.      *
  41579.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41580.      */
  41581.     protected function getVichUploader_Listener_Upload_EnquetesPublicsCsvService()
  41582.     {
  41583.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41584.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41585.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41586.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41587.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41588.         return $this->privates['vich_uploader.listener.upload.enquetes_publics_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('enquetes_publics_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41589.     }
  41590.     /**
  41591.      * Gets the private 'vich_uploader.listener.upload.excel_file_pending' shared service.
  41592.      *
  41593.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41594.      */
  41595.     protected function getVichUploader_Listener_Upload_ExcelFilePendingService()
  41596.     {
  41597.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41598.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41599.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41600.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41601.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41602.         return $this->privates['vich_uploader.listener.upload.excel_file_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('excel_file_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41603.     }
  41604.     /**
  41605.      * Gets the private 'vich_uploader.listener.upload.garden_resource_document' shared service.
  41606.      *
  41607.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41608.      */
  41609.     protected function getVichUploader_Listener_Upload_GardenResourceDocumentService()
  41610.     {
  41611.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41612.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41613.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41614.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41615.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41616.         return $this->privates['vich_uploader.listener.upload.garden_resource_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('garden_resource_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41617.     }
  41618.     /**
  41619.      * Gets the private 'vich_uploader.listener.upload.identity_image' shared service.
  41620.      *
  41621.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41622.      */
  41623.     protected function getVichUploader_Listener_Upload_IdentityImageService()
  41624.     {
  41625.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41626.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41627.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41628.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41629.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41630.         return $this->privates['vich_uploader.listener.upload.identity_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('identity_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41631.     }
  41632.     /**
  41633.      * Gets the private 'vich_uploader.listener.upload.imo_agent_solicitation_image' shared service.
  41634.      *
  41635.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41636.      */
  41637.     protected function getVichUploader_Listener_Upload_ImoAgentSolicitationImageService()
  41638.     {
  41639.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41640.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41641.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41642.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41643.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41644.         return $this->privates['vich_uploader.listener.upload.imo_agent_solicitation_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('imo_agent_solicitation_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41645.     }
  41646.     /**
  41647.      * Gets the private 'vich_uploader.listener.upload.inventory_file' shared service.
  41648.      *
  41649.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41650.      */
  41651.     protected function getVichUploader_Listener_Upload_InventoryFileService()
  41652.     {
  41653.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41654.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41655.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41656.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41657.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41658.         return $this->privates['vich_uploader.listener.upload.inventory_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('inventory_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41659.     }
  41660.     /**
  41661.      * Gets the private 'vich_uploader.listener.upload.inventory_image' shared service.
  41662.      *
  41663.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41664.      */
  41665.     protected function getVichUploader_Listener_Upload_InventoryImageService()
  41666.     {
  41667.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41668.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41669.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41670.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41672.         return $this->privates['vich_uploader.listener.upload.inventory_image'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('inventory_image', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41673.     }
  41674.     /**
  41675.      * Gets the private 'vich_uploader.listener.upload.invoice_water_file' shared service.
  41676.      *
  41677.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41678.      */
  41679.     protected function getVichUploader_Listener_Upload_InvoiceWaterFileService()
  41680.     {
  41681.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41685.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41686.         return $this->privates['vich_uploader.listener.upload.invoice_water_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('invoice_water_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41687.     }
  41688.     /**
  41689.      * Gets the private 'vich_uploader.listener.upload.lease_contract' shared service.
  41690.      *
  41691.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41692.      */
  41693.     protected function getVichUploader_Listener_Upload_LeaseContractService()
  41694.     {
  41695.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41696.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41698.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41699.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41700.         return $this->privates['vich_uploader.listener.upload.lease_contract'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('lease_contract', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41701.     }
  41702.     /**
  41703.      * Gets the private 'vich_uploader.listener.upload.lease_contract_models' shared service.
  41704.      *
  41705.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41706.      */
  41707.     protected function getVichUploader_Listener_Upload_LeaseContractModelsService()
  41708.     {
  41709.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41710.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41711.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41712.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41713.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41714.         return $this->privates['vich_uploader.listener.upload.lease_contract_models'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('lease_contract_models', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41715.     }
  41716.     /**
  41717.      * Gets the private 'vich_uploader.listener.upload.message_file' shared service.
  41718.      *
  41719.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41720.      */
  41721.     protected function getVichUploader_Listener_Upload_MessageFileService()
  41722.     {
  41723.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41724.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41725.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41726.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41727.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41728.         return $this->privates['vich_uploader.listener.upload.message_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('message_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41729.     }
  41730.     /**
  41731.      * Gets the private 'vich_uploader.listener.upload.module_3D' shared service.
  41732.      *
  41733.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41734.      */
  41735.     protected function getVichUploader_Listener_Upload_Module3DService()
  41736.     {
  41737.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41738.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41739.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41740.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41741.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41742.         return $this->privates['vich_uploader.listener.upload.module_3D'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('module_3D', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41743.     }
  41744.     /**
  41745.      * Gets the private 'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file' shared service.
  41746.      *
  41747.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41748.      */
  41749.     protected function getVichUploader_Listener_Upload_NeightborhoodProjectAfterImprovementImageFileService()
  41750.     {
  41751.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41752.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41753.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41754.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41756.         return $this->privates['vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('neightborhood_project_after_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41757.     }
  41758.     /**
  41759.      * Gets the private 'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file' shared service.
  41760.      *
  41761.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41762.      */
  41763.     protected function getVichUploader_Listener_Upload_NeightborhoodProjectBeforeImprovementImageFileService()
  41764.     {
  41765.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41766.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41767.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41768.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41769.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41770.         return $this->privates['vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('neightborhood_project_before_improvement_image_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41771.     }
  41772.     /**
  41773.      * Gets the private 'vich_uploader.listener.upload.new_project_immo_csv' shared service.
  41774.      *
  41775.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41776.      */
  41777.     protected function getVichUploader_Listener_Upload_NewProjectImmoCsvService()
  41778.     {
  41779.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41780.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41782.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41783.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41784.         return $this->privates['vich_uploader.listener.upload.new_project_immo_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('new_project_immo_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41785.     }
  41786.     /**
  41787.      * Gets the private 'vich_uploader.listener.upload.notary_csv_pending' shared service.
  41788.      *
  41789.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41790.      */
  41791.     protected function getVichUploader_Listener_Upload_NotaryCsvPendingService()
  41792.     {
  41793.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41794.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41796.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41797.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41798.         return $this->privates['vich_uploader.listener.upload.notary_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('notary_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41799.     }
  41800.     /**
  41801.      * Gets the private 'vich_uploader.listener.upload.obligation_csv_pending' shared service.
  41802.      *
  41803.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41804.      */
  41805.     protected function getVichUploader_Listener_Upload_ObligationCsvPendingService()
  41806.     {
  41807.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41808.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41809.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41810.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41811.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41812.         return $this->privates['vich_uploader.listener.upload.obligation_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('obligation_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41813.     }
  41814.     /**
  41815.      * Gets the private 'vich_uploader.listener.upload.occupation_period_file' shared service.
  41816.      *
  41817.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41818.      */
  41819.     protected function getVichUploader_Listener_Upload_OccupationPeriodFileService()
  41820.     {
  41821.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41822.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41823.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41824.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41825.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41826.         return $this->privates['vich_uploader.listener.upload.occupation_period_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('occupation_period_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41827.     }
  41828.     /**
  41829.      * Gets the private 'vich_uploader.listener.upload.occupie_csv_pending' shared service.
  41830.      *
  41831.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41832.      */
  41833.     protected function getVichUploader_Listener_Upload_OccupieCsvPendingService()
  41834.     {
  41835.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41836.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41837.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41838.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41839.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41840.         return $this->privates['vich_uploader.listener.upload.occupie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('occupie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41841.     }
  41842.     /**
  41843.      * Gets the private 'vich_uploader.listener.upload.offer_lease_agreement' shared service.
  41844.      *
  41845.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41846.      */
  41847.     protected function getVichUploader_Listener_Upload_OfferLeaseAgreementService()
  41848.     {
  41849.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41850.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41851.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41852.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41853.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41854.         return $this->privates['vich_uploader.listener.upload.offer_lease_agreement'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('offer_lease_agreement', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41855.     }
  41856.     /**
  41857.      * Gets the private 'vich_uploader.listener.upload.organic_plot_file' shared service.
  41858.      *
  41859.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41860.      */
  41861.     protected function getVichUploader_Listener_Upload_OrganicPlotFileService()
  41862.     {
  41863.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41864.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41865.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41866.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41867.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41868.         return $this->privates['vich_uploader.listener.upload.organic_plot_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('organic_plot_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41869.     }
  41870.     /**
  41871.      * Gets the private 'vich_uploader.listener.upload.pdf_location' shared service.
  41872.      *
  41873.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41874.      */
  41875.     protected function getVichUploader_Listener_Upload_PdfLocationService()
  41876.     {
  41877.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41878.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41880.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41881.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41882.         return $this->privates['vich_uploader.listener.upload.pdf_location'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('pdf_location', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41883.     }
  41884.     /**
  41885.      * Gets the private 'vich_uploader.listener.upload.pdf_mail_location' shared service.
  41886.      *
  41887.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41888.      */
  41889.     protected function getVichUploader_Listener_Upload_PdfMailLocationService()
  41890.     {
  41891.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41892.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41894.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41895.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41896.         return $this->privates['vich_uploader.listener.upload.pdf_mail_location'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('pdf_mail_location', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41897.     }
  41898.     /**
  41899.      * Gets the private 'vich_uploader.listener.upload.pdf_summary_maif' shared service.
  41900.      *
  41901.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41902.      */
  41903.     protected function getVichUploader_Listener_Upload_PdfSummaryMaifService()
  41904.     {
  41905.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41906.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41907.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41908.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41909.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41910.         return $this->privates['vich_uploader.listener.upload.pdf_summary_maif'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('pdf_summary_maif', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41911.     }
  41912.     /**
  41913.      * Gets the private 'vich_uploader.listener.upload.permit_citerne' shared service.
  41914.      *
  41915.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41916.      */
  41917.     protected function getVichUploader_Listener_Upload_PermitCiterneService()
  41918.     {
  41919.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41920.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41921.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41922.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41923.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41924.         return $this->privates['vich_uploader.listener.upload.permit_citerne'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('permit_citerne', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41925.     }
  41926.     /**
  41927.      * Gets the private 'vich_uploader.listener.upload.permit_environment_file' shared service.
  41928.      *
  41929.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41930.      */
  41931.     protected function getVichUploader_Listener_Upload_PermitEnvironmentFileService()
  41932.     {
  41933.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41934.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41935.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41936.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41937.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41938.         return $this->privates['vich_uploader.listener.upload.permit_environment_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('permit_environment_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41939.     }
  41940.     /**
  41941.      * Gets the private 'vich_uploader.listener.upload.permit_file' shared service.
  41942.      *
  41943.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41944.      */
  41945.     protected function getVichUploader_Listener_Upload_PermitFileService()
  41946.     {
  41947.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41948.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41949.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41950.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41951.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41952.         return $this->privates['vich_uploader.listener.upload.permit_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('permit_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41953.     }
  41954.     /**
  41955.      * Gets the private 'vich_uploader.listener.upload.picture_3D' shared service.
  41956.      *
  41957.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41958.      */
  41959.     protected function getVichUploader_Listener_Upload_Picture3DService()
  41960.     {
  41961.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41962.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41963.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41964.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41965.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41966.         return $this->privates['vich_uploader.listener.upload.picture_3D'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('picture_3D', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41967.     }
  41968.     /**
  41969.      * Gets the private 'vich_uploader.listener.upload.portfolio_files' shared service.
  41970.      *
  41971.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41972.      */
  41973.     protected function getVichUploader_Listener_Upload_PortfolioFilesService()
  41974.     {
  41975.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41976.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41977.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41978.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41979.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41980.         return $this->privates['vich_uploader.listener.upload.portfolio_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('portfolio_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41981.     }
  41982.     /**
  41983.      * Gets the private 'vich_uploader.listener.upload.ppas_affectation_csv_pending' shared service.
  41984.      *
  41985.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41986.      */
  41987.     protected function getVichUploader_Listener_Upload_PpasAffectationCsvPendingService()
  41988.     {
  41989.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41990.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41991.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41992.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41993.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41994.         return $this->privates['vich_uploader.listener.upload.ppas_affectation_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('ppas_affectation_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  41995.     }
  41996.     /**
  41997.      * Gets the private 'vich_uploader.listener.upload.ppas_csv_pending' shared service.
  41998.      *
  41999.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42000.      */
  42001.     protected function getVichUploader_Listener_Upload_PpasCsvPendingService()
  42002.     {
  42003.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42004.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42005.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42006.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42007.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42008.         return $this->privates['vich_uploader.listener.upload.ppas_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('ppas_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42009.     }
  42010.     /**
  42011.      * Gets the private 'vich_uploader.listener.upload.pras_csv' shared service.
  42012.      *
  42013.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42014.      */
  42015.     protected function getVichUploader_Listener_Upload_PrasCsvService()
  42016.     {
  42017.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42018.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42019.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42020.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42021.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42022.         return $this->privates['vich_uploader.listener.upload.pras_csv'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('pras_csv', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42023.     }
  42024.     /**
  42025.      * Gets the private 'vich_uploader.listener.upload.prime_csv_pending' shared service.
  42026.      *
  42027.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42028.      */
  42029.     protected function getVichUploader_Listener_Upload_PrimeCsvPendingService()
  42030.     {
  42031.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42032.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42035.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42036.         return $this->privates['vich_uploader.listener.upload.prime_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('prime_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42037.     }
  42038.     /**
  42039.      * Gets the private 'vich_uploader.listener.upload.prime_pdf_template' shared service.
  42040.      *
  42041.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42042.      */
  42043.     protected function getVichUploader_Listener_Upload_PrimePdfTemplateService()
  42044.     {
  42045.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42046.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42048.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42049.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42050.         return $this->privates['vich_uploader.listener.upload.prime_pdf_template'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('prime_pdf_template', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42051.     }
  42052.     /**
  42053.      * Gets the private 'vich_uploader.listener.upload.prime_request_file' shared service.
  42054.      *
  42055.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42056.      */
  42057.     protected function getVichUploader_Listener_Upload_PrimeRequestFileService()
  42058.     {
  42059.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42060.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42061.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42062.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42063.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42064.         return $this->privates['vich_uploader.listener.upload.prime_request_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('prime_request_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42065.     }
  42066.     /**
  42067.      * Gets the private 'vich_uploader.listener.upload.property_demand_file' shared service.
  42068.      *
  42069.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42070.      */
  42071.     protected function getVichUploader_Listener_Upload_PropertyDemandFileService()
  42072.     {
  42073.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42074.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42075.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42076.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42077.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42078.         return $this->privates['vich_uploader.listener.upload.property_demand_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('property_demand_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42079.     }
  42080.     /**
  42081.      * Gets the private 'vich_uploader.listener.upload.property_document_file' shared service.
  42082.      *
  42083.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42084.      */
  42085.     protected function getVichUploader_Listener_Upload_PropertyDocumentFileService()
  42086.     {
  42087.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42088.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42089.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42090.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42091.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42092.         return $this->privates['vich_uploader.listener.upload.property_document_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('property_document_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42093.     }
  42094.     /**
  42095.      * Gets the private 'vich_uploader.listener.upload.provider_inverte_list_pending' shared service.
  42096.      *
  42097.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42098.      */
  42099.     protected function getVichUploader_Listener_Upload_ProviderInverteListPendingService()
  42100.     {
  42101.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42102.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42103.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42104.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42105.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42106.         return $this->privates['vich_uploader.listener.upload.provider_inverte_list_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('provider_inverte_list_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42107.     }
  42108.     /**
  42109.      * Gets the private 'vich_uploader.listener.upload.provider_society_csv_pending' shared service.
  42110.      *
  42111.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42112.      */
  42113.     protected function getVichUploader_Listener_Upload_ProviderSocietyCsvPendingService()
  42114.     {
  42115.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42116.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42117.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42118.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42119.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42120.         return $this->privates['vich_uploader.listener.upload.provider_society_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('provider_society_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42121.     }
  42122.     /**
  42123.      * Gets the private 'vich_uploader.listener.upload.provider_work' shared service.
  42124.      *
  42125.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42126.      */
  42127.     protected function getVichUploader_Listener_Upload_ProviderWorkService()
  42128.     {
  42129.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42130.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42131.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42132.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42134.         return $this->privates['vich_uploader.listener.upload.provider_work'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('provider_work', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42135.     }
  42136.     /**
  42137.      * Gets the private 'vich_uploader.listener.upload.public_inquiry_inprogress_excel' shared service.
  42138.      *
  42139.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42140.      */
  42141.     protected function getVichUploader_Listener_Upload_PublicInquiryInprogressExcelService()
  42142.     {
  42143.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42144.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42145.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42146.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42147.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42148.         return $this->privates['vich_uploader.listener.upload.public_inquiry_inprogress_excel'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('public_inquiry_inprogress_excel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42149.     }
  42150.     /**
  42151.      * Gets the private 'vich_uploader.listener.upload.rapport_pdf_property' shared service.
  42152.      *
  42153.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42154.      */
  42155.     protected function getVichUploader_Listener_Upload_RapportPdfPropertyService()
  42156.     {
  42157.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42158.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42159.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42160.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42161.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42162.         return $this->privates['vich_uploader.listener.upload.rapport_pdf_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('rapport_pdf_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42163.     }
  42164.     /**
  42165.      * Gets the private 'vich_uploader.listener.upload.register_environment_file' shared service.
  42166.      *
  42167.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42168.      */
  42169.     protected function getVichUploader_Listener_Upload_RegisterEnvironmentFileService()
  42170.     {
  42171.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42172.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42173.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42174.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42175.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42176.         return $this->privates['vich_uploader.listener.upload.register_environment_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('register_environment_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42177.     }
  42178.     /**
  42179.      * Gets the private 'vich_uploader.listener.upload.request_repayment_files' shared service.
  42180.      *
  42181.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42182.      */
  42183.     protected function getVichUploader_Listener_Upload_RequestRepaymentFilesService()
  42184.     {
  42185.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42188.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42189.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42190.         return $this->privates['vich_uploader.listener.upload.request_repayment_files'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('request_repayment_files', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42191.     }
  42192.     /**
  42193.      * Gets the private 'vich_uploader.listener.upload.salesAgreementFile' shared service.
  42194.      *
  42195.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42196.      */
  42197.     protected function getVichUploader_Listener_Upload_SalesAgreementFileService()
  42198.     {
  42199.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42200.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42201.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42202.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42203.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42204.         return $this->privates['vich_uploader.listener.upload.salesAgreementFile'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('salesAgreementFile', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42205.     }
  42206.     /**
  42207.      * Gets the private 'vich_uploader.listener.upload.sales_agreement_file_to_sign' shared service.
  42208.      *
  42209.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42210.      */
  42211.     protected function getVichUploader_Listener_Upload_SalesAgreementFileToSignService()
  42212.     {
  42213.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42214.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42215.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42216.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42217.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42218.         return $this->privates['vich_uploader.listener.upload.sales_agreement_file_to_sign'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('sales_agreement_file_to_sign', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42219.     }
  42220.     /**
  42221.      * Gets the private 'vich_uploader.listener.upload.surveillance_camera_document' shared service.
  42222.      *
  42223.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42224.      */
  42225.     protected function getVichUploader_Listener_Upload_SurveillanceCameraDocumentService()
  42226.     {
  42227.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42228.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42229.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42230.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42231.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42232.         return $this->privates['vich_uploader.listener.upload.surveillance_camera_document'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('surveillance_camera_document', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42233.     }
  42234.     /**
  42235.      * Gets the private 'vich_uploader.listener.upload.syndic_Apartment_csv_pending' shared service.
  42236.      *
  42237.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42238.      */
  42239.     protected function getVichUploader_Listener_Upload_SyndicApartmentCsvPendingService()
  42240.     {
  42241.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42242.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42244.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42245.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42246.         return $this->privates['vich_uploader.listener.upload.syndic_Apartment_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('syndic_Apartment_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42247.     }
  42248.     /**
  42249.      * Gets the private 'vich_uploader.listener.upload.treeD_figuration_file' shared service.
  42250.      *
  42251.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42252.      */
  42253.     protected function getVichUploader_Listener_Upload_TreeDFigurationFileService()
  42254.     {
  42255.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42256.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42259.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42260.         return $this->privates['vich_uploader.listener.upload.treeD_figuration_file'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('treeD_figuration_file', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42261.     }
  42262.     /**
  42263.      * Gets the private 'vich_uploader.listener.upload.upload_archived' shared service.
  42264.      *
  42265.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42266.      */
  42267.     protected function getVichUploader_Listener_Upload_UploadArchivedService()
  42268.     {
  42269.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42270.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42272.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42273.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42274.         return $this->privates['vich_uploader.listener.upload.upload_archived'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_archived', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42275.     }
  42276.     /**
  42277.      * Gets the private 'vich_uploader.listener.upload.upload_bank_logo' shared service.
  42278.      *
  42279.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42280.      */
  42281.     protected function getVichUploader_Listener_Upload_UploadBankLogoService()
  42282.     {
  42283.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42284.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42285.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42286.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42287.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42288.         return $this->privates['vich_uploader.listener.upload.upload_bank_logo'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_bank_logo', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42289.     }
  42290.     /**
  42291.      * Gets the private 'vich_uploader.listener.upload.upload_doc_property' shared service.
  42292.      *
  42293.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42294.      */
  42295.     protected function getVichUploader_Listener_Upload_UploadDocPropertyService()
  42296.     {
  42297.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42298.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42299.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42300.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42301.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42302.         return $this->privates['vich_uploader.listener.upload.upload_doc_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_doc_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42303.     }
  42304.     /**
  42305.      * Gets the private 'vich_uploader.listener.upload.upload_file_minutes' shared service.
  42306.      *
  42307.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42308.      */
  42309.     protected function getVichUploader_Listener_Upload_UploadFileMinutesService()
  42310.     {
  42311.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42312.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42313.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42314.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42315.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42316.         return $this->privates['vich_uploader.listener.upload.upload_file_minutes'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_file_minutes', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42317.     }
  42318.     /**
  42319.      * Gets the private 'vich_uploader.listener.upload.upload_icon_categorie_service' shared service.
  42320.      *
  42321.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42322.      */
  42323.     protected function getVichUploader_Listener_Upload_UploadIconCategorieServiceService()
  42324.     {
  42325.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42326.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42327.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42328.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42329.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42330.         return $this->privates['vich_uploader.listener.upload.upload_icon_categorie_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_icon_categorie_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42331.     }
  42332.     /**
  42333.      * Gets the private 'vich_uploader.listener.upload.upload_img_property' shared service.
  42334.      *
  42335.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42336.      */
  42337.     protected function getVichUploader_Listener_Upload_UploadImgPropertyService()
  42338.     {
  42339.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42340.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42341.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42342.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42343.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42344.         return $this->privates['vich_uploader.listener.upload.upload_img_property'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_img_property', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42345.     }
  42346.     /**
  42347.      * Gets the private 'vich_uploader.listener.upload.upload_img_pub' shared service.
  42348.      *
  42349.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42350.      */
  42351.     protected function getVichUploader_Listener_Upload_UploadImgPubService()
  42352.     {
  42353.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42354.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42355.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42356.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42357.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42358.         return $this->privates['vich_uploader.listener.upload.upload_img_pub'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_img_pub', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42359.     }
  42360.     /**
  42361.      * Gets the private 'vich_uploader.listener.upload.upload_img_service' shared service.
  42362.      *
  42363.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42364.      */
  42365.     protected function getVichUploader_Listener_Upload_UploadImgServiceService()
  42366.     {
  42367.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42368.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42369.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42370.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42371.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42372.         return $this->privates['vich_uploader.listener.upload.upload_img_service'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_img_service', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42373.     }
  42374.     /**
  42375.      * Gets the private 'vich_uploader.listener.upload.upload_logo_pro' shared service.
  42376.      *
  42377.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42378.      */
  42379.     protected function getVichUploader_Listener_Upload_UploadLogoProService()
  42380.     {
  42381.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42382.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42383.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42384.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42385.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42386.         return $this->privates['vich_uploader.listener.upload.upload_logo_pro'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_logo_pro', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42387.     }
  42388.     /**
  42389.      * Gets the private 'vich_uploader.listener.upload.upload_pending' shared service.
  42390.      *
  42391.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42392.      */
  42393.     protected function getVichUploader_Listener_Upload_UploadPendingService()
  42394.     {
  42395.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42396.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42397.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42398.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42399.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42400.         return $this->privates['vich_uploader.listener.upload.upload_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42401.     }
  42402.     /**
  42403.      * Gets the private 'vich_uploader.listener.upload.upload_rapport' shared service.
  42404.      *
  42405.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42406.      */
  42407.     protected function getVichUploader_Listener_Upload_UploadRapportService()
  42408.     {
  42409.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42410.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42411.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42412.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42413.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42414.         return $this->privates['vich_uploader.listener.upload.upload_rapport'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_rapport', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42415.     }
  42416.     /**
  42417.      * Gets the private 'vich_uploader.listener.upload.upload_rental_guarantee' shared service.
  42418.      *
  42419.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42420.      */
  42421.     protected function getVichUploader_Listener_Upload_UploadRentalGuaranteeService()
  42422.     {
  42423.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42424.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42425.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42426.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42427.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42428.         return $this->privates['vich_uploader.listener.upload.upload_rental_guarantee'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_rental_guarantee', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42429.     }
  42430.     /**
  42431.      * Gets the private 'vich_uploader.listener.upload.upload_traite' shared service.
  42432.      *
  42433.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42434.      */
  42435.     protected function getVichUploader_Listener_Upload_UploadTraiteService()
  42436.     {
  42437.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42438.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42440.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42441.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42442.         return $this->privates['vich_uploader.listener.upload.upload_traite'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('upload_traite', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42443.     }
  42444.     /**
  42445.      * Gets the private 'vich_uploader.listener.upload.uploads_syndics_response' shared service.
  42446.      *
  42447.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42448.      */
  42449.     protected function getVichUploader_Listener_Upload_UploadsSyndicsResponseService()
  42450.     {
  42451.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42452.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42453.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42454.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42455.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42456.         return $this->privates['vich_uploader.listener.upload.uploads_syndics_response'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('uploads_syndics_response', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42457.     }
  42458.     /**
  42459.      * Gets the private 'vich_uploader.listener.upload.user_logo' shared service.
  42460.      *
  42461.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42462.      */
  42463.     protected function getVichUploader_Listener_Upload_UserLogoService()
  42464.     {
  42465.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42466.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42467.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42468.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42469.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42470.         return $this->privates['vich_uploader.listener.upload.user_logo'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('user_logo', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42471.     }
  42472.     /**
  42473.      * Gets the private 'vich_uploader.listener.upload.wallonie_csv_pending' shared service.
  42474.      *
  42475.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42476.      */
  42477.     protected function getVichUploader_Listener_Upload_WallonieCsvPendingService()
  42478.     {
  42479.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42480.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42482.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42483.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42484.         return $this->privates['vich_uploader.listener.upload.wallonie_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('wallonie_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42485.     }
  42486.     /**
  42487.      * Gets the private 'vich_uploader.listener.upload.water_supplier_controller_excel' shared service.
  42488.      *
  42489.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42490.      */
  42491.     protected function getVichUploader_Listener_Upload_WaterSupplierControllerExcelService()
  42492.     {
  42493.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42497.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42498.         return $this->privates['vich_uploader.listener.upload.water_supplier_controller_excel'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('water_supplier_controller_excel', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42499.     }
  42500.     /**
  42501.      * Gets the private 'vich_uploader.listener.upload.work_csv_pending' shared service.
  42502.      *
  42503.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42504.      */
  42505.     protected function getVichUploader_Listener_Upload_WorkCsvPendingService()
  42506.     {
  42507.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42511.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42512.         return $this->privates['vich_uploader.listener.upload.work_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('work_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42513.     }
  42514.     /**
  42515.      * Gets the private 'vich_uploader.listener.upload.work_rules_csv_pending' shared service.
  42516.      *
  42517.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42518.      */
  42519.     protected function getVichUploader_Listener_Upload_WorkRulesCsvPendingService()
  42520.     {
  42521.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42524.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42525.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42526.         return $this->privates['vich_uploader.listener.upload.work_rules_csv_pending'] = new \Vich\UploaderBundle\EventListener\Doctrine\UploadListener('work_rules_csv_pending', ($this->privates['vich_uploader.adapter.orm'] ?? ($this->privates['vich_uploader.adapter.orm'] = new \Vich\UploaderBundle\Adapter\ORM\DoctrineORMAdapter())), ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService()));
  42527.     }
  42528.     /**
  42529.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  42530.      *
  42531.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  42532.      */
  42533.     protected function getVichUploader_MetadataReaderService()
  42534.     {
  42535.         $a = new \Metadata\Driver\FileLocator([]);
  42536.         $b = new \Metadata\MetadataFactory(new \Metadata\Driver\DriverChain([=> new \Vich\UploaderBundle\Metadata\Driver\XmlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\AnnotationDriver(new \Doctrine\Common\Annotations\AnnotationReader(), [=> ($this->services['doctrine'] ?? $this->getDoctrineService())]), => new \Vich\UploaderBundle\Metadata\Driver\YamlDriver($a), => new \Vich\UploaderBundle\Metadata\Driver\YmlDriver($a)]), 'Metadata\\ClassHierarchyMetadata'true);
  42537.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  42538.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  42539.     }
  42540.     /**
  42541.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  42542.      *
  42543.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  42544.      */
  42545.     protected function getVichUploader_PropertyMappingFactoryService()
  42546.     {
  42547.         return $this->privates['vich_uploader.property_mapping_factory'] = new \Vich\UploaderBundle\Mapping\PropertyMappingFactory($this, ($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()), $this->parameters['vich_uploader.mappings'], '_name');
  42548.     }
  42549.     /**
  42550.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  42551.      *
  42552.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  42553.      */
  42554.     protected function getVichUploader_Storage_FileSystemService()
  42555.     {
  42556.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  42557.     }
  42558.     /**
  42559.      * Gets the private 'web_profiler.csp.handler' shared service.
  42560.      *
  42561.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  42562.      */
  42563.     protected function getWebProfiler_Csp_HandlerService()
  42564.     {
  42565.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  42566.     }
  42567.     /**
  42568.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  42569.      *
  42570.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  42571.      */
  42572.     protected function getWebProfiler_DebugToolbarService()
  42573.     {
  42574.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  42575.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  42576.             return $this->privates['web_profiler.debug_toolbar'];
  42577.         }
  42578.         $b = ($this->services['router'] ?? $this->getRouterService());
  42579.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  42580.             return $this->privates['web_profiler.debug_toolbar'];
  42581.         }
  42582.         return $this->privates['web_profiler.debug_toolbar'] = new \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener($afalse2$b'^/((index|app(_[\\w]+)?)\\.php/)?_wdt', ($this->privates['web_profiler.csp.handler'] ?? $this->getWebProfiler_Csp_HandlerService()), ($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  42583.     }
  42584.     /**
  42585.      * Gets the private 'web_server.command.server_log' shared service.
  42586.      *
  42587.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  42588.      */
  42589.     protected function getWebServer_Command_ServerLogService()
  42590.     {
  42591.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42592.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  42593.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  42594.         $instance->setName('server:log');
  42595.         return $instance;
  42596.     }
  42597.     /**
  42598.      * Gets the private 'web_server.command.server_run' shared service.
  42599.      *
  42600.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  42601.      */
  42602.     protected function getWebServer_Command_ServerRunService()
  42603.     {
  42604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42605.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  42606.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  42607.         $instance->setName('server:run');
  42608.         return $instance;
  42609.     }
  42610.     /**
  42611.      * Gets the private 'web_server.command.server_start' shared service.
  42612.      *
  42613.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  42614.      */
  42615.     protected function getWebServer_Command_ServerStartService()
  42616.     {
  42617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42618.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  42619.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__4));
  42620.         $instance->setName('server:start');
  42621.         return $instance;
  42622.     }
  42623.     /**
  42624.      * Gets the private 'web_server.command.server_status' shared service.
  42625.      *
  42626.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  42627.      */
  42628.     protected function getWebServer_Command_ServerStatusService()
  42629.     {
  42630.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42631.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  42632.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__4));
  42633.         $instance->setName('server:status');
  42634.         return $instance;
  42635.     }
  42636.     /**
  42637.      * Gets the private 'web_server.command.server_stop' shared service.
  42638.      *
  42639.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  42640.      */
  42641.     protected function getWebServer_Command_ServerStopService()
  42642.     {
  42643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42644.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  42645.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__4));
  42646.         $instance->setName('server:stop');
  42647.         return $instance;
  42648.     }
  42649.     /**
  42650.      * Gets the public 'cache_clearer' alias.
  42651.      *
  42652.      * @return object The ".container.private.cache_clearer" service.
  42653.      */
  42654.     protected function getCacheClearerService()
  42655.     {
  42656.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  42657.         return $this->get('.container.private.cache_clearer');
  42658.     }
  42659.     /**
  42660.      * Gets the public 'filesystem' alias.
  42661.      *
  42662.      * @return object The ".container.private.filesystem" service.
  42663.      */
  42664.     protected function getFilesystemService()
  42665.     {
  42666.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  42667.         return $this->get('.container.private.filesystem');
  42668.     }
  42669.     /**
  42670.      * Gets the public 'serializer' alias.
  42671.      *
  42672.      * @return object The ".container.private.serializer" service.
  42673.      */
  42674.     protected function getSerializerService()
  42675.     {
  42676.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  42677.         return $this->get('.container.private.serializer');
  42678.     }
  42679.     /**
  42680.      * Gets the public 'security.csrf.token_manager' alias.
  42681.      *
  42682.      * @return object The ".container.private.security.csrf.token_manager" service.
  42683.      */
  42684.     protected function getSecurity_Csrf_TokenManagerService()
  42685.     {
  42686.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  42687.         return $this->get('.container.private.security.csrf.token_manager');
  42688.     }
  42689.     /**
  42690.      * Gets the public 'form.factory' alias.
  42691.      *
  42692.      * @return object The ".container.private.form.factory" service.
  42693.      */
  42694.     protected function getForm_FactoryService()
  42695.     {
  42696.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  42697.         return $this->get('.container.private.form.factory');
  42698.     }
  42699.     /**
  42700.      * Gets the public 'form.type.file' alias.
  42701.      *
  42702.      * @return object The ".container.private.form.type.file" service.
  42703.      */
  42704.     protected function getForm_Type_FileService()
  42705.     {
  42706.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  42707.         return $this->get('.container.private.form.type.file');
  42708.     }
  42709.     /**
  42710.      * Gets the public 'profiler' alias.
  42711.      *
  42712.      * @return object The ".container.private.profiler" service.
  42713.      */
  42714.     protected function getProfilerService()
  42715.     {
  42716.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  42717.         return $this->get('.container.private.profiler');
  42718.     }
  42719.     /**
  42720.      * Gets the public 'twig' alias.
  42721.      *
  42722.      * @return object The ".container.private.twig" service.
  42723.      */
  42724.     protected function getTwigService()
  42725.     {
  42726.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  42727.         return $this->get('.container.private.twig');
  42728.     }
  42729.     /**
  42730.      * Gets the public 'security.authorization_checker' alias.
  42731.      *
  42732.      * @return object The ".container.private.security.authorization_checker" service.
  42733.      */
  42734.     protected function getSecurity_AuthorizationCheckerService()
  42735.     {
  42736.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  42737.         return $this->get('.container.private.security.authorization_checker');
  42738.     }
  42739.     /**
  42740.      * Gets the public 'security.token_storage' alias.
  42741.      *
  42742.      * @return object The ".container.private.security.token_storage" service.
  42743.      */
  42744.     protected function getSecurity_TokenStorageService()
  42745.     {
  42746.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  42747.         return $this->get('.container.private.security.token_storage');
  42748.     }
  42749.     /**
  42750.      * Gets the public 'security.password_encoder' alias.
  42751.      *
  42752.      * @return object The ".container.private.security.password_encoder" service.
  42753.      */
  42754.     protected function getSecurity_PasswordEncoderService()
  42755.     {
  42756.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  42757.         return $this->get('.container.private.security.password_encoder');
  42758.     }
  42759.     /**
  42760.      * Gets the public 'session' alias.
  42761.      *
  42762.      * @return object The ".container.private.session" service.
  42763.      */
  42764.     protected function getSessionService()
  42765.     {
  42766.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  42767.         return $this->get('.container.private.session');
  42768.     }
  42769.     /**
  42770.      * Gets the public 'validator' alias.
  42771.      *
  42772.      * @return object The ".container.private.validator" service.
  42773.      */
  42774.     protected function getValidatorService()
  42775.     {
  42776.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  42777.         return $this->get('.container.private.validator');
  42778.     }
  42779.     /**
  42780.      * @return array|bool|float|int|string|\UnitEnum|null
  42781.      */
  42782.     public function getParameter(string $name)
  42783.     {
  42784.         if (isset($this->buildParameters[$name])) {
  42785.             return $this->buildParameters[$name];
  42786.         }
  42787.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  42788.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  42789.         }
  42790.         if (isset($this->loadedDynamicParameters[$name])) {
  42791.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  42792.         }
  42793.         return $this->parameters[$name];
  42794.     }
  42795.     public function hasParameter(string $name): bool
  42796.     {
  42797.         if (isset($this->buildParameters[$name])) {
  42798.             return true;
  42799.         }
  42800.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  42801.     }
  42802.     public function setParameter(string $name$value): void
  42803.     {
  42804.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  42805.     }
  42806.     public function getParameterBag(): ParameterBagInterface
  42807.     {
  42808.         if (null === $this->parameterBag) {
  42809.             $parameters $this->parameters;
  42810.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  42811.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  42812.             }
  42813.             foreach ($this->buildParameters as $name => $value) {
  42814.                 $parameters[$name] = $value;
  42815.             }
  42816.             $this->parameterBag = new FrozenParameterBag($parameters);
  42817.         }
  42818.         return $this->parameterBag;
  42819.     }
  42820.     private $loadedDynamicParameters = [
  42821.         'kernel.runtime_environment' => false,
  42822.         'kernel.build_dir' => false,
  42823.         'kernel.cache_dir' => false,
  42824.         'webshop_prestashop_base_url' => false,
  42825.         'webshop_prestashop_ws_key' => false,
  42826.         'public_url' => false,
  42827.         'emailadmin' => false,
  42828.         'stripe_secret_key' => false,
  42829.         'stripe_public_key' => false,
  42830.         'STRIPE_WEBHOOK_SECRET' => false,
  42831.         'stripe_ep_secret' => false,
  42832.         'google_api_key' => false,
  42833.         'mercure_secret_key' => false,
  42834.         'france_mobility' => false,
  42835.         'app.mobility.woosmap_uri' => false,
  42836.         'app.mobility.decathlon_url' => false,
  42837.         'app.mobility.decathlon_api_key' => false,
  42838.         'url_base_cadastre' => false,
  42839.         'url_base_immogo' => false,
  42840.         'url_base_calcul' => false,
  42841.         'url_base_assurance' => false,
  42842.         'url_base_bank' => false,
  42843.         'url_base_cocolis' => false,
  42844.         'url_base_event' => false,
  42845.         'gateway_url' => false,
  42846.         'url_base_email' => false,
  42847.         'url_front' => false,
  42848.         'url_base_mango' => false,
  42849.         'mangopay_client_id' => false,
  42850.         'mangopay_api_key' => false,
  42851.         'kernel.secret' => false,
  42852.         'debug.container.dump' => false,
  42853.         'serializer.mapping.cache.file' => false,
  42854.         'session.save_path' => false,
  42855.         'validator.mapping.cache.file' => false,
  42856.         'profiler.storage.dsn' => false,
  42857.         'doctrine.orm.proxy_dir' => false,
  42858.         'swiftmailer.spool.default.memory.path' => false,
  42859.         'nelmio_cors.map' => false,
  42860.         'nelmio_cors.defaults' => false,
  42861.         'lexik_jwt_authentication.pass_phrase' => false,
  42862.         'lexik_jwt_authentication.token_ttl' => false,
  42863.     ];
  42864.     private $dynamicParameters = [];
  42865.     private function getDynamicParameter(string $name)
  42866.     {
  42867.         switch ($name) {
  42868.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  42869.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  42870.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  42871.             case 'webshop_prestashop_base_url'$value $this->getEnv('WEBSHOP_PRESTASHOP_BASE_URL'); break;
  42872.             case 'webshop_prestashop_ws_key'$value $this->getEnv('WEBSHOP_PRESTASHOP_WS_KEY'); break;
  42873.             case 'public_url'$value $this->getEnv('PUBLIC_URL'); break;
  42874.             case 'emailadmin'$value $this->getEnv('ADMIN_EMAIL'); break;
  42875.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_SECRET_API_KEY'); break;
  42876.             case 'stripe_public_key'$value $this->getEnv('STRIPE_PUBLIC_API_KEY'); break;
  42877.             case 'STRIPE_WEBHOOK_SECRET'$value $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
  42878.             case 'stripe_ep_secret'$value $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
  42879.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  42880.             case 'mercure_secret_key'$value $this->getEnv('MERCURE_SECRET_KEY'); break;
  42881.             case 'france_mobility'$value $this->getEnv('FRANCE_MOBILITY'); break;
  42882.             case 'app.mobility.woosmap_uri'$value $this->getEnv('WOOSMAP_API_BASE_URL'); break;
  42883.             case 'app.mobility.decathlon_url'$value $this->getEnv('DECATHLON_BASE_URL'); break;
  42884.             case 'app.mobility.decathlon_api_key'$value $this->getEnv('DECATHLON_API_KEY'); break;
  42885.             case 'url_base_cadastre'$value $this->getEnv('URL_BASE_CADASTRE'); break;
  42886.             case 'url_base_immogo'$value $this->getEnv('URL_BASE_IMMOGO'); break;
  42887.             case 'url_base_calcul'$value $this->getEnv('URL_CALCUL'); break;
  42888.             case 'url_base_assurance'$value $this->getEnv('URL_ASSURANCE'); break;
  42889.             case 'url_base_bank'$value $this->getEnv('URL_BASE_IMMO_BANK'); break;
  42890.             case 'url_base_cocolis'$value $this->getEnv('URL_BASE_COCOLIS'); break;
  42891.             case 'url_base_event'$value $this->getEnv('URL_BASE_EVENT'); break;
  42892.             case 'gateway_url'$value $this->getEnv('GATEWAY_URL'); break;
  42893.             case 'url_base_email'$value $this->getEnv('URL_BASE_MAIL_MINI'); break;
  42894.             case 'url_front'$value $this->getEnv('URL_FRONT'); break;
  42895.             case 'url_base_mango'$value $this->getEnv('MANGOPAY_URL'); break;
  42896.             case 'mangopay_client_id'$value $this->getEnv('CLIENTID'); break;
  42897.             case 'mangopay_api_key'$value $this->getEnv('API_KEY'); break;
  42898.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  42899.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  42900.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  42901.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  42902.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  42903.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  42904.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  42905.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  42906.             case 'nelmio_cors.map'$value = [
  42907.                 '^/api/' => [
  42908.                     'allow_origin' => [
  42909.                         => $this->getEnv('CORS_ALLOW_ORIGIN'),
  42910.                     ],
  42911.                     'allow_headers' => true,
  42912.                     'allow_methods' => [
  42913.                         => 'GET',
  42914.                         => 'OPTIONS',
  42915.                         => 'POST',
  42916.                         => 'PUT',
  42917.                         => 'PATCH',
  42918.                         => 'DELETE',
  42919.                     ],
  42920.                     'max_age' => 3600,
  42921.                 ],
  42922.             ]; break;
  42923.             case 'nelmio_cors.defaults'$value = [
  42924.                 'allow_origin' => [
  42925.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  42926.                 ],
  42927.                 'allow_credentials' => false,
  42928.                 'allow_headers' => true,
  42929.                 'allow_private_network' => false,
  42930.                 'expose_headers' => [
  42931.                     => 'Link',
  42932.                 ],
  42933.                 'allow_methods' => [
  42934.                     => 'GET',
  42935.                     => 'OPTIONS',
  42936.                     => 'POST',
  42937.                     => 'PUT',
  42938.                     => 'PATCH',
  42939.                     => 'DELETE',
  42940.                 ],
  42941.                 'max_age' => 3600,
  42942.                 'hosts' => [
  42943.                 ],
  42944.                 'origin_regex' => true,
  42945.                 'forced_allow_origin_value' => NULL,
  42946.                 'skip_same_as_origin' => true,
  42947.             ]; break;
  42948.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  42949.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('JWT_TTL'); break;
  42950.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  42951.         }
  42952.         $this->loadedDynamicParameters[$name] = true;
  42953.         return $this->dynamicParameters[$name] = $value;
  42954.     }
  42955.     protected function getDefaultParameters(): array
  42956.     {
  42957.         return [
  42958.             'kernel.project_dir' => \dirname(__DIR__4),
  42959.             'kernel.environment' => 'dev',
  42960.             'kernel.debug' => true,
  42961.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  42962.             'kernel.bundles' => [
  42963.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  42964.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  42965.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  42966.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  42967.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  42968.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  42969.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  42970.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  42971.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  42972.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  42973.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  42974.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  42975.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  42976.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  42977.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  42978.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  42979.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  42980.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  42981.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  42982.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  42983.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  42984.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  42985.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  42986.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  42987.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  42988.                 'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
  42989.                 'SymfonyBundlesRedisBundle' => 'SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle',
  42990.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  42991.             ],
  42992.             'kernel.bundles_metadata' => [
  42993.                 'FrameworkBundle' => [
  42994.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  42995.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  42996.                 ],
  42997.                 'TwigBundle' => [
  42998.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  42999.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  43000.                 ],
  43001.                 'TwigExtraBundle' => [
  43002.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  43003.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  43004.                 ],
  43005.                 'SensioFrameworkExtraBundle' => [
  43006.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  43007.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  43008.                 ],
  43009.                 'DoctrineBundle' => [
  43010.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  43011.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  43012.                 ],
  43013.                 'DoctrineMigrationsBundle' => [
  43014.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  43015.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  43016.                 ],
  43017.                 'SecurityBundle' => [
  43018.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  43019.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  43020.                 ],
  43021.                 'WebProfilerBundle' => [
  43022.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  43023.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  43024.                 ],
  43025.                 'MonologBundle' => [
  43026.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  43027.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  43028.                 ],
  43029.                 'DebugBundle' => [
  43030.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  43031.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  43032.                 ],
  43033.                 'SwiftmailerBundle' => [
  43034.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  43035.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  43036.                 ],
  43037.                 'VichUploaderBundle' => [
  43038.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  43039.                     'namespace' => 'Vich\\UploaderBundle',
  43040.                 ],
  43041.                 'JMSSerializerBundle' => [
  43042.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  43043.                     'namespace' => 'JMS\\SerializerBundle',
  43044.                 ],
  43045.                 'WebServerBundle' => [
  43046.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  43047.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  43048.                 ],
  43049.                 'LiipImagineBundle' => [
  43050.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  43051.                     'namespace' => 'Liip\\ImagineBundle',
  43052.                 ],
  43053.                 'NzoUrlEncryptorBundle' => [
  43054.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  43055.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  43056.                 ],
  43057.                 'NelmioCorsBundle' => [
  43058.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  43059.                     'namespace' => 'Nelmio\\CorsBundle',
  43060.                 ],
  43061.                 'DoctrineFixturesBundle' => [
  43062.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  43063.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  43064.                 ],
  43065.                 'StofDoctrineExtensionsBundle' => [
  43066.                     'path' => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle'),
  43067.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  43068.                 ],
  43069.                 'MakerBundle' => [
  43070.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  43071.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  43072.                 ],
  43073.                 'FirebaseBundle' => [
  43074.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  43075.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  43076.                 ],
  43077.                 'NelmioAliceBundle' => [
  43078.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  43079.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  43080.                 ],
  43081.                 'FidryAliceDataFixturesBundle' => [
  43082.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  43083.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  43084.                 ],
  43085.                 'ApiPlatformBundle' => [
  43086.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  43087.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  43088.                 ],
  43089.                 'LexikJWTAuthenticationBundle' => [
  43090.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  43091.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  43092.                 ],
  43093.                 'LiipTestFixturesBundle' => [
  43094.                     'path' => (\dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src'),
  43095.                     'namespace' => 'Liip\\TestFixturesBundle',
  43096.                 ],
  43097.                 'SymfonyBundlesRedisBundle' => [
  43098.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle'),
  43099.                     'namespace' => 'SymfonyBundles\\RedisBundle',
  43100.                 ],
  43101.                 'EndroidQrCodeBundle' => [
  43102.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  43103.                     'namespace' => 'Endroid\\QrCodeBundle',
  43104.                 ],
  43105.             ],
  43106.             'kernel.charset' => 'UTF-8',
  43107.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  43108.             'container.dumper.inline_class_loader' => true,
  43109.             'container.dumper.inline_factories' => true,
  43110.             'twig.config' => [
  43111.                 'debug' => true,
  43112.             ],
  43113.             'locale' => 'fr',
  43114.             'barcode_image_directory' => (\dirname(__DIR__4).'/public/uploads/barcode'),
  43115.             'qrcode_image_directory' => (\dirname(__DIR__4).'/public/uploads/qrcode/'),
  43116.             'img_property_directory' => (\dirname(__DIR__4).'/public/uploads/imgsproperty'),
  43117.             'img_property_root' => 'uploads/imgsproperty',
  43118.             'icon_categorie_service_directory' => (\dirname(__DIR__4).'/public/uploads/iconcategorieservice'),
  43119.             'img_service_directory' => (\dirname(__DIR__4).'/public/uploads/imgsservice'),
  43120.             'doc_property_directory' => (\dirname(__DIR__4).'/public/uploads/docproperty'),
  43121.             'img_annonce_directory' => (\dirname(__DIR__4).'/public/uploads/imgannonce'),
  43122.             'signature_directory' => (\dirname(__DIR__4).'/public/uploads/signature'),
  43123.             'pdf_invoice_directory' => (\dirname(__DIR__4).'/public/uploads/invoice'),
  43124.             'user_pdf_invoice_directory' => (\dirname(__DIR__4).'/public/uploads/invoice/user'),
  43125.             'pdf_provider_directory' => (\dirname(__DIR__4).'/public/uploads/providerEnergy'),
  43126.             'installation_photovoltaic' => (\dirname(__DIR__4).'/public/uploads/solar/installationvoltaic'),
  43127.             'declaration_cadastre' => (\dirname(__DIR__4).'/public/uploads/solar/declarationcadastre'),
  43128.             'pdf_provider_path' => '/uploads/providerEnergy',
  43129.             'pdf_invoice_path' => '/uploads/invoice',
  43130.             'document_provider_proof' => (\dirname(__DIR__4).'/public/uploads/providers/providerDocumentProof'),
  43131.             'image_counter_statement' => (\dirname(__DIR__4).'/public/uploads/providers/counterStatementImage'),
  43132.             'bill_property_provider' => (\dirname(__DIR__4).'/public/uploads/providers/bill'),
  43133.             'provider_solar' => (\dirname(__DIR__4).'/public/uploads/providers/solar'),
  43134.             'water_file_request' => (\dirname(__DIR__4).'/public/uploads/water'),
  43135.             'dispense_file' => (\dirname(__DIR__4).'/public/dispense/annexe/file'),
  43136.             'dispense_file_pdf' => (\dirname(__DIR__4).'/public/dispense/annexe/pdf/'),
  43137.             'doc_public_inquiry' => (\dirname(__DIR__4).'/public/uploads/publicinquiry'),
  43138.             'csv_region' => (\dirname(__DIR__4).'/public/csvregion'),
  43139.             'csv_municipality' => (\dirname(__DIR__4).'/public/csvmunicipality'),
  43140.             'csv_zone' => (\dirname(__DIR__4).'/public/csvzone'),
  43141.             'csv_work_pending' => (\dirname(__DIR__4).'/public/csvwork/pending/'),
  43142.             'csv_work_traite' => (\dirname(__DIR__4).'/public/csvwork/traite/'),
  43143.             'csv_rules_pending' => (\dirname(__DIR__4).'/public/csvwork/rules/pending/'),
  43144.             'csv_rules_traite' => (\dirname(__DIR__4).'/public/csvwork/rules/traite/'),
  43145.             'csv_education_pending' => (\dirname(__DIR__4).'/public/csv/education/'),
  43146.             'csv_occupie_pending' => (\dirname(__DIR__4).'/public/csv/occupie/pending/'),
  43147.             'csv_occupie_traite' => (\dirname(__DIR__4).'/public/csv/occupie/traite/'),
  43148.             'csv_notary_pending' => (\dirname(__DIR__4).'/public/csv/notary/pending/'),
  43149.             'csv_notary_traite' => (\dirname(__DIR__4).'/public/csv/notary/traite/'),
  43150.             'csv_dvf_pending' => (\dirname(__DIR__4).'/public/csv/dvf/pending/'),
  43151.             'csv_dvf_traite' => (\dirname(__DIR__4).'/public/csv/dvf/traite/'),
  43152.             'csv_area_pending' => (\dirname(__DIR__4).'/public/csvarea/pending/'),
  43153.             'csv_area_traite' => (\dirname(__DIR__4).'/public/csvarea/traite/'),
  43154.             'community_plp' => '/uploads/community/plp/',
  43155.             'kernel_dir' => (\dirname(__DIR__4).'/public'),
  43156.             'csv_syndic_apartement_pending' => (\dirname(__DIR__4).'/public/csv/syndicAppartment/pending/'),
  43157.             'csv_syndic_apartement_traite' => (\dirname(__DIR__4).'/public/csv/syndicAppartment/traite/'),
  43158.             'csv_property_provider_pending' => (\dirname(__DIR__4).'/public/csv/propertyProvider/pending/'),
  43159.             'csv_property_provider_traite' => (\dirname(__DIR__4).'/public/csv/propertyProvider/traite/'),
  43160.             'csv_provider_society_pending' => (\dirname(__DIR__4).'/public/csv/providerSociety/pending/'),
  43161.             'csv_provider_society_traite' => (\dirname(__DIR__4).'/public/csv/providerSociety/traite/'),
  43162.             'csv_additional_cents_pending' => (\dirname(__DIR__4).'/public/csv/additionalCents/pending/'),
  43163.             'csv_additional_cents_traite' => (\dirname(__DIR__4).'/public/csv/additionalCents/traite/'),
  43164.             'csv_pras' => (\dirname(__DIR__4).'/public/csv/pras/'),
  43165.             'csv_ppas_pending' => (\dirname(__DIR__4).'/public/csv/ppas/pending/'),
  43166.             'csv_ppas_traite' => (\dirname(__DIR__4).'/public/csv/ppas/traite/'),
  43167.             'csv_provider_inverter_pending' => (\dirname(__DIR__4).'/public/csv/inverter/pending/'),
  43168.             'csv_provider_inverter_traite' => (\dirname(__DIR__4).'/public/csv/inverter/traite/'),
  43169.             'csv_ppas_affectation_pending' => (\dirname(__DIR__4).'/public/csv/ppasaffectation/'),
  43170.             'csv_ppas_affectation_traite' => (\dirname(__DIR__4).'/public/csv/ppasaffectation/traite/'),
  43171.             'csv_new_project_immo' => (\dirname(__DIR__4).'/public/csv/newprojectimmo/'),
  43172.             'csv_water_supplier' => (\dirname(__DIR__4).'/public/csv/watersuppliercontroller/'),
  43173.             'prime_csv_pending' => (\dirname(__DIR__4).'/public/csv/prime/pending/'),
  43174.             'prime_csv_traite' => (\dirname(__DIR__4).'/public/csv/prime/traite/'),
  43175.             'property_demand_file' => (\dirname(__DIR__4).'/public/uploads/demand/file/'),
  43176.             'prime_request_file' => '/uploads/prime/',
  43177.             'prime_process_file' => (\dirname(__DIR__4).'/public/prime/'),
  43178.             'csv_public_inquiry_inprogress' => (\dirname(__DIR__4).'/public/csv/publicinquiry/'),
  43179.             'url_3D_login' => NULL,
  43180.             'immogo_url' => 'https://immogo.my-preprod.space/api/geo/prices/moyen',
  43181.             'cocolis_url' => 'https://cocolis.my-preprod.space/',
  43182.             'bbox_file' => (\dirname(__DIR__4).'/public/cadastre/bbox/'),
  43183.             'cadastre_directory' => (\dirname(__DIR__4).'/public/cadastre/xml/'),
  43184.             'img_external_provider' => (\dirname(__DIR__4).'/public/uploads/imgsadverstising'),
  43185.             'doc_syndic_directory' => (\dirname(__DIR__4).'/public/uploads/syndicdocument'),
  43186.             'file_upload_archive' => (\dirname(__DIR__4).'/public/uploads/csv/archived/'),
  43187.             'file_upload_traite' => (\dirname(__DIR__4).'/public/uploads/csv/traite/'),
  43188.             'file_upload_pending' => (\dirname(__DIR__4).'/public/uploads/csv/pending/'),
  43189.             'pdf_offer_directory' => (\dirname(__DIR__4).'/public/uploads/offer/'),
  43190.             'pdf_offer_collaborative_directory' => (\dirname(__DIR__4).'/public/uploads/offer_collaborative/'),
  43191.             'pdf_offer_collaborative_dir' => (\dirname(__DIR__4).'/public/uploads/offercollaborative/'),
  43192.             'poppler_directory' => (\dirname(__DIR__4).'/bin/poppler/bin/'),
  43193.             'pdf_client_sales_agreement' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreement/'),
  43194.             'file_sales_agreement_html_outputdir' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementhtml'),
  43195.             'pdf_client_sales_agreement_to_sign' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementtosign/'),
  43196.             'file_clientsales_discussion' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementdiscussion'),
  43197.             'pdf_client_deedof_sale' => (\dirname(__DIR__4).'/public/uploads/clientdeedofsale/'),
  43198.             'file_clientdeed_discussion' => (\dirname(__DIR__4).'/public/uploads/clientdeedofsalediscussion'),
  43199.             'file_domiciliation_annex' => (\dirname(__DIR__4).'/public/uploads/domiciliation'),
  43200.             'file_provider_solar_fitter' => (\dirname(__DIR__4).'/public/uploads/provider/solar/fitter'),
  43201.             'file_provider_solar_green_certificate' => (\dirname(__DIR__4).'/public/uploads/provider/solar/greencertificate'),
  43202.             'provider_solar_organization' => (\dirname(__DIR__4).'/public/uploads/provider/solar/organization'),
  43203.             'image_property_offer_directory' => (\dirname(__DIR__4).'/public/uploads/imgPropertyOffer/'),
  43204.             'lease_copy_directory' => (\dirname(__DIR__4).'/public/uploads/leasecopy/'),
  43205.             'syndic_bill_directory' => (\dirname(__DIR__4).'/public/uploads/syndicBill/'),
  43206.             'images_design_neighborhood' => (\dirname(__DIR__4).'/public/uploads/designneighborhood/'),
  43207.             'geoportail_img_directory' => (\dirname(__DIR__4).'/public/uploads/geoportail/images/'),
  43208.             'img_service_directory_prefix' => '/uploads/imgsservice',
  43209.             'engie_csv_source_directory' => (\dirname(__DIR__4).'/public/csv/csvengie/pending/'),
  43210.             'engie_csv_output_directory' => (\dirname(__DIR__4).'/public/csv/csvengie/archived/'),
  43211.             'pdf_bill_directory' => (\dirname(__DIR__4).'/public/uploads/bill/'),
  43212.             'pdf_post_directory' => (\dirname(__DIR__4).'/public/uploads/posts'),
  43213.             'syndic_chat_file_directory' => (\dirname(__DIR__4).'/public/uploads/syndic/chat/'),
  43214.             'pdf_environment_directory' => (\dirname(__DIR__4).'/public/uploads/environment/'),
  43215.             'pdf_urbanism_permit_directory' => (\dirname(__DIR__4).'/public/uploads/urbanism/'),
  43216.             'pdf_mail_location' => (\dirname(__DIR__4).'/public/pdflocation/location/edit/'),
  43217.             'image_mail_location' => (\dirname(__DIR__4).'/public/pdflocation/location/image/'),
  43218.             'logo_society' => (\dirname(__DIR__4).'/public/logo/'),
  43219.             'pdf_change_water_directory' => (\dirname(__DIR__4).'/public/uploads/provider/water/'),
  43220.             'pdf_provider_water_delete_directory' => (\dirname(__DIR__4).'/public/uploads/provider/waterdelete'),
  43221.             'pdf_provider_water_intervention_directory' => (\dirname(__DIR__4).'/public/uploads/provider/providerIntervention'),
  43222.             'file_environment_directory' => (\dirname(__DIR__4).'/public/uploads/environment/annexe/'),
  43223.             'obligation_csv_pending' => (\dirname(__DIR__4).'/public/csv/environment/pending/'),
  43224.             'obligation_csv_traite' => (\dirname(__DIR__4).'/public/csv/environment/traite/'),
  43225.             'post_directory' => (\dirname(__DIR__4).'/public/uploads/post/'),
  43226.             'upload_committee_avatar' => (\dirname(__DIR__4).'/public/uploads/committee_avatar/'),
  43227.             'pdf_providerwater_directory' => (\dirname(__DIR__4).'/public/uploads/providerwater/'),
  43228.             'file_mail_message' => (\dirname(__DIR__4).'/public/uploads/mailmessagefile/'),
  43229.             'tests_folder' => (\dirname(__DIR__4).'/tests'),
  43230.             'excel_file_pending' => (\dirname(__DIR__4).'/public/xlsx/pending/'),
  43231.             'excel_file_done' => (\dirname(__DIR__4).'/public/xlsx/done/'),
  43232.             'excel_care_companies_pending' => (\dirname(__DIR__4).'/public/csvwork/entreprise/pending/'),
  43233.             'excel_care_companies_traite' => (\dirname(__DIR__4).'/public/csvwork/entreprise/traite/'),
  43234.             'excel_engineering_offices_tank_bruxelles_pending' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/bruxelles/pending'),
  43235.             'excel_engineering_offices_tank_bruxelles_done' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/bruxelles/pending'),
  43236.             'excel_engineering_offices_tank_flandre_pending' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/flandre/pending'),
  43237.             'excel_engineering_offices_tank_flandre_done' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/flandre/done'),
  43238.             'excel_engineering_offices_tank_wallonie_pending' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/wallonie/pending'),
  43239.             'excel_engineering_offices_tank_wallonie_done' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/wallonie/done'),
  43240.             'excel_engineering_offices_boiler_bruxelles' => (\dirname(__DIR__4).'/public/csvwork/offices/boiler/bruxelles'),
  43241.             'excel_engineering_offices_boiler_flandre' => (\dirname(__DIR__4).'/public/csvwork/offices/boiler/flandre'),
  43242.             'excel_engineering_offices_boiler_wallonie' => (\dirname(__DIR__4).'/public/csvwork/offices/boiler/wallonie'),
  43243.             'excel_artist' => (\dirname(__DIR__4).'/public/csv/artist/'),
  43244.             'img_work_construction_upload' => (\dirname(__DIR__4).'/public/upload/work/construction'),
  43245.             'img_work_urgent_upload' => (\dirname(__DIR__4).'/public/upload/work/urgent'),
  43246.             'img_work_entretien_upload' => (\dirname(__DIR__4).'/public/upload/work/entretien'),
  43247.             'img_work_tank_upload' => (\dirname(__DIR__4).'/public/upload/work/tank'),
  43248.             'img_work_boiler_upload' => (\dirname(__DIR__4).'/public/upload/work/boiler'),
  43249.             'img_mail_tank_upload' => (\dirname(__DIR__4).'/public/upload/work/mail'),
  43250.             'new_engie_directory' => (\dirname(__DIR__4).'/public/excel/new_engie'),
  43251.             'pdf_urban_prime_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/prime'),
  43252.             'pdf_urban_prime_directory_not' => '/pdfImmo/toSearch/prime',
  43253.             'pdf_urban_environment_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/environment'),
  43254.             'pdf_urban_environment_directory_not' => '/pdfImmo/toSearch/environment',
  43255.             'pdf_urban_work_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/work'),
  43256.             'pdf_urban_work_directory_not' => '/pdfImmo/toSearch/work',
  43257.             'pdf_urban_rent_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/rent'),
  43258.             'pdf_urban_rent_directory_not' => '/pdfImmo/toSearch/rent',
  43259.             'contrat_de_bail' => (\dirname(__DIR__4).'/public/uploads/imgsproperty'),
  43260.             'contrat_de_bail_not' => '/uploads/imgsproperty',
  43261.             'lease_agreement_file' => (\dirname(__DIR__4).'/public/uploads/offerlease'),
  43262.             'tank_ground_pollution' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/tank_pollution'),
  43263.             'tank_ground_pollution_not' => '/pdfImmo/toSearch/tank_pollution',
  43264.             'pdf_provider' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/provider'),
  43265.             'pdf_provider_not' => '/pdfImmo/toSearch/provider',
  43266.             'pdf_urban_prime_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/prime'),
  43267.             'pdf_urban_prime_directory_done_not' => '/pdfImmo/done/prime',
  43268.             'pdf_urban_house' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/house'),
  43269.             'pdf_urban_house_not' => '/pdfImmo/toSearch/house',
  43270.             'pdf_urban_house_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/house'),
  43271.             'pdf_urban_house_not_done' => '/pdfImmo/done/house',
  43272.             'pdf_urban_environment_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/environment'),
  43273.             'pdf_urban_environment_directory_done_not' => '/pdfImmo/done/environment',
  43274.             'pdf_urban_work_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/work'),
  43275.             'pdf_urban_work_directory_done_not' => '/pdfImmo/done/work',
  43276.             'pdf_urban_rent_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/rent'),
  43277.             'pdf_urban_rent_directory_done_not' => '/pdfImmo/done/rent',
  43278.             'tank_ground_pollution_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/tank_pollution'),
  43279.             'tank_ground_pollution_done_not' => '/pdfImmo/done/tank_pollution',
  43280.             'pdf_provider_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/provider'),
  43281.             'pdf_provider_done_not' => '/pdfImmo/done/provider',
  43282.             'pdf_summary_maif_absolute_path' => (\dirname(__DIR__4).'/public/uploads/pdfsummarymaif/'),
  43283.             'pdf_summary_maif_relative_path' => '/uploads/pdfsummarymaif/',
  43284.             'files_the_property_work' => (\dirname(__DIR__4).'/public/upload/controls'),
  43285.             'pdf_document_request_folder' => (\dirname(__DIR__4).'/public/uploads/document_urbanisme/'),
  43286.             'pdf_document_request_route' => '/uploads/document_urbanisme/',
  43287.             'project_dir' => \dirname(__DIR__4),
  43288.             'cleaning_gardening_folder' => '/uploads/cleaning_gardening/',
  43289.             'tmp_folder_attach_mail' => (\dirname(__DIR__4).'/public/upload/mail'),
  43290.             'json_file_pending' => (\dirname(__DIR__4).'/public/json/pending/'),
  43291.             'json_file_done' => (\dirname(__DIR__4).'/public/json/done/'),
  43292.             'img_work_art' => (\dirname(__DIR__4).'/public/uploads/workArt/'),
  43293.             'user_logo_directory' => (\dirname(__DIR__4).'/public/uploads/user/logo/'),
  43294.             'dir_3d_solicitation' => (\dirname(__DIR__4).'/public/uploads/3D/solicitation/'),
  43295.             'the_property_contract_absolute_path' => (\dirname(__DIR__4).'/public/uploads/thepropertycontract/'),
  43296.             'the_property_contract_relative_path' => '/uploads/thepropertycontract/',
  43297.             'mail_attachments_path' => '/uploads/attachments/',
  43298.             'event_dispatcher.event_aliases' => [
  43299.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  43300.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  43301.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  43302.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  43303.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  43304.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  43305.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  43306.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  43307.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  43308.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  43309.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  43310.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  43311.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  43312.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  43313.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  43314.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  43315.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  43316.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  43317.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  43318.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  43319.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  43320.             ],
  43321.             'fragment.renderer.hinclude.global_template' => NULL,
  43322.             'fragment.path' => '/_fragment',
  43323.             'kernel.http_method_override' => true,
  43324.             'kernel.trusted_hosts' => [
  43325.             ],
  43326.             'kernel.default_locale' => 'fr',
  43327.             'kernel.enabled_locales' => [
  43328.             ],
  43329.             'kernel.error_controller' => 'error_controller',
  43330.             'debug.file_link_format' => NULL,
  43331.             'asset.request_context.base_path' => NULL,
  43332.             'asset.request_context.secure' => NULL,
  43333.             'translator.logging' => false,
  43334.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  43335.             'debug.error_handler.throw_at' => -1,
  43336.             'router.request_context.host' => 'localhost',
  43337.             'router.request_context.scheme' => 'http',
  43338.             'router.request_context.base_url' => '',
  43339.             'router.resource' => 'kernel::loadRoutes',
  43340.             'request_listener.http_port' => 80,
  43341.             'request_listener.https_port' => 443,
  43342.             'session.metadata.storage_key' => '_sf2_meta',
  43343.             'session.storage.options' => [
  43344.                 'cache_limiter' => '0',
  43345.                 'cookie_secure' => 'auto',
  43346.                 'cookie_httponly' => true,
  43347.                 'cookie_samesite' => 'lax',
  43348.                 'gc_probability' => 1,
  43349.             ],
  43350.             'session.metadata.update_threshold' => 0,
  43351.             'form.type_extension.csrf.enabled' => true,
  43352.             'form.type_extension.csrf.field_name' => '_token',
  43353.             'validator.translation_domain' => 'validators',
  43354.             'profiler_listener.only_exceptions' => false,
  43355.             'profiler_listener.only_main_requests' => false,
  43356.             'twig.form.resources' => [
  43357.                 => '@VichUploader/Form/fields.html.twig',
  43358.                 => 'form_div_layout.html.twig',
  43359.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  43360.                 => 'bootstrap_4_layout.html.twig',
  43361.                 => 'admin/plan/_plan_feature.html.twig',
  43362.             ],
  43363.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  43364.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  43365.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  43366.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  43367.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  43368.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  43369.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  43370.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  43371.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  43372.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  43373.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  43374.             'doctrine.entity_managers' => [
  43375.                 'default' => 'doctrine.orm.default_entity_manager',
  43376.                 'import' => 'doctrine.orm.import_entity_manager',
  43377.             ],
  43378.             'doctrine.default_entity_manager' => 'default',
  43379.             'doctrine.dbal.connection_factory.types' => [
  43380.                 'uuid_binary_ordered_time' => [
  43381.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidBinaryOrderedTimeType',
  43382.                 ],
  43383.                 'polygon' => [
  43384.                     'class' => 'CrEOF\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
  43385.                 ],
  43386.                 'uuid' => [
  43387.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  43388.                 ],
  43389.             ],
  43390.             'doctrine.connections' => [
  43391.                 'default' => 'doctrine.dbal.default_connection',
  43392.             ],
  43393.             'doctrine.default_connection' => 'default',
  43394.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  43395.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  43396.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  43397.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  43398.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  43399.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  43400.             'doctrine.orm.cache.memcache_host' => 'localhost',
  43401.             'doctrine.orm.cache.memcache_port' => 11211,
  43402.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  43403.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  43404.             'doctrine.orm.cache.memcached_host' => 'localhost',
  43405.             'doctrine.orm.cache.memcached_port' => 11211,
  43406.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  43407.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  43408.             'doctrine.orm.cache.redis_host' => 'localhost',
  43409.             'doctrine.orm.cache.redis_port' => 6379,
  43410.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  43411.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  43412.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  43413.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  43414.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  43415.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  43416.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  43417.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  43418.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  43419.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  43420.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  43421.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  43422.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  43423.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  43424.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  43425.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  43426.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  43427.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  43428.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  43429.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  43430.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  43431.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  43432.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  43433.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  43434.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  43435.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  43436.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  43437.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  43438.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  43439.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  43440.             'doctrine.orm.auto_generate_proxy_classes' => true,
  43441.             'doctrine.orm.proxy_namespace' => 'Proxies',
  43442.             'doctrine.migrations.preferred_em' => NULL,
  43443.             'doctrine.migrations.preferred_connection' => NULL,
  43444.             'security.role_hierarchy.roles' => [
  43445.                 'ROLE_PART' => [
  43446.                     => 'ROLE_USER',
  43447.                 ],
  43448.                 'ROLE_PRO' => [
  43449.                     => 'ROLE_PART',
  43450.                 ],
  43451.                 'ROLE_EDITOR' => [
  43452.                     => 'ROLE_PRO',
  43453.                 ],
  43454.                 'ROLE_ADMIN' => [
  43455.                     => 'ROLE_EDITOR',
  43456.                 ],
  43457.             ],
  43458.             'security.access.denied_url' => NULL,
  43459.             'security.authentication.manager.erase_credentials' => true,
  43460.             'security.authentication.session_strategy.strategy' => 'migrate',
  43461.             'security.access.always_authenticate_before_granting' => false,
  43462.             'security.authentication.hide_user_not_found' => true,
  43463.             'security.firewalls' => [
  43464.                 => 'dev',
  43465.                 => 'admin',
  43466.                 => 'client',
  43467.             ],
  43468.             'security.admin._indexed_authenticators' => [
  43469.             ],
  43470.             'security.client._indexed_authenticators' => [
  43471.             ],
  43472.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  43473.             'web_profiler.debug_toolbar.mode' => 2,
  43474.             'monolog.use_microseconds' => true,
  43475.             'monolog.swift_mailer.handlers' => [
  43476.             ],
  43477.             'monolog.handlers_to_channels' => [
  43478.                 'monolog.handler.console' => [
  43479.                     'type' => 'exclusive',
  43480.                     'elements' => [
  43481.                         => 'event',
  43482.                         => 'doctrine',
  43483.                         => 'console',
  43484.                     ],
  43485.                 ],
  43486.                 'monolog.handler.main' => [
  43487.                     'type' => 'exclusive',
  43488.                     'elements' => [
  43489.                         => 'event',
  43490.                     ],
  43491.                 ],
  43492.             ],
  43493.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  43494.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  43495.             'swiftmailer.mailer.default.spool.enabled' => true,
  43496.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  43497.             'swiftmailer.mailer.default.single_address' => NULL,
  43498.             'swiftmailer.mailer.default.delivery.enabled' => true,
  43499.             'swiftmailer.spool.enabled' => true,
  43500.             'swiftmailer.delivery.enabled' => true,
  43501.             'swiftmailer.single_address' => NULL,
  43502.             'swiftmailer.mailers' => [
  43503.                 'default' => 'swiftmailer.mailer.default',
  43504.             ],
  43505.             'swiftmailer.default_mailer' => 'default',
  43506.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  43507.             'vich_uploader.mappings' => [
  43508.                 'upload_img_pub' => [
  43509.                     'uri_prefix' => '/uploads/imgspub',
  43510.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imgspub'),
  43511.                     'namer' => [
  43512.                         'service' => 'vich_uploader.namer_origname.upload_img_pub',
  43513.                         'options' => [
  43514.                         ],
  43515.                     ],
  43516.                     'inject_on_load' => false,
  43517.                     'delete_on_update' => true,
  43518.                     'delete_on_remove' => true,
  43519.                     'directory_namer' => [
  43520.                         'service' => NULL,
  43521.                         'options' => NULL,
  43522.                     ],
  43523.                     'db_driver' => 'orm',
  43524.                 ],
  43525.                 'prime_csv_pending' => [
  43526.                     'uri_prefix' => '/public/csv/prime/pending',
  43527.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/prime/pending'),
  43528.                     'namer' => [
  43529.                         'service' => NULL,
  43530.                         'options' => NULL,
  43531.                     ],
  43532.                     'directory_namer' => [
  43533.                         'service' => NULL,
  43534.                         'options' => NULL,
  43535.                     ],
  43536.                     'delete_on_remove' => true,
  43537.                     'delete_on_update' => true,
  43538.                     'inject_on_load' => false,
  43539.                     'db_driver' => 'orm',
  43540.                 ],
  43541.                 'property_demand_file' => [
  43542.                     'uri_prefix' => '/uploads/demand/file/',
  43543.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/demand/file'),
  43544.                     'namer' => [
  43545.                         'service' => 'vich_uploader.namer_origname.property_demand_file',
  43546.                         'options' => [
  43547.                         ],
  43548.                     ],
  43549.                     'directory_namer' => [
  43550.                         'service' => NULL,
  43551.                         'options' => NULL,
  43552.                     ],
  43553.                     'delete_on_remove' => true,
  43554.                     'delete_on_update' => true,
  43555.                     'inject_on_load' => false,
  43556.                     'db_driver' => 'orm',
  43557.                 ],
  43558.                 'prime_request_file' => [
  43559.                     'uri_prefix' => '/uploads/prime',
  43560.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/prime'),
  43561.                     'namer' => [
  43562.                         'service' => 'vich_uploader.namer_origname.prime_request_file',
  43563.                         'options' => [
  43564.                         ],
  43565.                     ],
  43566.                     'inject_on_load' => false,
  43567.                     'delete_on_update' => true,
  43568.                     'delete_on_remove' => true,
  43569.                     'directory_namer' => [
  43570.                         'service' => NULL,
  43571.                         'options' => NULL,
  43572.                     ],
  43573.                     'db_driver' => 'orm',
  43574.                 ],
  43575.                 'permit_environment_file' => [
  43576.                     'uri_prefix' => '/uploads/environment/annexe/',
  43577.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/annexe/'),
  43578.                     'namer' => [
  43579.                         'service' => 'vich_uploader.namer_origname.permit_environment_file',
  43580.                         'options' => [
  43581.                         ],
  43582.                     ],
  43583.                     'inject_on_load' => false,
  43584.                     'delete_on_update' => true,
  43585.                     'delete_on_remove' => true,
  43586.                     'directory_namer' => [
  43587.                         'service' => NULL,
  43588.                         'options' => NULL,
  43589.                     ],
  43590.                     'db_driver' => 'orm',
  43591.                 ],
  43592.                 'co_ownership_document' => [
  43593.                     'uri_prefix' => '/uploads/coownership/document/',
  43594.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/document/'),
  43595.                     'namer' => [
  43596.                         'service' => 'vich_uploader.namer_origname.co_ownership_document',
  43597.                         'options' => [
  43598.                         ],
  43599.                     ],
  43600.                     'inject_on_load' => false,
  43601.                     'delete_on_update' => true,
  43602.                     'delete_on_remove' => true,
  43603.                     'directory_namer' => [
  43604.                         'service' => NULL,
  43605.                         'options' => NULL,
  43606.                     ],
  43607.                     'db_driver' => 'orm',
  43608.                 ],
  43609.                 'co_ownership_meeting_transcript' => [
  43610.                     'uri_prefix' => '/uploads/coownership/meetingtranscript/',
  43611.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/meetingtranscript/'),
  43612.                     'namer' => [
  43613.                         'service' => 'vich_uploader.namer_origname.co_ownership_meeting_transcript',
  43614.                         'options' => [
  43615.                         ],
  43616.                     ],
  43617.                     'inject_on_load' => false,
  43618.                     'delete_on_update' => true,
  43619.                     'delete_on_remove' => true,
  43620.                     'directory_namer' => [
  43621.                         'service' => NULL,
  43622.                         'options' => NULL,
  43623.                     ],
  43624.                     'db_driver' => 'orm',
  43625.                 ],
  43626.                 'co_ownership_invoices' => [
  43627.                     'uri_prefix' => '/uploads/coownership/invoices/',
  43628.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/invoices/'),
  43629.                     'namer' => [
  43630.                         'service' => 'vich_uploader.namer_origname.co_ownership_invoices',
  43631.                         'options' => [
  43632.                         ],
  43633.                     ],
  43634.                     'inject_on_load' => false,
  43635.                     'delete_on_update' => true,
  43636.                     'delete_on_remove' => true,
  43637.                     'directory_namer' => [
  43638.                         'service' => NULL,
  43639.                         'options' => NULL,
  43640.                     ],
  43641.                     'db_driver' => 'orm',
  43642.                 ],
  43643.                 'co_ownership_report' => [
  43644.                     'uri_prefix' => '/uploads/coownership/report/',
  43645.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/report/'),
  43646.                     'namer' => [
  43647.                         'service' => 'vich_uploader.namer_origname.co_ownership_report',
  43648.                         'options' => [
  43649.                         ],
  43650.                     ],
  43651.                     'inject_on_load' => false,
  43652.                     'delete_on_update' => true,
  43653.                     'delete_on_remove' => true,
  43654.                     'directory_namer' => [
  43655.                         'service' => NULL,
  43656.                         'options' => NULL,
  43657.                     ],
  43658.                     'db_driver' => 'orm',
  43659.                 ],
  43660.                 'co_ownership_the_property_response' => [
  43661.                     'uri_prefix' => '/uploads/coownership-theproperty/response/',
  43662.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership-theproperty/response/'),
  43663.                     'namer' => [
  43664.                         'service' => 'vich_uploader.namer_origname.co_ownership_the_property_response',
  43665.                         'options' => [
  43666.                         ],
  43667.                     ],
  43668.                     'inject_on_load' => false,
  43669.                     'delete_on_update' => true,
  43670.                     'delete_on_remove' => true,
  43671.                     'directory_namer' => [
  43672.                         'service' => NULL,
  43673.                         'options' => NULL,
  43674.                     ],
  43675.                     'db_driver' => 'orm',
  43676.                 ],
  43677.                 'co_ownership_the_property_file' => [
  43678.                     'uri_prefix' => '/uploads/coownership-theproperty/file/',
  43679.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership-theproperty/file/'),
  43680.                     'namer' => [
  43681.                         'service' => 'vich_uploader.namer_origname.co_ownership_the_property_file',
  43682.                         'options' => [
  43683.                         ],
  43684.                     ],
  43685.                     'inject_on_load' => false,
  43686.                     'delete_on_update' => true,
  43687.                     'delete_on_remove' => true,
  43688.                     'directory_namer' => [
  43689.                         'service' => NULL,
  43690.                         'options' => NULL,
  43691.                     ],
  43692.                     'db_driver' => 'orm',
  43693.                 ],
  43694.                 'obligation_csv_pending' => [
  43695.                     'uri_prefix' => '/csv/environment/pending',
  43696.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/environment/pending/'),
  43697.                     'namer' => [
  43698.                         'service' => 'vich_uploader.namer_origname.obligation_csv_pending',
  43699.                         'options' => [
  43700.                         ],
  43701.                     ],
  43702.                     'directory_namer' => [
  43703.                         'service' => NULL,
  43704.                         'options' => NULL,
  43705.                     ],
  43706.                     'delete_on_remove' => true,
  43707.                     'delete_on_update' => true,
  43708.                     'inject_on_load' => false,
  43709.                     'db_driver' => 'orm',
  43710.                 ],
  43711.                 'register_environment_file' => [
  43712.                     'uri_prefix' => '/uploads/environment/register/',
  43713.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/register/'),
  43714.                     'namer' => [
  43715.                         'service' => 'vich_uploader.namer_origname.register_environment_file',
  43716.                         'options' => [
  43717.                         ],
  43718.                     ],
  43719.                     'inject_on_load' => false,
  43720.                     'delete_on_update' => true,
  43721.                     'delete_on_remove' => true,
  43722.                     'directory_namer' => [
  43723.                         'service' => NULL,
  43724.                         'options' => NULL,
  43725.                     ],
  43726.                     'db_driver' => 'orm',
  43727.                 ],
  43728.                 'organic_plot_file' => [
  43729.                     'uri_prefix' => '/uploads/environment/organic_plot/',
  43730.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/organic_plot/'),
  43731.                     'namer' => [
  43732.                         'service' => 'vich_uploader.namer_origname.organic_plot_file',
  43733.                         'options' => [
  43734.                         ],
  43735.                     ],
  43736.                     'inject_on_load' => false,
  43737.                     'delete_on_update' => true,
  43738.                     'delete_on_remove' => true,
  43739.                     'directory_namer' => [
  43740.                         'service' => NULL,
  43741.                         'options' => NULL,
  43742.                     ],
  43743.                     'db_driver' => 'orm',
  43744.                 ],
  43745.                 'invoice_water_file' => [
  43746.                     'uri_prefix' => '/uploads/providerwater/invoice/',
  43747.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/providerwater/invoice/'),
  43748.                     'namer' => [
  43749.                         'service' => 'vich_uploader.namer_origname.invoice_water_file',
  43750.                         'options' => [
  43751.                         ],
  43752.                     ],
  43753.                     'inject_on_load' => false,
  43754.                     'delete_on_update' => true,
  43755.                     'delete_on_remove' => true,
  43756.                     'directory_namer' => [
  43757.                         'service' => NULL,
  43758.                         'options' => NULL,
  43759.                     ],
  43760.                     'db_driver' => 'orm',
  43761.                 ],
  43762.                 'prime_pdf_template' => [
  43763.                     'uri_prefix' => '/templates/pdf/prime',
  43764.                     'upload_destination' => (\dirname(__DIR__4).'/templates/pdf/prime/'),
  43765.                     'namer' => [
  43766.                         'service' => 'vich_uploader.namer_origname.prime_pdf_template',
  43767.                         'options' => [
  43768.                         ],
  43769.                     ],
  43770.                     'inject_on_load' => false,
  43771.                     'delete_on_update' => true,
  43772.                     'delete_on_remove' => true,
  43773.                     'directory_namer' => [
  43774.                         'service' => NULL,
  43775.                         'options' => NULL,
  43776.                     ],
  43777.                     'db_driver' => 'orm',
  43778.                 ],
  43779.                 'upload_img_property' => [
  43780.                     'uri_prefix' => '/uploads/imgsproperty',
  43781.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imgsproperty'),
  43782.                     'namer' => [
  43783.                         'service' => 'vich_uploader.namer_origname.upload_img_property',
  43784.                         'options' => [
  43785.                         ],
  43786.                     ],
  43787.                     'inject_on_load' => false,
  43788.                     'delete_on_update' => true,
  43789.                     'delete_on_remove' => true,
  43790.                     'directory_namer' => [
  43791.                         'service' => NULL,
  43792.                         'options' => NULL,
  43793.                     ],
  43794.                     'db_driver' => 'orm',
  43795.                 ],
  43796.                 'upload_file_minutes' => [
  43797.                     'uri_prefix' => '/uploads/fileminutes',
  43798.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/fileminutes'),
  43799.                     'namer' => [
  43800.                         'service' => 'vich_uploader.namer_origname.upload_file_minutes',
  43801.                         'options' => [
  43802.                         ],
  43803.                     ],
  43804.                     'inject_on_load' => false,
  43805.                     'delete_on_update' => true,
  43806.                     'delete_on_remove' => true,
  43807.                     'directory_namer' => [
  43808.                         'service' => NULL,
  43809.                         'options' => NULL,
  43810.                     ],
  43811.                     'db_driver' => 'orm',
  43812.                 ],
  43813.                 'rapport_pdf_property' => [
  43814.                     'uri_prefix' => '/uploads/rapport',
  43815.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/rapport'),
  43816.                     'namer' => [
  43817.                         'service' => 'vich_uploader.namer_origname.rapport_pdf_property',
  43818.                         'options' => [
  43819.                         ],
  43820.                     ],
  43821.                     'inject_on_load' => false,
  43822.                     'delete_on_update' => true,
  43823.                     'delete_on_remove' => true,
  43824.                     'directory_namer' => [
  43825.                         'service' => NULL,
  43826.                         'options' => NULL,
  43827.                     ],
  43828.                     'db_driver' => 'orm',
  43829.                 ],
  43830.                 'control_certificate' => [
  43831.                     'uri_prefix' => '/uploads/controlcertificate',
  43832.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/controlcertificate'),
  43833.                     'namer' => [
  43834.                         'service' => 'vich_uploader.namer_origname.control_certificate',
  43835.                         'options' => [
  43836.                         ],
  43837.                     ],
  43838.                     'inject_on_load' => false,
  43839.                     'delete_on_update' => true,
  43840.                     'delete_on_remove' => true,
  43841.                     'directory_namer' => [
  43842.                         'service' => NULL,
  43843.                         'options' => NULL,
  43844.                     ],
  43845.                     'db_driver' => 'orm',
  43846.                 ],
  43847.                 'upload_doc_property' => [
  43848.                     'uri_prefix' => '/uploads/docproperty',
  43849.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/docproperty'),
  43850.                     'namer' => [
  43851.                         'service' => 'vich_uploader.namer_origname.upload_doc_property',
  43852.                         'options' => [
  43853.                         ],
  43854.                     ],
  43855.                     'inject_on_load' => false,
  43856.                     'delete_on_update' => true,
  43857.                     'delete_on_remove' => true,
  43858.                     'directory_namer' => [
  43859.                         'service' => NULL,
  43860.                         'options' => NULL,
  43861.                     ],
  43862.                     'db_driver' => 'orm',
  43863.                 ],
  43864.                 'upload_rapport' => [
  43865.                     'uri_prefix' => '/uploads/uploadrapport',
  43866.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/uploadrapport'),
  43867.                     'namer' => [
  43868.                         'service' => 'vich_uploader.namer_origname.upload_rapport',
  43869.                         'options' => [
  43870.                         ],
  43871.                     ],
  43872.                     'inject_on_load' => false,
  43873.                     'delete_on_update' => true,
  43874.                     'delete_on_remove' => true,
  43875.                     'directory_namer' => [
  43876.                         'service' => NULL,
  43877.                         'options' => NULL,
  43878.                     ],
  43879.                     'db_driver' => 'orm',
  43880.                 ],
  43881.                 'uploads_syndics_response' => [
  43882.                     'uri_prefix' => '/uploads/syndicsresponse',
  43883.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/syndicsresponse'),
  43884.                     'namer' => [
  43885.                         'service' => 'vich_uploader.namer_origname.uploads_syndics_response',
  43886.                         'options' => [
  43887.                         ],
  43888.                     ],
  43889.                     'inject_on_load' => false,
  43890.                     'delete_on_update' => true,
  43891.                     'delete_on_remove' => true,
  43892.                     'directory_namer' => [
  43893.                         'service' => NULL,
  43894.                         'options' => NULL,
  43895.                     ],
  43896.                     'db_driver' => 'orm',
  43897.                 ],
  43898.                 'upload_icon_categorie_service' => [
  43899.                     'uri_prefix' => '/uploads/iconcategorieservice/',
  43900.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/iconcategorieservice'),
  43901.                     'namer' => [
  43902.                         'service' => 'vich_uploader.namer_origname.upload_icon_categorie_service',
  43903.                         'options' => [
  43904.                         ],
  43905.                     ],
  43906.                     'inject_on_load' => false,
  43907.                     'delete_on_update' => true,
  43908.                     'delete_on_remove' => true,
  43909.                     'directory_namer' => [
  43910.                         'service' => NULL,
  43911.                         'options' => NULL,
  43912.                     ],
  43913.                     'db_driver' => 'orm',
  43914.                 ],
  43915.                 'upload_img_service' => [
  43916.                     'uri_prefix' => '/uploads/imgsservice',
  43917.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imgsservice'),
  43918.                     'namer' => [
  43919.                         'service' => 'vich_uploader.namer_origname.upload_img_service',
  43920.                         'options' => [
  43921.                         ],
  43922.                     ],
  43923.                     'inject_on_load' => false,
  43924.                     'delete_on_update' => true,
  43925.                     'delete_on_remove' => true,
  43926.                     'directory_namer' => [
  43927.                         'service' => NULL,
  43928.                         'options' => NULL,
  43929.                     ],
  43930.                     'db_driver' => 'orm',
  43931.                 ],
  43932.                 'upload_bank_logo' => [
  43933.                     'uri_prefix' => '/uploads/banklogo',
  43934.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/banklogo'),
  43935.                     'namer' => [
  43936.                         'service' => 'vich_uploader.namer_origname.upload_bank_logo',
  43937.                         'options' => [
  43938.                         ],
  43939.                     ],
  43940.                     'inject_on_load' => false,
  43941.                     'delete_on_update' => true,
  43942.                     'delete_on_remove' => true,
  43943.                     'directory_namer' => [
  43944.                         'service' => NULL,
  43945.                         'options' => NULL,
  43946.                     ],
  43947.                     'db_driver' => 'orm',
  43948.                 ],
  43949.                 'upload_logo_pro' => [
  43950.                     'uri_prefix' => '/uploads/logopro',
  43951.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/logopro'),
  43952.                     'namer' => [
  43953.                         'service' => NULL,
  43954.                         'options' => NULL,
  43955.                     ],
  43956.                     'directory_namer' => [
  43957.                         'service' => NULL,
  43958.                         'options' => NULL,
  43959.                     ],
  43960.                     'delete_on_remove' => true,
  43961.                     'delete_on_update' => true,
  43962.                     'inject_on_load' => false,
  43963.                     'db_driver' => 'orm',
  43964.                 ],
  43965.                 'upload_traite' => [
  43966.                     'uri_prefix' => '/csv/traite',
  43967.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/traite'),
  43968.                     'namer' => [
  43969.                         'service' => 'vich_uploader.namer_origname.upload_traite',
  43970.                         'options' => [
  43971.                         ],
  43972.                     ],
  43973.                     'inject_on_load' => false,
  43974.                     'delete_on_update' => true,
  43975.                     'delete_on_remove' => true,
  43976.                     'directory_namer' => [
  43977.                         'service' => NULL,
  43978.                         'options' => NULL,
  43979.                     ],
  43980.                     'db_driver' => 'orm',
  43981.                 ],
  43982.                 'upload_pending' => [
  43983.                     'uri_prefix' => '/csv/pending',
  43984.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/pending'),
  43985.                     'namer' => [
  43986.                         'service' => 'vich_uploader.namer_origname.upload_pending',
  43987.                         'options' => [
  43988.                         ],
  43989.                     ],
  43990.                     'inject_on_load' => false,
  43991.                     'delete_on_update' => true,
  43992.                     'delete_on_remove' => true,
  43993.                     'directory_namer' => [
  43994.                         'service' => NULL,
  43995.                         'options' => NULL,
  43996.                     ],
  43997.                     'db_driver' => 'orm',
  43998.                 ],
  43999.                 'upload_rental_guarantee' => [
  44000.                     'uri_prefix' => '/uploads/rentalguarantee',
  44001.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/pending/uploads/rentalguarantee'),
  44002.                     'inject_on_load' => false,
  44003.                     'delete_on_update' => true,
  44004.                     'delete_on_remove' => true,
  44005.                     'namer' => [
  44006.                         'service' => NULL,
  44007.                         'options' => NULL,
  44008.                     ],
  44009.                     'directory_namer' => [
  44010.                         'service' => NULL,
  44011.                         'options' => NULL,
  44012.                     ],
  44013.                     'db_driver' => 'orm',
  44014.                 ],
  44015.                 'excel_file_pending' => [
  44016.                     'uri_prefix' => '/xlsx/pending',
  44017.                     'upload_destination' => (\dirname(__DIR__4).'/public/xlsx/pending'),
  44018.                     'namer' => [
  44019.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.excel_file_pending',
  44020.                         'options' => [
  44021.                         ],
  44022.                     ],
  44023.                     'inject_on_load' => false,
  44024.                     'delete_on_update' => true,
  44025.                     'delete_on_remove' => true,
  44026.                     'directory_namer' => [
  44027.                         'service' => NULL,
  44028.                         'options' => NULL,
  44029.                     ],
  44030.                     'db_driver' => 'orm',
  44031.                 ],
  44032.                 'upload_archived' => [
  44033.                     'uri_prefix' => '/csv/archived',
  44034.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/archived'),
  44035.                     'namer' => [
  44036.                         'service' => 'vich_uploader.namer_origname.upload_archived',
  44037.                         'options' => [
  44038.                         ],
  44039.                     ],
  44040.                     'inject_on_load' => false,
  44041.                     'delete_on_update' => true,
  44042.                     'delete_on_remove' => true,
  44043.                     'directory_namer' => [
  44044.                         'service' => NULL,
  44045.                         'options' => NULL,
  44046.                     ],
  44047.                     'db_driver' => 'orm',
  44048.                 ],
  44049.                 'engie_csv_pending' => [
  44050.                     'uri_prefix' => '/csv/pending',
  44051.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/csvengie/pending'),
  44052.                     'namer' => [
  44053.                         'service' => 'vich_uploader.namer_origname.engie_csv_pending',
  44054.                         'options' => [
  44055.                         ],
  44056.                     ],
  44057.                     'inject_on_load' => false,
  44058.                     'delete_on_update' => true,
  44059.                     'delete_on_remove' => true,
  44060.                     'directory_namer' => [
  44061.                         'service' => NULL,
  44062.                         'options' => NULL,
  44063.                     ],
  44064.                     'db_driver' => 'orm',
  44065.                 ],
  44066.                 'module_3D' => [
  44067.                     'uri_prefix' => '/module3d',
  44068.                     'upload_destination' => (\dirname(__DIR__4).'/public/module3d'),
  44069.                     'namer' => [
  44070.                         'service' => 'vich_uploader.namer_origname.module_3D',
  44071.                         'options' => [
  44072.                         ],
  44073.                     ],
  44074.                     'delete_on_update' => true,
  44075.                     'delete_on_remove' => true,
  44076.                     'directory_namer' => [
  44077.                         'service' => NULL,
  44078.                         'options' => NULL,
  44079.                     ],
  44080.                     'inject_on_load' => false,
  44081.                     'db_driver' => 'orm',
  44082.                 ],
  44083.                 'picture_3D' => [
  44084.                     'uri_prefix' => '/picture3d',
  44085.                     'upload_destination' => (\dirname(__DIR__4).'/public/module3d/picture3d'),
  44086.                     'namer' => [
  44087.                         'service' => 'vich_uploader.namer_origname.picture_3D',
  44088.                         'options' => [
  44089.                         ],
  44090.                     ],
  44091.                     'delete_on_update' => true,
  44092.                     'delete_on_remove' => true,
  44093.                     'directory_namer' => [
  44094.                         'service' => NULL,
  44095.                         'options' => NULL,
  44096.                     ],
  44097.                     'inject_on_load' => false,
  44098.                     'db_driver' => 'orm',
  44099.                 ],
  44100.                 'Adress_csv_pending' => [
  44101.                     'uri_prefix' => '/pending',
  44102.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/Adress/pending'),
  44103.                     'namer' => [
  44104.                         'service' => 'vich_uploader.namer_origname.Adress_csv_pending',
  44105.                         'options' => [
  44106.                         ],
  44107.                     ],
  44108.                     'directory_namer' => [
  44109.                         'service' => NULL,
  44110.                         'options' => NULL,
  44111.                     ],
  44112.                     'delete_on_remove' => true,
  44113.                     'delete_on_update' => true,
  44114.                     'inject_on_load' => false,
  44115.                     'db_driver' => 'orm',
  44116.                 ],
  44117.                 'dvf_csv_pending' => [
  44118.                     'uri_prefix' => '/pending',
  44119.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/dvf/pending'),
  44120.                     'namer' => [
  44121.                         'service' => 'vich_uploader.namer_origname.dvf_csv_pending',
  44122.                         'options' => [
  44123.                         ],
  44124.                     ],
  44125.                     'inject_on_load' => false,
  44126.                     'delete_on_update' => true,
  44127.                     'delete_on_remove' => true,
  44128.                     'directory_namer' => [
  44129.                         'service' => NULL,
  44130.                         'options' => NULL,
  44131.                     ],
  44132.                     'db_driver' => 'orm',
  44133.                 ],
  44134.                 'permit_file' => [
  44135.                     'uri_prefix' => '/environment/permit',
  44136.                     'upload_destination' => (\dirname(__DIR__4).'/public/environment/permit'),
  44137.                     'namer' => [
  44138.                         'service' => 'vich_uploader.namer_origname.permit_file',
  44139.                         'options' => [
  44140.                         ],
  44141.                     ],
  44142.                     'inject_on_load' => false,
  44143.                     'delete_on_update' => true,
  44144.                     'delete_on_remove' => true,
  44145.                     'directory_namer' => [
  44146.                         'service' => NULL,
  44147.                         'options' => NULL,
  44148.                     ],
  44149.                     'db_driver' => 'orm',
  44150.                 ],
  44151.                 'annex_permit_file' => [
  44152.                     'uri_prefix' => '/environment/annex',
  44153.                     'upload_destination' => (\dirname(__DIR__4).'/public/environment/annex'),
  44154.                     'namer' => [
  44155.                         'service' => 'vich_uploader.namer_origname.annex_permit_file',
  44156.                         'options' => [
  44157.                         ],
  44158.                     ],
  44159.                     'inject_on_load' => false,
  44160.                     'delete_on_update' => true,
  44161.                     'delete_on_remove' => true,
  44162.                     'directory_namer' => [
  44163.                         'service' => NULL,
  44164.                         'options' => NULL,
  44165.                     ],
  44166.                     'db_driver' => 'orm',
  44167.                 ],
  44168.                 'edit_registers_file' => [
  44169.                     'uri_prefix' => '/environment/editregisters',
  44170.                     'upload_destination' => (\dirname(__DIR__4).'/public/environment/editregisters'),
  44171.                     'namer' => [
  44172.                         'service' => 'vich_uploader.namer_origname.edit_registers_file',
  44173.                         'options' => [
  44174.                         ],
  44175.                     ],
  44176.                     'inject_on_load' => false,
  44177.                     'delete_on_update' => true,
  44178.                     'delete_on_remove' => true,
  44179.                     'directory_namer' => [
  44180.                         'service' => NULL,
  44181.                         'options' => NULL,
  44182.                     ],
  44183.                     'db_driver' => 'orm',
  44184.                 ],
  44185.                 'engie_csv_archived' => [
  44186.                     'uri_prefix' => '/archived',
  44187.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvengie/archived'),
  44188.                     'namer' => [
  44189.                         'service' => 'vich_uploader.namer_origname.engie_csv_archived',
  44190.                         'options' => [
  44191.                         ],
  44192.                     ],
  44193.                     'inject_on_load' => false,
  44194.                     'delete_on_update' => true,
  44195.                     'delete_on_remove' => true,
  44196.                     'directory_namer' => [
  44197.                         'service' => NULL,
  44198.                         'options' => NULL,
  44199.                     ],
  44200.                     'db_driver' => 'orm',
  44201.                 ],
  44202.                 'work_csv_pending' => [
  44203.                     'uri_prefix' => '/csv/work/pending',
  44204.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvwork/pending'),
  44205.                     'namer' => [
  44206.                         'service' => 'vich_uploader.namer_origname.work_csv_pending',
  44207.                         'options' => [
  44208.                         ],
  44209.                     ],
  44210.                     'inject_on_load' => false,
  44211.                     'delete_on_update' => true,
  44212.                     'delete_on_remove' => true,
  44213.                     'directory_namer' => [
  44214.                         'service' => NULL,
  44215.                         'options' => NULL,
  44216.                     ],
  44217.                     'db_driver' => 'orm',
  44218.                 ],
  44219.                 'work_rules_csv_pending' => [
  44220.                     'uri_prefix' => '/csv/work/rules/pending',
  44221.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvwork/rules/pending'),
  44222.                     'namer' => [
  44223.                         'service' => 'vich_uploader.namer_origname.work_rules_csv_pending',
  44224.                         'options' => [
  44225.                         ],
  44226.                     ],
  44227.                     'inject_on_load' => false,
  44228.                     'delete_on_update' => true,
  44229.                     'delete_on_remove' => true,
  44230.                     'directory_namer' => [
  44231.                         'service' => NULL,
  44232.                         'options' => NULL,
  44233.                     ],
  44234.                     'db_driver' => 'orm',
  44235.                 ],
  44236.                 'education_csv' => [
  44237.                     'uri_prefix' => '/csv/education/',
  44238.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/education/'),
  44239.                     'namer' => [
  44240.                         'service' => 'vich_uploader.namer_origname.education_csv',
  44241.                         'options' => [
  44242.                         ],
  44243.                     ],
  44244.                     'inject_on_load' => false,
  44245.                     'delete_on_update' => true,
  44246.                     'delete_on_remove' => true,
  44247.                     'directory_namer' => [
  44248.                         'service' => NULL,
  44249.                         'options' => NULL,
  44250.                     ],
  44251.                     'db_driver' => 'orm',
  44252.                 ],
  44253.                 'bbox' => [
  44254.                     'uri_prefix' => '/cadastre/bbox',
  44255.                     'upload_destination' => (\dirname(__DIR__4).'/public/cadastre/bbox'),
  44256.                     'namer' => [
  44257.                         'service' => 'vich_uploader.namer_origname.bbox',
  44258.                         'options' => [
  44259.                         ],
  44260.                     ],
  44261.                     'inject_on_load' => false,
  44262.                     'delete_on_update' => true,
  44263.                     'delete_on_remove' => true,
  44264.                     'directory_namer' => [
  44265.                         'service' => NULL,
  44266.                         'options' => NULL,
  44267.                     ],
  44268.                     'db_driver' => 'orm',
  44269.                 ],
  44270.                 'area_csv_pending' => [
  44271.                     'uri_prefix' => '/csv/area/pending',
  44272.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvarea/pending'),
  44273.                     'namer' => [
  44274.                         'service' => 'vich_uploader.namer_origname.area_csv_pending',
  44275.                         'options' => [
  44276.                         ],
  44277.                     ],
  44278.                     'directory_namer' => [
  44279.                         'service' => NULL,
  44280.                         'options' => NULL,
  44281.                     ],
  44282.                     'delete_on_remove' => true,
  44283.                     'delete_on_update' => true,
  44284.                     'inject_on_load' => false,
  44285.                     'db_driver' => 'orm',
  44286.                 ],
  44287.                 'dispenseFile' => [
  44288.                     'uri_prefix' => '/dispense/annexe/file',
  44289.                     'upload_destination' => (\dirname(__DIR__4).'/public/dispense/annexe/file'),
  44290.                     'namer' => [
  44291.                         'service' => 'vich_uploader.namer_origname.dispenseFile',
  44292.                         'options' => [
  44293.                         ],
  44294.                     ],
  44295.                     'directory_namer' => [
  44296.                         'service' => NULL,
  44297.                         'options' => NULL,
  44298.                     ],
  44299.                     'delete_on_remove' => true,
  44300.                     'delete_on_update' => true,
  44301.                     'inject_on_load' => false,
  44302.                     'db_driver' => 'orm',
  44303.                 ],
  44304.                 'occupie_csv_pending' => [
  44305.                     'uri_prefix' => '/csv/occupie/pending',
  44306.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/occupie/pending'),
  44307.                     'namer' => [
  44308.                         'service' => 'vich_uploader.namer_origname.occupie_csv_pending',
  44309.                         'options' => [
  44310.                         ],
  44311.                     ],
  44312.                     'inject_on_load' => false,
  44313.                     'delete_on_update' => true,
  44314.                     'delete_on_remove' => false,
  44315.                     'directory_namer' => [
  44316.                         'service' => NULL,
  44317.                         'options' => NULL,
  44318.                     ],
  44319.                     'db_driver' => 'orm',
  44320.                 ],
  44321.                 'salesAgreementFile' => [
  44322.                     'uri_prefix' => '/uploads/clientsalesagreement',
  44323.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/salesagreement'),
  44324.                     'namer' => [
  44325.                         'service' => 'vich_uploader.namer_origname.salesAgreementFile',
  44326.                         'options' => [
  44327.                         ],
  44328.                     ],
  44329.                     'inject_on_load' => false,
  44330.                     'delete_on_update' => true,
  44331.                     'delete_on_remove' => false,
  44332.                     'directory_namer' => [
  44333.                         'service' => NULL,
  44334.                         'options' => NULL,
  44335.                     ],
  44336.                     'db_driver' => 'orm',
  44337.                 ],
  44338.                 'deedOfSale' => [
  44339.                     'uri_prefix' => '/uploads/clientdeedofsale',
  44340.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/deedofsale'),
  44341.                     'namer' => [
  44342.                         'service' => 'vich_uploader.namer_origname.deedOfSale',
  44343.                         'options' => [
  44344.                         ],
  44345.                     ],
  44346.                     'inject_on_load' => false,
  44347.                     'delete_on_update' => true,
  44348.                     'delete_on_remove' => false,
  44349.                     'directory_namer' => [
  44350.                         'service' => NULL,
  44351.                         'options' => NULL,
  44352.                     ],
  44353.                     'db_driver' => 'orm',
  44354.                 ],
  44355.                 'syndic_Apartment_csv_pending' => [
  44356.                     'uri_prefix' => '/csv/syndicAppartment/pending',
  44357.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/syndicAppartment/pending'),
  44358.                     'namer' => [
  44359.                         'service' => 'vich_uploader.namer_origname.syndic_Apartment_csv_pending',
  44360.                         'options' => [
  44361.                         ],
  44362.                     ],
  44363.                     'inject_on_load' => false,
  44364.                     'delete_on_update' => true,
  44365.                     'delete_on_remove' => false,
  44366.                     'directory_namer' => [
  44367.                         'service' => NULL,
  44368.                         'options' => NULL,
  44369.                     ],
  44370.                     'db_driver' => 'orm',
  44371.                 ],
  44372.                 'notary_csv_pending' => [
  44373.                     'uri_prefix' => '/csv/notary/pending',
  44374.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/notary/pending'),
  44375.                     'namer' => [
  44376.                         'service' => 'vich_uploader.namer_origname.notary_csv_pending',
  44377.                         'options' => [
  44378.                         ],
  44379.                     ],
  44380.                     'inject_on_load' => false,
  44381.                     'delete_on_update' => true,
  44382.                     'delete_on_remove' => false,
  44383.                     'directory_namer' => [
  44384.                         'service' => NULL,
  44385.                         'options' => NULL,
  44386.                     ],
  44387.                     'db_driver' => 'orm',
  44388.                 ],
  44389.                 'chat_file' => [
  44390.                     'uri_prefix' => '/uploads/syndic/chat',
  44391.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/syndic/chat'),
  44392.                     'namer' => [
  44393.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.chat_file',
  44394.                         'options' => [
  44395.                         ],
  44396.                     ],
  44397.                     'inject_on_load' => true,
  44398.                     'delete_on_update' => true,
  44399.                     'delete_on_remove' => true,
  44400.                     'directory_namer' => [
  44401.                         'service' => NULL,
  44402.                         'options' => NULL,
  44403.                     ],
  44404.                     'db_driver' => 'orm',
  44405.                 ],
  44406.                 'message_file' => [
  44407.                     'uri_prefix' => '/uploads/chat',
  44408.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/chat'),
  44409.                     'namer' => [
  44410.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.message_file',
  44411.                         'options' => [
  44412.                         ],
  44413.                     ],
  44414.                     'inject_on_load' => true,
  44415.                     'delete_on_update' => true,
  44416.                     'delete_on_remove' => true,
  44417.                     'directory_namer' => [
  44418.                         'service' => NULL,
  44419.                         'options' => NULL,
  44420.                     ],
  44421.                     'db_driver' => 'orm',
  44422.                 ],
  44423.                 'ThepropertyProvider_csv_pending' => [
  44424.                     'uri_prefix' => '/csv/propertyProvider/pending',
  44425.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/propertyProvider/pending'),
  44426.                     'namer' => [
  44427.                         'service' => 'vich_uploader.namer_origname.ThepropertyProvider_csv_pending',
  44428.                         'options' => [
  44429.                         ],
  44430.                     ],
  44431.                     'inject_on_load' => false,
  44432.                     'delete_on_update' => true,
  44433.                     'delete_on_remove' => true,
  44434.                     'directory_namer' => [
  44435.                         'service' => NULL,
  44436.                         'options' => NULL,
  44437.                     ],
  44438.                     'db_driver' => 'orm',
  44439.                 ],
  44440.                 'provider_society_csv_pending' => [
  44441.                     'uri_prefix' => '/csv/providerSociety/pending',
  44442.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/providerSociety/pending'),
  44443.                     'namer' => [
  44444.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_society_csv_pending',
  44445.                         'options' => [
  44446.                         ],
  44447.                     ],
  44448.                     'inject_on_load' => false,
  44449.                     'delete_on_update' => true,
  44450.                     'delete_on_remove' => true,
  44451.                     'directory_namer' => [
  44452.                         'service' => NULL,
  44453.                         'options' => NULL,
  44454.                     ],
  44455.                     'db_driver' => 'orm',
  44456.                 ],
  44457.                 'pdf_location' => [
  44458.                     'uri_prefix' => '/uploads/pdflocation/location/edit',
  44459.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/pdflocation/location/edit'),
  44460.                     'namer' => [
  44461.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_location',
  44462.                         'options' => [
  44463.                         ],
  44464.                     ],
  44465.                     'inject_on_load' => false,
  44466.                     'delete_on_update' => true,
  44467.                     'delete_on_remove' => true,
  44468.                     'directory_namer' => [
  44469.                         'service' => NULL,
  44470.                         'options' => NULL,
  44471.                     ],
  44472.                     'db_driver' => 'orm',
  44473.                 ],
  44474.                 'lease_contract' => [
  44475.                     'uri_prefix' => '/uploads/lease_contract',
  44476.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/lease_contract'),
  44477.                     'namer' => [
  44478.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract',
  44479.                         'options' => [
  44480.                         ],
  44481.                     ],
  44482.                     'inject_on_load' => false,
  44483.                     'delete_on_update' => true,
  44484.                     'delete_on_remove' => true,
  44485.                     'directory_namer' => [
  44486.                         'service' => NULL,
  44487.                         'options' => NULL,
  44488.                     ],
  44489.                     'db_driver' => 'orm',
  44490.                 ],
  44491.                 'pdf_mail_location' => [
  44492.                     'uri_prefix' => '/pdflocation/mail/mail',
  44493.                     'upload_destination' => (\dirname(__DIR__4).'/public/pdflocation/mail/mail'),
  44494.                     'namer' => [
  44495.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_mail_location',
  44496.                         'options' => [
  44497.                         ],
  44498.                     ],
  44499.                     'inject_on_load' => false,
  44500.                     'delete_on_update' => true,
  44501.                     'delete_on_remove' => true,
  44502.                     'directory_namer' => [
  44503.                         'service' => NULL,
  44504.                         'options' => NULL,
  44505.                     ],
  44506.                     'db_driver' => 'orm',
  44507.                 ],
  44508.                 'provider_inverte_list_pending' => [
  44509.                     'uri_prefix' => '/csv/inverter/pending',
  44510.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/inverter/pending'),
  44511.                     'namer' => [
  44512.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_inverte_list_pending',
  44513.                         'options' => [
  44514.                         ],
  44515.                     ],
  44516.                     'inject_on_load' => false,
  44517.                     'delete_on_update' => true,
  44518.                     'delete_on_remove' => true,
  44519.                     'directory_namer' => [
  44520.                         'service' => NULL,
  44521.                         'options' => NULL,
  44522.                     ],
  44523.                     'db_driver' => 'orm',
  44524.                 ],
  44525.                 'ppas_csv_pending' => [
  44526.                     'uri_prefix' => '/csv/ppas/pending',
  44527.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/ppas/pending'),
  44528.                     'namer' => [
  44529.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_csv_pending',
  44530.                         'options' => [
  44531.                         ],
  44532.                     ],
  44533.                     'inject_on_load' => false,
  44534.                     'delete_on_update' => true,
  44535.                     'delete_on_remove' => true,
  44536.                     'directory_namer' => [
  44537.                         'service' => NULL,
  44538.                         'options' => NULL,
  44539.                     ],
  44540.                     'db_driver' => 'orm',
  44541.                 ],
  44542.                 'brugis_csv_pending' => [
  44543.                     'uri_prefix' => '/csv/brugis/pending',
  44544.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/brugis/pending'),
  44545.                     'namer' => [
  44546.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brugis_csv_pending',
  44547.                         'options' => [
  44548.                         ],
  44549.                     ],
  44550.                     'inject_on_load' => false,
  44551.                     'delete_on_update' => true,
  44552.                     'delete_on_remove' => true,
  44553.                     'directory_namer' => [
  44554.                         'service' => NULL,
  44555.                         'options' => NULL,
  44556.                     ],
  44557.                     'db_driver' => 'orm',
  44558.                 ],
  44559.                 'wallonie_csv_pending' => [
  44560.                     'uri_prefix' => '/csv/wallonie/pending',
  44561.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/wallonie/pending'),
  44562.                     'namer' => [
  44563.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.wallonie_csv_pending',
  44564.                         'options' => [
  44565.                         ],
  44566.                     ],
  44567.                     'inject_on_load' => false,
  44568.                     'delete_on_update' => true,
  44569.                     'delete_on_remove' => true,
  44570.                     'directory_namer' => [
  44571.                         'service' => NULL,
  44572.                         'options' => NULL,
  44573.                     ],
  44574.                     'db_driver' => 'orm',
  44575.                 ],
  44576.                 'ppas_affectation_csv_pending' => [
  44577.                     'uri_prefix' => '/csv/ppasaffectation',
  44578.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/ppasaffectation'),
  44579.                     'namer' => [
  44580.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_affectation_csv_pending',
  44581.                         'options' => [
  44582.                         ],
  44583.                     ],
  44584.                     'inject_on_load' => false,
  44585.                     'delete_on_update' => true,
  44586.                     'delete_on_remove' => true,
  44587.                     'directory_namer' => [
  44588.                         'service' => NULL,
  44589.                         'options' => NULL,
  44590.                     ],
  44591.                     'db_driver' => 'orm',
  44592.                 ],
  44593.                 'pras_csv' => [
  44594.                     'uri_prefix' => '/csv/pras',
  44595.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/pras'),
  44596.                     'namer' => [
  44597.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pras_csv',
  44598.                         'options' => [
  44599.                         ],
  44600.                     ],
  44601.                     'inject_on_load' => false,
  44602.                     'delete_on_update' => true,
  44603.                     'delete_on_remove' => true,
  44604.                     'directory_namer' => [
  44605.                         'service' => NULL,
  44606.                         'options' => NULL,
  44607.                     ],
  44608.                     'db_driver' => 'orm',
  44609.                 ],
  44610.                 'enquetes_publics_csv' => [
  44611.                     'uri_prefix' => '/csv/enquetesPublics/pending',
  44612.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/enquetesPublics/pending'),
  44613.                     'namer' => [
  44614.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.enquetes_publics_csv',
  44615.                         'options' => [
  44616.                         ],
  44617.                     ],
  44618.                     'inject_on_load' => false,
  44619.                     'delete_on_update' => true,
  44620.                     'delete_on_remove' => true,
  44621.                     'directory_namer' => [
  44622.                         'service' => NULL,
  44623.                         'options' => NULL,
  44624.                     ],
  44625.                     'db_driver' => 'orm',
  44626.                 ],
  44627.                 'community_post_file' => [
  44628.                     'uri_prefix' => '/uploads/community/',
  44629.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/community'),
  44630.                     'namer' => [
  44631.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_post_file',
  44632.                         'options' => [
  44633.                         ],
  44634.                     ],
  44635.                     'inject_on_load' => true,
  44636.                     'delete_on_update' => true,
  44637.                     'delete_on_remove' => true,
  44638.                     'directory_namer' => [
  44639.                         'service' => NULL,
  44640.                         'options' => NULL,
  44641.                     ],
  44642.                     'db_driver' => 'orm',
  44643.                 ],
  44644.                 'community_event_file' => [
  44645.                     'uri_prefix' => '/uploads/community/',
  44646.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/community'),
  44647.                     'namer' => [
  44648.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_event_file',
  44649.                         'options' => [
  44650.                         ],
  44651.                     ],
  44652.                     'inject_on_load' => true,
  44653.                     'delete_on_update' => true,
  44654.                     'delete_on_remove' => true,
  44655.                     'directory_namer' => [
  44656.                         'service' => NULL,
  44657.                         'options' => NULL,
  44658.                     ],
  44659.                     'db_driver' => 'orm',
  44660.                 ],
  44661.                 'new_project_immo_csv' => [
  44662.                     'uri_prefix' => '/csv/newprojectimmo/',
  44663.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/newprojectimmo'),
  44664.                     'namer' => [
  44665.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.new_project_immo_csv',
  44666.                         'options' => [
  44667.                         ],
  44668.                     ],
  44669.                     'inject_on_load' => true,
  44670.                     'delete_on_update' => true,
  44671.                     'delete_on_remove' => true,
  44672.                     'directory_namer' => [
  44673.                         'service' => NULL,
  44674.                         'options' => NULL,
  44675.                     ],
  44676.                     'db_driver' => 'orm',
  44677.                 ],
  44678.                 'public_inquiry_inprogress_excel' => [
  44679.                     'uri_prefix' => '/csv/publicinquiry/',
  44680.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/publicinquiry'),
  44681.                     'namer' => [
  44682.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.public_inquiry_inprogress_excel',
  44683.                         'options' => [
  44684.                         ],
  44685.                     ],
  44686.                     'inject_on_load' => false,
  44687.                     'delete_on_update' => true,
  44688.                     'delete_on_remove' => true,
  44689.                     'directory_namer' => [
  44690.                         'service' => NULL,
  44691.                         'options' => NULL,
  44692.                     ],
  44693.                     'db_driver' => 'orm',
  44694.                 ],
  44695.                 'water_supplier_controller_excel' => [
  44696.                     'uri_prefix' => '/csv/watersuppliercontroller/',
  44697.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/watersuppliercontroller'),
  44698.                     'namer' => [
  44699.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.water_supplier_controller_excel',
  44700.                         'options' => [
  44701.                         ],
  44702.                     ],
  44703.                     'inject_on_load' => false,
  44704.                     'delete_on_update' => true,
  44705.                     'delete_on_remove' => true,
  44706.                     'directory_namer' => [
  44707.                         'service' => NULL,
  44708.                         'options' => NULL,
  44709.                     ],
  44710.                     'db_driver' => 'orm',
  44711.                 ],
  44712.                 'surveillance_camera_document' => [
  44713.                     'uri_prefix' => '/uploads/surveillance_camera_document/',
  44714.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/surveillance_camera_document/'),
  44715.                     'namer' => [
  44716.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.surveillance_camera_document',
  44717.                         'options' => [
  44718.                         ],
  44719.                     ],
  44720.                     'inject_on_load' => false,
  44721.                     'delete_on_update' => true,
  44722.                     'delete_on_remove' => true,
  44723.                     'directory_namer' => [
  44724.                         'service' => NULL,
  44725.                         'options' => NULL,
  44726.                     ],
  44727.                     'db_driver' => 'orm',
  44728.                 ],
  44729.                 'request_repayment_files' => [
  44730.                     'uri_prefix' => '/uploads/request_repayment_finance/',
  44731.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/request_repayment_finance/'),
  44732.                     'namer' => [
  44733.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.request_repayment_files',
  44734.                         'options' => [
  44735.                         ],
  44736.                     ],
  44737.                     'inject_on_load' => false,
  44738.                     'delete_on_update' => true,
  44739.                     'delete_on_remove' => true,
  44740.                     'directory_namer' => [
  44741.                         'service' => NULL,
  44742.                         'options' => NULL,
  44743.                     ],
  44744.                     'db_driver' => 'orm',
  44745.                 ],
  44746.                 'condominium_invoice_file' => [
  44747.                     'uri_prefix' => '/uploads/condominium/invoice/',
  44748.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/condominium/invoice/'),
  44749.                     'namer' => [
  44750.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.condominium_invoice_file',
  44751.                         'options' => [
  44752.                         ],
  44753.                     ],
  44754.                     'inject_on_load' => false,
  44755.                     'delete_on_update' => true,
  44756.                     'delete_on_remove' => true,
  44757.                     'directory_namer' => [
  44758.                         'service' => NULL,
  44759.                         'options' => NULL,
  44760.                     ],
  44761.                     'db_driver' => 'orm',
  44762.                 ],
  44763.                 'inventory_file' => [
  44764.                     'uri_prefix' => '/uploads/inventory/file/',
  44765.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/inventory/file/'),
  44766.                     'namer' => [
  44767.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_file',
  44768.                         'options' => [
  44769.                         ],
  44770.                     ],
  44771.                     'inject_on_load' => false,
  44772.                     'delete_on_update' => true,
  44773.                     'delete_on_remove' => true,
  44774.                     'directory_namer' => [
  44775.                         'service' => NULL,
  44776.                         'options' => NULL,
  44777.                     ],
  44778.                     'db_driver' => 'orm',
  44779.                 ],
  44780.                 'inventory_image' => [
  44781.                     'uri_prefix' => '/uploads/inventory/images/',
  44782.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/inventory/images/'),
  44783.                     'namer' => [
  44784.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_image',
  44785.                         'options' => [
  44786.                         ],
  44787.                     ],
  44788.                     'inject_on_load' => false,
  44789.                     'delete_on_update' => true,
  44790.                     'delete_on_remove' => true,
  44791.                     'directory_namer' => [
  44792.                         'service' => NULL,
  44793.                         'options' => NULL,
  44794.                     ],
  44795.                     'db_driver' => 'orm',
  44796.                 ],
  44797.                 'offer_lease_agreement' => [
  44798.                     'uri_prefix' => '/uploads/offerlease/agreement/',
  44799.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/offerlease/agreement/'),
  44800.                     'namer' => [
  44801.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.offer_lease_agreement',
  44802.                         'options' => [
  44803.                         ],
  44804.                     ],
  44805.                     'inject_on_load' => false,
  44806.                     'delete_on_update' => true,
  44807.                     'delete_on_remove' => true,
  44808.                     'directory_namer' => [
  44809.                         'service' => NULL,
  44810.                         'options' => NULL,
  44811.                     ],
  44812.                     'db_driver' => 'orm',
  44813.                 ],
  44814.                 'lease_contract_models' => [
  44815.                     'uri_prefix' => '/uploads/lease_contract_models/',
  44816.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/lease_contract_models/'),
  44817.                     'namer' => [
  44818.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract_models',
  44819.                         'options' => [
  44820.                         ],
  44821.                     ],
  44822.                     'inject_on_load' => false,
  44823.                     'delete_on_update' => true,
  44824.                     'delete_on_remove' => true,
  44825.                     'directory_namer' => [
  44826.                         'service' => NULL,
  44827.                         'options' => NULL,
  44828.                     ],
  44829.                     'db_driver' => 'orm',
  44830.                 ],
  44831.                 'identity_image' => [
  44832.                     'uri_prefix' => '/uploads/identity/images/',
  44833.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/identity/images/'),
  44834.                     'namer' => [
  44835.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.identity_image',
  44836.                         'options' => [
  44837.                         ],
  44838.                     ],
  44839.                     'inject_on_load' => false,
  44840.                     'delete_on_update' => true,
  44841.                     'delete_on_remove' => true,
  44842.                     'directory_namer' => [
  44843.                         'service' => NULL,
  44844.                         'options' => NULL,
  44845.                     ],
  44846.                     'db_driver' => 'orm',
  44847.                 ],
  44848.                 'permit_citerne' => [
  44849.                     'uri_prefix' => '/uploads/pemit/citerne/',
  44850.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/permit/citerne/'),
  44851.                     'namer' => [
  44852.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.permit_citerne',
  44853.                         'options' => [
  44854.                         ],
  44855.                     ],
  44856.                     'directory_namer' => [
  44857.                         'service' => NULL,
  44858.                         'options' => NULL,
  44859.                     ],
  44860.                     'delete_on_remove' => true,
  44861.                     'delete_on_update' => true,
  44862.                     'inject_on_load' => false,
  44863.                     'db_driver' => 'orm',
  44864.                 ],
  44865.                 'garden_resource_document' => [
  44866.                     'uri_prefix' => '/uploads/environment/resources/',
  44867.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/resources/'),
  44868.                     'namer' => [
  44869.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.garden_resource_document',
  44870.                         'options' => [
  44871.                         ],
  44872.                     ],
  44873.                     'inject_on_load' => false,
  44874.                     'delete_on_update' => true,
  44875.                     'delete_on_remove' => true,
  44876.                     'directory_namer' => [
  44877.                         'service' => NULL,
  44878.                         'options' => NULL,
  44879.                     ],
  44880.                     'db_driver' => 'orm',
  44881.                 ],
  44882.                 'property_document_file' => [
  44883.                     'uri_prefix' => '/uploads/theProperty/file',
  44884.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/theProperty/file'),
  44885.                     'namer' => [
  44886.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.property_document_file',
  44887.                         'options' => [
  44888.                         ],
  44889.                     ],
  44890.                     'inject_on_load' => true,
  44891.                     'delete_on_update' => true,
  44892.                     'delete_on_remove' => true,
  44893.                     'directory_namer' => [
  44894.                         'service' => NULL,
  44895.                         'options' => NULL,
  44896.                     ],
  44897.                     'db_driver' => 'orm',
  44898.                 ],
  44899.                 'portfolio_files' => [
  44900.                     'uri_prefix' => '/uploads/portfolio/file',
  44901.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/portfolio/file'),
  44902.                     'namer' => [
  44903.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.portfolio_files',
  44904.                         'options' => [
  44905.                         ],
  44906.                     ],
  44907.                     'inject_on_load' => true,
  44908.                     'delete_on_update' => true,
  44909.                     'delete_on_remove' => true,
  44910.                     'directory_namer' => [
  44911.                         'service' => NULL,
  44912.                         'options' => NULL,
  44913.                     ],
  44914.                     'db_driver' => 'orm',
  44915.                 ],
  44916.                 'occupation_period_file' => [
  44917.                     'uri_prefix' => '/csv/occupationperiod/',
  44918.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/occupationperiod/'),
  44919.                     'namer' => [
  44920.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.occupation_period_file',
  44921.                         'options' => [
  44922.                         ],
  44923.                     ],
  44924.                     'inject_on_load' => true,
  44925.                     'delete_on_update' => true,
  44926.                     'delete_on_remove' => true,
  44927.                     'directory_namer' => [
  44928.                         'service' => NULL,
  44929.                         'options' => NULL,
  44930.                     ],
  44931.                     'db_driver' => 'orm',
  44932.                 ],
  44933.                 'pdf_summary_maif' => [
  44934.                     'uri_prefix' => '/uploads/pdf/summary_maif/',
  44935.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/pdf/summary_maif/'),
  44936.                     'namer' => [
  44937.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_summary_maif',
  44938.                         'options' => [
  44939.                         ],
  44940.                     ],
  44941.                     'inject_on_load' => true,
  44942.                     'delete_on_update' => true,
  44943.                     'delete_on_remove' => true,
  44944.                     'directory_namer' => [
  44945.                         'service' => NULL,
  44946.                         'options' => NULL,
  44947.                     ],
  44948.                     'db_driver' => 'orm',
  44949.                 ],
  44950.                 'provider_work' => [
  44951.                     'uri_prefix' => '/uploads/provider_work/',
  44952.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/provider_work/'),
  44953.                     'namer' => [
  44954.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_work',
  44955.                         'options' => [
  44956.                         ],
  44957.                     ],
  44958.                     'directory_namer' => [
  44959.                         'service' => NULL,
  44960.                         'options' => NULL,
  44961.                     ],
  44962.                     'delete_on_remove' => true,
  44963.                     'delete_on_update' => true,
  44964.                     'inject_on_load' => false,
  44965.                     'db_driver' => 'orm',
  44966.                 ],
  44967.                 'user_logo' => [
  44968.                     'uri_prefix' => '/uploads/user/logo/',
  44969.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/user/logo/'),
  44970.                     'namer' => [
  44971.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo',
  44972.                         'options' => [
  44973.                         ],
  44974.                     ],
  44975.                     'directory_namer' => [
  44976.                         'service' => NULL,
  44977.                         'options' => NULL,
  44978.                     ],
  44979.                     'delete_on_remove' => true,
  44980.                     'delete_on_update' => true,
  44981.                     'inject_on_load' => false,
  44982.                     'db_driver' => 'orm',
  44983.                 ],
  44984.                 'imo_agent_solicitation_image' => [
  44985.                     'uri_prefix' => '/uploads/imoagent/image/',
  44986.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imoagent/image/'),
  44987.                     'namer' => [
  44988.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.imo_agent_solicitation_image',
  44989.                         'options' => [
  44990.                         ],
  44991.                     ],
  44992.                     'inject_on_load' => true,
  44993.                     'delete_on_update' => true,
  44994.                     'delete_on_remove' => true,
  44995.                     'directory_namer' => [
  44996.                         'service' => NULL,
  44997.                         'options' => NULL,
  44998.                     ],
  44999.                     'db_driver' => 'orm',
  45000.                 ],
  45001.                 'treeD_figuration_file' => [
  45002.                     'uri_prefix' => '/uploads/figuration3D/',
  45003.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/figuration3D/'),
  45004.                     'namer' => [
  45005.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.treeD_figuration_file',
  45006.                         'options' => [
  45007.                         ],
  45008.                     ],
  45009.                     'inject_on_load' => true,
  45010.                     'delete_on_update' => true,
  45011.                     'delete_on_remove' => true,
  45012.                     'directory_namer' => [
  45013.                         'service' => NULL,
  45014.                         'options' => NULL,
  45015.                     ],
  45016.                     'db_driver' => 'orm',
  45017.                 ],
  45018.                 'client_sales_agreement_file' => [
  45019.                     'uri_prefix' => '/uploads/clientsalesagreement/',
  45020.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreement//'),
  45021.                     'namer' => [
  45022.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.client_sales_agreement_file',
  45023.                         'options' => [
  45024.                         ],
  45025.                     ],
  45026.                     'inject_on_load' => true,
  45027.                     'delete_on_update' => true,
  45028.                     'delete_on_remove' => true,
  45029.                     'directory_namer' => [
  45030.                         'service' => NULL,
  45031.                         'options' => NULL,
  45032.                     ],
  45033.                     'db_driver' => 'orm',
  45034.                 ],
  45035.                 'sales_agreement_file_to_sign' => [
  45036.                     'uri_prefix' => '/uploads/clientsalesagreementtosign/',
  45037.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementtosign//'),
  45038.                     'namer' => [
  45039.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sales_agreement_file_to_sign',
  45040.                         'options' => [
  45041.                         ],
  45042.                     ],
  45043.                     'inject_on_load' => true,
  45044.                     'delete_on_update' => true,
  45045.                     'delete_on_remove' => true,
  45046.                     'directory_namer' => [
  45047.                         'service' => NULL,
  45048.                         'options' => NULL,
  45049.                     ],
  45050.                     'db_driver' => 'orm',
  45051.                 ],
  45052.                 'neightborhood_project_before_improvement_image_file' => [
  45053.                     'uri_prefix' => '/uploads/neighborhood_project',
  45054.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/neighborhood_project'),
  45055.                     'namer' => [
  45056.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_before_improvement_image_file',
  45057.                         'options' => [
  45058.                         ],
  45059.                     ],
  45060.                     'inject_on_load' => true,
  45061.                     'delete_on_update' => true,
  45062.                     'delete_on_remove' => true,
  45063.                     'directory_namer' => [
  45064.                         'service' => NULL,
  45065.                         'options' => NULL,
  45066.                     ],
  45067.                     'db_driver' => 'orm',
  45068.                 ],
  45069.                 'neightborhood_project_after_improvement_image_file' => [
  45070.                     'uri_prefix' => '/uploads/neighborhood_project',
  45071.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/neighborhood_project'),
  45072.                     'namer' => [
  45073.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_after_improvement_image_file',
  45074.                         'options' => [
  45075.                         ],
  45076.                     ],
  45077.                     'inject_on_load' => true,
  45078.                     'delete_on_update' => true,
  45079.                     'delete_on_remove' => true,
  45080.                     'directory_namer' => [
  45081.                         'service' => NULL,
  45082.                         'options' => NULL,
  45083.                     ],
  45084.                     'db_driver' => 'orm',
  45085.                 ],
  45086.             ],
  45087.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  45088.             'liip_imagine.resolvers' => [
  45089.                 'default' => [
  45090.                     'web_path' => [
  45091.                         'web_root' => (\dirname(__DIR__4).'/public'),
  45092.                         'cache_prefix' => 'media/cache',
  45093.                     ],
  45094.                 ],
  45095.             ],
  45096.             'liip_imagine.loaders' => [
  45097.                 'default' => [
  45098.                     'filesystem' => [
  45099.                         'locator' => 'filesystem',
  45100.                         'data_root' => [
  45101.                             => (\dirname(__DIR__4).'/public'),
  45102.                         ],
  45103.                         'allow_unresolvable_data_roots' => false,
  45104.                         'bundle_resources' => [
  45105.                             'enabled' => false,
  45106.                             'access_control_type' => 'blacklist',
  45107.                             'access_control_list' => [
  45108.                             ],
  45109.                         ],
  45110.                     ],
  45111.                 ],
  45112.             ],
  45113.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  45114.             'liip_imagine.jpegoptim.stripAll' => true,
  45115.             'liip_imagine.jpegoptim.max' => NULL,
  45116.             'liip_imagine.jpegoptim.progressive' => true,
  45117.             'liip_imagine.jpegoptim.tempDir' => NULL,
  45118.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  45119.             'liip_imagine.optipng.level' => 7,
  45120.             'liip_imagine.optipng.stripAll' => true,
  45121.             'liip_imagine.optipng.tempDir' => NULL,
  45122.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  45123.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  45124.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  45125.             'liip_imagine.cwebp.tempDir' => NULL,
  45126.             'liip_imagine.cwebp.q' => 75,
  45127.             'liip_imagine.cwebp.alphaQ' => 100,
  45128.             'liip_imagine.cwebp.m' => 4,
  45129.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  45130.             'liip_imagine.cwebp.alphaMethod' => 1,
  45131.             'liip_imagine.cwebp.exact' => false,
  45132.             'liip_imagine.cwebp.metadata' => [
  45133.                 => 'none',
  45134.             ],
  45135.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  45136.             'liip_imagine.cache.resolver.default' => 'default',
  45137.             'liip_imagine.default_image' => NULL,
  45138.             'liip_imagine.filter_sets' => [
  45139.                 'gallery' => [
  45140.                     'quality' => 80,
  45141.                     'jpeg_quality' => NULL,
  45142.                     'png_compression_level' => NULL,
  45143.                     'png_compression_filter' => NULL,
  45144.                     'format' => NULL,
  45145.                     'animated' => false,
  45146.                     'cache' => NULL,
  45147.                     'data_loader' => NULL,
  45148.                     'default_image' => NULL,
  45149.                     'filters' => [
  45150.                         'thumbnail' => [
  45151.                             'size' => [
  45152.                                 => 78,
  45153.                                 => 78,
  45154.                             ],
  45155.                             'mode' => 'outbound',
  45156.                         ],
  45157.                     ],
  45158.                     'post_processors' => [
  45159.                     ],
  45160.                 ],
  45161.                 'explorer' => [
  45162.                     'quality' => 80,
  45163.                     'jpeg_quality' => NULL,
  45164.                     'png_compression_level' => NULL,
  45165.                     'png_compression_filter' => NULL,
  45166.                     'format' => NULL,
  45167.                     'animated' => false,
  45168.                     'cache' => NULL,
  45169.                     'data_loader' => NULL,
  45170.                     'default_image' => NULL,
  45171.                     'filters' => [
  45172.                         'thumbnail' => [
  45173.                             'size' => [
  45174.                                 => 142,
  45175.                                 => 85,
  45176.                             ],
  45177.                             'mode' => 'outbound',
  45178.                         ],
  45179.                     ],
  45180.                     'post_processors' => [
  45181.                     ],
  45182.                 ],
  45183.                 'resultat' => [
  45184.                     'quality' => 80,
  45185.                     'jpeg_quality' => NULL,
  45186.                     'png_compression_level' => NULL,
  45187.                     'png_compression_filter' => NULL,
  45188.                     'format' => NULL,
  45189.                     'animated' => false,
  45190.                     'cache' => NULL,
  45191.                     'data_loader' => NULL,
  45192.                     'default_image' => NULL,
  45193.                     'filters' => [
  45194.                         'thumbnail' => [
  45195.                             'size' => [
  45196.                                 => 86,
  45197.                                 => 129,
  45198.                             ],
  45199.                             'mode' => 'outbound',
  45200.                         ],
  45201.                     ],
  45202.                     'post_processors' => [
  45203.                     ],
  45204.                 ],
  45205.                 'grid' => [
  45206.                     'quality' => 80,
  45207.                     'jpeg_quality' => NULL,
  45208.                     'png_compression_level' => NULL,
  45209.                     'png_compression_filter' => NULL,
  45210.                     'format' => NULL,
  45211.                     'animated' => false,
  45212.                     'cache' => NULL,
  45213.                     'data_loader' => NULL,
  45214.                     'default_image' => NULL,
  45215.                     'filters' => [
  45216.                         'thumbnail' => [
  45217.                             'size' => [
  45218.                                 => 166,
  45219.                                 => 129,
  45220.                             ],
  45221.                             'mode' => 'outbound',
  45222.                         ],
  45223.                     ],
  45224.                     'post_processors' => [
  45225.                     ],
  45226.                 ],
  45227.                 'detail' => [
  45228.                     'quality' => 80,
  45229.                     'jpeg_quality' => NULL,
  45230.                     'png_compression_level' => NULL,
  45231.                     'png_compression_filter' => NULL,
  45232.                     'format' => NULL,
  45233.                     'animated' => false,
  45234.                     'cache' => NULL,
  45235.                     'data_loader' => NULL,
  45236.                     'default_image' => NULL,
  45237.                     'filters' => [
  45238.                         'thumbnail' => [
  45239.                             'size' => [
  45240.                                 => 856,
  45241.                                 => 812,
  45242.                             ],
  45243.                             'mode' => 'outbound',
  45244.                         ],
  45245.                     ],
  45246.                     'post_processors' => [
  45247.                     ],
  45248.                 ],
  45249.             ],
  45250.             'liip_imagine.binary.loader.default' => 'default',
  45251.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  45252.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  45253.             'liip_imagine.webp.generate' => false,
  45254.             'liip_imagine.webp.options' => [
  45255.                 'quality' => 100,
  45256.                 'cache' => NULL,
  45257.                 'data_loader' => NULL,
  45258.                 'post_processors' => [
  45259.                 ],
  45260.             ],
  45261.             'nzo_encryptor.secret_key' => 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8',
  45262.             'nzo_encryptor.secret_iv' => 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8',
  45263.             'nzo_encryptor.cipher_algorithm' => 'aes-256-ctr',
  45264.             'nzo_encryptor.base64_encode' => true,
  45265.             'nzo_encryptor.format_base64_output' => true,
  45266.             'nzo_encryptor.random_pseudo_bytes' => true,
  45267.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  45268.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  45269.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  45270.             'stof_doctrine_extensions.default_locale' => 'en_US',
  45271.             'stof_doctrine_extensions.translation_fallback' => false,
  45272.             'stof_doctrine_extensions.persist_default_translation' => false,
  45273.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  45274.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  45275.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  45276.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  45277.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  45278.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  45279.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  45280.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  45281.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  45282.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  45283.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  45284.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  45285.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  45286.             'nelmio_alice.functions_blacklist' => [
  45287.                 => 'current',
  45288.                 => 'shuffle',
  45289.                 => 'date',
  45290.                 => 'time',
  45291.                 => 'file',
  45292.                 => 'md5',
  45293.                 => 'sha1',
  45294.             ],
  45295.             'nelmio_alice.locale' => 'en_US',
  45296.             'nelmio_alice.seed' => 1,
  45297.             'nelmio_alice.loading_limit' => 5,
  45298.             'nelmio_alice.max_unique_values_retry' => 150,
  45299.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  45300.             'api_platform.metadata_backward_compatibility_layer' => true,
  45301.             'api_platform.enable_entrypoint' => true,
  45302.             'api_platform.enable_docs' => true,
  45303.             'api_platform.title' => 'API WOOED',
  45304.             'api_platform.description' => 'Plateform Wooed',
  45305.             'api_platform.version' => '2.5',
  45306.             'api_platform.show_webby' => true,
  45307.             'api_platform.url_generation_strategy' => 1,
  45308.             'api_platform.exception_to_status' => [
  45309.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  45310.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  45311.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  45312.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  45313.             ],
  45314.             'api_platform.formats' => [
  45315.                 'json' => [
  45316.                     => 'application/json',
  45317.                 ],
  45318.                 'jsonld' => [
  45319.                     => 'application/ld+json',
  45320.                 ],
  45321.                 'html' => [
  45322.                     => 'text/html',
  45323.                 ],
  45324.                 'form' => [
  45325.                     => 'multipart/form-data',
  45326.                 ],
  45327.             ],
  45328.             'api_platform.patch_formats' => [
  45329.                 'json' => [
  45330.                     => 'application/json',
  45331.                 ],
  45332.             ],
  45333.             'api_platform.error_formats' => [
  45334.                 'jsonproblem' => [
  45335.                     => 'application/problem+json',
  45336.                 ],
  45337.                 'jsonld' => [
  45338.                     => 'application/ld+json',
  45339.                 ],
  45340.             ],
  45341.             'api_platform.allow_plain_identifiers' => true,
  45342.             'api_platform.eager_loading.enabled' => true,
  45343.             'api_platform.eager_loading.max_joins' => 1000,
  45344.             'api_platform.eager_loading.fetch_partial' => false,
  45345.             'api_platform.eager_loading.force_eager' => false,
  45346.             'api_platform.collection.exists_parameter_name' => 'exists',
  45347.             'api_platform.collection.order' => 'ASC',
  45348.             'api_platform.collection.order_parameter_name' => 'order',
  45349.             'api_platform.collection.order_nulls_comparison' => NULL,
  45350.             'api_platform.collection.pagination.enabled' => true,
  45351.             'api_platform.collection.pagination.partial' => false,
  45352.             'api_platform.collection.pagination.client_enabled' => false,
  45353.             'api_platform.collection.pagination.client_items_per_page' => true,
  45354.             'api_platform.collection.pagination.client_partial' => false,
  45355.             'api_platform.collection.pagination.items_per_page' => 10,
  45356.             'api_platform.collection.pagination.maximum_items_per_page' => 50,
  45357.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  45358.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  45359.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  45360.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  45361.             'api_platform.collection.pagination' => [
  45362.                 'items_per_page' => 10,
  45363.                 'client_items_per_page' => true,
  45364.                 'page_parameter_name' => 'page',
  45365.                 'items_per_page_parameter_name' => 'itemsPerPage',
  45366.                 'enabled' => true,
  45367.                 'partial' => false,
  45368.                 'client_enabled' => false,
  45369.                 'client_partial' => false,
  45370.                 'maximum_items_per_page' => 50,
  45371.                 'enabled_parameter_name' => 'pagination',
  45372.                 'partial_parameter_name' => 'partial',
  45373.                 'items_per_pages' => 10,
  45374.             ],
  45375.             'api_platform.http_cache.etag' => true,
  45376.             'api_platform.http_cache.max_age' => NULL,
  45377.             'api_platform.http_cache.shared_max_age' => NULL,
  45378.             'api_platform.http_cache.vary' => [
  45379.                 => 'Accept',
  45380.             ],
  45381.             'api_platform.http_cache.public' => NULL,
  45382.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  45383.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  45384.             'api_platform.asset_package' => NULL,
  45385.             'api_platform.defaults' => [
  45386.                 'attributes' => [
  45387.                     'pagination_items_per_pages' => 10,
  45388.                     'pagination_maximum_items_per_page' => 50,
  45389.                 ],
  45390.             ],
  45391.             'api_platform.resource_class_directories' => [
  45392.                 => (\dirname(__DIR__4).'/config/api_platform/resources'),
  45393.             ],
  45394.             'api_platform.oauth.enabled' => false,
  45395.             'api_platform.oauth.clientId' => '',
  45396.             'api_platform.oauth.clientSecret' => '',
  45397.             'api_platform.oauth.type' => 'oauth2',
  45398.             'api_platform.oauth.flow' => 'application',
  45399.             'api_platform.oauth.tokenUrl' => '',
  45400.             'api_platform.oauth.authorizationUrl' => '',
  45401.             'api_platform.oauth.refreshUrl' => '',
  45402.             'api_platform.oauth.scopes' => [
  45403.             ],
  45404.             'api_platform.oauth.pkce' => false,
  45405.             'api_platform.openapi.termsOfService' => NULL,
  45406.             'api_platform.openapi.contact.name' => NULL,
  45407.             'api_platform.openapi.contact.url' => NULL,
  45408.             'api_platform.openapi.contact.email' => NULL,
  45409.             'api_platform.openapi.license.name' => NULL,
  45410.             'api_platform.openapi.license.url' => NULL,
  45411.             'api_platform.swagger.versions' => [
  45412.                 => 3,
  45413.             ],
  45414.             'api_platform.enable_swagger_ui' => true,
  45415.             'api_platform.enable_re_doc' => false,
  45416.             'api_platform.swagger.api_keys' => [
  45417.                 'apiKey' => [
  45418.                     'name' => 'Authorization',
  45419.                     'type' => 'header',
  45420.                 ],
  45421.             ],
  45422.             'api_platform.swagger_ui.extra_configuration' => [
  45423.             ],
  45424.             'api_platform.graphql.enabled' => false,
  45425.             'api_platform.graphql.graphiql.enabled' => false,
  45426.             'api_platform.graphql.graphql_playground.enabled' => false,
  45427.             'api_platform.graphql.collection.pagination' => [
  45428.                 'enabled' => true,
  45429.             ],
  45430.             'api_platform.validator.serialize_payload_fields' => [
  45431.             ],
  45432.             'api_platform.validator.query_parameter_validation' => true,
  45433.             'api_platform.elasticsearch.enabled' => false,
  45434.             'lexik_jwt_authentication.clock_skew' => 0,
  45435.             'lexik_jwt_authentication.user_identity_field' => 'username',
  45436.             'lexik_jwt_authentication.allow_no_expiration' => false,
  45437.             'lexik_jwt_authentication.user_id_claim' => 'username',
  45438.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  45439.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  45440.             'liip_test_fixtures.cache_db.sqlite' => NULL,
  45441.             'liip_test_fixtures.keep_database_and_schema' => false,
  45442.             'liip_test_fixtures.cache_metadata' => true,
  45443.             'maker.compatible_check.doctrine.supports_attributes' => true,
  45444.             'data_collector.templates' => [
  45445.                 'data_collector.request' => [
  45446.                     => 'request',
  45447.                     => '@WebProfiler/Collector/request.html.twig',
  45448.                 ],
  45449.                 'api_platform.data_collector.request' => [
  45450.                     => 'api_platform.data_collector.request',
  45451.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  45452.                 ],
  45453.                 'data_collector.time' => [
  45454.                     => 'time',
  45455.                     => '@WebProfiler/Collector/time.html.twig',
  45456.                 ],
  45457.                 'data_collector.memory' => [
  45458.                     => 'memory',
  45459.                     => '@WebProfiler/Collector/memory.html.twig',
  45460.                 ],
  45461.                 'data_collector.validator' => [
  45462.                     => 'validator',
  45463.                     => '@WebProfiler/Collector/validator.html.twig',
  45464.                 ],
  45465.                 'data_collector.ajax' => [
  45466.                     => 'ajax',
  45467.                     => '@WebProfiler/Collector/ajax.html.twig',
  45468.                 ],
  45469.                 'data_collector.form' => [
  45470.                     => 'form',
  45471.                     => '@WebProfiler/Collector/form.html.twig',
  45472.                 ],
  45473.                 'data_collector.exception' => [
  45474.                     => 'exception',
  45475.                     => '@WebProfiler/Collector/exception.html.twig',
  45476.                 ],
  45477.                 'data_collector.logger' => [
  45478.                     => 'logger',
  45479.                     => '@WebProfiler/Collector/logger.html.twig',
  45480.                 ],
  45481.                 'data_collector.events' => [
  45482.                     => 'events',
  45483.                     => '@WebProfiler/Collector/events.html.twig',
  45484.                 ],
  45485.                 'data_collector.router' => [
  45486.                     => 'router',
  45487.                     => '@WebProfiler/Collector/router.html.twig',
  45488.                 ],
  45489.                 'data_collector.cache' => [
  45490.                     => 'cache',
  45491.                     => '@WebProfiler/Collector/cache.html.twig',
  45492.                 ],
  45493.                 'data_collector.translation' => [
  45494.                     => 'translation',
  45495.                     => '@WebProfiler/Collector/translation.html.twig',
  45496.                 ],
  45497.                 'data_collector.security' => [
  45498.                     => 'security',
  45499.                     => '@Security/Collector/security.html.twig',
  45500.                 ],
  45501.                 'data_collector.twig' => [
  45502.                     => 'twig',
  45503.                     => '@WebProfiler/Collector/twig.html.twig',
  45504.                 ],
  45505.                 'data_collector.http_client' => [
  45506.                     => 'http_client',
  45507.                     => '@WebProfiler/Collector/http_client.html.twig',
  45508.                 ],
  45509.                 'data_collector.doctrine' => [
  45510.                     => 'db',
  45511.                     => '@Doctrine/Collector/db.html.twig',
  45512.                 ],
  45513.                 'swiftmailer.data_collector' => [
  45514.                     => 'swiftmailer',
  45515.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  45516.                 ],
  45517.                 'data_collector.dump' => [
  45518.                     => 'dump',
  45519.                     => '@Debug/Profiler/dump.html.twig',
  45520.                 ],
  45521.                 'data_collector.messenger' => [
  45522.                     => 'messenger',
  45523.                     => '@WebProfiler/Collector/messenger.html.twig',
  45524.                 ],
  45525.                 'mailer.data_collector' => [
  45526.                     => 'mailer',
  45527.                     => '@WebProfiler/Collector/mailer.html.twig',
  45528.                 ],
  45529.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  45530.                     => 'vich_uploader.mapping_collector',
  45531.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  45532.                 ],
  45533.                 'data_collector.config' => [
  45534.                     => 'config',
  45535.                     => '@WebProfiler/Collector/config.html.twig',
  45536.                 ],
  45537.             ],
  45538.             'console.command.ids' => [
  45539.                 => 'console.command.public_alias.App\\Command\\Admin\\ImportPpasInfoCommand',
  45540.                 => 'console.command.public_alias.App\\Command\\AlertNewProjectImmoCommand',
  45541.                 => 'console.command.public_alias.App\\Command\\ExcelFileCommand',
  45542.             ],
  45543.         ];
  45544.     }
  45545.     protected function throw($message)
  45546.     {
  45547.         throw new RuntimeException($message);
  45548.     }
  45549. }