var/cache/dev/ContainerHjycF5D/App_KernelDevDebugContainer.php line 34413

Open in your IDE?
  1. <?php
  2. namespace ContainerHjycF5D;
  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\\ImportCsvNewProjectCommand' => 'getImportCsvNewProjectCommandService',
  50.             'App\\Command\\ImportCsvNotaryCommand' => 'getImportCsvNotaryCommandService',
  51.             'App\\Command\\ImportCsvOccupieCommand' => 'getImportCsvOccupieCommandService',
  52.             'App\\Command\\ImportEducationCommand' => 'getImportEducationCommandService',
  53.             'App\\Command\\ImportPublicInquiryExcelCommand' => 'getImportPublicInquiryExcelCommandService',
  54.             'App\\Command\\ImportWaterSupplierControllerExcelCommand' => 'getImportWaterSupplierControllerExcelCommandService',
  55.             'App\\Command\\ProviderInverterListCommand' => 'getProviderInverterListCommandService',
  56.             'App\\Command\\RulesCsvCommand' => 'getRulesCsvCommandService',
  57.             'App\\Command\\SyndicAppartmentCommand' => 'getSyndicAppartmentCommandService',
  58.             'App\\Command\\WorkCsvCommand' => 'getWorkCsvCommandService',
  59.             'App\\Controller\\Authentication\\AuthenticationController' => 'getAuthenticationControllerService',
  60.             'App\\Controller\\ImmoCalcul\\Bank\\AxaController' => 'getAxaControllerService',
  61.             'App\\Controller\\ImmoCalcul\\Bank\\BelfiusController' => 'getBelfiusControllerService',
  62.             'App\\Controller\\ImmoCalcul\\Bank\\KbcController' => 'getKbcControllerService',
  63.             'App\\Controller\\ImmoCalcul\\Bank\\SimulationController' => 'getSimulationControllerService',
  64.             'App\\Controller\\Insurance\\SimulationController' => 'getSimulationController2Service',
  65.             'App\\Controller\\Mailbox\\MailboxController' => 'getMailboxControllerService',
  66.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController' => 'getMarkOfInterestInCaseofSaleControllerService',
  67.             'App\\Controller\\OnespanEventController' => 'getOnespanEventControllerService',
  68.             'App\\Controller\\PersonnelAuthenticatorController' => 'getPersonnelAuthenticatorControllerService',
  69.             'App\\Controller\\SentryTestController' => 'getSentryTestControllerService',
  70.             'App\\Controller\\TwoFactorController' => 'getTwoFactorControllerService',
  71.             'App\\Controller\\UserRating\\UserRatingController' => 'getUserRatingControllerService',
  72.             'App\\Controller\\WebhookController' => 'getWebhookControllerService',
  73.             'App\\Controller\\YousignWebhookController' => 'getYousignWebhookControllerService',
  74.             'App\\Controller\\admin\\AbstractCsvController' => 'getAbstractCsvControllerService',
  75.             'App\\Controller\\admin\\AnnoncementController' => 'getAnnoncementControllerService',
  76.             'App\\Controller\\admin\\ArchitectArtWorkController' => 'getArchitectArtWorkControllerService',
  77.             'App\\Controller\\admin\\ArchitectController' => 'getArchitectControllerService',
  78.             'App\\Controller\\admin\\AreaCsvController' => 'getAreaCsvControllerService',
  79.             'App\\Controller\\admin\\BankController' => 'getBankControllerService',
  80.             'App\\Controller\\admin\\Citerne\\PermitCiterneController' => 'getPermitCiterneControllerService',
  81.             'App\\Controller\\admin\\CityController' => 'getCityControllerService',
  82.             'App\\Controller\\admin\\ClientsController' => 'getClientsControllerService',
  83.             'App\\Controller\\admin\\ContactsellerController' => 'getContactsellerControllerService',
  84.             'App\\Controller\\admin\\CountryController' => 'getCountryControllerService',
  85.             'App\\Controller\\admin\\DVFController' => 'getDVFControllerService',
  86.             'App\\Controller\\admin\\DailyNeededController' => 'getDailyNeededControllerService',
  87.             'App\\Controller\\admin\\DeedOfSaleController' => 'getDeedOfSaleControllerService',
  88.             'App\\Controller\\admin\\DefaultclauseController' => 'getDefaultclauseControllerService',
  89.             'App\\Controller\\admin\\DistanceController' => 'getDistanceControllerService',
  90.             'App\\Controller\\admin\\DocumenttypeController' => 'getDocumenttypeControllerService',
  91.             'App\\Controller\\admin\\EditNeighborhood3DController' => 'getEditNeighborhood3DControllerService',
  92.             'App\\Controller\\admin\\Education\\EducationController' => 'getEducationControllerService',
  93.             'App\\Controller\\admin\\EngieCsvController' => 'getEngieCsvControllerService',
  94.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController' => 'getCategoryEnvironmentControllerService',
  95.             'App\\Controller\\admin\\Environment\\ObligationCsvController' => 'getObligationCsvControllerService',
  96.             'App\\Controller\\admin\\Environment\\ObligationsController' => 'getObligationsControllerService',
  97.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController' => 'getPermitLocationEnvironmentControllerService',
  98.             'App\\Controller\\admin\\ExcelFileController' => 'getExcelFileControllerService',
  99.             'App\\Controller\\admin\\ExcelWorkController' => 'getExcelWorkControllerService',
  100.             'App\\Controller\\admin\\ExternalAdverstisingController' => 'getExternalAdverstisingControllerService',
  101.             'App\\Controller\\admin\\ExternalOfferController' => 'getExternalOfferControllerService',
  102.             'App\\Controller\\admin\\ExternalProviderController' => 'getExternalProviderControllerService',
  103.             'App\\Controller\\admin\\FeatureController' => 'getFeatureControllerService',
  104.             'App\\Controller\\admin\\ImagepubController' => 'getImagepubControllerService',
  105.             'App\\Controller\\admin\\InsuranceController' => 'getInsuranceControllerService',
  106.             'App\\Controller\\admin\\LandPropertyDestinationController' => 'getLandPropertyDestinationControllerService',
  107.             'App\\Controller\\admin\\LocationTypeController' => 'getLocationTypeControllerService',
  108.             'App\\Controller\\admin\\Location\\InformationController' => 'getInformationControllerService',
  109.             'App\\Controller\\admin\\MunicipalityController' => 'getMunicipalityControllerService',
  110.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController' => 'getServiceCategoryControllerService',
  111.             'App\\Controller\\admin\\NearbyServices\\TheserviceController' => 'getTheserviceControllerService',
  112.             'App\\Controller\\admin\\NewProjectImmoCsvController' => 'getNewProjectImmoCsvControllerService',
  113.             'App\\Controller\\admin\\NotaryController' => 'getNotaryControllerService',
  114.             'App\\Controller\\admin\\OccupationPeriodFileController' => 'getOccupationPeriodFileControllerService',
  115.             'App\\Controller\\admin\\OccupieEstimationController' => 'getOccupieEstimationControllerService',
  116.             'App\\Controller\\admin\\OfferController' => 'getOfferControllerService',
  117.             'App\\Controller\\admin\\OptionController' => 'getOptionControllerService',
  118.             'App\\Controller\\admin\\ParametreController' => 'getParametreControllerService',
  119.             'App\\Controller\\admin\\PebIntegrationController' => 'getPebIntegrationControllerService',
  120.             'App\\Controller\\admin\\PersonnelController' => 'getPersonnelControllerService',
  121.             'App\\Controller\\admin\\Plan\\PlanController' => 'getPlanControllerService',
  122.             'App\\Controller\\admin\\PpasAffectationCsvController' => 'getPpasAffectationCsvControllerService',
  123.             'App\\Controller\\admin\\PpasCsvController' => 'getPpasCsvControllerService',
  124.             'App\\Controller\\admin\\Prime\\AbstractPrimeController' => 'getAbstractPrimeControllerService',
  125.             'App\\Controller\\admin\\Prime\\PrimeBruxellesController' => 'getPrimeBruxellesControllerService',
  126.             'App\\Controller\\admin\\Prime\\PrimeController' => 'getPrimeControllerService',
  127.             'App\\Controller\\admin\\Prime\\PrimeCsvController' => 'getPrimeCsvControllerService',
  128.             'App\\Controller\\admin\\Prime\\PrimeFranceController' => 'getPrimeFranceControllerService',
  129.             'App\\Controller\\admin\\Prime\\PrimeLuxembourgController' => 'getPrimeLuxembourgControllerService',
  130.             'App\\Controller\\admin\\Prime\\PrimeWallonieController' => 'getPrimeWallonieControllerService',
  131.             'App\\Controller\\admin\\Prime\\ProcedureController' => 'getProcedureControllerService',
  132.             'App\\Controller\\admin\\PropertyTypeController' => 'getPropertyTypeControllerService',
  133.             'App\\Controller\\admin\\ProviderFluviusController' => 'getProviderFluviusControllerService',
  134.             'App\\Controller\\admin\\ProviderInverterController' => 'getProviderInverterControllerService',
  135.             'App\\Controller\\admin\\ProviderOresController' => 'getProviderOresControllerService',
  136.             'App\\Controller\\admin\\ProviderSibelgaController' => 'getProviderSibelgaControllerService',
  137.             'App\\Controller\\admin\\ProviderSocietyController' => 'getProviderSocietyControllerService',
  138.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController' => 'getPublicInquiryInProgressCsvControllerService',
  139.             'App\\Controller\\admin\\PurchasePartnerRequestController' => 'getPurchasePartnerRequestControllerService',
  140.             'App\\Controller\\admin\\PurchasePartnerRequestObjectifController' => 'getPurchasePartnerRequestObjectifControllerService',
  141.             'App\\Controller\\admin\\RedirectHomeController' => 'getRedirectHomeControllerService',
  142.             'App\\Controller\\admin\\RegionController' => 'getRegionControllerService',
  143.             'App\\Controller\\admin\\RentalController' => 'getRentalControllerService',
  144.             'App\\Controller\\admin\\RentestimationController' => 'getRentestimationControllerService',
  145.             'App\\Controller\\admin\\RoofController' => 'getRoofControllerService',
  146.             'App\\Controller\\admin\\SalesAgreementController' => 'getSalesAgreementControllerService',
  147.             'App\\Controller\\admin\\SizeController' => 'getSizeControllerService',
  148.             'App\\Controller\\admin\\StoreController' => 'getStoreControllerService',
  149.             'App\\Controller\\admin\\SubjectController' => 'getSubjectControllerService',
  150.             'App\\Controller\\admin\\SubscriptionProductController' => 'getSubscriptionProductControllerService',
  151.             'App\\Controller\\admin\\SubscriptionProductServiceController' => 'getSubscriptionProductServiceControllerService',
  152.             'App\\Controller\\admin\\SuperficieController' => 'getSuperficieControllerService',
  153.             'App\\Controller\\admin\\SupplierController' => 'getSupplierControllerService',
  154.             'App\\Controller\\admin\\SyndicApartmentController' => 'getSyndicApartmentControllerService',
  155.             'App\\Controller\\admin\\TableaudebordController' => 'getTableaudebordControllerService',
  156.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController' => 'getThePropertyExtensionOrderControllerService',
  157.             'App\\Controller\\admin\\TheProperty\\ThepropertyController' => 'getThepropertyControllerService',
  158.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController' => 'getTransactionTypeControllerService',
  159.             'App\\Controller\\admin\\ThepropertyProviderController' => 'getThepropertyProviderControllerService',
  160.             'App\\Controller\\admin\\UploadCsvController' => 'getUploadCsvControllerService',
  161.             'App\\Controller\\admin\\VoirieController' => 'getVoirieControllerService',
  162.             'App\\Controller\\admin\\WaterSupplierControllerExcelController' => 'getWaterSupplierControllerExcelControllerService',
  163.             'App\\Controller\\admin\\WorkController' => 'getWorkControllerService',
  164.             'App\\Controller\\ajax\\MunicipalityAjaxController' => 'getMunicipalityAjaxControllerService',
  165.             'App\\Controller\\api\\AlertController' => 'getAlertControllerService',
  166.             'App\\Controller\\api\\ArchitecController' => 'getArchitecControllerService',
  167.             'App\\Controller\\api\\BorrowBankController' => 'getBorrowBankControllerService',
  168.             'App\\Controller\\api\\CadastreController' => 'getCadastreControllerService',
  169.             'App\\Controller\\api\\Calcul\\AppCalcul' => 'getAppCalculService',
  170.             'App\\Controller\\api\\Calcul\\ChoicedEngieController' => 'getChoicedEngieControllerService',
  171.             'App\\Controller\\api\\Calendar\\SummaryCalendarController' => 'getSummaryCalendarControllerService',
  172.             'App\\Controller\\api\\CallMicroserviceController' => 'getCallMicroserviceControllerService',
  173.             'App\\Controller\\api\\Chat\\ConversationApiController' => 'getConversationApiControllerService',
  174.             'App\\Controller\\api\\Chat\\MessageApiController' => 'getMessageApiControllerService',
  175.             'App\\Controller\\api\\Chat\\MessageReactionApiController' => 'getMessageReactionApiControllerService',
  176.             'App\\Controller\\api\\CityEuropaController' => 'getCityEuropaControllerService',
  177.             'App\\Controller\\api\\ClientDeedOfSaleController\\ClientDeedOfSaleController' => 'getClientDeedOfSaleControllerService',
  178.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController' => 'getClientSalesAgreementControllerService',
  179.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementDiscussionController' => 'getClientSalesAgreementDiscussionControllerService',
  180.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesSignController' => 'getSalesSignControllerService',
  181.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController' => 'getSalesValidationControllerService',
  182.             'App\\Controller\\api\\ClientSales\\HistoryClientSalesController' => 'getHistoryClientSalesControllerService',
  183.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController' => 'getAddCoThePropertyControllerService',
  184.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController' => 'getListCoOwnershipControllerService',
  185.             'App\\Controller\\api\\CoOwnership\\VoteController' => 'getVoteControllerService',
  186.             'App\\Controller\\api\\Community\\CommitteeController' => 'getCommitteeControllerService',
  187.             'App\\Controller\\api\\Community\\ConsultationController' => 'getConsultationControllerService',
  188.             'App\\Controller\\api\\Community\\DiversServiceController' => 'getDiversServiceControllerService',
  189.             'App\\Controller\\api\\Community\\PostController' => 'getPostControllerService',
  190.             'App\\Controller\\api\\Community\\SignalController' => 'getSignalControllerService',
  191.             'App\\Controller\\api\\ConsumptionController' => 'getConsumptionControllerService',
  192.             'App\\Controller\\api\\ContactSellerController' => 'getContactSellerController2Service',
  193.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController' => 'getCounterOfferLeaseControllerService',
  194.             'App\\Controller\\api\\CounterOffer\\CounterOfferController' => 'getCounterOfferControllerService',
  195.             'App\\Controller\\api\\CountryController' => 'getCountryController2Service',
  196.             'App\\Controller\\api\\DailyNeededController' => 'getDailyNeededController2Service',
  197.             'App\\Controller\\api\\DefaultClauseController' => 'getDefaultClauseController2Service',
  198.             'App\\Controller\\api\\DeletionController' => 'getDeletionControllerService',
  199.             'App\\Controller\\api\\DestinationHabitationController' => 'getDestinationHabitationControllerService',
  200.             'App\\Controller\\api\\DispenseController' => 'getDispenseControllerService',
  201.             'App\\Controller\\api\\DomiciliationAquisitionController' => 'getDomiciliationAquisitionControllerService',
  202.             'App\\Controller\\api\\DomiciliationResidenceController' => 'getDomiciliationResidenceControllerService',
  203.             'App\\Controller\\api\\EducationController' => 'getEducationController2Service',
  204.             'App\\Controller\\api\\EnergyBelgiqueController' => 'getEnergyBelgiqueControllerService',
  205.             'App\\Controller\\api\\EnergyProviderFormController' => 'getEnergyProviderFormControllerService',
  206.             'App\\Controller\\api\\EngieController' => 'getEngieControllerService',
  207.             'App\\Controller\\api\\Environment\\CheckCadastralParcelOwnerController' => 'getCheckCadastralParcelOwnerControllerService',
  208.             'App\\Controller\\api\\Environment\\ColectiveGardenController' => 'getColectiveGardenControllerService',
  209.             'App\\Controller\\api\\Environment\\EnvironmentFloodController' => 'getEnvironmentFloodControllerService',
  210.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController' => 'getEnvironmentTimelineDataControllerService',
  211.             'App\\Controller\\api\\Environment\\FilteredObligationsController' => 'getFilteredObligationsControllerService',
  212.             'App\\Controller\\api\\Environment\\GardenProjectSetTotalAccountingController' => 'getGardenProjectSetTotalAccountingControllerService',
  213.             'App\\Controller\\api\\Environment\\ModifyInstallation' => 'getModifyInstallationService',
  214.             'App\\Controller\\api\\EtatCivilController' => 'getEtatCivilControllerService',
  215.             'App\\Controller\\api\\ExternalAdvertisingController' => 'getExternalAdvertisingControllerService',
  216.             'App\\Controller\\api\\ExternalDocumentExchangeController' => 'getExternalDocumentExchangeControllerService',
  217.             'App\\Controller\\api\\ExternalOfferController' => 'getExternalOfferController2Service',
  218.             'App\\Controller\\api\\ExternalProviderController' => 'getExternalProviderController2Service',
  219.             'App\\Controller\\api\\Finance\\AssistanceObtained\\SimulationController' => 'getSimulationController3Service',
  220.             'App\\Controller\\api\\Finance\\Consumption\\ConsumptionController' => 'getConsumptionController2Service',
  221.             'App\\Controller\\api\\Finance\\Precount\\SimulationController' => 'getSimulationController4Service',
  222.             'App\\Controller\\api\\GeoPortailController' => 'getGeoPortailControllerService',
  223.             'App\\Controller\\api\\GlobalSearchController' => 'getGlobalSearchControllerService',
  224.             'App\\Controller\\api\\Inventory\\InventoryController' => 'getInventoryControllerService',
  225.             'App\\Controller\\api\\LastVisitController' => 'getLastVisitControllerService',
  226.             'App\\Controller\\api\\Location\\UrbanController' => 'getUrbanControllerService',
  227.             'App\\Controller\\api\\MailMiniController\\TransportationMailMiniController' => 'getTransportationMailMiniControllerService',
  228.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController' => 'getSearchControllerService',
  229.             'App\\Controller\\api\\MovingDateController' => 'getMovingDateControllerService',
  230.             'App\\Controller\\api\\MunicipalityController' => 'getMunicipalityController2Service',
  231.             'App\\Controller\\api\\NeighborhoodProject\\DraftNeighborhoodProjectController' => 'getDraftNeighborhoodProjectControllerService',
  232.             'App\\Controller\\api\\NeighborhoodProject\\GetCurrentNeighborhoodProjectController' => 'getGetCurrentNeighborhoodProjectControllerService',
  233.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertProjectsController' => 'getGetNeighborhoodProjectAlertProjectsControllerService',
  234.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertsController' => 'getGetNeighborhoodProjectAlertsControllerService',
  235.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectMunicipalAuthoritiesEmailController' => 'getGetNeighborhoodProjectMunicipalAuthoritiesEmailControllerService',
  236.             'App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectsController' => 'getGetNeighborhoodProjectsControllerService',
  237.             'App\\Controller\\api\\NeighborhoodProject\\PublishNeighborhoodProjectController' => 'getPublishNeighborhoodProjectControllerService',
  238.             'App\\Controller\\api\\NeighborhoodProject\\SubmitToMunicipalAuthoritiesController' => 'getSubmitToMunicipalAuthoritiesControllerService',
  239.             'App\\Controller\\api\\Notification\\IndexController' => 'getIndexControllerService',
  240.             'App\\Controller\\api\\Notification\\PostController' => 'getPostController2Service',
  241.             'App\\Controller\\api\\Notification\\UpdateLastNotification' => 'getUpdateLastNotificationService',
  242.             'App\\Controller\\api\\Notification\\ViewController' => 'getViewControllerService',
  243.             'App\\Controller\\api\\OccupieController' => 'getOccupieControllerService',
  244.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController' => 'getAddOfferCollaborativeControllerService',
  245.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController' => 'getListOfferControllerService',
  246.             'App\\Controller\\api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestController' => 'getPurchasePartnerRequestController2Service',
  247.             'App\\Controller\\api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestObjectifController' => 'getPurchasePartnerRequestObjectifController2Service',
  248.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController' => 'getSellerProcessOfferControllerService',
  249.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController' => 'getSendOfferToSellerControllerService',
  250.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController' => 'getUpdateSignOfferControllerService',
  251.             'App\\Controller\\api\\OfferLease\\OfferLeaseController' => 'getOfferLeaseControllerService',
  252.             'App\\Controller\\api\\Offer\\DocumentController' => 'getDocumentControllerService',
  253.             'App\\Controller\\api\\Offer\\OfferController' => 'getOfferController2Service',
  254.             'App\\Controller\\api\\Offer\\OfferListController' => 'getOfferListControllerService',
  255.             'App\\Controller\\api\\Offer\\OfferSubmissionController' => 'getOfferSubmissionControllerService',
  256.             'App\\Controller\\api\\Offer\\ValidateOfferController' => 'getValidateOfferControllerService',
  257.             'App\\Controller\\api\\PerimeterController' => 'getPerimeterControllerService',
  258.             'App\\Controller\\api\\PermitEnvironmentalController' => 'getPermitEnvironmentalControllerService',
  259.             'App\\Controller\\api\\PermitPropertyProcedureController' => 'getPermitPropertyProcedureControllerService',
  260.             'App\\Controller\\api\\PlanController' => 'getPlanController2Service',
  261.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte' => 'getBruxelleAndFlandrePrecompteService',
  262.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte' => 'getWalloniePrecompteService',
  263.             'App\\Controller\\api\\Prestashop\\OrderController' => 'getOrderControllerService',
  264.             'App\\Controller\\api\\Prestashop\\ProductController' => 'getProductControllerService',
  265.             'App\\Controller\\api\\Prestashop\\SuppliersController' => 'getSuppliersControllerService',
  266.             'App\\Controller\\api\\Prime\\AmountCalculation' => 'getAmountCalculationService',
  267.             'App\\Controller\\api\\Prime\\GetAllProcess' => 'getGetAllProcessService',
  268.             'App\\Controller\\api\\Prime\\ProcessController' => 'getProcessControllerService',
  269.             'App\\Controller\\api\\Prime\\SearchController' => 'getSearchController2Service',
  270.             'App\\Controller\\api\\Prime\\WorkController' => 'getWorkController2Service',
  271.             'App\\Controller\\api\\ProfessionalProfileController' => 'getProfessionalProfileControllerService',
  272.             'App\\Controller\\api\\PropertyTaxController' => 'getPropertyTaxControllerService',
  273.             'App\\Controller\\api\\ProviderServicesController' => 'getProviderServicesControllerService',
  274.             'App\\Controller\\api\\ProviderSolarFitterController' => 'getProviderSolarFitterControllerService',
  275.             'App\\Controller\\api\\ProviderWaterController' => 'getProviderWaterControllerService',
  276.             'App\\Controller\\api\\PurchaseController' => 'getPurchaseControllerService',
  277.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate' => 'getCheckIfAlreadyRateService',
  278.             'App\\Controller\\api\\Ratings\\RatingController' => 'getRatingControllerService',
  279.             'App\\Controller\\api\\ReferenceRentController' => 'getReferenceRentControllerService',
  280.             'App\\Controller\\api\\RegionController' => 'getRegionController2Service',
  281.             'App\\Controller\\api\\RentalController' => 'getRentalController2Service',
  282.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController' => 'getGetHousingCodeControllerService',
  283.             'App\\Controller\\api\\RentalManagement\\PostLeaveController' => 'getPostLeaveControllerService',
  284.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController' => 'getPutRentalManagementControllerService',
  285.             'App\\Controller\\api\\RequestSellerToNotaryController' => 'getRequestSellerToNotaryControllerService',
  286.             'App\\Controller\\api\\SalesAgreementFileController' => 'getSalesAgreementFileControllerService',
  287.             'App\\Controller\\api\\SaveController' => 'getSaveControllerService',
  288.             'App\\Controller\\api\\SchoolsController' => 'getSchoolsControllerService',
  289.             'App\\Controller\\api\\Security\\DeclarationDateController' => 'getDeclarationDateControllerService',
  290.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer' => 'getMyNeighborhoodOfficerService',
  291.             'App\\Controller\\api\\SendEmailController' => 'getSendEmailControllerService',
  292.             'App\\Controller\\api\\ServicePromo\\ListController' => 'getListControllerService',
  293.             'App\\Controller\\api\\ShareCocolisController' => 'getShareCocolisControllerService',
  294.             'App\\Controller\\api\\SimulationController' => 'getSimulationController5Service',
  295.             'App\\Controller\\api\\SituationResidentielController' => 'getSituationResidentielControllerService',
  296.             'App\\Controller\\api\\StandardFormController' => 'getStandardFormControllerService',
  297.             'App\\Controller\\api\\StoreController' => 'getStoreController2Service',
  298.             'App\\Controller\\api\\SudStroumController' => 'getSudStroumControllerService',
  299.             'App\\Controller\\api\\SyndicAccountingController' => 'getSyndicAccountingControllerService',
  300.             'App\\Controller\\api\\SyndicChatApiController' => 'getSyndicChatApiControllerService',
  301.             'App\\Controller\\api\\SyndicChatReactionApiController' => 'getSyndicChatReactionApiControllerService',
  302.             'App\\Controller\\api\\SyndicDocumentCommentController' => 'getSyndicDocumentCommentControllerService',
  303.             'App\\Controller\\api\\SyndicDocumentController' => 'getSyndicDocumentControllerService',
  304.             'App\\Controller\\api\\SyndicDocumentShareController' => 'getSyndicDocumentShareControllerService',
  305.             'App\\Controller\\api\\SyndicGroupController' => 'getSyndicGroupControllerService',
  306.             'App\\Controller\\api\\ThePropertyExteriorCommentController' => 'getThePropertyExteriorCommentControllerService',
  307.             'App\\Controller\\api\\ThePropertyOfferChatController' => 'getThePropertyOfferChatControllerService',
  308.             'App\\Controller\\api\\TheProperty\\ContractController' => 'getContractControllerService',
  309.             'App\\Controller\\api\\TheProperty\\DeleteController' => 'getDeleteControllerService',
  310.             'App\\Controller\\api\\TheProperty\\DetailController' => 'getDetailControllerService',
  311.             'App\\Controller\\api\\TheProperty\\DocumentFieldController' => 'getDocumentFieldControllerService',
  312.             'App\\Controller\\api\\TheProperty\\DocumentRequestController' => 'getDocumentRequestControllerService',
  313.             'App\\Controller\\api\\TheProperty\\EstimationController' => 'getEstimationControllerService',
  314.             'App\\Controller\\api\\TheProperty\\ExchangeController' => 'getExchangeControllerService',
  315.             'App\\Controller\\api\\TheProperty\\ExtensionOrder\\CreateThePropertyExtensionOrderController' => 'getCreateThePropertyExtensionOrderControllerService',
  316.             'App\\Controller\\api\\TheProperty\\ExtensionOrder\\MarkThePropertyExtensionOrderAsPaidController' => 'getMarkThePropertyExtensionOrderAsPaidControllerService',
  317.             'App\\Controller\\api\\TheProperty\\ExtensionOrder\\MarkThePropertyExtensionOrderAsReceivedController' => 'getMarkThePropertyExtensionOrderAsReceivedControllerService',
  318.             'App\\Controller\\api\\TheProperty\\FullDetailController' => 'getFullDetailControllerService',
  319.             'App\\Controller\\api\\TheProperty\\ListController' => 'getListController2Service',
  320.             'App\\Controller\\api\\TheProperty\\LocalityController' => 'getLocalityControllerService',
  321.             'App\\Controller\\api\\TheProperty\\OptionController' => 'getOptionController2Service',
  322.             'App\\Controller\\api\\TheProperty\\PropertyAdController' => 'getPropertyAdControllerService',
  323.             'App\\Controller\\api\\TheProperty\\PropertyTypeController' => 'getPropertyTypeController2Service',
  324.             'App\\Controller\\api\\TheProperty\\SearchController' => 'getSearchController3Service',
  325.             'App\\Controller\\api\\TheProperty\\SessionController' => 'getSessionControllerService',
  326.             'App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController' => 'getSetSecureKeyBoxControllerService',
  327.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController' => 'getSoilAffectationPlanControllerService',
  328.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController' => 'getSuggestionPriceControllerService',
  329.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController' => 'getThePropertyAppointmentSlotsControllerService',
  330.             'App\\Controller\\api\\TheProperty\\TransactionTypeController' => 'getTransactionTypeController2Service',
  331.             'App\\Controller\\api\\TheProperty\\VisitController' => 'getVisitControllerService',
  332.             'App\\Controller\\api\\TheService\\AddController' => 'getAddControllerService',
  333.             'App\\Controller\\api\\TheService\\CategoryController' => 'getCategoryControllerService',
  334.             'App\\Controller\\api\\TheService\\ListController' => 'getListController3Service',
  335.             'App\\Controller\\api\\TheService\\UpdateController' => 'getUpdateControllerService',
  336.             'App\\Controller\\api\\ThepropertyBalanceController' => 'getThepropertyBalanceControllerService',
  337.             'App\\Controller\\api\\ThepropertyConsumptionController' => 'getThepropertyConsumptionControllerService',
  338.             'App\\Controller\\api\\ThepropertyLotController' => 'getThepropertyLotControllerService',
  339.             'App\\Controller\\api\\ThepropertyOfferBillController' => 'getThepropertyOfferBillControllerService',
  340.             'App\\Controller\\api\\ThepropertyProviderController' => 'getThepropertyProviderController2Service',
  341.             'App\\Controller\\api\\ThreeD\\ArtistController' => 'getArtistControllerService',
  342.             'App\\Controller\\api\\ThreeD\\ProcessingClientController' => 'getProcessingClientControllerService',
  343.             'App\\Controller\\api\\ThreeD\\RelookingController' => 'getRelookingControllerService',
  344.             'App\\Controller\\api\\ThreeD\\T3dDemandsController' => 'getT3dDemandsControllerService',
  345.             'App\\Controller\\api\\Timeline\\ListController' => 'getListController4Service',
  346.             'App\\Controller\\api\\TypeHabitationController' => 'getTypeHabitationControllerService',
  347.             'App\\Controller\\api\\UrbanismPdf\\UrbanismPdfController' => 'getUrbanismPdfControllerService',
  348.             'App\\Controller\\api\\Urbanism\\AlertNewProjectImmoController' => 'getAlertNewProjectImmoControllerService',
  349.             'App\\Controller\\api\\Urbanism\\DesignNeighborhoodController' => 'getDesignNeighborhoodControllerService',
  350.             'App\\Controller\\api\\Urbanism\\NeighborhoodController' => 'getNeighborhoodControllerService',
  351.             'App\\Controller\\api\\Urbanism\\NewProjectImmoController' => 'getNewProjectImmoControllerService',
  352.             'App\\Controller\\api\\Urbanism\\PublicInquiryInProgressController' => 'getPublicInquiryInProgressControllerService',
  353.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController' => 'getCheckPromoForUserControllerService',
  354.             'App\\Controller\\api\\UserServicePromo\\ConsumeController' => 'getConsumeControllerService',
  355.             'App\\Controller\\api\\User\\ArtistDetailController' => 'getArtistDetailControllerService',
  356.             'App\\Controller\\api\\User\\CertificatorController' => 'getCertificatorControllerService',
  357.             'App\\Controller\\api\\User\\DeviceTokenController' => 'getDeviceTokenControllerService',
  358.             'App\\Controller\\api\\User\\EditProfileController' => 'getEditProfileControllerService',
  359.             'App\\Controller\\api\\User\\ListEmailController' => 'getListEmailControllerService',
  360.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController' => 'getSearchAndSendingInvitationControllerService',
  361.             'App\\Controller\\api\\User\\SearchController' => 'getSearchController4Service',
  362.             'App\\Controller\\api\\User\\SendMailSociety' => 'getSendMailSocietyService',
  363.             'App\\Controller\\api\\User\\SocietyController' => 'getSocietyControllerService',
  364.             'App\\Controller\\api\\User\\SubscriptionProductController' => 'getSubscriptionProductController2Service',
  365.             'App\\Controller\\api\\User\\SubscriptionProductServiceController' => 'getSubscriptionProductServiceController2Service',
  366.             'App\\Controller\\api\\User\\UserController' => 'getUserControllerService',
  367.             'App\\Controller\\api\\User\\UserPublicInfo' => 'getUserPublicInfoService',
  368.             'App\\Controller\\api\\UsersProfile\\Solicitation\\AppointmentRequestController' => 'getAppointmentRequestControllerService',
  369.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController' => 'getContractAcceptationControllerService',
  370.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController' => 'getContractDetailsControllerService',
  371.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController' => 'getContractGenerationControllerService',
  372.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController' => 'getContractListingControllerService',
  373.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController' => 'getContractRejectionControllerService',
  374.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController' => 'getContractUploadControllerService',
  375.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController' => 'getDocumentModificationControllerService',
  376.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController' => 'getEditProfileController2Service',
  377.             'App\\Controller\\api\\UsersProfile\\Webshop\\OrderController' => 'getOrderController2Service',
  378.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController' => 'getPaymentControllerService',
  379.             'App\\Controller\\api\\VisitPropertyController' => 'getVisitPropertyControllerService',
  380.             'App\\Controller\\api\\VivaquaController' => 'getVivaquaControllerService',
  381.             'App\\Controller\\api\\WebshopSimplePaymentController' => 'getWebshopSimplePaymentControllerService',
  382.             'App\\Controller\\api\\Work\\ChoiceCategoryController' => 'getChoiceCategoryControllerService',
  383.             'App\\Controller\\api\\Work\\ModelController' => 'getModelControllerService',
  384.             'App\\Controller\\api\\Work\\SubModelController' => 'getSubModelControllerService',
  385.             'App\\Controller\\api\\Work\\SubsectionController' => 'getSubsectionControllerService',
  386.             'App\\Controller\\api\\Work\\ThePropertyBoilerWorkController' => 'getThePropertyBoilerWorkControllerService',
  387.             'App\\Controller\\api\\Work\\ThePropertyCareWorkController' => 'getThePropertyCareWorkControllerService',
  388.             'App\\Controller\\api\\Work\\ThePropertyConstructionWorkController' => 'getThePropertyConstructionWorkControllerService',
  389.             'App\\Controller\\api\\Work\\ThePropertyConstructionWorkRulesController' => 'getThePropertyConstructionWorkRulesControllerService',
  390.             'App\\Controller\\api\\Work\\ThePropertyTankWorkController' => 'getThePropertyTankWorkControllerService',
  391.             'App\\Controller\\api\\Work\\ThePropertyUrgentWorkController' => 'getThePropertyUrgentWorkControllerService',
  392.             'App\\Controller\\api\\Work\\ThePropertyWorkController' => 'getThePropertyWorkControllerService',
  393.             'App\\Controller\\api\\Work\\TypeOfWorkController' => 'getTypeOfWorkControllerService',
  394.             'App\\Controller\\api\\Work\\WorkCostController' => 'getWorkCostControllerService',
  395.             'App\\Controller\\apiimmogo\\ApiAddWorkController' => 'getApiAddWorkControllerService',
  396.             'App\\Controller\\apiimmogo\\ApiImmogo' => 'getApiImmogoService',
  397.             'App\\Controller\\apiimmogo\\EstimateImmogo' => 'getEstimateImmogoService',
  398.             'App\\Repository\\UserRepository' => 'getUserRepositoryService',
  399.             'App\\Service\\Api\\ConsumptionWaterService' => 'getConsumptionWaterServiceService',
  400.             'App\\Service\\Api\\EngieService' => 'getEngieServiceService',
  401.             'App\\Service\\Api\\Portfolio\\PortfolioApiService' => 'getPortfolioApiServiceService',
  402.             'App\\Service\\Api\\ProviderSolarGreenCertificateService' => 'getProviderSolarGreenCertificateServiceService',
  403.             'App\\Service\\Api\\ProviderSolarOrganizationService' => 'getProviderSolarOrganizationServiceService',
  404.             'App\\Service\\Api\\ProviderSolarPhotovoltaicService' => 'getProviderSolarPhotovoltaicServiceService',
  405.             'App\\Service\\Api\\RentalService' => 'getRentalServiceService',
  406.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService' => 'getThePropertyMaifInsuranceSummaryServiceService',
  407.             'App\\Service\\Api\\ThepropertyConsumptionService' => 'getThepropertyConsumptionServiceService',
  408.             'App\\Service\\Api\\ThepropertyCounterService' => 'getThepropertyCounterServiceService',
  409.             'App\\Service\\Api\\ThepropertyCounterStatementService' => 'getThepropertyCounterStatementServiceService',
  410.             'App\\Service\\Api\\ThepropertyProviderBillService' => 'getThepropertyProviderBillServiceService',
  411.             'App\\Service\\Api\\ThepropertyProviderDocumentProofService' => 'getThepropertyProviderDocumentProofServiceService',
  412.             'App\\Service\\Api\\ThepropertyProviderService' => 'getThepropertyProviderServiceService',
  413.             'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractBuildingService' => 'getContractBuildingServiceService',
  414.             'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractFileService' => 'getContractFileServiceService',
  415.             'App\\Service\\Api\\Work\\ThePropertyWorkService' => 'getThePropertyWorkServiceService',
  416.             'App\\Service\\DompdfService' => 'getDompdfServiceService',
  417.             'App\\Service\\Getlatlongbyadress' => 'getGetlatlongbyadressService',
  418.             'App\\Service\\Immogo\\ImmogoService' => 'getImmogoServiceService',
  419.             'App\\Service\\Mailbox\\Attachment\\AttachmentService' => 'getAttachmentServiceService',
  420.             'App\\Service\\Mailbox\\Inbound\\AttachmentService' => 'getAttachmentService2Service',
  421.             'App\\Service\\Manager\\AlarmSystem\\ImportTypeOfAlarmSystem' => 'getImportTypeOfAlarmSystemService',
  422.             'App\\Service\\Manager\\Caclul\\ImportMunicipalTaxManager' => 'getImportMunicipalTaxManagerService',
  423.             'App\\Service\\Manager\\CoOwnership\\ImportSyndicManager' => 'getImportSyndicManagerService',
  424.             'App\\Service\\Manager\\Environment\\ImportEnvironmentDatasManager' => 'getImportEnvironmentDatasManagerService',
  425.             'App\\Service\\Manager\\GeoportailManager' => 'getGeoportailManagerService',
  426.             'App\\Service\\Manager\\ImportCommunaleServiceManager' => 'getImportCommunaleServiceManagerService',
  427.             'App\\Service\\Manager\\ImportCountryBelgeManager' => 'getImportCountryBelgeManagerService',
  428.             'App\\Service\\Manager\\ImportPrimeManager' => 'getImportPrimeManagerService',
  429.             'App\\Service\\Manager\\NeighborhoodOfficer\\ImportNeighborhoodOfficer' => 'getImportNeighborhoodOfficerService',
  430.             'App\\Service\\Manager\\SurveillanceCamera\\ImportSurveillanceCameraType' => 'getImportSurveillanceCameraTypeService',
  431.             'App\\Service\\Manager\\Work\\ImportExpertBoilerManager' => 'getImportExpertBoilerManagerService',
  432.             'App\\Service\\Manager\\Work\\ImportTankWorkManager' => 'getImportTankWorkManagerService',
  433.             'App\\Service\\Manager\\Work\\ImportWorkLinksManager' => 'getImportWorkLinksManagerService',
  434.             'App\\Service\\Onespan\\DownloaderService' => 'getDownloaderServiceService',
  435.             'App\\Service\\Onespan\\EventNotificationService' => 'getEventNotificationServiceService',
  436.             'App\\Service\\Onespan\\SignatureBuildingService' => 'getSignatureBuildingServiceService',
  437.             'App\\Service\\Pdf\\ProviderWaterInterventionPdf' => 'getProviderWaterInterventionPdfService',
  438.             'App\\Service\\PretService' => 'getPretServiceService',
  439.             'App\\Service\\Realtime\\MercureService' => 'getMercureServiceService',
  440.             'App\\Service\\SendMail\\SendmailService' => 'getSendmailServiceService',
  441.             'App\\Service\\Webhook\\Traitement' => 'getTraitementService',
  442.             'App\\Service\\YousignWebhookService' => 'getYousignWebhookServiceService',
  443.             'Doctrine\\Bundle\\DoctrineBundle\\Controller\\ProfilerController' => 'getProfilerControllerService',
  444.             'Endroid\\QrCodeBundle\\Controller\\GenerateController' => 'getGenerateControllerService',
  445.             'Faker\\Generator' => 'getGeneratorService',
  446.             'Liip\\ImagineBundle\\Controller\\ImagineController' => 'getImagineControllerService',
  447.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup' => 'getMongodbDatabaseBackupService',
  448.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup' => 'getMysqlDatabaseBackupService',
  449.             'Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup' => 'getSqliteDatabaseBackupService',
  450.             'Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection' => 'getDatabaseToolCollectionService',
  451.             'Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory' => 'getFixturesLoaderFactoryService',
  452.             'Stripe\\StripeClient' => 'getStripeClientService',
  453.             'SymfonyBundles\\RedisBundle\\Redis\\ClientInterface' => 'getClientInterfaceService',
  454.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController' => 'getRedirectControllerService',
  455.             'Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController' => 'getTemplateControllerService',
  456.             'Vich\\UploaderBundle\\Naming\\Base64Namer' => 'getBase64NamerService',
  457.             'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer' => 'getCurrentDateTimeDirectoryNamerService',
  458.             'Vich\\UploaderBundle\\Naming\\HashNamer' => 'getHashNamerService',
  459.             'Vich\\UploaderBundle\\Naming\\OrignameNamer' => 'getOrignameNamerService',
  460.             'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer' => 'getPropertyDirectoryNamerService',
  461.             'Vich\\UploaderBundle\\Naming\\PropertyNamer' => 'getPropertyNamerService',
  462.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer' => 'getSmartUniqueNamerService',
  463.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brugis_csv_pending' => 'getSmartUniqueNamer_BrugisCsvPendingService',
  464.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.chat_file' => 'getSmartUniqueNamer_ChatFileService',
  465.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.client_sales_agreement_file' => 'getSmartUniqueNamer_ClientSalesAgreementFileService',
  466.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_event_file' => 'getSmartUniqueNamer_CommunityEventFileService',
  467.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_post_file' => 'getSmartUniqueNamer_CommunityPostFileService',
  468.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.condominium_invoice_file' => 'getSmartUniqueNamer_CondominiumInvoiceFileService',
  469.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.enquetes_publics_csv' => 'getSmartUniqueNamer_EnquetesPublicsCsvService',
  470.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.excel_file_pending' => 'getSmartUniqueNamer_ExcelFilePendingService',
  471.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.garden_resource_document' => 'getSmartUniqueNamer_GardenResourceDocumentService',
  472.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.identity_image' => 'getSmartUniqueNamer_IdentityImageService',
  473.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.imo_agent_solicitation_image' => 'getSmartUniqueNamer_ImoAgentSolicitationImageService',
  474.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_file' => 'getSmartUniqueNamer_InventoryFileService',
  475.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_image' => 'getSmartUniqueNamer_InventoryImageService',
  476.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract' => 'getSmartUniqueNamer_LeaseContractService',
  477.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract_models' => 'getSmartUniqueNamer_LeaseContractModelsService',
  478.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.message_file' => 'getSmartUniqueNamer_MessageFileService',
  479.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_after_improvement_image_file' => 'getSmartUniqueNamer_NeightborhoodProjectAfterImprovementImageFileService',
  480.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_before_improvement_image_file' => 'getSmartUniqueNamer_NeightborhoodProjectBeforeImprovementImageFileService',
  481.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.new_project_immo_csv' => 'getSmartUniqueNamer_NewProjectImmoCsvService',
  482.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.occupation_period_file' => 'getSmartUniqueNamer_OccupationPeriodFileService',
  483.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.offer_lease_agreement' => 'getSmartUniqueNamer_OfferLeaseAgreementService',
  484.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_location' => 'getSmartUniqueNamer_PdfLocationService',
  485.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_mail_location' => 'getSmartUniqueNamer_PdfMailLocationService',
  486.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_summary_maif' => 'getSmartUniqueNamer_PdfSummaryMaifService',
  487.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.permit_citerne' => 'getSmartUniqueNamer_PermitCiterneService',
  488.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.portfolio_files' => 'getSmartUniqueNamer_PortfolioFilesService',
  489.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_affectation_csv_pending' => 'getSmartUniqueNamer_PpasAffectationCsvPendingService',
  490.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_csv_pending' => 'getSmartUniqueNamer_PpasCsvPendingService',
  491.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pras_csv' => 'getSmartUniqueNamer_PrasCsvService',
  492.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.property_document_file' => 'getSmartUniqueNamer_PropertyDocumentFileService',
  493.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_inverte_list_pending' => 'getSmartUniqueNamer_ProviderInverteListPendingService',
  494.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_society_csv_pending' => 'getSmartUniqueNamer_ProviderSocietyCsvPendingService',
  495.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_work' => 'getSmartUniqueNamer_ProviderWorkService',
  496.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.public_inquiry_inprogress_excel' => 'getSmartUniqueNamer_PublicInquiryInprogressExcelService',
  497.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.request_repayment_files' => 'getSmartUniqueNamer_RequestRepaymentFilesService',
  498.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sales_agreement_file_to_sign' => 'getSmartUniqueNamer_SalesAgreementFileToSignService',
  499.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.surveillance_camera_document' => 'getSmartUniqueNamer_SurveillanceCameraDocumentService',
  500.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.treeD_figuration_file' => 'getSmartUniqueNamer_TreeDFigurationFileService',
  501.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo' => 'getSmartUniqueNamer_UserLogoService',
  502.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.wallonie_csv_pending' => 'getSmartUniqueNamer_WallonieCsvPendingService',
  503.             'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.water_supplier_controller_excel' => 'getSmartUniqueNamer_WaterSupplierControllerExcelService',
  504.             'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer' => 'getSubdirDirectoryNamerService',
  505.             'Vich\\UploaderBundle\\Naming\\UniqidNamer' => 'getUniqidNamerService',
  506.             'api_platform.action.documentation' => 'getApiPlatform_Action_DocumentationService',
  507.             'api_platform.action.entrypoint' => 'getApiPlatform_Action_EntrypointService',
  508.             'api_platform.action.exception' => 'getApiPlatform_Action_ExceptionService',
  509.             'api_platform.action.not_exposed' => 'getApiPlatform_Action_NotExposedService',
  510.             'api_platform.action.not_found' => 'getApiPlatform_Action_NotFoundService',
  511.             'api_platform.action.placeholder' => 'getApiPlatform_Action_PlaceholderService',
  512.             'api_platform.jsonld.action.context' => 'getApiPlatform_Jsonld_Action_ContextService',
  513.             'api_platform.swagger.action.ui' => 'getApiPlatform_Swagger_Action_UiService',
  514.             'api_platform.swagger_ui.action' => 'getApiPlatform_SwaggerUi_ActionService',
  515.             'cache.app' => 'getCache_AppService',
  516.             'cache.app_clearer' => 'getCache_AppClearerService',
  517.             'cache.global_clearer' => 'getCache_GlobalClearerService',
  518.             'cache.system' => 'getCache_SystemService',
  519.             'cache.system_clearer' => 'getCache_SystemClearerService',
  520.             'cache.validator_expression_language' => 'getCache_ValidatorExpressionLanguageService',
  521.             'cache_warmer' => 'getCacheWarmerService',
  522.             'console.command.public_alias.App\\Command\\Admin\\ImportPpasInfoCommand' => 'getImportPpasInfoCommandService',
  523.             'console.command.public_alias.App\\Command\\AlertNewProjectImmoCommand' => 'getAlertNewProjectImmoCommandService',
  524.             'console.command.public_alias.App\\Command\\ExcelFileCommand' => 'getExcelFileCommandService',
  525.             'console.command_loader' => 'getConsole_CommandLoaderService',
  526.             'container.env_var_processors_locator' => 'getContainer_EnvVarProcessorsLocatorService',
  527.             'data_collector.dump' => 'getDataCollector_DumpService',
  528.             'doctrine' => 'getDoctrineService',
  529.             'doctrine.dbal.default_connection' => 'getDoctrine_Dbal_DefaultConnectionService',
  530.             'doctrine.orm.default_entity_listener_resolver' => 'getDoctrine_Orm_DefaultEntityListenerResolverService',
  531.             'doctrine.orm.default_entity_manager' => 'getDoctrine_Orm_DefaultEntityManagerService',
  532.             'doctrine.orm.import_entity_manager' => 'getDoctrine_Orm_ImportEntityManagerService',
  533.             'endroid_qr_code.default_builder' => 'getEndroidQrCode_DefaultBuilderService',
  534.             'error_controller' => 'getErrorControllerService',
  535.             'event_dispatcher' => 'getEventDispatcherService',
  536.             'fidry_alice_data_fixtures.loader.doctrine' => 'getFidryAliceDataFixtures_Loader_DoctrineService',
  537.             'fidry_alice_data_fixtures.persistence.persister.doctrine' => 'getFidryAliceDataFixtures_Persistence_Persister_DoctrineService',
  538.             'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' => 'getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService',
  539.             'gesdinet.jwtrefreshtoken' => 'getGesdinet_JwtrefreshtokenService',
  540.             'gesdinet.jwtrefreshtoken.refresh_token_manager' => 'getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService',
  541.             'http_kernel' => 'getHttpKernelService',
  542.             'jms_serializer' => 'getJmsSerializerService',
  543.             'jms_serializer.deserialization_context_factory' => 'getJmsSerializer_DeserializationContextFactoryService',
  544.             'jms_serializer.metadata_driver' => 'getJmsSerializer_MetadataDriverService',
  545.             'jms_serializer.serialization_context_factory' => 'getJmsSerializer_SerializationContextFactoryService',
  546.             'jms_serializer.twig_extension.serializer_runtime_helper' => 'getJmsSerializer_TwigExtension_SerializerRuntimeHelperService',
  547.             'kreait_firebase.my_project.auth' => 'getKreaitFirebase_MyProject_AuthService',
  548.             'kreait_firebase.my_project.database' => 'getKreaitFirebase_MyProject_DatabaseService',
  549.             'kreait_firebase.my_project.dynamic_links' => 'getKreaitFirebase_MyProject_DynamicLinksService',
  550.             'kreait_firebase.my_project.firestore' => 'getKreaitFirebase_MyProject_FirestoreService',
  551.             'kreait_firebase.my_project.messaging' => 'getKreaitFirebase_MyProject_MessagingService',
  552.             'kreait_firebase.my_project.remote_config' => 'getKreaitFirebase_MyProject_RemoteConfigService',
  553.             'kreait_firebase.my_project.storage' => 'getKreaitFirebase_MyProject_StorageService',
  554.             'lexik_jwt_authentication.encoder' => 'getLexikJwtAuthentication_EncoderService',
  555.             'lexik_jwt_authentication.generate_token_command' => 'getLexikJwtAuthentication_GenerateTokenCommandService',
  556.             'lexik_jwt_authentication.jwt_manager' => 'getLexikJwtAuthentication_JwtManagerService',
  557.             'lexik_jwt_authentication.key_loader' => 'getLexikJwtAuthentication_KeyLoaderService',
  558.             'liip_imagine.binary.loader.default' => 'getLiipImagine_Binary_Loader_DefaultService',
  559.             'liip_imagine.cache.manager' => 'getLiipImagine_Cache_ManagerService',
  560.             'liip_imagine.cache.resolver.default' => 'getLiipImagine_Cache_Resolver_DefaultService',
  561.             'liip_imagine.cache.resolver.no_cache_web_path' => 'getLiipImagine_Cache_Resolver_NoCacheWebPathService',
  562.             'liip_imagine.cache.signer' => 'getLiipImagine_Cache_SignerService',
  563.             'liip_imagine.config.stack_collection' => 'getLiipImagine_Config_StackCollectionService',
  564.             'liip_imagine.data.manager' => 'getLiipImagine_Data_ManagerService',
  565.             'liip_imagine.filter.loader.downscale' => 'getLiipImagine_Filter_Loader_DownscaleService',
  566.             'liip_imagine.filter.loader.fixed' => 'getLiipImagine_Filter_Loader_FixedService',
  567.             'liip_imagine.filter.loader.flip' => 'getLiipImagine_Filter_Loader_FlipService',
  568.             'liip_imagine.filter.loader.grayscale' => 'getLiipImagine_Filter_Loader_GrayscaleService',
  569.             'liip_imagine.filter.loader.interlace' => 'getLiipImagine_Filter_Loader_InterlaceService',
  570.             'liip_imagine.filter.loader.resample' => 'getLiipImagine_Filter_Loader_ResampleService',
  571.             'liip_imagine.filter.loader.rotate' => 'getLiipImagine_Filter_Loader_RotateService',
  572.             'liip_imagine.filter.manager' => 'getLiipImagine_Filter_ManagerService',
  573.             'messenger.default_bus' => 'getMessenger_DefaultBusService',
  574.             'nelmio_alice.data_loader' => 'getNelmioAlice_DataLoaderService',
  575.             'nelmio_alice.file_loader' => 'getNelmioAlice_FileLoaderService',
  576.             'nelmio_alice.files_loader' => 'getNelmioAlice_FilesLoaderService',
  577.             'request_stack' => 'getRequestStackService',
  578.             'router' => 'getRouterService',
  579.             'routing.loader' => 'getRouting_LoaderService',
  580.             'sb_redis.default' => 'getSbRedis_DefaultService',
  581.             'services_resetter' => 'getServicesResetterService',
  582.             'stripe_charge.service' => 'getStripeCharge_ServiceService',
  583.             'stripe_customer.service' => 'getStripeCustomer_ServiceService',
  584.             'stripe_plan.service' => 'getStripePlan_ServiceService',
  585.             'stripe_product.service' => 'getStripeProduct_ServiceService',
  586.             'stripe_source.service' => 'getStripeSource_ServiceService',
  587.             'stripe_subscription.service' => 'getStripeSubscription_ServiceService',
  588.             'swiftmailer.mailer.default' => 'getSwiftmailer_Mailer_DefaultService',
  589.             'swiftmailer.mailer.default.plugin.messagelogger' => 'getSwiftmailer_Mailer_Default_Plugin_MessageloggerService',
  590.             'swiftmailer.mailer.default.transport.real' => 'getSwiftmailer_Mailer_Default_Transport_RealService',
  591.             'swiftmailer.transport' => 'getSwiftmailer_TransportService',
  592.             'translator' => 'getTranslatorService',
  593.             'var_dumper.cloner' => 'getVarDumper_ClonerService',
  594.             'vich_uploader.download_handler' => 'getVichUploader_DownloadHandlerService',
  595.             'vich_uploader.form.type.file' => 'getVichUploader_Form_Type_FileService',
  596.             'vich_uploader.form.type.image' => 'getVichUploader_Form_Type_ImageService',
  597.             'vich_uploader.namer_origname.Adress_csv_pending' => 'getVichUploader_NamerOrigname_AdressCsvPendingService',
  598.             'vich_uploader.namer_origname.ThepropertyProvider_csv_pending' => 'getVichUploader_NamerOrigname_ThepropertyProviderCsvPendingService',
  599.             'vich_uploader.namer_origname.annex_permit_file' => 'getVichUploader_NamerOrigname_AnnexPermitFileService',
  600.             'vich_uploader.namer_origname.area_csv_pending' => 'getVichUploader_NamerOrigname_AreaCsvPendingService',
  601.             'vich_uploader.namer_origname.bbox' => 'getVichUploader_NamerOrigname_BboxService',
  602.             'vich_uploader.namer_origname.co_ownership_document' => 'getVichUploader_NamerOrigname_CoOwnershipDocumentService',
  603.             'vich_uploader.namer_origname.co_ownership_invoices' => 'getVichUploader_NamerOrigname_CoOwnershipInvoicesService',
  604.             'vich_uploader.namer_origname.co_ownership_meeting_transcript' => 'getVichUploader_NamerOrigname_CoOwnershipMeetingTranscriptService',
  605.             'vich_uploader.namer_origname.co_ownership_report' => 'getVichUploader_NamerOrigname_CoOwnershipReportService',
  606.             'vich_uploader.namer_origname.co_ownership_the_property_file' => 'getVichUploader_NamerOrigname_CoOwnershipThePropertyFileService',
  607.             'vich_uploader.namer_origname.co_ownership_the_property_response' => 'getVichUploader_NamerOrigname_CoOwnershipThePropertyResponseService',
  608.             'vich_uploader.namer_origname.control_certificate' => 'getVichUploader_NamerOrigname_ControlCertificateService',
  609.             'vich_uploader.namer_origname.deedOfSale' => 'getVichUploader_NamerOrigname_DeedOfSaleService',
  610.             'vich_uploader.namer_origname.dispenseFile' => 'getVichUploader_NamerOrigname_DispenseFileService',
  611.             'vich_uploader.namer_origname.dvf_csv_pending' => 'getVichUploader_NamerOrigname_DvfCsvPendingService',
  612.             'vich_uploader.namer_origname.edit_registers_file' => 'getVichUploader_NamerOrigname_EditRegistersFileService',
  613.             'vich_uploader.namer_origname.education_csv' => 'getVichUploader_NamerOrigname_EducationCsvService',
  614.             'vich_uploader.namer_origname.engie_csv_archived' => 'getVichUploader_NamerOrigname_EngieCsvArchivedService',
  615.             'vich_uploader.namer_origname.engie_csv_pending' => 'getVichUploader_NamerOrigname_EngieCsvPendingService',
  616.             'vich_uploader.namer_origname.invoice_water_file' => 'getVichUploader_NamerOrigname_InvoiceWaterFileService',
  617.             'vich_uploader.namer_origname.module_3D' => 'getVichUploader_NamerOrigname_Module3DService',
  618.             'vich_uploader.namer_origname.notary_csv_pending' => 'getVichUploader_NamerOrigname_NotaryCsvPendingService',
  619.             'vich_uploader.namer_origname.obligation_csv_pending' => 'getVichUploader_NamerOrigname_ObligationCsvPendingService',
  620.             'vich_uploader.namer_origname.occupie_csv_pending' => 'getVichUploader_NamerOrigname_OccupieCsvPendingService',
  621.             'vich_uploader.namer_origname.organic_plot_file' => 'getVichUploader_NamerOrigname_OrganicPlotFileService',
  622.             'vich_uploader.namer_origname.permit_environment_file' => 'getVichUploader_NamerOrigname_PermitEnvironmentFileService',
  623.             'vich_uploader.namer_origname.permit_file' => 'getVichUploader_NamerOrigname_PermitFileService',
  624.             'vich_uploader.namer_origname.picture_3D' => 'getVichUploader_NamerOrigname_Picture3DService',
  625.             'vich_uploader.namer_origname.prime_pdf_template' => 'getVichUploader_NamerOrigname_PrimePdfTemplateService',
  626.             'vich_uploader.namer_origname.prime_request_file' => 'getVichUploader_NamerOrigname_PrimeRequestFileService',
  627.             'vich_uploader.namer_origname.property_demand_file' => 'getVichUploader_NamerOrigname_PropertyDemandFileService',
  628.             'vich_uploader.namer_origname.rapport_pdf_property' => 'getVichUploader_NamerOrigname_RapportPdfPropertyService',
  629.             'vich_uploader.namer_origname.register_environment_file' => 'getVichUploader_NamerOrigname_RegisterEnvironmentFileService',
  630.             'vich_uploader.namer_origname.salesAgreementFile' => 'getVichUploader_NamerOrigname_SalesAgreementFileService',
  631.             'vich_uploader.namer_origname.syndic_Apartment_csv_pending' => 'getVichUploader_NamerOrigname_SyndicApartmentCsvPendingService',
  632.             'vich_uploader.namer_origname.upload_archived' => 'getVichUploader_NamerOrigname_UploadArchivedService',
  633.             'vich_uploader.namer_origname.upload_bank_logo' => 'getVichUploader_NamerOrigname_UploadBankLogoService',
  634.             'vich_uploader.namer_origname.upload_doc_property' => 'getVichUploader_NamerOrigname_UploadDocPropertyService',
  635.             'vich_uploader.namer_origname.upload_file_minutes' => 'getVichUploader_NamerOrigname_UploadFileMinutesService',
  636.             'vich_uploader.namer_origname.upload_icon_categorie_service' => 'getVichUploader_NamerOrigname_UploadIconCategorieServiceService',
  637.             'vich_uploader.namer_origname.upload_img_property' => 'getVichUploader_NamerOrigname_UploadImgPropertyService',
  638.             'vich_uploader.namer_origname.upload_img_pub' => 'getVichUploader_NamerOrigname_UploadImgPubService',
  639.             'vich_uploader.namer_origname.upload_img_service' => 'getVichUploader_NamerOrigname_UploadImgServiceService',
  640.             'vich_uploader.namer_origname.upload_pending' => 'getVichUploader_NamerOrigname_UploadPendingService',
  641.             'vich_uploader.namer_origname.upload_rapport' => 'getVichUploader_NamerOrigname_UploadRapportService',
  642.             'vich_uploader.namer_origname.upload_traite' => 'getVichUploader_NamerOrigname_UploadTraiteService',
  643.             'vich_uploader.namer_origname.uploads_syndics_response' => 'getVichUploader_NamerOrigname_UploadsSyndicsResponseService',
  644.             'vich_uploader.namer_origname.work_csv_pending' => 'getVichUploader_NamerOrigname_WorkCsvPendingService',
  645.             'vich_uploader.namer_origname.work_rules_csv_pending' => 'getVichUploader_NamerOrigname_WorkRulesCsvPendingService',
  646.             'vich_uploader.upload_handler' => 'getVichUploader_UploadHandlerService',
  647.             'web_profiler.controller.exception_panel' => 'getWebProfiler_Controller_ExceptionPanelService',
  648.             'web_profiler.controller.profiler' => 'getWebProfiler_Controller_ProfilerService',
  649.             'web_profiler.controller.router' => 'getWebProfiler_Controller_RouterService',
  650.             'cache_clearer' => 'getCacheClearerService',
  651.             'filesystem' => 'getFilesystemService',
  652.             'serializer' => 'getSerializerService',
  653.             'security.csrf.token_manager' => 'getSecurity_Csrf_TokenManagerService',
  654.             'form.factory' => 'getForm_FactoryService',
  655.             'form.type.file' => 'getForm_Type_FileService',
  656.             'profiler' => 'getProfilerService',
  657.             'twig' => 'getTwigService',
  658.             'security.authorization_checker' => 'getSecurity_AuthorizationCheckerService',
  659.             'security.token_storage' => 'getSecurity_TokenStorageService',
  660.             'security.password_encoder' => 'getSecurity_PasswordEncoderService',
  661.             'session' => 'getSessionService',
  662.             'validator' => 'getValidatorService',
  663.         ];
  664.         $this->aliases = [
  665.             'ApiPlatform\\Action\\NotExposedAction' => 'api_platform.action.not_exposed',
  666.             'ApiPlatform\\Action\\NotFoundAction' => 'api_platform.action.not_found',
  667.             'Kreait\\Firebase\\Auth' => 'kreait_firebase.my_project.auth',
  668.             'Kreait\\Firebase\\Database' => 'kreait_firebase.my_project.database',
  669.             'Kreait\\Firebase\\DynamicLinks' => 'kreait_firebase.my_project.dynamic_links',
  670.             'Kreait\\Firebase\\Firestore' => 'kreait_firebase.my_project.firestore',
  671.             'Kreait\\Firebase\\Messaging' => 'kreait_firebase.my_project.messaging',
  672.             'Kreait\\Firebase\\RemoteConfig' => 'kreait_firebase.my_project.remote_config',
  673.             'Kreait\\Firebase\\Storage' => 'kreait_firebase.my_project.storage',
  674.             'api_platform.action.delete_item' => 'api_platform.action.placeholder',
  675.             'api_platform.action.get_collection' => 'api_platform.action.placeholder',
  676.             'api_platform.action.get_item' => 'api_platform.action.placeholder',
  677.             'api_platform.action.get_subresource' => 'api_platform.action.placeholder',
  678.             'api_platform.action.patch_item' => 'api_platform.action.placeholder',
  679.             'api_platform.action.post_collection' => 'api_platform.action.placeholder',
  680.             'api_platform.action.put_item' => 'api_platform.action.placeholder',
  681.             'database_connection' => 'doctrine.dbal.default_connection',
  682.             'doctrine.orm.entity_manager' => 'doctrine.orm.default_entity_manager',
  683.             'jms_serializer.authorization_checker' => '.container.private.security.authorization_checker',
  684.             'liip_imagine.controller' => 'Liip\\ImagineBundle\\Controller\\ImagineController',
  685.             'mailer' => 'swiftmailer.mailer.default',
  686.             'vich_uploader.directory_namer_subdir' => 'Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer',
  687.             'vich_uploader.namer_base64' => 'Vich\\UploaderBundle\\Naming\\Base64Namer',
  688.             'vich_uploader.namer_directory_current_date_time' => 'Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer',
  689.             'vich_uploader.namer_directory_property' => 'Vich\\UploaderBundle\\Naming\\PropertyDirectoryNamer',
  690.             'vich_uploader.namer_hash' => 'Vich\\UploaderBundle\\Naming\\HashNamer',
  691.             'vich_uploader.namer_origname' => 'Vich\\UploaderBundle\\Naming\\OrignameNamer',
  692.             'vich_uploader.namer_property' => 'Vich\\UploaderBundle\\Naming\\PropertyNamer',
  693.             'vich_uploader.namer_smart_unique' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer',
  694.             'vich_uploader.namer_uniqid' => 'Vich\\UploaderBundle\\Naming\\UniqidNamer',
  695.         ];
  696.         $this->privates['service_container'] = function () {
  697.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernelInterface.php';
  698.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/KernelInterface.php';
  699.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/RebootableInterface.php';
  700.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/TerminableInterface.php';
  701.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Kernel.php';
  702.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Kernel/MicroKernelTrait.php';
  703.             include_once \dirname(__DIR__4).'/src/Kernel.php';
  704.             include_once \dirname(__DIR__4).'/src/EventListener/UrlContextListener.php';
  705.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventSubscriberInterface.php';
  706.             include_once \dirname(__DIR__4).'/src/EventSubscriber/BankSimulationSubscriber.php';
  707.             include_once \dirname(__DIR__4).'/src/EventSubscriber/CurrentUserSubscriber.php';
  708.             include_once \dirname(__DIR__4).'/src/EventSubscriber/EditRegistersSubscriber.php';
  709.             include_once \dirname(__DIR__4).'/src/EventSubscriber/PermitPropertySubscriber.php';
  710.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProviderServiceSubscriber.php';
  711.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ProviderSolarSubscriber.php';
  712.             include_once \dirname(__DIR__4).'/src/EventSubscriber/ResponseSubscriber.php';
  713.             include_once \dirname(__DIR__4).'/src/Service/Api/Community/ResponseService.php';
  714.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/SBaseInterface.php';
  715.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/JsonResponseTrait.php';
  716.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/RequestTraitementTrait.php';
  717.             include_once \dirname(__DIR__4).'/src/Mybase/Services/Base/SBase.php';
  718.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ObjectRepository.php';
  719.             include_once \dirname(__DIR__4).'/vendor/doctrine/collections/lib/Doctrine/Common/Collections/Selectable.php';
  720.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/EntityRepository.php';
  721.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepositoryInterface.php';
  722.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ServiceEntityRepository.php';
  723.             include_once \dirname(__DIR__4).'/src/Repository/AnnexPermitPropertyRepository.php';
  724.             include_once \dirname(__DIR__4).'/src/Repository/BankSimulationRepository.php';
  725.             include_once \dirname(__DIR__4).'/src/Repository/ChoicecategoryRepository.php';
  726.             include_once \dirname(__DIR__4).'/src/Repository/CommunityCoordinateRepository.php';
  727.             include_once \dirname(__DIR__4).'/src/Repository/DomiciliationFilesRepository.php';
  728.             include_once \dirname(__DIR__4).'/src/Repository/EditRegistersRepository.php';
  729.             include_once \dirname(__DIR__4).'/src/Repository/ModelRepository.php';
  730.             include_once \dirname(__DIR__4).'/src/Repository/MunicipalityRepository.php';
  731.             include_once \dirname(__DIR__4).'/src/Repository/OfferRepository.php';
  732.             include_once \dirname(__DIR__4).'/src/Repository/PdfMailLocationRepository.php';
  733.             include_once \dirname(__DIR__4).'/src/Repository/PermitPropertyRepository.php';
  734.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSibelgaRepository.php';
  735.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSibelgaWorkRepository.php';
  736.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSocietyRepository.php';
  737.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarDeclarationCadastreRepository.php';
  738.             include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarRepository.php';
  739.             include_once \dirname(__DIR__4).'/src/Repository/RegistersRepository.php';
  740.             include_once \dirname(__DIR__4).'/src/Repository/SubsectionRepository.php';
  741.             include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkRepository.php';
  742.             include_once \dirname(__DIR__4).'/src/Repository/ThepropertyRepository.php';
  743.             include_once \dirname(__DIR__4).'/src/Repository/TypeofworkRepository.php';
  744.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceSubscriberInterface.php';
  745.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/AbstractController.php';
  746.             include_once \dirname(__DIR__4).'/src/Service/DompdfService.php';
  747.             include_once \dirname(__DIR__4).'/vendor/psr/container/src/ContainerInterface.php';
  748.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceProviderInterface.php';
  749.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ServiceLocatorTrait.php';
  750.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ServiceLocator.php';
  751.             include_once \dirname(__DIR__4).'/src/Service/Formule.php';
  752.             include_once \dirname(__DIR__4).'/src/Service/MailToSend.php';
  753.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/Attachment/AttachmentServiceInterface.php';
  754.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/Attachment/AttachmentService.php';
  755.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/AttachmentRepositoryInterface.php';
  756.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/AttachmentRepository.php';
  757.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/MailboxService.php';
  758.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/EmailRepositoryInterface.php';
  759.             include_once \dirname(__DIR__4).'/src/Repository/Mailbox/EmailRepository.php';
  760.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/RealtimeApi/RealtimeUpdateInterface.php';
  761.             include_once \dirname(__DIR__4).'/src/Service/Mailbox/RealtimeApi/MercureRealtimePublisher.php';
  762.             include_once \dirname(__DIR__4).'/src/Service/Multipart/FileProcessor.php';
  763.             include_once \dirname(__DIR__4).'/src/Service/Realtime/PublisherInterface.php';
  764.             include_once \dirname(__DIR__4).'/src/Service/Realtime/MercureService.php';
  765.             include_once \dirname(__DIR__4).'/src/Service/SendMail/SendmailService.php';
  766.             include_once \dirname(__DIR__4).'/src/Service/SendMail/SendMailInterface.php';
  767.             include_once \dirname(__DIR__4).'/src/Service/SendMail/SwiftMailerService.php';
  768.             include_once \dirname(__DIR__4).'/src/Service/TraitementMessage.php';
  769.             include_once \dirname(__DIR__4).'/src/Service/TraitementUrl.php';
  770.             include_once \dirname(__DIR__4).'/src/Service/UrlContext.php';
  771.             include_once \dirname(__DIR__4).'/src/Utils/GeoComparison.php';
  772.             include_once \dirname(__DIR__4).'/src/Utils/Utils.php';
  773.             include_once \dirname(__DIR__4).'/src/EventListener/MultipartFormDeserializeListener.php';
  774.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/OperationRequestInitiatorTrait.php';
  775.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ToggleableOperationAttributeTrait.php';
  776.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DeserializeListener.php';
  777.             include_once \dirname(__DIR__4).'/src/Service/Multipart/MultipartParser.php';
  778.             include_once \dirname(__DIR__4).'/src/Service/Multipart/RequestDataTransformer.php';
  779.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php';
  780.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/ControllerMetadata/ArgumentMetadataFactory.php';
  781.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ResponseListener.php';
  782.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/StreamedResponseListener.php';
  783.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleListener.php';
  784.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ValidateRequestListener.php';
  785.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DisallowRobotsIndexingListener.php';
  786.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ErrorListener.php';
  787.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php';
  788.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ParameterBag.php';
  789.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php';
  790.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBagInterface.php';
  791.             include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/ParameterBag/ContainerBag.php';
  792.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RunnerInterface.php';
  793.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/HttpKernelRunner.php';
  794.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/Runner/Symfony/ResponseRunner.php';
  795.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/RuntimeInterface.php';
  796.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/GenericRuntime.php';
  797.             include_once \dirname(__DIR__4).'/vendor/symfony/runtime/SymfonyRuntime.php';
  798.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/HttpKernel.php';
  799.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolverInterface.php';
  800.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableControllerResolver.php';
  801.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ControllerResolver.php';
  802.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ContainerControllerResolver.php';
  803.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/ControllerResolver.php';
  804.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolverInterface.php';
  805.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/TraceableArgumentResolver.php';
  806.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver.php';
  807.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestStack.php';
  808.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ConfigCacheFactoryInterface.php';
  809.             include_once \dirname(__DIR__4).'/vendor/symfony/config/ResourceCheckerConfigCacheFactory.php';
  810.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/LocaleAwareListener.php';
  811.             include_once \dirname(__DIR__4).'/vendor/psr/cache/src/CacheItemPoolInterface.php';
  812.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AdapterInterface.php';
  813.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheInterface.php';
  814.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/PruneableInterface.php';
  815.             include_once \dirname(__DIR__4).'/vendor/symfony/service-contracts/ResetInterface.php';
  816.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/ResettableInterface.php';
  817.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TraceableAdapter.php';
  818.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareInterface.php';
  819.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerAwareTrait.php';
  820.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/AbstractAdapterTrait.php';
  821.             include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/CacheTrait.php';
  822.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ContractsTrait.php';
  823.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/AbstractAdapter.php';
  824.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/RedisTrait.php';
  825.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/RedisAdapter.php';
  826.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/MarshallerInterface.php';
  827.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Marshaller/DefaultMarshaller.php';
  828.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageLoggerListener.php';
  829.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorInterface.php';
  830.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/TranslatorBagInterface.php';
  831.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/LocaleAwareInterface.php';
  832.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Translator.php';
  833.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/WarmableInterface.php';
  834.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Translation/Translator.php';
  835.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatterInterface.php';
  836.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/IntlFormatterInterface.php';
  837.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/Formatter/MessageFormatter.php';
  838.             include_once \dirname(__DIR__4).'/vendor/symfony/translation-contracts/TranslatorTrait.php';
  839.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/IdentityTranslator.php';
  840.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DebugHandlersListener.php';
  841.             include_once \dirname(__DIR__4).'/vendor/psr/log/Psr/Log/LoggerInterface.php';
  842.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/ResettableInterface.php';
  843.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Logger.php';
  844.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Log/DebugLoggerInterface.php';
  845.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Logger.php';
  846.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/FileLinkFormatter.php';
  847.             include_once \dirname(__DIR__4).'/vendor/symfony/stopwatch/Stopwatch.php';
  848.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Processor/DebugProcessor.php';
  849.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContext.php';
  850.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionFunctionProviderInterface.php';
  851.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/ExpressionLanguageProvider.php';
  852.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/RouterListener.php';
  853.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/Reader.php';
  854.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationReader.php';
  855.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/AnnotationRegistry.php';
  856.             include_once \dirname(__DIR__4).'/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/PsrCachedReader.php';
  857.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Traits/ProxyTrait.php';
  858.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/PhpArrayAdapter.php';
  859.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessorInterface.php';
  860.             include_once \dirname(__DIR__4).'/vendor/symfony/property-access/PropertyAccessor.php';
  861.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/ArrayAdapter.php';
  862.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorResolverInterface.php';
  863.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/ClassDiscriminatorFromClassMetadata.php';
  864.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerInterface.php';
  865.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerInterface.php';
  866.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareInterface.php';
  867.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/CacheableSupportsMethodInterface.php';
  868.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectToPopulateTrait.php';
  869.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerAwareTrait.php';
  870.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractNormalizer.php';
  871.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/AbstractObjectNormalizer.php';
  872.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ObjectNormalizer.php';
  873.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/NameConverterInterface.php';
  874.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/AdvancedNameConverterInterface.php';
  875.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/NameConverter/MetadataAwareNameConverter.php';
  876.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyTypeExtractorInterface.php';
  877.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyDescriptionExtractorInterface.php';
  878.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyAccessExtractorInterface.php';
  879.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyListExtractorInterface.php';
  880.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractorInterface.php';
  881.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInitializableExtractorInterface.php';
  882.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyInfoExtractor.php';
  883.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyReadInfoExtractorInterface.php';
  884.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/PropertyWriteInfoExtractorInterface.php';
  885.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ConstructorArgumentTypeExtractorInterface.php';
  886.             include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/ReflectionExtractor.php';
  887.             include_once \dirname(__DIR__4).'/vendor/symfony/web-link/EventListener/AddLinkHeaderListener.php';
  888.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/AbstractSessionListener.php';
  889.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/SessionListener.php';
  890.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/TokenGeneratorInterface.php';
  891.             include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenGenerator/UriSafeTokenGenerator.php';
  892.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ValidatorBuilder.php';
  893.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validation.php';
  894.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorFactoryInterface.php';
  895.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ContainerConstraintValidatorFactory.php';
  896.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/ObjectInitializerInterface.php';
  897.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineInitializer.php';
  898.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/LoaderInterface.php';
  899.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/AutoMappingTrait.php';
  900.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Loader/PropertyInfoLoader.php';
  901.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/DoctrineLoader.php';
  902.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/ProfilerListener.php';
  903.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollectorInterface.php';
  904.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DataCollector.php';
  905.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LateDataCollectorInterface.php';
  906.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RequestDataCollector.php';
  907.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/RouterDataCollector.php';
  908.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/DataCollector/RouterDataCollector.php';
  909.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollectorInterface.php';
  910.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataCollector.php';
  911.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractorInterface.php';
  912.             include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/FormDataExtractor.php';
  913.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypeGuesserInterface.php';
  914.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypesInterface.php';
  915.             include_once \dirname(__DIR__4).'/vendor/symfony/mime/MimeTypes.php';
  916.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Profiler/Profile.php';
  917.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ControllerListener.php';
  918.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/ParamConverterListener.php';
  919.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterManager.php';
  920.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/ParamConverterInterface.php';
  921.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DoctrineParamConverter.php';
  922.             include_once \dirname(__DIR__4).'/vendor/symfony/expression-language/ExpressionLanguage.php';
  923.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ParamConverter/DateTimeParamConverter.php';
  924.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/TemplateListener.php';
  925.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Templating/TemplateGuesser.php';
  926.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/HttpCacheListener.php';
  927.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/SecurityListener.php';
  928.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/ExpressionLanguage.php';
  929.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Security/ExpressionLanguage.php';
  930.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/IsGrantedListener.php';
  931.             include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentNameConverter.php';
  932.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ConnectionRegistry.php';
  933.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/ManagerRegistry.php';
  934.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/AbstractManagerRegistry.php';
  935.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ManagerRegistry.php';
  936.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Registry.php';
  937.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/SQLLogger.php';
  938.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/DebugStack.php';
  939.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Connection.php';
  940.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php';
  941.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ConnectionFactory.php';
  942.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Configuration.php';
  943.             include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php';
  944.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Logger/DbalLogger.php';
  945.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/SchemaAssetsFilterManager.php';
  946.             include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventManager.php';
  947.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/ContainerAwareEventManager.php';
  948.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Repository/RepositoryFactory.php';
  949.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Repository/ContainerRepositoryFactory.php';
  950.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/NamingStrategy.php';
  951.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/UnderscoreNamingStrategy.php';
  952.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/QuoteStrategy.php';
  953.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Internal/SQLResultCasing.php';
  954.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/DefaultQuoteStrategy.php';
  955.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriver.php';
  956.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/ColocatedMappingDriver.php';
  957.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/AnnotationDriver.php';
  958.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/CompatibilityAnnotationDriver.php';
  959.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/ReflectionBasedDriver.php';
  960.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/AnnotationDriver.php';
  961.             include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileDriver.php';
  962.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/XmlDriver.php';
  963.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/Driver/SimplifiedXmlDriver.php';
  964.             include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Mapping/EntityListenerResolver.php';
  965.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/EntityListenerServiceResolver.php';
  966.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/ContainerEntityListenerResolver.php';
  967.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/EventListener/SchemaFilterListener.php';
  968.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorageInterface.php';
  969.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/TokenStorage.php';
  970.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationCheckerInterface.php';
  971.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Security.php';
  972.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolverInterface.php';
  973.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/AuthenticationTrustResolver.php';
  974.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchyInterface.php';
  975.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Role/RoleHierarchy.php';
  976.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/FirewallMapInterface.php';
  977.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallMap.php';
  978.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Logout/LogoutUrlGenerator.php';
  979.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactoryInterface.php';
  980.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/PasswordHasherFactory.php';
  981.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasherInterface.php';
  982.             include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Hasher/UserPasswordHasher.php';
  983.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/RememberMe/ResponseListener.php';
  984.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManagerInterface.php';
  985.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/TraceableAccessDecisionManager.php';
  986.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AccessDecisionManager.php';
  987.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AccessDecisionStrategyInterface.php';
  988.             include_once \dirname(__DIR__4).'/vendor/myclabs/php-enum/stubs/Stringable.php';
  989.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Strategy/AffirmativeStrategy.php';
  990.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall.php';
  991.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/FirewallListener.php';
  992.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Debug/TraceableFirewallListener.php';
  993.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/ContentSecurityPolicyHandler.php';
  994.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Csp/NonceGenerator.php';
  995.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/EventListener/WebDebugToolbarListener.php';
  996.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/HandlerInterface.php';
  997.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/Handler.php';
  998.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractHandler.php';
  999.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerInterface.php';
  1000.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerInterface.php';
  1001.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/ProcessableHandlerTrait.php';
  1002.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/FormattableHandlerTrait.php';
  1003.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php';
  1004.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/StreamHandler.php';
  1005.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/ProcessorInterface.php';
  1006.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Processor/PsrLogMessageProcessor.php';
  1007.             include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Handler/ConsoleHandler.php';
  1008.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/DataDumperInterface.php';
  1009.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/DumpDataCollector.php';
  1010.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/ClonerInterface.php';
  1011.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/AbstractCloner.php';
  1012.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/VarCloner.php';
  1013.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Cloner/DumperInterface.php';
  1014.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/AbstractDumper.php';
  1015.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/CliDumper.php';
  1016.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/HtmlDumper.php';
  1017.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/Connection.php';
  1018.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/ContextProviderInterface.php';
  1019.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/SourceContextProvider.php';
  1020.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/RequestContextProvider.php';
  1021.             include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextProvider/CliContextProvider.php';
  1022.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/StorageInterface.php';
  1023.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/AbstractStorage.php';
  1024.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Storage/FileSystemStorage.php';
  1025.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/MetadataReader.php';
  1026.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactoryInterface.php';
  1027.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/AdvancedMetadataFactoryInterface.php';
  1028.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/MetadataFactory.php';
  1029.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverInterface.php';
  1030.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedDriverInterface.php';
  1031.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/DriverChain.php';
  1032.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AbstractFileDriver.php';
  1033.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/XmlDriver.php';
  1034.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocatorInterface.php';
  1035.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/AdvancedFileLocatorInterface.php';
  1036.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/TraceableFileLocatorInterface.php';
  1037.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/FileLocator.php';
  1038.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AnnotationDriver.php';
  1039.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/AbstractYamlDriver.php';
  1040.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YamlDriver.php';
  1041.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/Driver/YmlDriver.php';
  1042.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/CacheInterface.php';
  1043.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/ClearableCacheInterface.php';
  1044.             include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Cache/FileCache.php';
  1045.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Mapping/PropertyMappingFactory.php';
  1046.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/ResolverInterface.php';
  1047.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/WebPathResolver.php';
  1048.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/CacheManager.php';
  1049.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterConfiguration.php';
  1050.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Resolver/NoCacheWebPathResolver.php';
  1051.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/SignerInterface.php';
  1052.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Cache/Signer.php';
  1053.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Encryptor/Encryptor.php';
  1054.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CorsListener.php';
  1055.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ResolverInterface.php';
  1056.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/Resolver.php';
  1057.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ProviderInterface.php';
  1058.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/Options/ConfigProvider.php';
  1059.             include_once \dirname(__DIR__4).'/vendor/nelmio/cors-bundle/EventListener/CacheableResponseVaryListener.php';
  1060.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolverInterface.php';
  1061.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ClassInfoTrait.php';
  1062.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/ResourceClassResolver.php';
  1063.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RequestContextAwareInterface.php';
  1064.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/UrlMatcherInterface.php';
  1065.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Generator/UrlGeneratorInterface.php';
  1066.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/RouterInterface.php';
  1067.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/UrlGeneratorInterface.php';
  1068.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/Router.php';
  1069.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilderInterface.php';
  1070.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerFilterContextBuilder.php';
  1071.             include_once \dirname(__DIR__4).'/src/Serializer/ThePropertyDetailContextBuilder.php';
  1072.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/SerializerContextBuilder.php';
  1073.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactoryInterface.php';
  1074.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/Mapping/Factory/ClassMetadataFactory.php';
  1075.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassResolverTrait.php';
  1076.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Factory/ClassMetadataFactory.php';
  1077.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderInterface.php';
  1078.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/LoaderChain.php';
  1079.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Mapping/Loader/AnnotationLoader.php';
  1080.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolverInterface.php';
  1081.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/CustomOperationPathResolver.php';
  1082.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/PathResolver/OperationPathResolver.php';
  1083.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/PathSegmentNameGeneratorInterface.php';
  1084.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Operation/UnderscorePathSegmentNameGenerator.php';
  1085.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouterOperationPathResolver.php';
  1086.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/AddFormatListener.php';
  1087.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/AbstractNegotiator.php';
  1088.             include_once \dirname(__DIR__4).'/vendor/willdurand/negotiation/src/Negotiation/Negotiator.php';
  1089.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CloneTrait.php';
  1090.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/OperationDataProviderTrait.php';
  1091.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/ReadListener.php';
  1092.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ResourceNameCollectionFactoryInterface.php';
  1093.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CachedTrait.php';
  1094.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/CachedResourceNameCollectionFactory.php';
  1095.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Resource/Factory/ExtractorResourceNameCollectionFactory.php';
  1096.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceNameCollectionFactory.php';
  1097.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyNameCollectionFactoryInterface.php';
  1098.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/CachedPropertyNameCollectionFactory.php';
  1099.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/ExtractorPropertyNameCollectionFactory.php';
  1100.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Property/Factory/PropertyInfoPropertyNameCollectionFactory.php';
  1101.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ResourceMetadataFactoryInterface.php';
  1102.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/CachedResourceMetadataFactory.php';
  1103.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/FormatsResourceMetadataFactory.php';
  1104.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/OperationResourceMetadataFactory.php';
  1105.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/AnnotationFilterExtractorTrait.php';
  1106.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceFilterMetadataFactory.php';
  1107.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ShortNameResourceMetadataFactory.php';
  1108.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/PhpDocResourceMetadataFactory.php';
  1109.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/InputOutputResourceMetadataFactory.php';
  1110.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/ExtractorResourceMetadataFactory.php';
  1111.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/Factory/AnnotationResourceMetadataFactory.php';
  1112.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/PropertyMetadataFactoryInterface.php';
  1113.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/CachedPropertyMetadataFactory.php';
  1114.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/ValidatorPropertyMetadataFactory.php';
  1115.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php';
  1116.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationPropertyMetadataFactory.php';
  1117.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/AnnotationSubresourceMetadataFactory.php';
  1118.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/DefaultPropertyMetadataFactory.php';
  1119.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/ResourceClassInfoTrait.php';
  1120.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Property/Factory/SerializerPropertyMetadataFactory.php';
  1121.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Metadata/Property/DoctrineOrmPropertyMetadataFactory.php';
  1122.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/PropertyInfo/Metadata/Property/PropertyInfoPropertyMetadataFactory.php';
  1123.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/ResourceExtractorInterface.php';
  1124.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/AbstractResourceExtractor.php';
  1125.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Metadata/Extractor/PropertyExtractorInterface.php';
  1126.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/XmlExtractor.php';
  1127.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactoryInterface.php';
  1128.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/CachedSubresourceOperationFactory.php';
  1129.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Operation/Factory/SubresourceOperationFactory.php';
  1130.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Extractor/YamlExtractor.php';
  1131.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactoryInterface.php';
  1132.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/TypeFactory.php';
  1133.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/EventListener/SwaggerUiListener.php';
  1134.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilderInterface.php';
  1135.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/AnonymousContextBuilderInterface.php';
  1136.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/ContextBuilder.php';
  1137.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/IriConverterInterface.php';
  1138.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/SkolemIriConverter.php';
  1139.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Util/CorsTrait.php';
  1140.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/EventListener/AddLinkHeaderListener.php';
  1141.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactoryInterface.php';
  1142.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Hydra/JsonSchema/SchemaFactory.php';
  1143.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/JsonSchema/SchemaFactory.php';
  1144.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/HttpCache/EventListener/AddHeadersListener.php';
  1145.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/QueryParameterValidateListener.php';
  1146.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterLocatorTrait.php';
  1147.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/QueryParameterValidator/QueryParameterValidator.php';
  1148.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/CollectionDataProviderInterface.php';
  1149.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ContextAwareCollectionDataProviderInterface.php';
  1150.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictedDataProviderInterface.php';
  1151.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/RestrictDataProviderTrait.php';
  1152.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainCollectionDataProvider.php';
  1153.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainCollectionDataProvider.php';
  1154.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ItemDataProviderInterface.php';
  1155.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainItemDataProvider.php';
  1156.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainItemDataProvider.php';
  1157.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/SubresourceDataProviderInterface.php';
  1158.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataProvider/TraceableChainSubresourceDataProvider.php';
  1159.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/ChainSubresourceDataProvider.php';
  1160.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/DataPersisterInterface.php';
  1161.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ContextAwareDataPersisterInterface.php';
  1162.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataPersister/TraceableChainDataPersister.php';
  1163.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataPersister/ChainDataPersister.php';
  1164.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessCheckerInterface.php';
  1165.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/ResourceAccessChecker.php';
  1166.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/DenyAccessListener.php';
  1167.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Security/Core/Authorization/ExpressionLanguageProvider.php';
  1168.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractorInterface.php';
  1169.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/CachedIdentifiersExtractor.php';
  1170.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/IdentifiersExtractor.php';
  1171.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverterInterface.php';
  1172.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/ContextAwareIdentifierConverterInterface.php';
  1173.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Identifier/IdentifierConverter.php';
  1174.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client-contracts/HttpClientInterface.php';
  1175.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/TraceableHttpClient.php';
  1176.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClientTrait.php';
  1177.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/ScopingHttpClient.php';
  1178.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Annotations/AnnotationResolver.php';
  1179.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/HttpClient.php';
  1180.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollectorTranslator.php';
  1181.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Matcher/RequestMatcherInterface.php';
  1182.             include_once \dirname(__DIR__4).'/vendor/symfony/routing/Router.php';
  1183.             include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/Router.php';
  1184.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBusInterface.php';
  1185.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/TraceableMessageBus.php';
  1186.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/MessageBus.php';
  1187.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/JWTEncoderInterface.php';
  1188.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/HeaderAwareJWTEncoderInterface.php';
  1189.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Encoder/LcobucciJWTEncoder.php';
  1190.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/JWSProviderInterface.php';
  1191.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWSProvider/LcobucciJWSProvider.php';
  1192.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyLoaderInterface.php';
  1193.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/AbstractKeyLoader.php';
  1194.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/KeyDumperInterface.php';
  1195.             include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/KeyLoader/RawKeyLoader.php';
  1196.             include_once \dirname(__DIR__4).'/vendor/psr/event-dispatcher/src/EventDispatcherInterface.php';
  1197.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher-contracts/EventDispatcherInterface.php';
  1198.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcherInterface.php';
  1199.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php';
  1200.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Debug/TraceableEventDispatcher.php';
  1201.             include_once \dirname(__DIR__4).'/vendor/symfony/event-dispatcher/EventDispatcher.php';
  1202.             include_once \dirname(__DIR__4).'/vendor/monolog/monolog/src/Monolog/Handler/NullHandler.php';
  1203.             include_once \dirname(__DIR__4).'/vendor/symfony/filesystem/Filesystem.php';
  1204.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/SerializerInterface.php';
  1205.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareNormalizerInterface.php';
  1206.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ContextAwareDenormalizerInterface.php';
  1207.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/EncoderInterface.php';
  1208.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareEncoderInterface.php';
  1209.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/DecoderInterface.php';
  1210.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/ContextAwareDecoderInterface.php';
  1211.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Serializer.php';
  1212.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UnwrappingDenormalizer.php';
  1213.             include_once \dirname(__DIR__4).'/src/Serializer/Lease/LessorInfoNormalizer.php';
  1214.             include_once \dirname(__DIR__4).'/src/Serializer/Lease/ThePropertyContractInfoNormalizer.php';
  1215.             include_once \dirname(__DIR__4).'/src/Serializer/LeaseContractNormalizer.php';
  1216.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareInterface.php';
  1217.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DenormalizerAwareTrait.php';
  1218.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectAlertDenormalizer.php';
  1219.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectAlertNormalizer.php';
  1220.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectCommentDenormalizer.php';
  1221.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectCommentNormalizer.php';
  1222.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectDenormalizer.php';
  1223.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectNormalizer.php';
  1224.             include_once \dirname(__DIR__4).'/src/Serializer/NeighborhoodProject/NeighborhoodProjectReactionDenormalizer.php';
  1225.             include_once \dirname(__DIR__4).'/src/Serializer/PlanNormalizer.php';
  1226.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareInterface.php';
  1227.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/NormalizerAwareTrait.php';
  1228.             include_once \dirname(__DIR__4).'/src/Serializer/PortfolioNormalizer.php';
  1229.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/RamseyUuid/Serializer/UuidDenormalizer.php';
  1230.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/ApiGatewayNormalizer.php';
  1231.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Serializer/OpenApiNormalizer.php';
  1232.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/JsonEncoder.php';
  1233.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Metadata/Resource/ApiResourceToLegacyResourceMetadataTrait.php';
  1234.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Api/FilterLocatorTrait.php';
  1235.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Swagger/Serializer/DocumentationNormalizer.php';
  1236.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractConstraintViolationListNormalizer.php';
  1237.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ConstraintViolationListNormalizer.php';
  1238.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ConstraintViolationListNormalizer.php';
  1239.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/DocumentationNormalizer.php';
  1240.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/EntrypointNormalizer.php';
  1241.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizerTrait.php';
  1242.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/ErrorNormalizer.php';
  1243.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Problem/Serializer/ErrorNormalizer.php';
  1244.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php';
  1245.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ProblemNormalizer.php';
  1246.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/UidNormalizer.php';
  1247.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ContextTrait.php';
  1248.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/InputOutputMetadataTrait.php';
  1249.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/OperationContextTrait.php';
  1250.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/AbstractItemNormalizer.php';
  1251.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/JsonLdContextTrait.php';
  1252.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ItemNormalizer.php';
  1253.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/ItemNormalizer.php';
  1254.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeNormalizer.php';
  1255.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ConstraintViolationListNormalizer.php';
  1256.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/MimeMessageNormalizer.php';
  1257.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/PropertyNormalizer.php';
  1258.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateTimeZoneNormalizer.php';
  1259.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DateIntervalNormalizer.php';
  1260.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/FormErrorNormalizer.php';
  1261.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/DataUriNormalizer.php';
  1262.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/JsonSerializableNormalizer.php';
  1263.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionFiltersNormalizer.php';
  1264.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/PartialCollectionViewNormalizer.php';
  1265.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Hydra/Serializer/CollectionNormalizer.php';
  1266.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Normalizer/ArrayDenormalizer.php';
  1267.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Serializer/ObjectNormalizer.php';
  1268.             include_once \dirname(__DIR__4).'/src/Encoder/MultipartDecoder.php';
  1269.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/NormalizationAwareInterface.php';
  1270.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/XmlEncoder.php';
  1271.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/YamlEncoder.php';
  1272.             include_once \dirname(__DIR__4).'/vendor/symfony/serializer/Encoder/CsvEncoder.php';
  1273.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Serializer/JsonEncoder.php';
  1274.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/Profiler.php';
  1275.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/ProfilerStorageInterface.php';
  1276.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Profiler/FileProfilerStorage.php';
  1277.             include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/DataCollector/RequestDataCollector.php';
  1278.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/TimeDataCollector.php';
  1279.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/MemoryDataCollector.php';
  1280.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/DataCollector/ValidatorDataCollector.php';
  1281.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/AjaxDataCollector.php';
  1282.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ExceptionDataCollector.php';
  1283.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/LoggerDataCollector.php';
  1284.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/EventDataCollector.php';
  1285.             include_once \dirname(__DIR__4).'/vendor/symfony/cache/DataCollector/CacheDataCollector.php';
  1286.             include_once \dirname(__DIR__4).'/vendor/symfony/translation/DataCollector/TranslationDataCollector.php';
  1287.             include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/DataCollector/SecurityDataCollector.php';
  1288.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/DataCollector/TwigDataCollector.php';
  1289.             include_once \dirname(__DIR__4).'/vendor/symfony/http-client/DataCollector/HttpClientDataCollector.php';
  1290.             include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataCollector/DoctrineDataCollector.php';
  1291.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/DataCollector/DoctrineDataCollector.php';
  1292.             include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DataCollector/MessageDataCollector.php';
  1293.             include_once \dirname(__DIR__4).'/vendor/symfony/messenger/DataCollector/MessengerDataCollector.php';
  1294.             include_once \dirname(__DIR__4).'/vendor/symfony/mailer/DataCollector/MessageDataCollector.php';
  1295.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/DataCollector/MappingCollector.php';
  1296.             include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DataCollector/ConfigDataCollector.php';
  1297.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/CacheInterface.php';
  1298.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Cache/FilesystemCache.php';
  1299.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ExtensionInterface.php';
  1300.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/AbstractExtension.php';
  1301.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/CoreExtension.php';
  1302.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/EscaperExtension.php';
  1303.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/OptimizerExtension.php';
  1304.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/StagingExtension.php';
  1305.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/ExtensionSet.php';
  1306.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Template.php';
  1307.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/TemplateWrapper.php';
  1308.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Environment.php';
  1309.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/LoaderInterface.php';
  1310.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/ExistsLoaderInterface.php';
  1311.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/SourceContextLoaderInterface.php';
  1312.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Loader/FilesystemLoader.php';
  1313.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfExtension.php';
  1314.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/ProfilerExtension.php';
  1315.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ProfilerExtension.php';
  1316.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/TranslationExtension.php';
  1317.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/AssetExtension.php';
  1318.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Packages.php';
  1319.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PackageInterface.php';
  1320.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Package.php';
  1321.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/PathPackage.php';
  1322.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/VersionStrategyInterface.php';
  1323.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/VersionStrategy/EmptyVersionStrategy.php';
  1324.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/ContextInterface.php';
  1325.             include_once \dirname(__DIR__4).'/vendor/symfony/asset/Context/RequestStackContext.php';
  1326.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CodeExtension.php';
  1327.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/RoutingExtension.php';
  1328.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/YamlExtension.php';
  1329.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/StopwatchExtension.php';
  1330.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/ExpressionExtension.php';
  1331.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelExtension.php';
  1332.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpFoundationExtension.php';
  1333.             include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/UrlHelper.php';
  1334.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/WebLinkExtension.php';
  1335.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerExtension.php';
  1336.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/FormExtension.php';
  1337.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/LogoutUrlExtension.php';
  1338.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SecurityExtension.php';
  1339.             include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Impersonate/ImpersonateUrlGenerator.php';
  1340.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/DumpExtension.php';
  1341.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Array.php';
  1342.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Date.php';
  1343.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Intl.php';
  1344.             include_once \dirname(__DIR__4).'/vendor/twig/extensions/lib/Twig/Extensions/Extension/Text.php';
  1345.             include_once \dirname(__DIR__4).'/src/Service/DQL/PregMatch.php';
  1346.             include_once \dirname(__DIR__4).'/src/Twig/AppExtension.php';
  1347.             include_once \dirname(__DIR__4).'/src/Twig/RoleCheckerExtension.php';
  1348.             include_once \dirname(__DIR__4).'/src/Twig/TheProperty/ExtensionOrder/StatusExtension.php';
  1349.             include_once \dirname(__DIR__4).'/vendor/twig/intl-extra/IntlExtension.php';
  1350.             include_once \dirname(__DIR__4).'/vendor/twig/string-extra/StringExtension.php';
  1351.             include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Twig/DoctrineExtension.php';
  1352.             include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Twig/WebProfilerExtension.php';
  1353.             include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtension.php';
  1354.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerBaseExtension.php';
  1355.             include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeExtension.php';
  1356.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterTrait.php';
  1357.             include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Templating/FilterExtension.php';
  1358.             include_once \dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle/Twig/EncryptorExtension.php';
  1359.             include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeExtension.php';
  1360.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/AppVariable.php';
  1361.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/RuntimeLoaderInterface.php';
  1362.             include_once \dirname(__DIR__4).'/vendor/twig/twig/src/RuntimeLoader/ContainerRuntimeLoader.php';
  1363.             include_once \dirname(__DIR__4).'/vendor/twig/extra-bundle/MissingExtensionSuggestor.php';
  1364.             include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/DependencyInjection/Configurator/EnvironmentConfigurator.php';
  1365.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/AuthorizationChecker.php';
  1366.             include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authentication/Token/Storage/UsageTrackingTokenStorage.php';
  1367.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Mapping/Factory/MetadataFactoryInterface.php';
  1368.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/ValidatorInterface.php';
  1369.             include_once \dirname(__DIR__4).'/vendor/symfony/validator/Validator/TraceableValidator.php';
  1370.             include_once __DIR__.'/proxy-classes.php';
  1371.         };
  1372.     }
  1373.     public function compile(): void
  1374.     {
  1375.         throw new LogicException('You cannot compile a dumped container that was already compiled.');
  1376.     }
  1377.     public function isCompiled(): bool
  1378.     {
  1379.         return true;
  1380.     }
  1381.     public function getRemovedIds(): array
  1382.     {
  1383.         return require $this->containerDir.\DIRECTORY_SEPARATOR.'removed-ids.php';
  1384.     }
  1385.     protected function createProxy($class, \Closure $factory)
  1386.     {
  1387.         return $factory();
  1388.     }
  1389.     /**
  1390.      * Gets the public '.container.private.cache_clearer' shared service.
  1391.      *
  1392.      * @return \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer
  1393.      */
  1394.     protected function get_Container_Private_CacheClearerService()
  1395.     {
  1396.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  1397.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/ChainCacheClearer.php';
  1398.         return $this->services['.container.private.cache_clearer'] = new \Symfony\Component\HttpKernel\CacheClearer\ChainCacheClearer(new RewindableGenerator(function () {
  1399.             yield => ($this->services['cache.system_clearer'] ?? $this->getCache_SystemClearerService());
  1400.             yield => ($this->privates['jms_serializer.cache.cache_clearer'] ?? $this->getJmsSerializer_Cache_CacheClearerService());
  1401.         }, 2));
  1402.     }
  1403.     /**
  1404.      * Gets the public '.container.private.filesystem' shared service.
  1405.      *
  1406.      * @return \Symfony\Component\Filesystem\Filesystem
  1407.      */
  1408.     protected function get_Container_Private_FilesystemService()
  1409.     {
  1410.         return $this->services['.container.private.filesystem'] = new \Symfony\Component\Filesystem\Filesystem();
  1411.     }
  1412.     /**
  1413.      * Gets the public '.container.private.form.factory' shared service.
  1414.      *
  1415.      * @return \Symfony\Component\Form\FormFactory
  1416.      */
  1417.     protected function get_Container_Private_Form_FactoryService()
  1418.     {
  1419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactoryInterface.php';
  1420.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormFactory.php';
  1421.         $a = ($this->privates['form.registry'] ?? $this->getForm_RegistryService());
  1422.         if (isset($this->services['.container.private.form.factory'])) {
  1423.             return $this->services['.container.private.form.factory'];
  1424.         }
  1425.         return $this->services['.container.private.form.factory'] = new \Symfony\Component\Form\FormFactory($a);
  1426.     }
  1427.     /**
  1428.      * Gets the public '.container.private.form.type.file' shared service.
  1429.      *
  1430.      * @return \Symfony\Component\Form\Extension\Core\Type\FileType
  1431.      */
  1432.     protected function get_Container_Private_Form_Type_FileService()
  1433.     {
  1434.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  1435.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  1436.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FileType.php';
  1437.         return $this->services['.container.private.form.type.file'] = new \Symfony\Component\Form\Extension\Core\Type\FileType(($this->services['translator'] ?? $this->getTranslatorService()));
  1438.     }
  1439.     /**
  1440.      * Gets the public '.container.private.profiler' shared service.
  1441.      *
  1442.      * @return \Symfony\Component\HttpKernel\Profiler\Profiler
  1443.      */
  1444.     protected function get_Container_Private_ProfilerService()
  1445.     {
  1446.         $a = new \Symfony\Bridge\Monolog\Logger('profiler');
  1447.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  1448.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  1449.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  1450.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  1451.         $this->services['.container.private.profiler'] = $instance = new \Symfony\Component\HttpKernel\Profiler\Profiler(new \Symfony\Component\HttpKernel\Profiler\FileProfilerStorage(('file:'.$this->targetDir.''.'/profiler')), $atrue);
  1452.         $b = ($this->services['kernel'] ?? $this->get('kernel'));
  1453.         $c = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1454.         $d = new \Symfony\Component\Cache\DataCollector\CacheDataCollector();
  1455.         $d->addInstance('cache.app', ($this->services['cache.app'] ?? $this->getCache_AppService()));
  1456.         $d->addInstance('cache.system', ($this->services['cache.system'] ?? $this->getCache_SystemService()));
  1457.         $d->addInstance('cache.validator', ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService()));
  1458.         $d->addInstance('cache.serializer', ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService()));
  1459.         $d->addInstance('cache.annotations', ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  1460.         $d->addInstance('cache.property_info', ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService()));
  1461.         $d->addInstance('cache.messenger.restart_workers_signal', ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService()));
  1462.         $d->addInstance('doctrine.result_cache_pool', ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  1463.         $d->addInstance('doctrine.system_cache_pool', ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService()));
  1464.         $d->addInstance('cache.validator_expression_language', ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService()));
  1465.         $d->addInstance('cache.doctrine.orm.import.result', ($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService()));
  1466.         $d->addInstance('cache.doctrine.orm.import.query', ($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService()));
  1467.         $d->addInstance('cache.security_expression_language', ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  1468.         $d->addInstance('api_platform.cache.route_name_resolver', ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService()));
  1469.         $d->addInstance('api_platform.cache.metadata.resource', ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService()));
  1470.         $d->addInstance('api_platform.cache.metadata.resource.legacy', ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService()));
  1471.         $d->addInstance('api_platform.cache.metadata.property.legacy', ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService()));
  1472.         $d->addInstance('api_platform.cache.subresource_operation_factory', ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService()));
  1473.         $d->addInstance('api_platform.cache.identifiers_extractor', ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService()));
  1474.         $e = new \Symfony\Component\HttpClient\DataCollector\HttpClientDataCollector();
  1475.         $e->registerClient('http_client', ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  1476.         $e->registerClient('yousign.client', ($this->privates['.debug.yousign.client'] ?? $this->get_Debug_Yousign_ClientService()));
  1477.         $f = new \Doctrine\Bundle\DoctrineBundle\DataCollector\DoctrineDataCollector(($this->services['doctrine'] ?? $this->getDoctrineService()), trueNULL);
  1478.         $f->addLogger('default', ($this->privates['doctrine.dbal.logger.profiling.default'] ?? ($this->privates['doctrine.dbal.logger.profiling.default'] = new \Doctrine\DBAL\Logging\DebugStack())));
  1479.         $g = new \Symfony\Component\Messenger\DataCollector\MessengerDataCollector();
  1480.         $g->registerBus('messenger.bus.default', ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  1481.         $h = new \Symfony\Component\HttpKernel\DataCollector\ConfigDataCollector();
  1482.         if ($this->has('kernel')) {
  1483.             $h->setKernel($b);
  1484.         }
  1485.         $instance->add(($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()));
  1486.         $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())));
  1487.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\TimeDataCollector($b, ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)))));
  1488.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\MemoryDataCollector());
  1489.         $instance->add(new \Symfony\Component\Validator\DataCollector\ValidatorDataCollector(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService())));
  1490.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\AjaxDataCollector());
  1491.         $instance->add(($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService()));
  1492.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\ExceptionDataCollector());
  1493.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\LoggerDataCollector($a, ($this->targetDir.''.'/App_KernelDevDebugContainer'), $c));
  1494.         $instance->add(new \Symfony\Component\HttpKernel\DataCollector\EventDataCollector(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()), $c));
  1495.         $instance->add(($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector())));
  1496.         $instance->add($d);
  1497.         $instance->add(new \Symfony\Component\Translation\DataCollector\TranslationDataCollector(($this->services['translator'] ?? $this->getTranslatorService())));
  1498.         $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));
  1499.         $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())));
  1500.         $instance->add($e);
  1501.         $instance->add($f);
  1502.         $instance->add(new \Symfony\Bundle\SwiftmailerBundle\DataCollector\MessageDataCollector($this));
  1503.         $instance->add(($this->services['data_collector.dump'] ?? $this->getDataCollector_DumpService()));
  1504.         $instance->add($g);
  1505.         $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()))));
  1506.         $instance->add(new \Vich\UploaderBundle\DataCollector\MappingCollector(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService())));
  1507.         $instance->add($h);
  1508.         return $instance;
  1509.     }
  1510.     /**
  1511.      * Gets the public '.container.private.security.authorization_checker' shared service.
  1512.      *
  1513.      * @return \Symfony\Component\Security\Core\Authorization\AuthorizationChecker
  1514.      */
  1515.     protected function get_Container_Private_Security_AuthorizationCheckerService()
  1516.     {
  1517.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  1518.         if (isset($this->services['.container.private.security.authorization_checker'])) {
  1519.             return $this->services['.container.private.security.authorization_checker'];
  1520.         }
  1521.         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);
  1522.     }
  1523.     /**
  1524.      * Gets the public '.container.private.security.csrf.token_manager' shared service.
  1525.      *
  1526.      * @return \Symfony\Component\Security\Csrf\CsrfTokenManager
  1527.      */
  1528.     protected function get_Container_Private_Security_Csrf_TokenManagerService()
  1529.     {
  1530.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManagerInterface.php';
  1531.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/CsrfTokenManager.php';
  1532.         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())));
  1533.     }
  1534.     /**
  1535.      * Gets the public '.container.private.security.password_encoder' shared service.
  1536.      *
  1537.      * @return \Symfony\Component\Security\Core\Encoder\UserPasswordEncoder
  1538.      *
  1539.      * @deprecated Since symfony/security-bundle 5.3: The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.
  1540.      */
  1541.     protected function get_Container_Private_Security_PasswordEncoderService()
  1542.     {
  1543.         trigger_deprecation('symfony/security-bundle''5.3''The ".container.private.security.password_encoder" service is deprecated, use "security.user_password_hasher" instead.');
  1544.         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()));
  1545.     }
  1546.     /**
  1547.      * Gets the public '.container.private.security.token_storage' shared service.
  1548.      *
  1549.      * @return \Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage
  1550.      */
  1551.     protected function get_Container_Private_Security_TokenStorageService()
  1552.     {
  1553.         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, [
  1554.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  1555.         ], [
  1556.             'request_stack' => '?',
  1557.         ]));
  1558.     }
  1559.     /**
  1560.      * Gets the public '.container.private.serializer' shared service.
  1561.      *
  1562.      * @return \Symfony\Component\Serializer\Serializer
  1563.      */
  1564.     protected function get_Container_Private_SerializerService()
  1565.     {
  1566.         $a = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  1567.         if (isset($this->services['.container.private.serializer'])) {
  1568.             return $this->services['.container.private.serializer'];
  1569.         }
  1570.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  1571.         if (isset($this->services['.container.private.serializer'])) {
  1572.             return $this->services['.container.private.serializer'];
  1573.         }
  1574.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1575.         if (isset($this->services['.container.private.serializer'])) {
  1576.             return $this->services['.container.private.serializer'];
  1577.         }
  1578.         $d = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  1579.         if (isset($this->services['.container.private.serializer'])) {
  1580.             return $this->services['.container.private.serializer'];
  1581.         }
  1582.         $e = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  1583.         if (isset($this->services['.container.private.serializer'])) {
  1584.             return $this->services['.container.private.serializer'];
  1585.         }
  1586.         $f = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  1587.         if (isset($this->services['.container.private.serializer'])) {
  1588.             return $this->services['.container.private.serializer'];
  1589.         }
  1590.         $g = ($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService());
  1591.         if (isset($this->services['.container.private.serializer'])) {
  1592.             return $this->services['.container.private.serializer'];
  1593.         }
  1594.         $h = ($this->privates['api_platform.operation_path_resolver.router'] ?? $this->getApiPlatform_OperationPathResolver_RouterService());
  1595.         if (isset($this->services['.container.private.serializer'])) {
  1596.             return $this->services['.container.private.serializer'];
  1597.         }
  1598.         $i = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  1599.         if (isset($this->services['.container.private.serializer'])) {
  1600.             return $this->services['.container.private.serializer'];
  1601.         }
  1602.         $j = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  1603.         if (isset($this->services['.container.private.serializer'])) {
  1604.             return $this->services['.container.private.serializer'];
  1605.         }
  1606.         $k = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  1607.         if (isset($this->services['.container.private.serializer'])) {
  1608.             return $this->services['.container.private.serializer'];
  1609.         }
  1610.         $l = ($this->privates['api_platform.jsonld.context_builder'] ?? $this->getApiPlatform_Jsonld_ContextBuilderService());
  1611.         if (isset($this->services['.container.private.serializer'])) {
  1612.             return $this->services['.container.private.serializer'];
  1613.         }
  1614.         $m = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  1615.         if (isset($this->services['.container.private.serializer'])) {
  1616.             return $this->services['.container.private.serializer'];
  1617.         }
  1618.         $n = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  1619.         if (isset($this->services['.container.private.serializer'])) {
  1620.             return $this->services['.container.private.serializer'];
  1621.         }
  1622.         $o = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  1623.         $p = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  1624.         $q = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  1625.         $r = new \Symfony\Component\Serializer\Encoder\JsonEncoder(NULLNULL);
  1626.         $s = new \ApiPlatform\OpenApi\Serializer\OpenApiNormalizer(new \Symfony\Component\Serializer\Serializer([=> new \Symfony\Component\Serializer\Normalizer\ObjectNormalizer(NULLNULL$o$e)], [=> $r]));
  1627.         $t = new \ApiPlatform\OpenApi\Serializer\ApiGatewayNormalizer($s);
  1628.         $u = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  1629.         $v = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  1630.         $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));
  1631.         $x = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  1632.         $y = ($this->privates['serializer.name_converter.metadata_aware'] ?? $this->getSerializer_NameConverter_MetadataAwareService());
  1633.         $z = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  1634.         $aa = ($this->privates['api_platform.serializer.mapping.class_metadata_factory'] ?? $this->getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService());
  1635.         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$a), => 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 () {
  1636.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformerService());
  1637.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationOutputDataTransformer()));
  1638.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformer2Service());
  1639.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] = new \App\DataTransformer\Precount\SimulationOutputDataTransformer()));
  1640.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1641.         }, 5), $m), 28 => new \ApiPlatform\Serializer\ItemNormalizer($v$f$k$z$o$y$aa$ntrueNULL, new RewindableGenerator(function () {
  1642.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformerService());
  1643.             yield => ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationOutputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationOutputDataTransformer()));
  1644.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'] ?? $this->getSimulationInputDataTransformer2Service());
  1645.             yield => ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] ?? ($this->privates['App\\DataTransformer\\Precount\\SimulationOutputDataTransformer'] = new \App\DataTransformer\Precount\SimulationOutputDataTransformer()));
  1646.             yield => ($this->privates['api_platform.messenger.data_transformer'] ?? $this->getApiPlatform_Messenger_DataTransformerService());
  1647.         }, 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')]);
  1648.     }
  1649.     /**
  1650.      * Gets the public '.container.private.session' shared service.
  1651.      *
  1652.      * @return \Symfony\Component\HttpFoundation\Session\Session
  1653.      */
  1654.     protected function get_Container_Private_SessionService()
  1655.     {
  1656.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  1657.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Session.php';
  1658.         $a = ($this->privates['session.factory'] ?? $this->getSession_FactoryService());
  1659.         if (isset($this->services['.container.private.session'])) {
  1660.             return $this->services['.container.private.session'];
  1661.         }
  1662.         return $this->services['.container.private.session'] = $a->createSession();
  1663.     }
  1664.     /**
  1665.      * Gets the public '.container.private.twig' shared service.
  1666.      *
  1667.      * @return \Twig\Environment
  1668.      */
  1669.     protected function get_Container_Private_TwigService()
  1670.     {
  1671.         $a = new \Twig\Loader\FilesystemLoader([], \dirname(__DIR__4));
  1672.         $a->addPath((\dirname(__DIR__4).'/public/uploads/logo'), 'img');
  1673.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), 'Twig');
  1674.         $a->addPath((\dirname(__DIR__4).'/templates/bundles/TwigBundle'), '!Twig');
  1675.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), 'Doctrine');
  1676.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Resources/views'), '!Doctrine');
  1677.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), 'DoctrineMigrations');
  1678.         $a->addPath((\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/templates'), '!DoctrineMigrations');
  1679.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), 'Security');
  1680.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/security-bundle/Resources/views'), '!Security');
  1681.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), 'WebProfiler');
  1682.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Resources/views'), '!WebProfiler');
  1683.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), 'Debug');
  1684.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/debug-bundle/Resources/views'), '!Debug');
  1685.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), 'Swiftmailer');
  1686.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Resources/views'), '!Swiftmailer');
  1687.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), 'VichUploader');
  1688.         $a->addPath((\dirname(__DIR__4).'/vendor/vich/uploader-bundle/templates'), '!VichUploader');
  1689.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), 'LiipImagine');
  1690.         $a->addPath((\dirname(__DIR__4).'/vendor/liip/imagine-bundle/Resources/views'), '!LiipImagine');
  1691.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), 'ApiPlatform');
  1692.         $a->addPath((\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Resources/views'), '!ApiPlatform');
  1693.         $a->addPath((\dirname(__DIR__4).'/templates'));
  1694.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), 'email');
  1695.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Email'), '!email');
  1696.         $a->addPath((\dirname(__DIR__4).'/vendor/symfony/twig-bridge/Resources/views/Form'));
  1697.         $this->services['.container.private.twig'] = $instance = new \Twig\Environment($a, ['debug' => true'strict_variables' => true'autoescape' => 'name''cache' => ($this->targetDir.''.'/twig'), 'charset' => 'UTF-8']);
  1698.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  1699.         $c = ($this->services['translator'] ?? $this->getTranslatorService());
  1700.         $d = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  1701.         $e = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  1702.         $f = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  1703.         $g = ($this->services['router'] ?? $this->getRouterService());
  1704.         $h = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  1705.         $i = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'1);
  1706.         $i->setDisplayOptions(['maxStringLength' => 4096'fileLinkFormat' => $f]);
  1707.         $j = new \Symfony\Bridge\Twig\AppVariable();
  1708.         $j->setEnvironment('dev');
  1709.         $j->setDebug(true);
  1710.         if ($this->has('.container.private.security.token_storage')) {
  1711.             $j->setTokenStorage($h);
  1712.         }
  1713.         if ($this->has('request_stack')) {
  1714.             $j->setRequestStack($d);
  1715.         }
  1716.         $k = new \Twig\Extra\TwigExtraBundle\MissingExtensionSuggestor();
  1717.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CsrfExtension());
  1718.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ProfilerExtension(($this->privates['twig.profile'] ?? ($this->privates['twig.profile'] = new \Twig\Profiler\Profile())), $b));
  1719.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\TranslationExtension($c));
  1720.         $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 () {
  1721.             return new \EmptyIterator();
  1722.         }, 0))));
  1723.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\CodeExtension($f, \dirname(__DIR__4), 'UTF-8'));
  1724.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\RoutingExtension($g));
  1725.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\YamlExtension());
  1726.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\StopwatchExtension($btrue));
  1727.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\ExpressionExtension());
  1728.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpKernelExtension());
  1729.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\HttpFoundationExtension(new \Symfony\Component\HttpFoundation\UrlHelper($d$g)));
  1730.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\WebLinkExtension($d));
  1731.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\SerializerExtension());
  1732.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\FormExtension($c));
  1733.         $instance->addExtension(new \Symfony\Bridge\Twig\Extension\LogoutUrlExtension(($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService())));
  1734.         $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)));
  1735.         $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())));
  1736.         $instance->addExtension(new \Twig\Extensions\ArrayExtension());
  1737.         $instance->addExtension(new \Twig\Extensions\DateExtension());
  1738.         $instance->addExtension(new \Twig\Extensions\IntlExtension());
  1739.         $instance->addExtension(new \Twig\Extensions\TextExtension());
  1740.         $instance->addExtension(new \App\Service\DQL\PregMatch());
  1741.         $instance->addExtension(new \App\Twig\AppExtension());
  1742.         $instance->addExtension(new \App\Twig\RoleCheckerExtension(($this->privates['security.role_hierarchy'] ?? $this->getSecurity_RoleHierarchyService())));
  1743.         $instance->addExtension(new \App\Twig\TheProperty\ExtensionOrder\StatusExtension());
  1744.         $instance->addExtension(new \Twig\Extra\Intl\IntlExtension());
  1745.         $instance->addExtension(new \Twig\Extra\String\StringExtension());
  1746.         $instance->addExtension(new \Doctrine\Bundle\DoctrineBundle\Twig\DoctrineExtension());
  1747.         $instance->addExtension(new \Symfony\Bundle\WebProfilerBundle\Twig\WebProfilerExtension($i));
  1748.         $instance->addExtension(new \Vich\UploaderBundle\Twig\Extension\UploaderExtension());
  1749.         $instance->addExtension(new \JMS\Serializer\Twig\SerializerRuntimeExtension());
  1750.         $instance->addExtension(new \Liip\ImagineBundle\Templating\FilterExtension(($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService())));
  1751.         $instance->addExtension(new \Nzo\UrlEncryptorBundle\Twig\EncryptorExtension(($this->privates['nzo_encryptor'] ?? $this->getNzoEncryptorService())));
  1752.         $instance->addExtension(new \Endroid\QrCodeBundle\Twig\QrCodeExtension());
  1753.         $instance->addGlobal('app'$j);
  1754.         $instance->addRuntimeLoader(new \Twig\RuntimeLoader\ContainerRuntimeLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  1755.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => ['privates''twig.runtime.security_csrf''getTwig_Runtime_SecurityCsrfService'false],
  1756.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => ['privates''twig.runtime.httpkernel''getTwig_Runtime_HttpkernelService'false],
  1757.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => ['privates''twig.runtime.serializer''getTwig_Runtime_SerializerService'false],
  1758.             'Symfony\\Component\\Form\\FormRenderer' => ['privates''twig.form.renderer''getTwig_Form_RendererService'false],
  1759.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => ['privates''Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime''getUploaderExtensionRuntimeService'false],
  1760.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => ['services''jms_serializer.twig_extension.serializer_runtime_helper''getJmsSerializer_TwigExtension_SerializerRuntimeHelperService'false],
  1761.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => ['privates''Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime''getQrCodeRuntimeService'false],
  1762.         ], [
  1763.             'Symfony\\Bridge\\Twig\\Extension\\CsrfRuntime' => '?',
  1764.             'Symfony\\Bridge\\Twig\\Extension\\HttpKernelRuntime' => '?',
  1765.             'Symfony\\Bridge\\Twig\\Extension\\SerializerRuntime' => '?',
  1766.             'Symfony\\Component\\Form\\FormRenderer' => '?',
  1767.             'Vich\\UploaderBundle\\Twig\\Extension\\UploaderExtensionRuntime' => '?',
  1768.             'JMS\\Serializer\\Twig\\SerializerRuntimeHelper' => '?',
  1769.             'Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime' => '?',
  1770.         ])));
  1771.         $instance->addGlobal('googlemap_apikey'$this->getEnv('GOOGLE_API_KEY'));
  1772.         $instance->addGlobal('app_name''Wooed');
  1773.         $instance->registerUndefinedFilterCallback([=> $k=> 'suggestFilter']);
  1774.         $instance->registerUndefinedFunctionCallback([=> $k=> 'suggestFunction']);
  1775.         (new \Symfony\Bundle\TwigBundle\DependencyInjection\Configurator\EnvironmentConfigurator('F j, Y H:i''%d days'NULL0'.'','))->configure($instance);
  1776.         return $instance;
  1777.     }
  1778.     /**
  1779.      * Gets the public '.container.private.validator' shared service.
  1780.      *
  1781.      * @return \Symfony\Component\Validator\Validator\TraceableValidator
  1782.      */
  1783.     protected function get_Container_Private_ValidatorService()
  1784.     {
  1785.         $a = ($this->privates['validator.builder'] ?? $this->getValidator_BuilderService());
  1786.         if (isset($this->services['.container.private.validator'])) {
  1787.             return $this->services['.container.private.validator'];
  1788.         }
  1789.         return $this->services['.container.private.validator'] = new \Symfony\Component\Validator\Validator\TraceableValidator($a->getValidator());
  1790.     }
  1791.     /**
  1792.      * Gets the public 'App\Command\AreaCommand' shared autowired service.
  1793.      *
  1794.      * @return \App\Command\AreaCommand
  1795.      */
  1796.     protected function getAreaCommandService()
  1797.     {
  1798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1799.         include_once \dirname(__DIR__4).'/src/Command/AreaCommand.php';
  1800.         include_once \dirname(__DIR__4).'/src/Service/Manager/AreaDataImportManager.php';
  1801.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1802.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1803.         $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/'));
  1804.         $instance->setName('app:import:area');
  1805.         return $instance;
  1806.     }
  1807.     /**
  1808.      * Gets the public 'App\Command\DVFCommand' shared autowired service.
  1809.      *
  1810.      * @return \App\Command\DVFCommand
  1811.      */
  1812.     protected function getDVFCommandService()
  1813.     {
  1814.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1815.         include_once \dirname(__DIR__4).'/src/Command/DVFCommand.php';
  1816.         include_once \dirname(__DIR__4).'/src/Service/Manager/DVFImportManager.php';
  1817.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1818.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1819.         $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/'));
  1820.         $instance->setName('app:import:dvf');
  1821.         return $instance;
  1822.     }
  1823.     /**
  1824.      * Gets the public 'App\Command\Engie\ImportCsvEngieCommand' shared autowired service.
  1825.      *
  1826.      * @return \App\Command\Engie\ImportCsvEngieCommand
  1827.      */
  1828.     protected function getImportCsvEngieCommandService()
  1829.     {
  1830.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1831.         include_once \dirname(__DIR__4).'/src/Command/Engie/ImportCsvEngieCommand.php';
  1832.         include_once \dirname(__DIR__4).'/src/Service/Manager/EngieDataImportManager.php';
  1833.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1834.         $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/'));
  1835.         $instance->setName('app:import:engie');
  1836.         return $instance;
  1837.     }
  1838.     /**
  1839.      * Gets the public 'App\Command\ImportCsvNewProjectCommand' shared autowired service.
  1840.      *
  1841.      * @return \App\Command\ImportCsvNewProjectCommand
  1842.      */
  1843.     protected function getImportCsvNewProjectCommandService()
  1844.     {
  1845.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1846.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvNewProjectCommand.php';
  1847.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1848.         include_once \dirname(__DIR__4).'/src/Service/Manager/NewProjectImmoImportManager.php';
  1849.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1850.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1851.         $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/'));
  1852.         $instance->setName('app:import:csv:new-project');
  1853.         return $instance;
  1854.     }
  1855.     /**
  1856.      * Gets the public 'App\Command\ImportCsvNotaryCommand' shared autowired service.
  1857.      *
  1858.      * @return \App\Command\ImportCsvNotaryCommand
  1859.      */
  1860.     protected function getImportCsvNotaryCommandService()
  1861.     {
  1862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1863.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvNotaryCommand.php';
  1864.         include_once \dirname(__DIR__4).'/src/Service/Manager/NotaryDataImportManager.php';
  1865.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1866.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1867.         $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/'));
  1868.         $instance->setName('app:import:notary');
  1869.         return $instance;
  1870.     }
  1871.     /**
  1872.      * Gets the public 'App\Command\ImportCsvOccupieCommand' shared autowired service.
  1873.      *
  1874.      * @return \App\Command\ImportCsvOccupieCommand
  1875.      */
  1876.     protected function getImportCsvOccupieCommandService()
  1877.     {
  1878.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1879.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvOccupieCommand.php';
  1880.         include_once \dirname(__DIR__4).'/src/Service/Manager/OccupieDataImportManager.php';
  1881.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1882.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1883.         $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/'));
  1884.         $instance->setName('app:import:occupie');
  1885.         return $instance;
  1886.     }
  1887.     /**
  1888.      * Gets the public 'App\Command\ImportEducationCommand' shared autowired service.
  1889.      *
  1890.      * @return \App\Command\ImportEducationCommand
  1891.      */
  1892.     protected function getImportEducationCommandService()
  1893.     {
  1894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1895.         include_once \dirname(__DIR__4).'/src/Command/ImportEducationCommand.php';
  1896.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1897.         include_once \dirname(__DIR__4).'/src/Service/Manager/EducationCsvDataImportManager.php';
  1898.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1899.         $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/'));
  1900.         $instance->setName('app:import:education');
  1901.         return $instance;
  1902.     }
  1903.     /**
  1904.      * Gets the public 'App\Command\ImportPublicInquiryExcelCommand' shared autowired service.
  1905.      *
  1906.      * @return \App\Command\ImportPublicInquiryExcelCommand
  1907.      */
  1908.     protected function getImportPublicInquiryExcelCommandService()
  1909.     {
  1910.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1911.         include_once \dirname(__DIR__4).'/src/Command/ImportPublicInquiryExcelCommand.php';
  1912.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1913.         include_once \dirname(__DIR__4).'/src/Service/Manager/PublicInquiryAnversImportManager.php';
  1914.         include_once \dirname(__DIR__4).'/src/Service/Manager/PublicInquiryBruxellesImportManager.php';
  1915.         $a = ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService());
  1916.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1917.         $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/'));
  1918.         $instance->setName('app:import:excel:public:inquiry');
  1919.         return $instance;
  1920.     }
  1921.     /**
  1922.      * Gets the public 'App\Command\ImportWaterSupplierControllerExcelCommand' shared autowired service.
  1923.      *
  1924.      * @return \App\Command\ImportWaterSupplierControllerExcelCommand
  1925.      */
  1926.     protected function getImportWaterSupplierControllerExcelCommandService()
  1927.     {
  1928.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1929.         include_once \dirname(__DIR__4).'/src/Command/ImportWaterSupplierControllerExcelCommand.php';
  1930.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  1931.         include_once \dirname(__DIR__4).'/src/Service/Manager/WaterSupplierControllerManager.php';
  1932.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1933.         $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/'));
  1934.         $instance->setName('import:excel:watersupplier:controller');
  1935.         return $instance;
  1936.     }
  1937.     /**
  1938.      * Gets the public 'App\Command\ProviderInverterListCommand' shared autowired service.
  1939.      *
  1940.      * @return \App\Command\ProviderInverterListCommand
  1941.      */
  1942.     protected function getProviderInverterListCommandService()
  1943.     {
  1944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1945.         include_once \dirname(__DIR__4).'/src/Command/ProviderInverterListCommand.php';
  1946.         include_once \dirname(__DIR__4).'/src/Service/Manager/ProviderInverterManager.php';
  1947.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1948.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1949.         $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/'));
  1950.         $instance->setName('import:inverter-list');
  1951.         return $instance;
  1952.     }
  1953.     /**
  1954.      * Gets the public 'App\Command\RulesCsvCommand' shared autowired service.
  1955.      *
  1956.      * @return \App\Command\RulesCsvCommand
  1957.      */
  1958.     protected function getRulesCsvCommandService()
  1959.     {
  1960.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1961.         include_once \dirname(__DIR__4).'/src/Command/RulesCsvCommand.php';
  1962.         include_once \dirname(__DIR__4).'/src/Service/Manager/RulesCsvDataImportManager.php';
  1963.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1964.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1965.         $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/'));
  1966.         $instance->setName('app:import:csv:rules');
  1967.         $instance->setDescription('Commande pour ajouter les règles applicables depuis un fichier csv.');
  1968.         return $instance;
  1969.     }
  1970.     /**
  1971.      * Gets the public 'App\Command\SyndicAppartmentCommand' shared autowired service.
  1972.      *
  1973.      * @return \App\Command\SyndicAppartmentCommand
  1974.      */
  1975.     protected function getSyndicAppartmentCommandService()
  1976.     {
  1977.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1978.         include_once \dirname(__DIR__4).'/src/Command/SyndicAppartmentCommand.php';
  1979.         include_once \dirname(__DIR__4).'/src/Service/Manager/SyndicApartementDataImportManager.php';
  1980.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1981.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1982.         $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/'));
  1983.         $instance->setName('app:import:syndicApartment');
  1984.         return $instance;
  1985.     }
  1986.     /**
  1987.      * Gets the public 'App\Command\WorkCsvCommand' shared autowired service.
  1988.      *
  1989.      * @return \App\Command\WorkCsvCommand
  1990.      */
  1991.     protected function getWorkCsvCommandService()
  1992.     {
  1993.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  1994.         include_once \dirname(__DIR__4).'/src/Command/WorkCsvCommand.php';
  1995.         include_once \dirname(__DIR__4).'/src/Service/Manager/WorkCsvDataImportManager.php';
  1996.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  1997.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  1998.         $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/'));
  1999.         $instance->setName('app:import:csv:work');
  2000.         $instance->setDescription('Commande pour ajouter des travaux depuis un fichier csv.');
  2001.         return $instance;
  2002.     }
  2003.     /**
  2004.      * Gets the public 'App\Controller\Authentication\AuthenticationController' shared autowired service.
  2005.      *
  2006.      * @return \App\Controller\Authentication\AuthenticationController
  2007.      */
  2008.     protected function getAuthenticationControllerService()
  2009.     {
  2010.         include_once \dirname(__DIR__4).'/src/Controller/Authentication/AuthenticationController.php';
  2011.         $this->services['App\\Controller\\Authentication\\AuthenticationController'] = $instance = new \App\Controller\Authentication\AuthenticationController();
  2012.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Authentication\\AuthenticationController'$this));
  2013.         return $instance;
  2014.     }
  2015.     /**
  2016.      * Gets the public 'App\Controller\ImmoCalcul\Bank\AxaController' shared autowired service.
  2017.      *
  2018.      * @return \App\Controller\ImmoCalcul\Bank\AxaController
  2019.      */
  2020.     protected function getAxaControllerService()
  2021.     {
  2022.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/AxaController.php';
  2023.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/AxaSimulationServices.php';
  2024.         $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())));
  2025.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\AxaController'$this));
  2026.         return $instance;
  2027.     }
  2028.     /**
  2029.      * Gets the public 'App\Controller\ImmoCalcul\Bank\BelfiusController' shared autowired service.
  2030.      *
  2031.      * @return \App\Controller\ImmoCalcul\Bank\BelfiusController
  2032.      */
  2033.     protected function getBelfiusControllerService()
  2034.     {
  2035.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/BelfiusController.php';
  2036.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/BelfiusSimulationServices.php';
  2037.         $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())));
  2038.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\BelfiusController'$this));
  2039.         return $instance;
  2040.     }
  2041.     /**
  2042.      * Gets the public 'App\Controller\ImmoCalcul\Bank\KbcController' shared autowired service.
  2043.      *
  2044.      * @return \App\Controller\ImmoCalcul\Bank\KbcController
  2045.      */
  2046.     protected function getKbcControllerService()
  2047.     {
  2048.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/KbcController.php';
  2049.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/KbcSimulationServices.php';
  2050.         $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())));
  2051.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\KbcController'$this));
  2052.         return $instance;
  2053.     }
  2054.     /**
  2055.      * Gets the public 'App\Controller\ImmoCalcul\Bank\SimulationController' shared autowired service.
  2056.      *
  2057.      * @return \App\Controller\ImmoCalcul\Bank\SimulationController
  2058.      */
  2059.     protected function getSimulationControllerService()
  2060.     {
  2061.         include_once \dirname(__DIR__4).'/src/Controller/ImmoCalcul/Bank/SimulationController.php';
  2062.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/Bank/AllSimulationServices.php';
  2063.         $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())));
  2064.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ImmoCalcul\\Bank\\SimulationController'$this));
  2065.         return $instance;
  2066.     }
  2067.     /**
  2068.      * Gets the public 'App\Controller\Insurance\SimulationController' shared autowired service.
  2069.      *
  2070.      * @return \App\Controller\Insurance\SimulationController
  2071.      */
  2072.     protected function getSimulationController2Service()
  2073.     {
  2074.         include_once \dirname(__DIR__4).'/src/Controller/Insurance/SimulationController.php';
  2075.         include_once \dirname(__DIR__4).'/src/Mybase/Services/HttpClientService.php';
  2076.         include_once \dirname(__DIR__4).'/src/Service/Insurance/HomeInsuranceSimulationService.php';
  2077.         include_once \dirname(__DIR__4).'/src/Service/Insurance/MaifSimulationService.php';
  2078.         $a = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  2079.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2080.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  2081.         $d = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  2082.         $e = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  2083.         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));
  2084.     }
  2085.     /**
  2086.      * Gets the public 'App\Controller\Mailbox\MailboxController' shared autowired service.
  2087.      *
  2088.      * @return \App\Controller\Mailbox\MailboxController
  2089.      */
  2090.     protected function getMailboxControllerService()
  2091.     {
  2092.         include_once \dirname(__DIR__4).'/src/Controller/Mailbox/MailboxController.php';
  2093.         include_once \dirname(__DIR__4).'/src/Serializer/Mailbox/EmailNormalizerInterface.php';
  2094.         include_once \dirname(__DIR__4).'/src/Serializer/Mailbox/EmailNormalizer.php';
  2095.         $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()));
  2096.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\Mailbox\\MailboxController'$this));
  2097.         return $instance;
  2098.     }
  2099.     /**
  2100.      * Gets the public 'App\Controller\MarkOfInterest\MarkOfInterestInCaseofSaleController' shared autowired service.
  2101.      *
  2102.      * @return \App\Controller\MarkOfInterest\MarkOfInterestInCaseofSaleController
  2103.      */
  2104.     protected function getMarkOfInterestInCaseofSaleControllerService()
  2105.     {
  2106.         include_once \dirname(__DIR__4).'/src/Controller/MarkOfInterest/MarkOfInterestInCaseofSaleController.php';
  2107.         $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()));
  2108.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController'$this));
  2109.         return $instance;
  2110.     }
  2111.     /**
  2112.      * Gets the public 'App\Controller\OnespanEventController' shared autowired service.
  2113.      *
  2114.      * @return \App\Controller\OnespanEventController
  2115.      */
  2116.     protected function getOnespanEventControllerService()
  2117.     {
  2118.         include_once \dirname(__DIR__4).'/src/Controller/OnespanEventController.php';
  2119.         return $this->services['App\\Controller\\OnespanEventController'] = new \App\Controller\OnespanEventController(($this->services['App\\Service\\Onespan\\EventNotificationService'] ?? $this->getEventNotificationServiceService()));
  2120.     }
  2121.     /**
  2122.      * Gets the public 'App\Controller\PersonnelAuthenticatorController' shared autowired service.
  2123.      *
  2124.      * @return \App\Controller\PersonnelAuthenticatorController
  2125.      */
  2126.     protected function getPersonnelAuthenticatorControllerService()
  2127.     {
  2128.         include_once \dirname(__DIR__4).'/src/Controller/PersonnelAuthenticatorController.php';
  2129.         include_once \dirname(__DIR__4).'/src/Service/CityServices.php';
  2130.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  2131.         $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()));
  2132.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\PersonnelAuthenticatorController'$this));
  2133.         return $instance;
  2134.     }
  2135.     /**
  2136.      * Gets the public 'App\Controller\SentryTestController' shared autowired service.
  2137.      *
  2138.      * @return \App\Controller\SentryTestController
  2139.      */
  2140.     protected function getSentryTestControllerService()
  2141.     {
  2142.         include_once \dirname(__DIR__4).'/src/Controller/SentryTestController.php';
  2143.         $this->services['App\\Controller\\SentryTestController'] = $instance = new \App\Controller\SentryTestController(($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  2144.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\SentryTestController'$this));
  2145.         return $instance;
  2146.     }
  2147.     /**
  2148.      * Gets the public 'App\Controller\TwoFactorController' shared autowired service.
  2149.      *
  2150.      * @return \App\Controller\TwoFactorController
  2151.      */
  2152.     protected function getTwoFactorControllerService()
  2153.     {
  2154.         include_once \dirname(__DIR__4).'/src/Controller/TwoFactorController.php';
  2155.         include_once \dirname(__DIR__4).'/src/Service/Security/ClientRefreshTokenIssuer.php';
  2156.         $this->services['App\\Controller\\TwoFactorController'] = $instance = new \App\Controller\TwoFactorController(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), ($this->privates['App\\Service\\TwoFactorService'] ?? $this->getTwoFactorServiceService()), ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), new \App\Service\Security\ClientRefreshTokenIssuer(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()), ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()), 2592000));
  2157.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\TwoFactorController'$this));
  2158.         return $instance;
  2159.     }
  2160.     /**
  2161.      * Gets the public 'App\Controller\UserRating\UserRatingController' shared autowired service.
  2162.      *
  2163.      * @return \App\Controller\UserRating\UserRatingController
  2164.      */
  2165.     protected function getUserRatingControllerService()
  2166.     {
  2167.         include_once \dirname(__DIR__4).'/src/Controller/UserRating/UserRatingController.php';
  2168.         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()));
  2169.     }
  2170.     /**
  2171.      * Gets the public 'App\Controller\WebhookController' shared autowired service.
  2172.      *
  2173.      * @return \App\Controller\WebhookController
  2174.      */
  2175.     protected function getWebhookControllerService()
  2176.     {
  2177.         include_once \dirname(__DIR__4).'/src/Controller/WebhookController.php';
  2178.         $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()));
  2179.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\WebhookController'$this));
  2180.         return $instance;
  2181.     }
  2182.     /**
  2183.      * Gets the public 'App\Controller\YousignWebhookController' shared autowired service.
  2184.      *
  2185.      * @return \App\Controller\YousignWebhookController
  2186.      */
  2187.     protected function getYousignWebhookControllerService()
  2188.     {
  2189.         include_once \dirname(__DIR__4).'/src/Controller/YousignWebhookController.php';
  2190.         return $this->services['App\\Controller\\YousignWebhookController'] = new \App\Controller\YousignWebhookController();
  2191.     }
  2192.     /**
  2193.      * Gets the public 'App\Controller\admin\AbstractCsvController' shared autowired service.
  2194.      *
  2195.      * @return \App\Controller\admin\AbstractCsvController
  2196.      */
  2197.     protected function getAbstractCsvControllerService()
  2198.     {
  2199.         include_once \dirname(__DIR__4).'/src/Controller/admin/AbstractCsvController.php';
  2200.         $this->services['App\\Controller\\admin\\AbstractCsvController'] = $instance = new \App\Controller\admin\AbstractCsvController();
  2201.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\AbstractCsvController'$this));
  2202.         return $instance;
  2203.     }
  2204.     /**
  2205.      * Gets the public 'App\Controller\admin\AnnoncementController' shared autowired service.
  2206.      *
  2207.      * @return \App\Controller\admin\AnnoncementController
  2208.      */
  2209.     protected function getAnnoncementControllerService()
  2210.     {
  2211.         include_once \dirname(__DIR__4).'/src/Controller/admin/AnnoncementController.php';
  2212.         $this->services['App\\Controller\\admin\\AnnoncementController'] = $instance = new \App\Controller\admin\AnnoncementController();
  2213.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\AnnoncementController'$this));
  2214.         return $instance;
  2215.     }
  2216.     /**
  2217.      * Gets the public 'App\Controller\admin\ArchitectArtWorkController' shared autowired service.
  2218.      *
  2219.      * @return \App\Controller\admin\ArchitectArtWorkController
  2220.      */
  2221.     protected function getArchitectArtWorkControllerService()
  2222.     {
  2223.         include_once \dirname(__DIR__4).'/src/Controller/admin/ArchitectArtWorkController.php';
  2224.         $this->services['App\\Controller\\admin\\ArchitectArtWorkController'] = $instance = new \App\Controller\admin\ArchitectArtWorkController();
  2225.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ArchitectArtWorkController'$this));
  2226.         return $instance;
  2227.     }
  2228.     /**
  2229.      * Gets the public 'App\Controller\admin\ArchitectController' shared autowired service.
  2230.      *
  2231.      * @return \App\Controller\admin\ArchitectController
  2232.      */
  2233.     protected function getArchitectControllerService()
  2234.     {
  2235.         include_once \dirname(__DIR__4).'/src/Controller/admin/ArchitectController.php';
  2236.         $this->services['App\\Controller\\admin\\ArchitectController'] = $instance = new \App\Controller\admin\ArchitectController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2237.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ArchitectController'$this));
  2238.         return $instance;
  2239.     }
  2240.     /**
  2241.      * Gets the public 'App\Controller\admin\AreaCsvController' shared autowired service.
  2242.      *
  2243.      * @return \App\Controller\admin\AreaCsvController
  2244.      */
  2245.     protected function getAreaCsvControllerService()
  2246.     {
  2247.         include_once \dirname(__DIR__4).'/src/Controller/admin/AreaCsvController.php';
  2248.         $this->services['App\\Controller\\admin\\AreaCsvController'] = $instance = new \App\Controller\admin\AreaCsvController();
  2249.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\AreaCsvController'$this));
  2250.         return $instance;
  2251.     }
  2252.     /**
  2253.      * Gets the public 'App\Controller\admin\BankController' shared autowired service.
  2254.      *
  2255.      * @return \App\Controller\admin\BankController
  2256.      */
  2257.     protected function getBankControllerService()
  2258.     {
  2259.         include_once \dirname(__DIR__4).'/src/Controller/admin/BankController.php';
  2260.         $this->services['App\\Controller\\admin\\BankController'] = $instance = new \App\Controller\admin\BankController();
  2261.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\BankController'$this));
  2262.         return $instance;
  2263.     }
  2264.     /**
  2265.      * Gets the public 'App\Controller\admin\Citerne\PermitCiterneController' shared autowired service.
  2266.      *
  2267.      * @return \App\Controller\admin\Citerne\PermitCiterneController
  2268.      */
  2269.     protected function getPermitCiterneControllerService()
  2270.     {
  2271.         include_once \dirname(__DIR__4).'/src/Controller/admin/Citerne/PermitCiterneController.php';
  2272.         $this->services['App\\Controller\\admin\\Citerne\\PermitCiterneController'] = $instance = new \App\Controller\admin\Citerne\PermitCiterneController();
  2273.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Citerne\\PermitCiterneController'$this));
  2274.         return $instance;
  2275.     }
  2276.     /**
  2277.      * Gets the public 'App\Controller\admin\CityController' shared autowired service.
  2278.      *
  2279.      * @return \App\Controller\admin\CityController
  2280.      */
  2281.     protected function getCityControllerService()
  2282.     {
  2283.         include_once \dirname(__DIR__4).'/src/Controller/admin/CityController.php';
  2284.         $this->services['App\\Controller\\admin\\CityController'] = $instance = new \App\Controller\admin\CityController();
  2285.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\CityController'$this));
  2286.         return $instance;
  2287.     }
  2288.     /**
  2289.      * Gets the public 'App\Controller\admin\ClientsController' shared autowired service.
  2290.      *
  2291.      * @return \App\Controller\admin\ClientsController
  2292.      */
  2293.     protected function getClientsControllerService()
  2294.     {
  2295.         include_once \dirname(__DIR__4).'/src/Controller/admin/ClientsController.php';
  2296.         $this->services['App\\Controller\\admin\\ClientsController'] = $instance = new \App\Controller\admin\ClientsController();
  2297.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ClientsController'$this));
  2298.         return $instance;
  2299.     }
  2300.     /**
  2301.      * Gets the public 'App\Controller\admin\ContactsellerController' shared autowired service.
  2302.      *
  2303.      * @return \App\Controller\admin\ContactsellerController
  2304.      */
  2305.     protected function getContactsellerControllerService()
  2306.     {
  2307.         include_once \dirname(__DIR__4).'/src/Controller/admin/ContactsellerController.php';
  2308.         $this->services['App\\Controller\\admin\\ContactsellerController'] = $instance = new \App\Controller\admin\ContactsellerController();
  2309.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ContactsellerController'$this));
  2310.         return $instance;
  2311.     }
  2312.     /**
  2313.      * Gets the public 'App\Controller\admin\CountryController' shared autowired service.
  2314.      *
  2315.      * @return \App\Controller\admin\CountryController
  2316.      */
  2317.     protected function getCountryControllerService()
  2318.     {
  2319.         include_once \dirname(__DIR__4).'/src/Controller/admin/CountryController.php';
  2320.         $this->services['App\\Controller\\admin\\CountryController'] = $instance = new \App\Controller\admin\CountryController();
  2321.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\CountryController'$this));
  2322.         return $instance;
  2323.     }
  2324.     /**
  2325.      * Gets the public 'App\Controller\admin\DVFController' shared autowired service.
  2326.      *
  2327.      * @return \App\Controller\admin\DVFController
  2328.      */
  2329.     protected function getDVFControllerService()
  2330.     {
  2331.         include_once \dirname(__DIR__4).'/src/Controller/admin/DVFController.php';
  2332.         $this->services['App\\Controller\\admin\\DVFController'] = $instance = new \App\Controller\admin\DVFController();
  2333.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DVFController'$this));
  2334.         return $instance;
  2335.     }
  2336.     /**
  2337.      * Gets the public 'App\Controller\admin\DailyNeededController' shared autowired service.
  2338.      *
  2339.      * @return \App\Controller\admin\DailyNeededController
  2340.      */
  2341.     protected function getDailyNeededControllerService()
  2342.     {
  2343.         include_once \dirname(__DIR__4).'/src/Controller/admin/DailyNeededController.php';
  2344.         $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()));
  2345.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DailyNeededController'$this));
  2346.         return $instance;
  2347.     }
  2348.     /**
  2349.      * Gets the public 'App\Controller\admin\DeedOfSaleController' shared autowired service.
  2350.      *
  2351.      * @return \App\Controller\admin\DeedOfSaleController
  2352.      */
  2353.     protected function getDeedOfSaleControllerService()
  2354.     {
  2355.         include_once \dirname(__DIR__4).'/src/Controller/admin/DeedOfSaleController.php';
  2356.         $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()));
  2357.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DeedOfSaleController'$this));
  2358.         return $instance;
  2359.     }
  2360.     /**
  2361.      * Gets the public 'App\Controller\admin\DefaultclauseController' shared autowired service.
  2362.      *
  2363.      * @return \App\Controller\admin\DefaultclauseController
  2364.      */
  2365.     protected function getDefaultclauseControllerService()
  2366.     {
  2367.         include_once \dirname(__DIR__4).'/src/Controller/admin/DefaultclauseController.php';
  2368.         $this->services['App\\Controller\\admin\\DefaultclauseController'] = $instance = new \App\Controller\admin\DefaultclauseController();
  2369.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DefaultclauseController'$this));
  2370.         return $instance;
  2371.     }
  2372.     /**
  2373.      * Gets the public 'App\Controller\admin\DistanceController' shared autowired service.
  2374.      *
  2375.      * @return \App\Controller\admin\DistanceController
  2376.      */
  2377.     protected function getDistanceControllerService()
  2378.     {
  2379.         include_once \dirname(__DIR__4).'/src/Controller/admin/DistanceController.php';
  2380.         $this->services['App\\Controller\\admin\\DistanceController'] = $instance = new \App\Controller\admin\DistanceController();
  2381.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DistanceController'$this));
  2382.         return $instance;
  2383.     }
  2384.     /**
  2385.      * Gets the public 'App\Controller\admin\DocumenttypeController' shared autowired service.
  2386.      *
  2387.      * @return \App\Controller\admin\DocumenttypeController
  2388.      */
  2389.     protected function getDocumenttypeControllerService()
  2390.     {
  2391.         include_once \dirname(__DIR__4).'/src/Controller/admin/DocumenttypeController.php';
  2392.         $this->services['App\\Controller\\admin\\DocumenttypeController'] = $instance = new \App\Controller\admin\DocumenttypeController();
  2393.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\DocumenttypeController'$this));
  2394.         return $instance;
  2395.     }
  2396.     /**
  2397.      * Gets the public 'App\Controller\admin\EditNeighborhood3DController' shared autowired service.
  2398.      *
  2399.      * @return \App\Controller\admin\EditNeighborhood3DController
  2400.      */
  2401.     protected function getEditNeighborhood3DControllerService()
  2402.     {
  2403.         include_once \dirname(__DIR__4).'/src/Controller/admin/EditNeighborhood3DController.php';
  2404.         $this->services['App\\Controller\\admin\\EditNeighborhood3DController'] = $instance = new \App\Controller\admin\EditNeighborhood3DController(($this->privates['App\\Repository\\NeighborhoodEditRepository'] ?? $this->getNeighborhoodEditRepositoryService()));
  2405.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\EditNeighborhood3DController'$this));
  2406.         return $instance;
  2407.     }
  2408.     /**
  2409.      * Gets the public 'App\Controller\admin\Education\EducationController' shared autowired service.
  2410.      *
  2411.      * @return \App\Controller\admin\Education\EducationController
  2412.      */
  2413.     protected function getEducationControllerService()
  2414.     {
  2415.         include_once \dirname(__DIR__4).'/src/Controller/admin/Education/EducationController.php';
  2416.         $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()));
  2417.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Education\\EducationController'$this));
  2418.         return $instance;
  2419.     }
  2420.     /**
  2421.      * Gets the public 'App\Controller\admin\EngieCsvController' shared autowired service.
  2422.      *
  2423.      * @return \App\Controller\admin\EngieCsvController
  2424.      */
  2425.     protected function getEngieCsvControllerService()
  2426.     {
  2427.         include_once \dirname(__DIR__4).'/src/Controller/admin/AbstractCsvController.php';
  2428.         include_once \dirname(__DIR__4).'/src/Controller/admin/EngieCsvController.php';
  2429.         $this->services['App\\Controller\\admin\\EngieCsvController'] = $instance = new \App\Controller\admin\EngieCsvController();
  2430.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\EngieCsvController'$this));
  2431.         return $instance;
  2432.     }
  2433.     /**
  2434.      * Gets the public 'App\Controller\admin\Environment\CategoryEnvironmentController' shared autowired service.
  2435.      *
  2436.      * @return \App\Controller\admin\Environment\CategoryEnvironmentController
  2437.      */
  2438.     protected function getCategoryEnvironmentControllerService()
  2439.     {
  2440.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/CategoryEnvironmentController.php';
  2441.         $this->services['App\\Controller\\admin\\Environment\\CategoryEnvironmentController'] = $instance = new \App\Controller\admin\Environment\CategoryEnvironmentController();
  2442.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\CategoryEnvironmentController'$this));
  2443.         return $instance;
  2444.     }
  2445.     /**
  2446.      * Gets the public 'App\Controller\admin\Environment\ObligationCsvController' shared autowired service.
  2447.      *
  2448.      * @return \App\Controller\admin\Environment\ObligationCsvController
  2449.      */
  2450.     protected function getObligationCsvControllerService()
  2451.     {
  2452.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/ObligationCsvController.php';
  2453.         $this->services['App\\Controller\\admin\\Environment\\ObligationCsvController'] = $instance = new \App\Controller\admin\Environment\ObligationCsvController();
  2454.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\ObligationCsvController'$this));
  2455.         return $instance;
  2456.     }
  2457.     /**
  2458.      * Gets the public 'App\Controller\admin\Environment\ObligationsController' shared autowired service.
  2459.      *
  2460.      * @return \App\Controller\admin\Environment\ObligationsController
  2461.      */
  2462.     protected function getObligationsControllerService()
  2463.     {
  2464.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/ObligationsController.php';
  2465.         $this->services['App\\Controller\\admin\\Environment\\ObligationsController'] = $instance = new \App\Controller\admin\Environment\ObligationsController();
  2466.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\ObligationsController'$this));
  2467.         return $instance;
  2468.     }
  2469.     /**
  2470.      * Gets the public 'App\Controller\admin\Environment\PermitLocationEnvironmentController' shared autowired service.
  2471.      *
  2472.      * @return \App\Controller\admin\Environment\PermitLocationEnvironmentController
  2473.      */
  2474.     protected function getPermitLocationEnvironmentControllerService()
  2475.     {
  2476.         include_once \dirname(__DIR__4).'/src/Controller/admin/Environment/PermitLocationEnvironmentController.php';
  2477.         $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()));
  2478.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController'$this));
  2479.         return $instance;
  2480.     }
  2481.     /**
  2482.      * Gets the public 'App\Controller\admin\ExcelFileController' shared autowired service.
  2483.      *
  2484.      * @return \App\Controller\admin\ExcelFileController
  2485.      */
  2486.     protected function getExcelFileControllerService()
  2487.     {
  2488.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExcelFileController.php';
  2489.         $this->services['App\\Controller\\admin\\ExcelFileController'] = $instance = new \App\Controller\admin\ExcelFileController();
  2490.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExcelFileController'$this));
  2491.         return $instance;
  2492.     }
  2493.     /**
  2494.      * Gets the public 'App\Controller\admin\ExcelWorkController' shared autowired service.
  2495.      *
  2496.      * @return \App\Controller\admin\ExcelWorkController
  2497.      */
  2498.     protected function getExcelWorkControllerService()
  2499.     {
  2500.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExcelWorkController.php';
  2501.         $this->services['App\\Controller\\admin\\ExcelWorkController'] = $instance = new \App\Controller\admin\ExcelWorkController();
  2502.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExcelWorkController'$this));
  2503.         return $instance;
  2504.     }
  2505.     /**
  2506.      * Gets the public 'App\Controller\admin\ExternalAdverstisingController' shared autowired service.
  2507.      *
  2508.      * @return \App\Controller\admin\ExternalAdverstisingController
  2509.      */
  2510.     protected function getExternalAdverstisingControllerService()
  2511.     {
  2512.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExternalAdverstisingController.php';
  2513.         $this->services['App\\Controller\\admin\\ExternalAdverstisingController'] = $instance = new \App\Controller\admin\ExternalAdverstisingController();
  2514.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExternalAdverstisingController'$this));
  2515.         return $instance;
  2516.     }
  2517.     /**
  2518.      * Gets the public 'App\Controller\admin\ExternalOfferController' shared autowired service.
  2519.      *
  2520.      * @return \App\Controller\admin\ExternalOfferController
  2521.      */
  2522.     protected function getExternalOfferControllerService()
  2523.     {
  2524.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExternalOfferController.php';
  2525.         $this->services['App\\Controller\\admin\\ExternalOfferController'] = $instance = new \App\Controller\admin\ExternalOfferController();
  2526.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExternalOfferController'$this));
  2527.         return $instance;
  2528.     }
  2529.     /**
  2530.      * Gets the public 'App\Controller\admin\ExternalProviderController' shared autowired service.
  2531.      *
  2532.      * @return \App\Controller\admin\ExternalProviderController
  2533.      */
  2534.     protected function getExternalProviderControllerService()
  2535.     {
  2536.         include_once \dirname(__DIR__4).'/src/Controller/admin/ExternalProviderController.php';
  2537.         $this->services['App\\Controller\\admin\\ExternalProviderController'] = $instance = new \App\Controller\admin\ExternalProviderController();
  2538.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ExternalProviderController'$this));
  2539.         return $instance;
  2540.     }
  2541.     /**
  2542.      * Gets the public 'App\Controller\admin\FeatureController' shared autowired service.
  2543.      *
  2544.      * @return \App\Controller\admin\FeatureController
  2545.      */
  2546.     protected function getFeatureControllerService()
  2547.     {
  2548.         include_once \dirname(__DIR__4).'/src/Controller/admin/FeatureController.php';
  2549.         $this->services['App\\Controller\\admin\\FeatureController'] = $instance = new \App\Controller\admin\FeatureController();
  2550.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\FeatureController'$this));
  2551.         return $instance;
  2552.     }
  2553.     /**
  2554.      * Gets the public 'App\Controller\admin\ImagepubController' shared autowired service.
  2555.      *
  2556.      * @return \App\Controller\admin\ImagepubController
  2557.      */
  2558.     protected function getImagepubControllerService()
  2559.     {
  2560.         include_once \dirname(__DIR__4).'/src/Controller/admin/ImagepubController.php';
  2561.         $this->services['App\\Controller\\admin\\ImagepubController'] = $instance = new \App\Controller\admin\ImagepubController();
  2562.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ImagepubController'$this));
  2563.         return $instance;
  2564.     }
  2565.     /**
  2566.      * Gets the public 'App\Controller\admin\InsuranceController' shared autowired service.
  2567.      *
  2568.      * @return \App\Controller\admin\InsuranceController
  2569.      */
  2570.     protected function getInsuranceControllerService()
  2571.     {
  2572.         include_once \dirname(__DIR__4).'/src/Controller/admin/InsuranceController.php';
  2573.         $this->services['App\\Controller\\admin\\InsuranceController'] = $instance = new \App\Controller\admin\InsuranceController();
  2574.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\InsuranceController'$this));
  2575.         return $instance;
  2576.     }
  2577.     /**
  2578.      * Gets the public 'App\Controller\admin\LandPropertyDestinationController' shared autowired service.
  2579.      *
  2580.      * @return \App\Controller\admin\LandPropertyDestinationController
  2581.      */
  2582.     protected function getLandPropertyDestinationControllerService()
  2583.     {
  2584.         include_once \dirname(__DIR__4).'/src/Controller/admin/LandPropertyDestinationController.php';
  2585.         $this->services['App\\Controller\\admin\\LandPropertyDestinationController'] = $instance = new \App\Controller\admin\LandPropertyDestinationController();
  2586.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\LandPropertyDestinationController'$this));
  2587.         return $instance;
  2588.     }
  2589.     /**
  2590.      * Gets the public 'App\Controller\admin\LocationTypeController' shared autowired service.
  2591.      *
  2592.      * @return \App\Controller\admin\LocationTypeController
  2593.      */
  2594.     protected function getLocationTypeControllerService()
  2595.     {
  2596.         include_once \dirname(__DIR__4).'/src/Controller/admin/LocationTypeController.php';
  2597.         $this->services['App\\Controller\\admin\\LocationTypeController'] = $instance = new \App\Controller\admin\LocationTypeController();
  2598.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\LocationTypeController'$this));
  2599.         return $instance;
  2600.     }
  2601.     /**
  2602.      * Gets the public 'App\Controller\admin\Location\InformationController' shared autowired service.
  2603.      *
  2604.      * @return \App\Controller\admin\Location\InformationController
  2605.      */
  2606.     protected function getInformationControllerService()
  2607.     {
  2608.         include_once \dirname(__DIR__4).'/src/Controller/admin/Location/InformationController.php';
  2609.         $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()));
  2610.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Location\\InformationController'$this));
  2611.         return $instance;
  2612.     }
  2613.     /**
  2614.      * Gets the public 'App\Controller\admin\MunicipalityController' shared autowired service.
  2615.      *
  2616.      * @return \App\Controller\admin\MunicipalityController
  2617.      */
  2618.     protected function getMunicipalityControllerService()
  2619.     {
  2620.         include_once \dirname(__DIR__4).'/src/Controller/admin/MunicipalityController.php';
  2621.         $this->services['App\\Controller\\admin\\MunicipalityController'] = $instance = new \App\Controller\admin\MunicipalityController();
  2622.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\MunicipalityController'$this));
  2623.         return $instance;
  2624.     }
  2625.     /**
  2626.      * Gets the public 'App\Controller\admin\NearbyServices\ServiceCategoryController' shared autowired service.
  2627.      *
  2628.      * @return \App\Controller\admin\NearbyServices\ServiceCategoryController
  2629.      */
  2630.     protected function getServiceCategoryControllerService()
  2631.     {
  2632.         include_once \dirname(__DIR__4).'/src/Controller/admin/NearbyServices/ServiceCategoryController.php';
  2633.         $this->services['App\\Controller\\admin\\NearbyServices\\ServiceCategoryController'] = $instance = new \App\Controller\admin\NearbyServices\ServiceCategoryController();
  2634.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NearbyServices\\ServiceCategoryController'$this));
  2635.         return $instance;
  2636.     }
  2637.     /**
  2638.      * Gets the public 'App\Controller\admin\NearbyServices\TheserviceController' shared autowired service.
  2639.      *
  2640.      * @return \App\Controller\admin\NearbyServices\TheserviceController
  2641.      */
  2642.     protected function getTheserviceControllerService()
  2643.     {
  2644.         include_once \dirname(__DIR__4).'/src/Controller/admin/NearbyServices/TheserviceController.php';
  2645.         $this->services['App\\Controller\\admin\\NearbyServices\\TheserviceController'] = $instance = new \App\Controller\admin\NearbyServices\TheserviceController();
  2646.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NearbyServices\\TheserviceController'$this));
  2647.         return $instance;
  2648.     }
  2649.     /**
  2650.      * Gets the public 'App\Controller\admin\NewProjectImmoCsvController' shared autowired service.
  2651.      *
  2652.      * @return \App\Controller\admin\NewProjectImmoCsvController
  2653.      */
  2654.     protected function getNewProjectImmoCsvControllerService()
  2655.     {
  2656.         include_once \dirname(__DIR__4).'/src/Controller/admin/NewProjectImmoCsvController.php';
  2657.         $this->services['App\\Controller\\admin\\NewProjectImmoCsvController'] = $instance = new \App\Controller\admin\NewProjectImmoCsvController(($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2658.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NewProjectImmoCsvController'$this));
  2659.         return $instance;
  2660.     }
  2661.     /**
  2662.      * Gets the public 'App\Controller\admin\NotaryController' shared autowired service.
  2663.      *
  2664.      * @return \App\Controller\admin\NotaryController
  2665.      */
  2666.     protected function getNotaryControllerService()
  2667.     {
  2668.         include_once \dirname(__DIR__4).'/src/Controller/admin/NotaryController.php';
  2669.         $this->services['App\\Controller\\admin\\NotaryController'] = $instance = new \App\Controller\admin\NotaryController();
  2670.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\NotaryController'$this));
  2671.         return $instance;
  2672.     }
  2673.     /**
  2674.      * Gets the public 'App\Controller\admin\OccupationPeriodFileController' shared autowired service.
  2675.      *
  2676.      * @return \App\Controller\admin\OccupationPeriodFileController
  2677.      */
  2678.     protected function getOccupationPeriodFileControllerService()
  2679.     {
  2680.         include_once \dirname(__DIR__4).'/src/Controller/admin/OccupationPeriodFileController.php';
  2681.         $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()));
  2682.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OccupationPeriodFileController'$this));
  2683.         return $instance;
  2684.     }
  2685.     /**
  2686.      * Gets the public 'App\Controller\admin\OccupieEstimationController' shared autowired service.
  2687.      *
  2688.      * @return \App\Controller\admin\OccupieEstimationController
  2689.      */
  2690.     protected function getOccupieEstimationControllerService()
  2691.     {
  2692.         include_once \dirname(__DIR__4).'/src/Controller/admin/OccupieEstimationController.php';
  2693.         $this->services['App\\Controller\\admin\\OccupieEstimationController'] = $instance = new \App\Controller\admin\OccupieEstimationController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2694.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OccupieEstimationController'$this));
  2695.         return $instance;
  2696.     }
  2697.     /**
  2698.      * Gets the public 'App\Controller\admin\OfferController' shared autowired service.
  2699.      *
  2700.      * @return \App\Controller\admin\OfferController
  2701.      */
  2702.     protected function getOfferControllerService()
  2703.     {
  2704.         include_once \dirname(__DIR__4).'/src/Controller/admin/OfferController.php';
  2705.         $this->services['App\\Controller\\admin\\OfferController'] = $instance = new \App\Controller\admin\OfferController();
  2706.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OfferController'$this));
  2707.         return $instance;
  2708.     }
  2709.     /**
  2710.      * Gets the public 'App\Controller\admin\OptionController' shared autowired service.
  2711.      *
  2712.      * @return \App\Controller\admin\OptionController
  2713.      */
  2714.     protected function getOptionControllerService()
  2715.     {
  2716.         include_once \dirname(__DIR__4).'/src/Controller/admin/OptionController.php';
  2717.         $this->services['App\\Controller\\admin\\OptionController'] = $instance = new \App\Controller\admin\OptionController();
  2718.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\OptionController'$this));
  2719.         return $instance;
  2720.     }
  2721.     /**
  2722.      * Gets the public 'App\Controller\admin\ParametreController' shared autowired service.
  2723.      *
  2724.      * @return \App\Controller\admin\ParametreController
  2725.      */
  2726.     protected function getParametreControllerService()
  2727.     {
  2728.         include_once \dirname(__DIR__4).'/src/Controller/admin/ParametreController.php';
  2729.         $this->services['App\\Controller\\admin\\ParametreController'] = $instance = new \App\Controller\admin\ParametreController();
  2730.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ParametreController'$this));
  2731.         return $instance;
  2732.     }
  2733.     /**
  2734.      * Gets the public 'App\Controller\admin\PebIntegrationController' shared autowired service.
  2735.      *
  2736.      * @return \App\Controller\admin\PebIntegrationController
  2737.      */
  2738.     protected function getPebIntegrationControllerService()
  2739.     {
  2740.         include_once \dirname(__DIR__4).'/src/Controller/admin/PebIntegrationController.php';
  2741.         include_once \dirname(__DIR__4).'/src/Service/Admin/PebIntegrationService.php';
  2742.         $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())));
  2743.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PebIntegrationController'$this));
  2744.         return $instance;
  2745.     }
  2746.     /**
  2747.      * Gets the public 'App\Controller\admin\PersonnelController' shared autowired service.
  2748.      *
  2749.      * @return \App\Controller\admin\PersonnelController
  2750.      */
  2751.     protected function getPersonnelControllerService()
  2752.     {
  2753.         include_once \dirname(__DIR__4).'/src/Command/Admin/ValidateInputAdminUserCommand.php';
  2754.         include_once \dirname(__DIR__4).'/src/Controller/admin/PersonnelController.php';
  2755.         $this->services['App\\Controller\\admin\\PersonnelController'] = $instance = new \App\Controller\admin\PersonnelController(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  2756.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PersonnelController'$this));
  2757.         return $instance;
  2758.     }
  2759.     /**
  2760.      * Gets the public 'App\Controller\admin\Plan\PlanController' shared autowired service.
  2761.      *
  2762.      * @return \App\Controller\admin\Plan\PlanController
  2763.      */
  2764.     protected function getPlanControllerService()
  2765.     {
  2766.         include_once \dirname(__DIR__4).'/src/Controller/admin/Plan/PlanController.php';
  2767.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/PlanService.php';
  2768.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  2769.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  2770.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  2771.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  2772.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  2773.         $a = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  2774.         $b = ($this->services['translator'] ?? $this->getTranslatorService());
  2775.         $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);
  2776.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Plan\\PlanController'$this));
  2777.         return $instance;
  2778.     }
  2779.     /**
  2780.      * Gets the public 'App\Controller\admin\PpasAffectationCsvController' shared autowired service.
  2781.      *
  2782.      * @return \App\Controller\admin\PpasAffectationCsvController
  2783.      */
  2784.     protected function getPpasAffectationCsvControllerService()
  2785.     {
  2786.         include_once \dirname(__DIR__4).'/src/Controller/admin/PpasAffectationCsvController.php';
  2787.         $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()));
  2788.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PpasAffectationCsvController'$this));
  2789.         return $instance;
  2790.     }
  2791.     /**
  2792.      * Gets the public 'App\Controller\admin\PpasCsvController' shared autowired service.
  2793.      *
  2794.      * @return \App\Controller\admin\PpasCsvController
  2795.      */
  2796.     protected function getPpasCsvControllerService()
  2797.     {
  2798.         include_once \dirname(__DIR__4).'/src/Controller/admin/PpasCsvController.php';
  2799.         $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()));
  2800.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PpasCsvController'$this));
  2801.         return $instance;
  2802.     }
  2803.     /**
  2804.      * Gets the public 'App\Controller\admin\Prime\AbstractPrimeController' shared autowired service.
  2805.      *
  2806.      * @return \App\Controller\admin\Prime\AbstractPrimeController
  2807.      */
  2808.     protected function getAbstractPrimeControllerService()
  2809.     {
  2810.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2811.         $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()));
  2812.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\AbstractPrimeController'$this));
  2813.         return $instance;
  2814.     }
  2815.     /**
  2816.      * Gets the public 'App\Controller\admin\Prime\PrimeBruxellesController' shared autowired service.
  2817.      *
  2818.      * @return \App\Controller\admin\Prime\PrimeBruxellesController
  2819.      */
  2820.     protected function getPrimeBruxellesControllerService()
  2821.     {
  2822.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2823.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeBruxellesController.php';
  2824.         $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()));
  2825.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeBruxellesController'$this));
  2826.         return $instance;
  2827.     }
  2828.     /**
  2829.      * Gets the public 'App\Controller\admin\Prime\PrimeController' shared autowired service.
  2830.      *
  2831.      * @return \App\Controller\admin\Prime\PrimeController
  2832.      */
  2833.     protected function getPrimeControllerService()
  2834.     {
  2835.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeController.php';
  2836.         $this->services['App\\Controller\\admin\\Prime\\PrimeController'] = $instance = new \App\Controller\admin\Prime\PrimeController();
  2837.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeController'$this));
  2838.         return $instance;
  2839.     }
  2840.     /**
  2841.      * Gets the public 'App\Controller\admin\Prime\PrimeCsvController' shared autowired service.
  2842.      *
  2843.      * @return \App\Controller\admin\Prime\PrimeCsvController
  2844.      */
  2845.     protected function getPrimeCsvControllerService()
  2846.     {
  2847.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeCsvController.php';
  2848.         $this->services['App\\Controller\\admin\\Prime\\PrimeCsvController'] = $instance = new \App\Controller\admin\Prime\PrimeCsvController();
  2849.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeCsvController'$this));
  2850.         return $instance;
  2851.     }
  2852.     /**
  2853.      * Gets the public 'App\Controller\admin\Prime\PrimeFranceController' shared autowired service.
  2854.      *
  2855.      * @return \App\Controller\admin\Prime\PrimeFranceController
  2856.      */
  2857.     protected function getPrimeFranceControllerService()
  2858.     {
  2859.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2860.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeFranceController.php';
  2861.         $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()));
  2862.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeFranceController'$this));
  2863.         return $instance;
  2864.     }
  2865.     /**
  2866.      * Gets the public 'App\Controller\admin\Prime\PrimeLuxembourgController' shared autowired service.
  2867.      *
  2868.      * @return \App\Controller\admin\Prime\PrimeLuxembourgController
  2869.      */
  2870.     protected function getPrimeLuxembourgControllerService()
  2871.     {
  2872.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2873.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeLuxembourgController.php';
  2874.         $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()));
  2875.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeLuxembourgController'$this));
  2876.         return $instance;
  2877.     }
  2878.     /**
  2879.      * Gets the public 'App\Controller\admin\Prime\PrimeWallonieController' shared autowired service.
  2880.      *
  2881.      * @return \App\Controller\admin\Prime\PrimeWallonieController
  2882.      */
  2883.     protected function getPrimeWallonieControllerService()
  2884.     {
  2885.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2886.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/PrimeWallonieController.php';
  2887.         $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()));
  2888.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\PrimeWallonieController'$this));
  2889.         return $instance;
  2890.     }
  2891.     /**
  2892.      * Gets the public 'App\Controller\admin\Prime\ProcedureController' shared autowired service.
  2893.      *
  2894.      * @return \App\Controller\admin\Prime\ProcedureController
  2895.      */
  2896.     protected function getProcedureControllerService()
  2897.     {
  2898.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/AbstractPrimeController.php';
  2899.         include_once \dirname(__DIR__4).'/src/Controller/admin/Prime/ProcedureController.php';
  2900.         $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()));
  2901.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\Prime\\ProcedureController'$this));
  2902.         return $instance;
  2903.     }
  2904.     /**
  2905.      * Gets the public 'App\Controller\admin\PropertyTypeController' shared autowired service.
  2906.      *
  2907.      * @return \App\Controller\admin\PropertyTypeController
  2908.      */
  2909.     protected function getPropertyTypeControllerService()
  2910.     {
  2911.         include_once \dirname(__DIR__4).'/src/Controller/admin/PropertyTypeController.php';
  2912.         $this->services['App\\Controller\\admin\\PropertyTypeController'] = $instance = new \App\Controller\admin\PropertyTypeController();
  2913.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PropertyTypeController'$this));
  2914.         return $instance;
  2915.     }
  2916.     /**
  2917.      * Gets the public 'App\Controller\admin\ProviderFluviusController' shared autowired service.
  2918.      *
  2919.      * @return \App\Controller\admin\ProviderFluviusController
  2920.      */
  2921.     protected function getProviderFluviusControllerService()
  2922.     {
  2923.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderFluviusController.php';
  2924.         $this->services['App\\Controller\\admin\\ProviderFluviusController'] = $instance = new \App\Controller\admin\ProviderFluviusController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2925.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderFluviusController'$this));
  2926.         return $instance;
  2927.     }
  2928.     /**
  2929.      * Gets the public 'App\Controller\admin\ProviderInverterController' shared autowired service.
  2930.      *
  2931.      * @return \App\Controller\admin\ProviderInverterController
  2932.      */
  2933.     protected function getProviderInverterControllerService()
  2934.     {
  2935.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderInverterController.php';
  2936.         $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()));
  2937.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderInverterController'$this));
  2938.         return $instance;
  2939.     }
  2940.     /**
  2941.      * Gets the public 'App\Controller\admin\ProviderOresController' shared autowired service.
  2942.      *
  2943.      * @return \App\Controller\admin\ProviderOresController
  2944.      */
  2945.     protected function getProviderOresControllerService()
  2946.     {
  2947.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderOresController.php';
  2948.         $this->services['App\\Controller\\admin\\ProviderOresController'] = $instance = new \App\Controller\admin\ProviderOresController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2949.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderOresController'$this));
  2950.         return $instance;
  2951.     }
  2952.     /**
  2953.      * Gets the public 'App\Controller\admin\ProviderSibelgaController' shared autowired service.
  2954.      *
  2955.      * @return \App\Controller\admin\ProviderSibelgaController
  2956.      */
  2957.     protected function getProviderSibelgaControllerService()
  2958.     {
  2959.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderSibelgaController.php';
  2960.         $this->services['App\\Controller\\admin\\ProviderSibelgaController'] = $instance = new \App\Controller\admin\ProviderSibelgaController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  2961.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderSibelgaController'$this));
  2962.         return $instance;
  2963.     }
  2964.     /**
  2965.      * Gets the public 'App\Controller\admin\ProviderSocietyController' shared autowired service.
  2966.      *
  2967.      * @return \App\Controller\admin\ProviderSocietyController
  2968.      */
  2969.     protected function getProviderSocietyControllerService()
  2970.     {
  2971.         include_once \dirname(__DIR__4).'/src/Controller/admin/ProviderSocietyController.php';
  2972.         $this->services['App\\Controller\\admin\\ProviderSocietyController'] = $instance = new \App\Controller\admin\ProviderSocietyController();
  2973.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ProviderSocietyController'$this));
  2974.         return $instance;
  2975.     }
  2976.     /**
  2977.      * Gets the public 'App\Controller\admin\PublicInquiryInProgressCsvController' shared autowired service.
  2978.      *
  2979.      * @return \App\Controller\admin\PublicInquiryInProgressCsvController
  2980.      */
  2981.     protected function getPublicInquiryInProgressCsvControllerService()
  2982.     {
  2983.         include_once \dirname(__DIR__4).'/src/Controller/admin/PublicInquiryInProgressCsvController.php';
  2984.         $this->services['App\\Controller\\admin\\PublicInquiryInProgressCsvController'] = $instance = new \App\Controller\admin\PublicInquiryInProgressCsvController(($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  2985.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PublicInquiryInProgressCsvController'$this));
  2986.         return $instance;
  2987.     }
  2988.     /**
  2989.      * Gets the public 'App\Controller\admin\PurchasePartnerRequestController' shared autowired service.
  2990.      *
  2991.      * @return \App\Controller\admin\PurchasePartnerRequestController
  2992.      */
  2993.     protected function getPurchasePartnerRequestControllerService()
  2994.     {
  2995.         include_once \dirname(__DIR__4).'/src/Controller/admin/PurchasePartnerRequestController.php';
  2996.         $this->services['App\\Controller\\admin\\PurchasePartnerRequestController'] = $instance = new \App\Controller\admin\PurchasePartnerRequestController();
  2997.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PurchasePartnerRequestController'$this));
  2998.         return $instance;
  2999.     }
  3000.     /**
  3001.      * Gets the public 'App\Controller\admin\PurchasePartnerRequestObjectifController' shared autowired service.
  3002.      *
  3003.      * @return \App\Controller\admin\PurchasePartnerRequestObjectifController
  3004.      */
  3005.     protected function getPurchasePartnerRequestObjectifControllerService()
  3006.     {
  3007.         include_once \dirname(__DIR__4).'/src/Controller/admin/PurchasePartnerRequestObjectifController.php';
  3008.         $this->services['App\\Controller\\admin\\PurchasePartnerRequestObjectifController'] = $instance = new \App\Controller\admin\PurchasePartnerRequestObjectifController();
  3009.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\PurchasePartnerRequestObjectifController'$this));
  3010.         return $instance;
  3011.     }
  3012.     /**
  3013.      * Gets the public 'App\Controller\admin\RedirectHomeController' shared autowired service.
  3014.      *
  3015.      * @return \App\Controller\admin\RedirectHomeController
  3016.      */
  3017.     protected function getRedirectHomeControllerService()
  3018.     {
  3019.         include_once \dirname(__DIR__4).'/src/Controller/admin/RedirectHomeController.php';
  3020.         $this->services['App\\Controller\\admin\\RedirectHomeController'] = $instance = new \App\Controller\admin\RedirectHomeController();
  3021.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RedirectHomeController'$this));
  3022.         return $instance;
  3023.     }
  3024.     /**
  3025.      * Gets the public 'App\Controller\admin\RegionController' shared autowired service.
  3026.      *
  3027.      * @return \App\Controller\admin\RegionController
  3028.      */
  3029.     protected function getRegionControllerService()
  3030.     {
  3031.         include_once \dirname(__DIR__4).'/src/Controller/admin/RegionController.php';
  3032.         $this->services['App\\Controller\\admin\\RegionController'] = $instance = new \App\Controller\admin\RegionController();
  3033.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RegionController'$this));
  3034.         return $instance;
  3035.     }
  3036.     /**
  3037.      * Gets the public 'App\Controller\admin\RentalController' shared autowired service.
  3038.      *
  3039.      * @return \App\Controller\admin\RentalController
  3040.      */
  3041.     protected function getRentalControllerService()
  3042.     {
  3043.         include_once \dirname(__DIR__4).'/src/Controller/admin/RentalController.php';
  3044.         $this->services['App\\Controller\\admin\\RentalController'] = $instance = new \App\Controller\admin\RentalController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3045.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RentalController'$this));
  3046.         return $instance;
  3047.     }
  3048.     /**
  3049.      * Gets the public 'App\Controller\admin\RentestimationController' shared autowired service.
  3050.      *
  3051.      * @return \App\Controller\admin\RentestimationController
  3052.      */
  3053.     protected function getRentestimationControllerService()
  3054.     {
  3055.         include_once \dirname(__DIR__4).'/src/Controller/admin/RentestimationController.php';
  3056.         $this->services['App\\Controller\\admin\\RentestimationController'] = $instance = new \App\Controller\admin\RentestimationController();
  3057.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RentestimationController'$this));
  3058.         return $instance;
  3059.     }
  3060.     /**
  3061.      * Gets the public 'App\Controller\admin\RoofController' shared autowired service.
  3062.      *
  3063.      * @return \App\Controller\admin\RoofController
  3064.      */
  3065.     protected function getRoofControllerService()
  3066.     {
  3067.         include_once \dirname(__DIR__4).'/src/Controller/admin/RoofController.php';
  3068.         $this->services['App\\Controller\\admin\\RoofController'] = $instance = new \App\Controller\admin\RoofController();
  3069.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\RoofController'$this));
  3070.         return $instance;
  3071.     }
  3072.     /**
  3073.      * Gets the public 'App\Controller\admin\SalesAgreementController' shared autowired service.
  3074.      *
  3075.      * @return \App\Controller\admin\SalesAgreementController
  3076.      */
  3077.     protected function getSalesAgreementControllerService()
  3078.     {
  3079.         include_once \dirname(__DIR__4).'/src/Controller/admin/SalesAgreementController.php';
  3080.         $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()));
  3081.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SalesAgreementController'$this));
  3082.         return $instance;
  3083.     }
  3084.     /**
  3085.      * Gets the public 'App\Controller\admin\SizeController' shared autowired service.
  3086.      *
  3087.      * @return \App\Controller\admin\SizeController
  3088.      */
  3089.     protected function getSizeControllerService()
  3090.     {
  3091.         include_once \dirname(__DIR__4).'/src/Controller/admin/SizeController.php';
  3092.         $this->services['App\\Controller\\admin\\SizeController'] = $instance = new \App\Controller\admin\SizeController();
  3093.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SizeController'$this));
  3094.         return $instance;
  3095.     }
  3096.     /**
  3097.      * Gets the public 'App\Controller\admin\StoreController' shared autowired service.
  3098.      *
  3099.      * @return \App\Controller\admin\StoreController
  3100.      */
  3101.     protected function getStoreControllerService()
  3102.     {
  3103.         include_once \dirname(__DIR__4).'/src/Controller/admin/StoreController.php';
  3104.         $this->services['App\\Controller\\admin\\StoreController'] = $instance = new \App\Controller\admin\StoreController(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  3105.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\StoreController'$this));
  3106.         return $instance;
  3107.     }
  3108.     /**
  3109.      * Gets the public 'App\Controller\admin\SubjectController' shared autowired service.
  3110.      *
  3111.      * @return \App\Controller\admin\SubjectController
  3112.      */
  3113.     protected function getSubjectControllerService()
  3114.     {
  3115.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubjectController.php';
  3116.         $this->services['App\\Controller\\admin\\SubjectController'] = $instance = new \App\Controller\admin\SubjectController();
  3117.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SubjectController'$this));
  3118.         return $instance;
  3119.     }
  3120.     /**
  3121.      * Gets the public 'App\Controller\admin\SubscriptionProductController' shared autowired service.
  3122.      *
  3123.      * @return \App\Controller\admin\SubscriptionProductController
  3124.      */
  3125.     protected function getSubscriptionProductControllerService()
  3126.     {
  3127.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubscriptionProductController.php';
  3128.         include_once \dirname(__DIR__4).'/src/Service/Stripe/ProductService.php';
  3129.         include_once \dirname(__DIR__4).'/src/Service/Stripe/PlanService.php';
  3130.         $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))));
  3131.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SubscriptionProductController'$this));
  3132.         return $instance;
  3133.     }
  3134.     /**
  3135.      * Gets the public 'App\Controller\admin\SubscriptionProductServiceController' shared autowired service.
  3136.      *
  3137.      * @return \App\Controller\admin\SubscriptionProductServiceController
  3138.      */
  3139.     protected function getSubscriptionProductServiceControllerService()
  3140.     {
  3141.         include_once \dirname(__DIR__4).'/src/Controller/admin/SubscriptionProductServiceController.php';
  3142.         $this->services['App\\Controller\\admin\\SubscriptionProductServiceController'] = $instance = new \App\Controller\admin\SubscriptionProductServiceController();
  3143.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SubscriptionProductServiceController'$this));
  3144.         return $instance;
  3145.     }
  3146.     /**
  3147.      * Gets the public 'App\Controller\admin\SuperficieController' shared autowired service.
  3148.      *
  3149.      * @return \App\Controller\admin\SuperficieController
  3150.      */
  3151.     protected function getSuperficieControllerService()
  3152.     {
  3153.         include_once \dirname(__DIR__4).'/src/Controller/admin/SuperficieController.php';
  3154.         $this->services['App\\Controller\\admin\\SuperficieController'] = $instance = new \App\Controller\admin\SuperficieController();
  3155.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SuperficieController'$this));
  3156.         return $instance;
  3157.     }
  3158.     /**
  3159.      * Gets the public 'App\Controller\admin\SupplierController' shared autowired service.
  3160.      *
  3161.      * @return \App\Controller\admin\SupplierController
  3162.      */
  3163.     protected function getSupplierControllerService()
  3164.     {
  3165.         include_once \dirname(__DIR__4).'/src/Controller/admin/SupplierController.php';
  3166.         $this->services['App\\Controller\\admin\\SupplierController'] = $instance = new \App\Controller\admin\SupplierController();
  3167.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SupplierController'$this));
  3168.         return $instance;
  3169.     }
  3170.     /**
  3171.      * Gets the public 'App\Controller\admin\SyndicApartmentController' shared autowired service.
  3172.      *
  3173.      * @return \App\Controller\admin\SyndicApartmentController
  3174.      */
  3175.     protected function getSyndicApartmentControllerService()
  3176.     {
  3177.         include_once \dirname(__DIR__4).'/src/Controller/admin/SyndicApartmentController.php';
  3178.         $this->services['App\\Controller\\admin\\SyndicApartmentController'] = $instance = new \App\Controller\admin\SyndicApartmentController();
  3179.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\SyndicApartmentController'$this));
  3180.         return $instance;
  3181.     }
  3182.     /**
  3183.      * Gets the public 'App\Controller\admin\TableaudebordController' shared autowired service.
  3184.      *
  3185.      * @return \App\Controller\admin\TableaudebordController
  3186.      */
  3187.     protected function getTableaudebordControllerService()
  3188.     {
  3189.         include_once \dirname(__DIR__4).'/src/Controller/admin/TableaudebordController.php';
  3190.         $this->services['App\\Controller\\admin\\TableaudebordController'] = $instance = new \App\Controller\admin\TableaudebordController();
  3191.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TableaudebordController'$this));
  3192.         return $instance;
  3193.     }
  3194.     /**
  3195.      * Gets the public 'App\Controller\admin\TheProperty\ExtensionOrder\ThePropertyExtensionOrderController' shared autowired service.
  3196.      *
  3197.      * @return \App\Controller\admin\TheProperty\ExtensionOrder\ThePropertyExtensionOrderController
  3198.      */
  3199.     protected function getThePropertyExtensionOrderControllerService()
  3200.     {
  3201.         include_once \dirname(__DIR__4).'/src/Controller/admin/TheProperty/ExtensionOrder/ThePropertyExtensionOrderController.php';
  3202.         $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()));
  3203.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController'$this));
  3204.         return $instance;
  3205.     }
  3206.     /**
  3207.      * Gets the public 'App\Controller\admin\TheProperty\ThepropertyController' shared autowired service.
  3208.      *
  3209.      * @return \App\Controller\admin\TheProperty\ThepropertyController
  3210.      */
  3211.     protected function getThepropertyControllerService()
  3212.     {
  3213.         include_once \dirname(__DIR__4).'/src/Controller/admin/TheProperty/ThepropertyController.php';
  3214.         $this->services['App\\Controller\\admin\\TheProperty\\ThepropertyController'] = $instance = new \App\Controller\admin\TheProperty\ThepropertyController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  3215.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TheProperty\\ThepropertyController'$this));
  3216.         return $instance;
  3217.     }
  3218.     /**
  3219.      * Gets the public 'App\Controller\admin\TheProperty\TransactionTypeController' shared autowired service.
  3220.      *
  3221.      * @return \App\Controller\admin\TheProperty\TransactionTypeController
  3222.      */
  3223.     protected function getTransactionTypeControllerService()
  3224.     {
  3225.         include_once \dirname(__DIR__4).'/src/Controller/admin/TheProperty/TransactionTypeController.php';
  3226.         $this->services['App\\Controller\\admin\\TheProperty\\TransactionTypeController'] = $instance = new \App\Controller\admin\TheProperty\TransactionTypeController();
  3227.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\TheProperty\\TransactionTypeController'$this));
  3228.         return $instance;
  3229.     }
  3230.     /**
  3231.      * Gets the public 'App\Controller\admin\ThepropertyProviderController' shared autowired service.
  3232.      *
  3233.      * @return \App\Controller\admin\ThepropertyProviderController
  3234.      */
  3235.     protected function getThepropertyProviderControllerService()
  3236.     {
  3237.         include_once \dirname(__DIR__4).'/src/Controller/admin/ThepropertyProviderController.php';
  3238.         $this->services['App\\Controller\\admin\\ThepropertyProviderController'] = $instance = new \App\Controller\admin\ThepropertyProviderController();
  3239.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\ThepropertyProviderController'$this));
  3240.         return $instance;
  3241.     }
  3242.     /**
  3243.      * Gets the public 'App\Controller\admin\UploadCsvController' shared autowired service.
  3244.      *
  3245.      * @return \App\Controller\admin\UploadCsvController
  3246.      */
  3247.     protected function getUploadCsvControllerService()
  3248.     {
  3249.         include_once \dirname(__DIR__4).'/src/Controller/admin/UploadCsvController.php';
  3250.         $this->services['App\\Controller\\admin\\UploadCsvController'] = $instance = new \App\Controller\admin\UploadCsvController();
  3251.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\UploadCsvController'$this));
  3252.         return $instance;
  3253.     }
  3254.     /**
  3255.      * Gets the public 'App\Controller\admin\VoirieController' shared autowired service.
  3256.      *
  3257.      * @return \App\Controller\admin\VoirieController
  3258.      */
  3259.     protected function getVoirieControllerService()
  3260.     {
  3261.         include_once \dirname(__DIR__4).'/src/Controller/admin/AbstractCsvController.php';
  3262.         include_once \dirname(__DIR__4).'/src/Controller/admin/VoirieController.php';
  3263.         $this->services['App\\Controller\\admin\\VoirieController'] = $instance = new \App\Controller\admin\VoirieController();
  3264.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\VoirieController'$this));
  3265.         return $instance;
  3266.     }
  3267.     /**
  3268.      * Gets the public 'App\Controller\admin\WaterSupplierControllerExcelController' shared autowired service.
  3269.      *
  3270.      * @return \App\Controller\admin\WaterSupplierControllerExcelController
  3271.      */
  3272.     protected function getWaterSupplierControllerExcelControllerService()
  3273.     {
  3274.         include_once \dirname(__DIR__4).'/src/Controller/admin/WaterSupplierControllerExcelController.php';
  3275.         $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()));
  3276.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\WaterSupplierControllerExcelController'$this));
  3277.         return $instance;
  3278.     }
  3279.     /**
  3280.      * Gets the public 'App\Controller\admin\WorkController' shared autowired service.
  3281.      *
  3282.      * @return \App\Controller\admin\WorkController
  3283.      */
  3284.     protected function getWorkControllerService()
  3285.     {
  3286.         include_once \dirname(__DIR__4).'/src/Controller/admin/WorkController.php';
  3287.         $this->services['App\\Controller\\admin\\WorkController'] = $instance = new \App\Controller\admin\WorkController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  3288.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\admin\\WorkController'$this));
  3289.         return $instance;
  3290.     }
  3291.     /**
  3292.      * Gets the public 'App\Controller\ajax\MunicipalityAjaxController' shared autowired service.
  3293.      *
  3294.      * @return \App\Controller\ajax\MunicipalityAjaxController
  3295.      */
  3296.     protected function getMunicipalityAjaxControllerService()
  3297.     {
  3298.         include_once \dirname(__DIR__4).'/src/Controller/ajax/MunicipalityAjaxController.php';
  3299.         $this->services['App\\Controller\\ajax\\MunicipalityAjaxController'] = $instance = new \App\Controller\ajax\MunicipalityAjaxController();
  3300.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\ajax\\MunicipalityAjaxController'$this));
  3301.         return $instance;
  3302.     }
  3303.     /**
  3304.      * Gets the public 'App\Controller\api\AlertController' shared autowired service.
  3305.      *
  3306.      * @return \App\Controller\api\AlertController
  3307.      */
  3308.     protected function getAlertControllerService()
  3309.     {
  3310.         include_once \dirname(__DIR__4).'/src/Controller/api/AlertController.php';
  3311.         include_once \dirname(__DIR__4).'/src/Service/Api/AlertService.php';
  3312.         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())));
  3313.     }
  3314.     /**
  3315.      * Gets the public 'App\Controller\api\ArchitecController' shared autowired service.
  3316.      *
  3317.      * @return \App\Controller\api\ArchitecController
  3318.      */
  3319.     protected function getArchitecControllerService()
  3320.     {
  3321.         include_once \dirname(__DIR__4).'/src/Controller/api/ArchitecController.php';
  3322.         include_once \dirname(__DIR__4).'/src/Service/Api/ArchitecService.php';
  3323.         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())));
  3324.     }
  3325.     /**
  3326.      * Gets the public 'App\Controller\api\BorrowBankController' shared autowired service.
  3327.      *
  3328.      * @return \App\Controller\api\BorrowBankController
  3329.      */
  3330.     protected function getBorrowBankControllerService()
  3331.     {
  3332.         include_once \dirname(__DIR__4).'/src/Controller/api/BorrowBankController.php';
  3333.         include_once \dirname(__DIR__4).'/src/Service/Api/BorrowBankService.php';
  3334.         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())));
  3335.     }
  3336.     /**
  3337.      * Gets the public 'App\Controller\api\CadastreController' shared autowired service.
  3338.      *
  3339.      * @return \App\Controller\api\CadastreController
  3340.      */
  3341.     protected function getCadastreControllerService()
  3342.     {
  3343.         include_once \dirname(__DIR__4).'/src/Controller/api/CadastreController.php';
  3344.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/CadastreService.php';
  3345.         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()));
  3346.     }
  3347.     /**
  3348.      * Gets the public 'App\Controller\api\Calcul\AppCalcul' shared autowired service.
  3349.      *
  3350.      * @return \App\Controller\api\Calcul\AppCalcul
  3351.      */
  3352.     protected function getAppCalculService()
  3353.     {
  3354.         include_once \dirname(__DIR__4).'/src/Controller/api/Calcul/AppCalcul.php';
  3355.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/SummaryServices.php';
  3356.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/PlusValueServices.php';
  3357.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/AnnualTaxServices.php';
  3358.         include_once \dirname(__DIR__4).'/src/Service/ImmoCalcul/AppCalcul/CreditServices.php';
  3359.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3360.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3361.         $c = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  3362.         $d = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  3363.         $e = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  3364.         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));
  3365.     }
  3366.     /**
  3367.      * Gets the public 'App\Controller\api\Calcul\ChoicedEngieController' shared autowired service.
  3368.      *
  3369.      * @return \App\Controller\api\Calcul\ChoicedEngieController
  3370.      */
  3371.     protected function getChoicedEngieControllerService()
  3372.     {
  3373.         include_once \dirname(__DIR__4).'/src/Controller/api/Calcul/ChoicedEngieController.php';
  3374.         include_once \dirname(__DIR__4).'/src/Service/Api/ChoicedEngieService.php';
  3375.         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())));
  3376.     }
  3377.     /**
  3378.      * Gets the public 'App\Controller\api\Calendar\SummaryCalendarController' shared autowired service.
  3379.      *
  3380.      * @return \App\Controller\api\Calendar\SummaryCalendarController
  3381.      */
  3382.     protected function getSummaryCalendarControllerService()
  3383.     {
  3384.         include_once \dirname(__DIR__4).'/src/Controller/api/Calendar/SummaryCalendarController.php';
  3385.         include_once \dirname(__DIR__4).'/src/Service/Api/Calendar/SummaryEventCalendarService.php';
  3386.         $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())));
  3387.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Calendar\\SummaryCalendarController'$this));
  3388.         return $instance;
  3389.     }
  3390.     /**
  3391.      * Gets the public 'App\Controller\api\CallMicroserviceController' shared autowired service.
  3392.      *
  3393.      * @return \App\Controller\api\CallMicroserviceController
  3394.      */
  3395.     protected function getCallMicroserviceControllerService()
  3396.     {
  3397.         include_once \dirname(__DIR__4).'/src/Controller/api/CallMicroserviceController.php';
  3398.         $this->services['App\\Controller\\api\\CallMicroserviceController'] = $instance = new \App\Controller\api\CallMicroserviceController();
  3399.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\CallMicroserviceController'$this));
  3400.         return $instance;
  3401.     }
  3402.     /**
  3403.      * Gets the public 'App\Controller\api\Chat\ConversationApiController' shared autowired service.
  3404.      *
  3405.      * @return \App\Controller\api\Chat\ConversationApiController
  3406.      */
  3407.     protected function getConversationApiControllerService()
  3408.     {
  3409.         include_once \dirname(__DIR__4).'/src/Controller/api/Chat/ConversationApiController.php';
  3410.         $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()));
  3411.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Chat\\ConversationApiController'$this));
  3412.         return $instance;
  3413.     }
  3414.     /**
  3415.      * Gets the public 'App\Controller\api\Chat\MessageApiController' shared autowired service.
  3416.      *
  3417.      * @return \App\Controller\api\Chat\MessageApiController
  3418.      */
  3419.     protected function getMessageApiControllerService()
  3420.     {
  3421.         include_once \dirname(__DIR__4).'/src/Controller/api/Chat/MessageApiController.php';
  3422.         $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()));
  3423.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Chat\\MessageApiController'$this));
  3424.         return $instance;
  3425.     }
  3426.     /**
  3427.      * Gets the public 'App\Controller\api\Chat\MessageReactionApiController' shared autowired service.
  3428.      *
  3429.      * @return \App\Controller\api\Chat\MessageReactionApiController
  3430.      */
  3431.     protected function getMessageReactionApiControllerService()
  3432.     {
  3433.         include_once \dirname(__DIR__4).'/src/Controller/api/Chat/MessageReactionApiController.php';
  3434.         $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()));
  3435.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Chat\\MessageReactionApiController'$this));
  3436.         return $instance;
  3437.     }
  3438.     /**
  3439.      * Gets the public 'App\Controller\api\CityEuropaController' shared autowired service.
  3440.      *
  3441.      * @return \App\Controller\api\CityEuropaController
  3442.      */
  3443.     protected function getCityEuropaControllerService()
  3444.     {
  3445.         include_once \dirname(__DIR__4).'/src/Controller/api/CityEuropaController.php';
  3446.         include_once \dirname(__DIR__4).'/src/Service/Api/CityEuropaService.php';
  3447.         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())));
  3448.     }
  3449.     /**
  3450.      * Gets the public 'App\Controller\api\ClientDeedOfSaleController\ClientDeedOfSaleController' shared autowired service.
  3451.      *
  3452.      * @return \App\Controller\api\ClientDeedOfSaleController\ClientDeedOfSaleController
  3453.      */
  3454.     protected function getClientDeedOfSaleControllerService()
  3455.     {
  3456.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientDeedOfSaleController/ClientDeedOfSaleController.php';
  3457.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientDeedOfSale/DeedOfSaleCreationService.php';
  3458.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientDeedOfSale/DeedOfSaleReadingService.php';
  3459.         $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())));
  3460.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientDeedOfSaleController\\ClientDeedOfSaleController'$this));
  3461.         return $instance;
  3462.     }
  3463.     /**
  3464.      * Gets the public 'App\Controller\api\ClientSales\ClientSalesAgreementController' shared autowired service.
  3465.      *
  3466.      * @return \App\Controller\api\ClientSales\ClientSalesAgreementController
  3467.      */
  3468.     protected function getClientSalesAgreementControllerService()
  3469.     {
  3470.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/ClientSalesAgreementController.php';
  3471.         $this->services['App\\Controller\\api\\ClientSales\\ClientSalesAgreementController'] = $instance = new \App\Controller\api\ClientSales\ClientSalesAgreementController(($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'] ?? $this->getClientSalesAgreementServiceService()));
  3472.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientSales\\ClientSalesAgreementController'$this));
  3473.         return $instance;
  3474.     }
  3475.     /**
  3476.      * Gets the public 'App\Controller\api\ClientSales\ClientSalesAgreementDiscussionController' shared autowired service.
  3477.      *
  3478.      * @return \App\Controller\api\ClientSales\ClientSalesAgreementDiscussionController
  3479.      */
  3480.     protected function getClientSalesAgreementDiscussionControllerService()
  3481.     {
  3482.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/ClientSalesAgreementDiscussionController.php';
  3483.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/ClientSalesAgreementDiscussionService.php';
  3484.         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())));
  3485.     }
  3486.     /**
  3487.      * Gets the public 'App\Controller\api\ClientSales\Collaborative\SalesSignController' shared autowired service.
  3488.      *
  3489.      * @return \App\Controller\api\ClientSales\Collaborative\SalesSignController
  3490.      */
  3491.     protected function getSalesSignControllerService()
  3492.     {
  3493.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/Collaborative/SalesSignController.php';
  3494.         $this->services['App\\Controller\\api\\ClientSales\\Collaborative\\SalesSignController'] = $instance = new \App\Controller\api\ClientSales\Collaborative\SalesSignController();
  3495.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientSales\\Collaborative\\SalesSignController'$this));
  3496.         return $instance;
  3497.     }
  3498.     /**
  3499.      * Gets the public 'App\Controller\api\ClientSales\Collaborative\SalesValidationController' shared autowired service.
  3500.      *
  3501.      * @return \App\Controller\api\ClientSales\Collaborative\SalesValidationController
  3502.      */
  3503.     protected function getSalesValidationControllerService()
  3504.     {
  3505.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/Collaborative/SalesValidationController.php';
  3506.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/CollaborativeOffer/ValidateSalesService.php';
  3507.         $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())));
  3508.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController'$this));
  3509.         return $instance;
  3510.     }
  3511.     /**
  3512.      * Gets the public 'App\Controller\api\ClientSales\HistoryClientSalesController' shared autowired service.
  3513.      *
  3514.      * @return \App\Controller\api\ClientSales\HistoryClientSalesController
  3515.      */
  3516.     protected function getHistoryClientSalesControllerService()
  3517.     {
  3518.         include_once \dirname(__DIR__4).'/src/Controller/api/ClientSales/HistoryClientSalesController.php';
  3519.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/HistoryClientSalesService.php';
  3520.         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())));
  3521.     }
  3522.     /**
  3523.      * Gets the public 'App\Controller\api\CoOwnership\AddCoThePropertyController' shared autowired service.
  3524.      *
  3525.      * @return \App\Controller\api\CoOwnership\AddCoThePropertyController
  3526.      */
  3527.     protected function getAddCoThePropertyControllerService()
  3528.     {
  3529.         include_once \dirname(__DIR__4).'/src/Controller/api/CoOwnership/AddCoThePropertyController.php';
  3530.         return $this->services['App\\Controller\\api\\CoOwnership\\AddCoThePropertyController'] = new \App\Controller\api\CoOwnership\AddCoThePropertyController();
  3531.     }
  3532.     /**
  3533.      * Gets the public 'App\Controller\api\CoOwnership\ListCoOwnershipController' shared autowired service.
  3534.      *
  3535.      * @return \App\Controller\api\CoOwnership\ListCoOwnershipController
  3536.      */
  3537.     protected function getListCoOwnershipControllerService()
  3538.     {
  3539.         include_once \dirname(__DIR__4).'/src/Controller/api/CoOwnership/ListCoOwnershipController.php';
  3540.         return $this->services['App\\Controller\\api\\CoOwnership\\ListCoOwnershipController'] = new \App\Controller\api\CoOwnership\ListCoOwnershipController();
  3541.     }
  3542.     /**
  3543.      * Gets the public 'App\Controller\api\CoOwnership\VoteController' shared autowired service.
  3544.      *
  3545.      * @return \App\Controller\api\CoOwnership\VoteController
  3546.      */
  3547.     protected function getVoteControllerService()
  3548.     {
  3549.         include_once \dirname(__DIR__4).'/src/Controller/api/CoOwnership/VoteController.php';
  3550.         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()));
  3551.     }
  3552.     /**
  3553.      * Gets the public 'App\Controller\api\Community\CommitteeController' shared autowired service.
  3554.      *
  3555.      * @return \App\Controller\api\Community\CommitteeController
  3556.      */
  3557.     protected function getCommitteeControllerService()
  3558.     {
  3559.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/CommitteeController.php';
  3560.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/CommunityService.php';
  3561.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/CommitteeService.php';
  3562.         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())));
  3563.     }
  3564.     /**
  3565.      * Gets the public 'App\Controller\api\Community\ConsultationController' shared autowired service.
  3566.      *
  3567.      * @return \App\Controller\api\Community\ConsultationController
  3568.      */
  3569.     protected function getConsultationControllerService()
  3570.     {
  3571.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/Coordinate.php';
  3572.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/ConsultationController.php';
  3573.         $this->services['App\\Controller\\api\\Community\\ConsultationController'] = $instance = new \App\Controller\api\Community\ConsultationController();
  3574.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Community\\ConsultationController'$this));
  3575.         return $instance;
  3576.     }
  3577.     /**
  3578.      * Gets the public 'App\Controller\api\Community\DiversServiceController' shared autowired service.
  3579.      *
  3580.      * @return \App\Controller\api\Community\DiversServiceController
  3581.      */
  3582.     protected function getDiversServiceControllerService()
  3583.     {
  3584.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/Coordinate.php';
  3585.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/DiversServiceController.php';
  3586.         $this->services['App\\Controller\\api\\Community\\DiversServiceController'] = $instance = new \App\Controller\api\Community\DiversServiceController();
  3587.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Community\\DiversServiceController'$this));
  3588.         return $instance;
  3589.     }
  3590.     /**
  3591.      * Gets the public 'App\Controller\api\Community\PostController' shared autowired service.
  3592.      *
  3593.      * @return \App\Controller\api\Community\PostController
  3594.      */
  3595.     protected function getPostControllerService()
  3596.     {
  3597.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/PostController.php';
  3598.         $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()));
  3599.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Community\\PostController'$this));
  3600.         return $instance;
  3601.     }
  3602.     /**
  3603.      * Gets the public 'App\Controller\api\Community\SignalController' shared autowired service.
  3604.      *
  3605.      * @return \App\Controller\api\Community\SignalController
  3606.      */
  3607.     protected function getSignalControllerService()
  3608.     {
  3609.         include_once \dirname(__DIR__4).'/src/Controller/api/Community/SignalController.php';
  3610.         return $this->services['App\\Controller\\api\\Community\\SignalController'] = new \App\Controller\api\Community\SignalController();
  3611.     }
  3612.     /**
  3613.      * Gets the public 'App\Controller\api\ConsumptionController' shared autowired service.
  3614.      *
  3615.      * @return \App\Controller\api\ConsumptionController
  3616.      */
  3617.     protected function getConsumptionControllerService()
  3618.     {
  3619.         include_once \dirname(__DIR__4).'/src/Controller/api/ConsumptionController.php';
  3620.         include_once \dirname(__DIR__4).'/src/Service/Api/ConsumptionService.php';
  3621.         $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())));
  3622.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ConsumptionController'$this));
  3623.         return $instance;
  3624.     }
  3625.     /**
  3626.      * Gets the public 'App\Controller\api\ContactSellerController' shared autowired service.
  3627.      *
  3628.      * @return \App\Controller\api\ContactSellerController
  3629.      */
  3630.     protected function getContactSellerController2Service()
  3631.     {
  3632.         include_once \dirname(__DIR__4).'/src/Controller/api/ContactSellerController.php';
  3633.         include_once \dirname(__DIR__4).'/src/Service/Api/ContactSellerService.php';
  3634.         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())));
  3635.     }
  3636.     /**
  3637.      * Gets the public 'App\Controller\api\CounterOfferLease\CounterOfferLeaseController' shared autowired service.
  3638.      *
  3639.      * @return \App\Controller\api\CounterOfferLease\CounterOfferLeaseController
  3640.      */
  3641.     protected function getCounterOfferLeaseControllerService()
  3642.     {
  3643.         include_once \dirname(__DIR__4).'/src/Controller/api/CounterOfferLease/CounterOfferLeaseController.php';
  3644.         $this->services['App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController'] = $instance = new \App\Controller\api\CounterOfferLease\CounterOfferLeaseController(($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service()));
  3645.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController'$this));
  3646.         return $instance;
  3647.     }
  3648.     /**
  3649.      * Gets the public 'App\Controller\api\CounterOffer\CounterOfferController' shared autowired service.
  3650.      *
  3651.      * @return \App\Controller\api\CounterOffer\CounterOfferController
  3652.      */
  3653.     protected function getCounterOfferControllerService()
  3654.     {
  3655.         include_once \dirname(__DIR__4).'/src/Controller/api/CounterOffer/CounterOfferController.php';
  3656.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/CounterOfferService.php';
  3657.         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())));
  3658.     }
  3659.     /**
  3660.      * Gets the public 'App\Controller\api\CountryController' shared autowired service.
  3661.      *
  3662.      * @return \App\Controller\api\CountryController
  3663.      */
  3664.     protected function getCountryController2Service()
  3665.     {
  3666.         include_once \dirname(__DIR__4).'/src/Controller/api/CountryController.php';
  3667.         include_once \dirname(__DIR__4).'/src/Service/Api/CountryService.php';
  3668.         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())));
  3669.     }
  3670.     /**
  3671.      * Gets the public 'App\Controller\api\DailyNeededController' shared autowired service.
  3672.      *
  3673.      * @return \App\Controller\api\DailyNeededController
  3674.      */
  3675.     protected function getDailyNeededController2Service()
  3676.     {
  3677.         include_once \dirname(__DIR__4).'/src/Controller/api/DailyNeededController.php';
  3678.         include_once \dirname(__DIR__4).'/src/Service/Api/DailyNedeedService.php';
  3679.         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())));
  3680.     }
  3681.     /**
  3682.      * Gets the public 'App\Controller\api\DefaultClauseController' shared autowired service.
  3683.      *
  3684.      * @return \App\Controller\api\DefaultClauseController
  3685.      */
  3686.     protected function getDefaultClauseController2Service()
  3687.     {
  3688.         include_once \dirname(__DIR__4).'/src/Controller/api/DefaultClauseController.php';
  3689.         include_once \dirname(__DIR__4).'/src/Service/Api/DefaultClauseService.php';
  3690.         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())));
  3691.     }
  3692.     /**
  3693.      * Gets the public 'App\Controller\api\DeletionController' shared autowired service.
  3694.      *
  3695.      * @return \App\Controller\api\DeletionController
  3696.      */
  3697.     protected function getDeletionControllerService()
  3698.     {
  3699.         include_once \dirname(__DIR__4).'/src/Controller/api/DeletionController.php';
  3700.         return $this->services['App\\Controller\\api\\DeletionController'] = new \App\Controller\api\DeletionController();
  3701.     }
  3702.     /**
  3703.      * Gets the public 'App\Controller\api\DestinationHabitationController' shared autowired service.
  3704.      *
  3705.      * @return \App\Controller\api\DestinationHabitationController
  3706.      */
  3707.     protected function getDestinationHabitationControllerService()
  3708.     {
  3709.         include_once \dirname(__DIR__4).'/src/Controller/api/DestinationHabitationController.php';
  3710.         include_once \dirname(__DIR__4).'/src/Service/Api/DestinationHabitationService.php';
  3711.         $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())));
  3712.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\DestinationHabitationController'$this));
  3713.         return $instance;
  3714.     }
  3715.     /**
  3716.      * Gets the public 'App\Controller\api\DispenseController' shared autowired service.
  3717.      *
  3718.      * @return \App\Controller\api\DispenseController
  3719.      */
  3720.     protected function getDispenseControllerService()
  3721.     {
  3722.         include_once \dirname(__DIR__4).'/src/Controller/api/DispenseController.php';
  3723.         include_once \dirname(__DIR__4).'/src/Service/Api/DispenseService.php';
  3724.         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())));
  3725.     }
  3726.     /**
  3727.      * Gets the public 'App\Controller\api\DomiciliationAquisitionController' shared autowired service.
  3728.      *
  3729.      * @return \App\Controller\api\DomiciliationAquisitionController
  3730.      */
  3731.     protected function getDomiciliationAquisitionControllerService()
  3732.     {
  3733.         include_once \dirname(__DIR__4).'/src/Controller/api/DomiciliationAquisitionController.php';
  3734.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationAquisitionService.php';
  3735.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationResidenceService.php';
  3736.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationResaleService.php';
  3737.         include_once \dirname(__DIR__4).'/src/Service/Api/DomiciliationDeclarationService.php';
  3738.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  3739.         $a = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  3740.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  3741.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  3742.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  3743.         $e = ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator()));
  3744.         $f = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  3745.         $g = ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService());
  3746.         $h = ($this->privates['App\\Service\\TraitementDate'] ?? ($this->privates['App\\Service\\TraitementDate'] = new \App\Service\TraitementDate()));
  3747.         $i = ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage()));
  3748.         $j = ($this->privates['App\\Service\\Api\\SendEmailService'] ?? $this->getSendEmailServiceService());
  3749.         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));
  3750.     }
  3751.     /**
  3752.      * Gets the public 'App\Controller\api\DomiciliationResidenceController' shared autowired service.
  3753.      *
  3754.      * @return \App\Controller\api\DomiciliationResidenceController
  3755.      */
  3756.     protected function getDomiciliationResidenceControllerService()
  3757.     {
  3758.         include_once \dirname(__DIR__4).'/src/Controller/api/DomiciliationResidenceController.php';
  3759.         return $this->services['App\\Controller\\api\\DomiciliationResidenceController'] = new \App\Controller\api\DomiciliationResidenceController();
  3760.     }
  3761.     /**
  3762.      * Gets the public 'App\Controller\api\EducationController' shared autowired service.
  3763.      *
  3764.      * @return \App\Controller\api\EducationController
  3765.      */
  3766.     protected function getEducationController2Service()
  3767.     {
  3768.         include_once \dirname(__DIR__4).'/src/Controller/api/EducationController.php';
  3769.         include_once \dirname(__DIR__4).'/src/Service/Api/EducationService.php';
  3770.         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())));
  3771.     }
  3772.     /**
  3773.      * Gets the public 'App\Controller\api\EnergyBelgiqueController' shared autowired service.
  3774.      *
  3775.      * @return \App\Controller\api\EnergyBelgiqueController
  3776.      */
  3777.     protected function getEnergyBelgiqueControllerService()
  3778.     {
  3779.         include_once \dirname(__DIR__4).'/src/Controller/api/EnergyBelgiqueController.php';
  3780.         $this->services['App\\Controller\\api\\EnergyBelgiqueController'] = $instance = new \App\Controller\api\EnergyBelgiqueController(($this->privates['App\\Service\\Api\\EnergyBelgiqueService'] ?? $this->getEnergyBelgiqueServiceService()));
  3781.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EnergyBelgiqueController'$this));
  3782.         return $instance;
  3783.     }
  3784.     /**
  3785.      * Gets the public 'App\Controller\api\EnergyProviderFormController' shared autowired service.
  3786.      *
  3787.      * @return \App\Controller\api\EnergyProviderFormController
  3788.      */
  3789.     protected function getEnergyProviderFormControllerService()
  3790.     {
  3791.         include_once \dirname(__DIR__4).'/src/Controller/api/EnergyProviderFormController.php';
  3792.         include_once \dirname(__DIR__4).'/src/Service/Api/EnergyProviderFormService.php';
  3793.         $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())));
  3794.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EnergyProviderFormController'$this));
  3795.         return $instance;
  3796.     }
  3797.     /**
  3798.      * Gets the public 'App\Controller\api\EngieController' shared autowired service.
  3799.      *
  3800.      * @return \App\Controller\api\EngieController
  3801.      */
  3802.     protected function getEngieControllerService()
  3803.     {
  3804.         include_once \dirname(__DIR__4).'/src/Controller/api/EngieController.php';
  3805.         $this->services['App\\Controller\\api\\EngieController'] = $instance = new \App\Controller\api\EngieController(($this->services['App\\Service\\Api\\EngieService'] ?? $this->getEngieServiceService()));
  3806.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EngieController'$this));
  3807.         return $instance;
  3808.     }
  3809.     /**
  3810.      * Gets the public 'App\Controller\api\Environment\CheckCadastralParcelOwnerController' shared autowired service.
  3811.      *
  3812.      * @return \App\Controller\api\Environment\CheckCadastralParcelOwnerController
  3813.      */
  3814.     protected function getCheckCadastralParcelOwnerControllerService()
  3815.     {
  3816.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/CheckCadastralParcelOwnerController.php';
  3817.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/CheckCadastralParcelOwnerService.php';
  3818.         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())));
  3819.     }
  3820.     /**
  3821.      * Gets the public 'App\Controller\api\Environment\ColectiveGardenController' shared autowired service.
  3822.      *
  3823.      * @return \App\Controller\api\Environment\ColectiveGardenController
  3824.      */
  3825.     protected function getColectiveGardenControllerService()
  3826.     {
  3827.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/ColectiveGardenController.php';
  3828.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/ColectiveGardenService.php';
  3829.         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())));
  3830.     }
  3831.     /**
  3832.      * Gets the public 'App\Controller\api\Environment\EnvironmentFloodController' shared autowired service.
  3833.      *
  3834.      * @return \App\Controller\api\Environment\EnvironmentFloodController
  3835.      */
  3836.     protected function getEnvironmentFloodControllerService()
  3837.     {
  3838.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/EnvironmentFloodController.php';
  3839.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/EnvironmentDatasService.php';
  3840.         $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())));
  3841.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Environment\\EnvironmentFloodController'$this));
  3842.         return $instance;
  3843.     }
  3844.     /**
  3845.      * Gets the public 'App\Controller\api\Environment\EnvironmentTimelineDataController' shared autowired service.
  3846.      *
  3847.      * @return \App\Controller\api\Environment\EnvironmentTimelineDataController
  3848.      */
  3849.     protected function getEnvironmentTimelineDataControllerService()
  3850.     {
  3851.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/EnvironmentTimelineDataController.php';
  3852.         $this->services['App\\Controller\\api\\Environment\\EnvironmentTimelineDataController'] = $instance = new \App\Controller\api\Environment\EnvironmentTimelineDataController();
  3853.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Environment\\EnvironmentTimelineDataController'$this));
  3854.         return $instance;
  3855.     }
  3856.     /**
  3857.      * Gets the public 'App\Controller\api\Environment\FilteredObligationsController' shared autowired service.
  3858.      *
  3859.      * @return \App\Controller\api\Environment\FilteredObligationsController
  3860.      */
  3861.     protected function getFilteredObligationsControllerService()
  3862.     {
  3863.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/FilteredObligationsController.php';
  3864.         return $this->services['App\\Controller\\api\\Environment\\FilteredObligationsController'] = new \App\Controller\api\Environment\FilteredObligationsController();
  3865.     }
  3866.     /**
  3867.      * Gets the public 'App\Controller\api\Environment\GardenProjectSetTotalAccountingController' shared autowired service.
  3868.      *
  3869.      * @return \App\Controller\api\Environment\GardenProjectSetTotalAccountingController
  3870.      */
  3871.     protected function getGardenProjectSetTotalAccountingControllerService()
  3872.     {
  3873.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/GardenProjectSetTotalAccountingController.php';
  3874.         include_once \dirname(__DIR__4).'/src/Service/Api/Environment/GardenProjectSetTotalAccountingService.php';
  3875.         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())));
  3876.     }
  3877.     /**
  3878.      * Gets the public 'App\Controller\api\Environment\ModifyInstallation' shared autowired service.
  3879.      *
  3880.      * @return \App\Controller\api\Environment\ModifyInstallation
  3881.      */
  3882.     protected function getModifyInstallationService()
  3883.     {
  3884.         include_once \dirname(__DIR__4).'/src/Controller/api/Environment/ModifyInstallation.php';
  3885.         $this->services['App\\Controller\\api\\Environment\\ModifyInstallation'] = $instance = new \App\Controller\api\Environment\ModifyInstallation();
  3886.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Environment\\ModifyInstallation'$this));
  3887.         return $instance;
  3888.     }
  3889.     /**
  3890.      * Gets the public 'App\Controller\api\EtatCivilController' shared autowired service.
  3891.      *
  3892.      * @return \App\Controller\api\EtatCivilController
  3893.      */
  3894.     protected function getEtatCivilControllerService()
  3895.     {
  3896.         include_once \dirname(__DIR__4).'/src/Controller/api/EtatCivilController.php';
  3897.         include_once \dirname(__DIR__4).'/src/Service/Api/EtatCivilService.php';
  3898.         $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())));
  3899.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\EtatCivilController'$this));
  3900.         return $instance;
  3901.     }
  3902.     /**
  3903.      * Gets the public 'App\Controller\api\ExternalAdvertisingController' shared autowired service.
  3904.      *
  3905.      * @return \App\Controller\api\ExternalAdvertisingController
  3906.      */
  3907.     protected function getExternalAdvertisingControllerService()
  3908.     {
  3909.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalAdvertisingController.php';
  3910.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalAdvertisingService.php';
  3911.         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())));
  3912.     }
  3913.     /**
  3914.      * Gets the public 'App\Controller\api\ExternalDocumentExchangeController' shared autowired service.
  3915.      *
  3916.      * @return \App\Controller\api\ExternalDocumentExchangeController
  3917.      */
  3918.     protected function getExternalDocumentExchangeControllerService()
  3919.     {
  3920.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalDocumentExchangeController.php';
  3921.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalDocumentService.php';
  3922.         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())));
  3923.     }
  3924.     /**
  3925.      * Gets the public 'App\Controller\api\ExternalOfferController' shared autowired service.
  3926.      *
  3927.      * @return \App\Controller\api\ExternalOfferController
  3928.      */
  3929.     protected function getExternalOfferController2Service()
  3930.     {
  3931.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalOfferController.php';
  3932.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalOfferService.php';
  3933.         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())));
  3934.     }
  3935.     /**
  3936.      * Gets the public 'App\Controller\api\ExternalProviderController' shared autowired service.
  3937.      *
  3938.      * @return \App\Controller\api\ExternalProviderController
  3939.      */
  3940.     protected function getExternalProviderController2Service()
  3941.     {
  3942.         include_once \dirname(__DIR__4).'/src/Controller/api/ExternalProviderController.php';
  3943.         include_once \dirname(__DIR__4).'/src/Service/Api/ExternalProviderService.php';
  3944.         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())));
  3945.     }
  3946.     /**
  3947.      * Gets the public 'App\Controller\api\Finance\AssistanceObtained\SimulationController' shared autowired service.
  3948.      *
  3949.      * @return \App\Controller\api\Finance\AssistanceObtained\SimulationController
  3950.      */
  3951.     protected function getSimulationController3Service()
  3952.     {
  3953.         include_once \dirname(__DIR__4).'/src/Controller/api/Finance/AssistanceObtained/SimulationController.php';
  3954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  3955.         include_once \dirname(__DIR__4).'/src/DataTransformer/AssistanceObtained/SimulationOutputDataTransformer.php';
  3956.         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())));
  3957.     }
  3958.     /**
  3959.      * Gets the public 'App\Controller\api\Finance\Consumption\ConsumptionController' shared autowired service.
  3960.      *
  3961.      * @return \App\Controller\api\Finance\Consumption\ConsumptionController
  3962.      */
  3963.     protected function getConsumptionController2Service()
  3964.     {
  3965.         include_once \dirname(__DIR__4).'/src/Controller/api/Finance/Consumption/ConsumptionController.php';
  3966.         include_once \dirname(__DIR__4).'/src/Service/Api/Finances/Consumption/AnnualConsumption.php';
  3967.         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())));
  3968.     }
  3969.     /**
  3970.      * Gets the public 'App\Controller\api\Finance\Precount\SimulationController' shared autowired service.
  3971.      *
  3972.      * @return \App\Controller\api\Finance\Precount\SimulationController
  3973.      */
  3974.     protected function getSimulationController4Service()
  3975.     {
  3976.         include_once \dirname(__DIR__4).'/src/Controller/api/Finance/Precount/SimulationController.php';
  3977.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  3978.         include_once \dirname(__DIR__4).'/src/DataTransformer/Precount/SimulationOutputDataTransformer.php';
  3979.         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())));
  3980.     }
  3981.     /**
  3982.      * Gets the public 'App\Controller\api\GeoPortailController' shared autowired service.
  3983.      *
  3984.      * @return \App\Controller\api\GeoPortailController
  3985.      */
  3986.     protected function getGeoPortailControllerService()
  3987.     {
  3988.         include_once \dirname(__DIR__4).'/src/Controller/api/GeoPortailController.php';
  3989.         include_once \dirname(__DIR__4).'/src/Service/Api/GeoPortailService.php';
  3990.         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())));
  3991.     }
  3992.     /**
  3993.      * Gets the public 'App\Controller\api\GlobalSearchController' shared autowired service.
  3994.      *
  3995.      * @return \App\Controller\api\GlobalSearchController
  3996.      */
  3997.     protected function getGlobalSearchControllerService()
  3998.     {
  3999.         include_once \dirname(__DIR__4).'/src/Controller/api/GlobalSearchController.php';
  4000.         return $this->services['App\\Controller\\api\\GlobalSearchController'] = new \App\Controller\api\GlobalSearchController();
  4001.     }
  4002.     /**
  4003.      * Gets the public 'App\Controller\api\Inventory\InventoryController' shared autowired service.
  4004.      *
  4005.      * @return \App\Controller\api\Inventory\InventoryController
  4006.      */
  4007.     protected function getInventoryControllerService()
  4008.     {
  4009.         include_once \dirname(__DIR__4).'/src/Controller/api/Inventory/InventoryController.php';
  4010.         include_once \dirname(__DIR__4).'/src/Service/Api/Inventory/InventoryService.php';
  4011.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  4012.         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())));
  4013.     }
  4014.     /**
  4015.      * Gets the public 'App\Controller\api\LastVisitController' shared autowired service.
  4016.      *
  4017.      * @return \App\Controller\api\LastVisitController
  4018.      */
  4019.     protected function getLastVisitControllerService()
  4020.     {
  4021.         include_once \dirname(__DIR__4).'/src/Controller/api/LastVisitController.php';
  4022.         include_once \dirname(__DIR__4).'/src/Service/Api/LastVisitService.php';
  4023.         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())));
  4024.     }
  4025.     /**
  4026.      * Gets the public 'App\Controller\api\Location\UrbanController' shared autowired service.
  4027.      *
  4028.      * @return \App\Controller\api\Location\UrbanController
  4029.      */
  4030.     protected function getUrbanControllerService()
  4031.     {
  4032.         include_once \dirname(__DIR__4).'/src/Controller/api/Location/UrbanController.php';
  4033.         include_once \dirname(__DIR__4).'/src/Service/Api/UrbanInformationService.php';
  4034.         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())));
  4035.     }
  4036.     /**
  4037.      * Gets the public 'App\Controller\api\MailMiniController\TransportationMailMiniController' shared autowired service.
  4038.      *
  4039.      * @return \App\Controller\api\MailMiniController\TransportationMailMiniController
  4040.      */
  4041.     protected function getTransportationMailMiniControllerService()
  4042.     {
  4043.         include_once \dirname(__DIR__4).'/src/Controller/api/MailMiniController/TransportationMailMiniController.php';
  4044.         include_once \dirname(__DIR__4).'/src/Service/Api/MailMini/TransportationMailMiniService.php';
  4045.         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())));
  4046.     }
  4047.     /**
  4048.      * Gets the public 'App\Controller\api\Mobility\Carpool\SearchController' shared autowired service.
  4049.      *
  4050.      * @return \App\Controller\api\Mobility\Carpool\SearchController
  4051.      */
  4052.     protected function getSearchControllerService()
  4053.     {
  4054.         include_once \dirname(__DIR__4).'/src/Controller/api/Mobility/Carpool/SearchController.php';
  4055.         return $this->services['App\\Controller\\api\\Mobility\\Carpool\\SearchController'] = new \App\Controller\api\Mobility\Carpool\SearchController();
  4056.     }
  4057.     /**
  4058.      * Gets the public 'App\Controller\api\MovingDateController' shared autowired service.
  4059.      *
  4060.      * @return \App\Controller\api\MovingDateController
  4061.      */
  4062.     protected function getMovingDateControllerService()
  4063.     {
  4064.         include_once \dirname(__DIR__4).'/src/Controller/api/MovingDateController.php';
  4065.         include_once \dirname(__DIR__4).'/src/Service/Api/MovingDateService.php';
  4066.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  4067.         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()))));
  4068.     }
  4069.     /**
  4070.      * Gets the public 'App\Controller\api\MunicipalityController' shared autowired service.
  4071.      *
  4072.      * @return \App\Controller\api\MunicipalityController
  4073.      */
  4074.     protected function getMunicipalityController2Service()
  4075.     {
  4076.         include_once \dirname(__DIR__4).'/src/Controller/api/MunicipalityController.php';
  4077.         include_once \dirname(__DIR__4).'/src/Service/Api/MunicipalityService.php';
  4078.         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())));
  4079.     }
  4080.     /**
  4081.      * Gets the public 'App\Controller\api\NeighborhoodProject\DraftNeighborhoodProjectController' shared autowired service.
  4082.      *
  4083.      * @return \App\Controller\api\NeighborhoodProject\DraftNeighborhoodProjectController
  4084.      */
  4085.     protected function getDraftNeighborhoodProjectControllerService()
  4086.     {
  4087.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/DraftNeighborhoodProjectController.php';
  4088.         $this->services['App\\Controller\\api\\NeighborhoodProject\\DraftNeighborhoodProjectController'] = $instance = new \App\Controller\api\NeighborhoodProject\DraftNeighborhoodProjectController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4089.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\DraftNeighborhoodProjectController'$this));
  4090.         return $instance;
  4091.     }
  4092.     /**
  4093.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetCurrentNeighborhoodProjectController' shared autowired service.
  4094.      *
  4095.      * @return \App\Controller\api\NeighborhoodProject\GetCurrentNeighborhoodProjectController
  4096.      */
  4097.     protected function getGetCurrentNeighborhoodProjectControllerService()
  4098.     {
  4099.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetCurrentNeighborhoodProjectController.php';
  4100.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetCurrentNeighborhoodProjectController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetCurrentNeighborhoodProjectController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()));
  4101.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetCurrentNeighborhoodProjectController'$this));
  4102.         return $instance;
  4103.     }
  4104.     /**
  4105.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertProjectsController' shared autowired service.
  4106.      *
  4107.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertProjectsController
  4108.      */
  4109.     protected function getGetNeighborhoodProjectAlertProjectsControllerService()
  4110.     {
  4111.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectAlertProjectsController.php';
  4112.         $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()));
  4113.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertProjectsController'$this));
  4114.         return $instance;
  4115.     }
  4116.     /**
  4117.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertsController' shared autowired service.
  4118.      *
  4119.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertsController
  4120.      */
  4121.     protected function getGetNeighborhoodProjectAlertsControllerService()
  4122.     {
  4123.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectAlertsController.php';
  4124.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertsController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectAlertsController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository'] ?? $this->getNeighborhoodProjectAlertRepositoryService()));
  4125.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectAlertsController'$this));
  4126.         return $instance;
  4127.     }
  4128.     /**
  4129.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectMunicipalAuthoritiesEmailController' shared autowired service.
  4130.      *
  4131.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectMunicipalAuthoritiesEmailController
  4132.      */
  4133.     protected function getGetNeighborhoodProjectMunicipalAuthoritiesEmailControllerService()
  4134.     {
  4135.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectMunicipalAuthoritiesEmailController.php';
  4136.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectMunicipalAuthoritiesEmailController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectMunicipalAuthoritiesEmailController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()), ($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectMunicipalityRepository'] ?? $this->getNeighborhoodProjectMunicipalityRepositoryService()), ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService()));
  4137.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectMunicipalAuthoritiesEmailController'$this));
  4138.         return $instance;
  4139.     }
  4140.     /**
  4141.      * Gets the public 'App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectsController' shared autowired service.
  4142.      *
  4143.      * @return \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectsController
  4144.      */
  4145.     protected function getGetNeighborhoodProjectsControllerService()
  4146.     {
  4147.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/GetNeighborhoodProjectsController.php';
  4148.         $this->services['App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectsController'] = $instance = new \App\Controller\api\NeighborhoodProject\GetNeighborhoodProjectsController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()));
  4149.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\GetNeighborhoodProjectsController'$this));
  4150.         return $instance;
  4151.     }
  4152.     /**
  4153.      * Gets the public 'App\Controller\api\NeighborhoodProject\PublishNeighborhoodProjectController' shared autowired service.
  4154.      *
  4155.      * @return \App\Controller\api\NeighborhoodProject\PublishNeighborhoodProjectController
  4156.      */
  4157.     protected function getPublishNeighborhoodProjectControllerService()
  4158.     {
  4159.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/PublishNeighborhoodProjectController.php';
  4160.         $this->services['App\\Controller\\api\\NeighborhoodProject\\PublishNeighborhoodProjectController'] = $instance = new \App\Controller\api\NeighborhoodProject\PublishNeighborhoodProjectController(($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] ?? $this->getNeighborhoodProjectRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  4161.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\PublishNeighborhoodProjectController'$this));
  4162.         return $instance;
  4163.     }
  4164.     /**
  4165.      * Gets the public 'App\Controller\api\NeighborhoodProject\SubmitToMunicipalAuthoritiesController' shared autowired service.
  4166.      *
  4167.      * @return \App\Controller\api\NeighborhoodProject\SubmitToMunicipalAuthoritiesController
  4168.      */
  4169.     protected function getSubmitToMunicipalAuthoritiesControllerService()
  4170.     {
  4171.         include_once \dirname(__DIR__4).'/src/Controller/api/NeighborhoodProject/SubmitToMunicipalAuthoritiesController.php';
  4172.         $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()));
  4173.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\NeighborhoodProject\\SubmitToMunicipalAuthoritiesController'$this));
  4174.         return $instance;
  4175.     }
  4176.     /**
  4177.      * Gets the public 'App\Controller\api\Notification\IndexController' shared autowired service.
  4178.      *
  4179.      * @return \App\Controller\api\Notification\IndexController
  4180.      */
  4181.     protected function getIndexControllerService()
  4182.     {
  4183.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/IndexController.php';
  4184.         $this->services['App\\Controller\\api\\Notification\\IndexController'] = $instance = new \App\Controller\api\Notification\IndexController();
  4185.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\IndexController'$this));
  4186.         return $instance;
  4187.     }
  4188.     /**
  4189.      * Gets the public 'App\Controller\api\Notification\PostController' shared autowired service.
  4190.      *
  4191.      * @return \App\Controller\api\Notification\PostController
  4192.      */
  4193.     protected function getPostController2Service()
  4194.     {
  4195.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/PostController.php';
  4196.         $this->services['App\\Controller\\api\\Notification\\PostController'] = $instance = new \App\Controller\api\Notification\PostController();
  4197.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\PostController'$this));
  4198.         return $instance;
  4199.     }
  4200.     /**
  4201.      * Gets the public 'App\Controller\api\Notification\UpdateLastNotification' shared autowired service.
  4202.      *
  4203.      * @return \App\Controller\api\Notification\UpdateLastNotification
  4204.      */
  4205.     protected function getUpdateLastNotificationService()
  4206.     {
  4207.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/UpdateLastNotification.php';
  4208.         $this->services['App\\Controller\\api\\Notification\\UpdateLastNotification'] = $instance = new \App\Controller\api\Notification\UpdateLastNotification();
  4209.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\UpdateLastNotification'$this));
  4210.         return $instance;
  4211.     }
  4212.     /**
  4213.      * Gets the public 'App\Controller\api\Notification\ViewController' shared autowired service.
  4214.      *
  4215.      * @return \App\Controller\api\Notification\ViewController
  4216.      */
  4217.     protected function getViewControllerService()
  4218.     {
  4219.         include_once \dirname(__DIR__4).'/src/Controller/api/Notification/ViewController.php';
  4220.         $this->services['App\\Controller\\api\\Notification\\ViewController'] = $instance = new \App\Controller\api\Notification\ViewController();
  4221.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Notification\\ViewController'$this));
  4222.         return $instance;
  4223.     }
  4224.     /**
  4225.      * Gets the public 'App\Controller\api\OccupieController' shared autowired service.
  4226.      *
  4227.      * @return \App\Controller\api\OccupieController
  4228.      */
  4229.     protected function getOccupieControllerService()
  4230.     {
  4231.         include_once \dirname(__DIR__4).'/src/Controller/api/OccupieController.php';
  4232.         include_once \dirname(__DIR__4).'/src/Service/Api/OccupieService.php';
  4233.         $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())));
  4234.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OccupieController'$this));
  4235.         return $instance;
  4236.     }
  4237.     /**
  4238.      * Gets the public 'App\Controller\api\OfferCollaborative\AddOfferCollaborativeController' shared autowired service.
  4239.      *
  4240.      * @return \App\Controller\api\OfferCollaborative\AddOfferCollaborativeController
  4241.      */
  4242.     protected function getAddOfferCollaborativeControllerService()
  4243.     {
  4244.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/AddOfferCollaborativeController.php';
  4245.         $this->services['App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController'] = $instance = new \App\Controller\api\OfferCollaborative\AddOfferCollaborativeController();
  4246.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController'$this));
  4247.         return $instance;
  4248.     }
  4249.     /**
  4250.      * Gets the public 'App\Controller\api\OfferCollaborative\ListOfferController' shared autowired service.
  4251.      *
  4252.      * @return \App\Controller\api\OfferCollaborative\ListOfferController
  4253.      */
  4254.     protected function getListOfferControllerService()
  4255.     {
  4256.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/ListOfferController.php';
  4257.         $this->services['App\\Controller\\api\\OfferCollaborative\\ListOfferController'] = $instance = new \App\Controller\api\OfferCollaborative\ListOfferController();
  4258.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\ListOfferController'$this));
  4259.         return $instance;
  4260.     }
  4261.     /**
  4262.      * Gets the public 'App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestController' shared autowired service.
  4263.      *
  4264.      * @return \App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestController
  4265.      */
  4266.     protected function getPurchasePartnerRequestController2Service()
  4267.     {
  4268.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/Purchase/PurchasePartnerRequestController.php';
  4269.         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()));
  4270.     }
  4271.     /**
  4272.      * Gets the public 'App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestObjectifController' shared autowired service.
  4273.      *
  4274.      * @return \App\Controller\api\OfferCollaborative\Purchase\PurchasePartnerRequestObjectifController
  4275.      */
  4276.     protected function getPurchasePartnerRequestObjectifController2Service()
  4277.     {
  4278.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/Purchase/PurchasePartnerRequestObjectifController.php';
  4279.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Purchase/PurchasePartnerRequestObjectifService.php';
  4280.         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())));
  4281.     }
  4282.     /**
  4283.      * Gets the public 'App\Controller\api\OfferCollaborative\SellerProcessOfferController' shared autowired service.
  4284.      *
  4285.      * @return \App\Controller\api\OfferCollaborative\SellerProcessOfferController
  4286.      */
  4287.     protected function getSellerProcessOfferControllerService()
  4288.     {
  4289.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/SellerProcessOfferController.php';
  4290.         $this->services['App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController'] = $instance = new \App\Controller\api\OfferCollaborative\SellerProcessOfferController();
  4291.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController'$this));
  4292.         return $instance;
  4293.     }
  4294.     /**
  4295.      * Gets the public 'App\Controller\api\OfferCollaborative\SendOfferToSellerController' shared autowired service.
  4296.      *
  4297.      * @return \App\Controller\api\OfferCollaborative\SendOfferToSellerController
  4298.      */
  4299.     protected function getSendOfferToSellerControllerService()
  4300.     {
  4301.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/SendOfferToSellerController.php';
  4302.         $this->services['App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController'] = $instance = new \App\Controller\api\OfferCollaborative\SendOfferToSellerController();
  4303.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController'$this));
  4304.         return $instance;
  4305.     }
  4306.     /**
  4307.      * Gets the public 'App\Controller\api\OfferCollaborative\UpdateSignOfferController' shared autowired service.
  4308.      *
  4309.      * @return \App\Controller\api\OfferCollaborative\UpdateSignOfferController
  4310.      */
  4311.     protected function getUpdateSignOfferControllerService()
  4312.     {
  4313.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferCollaborative/UpdateSignOfferController.php';
  4314.         return $this->services['App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController'] = new \App\Controller\api\OfferCollaborative\UpdateSignOfferController();
  4315.     }
  4316.     /**
  4317.      * Gets the public 'App\Controller\api\OfferLease\OfferLeaseController' shared autowired service.
  4318.      *
  4319.      * @return \App\Controller\api\OfferLease\OfferLeaseController
  4320.      */
  4321.     protected function getOfferLeaseControllerService()
  4322.     {
  4323.         include_once \dirname(__DIR__4).'/src/Controller/api/OfferLease/OfferLeaseController.php';
  4324.         $this->services['App\\Controller\\api\\OfferLease\\OfferLeaseController'] = $instance = new \App\Controller\api\OfferLease\OfferLeaseController();
  4325.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\OfferLease\\OfferLeaseController'$this));
  4326.         return $instance;
  4327.     }
  4328.     /**
  4329.      * Gets the public 'App\Controller\api\Offer\DocumentController' shared autowired service.
  4330.      *
  4331.      * @return \App\Controller\api\Offer\DocumentController
  4332.      */
  4333.     protected function getDocumentControllerService()
  4334.     {
  4335.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/DocumentController.php';
  4336.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/DocumentService.php';
  4337.         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())));
  4338.     }
  4339.     /**
  4340.      * Gets the public 'App\Controller\api\Offer\OfferController' shared autowired service.
  4341.      *
  4342.      * @return \App\Controller\api\Offer\OfferController
  4343.      */
  4344.     protected function getOfferController2Service()
  4345.     {
  4346.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/OfferController.php';
  4347.         return $this->services['App\\Controller\\api\\Offer\\OfferController'] = new \App\Controller\api\Offer\OfferController(($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] ?? $this->getMakeOfferServiceService()));
  4348.     }
  4349.     /**
  4350.      * Gets the public 'App\Controller\api\Offer\OfferListController' shared autowired service.
  4351.      *
  4352.      * @return \App\Controller\api\Offer\OfferListController
  4353.      */
  4354.     protected function getOfferListControllerService()
  4355.     {
  4356.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/OfferListController.php';
  4357.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  4358.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/ListOffersService.php';
  4359.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  4360.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  4361.         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())));
  4362.     }
  4363.     /**
  4364.      * Gets the public 'App\Controller\api\Offer\OfferSubmissionController' shared autowired service.
  4365.      *
  4366.      * @return \App\Controller\api\Offer\OfferSubmissionController
  4367.      */
  4368.     protected function getOfferSubmissionControllerService()
  4369.     {
  4370.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/OfferSubmissionController.php';
  4371.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferSubmissionService.php';
  4372.         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())));
  4373.     }
  4374.     /**
  4375.      * Gets the public 'App\Controller\api\Offer\ValidateOfferController' shared autowired service.
  4376.      *
  4377.      * @return \App\Controller\api\Offer\ValidateOfferController
  4378.      */
  4379.     protected function getValidateOfferControllerService()
  4380.     {
  4381.         include_once \dirname(__DIR__4).'/src/Controller/api/Offer/ValidateOfferController.php';
  4382.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/Validation/SendingMailOfferTrait.php';
  4383.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/Validation/OfferValidationService.php';
  4384.         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())));
  4385.     }
  4386.     /**
  4387.      * Gets the public 'App\Controller\api\PerimeterController' shared autowired service.
  4388.      *
  4389.      * @return \App\Controller\api\PerimeterController
  4390.      */
  4391.     protected function getPerimeterControllerService()
  4392.     {
  4393.         include_once \dirname(__DIR__4).'/src/Controller/api/PerimeterController.php';
  4394.         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()));
  4395.     }
  4396.     /**
  4397.      * Gets the public 'App\Controller\api\PermitEnvironmentalController' shared autowired service.
  4398.      *
  4399.      * @return \App\Controller\api\PermitEnvironmentalController
  4400.      */
  4401.     protected function getPermitEnvironmentalControllerService()
  4402.     {
  4403.         include_once \dirname(__DIR__4).'/src/Controller/api/PermitEnvironmentalController.php';
  4404.         return $this->services['App\\Controller\\api\\PermitEnvironmentalController'] = new \App\Controller\api\PermitEnvironmentalController(($this->privates['App\\Service\\Api\\PermitEnvironmentalService'] ?? $this->getPermitEnvironmentalServiceService()));
  4405.     }
  4406.     /**
  4407.      * Gets the public 'App\Controller\api\PermitPropertyProcedureController' shared autowired service.
  4408.      *
  4409.      * @return \App\Controller\api\PermitPropertyProcedureController
  4410.      */
  4411.     protected function getPermitPropertyProcedureControllerService()
  4412.     {
  4413.         include_once \dirname(__DIR__4).'/src/Controller/api/PermitPropertyProcedureController.php';
  4414.         include_once \dirname(__DIR__4).'/src/Service/Api/PermitPropertyProcedureService.php';
  4415.         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())));
  4416.     }
  4417.     /**
  4418.      * Gets the public 'App\Controller\api\PlanController' shared autowired service.
  4419.      *
  4420.      * @return \App\Controller\api\PlanController
  4421.      */
  4422.     protected function getPlanController2Service()
  4423.     {
  4424.         include_once \dirname(__DIR__4).'/src/Controller/api/PlanController.php';
  4425.         $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()));
  4426.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\PlanController'$this));
  4427.         return $instance;
  4428.     }
  4429.     /**
  4430.      * Gets the public 'App\Controller\api\Precompte\BruxelleFlandre\BruxelleAndFlandrePrecompte' shared autowired service.
  4431.      *
  4432.      * @return \App\Controller\api\Precompte\BruxelleFlandre\BruxelleAndFlandrePrecompte
  4433.      */
  4434.     protected function getBruxelleAndFlandrePrecompteService()
  4435.     {
  4436.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/PreCountAbstract.php';
  4437.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/BruxelleFlandre/BruxelleAndFlandrePrecompte.php';
  4438.         $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()));
  4439.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte'$this));
  4440.         return $instance;
  4441.     }
  4442.     /**
  4443.      * Gets the public 'App\Controller\api\Precompte\Wallonie\WalloniePrecompte' shared autowired service.
  4444.      *
  4445.      * @return \App\Controller\api\Precompte\Wallonie\WalloniePrecompte
  4446.      */
  4447.     protected function getWalloniePrecompteService()
  4448.     {
  4449.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/PreCountAbstract.php';
  4450.         include_once \dirname(__DIR__4).'/src/Controller/api/Precompte/Wallonie/WalloniePrecompte.php';
  4451.         $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()));
  4452.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte'$this));
  4453.         return $instance;
  4454.     }
  4455.     /**
  4456.      * Gets the public 'App\Controller\api\Prestashop\OrderController' shared autowired service.
  4457.      *
  4458.      * @return \App\Controller\api\Prestashop\OrderController
  4459.      */
  4460.     protected function getOrderControllerService()
  4461.     {
  4462.         include_once \dirname(__DIR__4).'/src/Controller/api/Prestashop/OrderController.php';
  4463.         $this->services['App\\Controller\\api\\Prestashop\\OrderController'] = $instance = new \App\Controller\api\Prestashop\OrderController(($this->privates['App\\Service\\Api\\Prestashop\\Order'] ?? $this->getOrderService()));
  4464.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prestashop\\OrderController'$this));
  4465.         return $instance;
  4466.     }
  4467.     /**
  4468.      * Gets the public 'App\Controller\api\Prestashop\ProductController' shared autowired service.
  4469.      *
  4470.      * @return \App\Controller\api\Prestashop\ProductController
  4471.      */
  4472.     protected function getProductControllerService()
  4473.     {
  4474.         include_once \dirname(__DIR__4).'/src/Controller/api/Prestashop/ProductController.php';
  4475.         $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()));
  4476.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prestashop\\ProductController'$this));
  4477.         return $instance;
  4478.     }
  4479.     /**
  4480.      * Gets the public 'App\Controller\api\Prestashop\SuppliersController' shared autowired service.
  4481.      *
  4482.      * @return \App\Controller\api\Prestashop\SuppliersController
  4483.      */
  4484.     protected function getSuppliersControllerService()
  4485.     {
  4486.         include_once \dirname(__DIR__4).'/src/Controller/api/Prestashop/SuppliersController.php';
  4487.         $this->services['App\\Controller\\api\\Prestashop\\SuppliersController'] = $instance = new \App\Controller\api\Prestashop\SuppliersController(($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService()));
  4488.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prestashop\\SuppliersController'$this));
  4489.         return $instance;
  4490.     }
  4491.     /**
  4492.      * Gets the public 'App\Controller\api\Prime\AmountCalculation' shared autowired service.
  4493.      *
  4494.      * @return \App\Controller\api\Prime\AmountCalculation
  4495.      */
  4496.     protected function getAmountCalculationService()
  4497.     {
  4498.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/AmountCalculation.php';
  4499.         return $this->services['App\\Controller\\api\\Prime\\AmountCalculation'] = new \App\Controller\api\Prime\AmountCalculation();
  4500.     }
  4501.     /**
  4502.      * Gets the public 'App\Controller\api\Prime\GetAllProcess' shared autowired service.
  4503.      *
  4504.      * @return \App\Controller\api\Prime\GetAllProcess
  4505.      */
  4506.     protected function getGetAllProcessService()
  4507.     {
  4508.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/GetAllProcess.php';
  4509.         return $this->services['App\\Controller\\api\\Prime\\GetAllProcess'] = new \App\Controller\api\Prime\GetAllProcess();
  4510.     }
  4511.     /**
  4512.      * Gets the public 'App\Controller\api\Prime\ProcessController' shared autowired service.
  4513.      *
  4514.      * @return \App\Controller\api\Prime\ProcessController
  4515.      */
  4516.     protected function getProcessControllerService()
  4517.     {
  4518.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/ProcessController.php';
  4519.         return $this->services['App\\Controller\\api\\Prime\\ProcessController'] = new \App\Controller\api\Prime\ProcessController();
  4520.     }
  4521.     /**
  4522.      * Gets the public 'App\Controller\api\Prime\SearchController' shared autowired service.
  4523.      *
  4524.      * @return \App\Controller\api\Prime\SearchController
  4525.      */
  4526.     protected function getSearchController2Service()
  4527.     {
  4528.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/SearchController.php';
  4529.         return $this->services['App\\Controller\\api\\Prime\\SearchController'] = new \App\Controller\api\Prime\SearchController();
  4530.     }
  4531.     /**
  4532.      * Gets the public 'App\Controller\api\Prime\WorkController' shared autowired service.
  4533.      *
  4534.      * @return \App\Controller\api\Prime\WorkController
  4535.      */
  4536.     protected function getWorkController2Service()
  4537.     {
  4538.         include_once \dirname(__DIR__4).'/src/Controller/api/Prime/WorkController.php';
  4539.         $this->services['App\\Controller\\api\\Prime\\WorkController'] = $instance = new \App\Controller\api\Prime\WorkController();
  4540.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Prime\\WorkController'$this));
  4541.         return $instance;
  4542.     }
  4543.     /**
  4544.      * Gets the public 'App\Controller\api\ProfessionalProfileController' shared autowired service.
  4545.      *
  4546.      * @return \App\Controller\api\ProfessionalProfileController
  4547.      */
  4548.     protected function getProfessionalProfileControllerService()
  4549.     {
  4550.         include_once \dirname(__DIR__4).'/src/Controller/api/ProfessionalProfileController.php';
  4551.         $this->services['App\\Controller\\api\\ProfessionalProfileController'] = $instance = new \App\Controller\api\ProfessionalProfileController();
  4552.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ProfessionalProfileController'$this));
  4553.         return $instance;
  4554.     }
  4555.     /**
  4556.      * Gets the public 'App\Controller\api\PropertyTaxController' shared autowired service.
  4557.      *
  4558.      * @return \App\Controller\api\PropertyTaxController
  4559.      */
  4560.     protected function getPropertyTaxControllerService()
  4561.     {
  4562.         include_once \dirname(__DIR__4).'/src/Controller/api/PropertyTaxController.php';
  4563.         include_once \dirname(__DIR__4).'/src/Service/Api/PropertyTaxService.php';
  4564.         $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())));
  4565.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\PropertyTaxController'$this));
  4566.         return $instance;
  4567.     }
  4568.     /**
  4569.      * Gets the public 'App\Controller\api\ProviderServicesController' shared autowired service.
  4570.      *
  4571.      * @return \App\Controller\api\ProviderServicesController
  4572.      */
  4573.     protected function getProviderServicesControllerService()
  4574.     {
  4575.         include_once \dirname(__DIR__4).'/src/Controller/api/ProviderServicesController.php';
  4576.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderServices.php';
  4577.         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())));
  4578.     }
  4579.     /**
  4580.      * Gets the public 'App\Controller\api\ProviderSolarFitterController' shared autowired service.
  4581.      *
  4582.      * @return \App\Controller\api\ProviderSolarFitterController
  4583.      */
  4584.     protected function getProviderSolarFitterControllerService()
  4585.     {
  4586.         include_once \dirname(__DIR__4).'/src/Controller/api/ProviderSolarFitterController.php';
  4587.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarFitterService.php';
  4588.         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())));
  4589.     }
  4590.     /**
  4591.      * Gets the public 'App\Controller\api\ProviderWaterController' shared autowired service.
  4592.      *
  4593.      * @return \App\Controller\api\ProviderWaterController
  4594.      */
  4595.     protected function getProviderWaterControllerService()
  4596.     {
  4597.         include_once \dirname(__DIR__4).'/src/Controller/api/ProviderWaterController.php';
  4598.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderWaterService.php';
  4599.         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())));
  4600.     }
  4601.     /**
  4602.      * Gets the public 'App\Controller\api\PurchaseController' shared autowired service.
  4603.      *
  4604.      * @return \App\Controller\api\PurchaseController
  4605.      */
  4606.     protected function getPurchaseControllerService()
  4607.     {
  4608.         include_once \dirname(__DIR__4).'/src/Controller/api/PurchaseController.php';
  4609.         include_once \dirname(__DIR__4).'/src/Service/Api/PurchaseService.php';
  4610.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  4611.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  4612.         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())));
  4613.     }
  4614.     /**
  4615.      * Gets the public 'App\Controller\api\Ratings\CheckIfAlreadyRate' shared autowired service.
  4616.      *
  4617.      * @return \App\Controller\api\Ratings\CheckIfAlreadyRate
  4618.      */
  4619.     protected function getCheckIfAlreadyRateService()
  4620.     {
  4621.         include_once \dirname(__DIR__4).'/src/Controller/api/Ratings/CheckIfAlreadyRate.php';
  4622.         $this->services['App\\Controller\\api\\Ratings\\CheckIfAlreadyRate'] = $instance = new \App\Controller\api\Ratings\CheckIfAlreadyRate();
  4623.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Ratings\\CheckIfAlreadyRate'$this));
  4624.         return $instance;
  4625.     }
  4626.     /**
  4627.      * Gets the public 'App\Controller\api\Ratings\RatingController' shared autowired service.
  4628.      *
  4629.      * @return \App\Controller\api\Ratings\RatingController
  4630.      */
  4631.     protected function getRatingControllerService()
  4632.     {
  4633.         include_once \dirname(__DIR__4).'/src/Controller/api/Ratings/RatingController.php';
  4634.         include_once \dirname(__DIR__4).'/src/Service/Api/Expert/RatingsService.php';
  4635.         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())));
  4636.     }
  4637.     /**
  4638.      * Gets the public 'App\Controller\api\ReferenceRentController' shared autowired service.
  4639.      *
  4640.      * @return \App\Controller\api\ReferenceRentController
  4641.      */
  4642.     protected function getReferenceRentControllerService()
  4643.     {
  4644.         include_once \dirname(__DIR__4).'/src/Controller/api/ReferenceRentController.php';
  4645.         $this->services['App\\Controller\\api\\ReferenceRentController'] = $instance = new \App\Controller\api\ReferenceRentController();
  4646.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ReferenceRentController'$this));
  4647.         return $instance;
  4648.     }
  4649.     /**
  4650.      * Gets the public 'App\Controller\api\RegionController' shared autowired service.
  4651.      *
  4652.      * @return \App\Controller\api\RegionController
  4653.      */
  4654.     protected function getRegionController2Service()
  4655.     {
  4656.         include_once \dirname(__DIR__4).'/src/Controller/api/RegionController.php';
  4657.         include_once \dirname(__DIR__4).'/src/Service/Api/RegionService.php';
  4658.         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())));
  4659.     }
  4660.     /**
  4661.      * Gets the public 'App\Controller\api\RentalController' shared autowired service.
  4662.      *
  4663.      * @return \App\Controller\api\RentalController
  4664.      */
  4665.     protected function getRentalController2Service()
  4666.     {
  4667.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalController.php';
  4668.         $this->services['App\\Controller\\api\\RentalController'] = $instance = new \App\Controller\api\RentalController(($this->services['App\\Service\\Api\\RentalService'] ?? $this->getRentalServiceService()), ($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'] ?? $this->getLeaseContractManagerService()));
  4669.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\RentalController'$this));
  4670.         return $instance;
  4671.     }
  4672.     /**
  4673.      * Gets the public 'App\Controller\api\RentalManagement\GetHousingCodeController' shared autowired service.
  4674.      *
  4675.      * @return \App\Controller\api\RentalManagement\GetHousingCodeController
  4676.      */
  4677.     protected function getGetHousingCodeControllerService()
  4678.     {
  4679.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalManagement/GetHousingCodeController.php';
  4680.         return $this->services['App\\Controller\\api\\RentalManagement\\GetHousingCodeController'] = new \App\Controller\api\RentalManagement\GetHousingCodeController();
  4681.     }
  4682.     /**
  4683.      * Gets the public 'App\Controller\api\RentalManagement\PostLeaveController' shared autowired service.
  4684.      *
  4685.      * @return \App\Controller\api\RentalManagement\PostLeaveController
  4686.      */
  4687.     protected function getPostLeaveControllerService()
  4688.     {
  4689.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalManagement/PostLeaveController.php';
  4690.         return $this->services['App\\Controller\\api\\RentalManagement\\PostLeaveController'] = new \App\Controller\api\RentalManagement\PostLeaveController(($this->privates['security.helper'] ?? $this->getSecurity_HelperService()));
  4691.     }
  4692.     /**
  4693.      * Gets the public 'App\Controller\api\RentalManagement\PutRentalManagementController' shared autowired service.
  4694.      *
  4695.      * @return \App\Controller\api\RentalManagement\PutRentalManagementController
  4696.      */
  4697.     protected function getPutRentalManagementControllerService()
  4698.     {
  4699.         include_once \dirname(__DIR__4).'/src/Controller/api/RentalManagement/PutRentalManagementController.php';
  4700.         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()));
  4701.     }
  4702.     /**
  4703.      * Gets the public 'App\Controller\api\RequestSellerToNotaryController' shared autowired service.
  4704.      *
  4705.      * @return \App\Controller\api\RequestSellerToNotaryController
  4706.      */
  4707.     protected function getRequestSellerToNotaryControllerService()
  4708.     {
  4709.         include_once \dirname(__DIR__4).'/src/Controller/api/RequestSellerToNotaryController.php';
  4710.         include_once \dirname(__DIR__4).'/src/Service/Api/RequestSellerToNotaryService.php';
  4711.         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())));
  4712.     }
  4713.     /**
  4714.      * Gets the public 'App\Controller\api\SalesAgreementFileController' shared autowired service.
  4715.      *
  4716.      * @return \App\Controller\api\SalesAgreementFileController
  4717.      */
  4718.     protected function getSalesAgreementFileControllerService()
  4719.     {
  4720.         include_once \dirname(__DIR__4).'/src/Controller/api/SalesAgreementFileController.php';
  4721.         include_once \dirname(__DIR__4).'/src/Service/Api/SalesAgreementFileService.php';
  4722.         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())));
  4723.     }
  4724.     /**
  4725.      * Gets the public 'App\Controller\api\SaveController' shared autowired service.
  4726.      *
  4727.      * @return \App\Controller\api\SaveController
  4728.      */
  4729.     protected function getSaveControllerService()
  4730.     {
  4731.         include_once \dirname(__DIR__4).'/src/Controller/api/SaveController.php';
  4732.         include_once \dirname(__DIR__4).'/src/Service/Api/SaveService.php';
  4733.         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())));
  4734.     }
  4735.     /**
  4736.      * Gets the public 'App\Controller\api\SchoolsController' shared autowired service.
  4737.      *
  4738.      * @return \App\Controller\api\SchoolsController
  4739.      */
  4740.     protected function getSchoolsControllerService()
  4741.     {
  4742.         include_once \dirname(__DIR__4).'/src/Controller/api/SchoolsController.php';
  4743.         include_once \dirname(__DIR__4).'/src/Service/Api/SchoolsService.php';
  4744.         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())));
  4745.     }
  4746.     /**
  4747.      * Gets the public 'App\Controller\api\Security\DeclarationDateController' shared autowired service.
  4748.      *
  4749.      * @return \App\Controller\api\Security\DeclarationDateController
  4750.      */
  4751.     protected function getDeclarationDateControllerService()
  4752.     {
  4753.         include_once \dirname(__DIR__4).'/src/Controller/api/Security/DeclarationDateController.php';
  4754.         return $this->services['App\\Controller\\api\\Security\\DeclarationDateController'] = new \App\Controller\api\Security\DeclarationDateController();
  4755.     }
  4756.     /**
  4757.      * Gets the public 'App\Controller\api\Security\MyNeighborhoodOfficer' shared autowired service.
  4758.      *
  4759.      * @return \App\Controller\api\Security\MyNeighborhoodOfficer
  4760.      */
  4761.     protected function getMyNeighborhoodOfficerService()
  4762.     {
  4763.         include_once \dirname(__DIR__4).'/src/Controller/api/Security/MyNeighborhoodOfficer.php';
  4764.         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()));
  4765.     }
  4766.     /**
  4767.      * Gets the public 'App\Controller\api\SendEmailController' shared autowired service.
  4768.      *
  4769.      * @return \App\Controller\api\SendEmailController
  4770.      */
  4771.     protected function getSendEmailControllerService()
  4772.     {
  4773.         include_once \dirname(__DIR__4).'/src/Controller/api/SendEmailController.php';
  4774.         $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()));
  4775.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SendEmailController'$this));
  4776.         return $instance;
  4777.     }
  4778.     /**
  4779.      * Gets the public 'App\Controller\api\ServicePromo\ListController' shared autowired service.
  4780.      *
  4781.      * @return \App\Controller\api\ServicePromo\ListController
  4782.      */
  4783.     protected function getListControllerService()
  4784.     {
  4785.         include_once \dirname(__DIR__4).'/src/Controller/api/ServicePromo/ListController.php';
  4786.         $this->services['App\\Controller\\api\\ServicePromo\\ListController'] = $instance = new \App\Controller\api\ServicePromo\ListController();
  4787.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ServicePromo\\ListController'$this));
  4788.         return $instance;
  4789.     }
  4790.     /**
  4791.      * Gets the public 'App\Controller\api\ShareCocolisController' shared autowired service.
  4792.      *
  4793.      * @return \App\Controller\api\ShareCocolisController
  4794.      */
  4795.     protected function getShareCocolisControllerService()
  4796.     {
  4797.         include_once \dirname(__DIR__4).'/src/Controller/api/ShareCocolisController.php';
  4798.         include_once \dirname(__DIR__4).'/src/Service/Api/ShareCocolisService.php';
  4799.         $a = ($this->privates['nzo_encryptor'] ?? $this->getNzoEncryptorService());
  4800.         $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()));
  4801.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ShareCocolisController'$this));
  4802.         return $instance;
  4803.     }
  4804.     /**
  4805.      * Gets the public 'App\Controller\api\SimulationController' shared autowired service.
  4806.      *
  4807.      * @return \App\Controller\api\SimulationController
  4808.      */
  4809.     protected function getSimulationController5Service()
  4810.     {
  4811.         include_once \dirname(__DIR__4).'/src/Controller/api/SimulationController.php';
  4812.         include_once \dirname(__DIR__4).'/src/Service/Api/SimulationService.php';
  4813.         $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())));
  4814.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SimulationController'$this));
  4815.         return $instance;
  4816.     }
  4817.     /**
  4818.      * Gets the public 'App\Controller\api\SituationResidentielController' shared autowired service.
  4819.      *
  4820.      * @return \App\Controller\api\SituationResidentielController
  4821.      */
  4822.     protected function getSituationResidentielControllerService()
  4823.     {
  4824.         include_once \dirname(__DIR__4).'/src/Controller/api/SituationResidentielController.php';
  4825.         include_once \dirname(__DIR__4).'/src/Service/Api/SituationResidentielService.php';
  4826.         $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())));
  4827.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SituationResidentielController'$this));
  4828.         return $instance;
  4829.     }
  4830.     /**
  4831.      * Gets the public 'App\Controller\api\StandardFormController' shared autowired service.
  4832.      *
  4833.      * @return \App\Controller\api\StandardFormController
  4834.      */
  4835.     protected function getStandardFormControllerService()
  4836.     {
  4837.         include_once \dirname(__DIR__4).'/src/Controller/api/StandardFormController.php';
  4838.         $this->services['App\\Controller\\api\\StandardFormController'] = $instance = new \App\Controller\api\StandardFormController(($this->privates['App\\Service\\Api\\StandardFormService'] ?? $this->getStandardFormServiceService()));
  4839.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\StandardFormController'$this));
  4840.         return $instance;
  4841.     }
  4842.     /**
  4843.      * Gets the public 'App\Controller\api\StoreController' shared autowired service.
  4844.      *
  4845.      * @return \App\Controller\api\StoreController
  4846.      */
  4847.     protected function getStoreController2Service()
  4848.     {
  4849.         include_once \dirname(__DIR__4).'/src/Controller/api/StoreController.php';
  4850.         include_once \dirname(__DIR__4).'/src/Service/Api/StoreService.php';
  4851.         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())));
  4852.     }
  4853.     /**
  4854.      * Gets the public 'App\Controller\api\SudStroumController' shared autowired service.
  4855.      *
  4856.      * @return \App\Controller\api\SudStroumController
  4857.      */
  4858.     protected function getSudStroumControllerService()
  4859.     {
  4860.         include_once \dirname(__DIR__4).'/src/Controller/api/SudStroumController.php';
  4861.         include_once \dirname(__DIR__4).'/src/Service/Api/SudStroumService.php';
  4862.         $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())));
  4863.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SudStroumController'$this));
  4864.         return $instance;
  4865.     }
  4866.     /**
  4867.      * Gets the public 'App\Controller\api\SyndicAccountingController' shared autowired service.
  4868.      *
  4869.      * @return \App\Controller\api\SyndicAccountingController
  4870.      */
  4871.     protected function getSyndicAccountingControllerService()
  4872.     {
  4873.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicAccountingController.php';
  4874.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicAccountingServices.php';
  4875.         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())));
  4876.     }
  4877.     /**
  4878.      * Gets the public 'App\Controller\api\SyndicChatApiController' shared autowired service.
  4879.      *
  4880.      * @return \App\Controller\api\SyndicChatApiController
  4881.      */
  4882.     protected function getSyndicChatApiControllerService()
  4883.     {
  4884.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicChatApiController.php';
  4885.         $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()));
  4886.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SyndicChatApiController'$this));
  4887.         return $instance;
  4888.     }
  4889.     /**
  4890.      * Gets the public 'App\Controller\api\SyndicChatReactionApiController' shared autowired service.
  4891.      *
  4892.      * @return \App\Controller\api\SyndicChatReactionApiController
  4893.      */
  4894.     protected function getSyndicChatReactionApiControllerService()
  4895.     {
  4896.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicChatReactionApiController.php';
  4897.         $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()));
  4898.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\SyndicChatReactionApiController'$this));
  4899.         return $instance;
  4900.     }
  4901.     /**
  4902.      * Gets the public 'App\Controller\api\SyndicDocumentCommentController' shared autowired service.
  4903.      *
  4904.      * @return \App\Controller\api\SyndicDocumentCommentController
  4905.      */
  4906.     protected function getSyndicDocumentCommentControllerService()
  4907.     {
  4908.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicDocumentCommentController.php';
  4909.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicDocumentCommentService.php';
  4910.         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())));
  4911.     }
  4912.     /**
  4913.      * Gets the public 'App\Controller\api\SyndicDocumentController' shared autowired service.
  4914.      *
  4915.      * @return \App\Controller\api\SyndicDocumentController
  4916.      */
  4917.     protected function getSyndicDocumentControllerService()
  4918.     {
  4919.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicDocumentController.php';
  4920.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicDocumentService.php';
  4921.         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())));
  4922.     }
  4923.     /**
  4924.      * Gets the public 'App\Controller\api\SyndicDocumentShareController' shared autowired service.
  4925.      *
  4926.      * @return \App\Controller\api\SyndicDocumentShareController
  4927.      */
  4928.     protected function getSyndicDocumentShareControllerService()
  4929.     {
  4930.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicDocumentShareController.php';
  4931.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicDocumentShareService.php';
  4932.         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())));
  4933.     }
  4934.     /**
  4935.      * Gets the public 'App\Controller\api\SyndicGroupController' shared autowired service.
  4936.      *
  4937.      * @return \App\Controller\api\SyndicGroupController
  4938.      */
  4939.     protected function getSyndicGroupControllerService()
  4940.     {
  4941.         include_once \dirname(__DIR__4).'/src/Controller/api/SyndicGroupController.php';
  4942.         include_once \dirname(__DIR__4).'/src/Service/Api/SyndicGroupService.php';
  4943.         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()))));
  4944.     }
  4945.     /**
  4946.      * Gets the public 'App\Controller\api\ThePropertyExteriorCommentController' shared autowired service.
  4947.      *
  4948.      * @return \App\Controller\api\ThePropertyExteriorCommentController
  4949.      */
  4950.     protected function getThePropertyExteriorCommentControllerService()
  4951.     {
  4952.         include_once \dirname(__DIR__4).'/src/Controller/api/ThePropertyExteriorCommentController.php';
  4953.         include_once \dirname(__DIR__4).'/src/Service/Api/ThePropertyExteriorCommentService.php';
  4954.         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())));
  4955.     }
  4956.     /**
  4957.      * Gets the public 'App\Controller\api\ThePropertyOfferChatController' shared autowired service.
  4958.      *
  4959.      * @return \App\Controller\api\ThePropertyOfferChatController
  4960.      */
  4961.     protected function getThePropertyOfferChatControllerService()
  4962.     {
  4963.         include_once \dirname(__DIR__4).'/src/Controller/api/ThePropertyOfferChatController.php';
  4964.         include_once \dirname(__DIR__4).'/src/Service/Api/ThePropertyOfferChatService.php';
  4965.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  4966.         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()))));
  4967.     }
  4968.     /**
  4969.      * Gets the public 'App\Controller\api\TheProperty\ContractController' shared autowired service.
  4970.      *
  4971.      * @return \App\Controller\api\TheProperty\ContractController
  4972.      */
  4973.     protected function getContractControllerService()
  4974.     {
  4975.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ContractController.php';
  4976.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ContractService.php';
  4977.         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())));
  4978.     }
  4979.     /**
  4980.      * Gets the public 'App\Controller\api\TheProperty\DeleteController' shared autowired service.
  4981.      *
  4982.      * @return \App\Controller\api\TheProperty\DeleteController
  4983.      */
  4984.     protected function getDeleteControllerService()
  4985.     {
  4986.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DeleteController.php';
  4987.         $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()));
  4988.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\DeleteController'$this));
  4989.         return $instance;
  4990.     }
  4991.     /**
  4992.      * Gets the public 'App\Controller\api\TheProperty\DetailController' shared autowired service.
  4993.      *
  4994.      * @return \App\Controller\api\TheProperty\DetailController
  4995.      */
  4996.     protected function getDetailControllerService()
  4997.     {
  4998.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DetailController.php';
  4999.         $this->services['App\\Controller\\api\\TheProperty\\DetailController'] = $instance = new \App\Controller\api\TheProperty\DetailController(($this->privates['App\\Service\\Api\\TheProperty\\DetailService'] ?? $this->getDetailServiceService()), ($this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] ?? $this->getTimelineCreationService()));
  5000.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\DetailController'$this));
  5001.         return $instance;
  5002.     }
  5003.     /**
  5004.      * Gets the public 'App\Controller\api\TheProperty\DocumentFieldController' shared autowired service.
  5005.      *
  5006.      * @return \App\Controller\api\TheProperty\DocumentFieldController
  5007.      */
  5008.     protected function getDocumentFieldControllerService()
  5009.     {
  5010.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DocumentFieldController.php';
  5011.         return $this->services['App\\Controller\\api\\TheProperty\\DocumentFieldController'] = new \App\Controller\api\TheProperty\DocumentFieldController();
  5012.     }
  5013.     /**
  5014.      * Gets the public 'App\Controller\api\TheProperty\DocumentRequestController' shared autowired service.
  5015.      *
  5016.      * @return \App\Controller\api\TheProperty\DocumentRequestController
  5017.      */
  5018.     protected function getDocumentRequestControllerService()
  5019.     {
  5020.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/DocumentRequestController.php';
  5021.         return $this->services['App\\Controller\\api\\TheProperty\\DocumentRequestController'] = new \App\Controller\api\TheProperty\DocumentRequestController();
  5022.     }
  5023.     /**
  5024.      * Gets the public 'App\Controller\api\TheProperty\EstimationController' shared autowired service.
  5025.      *
  5026.      * @return \App\Controller\api\TheProperty\EstimationController
  5027.      */
  5028.     protected function getEstimationControllerService()
  5029.     {
  5030.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/EstimationController.php';
  5031.         return $this->services['App\\Controller\\api\\TheProperty\\EstimationController'] = new \App\Controller\api\TheProperty\EstimationController(($this->privates['App\\Repository\\StreetAveragePriceRepository'] ?? $this->getStreetAveragePriceRepositoryService()), ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule())));
  5032.     }
  5033.     /**
  5034.      * Gets the public 'App\Controller\api\TheProperty\ExchangeController' shared autowired service.
  5035.      *
  5036.      * @return \App\Controller\api\TheProperty\ExchangeController
  5037.      */
  5038.     protected function getExchangeControllerService()
  5039.     {
  5040.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExchangeController.php';
  5041.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ExchangeService.php';
  5042.         $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())));
  5043.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\ExchangeController'$this));
  5044.         return $instance;
  5045.     }
  5046.     /**
  5047.      * Gets the public 'App\Controller\api\TheProperty\ExtensionOrder\CreateThePropertyExtensionOrderController' shared autowired service.
  5048.      *
  5049.      * @return \App\Controller\api\TheProperty\ExtensionOrder\CreateThePropertyExtensionOrderController
  5050.      */
  5051.     protected function getCreateThePropertyExtensionOrderControllerService()
  5052.     {
  5053.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExtensionOrder/CreateThePropertyExtensionOrderController.php';
  5054.         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()));
  5055.     }
  5056.     /**
  5057.      * Gets the public 'App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsPaidController' shared autowired service.
  5058.      *
  5059.      * @return \App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsPaidController
  5060.      */
  5061.     protected function getMarkThePropertyExtensionOrderAsPaidControllerService()
  5062.     {
  5063.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExtensionOrder/MarkThePropertyExtensionOrderAsPaidController.php';
  5064.         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()));
  5065.     }
  5066.     /**
  5067.      * Gets the public 'App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsReceivedController' shared autowired service.
  5068.      *
  5069.      * @return \App\Controller\api\TheProperty\ExtensionOrder\MarkThePropertyExtensionOrderAsReceivedController
  5070.      */
  5071.     protected function getMarkThePropertyExtensionOrderAsReceivedControllerService()
  5072.     {
  5073.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ExtensionOrder/MarkThePropertyExtensionOrderAsReceivedController.php';
  5074.         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()));
  5075.     }
  5076.     /**
  5077.      * Gets the public 'App\Controller\api\TheProperty\FullDetailController' shared autowired service.
  5078.      *
  5079.      * @return \App\Controller\api\TheProperty\FullDetailController
  5080.      */
  5081.     protected function getFullDetailControllerService()
  5082.     {
  5083.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/FullDetailController.php';
  5084.         $this->services['App\\Controller\\api\\TheProperty\\FullDetailController'] = $instance = new \App\Controller\api\TheProperty\FullDetailController();
  5085.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\FullDetailController'$this));
  5086.         return $instance;
  5087.     }
  5088.     /**
  5089.      * Gets the public 'App\Controller\api\TheProperty\ListController' shared autowired service.
  5090.      *
  5091.      * @return \App\Controller\api\TheProperty\ListController
  5092.      */
  5093.     protected function getListController2Service()
  5094.     {
  5095.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ListController.php';
  5096.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ListingService.php';
  5097.         $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()));
  5098.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\ListController'$this));
  5099.         return $instance;
  5100.     }
  5101.     /**
  5102.      * Gets the public 'App\Controller\api\TheProperty\LocalityController' shared autowired service.
  5103.      *
  5104.      * @return \App\Controller\api\TheProperty\LocalityController
  5105.      */
  5106.     protected function getLocalityControllerService()
  5107.     {
  5108.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/LocalityController.php';
  5109.         return $this->services['App\\Controller\\api\\TheProperty\\LocalityController'] = new \App\Controller\api\TheProperty\LocalityController();
  5110.     }
  5111.     /**
  5112.      * Gets the public 'App\Controller\api\TheProperty\OptionController' shared autowired service.
  5113.      *
  5114.      * @return \App\Controller\api\TheProperty\OptionController
  5115.      */
  5116.     protected function getOptionController2Service()
  5117.     {
  5118.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/OptionController.php';
  5119.         return $this->services['App\\Controller\\api\\TheProperty\\OptionController'] = new \App\Controller\api\TheProperty\OptionController();
  5120.     }
  5121.     /**
  5122.      * Gets the public 'App\Controller\api\TheProperty\PropertyAdController' shared autowired service.
  5123.      *
  5124.      * @return \App\Controller\api\TheProperty\PropertyAdController
  5125.      */
  5126.     protected function getPropertyAdControllerService()
  5127.     {
  5128.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/PropertyAdController.php';
  5129.         return $this->services['App\\Controller\\api\\TheProperty\\PropertyAdController'] = new \App\Controller\api\TheProperty\PropertyAdController();
  5130.     }
  5131.     /**
  5132.      * Gets the public 'App\Controller\api\TheProperty\PropertyTypeController' shared autowired service.
  5133.      *
  5134.      * @return \App\Controller\api\TheProperty\PropertyTypeController
  5135.      */
  5136.     protected function getPropertyTypeController2Service()
  5137.     {
  5138.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/PropertyTypeController.php';
  5139.         return $this->services['App\\Controller\\api\\TheProperty\\PropertyTypeController'] = new \App\Controller\api\TheProperty\PropertyTypeController();
  5140.     }
  5141.     /**
  5142.      * Gets the public 'App\Controller\api\TheProperty\SearchController' shared autowired service.
  5143.      *
  5144.      * @return \App\Controller\api\TheProperty\SearchController
  5145.      */
  5146.     protected function getSearchController3Service()
  5147.     {
  5148.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SearchController.php';
  5149.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SearchService.php';
  5150.         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())));
  5151.     }
  5152.     /**
  5153.      * Gets the public 'App\Controller\api\TheProperty\SessionController' shared autowired service.
  5154.      *
  5155.      * @return \App\Controller\api\TheProperty\SessionController
  5156.      */
  5157.     protected function getSessionControllerService()
  5158.     {
  5159.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SessionController.php';
  5160.         $this->services['App\\Controller\\api\\TheProperty\\SessionController'] = $instance = new \App\Controller\api\TheProperty\SessionController();
  5161.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\SessionController'$this));
  5162.         return $instance;
  5163.     }
  5164.     /**
  5165.      * Gets the public 'App\Controller\api\TheProperty\SetSecureKeyBoxController' shared autowired service.
  5166.      *
  5167.      * @return \App\Controller\api\TheProperty\SetSecureKeyBoxController
  5168.      */
  5169.     protected function getSetSecureKeyBoxControllerService()
  5170.     {
  5171.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SetSecureKeyBoxController.php';
  5172.         $this->services['App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController'] = $instance = new \App\Controller\api\TheProperty\SetSecureKeyBoxController(($this->privates['App\\Repository\\ThePropertyVisitRepository'] ?? $this->getThePropertyVisitRepositoryService()), ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  5173.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController'$this));
  5174.         return $instance;
  5175.     }
  5176.     /**
  5177.      * Gets the public 'App\Controller\api\TheProperty\SoilAffectationPlanController' shared autowired service.
  5178.      *
  5179.      * @return \App\Controller\api\TheProperty\SoilAffectationPlanController
  5180.      */
  5181.     protected function getSoilAffectationPlanControllerService()
  5182.     {
  5183.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SoilAffectationPlanController.php';
  5184.         return $this->services['App\\Controller\\api\\TheProperty\\SoilAffectationPlanController'] = new \App\Controller\api\TheProperty\SoilAffectationPlanController();
  5185.     }
  5186.     /**
  5187.      * Gets the public 'App\Controller\api\TheProperty\SuggestionPriceController' shared autowired service.
  5188.      *
  5189.      * @return \App\Controller\api\TheProperty\SuggestionPriceController
  5190.      */
  5191.     protected function getSuggestionPriceControllerService()
  5192.     {
  5193.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/SuggestionPriceController.php';
  5194.         return $this->services['App\\Controller\\api\\TheProperty\\SuggestionPriceController'] = new \App\Controller\api\TheProperty\SuggestionPriceController();
  5195.     }
  5196.     /**
  5197.      * Gets the public 'App\Controller\api\TheProperty\ThePropertyAppointmentSlotsController' shared autowired service.
  5198.      *
  5199.      * @return \App\Controller\api\TheProperty\ThePropertyAppointmentSlotsController
  5200.      */
  5201.     protected function getThePropertyAppointmentSlotsControllerService()
  5202.     {
  5203.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/ThePropertyAppointmentSlotsController.php';
  5204.         return $this->services['App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController'] = new \App\Controller\api\TheProperty\ThePropertyAppointmentSlotsController(($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'] ?? $this->getThePropertyAppointmentSlotsServiceService()));
  5205.     }
  5206.     /**
  5207.      * Gets the public 'App\Controller\api\TheProperty\TransactionTypeController' shared autowired service.
  5208.      *
  5209.      * @return \App\Controller\api\TheProperty\TransactionTypeController
  5210.      */
  5211.     protected function getTransactionTypeController2Service()
  5212.     {
  5213.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/TransactionTypeController.php';
  5214.         return $this->services['App\\Controller\\api\\TheProperty\\TransactionTypeController'] = new \App\Controller\api\TheProperty\TransactionTypeController();
  5215.     }
  5216.     /**
  5217.      * Gets the public 'App\Controller\api\TheProperty\VisitController' shared autowired service.
  5218.      *
  5219.      * @return \App\Controller\api\TheProperty\VisitController
  5220.      */
  5221.     protected function getVisitControllerService()
  5222.     {
  5223.         include_once \dirname(__DIR__4).'/src/Controller/api/TheProperty/VisitController.php';
  5224.         return $this->services['App\\Controller\\api\\TheProperty\\VisitController'] = new \App\Controller\api\TheProperty\VisitController(($this->privates['App\\Service\\Api\\TheProperty\\VisitService'] ?? $this->getVisitServiceService()));
  5225.     }
  5226.     /**
  5227.      * Gets the public 'App\Controller\api\TheService\AddController' shared autowired service.
  5228.      *
  5229.      * @return \App\Controller\api\TheService\AddController
  5230.      */
  5231.     protected function getAddControllerService()
  5232.     {
  5233.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/AddController.php';
  5234.         $this->services['App\\Controller\\api\\TheService\\AddController'] = $instance = new \App\Controller\api\TheService\AddController();
  5235.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheService\\AddController'$this));
  5236.         return $instance;
  5237.     }
  5238.     /**
  5239.      * Gets the public 'App\Controller\api\TheService\CategoryController' shared autowired service.
  5240.      *
  5241.      * @return \App\Controller\api\TheService\CategoryController
  5242.      */
  5243.     protected function getCategoryControllerService()
  5244.     {
  5245.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/CategoryController.php';
  5246.         return $this->services['App\\Controller\\api\\TheService\\CategoryController'] = new \App\Controller\api\TheService\CategoryController();
  5247.     }
  5248.     /**
  5249.      * Gets the public 'App\Controller\api\TheService\ListController' shared autowired service.
  5250.      *
  5251.      * @return \App\Controller\api\TheService\ListController
  5252.      */
  5253.     protected function getListController3Service()
  5254.     {
  5255.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/ListController.php';
  5256.         $this->services['App\\Controller\\api\\TheService\\ListController'] = $instance = new \App\Controller\api\TheService\ListController();
  5257.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TheService\\ListController'$this));
  5258.         return $instance;
  5259.     }
  5260.     /**
  5261.      * Gets the public 'App\Controller\api\TheService\UpdateController' shared autowired service.
  5262.      *
  5263.      * @return \App\Controller\api\TheService\UpdateController
  5264.      */
  5265.     protected function getUpdateControllerService()
  5266.     {
  5267.         include_once \dirname(__DIR__4).'/src/Controller/api/TheService/UpdateController.php';
  5268.         return $this->services['App\\Controller\\api\\TheService\\UpdateController'] = new \App\Controller\api\TheService\UpdateController();
  5269.     }
  5270.     /**
  5271.      * Gets the public 'App\Controller\api\ThepropertyBalanceController' shared autowired service.
  5272.      *
  5273.      * @return \App\Controller\api\ThepropertyBalanceController
  5274.      */
  5275.     protected function getThepropertyBalanceControllerService()
  5276.     {
  5277.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyBalanceController.php';
  5278.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyBalanceService.php';
  5279.         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())));
  5280.     }
  5281.     /**
  5282.      * Gets the public 'App\Controller\api\ThepropertyConsumptionController' shared autowired service.
  5283.      *
  5284.      * @return \App\Controller\api\ThepropertyConsumptionController
  5285.      */
  5286.     protected function getThepropertyConsumptionControllerService()
  5287.     {
  5288.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyConsumptionController.php';
  5289.         return $this->services['App\\Controller\\api\\ThepropertyConsumptionController'] = new \App\Controller\api\ThepropertyConsumptionController(($this->services['App\\Service\\Api\\ThepropertyConsumptionService'] ?? $this->getThepropertyConsumptionServiceService()));
  5290.     }
  5291.     /**
  5292.      * Gets the public 'App\Controller\api\ThepropertyLotController' shared autowired service.
  5293.      *
  5294.      * @return \App\Controller\api\ThepropertyLotController
  5295.      */
  5296.     protected function getThepropertyLotControllerService()
  5297.     {
  5298.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyLotController.php';
  5299.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyLotService.php';
  5300.         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())));
  5301.     }
  5302.     /**
  5303.      * Gets the public 'App\Controller\api\ThepropertyOfferBillController' shared autowired service.
  5304.      *
  5305.      * @return \App\Controller\api\ThepropertyOfferBillController
  5306.      */
  5307.     protected function getThepropertyOfferBillControllerService()
  5308.     {
  5309.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyOfferBillController.php';
  5310.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyOfferBillService.php';
  5311.         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())));
  5312.     }
  5313.     /**
  5314.      * Gets the public 'App\Controller\api\ThepropertyProviderController' shared autowired service.
  5315.      *
  5316.      * @return \App\Controller\api\ThepropertyProviderController
  5317.      */
  5318.     protected function getThepropertyProviderController2Service()
  5319.     {
  5320.         include_once \dirname(__DIR__4).'/src/Controller/api/ThepropertyProviderController.php';
  5321.         return $this->services['App\\Controller\\api\\ThepropertyProviderController'] = new \App\Controller\api\ThepropertyProviderController(($this->services['App\\Service\\Api\\ThepropertyProviderService'] ?? $this->getThepropertyProviderServiceService()));
  5322.     }
  5323.     /**
  5324.      * Gets the public 'App\Controller\api\ThreeD\ArtistController' shared autowired service.
  5325.      *
  5326.      * @return \App\Controller\api\ThreeD\ArtistController
  5327.      */
  5328.     protected function getArtistControllerService()
  5329.     {
  5330.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/ArtistController.php';
  5331.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/ArtistService.php';
  5332.         $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())));
  5333.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\ArtistController'$this));
  5334.         return $instance;
  5335.     }
  5336.     /**
  5337.      * Gets the public 'App\Controller\api\ThreeD\ProcessingClientController' shared autowired service.
  5338.      *
  5339.      * @return \App\Controller\api\ThreeD\ProcessingClientController
  5340.      */
  5341.     protected function getProcessingClientControllerService()
  5342.     {
  5343.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/ProcessingClientController.php';
  5344.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/ProcessingClientService.php';
  5345.         $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())));
  5346.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\ProcessingClientController'$this));
  5347.         return $instance;
  5348.     }
  5349.     /**
  5350.      * Gets the public 'App\Controller\api\ThreeD\RelookingController' shared autowired service.
  5351.      *
  5352.      * @return \App\Controller\api\ThreeD\RelookingController
  5353.      */
  5354.     protected function getRelookingControllerService()
  5355.     {
  5356.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/RelookingController.php';
  5357.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/RelookingMailingService.php';
  5358.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/RelookingService.php';
  5359.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5360.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5361.         $c = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  5362.         $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);
  5363.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\RelookingController'$this));
  5364.         return $instance;
  5365.     }
  5366.     /**
  5367.      * Gets the public 'App\Controller\api\ThreeD\T3dDemandsController' shared autowired service.
  5368.      *
  5369.      * @return \App\Controller\api\ThreeD\T3dDemandsController
  5370.      */
  5371.     protected function getT3dDemandsControllerService()
  5372.     {
  5373.         include_once \dirname(__DIR__4).'/src/Controller/api/ThreeD/T3dDemandsController.php';
  5374.         include_once \dirname(__DIR__4).'/src/Service/Api/ThreeD/T3dDemandService.php';
  5375.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapterInterface.php';
  5376.         include_once \dirname(__DIR__4).'/vendor/symfony/cache-contracts/TagAwareCacheInterface.php';
  5377.         include_once \dirname(__DIR__4).'/vendor/symfony/cache/Adapter/TagAwareAdapter.php';
  5378.         $a = ($this->services['cache.app'] ?? $this->getCache_AppService());
  5379.         $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()), $a, ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService()), new \Symfony\Component\Cache\Adapter\TagAwareAdapter($a)));
  5380.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\ThreeD\\T3dDemandsController'$this));
  5381.         return $instance;
  5382.     }
  5383.     /**
  5384.      * Gets the public 'App\Controller\api\Timeline\ListController' shared autowired service.
  5385.      *
  5386.      * @return \App\Controller\api\Timeline\ListController
  5387.      */
  5388.     protected function getListController4Service()
  5389.     {
  5390.         include_once \dirname(__DIR__4).'/src/Controller/api/Timeline/ListController.php';
  5391.         $this->services['App\\Controller\\api\\Timeline\\ListController'] = $instance = new \App\Controller\api\Timeline\ListController(($this->privates['App\\Service\\Api\\Timeline\\TimelineCreation'] ?? $this->getTimelineCreationService()));
  5392.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Timeline\\ListController'$this));
  5393.         return $instance;
  5394.     }
  5395.     /**
  5396.      * Gets the public 'App\Controller\api\TypeHabitationController' shared autowired service.
  5397.      *
  5398.      * @return \App\Controller\api\TypeHabitationController
  5399.      */
  5400.     protected function getTypeHabitationControllerService()
  5401.     {
  5402.         include_once \dirname(__DIR__4).'/src/Controller/api/TypeHabitationController.php';
  5403.         include_once \dirname(__DIR__4).'/src/Service/Api/TypeHabitationService.php';
  5404.         $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())));
  5405.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\TypeHabitationController'$this));
  5406.         return $instance;
  5407.     }
  5408.     /**
  5409.      * Gets the public 'App\Controller\api\UrbanismPdf\UrbanismPdfController' shared autowired service.
  5410.      *
  5411.      * @return \App\Controller\api\UrbanismPdf\UrbanismPdfController
  5412.      */
  5413.     protected function getUrbanismPdfControllerService()
  5414.     {
  5415.         include_once \dirname(__DIR__4).'/src/Controller/api/UrbanismPdf/UrbanismPdfController.php';
  5416.         include_once \dirname(__DIR__4).'/src/Service/Api/UrbanismPdf/UrbanismPdfService.php';
  5417.         $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())));
  5418.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UrbanismPdf\\UrbanismPdfController'$this));
  5419.         return $instance;
  5420.     }
  5421.     /**
  5422.      * Gets the public 'App\Controller\api\Urbanism\AlertNewProjectImmoController' shared autowired service.
  5423.      *
  5424.      * @return \App\Controller\api\Urbanism\AlertNewProjectImmoController
  5425.      */
  5426.     protected function getAlertNewProjectImmoControllerService()
  5427.     {
  5428.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/AlertNewProjectImmoController.php';
  5429.         return $this->services['App\\Controller\\api\\Urbanism\\AlertNewProjectImmoController'] = new \App\Controller\api\Urbanism\AlertNewProjectImmoController(($this->privates['App\\Service\\Api\\Urbanism\\AlertNewProjectImmoService'] ?? $this->getAlertNewProjectImmoServiceService()));
  5430.     }
  5431.     /**
  5432.      * Gets the public 'App\Controller\api\Urbanism\DesignNeighborhoodController' shared autowired service.
  5433.      *
  5434.      * @return \App\Controller\api\Urbanism\DesignNeighborhoodController
  5435.      */
  5436.     protected function getDesignNeighborhoodControllerService()
  5437.     {
  5438.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/DesignNeighborhoodController.php';
  5439.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/DesignNeighborhoodService.php';
  5440.         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())));
  5441.     }
  5442.     /**
  5443.      * Gets the public 'App\Controller\api\Urbanism\NeighborhoodController' shared autowired service.
  5444.      *
  5445.      * @return \App\Controller\api\Urbanism\NeighborhoodController
  5446.      */
  5447.     protected function getNeighborhoodControllerService()
  5448.     {
  5449.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/NeighborhoodController.php';
  5450.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/NeighborhoodService.php';
  5451.         $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())));
  5452.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\Urbanism\\NeighborhoodController'$this));
  5453.         return $instance;
  5454.     }
  5455.     /**
  5456.      * Gets the public 'App\Controller\api\Urbanism\NewProjectImmoController' shared autowired service.
  5457.      *
  5458.      * @return \App\Controller\api\Urbanism\NewProjectImmoController
  5459.      */
  5460.     protected function getNewProjectImmoControllerService()
  5461.     {
  5462.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/NewProjectImmoController.php';
  5463.         return $this->services['App\\Controller\\api\\Urbanism\\NewProjectImmoController'] = new \App\Controller\api\Urbanism\NewProjectImmoController(($this->privates['App\\Service\\Api\\Urbanism\\NewProjectImmoService'] ?? $this->getNewProjectImmoServiceService()));
  5464.     }
  5465.     /**
  5466.      * Gets the public 'App\Controller\api\Urbanism\PublicInquiryInProgressController' shared autowired service.
  5467.      *
  5468.      * @return \App\Controller\api\Urbanism\PublicInquiryInProgressController
  5469.      */
  5470.     protected function getPublicInquiryInProgressControllerService()
  5471.     {
  5472.         include_once \dirname(__DIR__4).'/src/Controller/api/Urbanism/PublicInquiryInProgressController.php';
  5473.         return $this->services['App\\Controller\\api\\Urbanism\\PublicInquiryInProgressController'] = new \App\Controller\api\Urbanism\PublicInquiryInProgressController(($this->privates['App\\Service\\Api\\Urbanism\\PublicInquiryInProgressService'] ?? $this->getPublicInquiryInProgressServiceService()));
  5474.     }
  5475.     /**
  5476.      * Gets the public 'App\Controller\api\UserServicePromo\CheckPromoForUserController' shared autowired service.
  5477.      *
  5478.      * @return \App\Controller\api\UserServicePromo\CheckPromoForUserController
  5479.      */
  5480.     protected function getCheckPromoForUserControllerService()
  5481.     {
  5482.         include_once \dirname(__DIR__4).'/src/Controller/api/UserServicePromo/CheckPromoForUserController.php';
  5483.         $this->services['App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController'] = $instance = new \App\Controller\api\UserServicePromo\CheckPromoForUserController();
  5484.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController'$this));
  5485.         return $instance;
  5486.     }
  5487.     /**
  5488.      * Gets the public 'App\Controller\api\UserServicePromo\ConsumeController' shared autowired service.
  5489.      *
  5490.      * @return \App\Controller\api\UserServicePromo\ConsumeController
  5491.      */
  5492.     protected function getConsumeControllerService()
  5493.     {
  5494.         include_once \dirname(__DIR__4).'/src/Controller/api/UserServicePromo/ConsumeController.php';
  5495.         include_once \dirname(__DIR__4).'/src/Service/Api/UserServicePromo/UserServicePromoService.php';
  5496.         $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())));
  5497.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UserServicePromo\\ConsumeController'$this));
  5498.         return $instance;
  5499.     }
  5500.     /**
  5501.      * Gets the public 'App\Controller\api\User\ArtistDetailController' shared autowired service.
  5502.      *
  5503.      * @return \App\Controller\api\User\ArtistDetailController
  5504.      */
  5505.     protected function getArtistDetailControllerService()
  5506.     {
  5507.         include_once \dirname(__DIR__4).'/src/Controller/api/User/ArtistDetailController.php';
  5508.         include_once \dirname(__DIR__4).'/src/Service/Api/User/DetailArtisService.php';
  5509.         $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())));
  5510.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\ArtistDetailController'$this));
  5511.         return $instance;
  5512.     }
  5513.     /**
  5514.      * Gets the public 'App\Controller\api\User\CertificatorController' shared autowired service.
  5515.      *
  5516.      * @return \App\Controller\api\User\CertificatorController
  5517.      */
  5518.     protected function getCertificatorControllerService()
  5519.     {
  5520.         include_once \dirname(__DIR__4).'/src/Controller/api/User/CertificatorController.php';
  5521.         return $this->services['App\\Controller\\api\\User\\CertificatorController'] = new \App\Controller\api\User\CertificatorController();
  5522.     }
  5523.     /**
  5524.      * Gets the public 'App\Controller\api\User\DeviceTokenController' shared autowired service.
  5525.      *
  5526.      * @return \App\Controller\api\User\DeviceTokenController
  5527.      */
  5528.     protected function getDeviceTokenControllerService()
  5529.     {
  5530.         include_once \dirname(__DIR__4).'/src/Controller/api/User/DeviceTokenController.php';
  5531.         return $this->services['App\\Controller\\api\\User\\DeviceTokenController'] = new \App\Controller\api\User\DeviceTokenController();
  5532.     }
  5533.     /**
  5534.      * Gets the public 'App\Controller\api\User\EditProfileController' shared autowired service.
  5535.      *
  5536.      * @return \App\Controller\api\User\EditProfileController
  5537.      */
  5538.     protected function getEditProfileControllerService()
  5539.     {
  5540.         include_once \dirname(__DIR__4).'/src/Controller/api/User/EditProfileController.php';
  5541.         $this->services['App\\Controller\\api\\User\\EditProfileController'] = $instance = new \App\Controller\api\User\EditProfileController();
  5542.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\EditProfileController'$this));
  5543.         return $instance;
  5544.     }
  5545.     /**
  5546.      * Gets the public 'App\Controller\api\User\ListEmailController' shared autowired service.
  5547.      *
  5548.      * @return \App\Controller\api\User\ListEmailController
  5549.      */
  5550.     protected function getListEmailControllerService()
  5551.     {
  5552.         include_once \dirname(__DIR__4).'/src/Controller/api/User/ListEmailController.php';
  5553.         return $this->services['App\\Controller\\api\\User\\ListEmailController'] = new \App\Controller\api\User\ListEmailController();
  5554.     }
  5555.     /**
  5556.      * Gets the public 'App\Controller\api\User\SearchAndSendingInvitationController' shared autowired service.
  5557.      *
  5558.      * @return \App\Controller\api\User\SearchAndSendingInvitationController
  5559.      */
  5560.     protected function getSearchAndSendingInvitationControllerService()
  5561.     {
  5562.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SearchAndSendingInvitationController.php';
  5563.         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()));
  5564.     }
  5565.     /**
  5566.      * Gets the public 'App\Controller\api\User\SearchController' shared autowired service.
  5567.      *
  5568.      * @return \App\Controller\api\User\SearchController
  5569.      */
  5570.     protected function getSearchController4Service()
  5571.     {
  5572.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SearchController.php';
  5573.         return $this->services['App\\Controller\\api\\User\\SearchController'] = new \App\Controller\api\User\SearchController();
  5574.     }
  5575.     /**
  5576.      * Gets the public 'App\Controller\api\User\SendMailSociety' shared autowired service.
  5577.      *
  5578.      * @return \App\Controller\api\User\SendMailSociety
  5579.      */
  5580.     protected function getSendMailSocietyService()
  5581.     {
  5582.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SendMailSociety.php';
  5583.         $this->services['App\\Controller\\api\\User\\SendMailSociety'] = $instance = new \App\Controller\api\User\SendMailSociety();
  5584.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\SendMailSociety'$this));
  5585.         return $instance;
  5586.     }
  5587.     /**
  5588.      * Gets the public 'App\Controller\api\User\SocietyController' shared autowired service.
  5589.      *
  5590.      * @return \App\Controller\api\User\SocietyController
  5591.      */
  5592.     protected function getSocietyControllerService()
  5593.     {
  5594.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SocietyController.php';
  5595.         include_once \dirname(__DIR__4).'/src/Service/Api/User/SocietyService.php';
  5596.         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)))));
  5597.     }
  5598.     /**
  5599.      * Gets the public 'App\Controller\api\User\SubscriptionProductController' shared autowired service.
  5600.      *
  5601.      * @return \App\Controller\api\User\SubscriptionProductController
  5602.      */
  5603.     protected function getSubscriptionProductController2Service()
  5604.     {
  5605.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SubscriptionProductController.php';
  5606.         include_once \dirname(__DIR__4).'/src/Service/Api/User/SubscriptionProductControllerService.php';
  5607.         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())));
  5608.     }
  5609.     /**
  5610.      * Gets the public 'App\Controller\api\User\SubscriptionProductServiceController' shared autowired service.
  5611.      *
  5612.      * @return \App\Controller\api\User\SubscriptionProductServiceController
  5613.      */
  5614.     protected function getSubscriptionProductServiceController2Service()
  5615.     {
  5616.         include_once \dirname(__DIR__4).'/src/Controller/api/User/SubscriptionProductServiceController.php';
  5617.         include_once \dirname(__DIR__4).'/src/Service/Api/User/SubscriptionProductServiceControllerService.php';
  5618.         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())));
  5619.     }
  5620.     /**
  5621.      * Gets the public 'App\Controller\api\User\UserController' shared autowired service.
  5622.      *
  5623.      * @return \App\Controller\api\User\UserController
  5624.      */
  5625.     protected function getUserControllerService()
  5626.     {
  5627.         include_once \dirname(__DIR__4).'/src/Controller/api/User/UserController.php';
  5628.         $this->services['App\\Controller\\api\\User\\UserController'] = $instance = new \App\Controller\api\User\UserController(($this->privates['App\\Service\\Api\\User\\UserService'] ?? $this->getUserServiceService()));
  5629.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\User\\UserController'$this));
  5630.         return $instance;
  5631.     }
  5632.     /**
  5633.      * Gets the public 'App\Controller\api\User\UserPublicInfo' shared autowired service.
  5634.      *
  5635.      * @return \App\Controller\api\User\UserPublicInfo
  5636.      */
  5637.     protected function getUserPublicInfoService()
  5638.     {
  5639.         include_once \dirname(__DIR__4).'/src/Controller/api/User/UserPublicInfo.php';
  5640.         return $this->services['App\\Controller\\api\\User\\UserPublicInfo'] = new \App\Controller\api\User\UserPublicInfo();
  5641.     }
  5642.     /**
  5643.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\AppointmentRequestController' shared autowired service.
  5644.      *
  5645.      * @return \App\Controller\api\UsersProfile\Solicitation\AppointmentRequestController
  5646.      */
  5647.     protected function getAppointmentRequestControllerService()
  5648.     {
  5649.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/AppointmentRequestController.php';
  5650.         include_once \dirname(__DIR__4).'/src/Service/Api/Event/AppointmentRequestService.php';
  5651.         include_once \dirname(__DIR__4).'/src/Constant/UserConstants.php';
  5652.         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())));
  5653.     }
  5654.     /**
  5655.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractAcceptationController' shared autowired service.
  5656.      *
  5657.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractAcceptationController
  5658.      */
  5659.     protected function getContractAcceptationControllerService()
  5660.     {
  5661.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractAcceptationController.php';
  5662.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractAcceptationController();
  5663.     }
  5664.     /**
  5665.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractDetailsController' shared autowired service.
  5666.      *
  5667.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractDetailsController
  5668.      */
  5669.     protected function getContractDetailsControllerService()
  5670.     {
  5671.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractDetailsController.php';
  5672.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractDetailsController();
  5673.     }
  5674.     /**
  5675.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractGenerationController' shared autowired service.
  5676.      *
  5677.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractGenerationController
  5678.      */
  5679.     protected function getContractGenerationControllerService()
  5680.     {
  5681.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractGenerationController.php';
  5682.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractGenerationController();
  5683.     }
  5684.     /**
  5685.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractListingController' shared autowired service.
  5686.      *
  5687.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractListingController
  5688.      */
  5689.     protected function getContractListingControllerService()
  5690.     {
  5691.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractListingController.php';
  5692.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractListingController();
  5693.     }
  5694.     /**
  5695.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractRejectionController' shared autowired service.
  5696.      *
  5697.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractRejectionController
  5698.      */
  5699.     protected function getContractRejectionControllerService()
  5700.     {
  5701.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractRejectionController.php';
  5702.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractRejectionController();
  5703.     }
  5704.     /**
  5705.      * Gets the public 'App\Controller\api\UsersProfile\Solicitation\ContractUploadController' shared autowired service.
  5706.      *
  5707.      * @return \App\Controller\api\UsersProfile\Solicitation\ContractUploadController
  5708.      */
  5709.     protected function getContractUploadControllerService()
  5710.     {
  5711.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Solicitation/ContractUploadController.php';
  5712.         return $this->services['App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController'] = new \App\Controller\api\UsersProfile\Solicitation\ContractUploadController();
  5713.     }
  5714.     /**
  5715.      * Gets the public 'App\Controller\api\UsersProfile\ThePropertyDocument\DocumentModificationController' shared autowired service.
  5716.      *
  5717.      * @return \App\Controller\api\UsersProfile\ThePropertyDocument\DocumentModificationController
  5718.      */
  5719.     protected function getDocumentModificationControllerService()
  5720.     {
  5721.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/ThePropertyDocument/DocumentModificationController.php';
  5722.         return $this->services['App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController'] = new \App\Controller\api\UsersProfile\ThePropertyDocument\DocumentModificationController();
  5723.     }
  5724.     /**
  5725.      * Gets the public 'App\Controller\api\UsersProfile\Webshop\EditProfileController' shared autowired service.
  5726.      *
  5727.      * @return \App\Controller\api\UsersProfile\Webshop\EditProfileController
  5728.      */
  5729.     protected function getEditProfileController2Service()
  5730.     {
  5731.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Webshop/EditProfileController.php';
  5732.         $this->services['App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController'] = $instance = new \App\Controller\api\UsersProfile\Webshop\EditProfileController();
  5733.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController'$this));
  5734.         return $instance;
  5735.     }
  5736.     /**
  5737.      * Gets the public 'App\Controller\api\UsersProfile\Webshop\OrderController' shared autowired service.
  5738.      *
  5739.      * @return \App\Controller\api\UsersProfile\Webshop\OrderController
  5740.      */
  5741.     protected function getOrderController2Service()
  5742.     {
  5743.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Webshop/OrderController.php';
  5744.         return $this->services['App\\Controller\\api\\UsersProfile\\Webshop\\OrderController'] = new \App\Controller\api\UsersProfile\Webshop\OrderController(($this->privates['App\\Repository\\WebshopOrderRepository'] ?? $this->getWebshopOrderRepositoryService()));
  5745.     }
  5746.     /**
  5747.      * Gets the public 'App\Controller\api\UsersProfile\Webshop\PaymentController' shared autowired service.
  5748.      *
  5749.      * @return \App\Controller\api\UsersProfile\Webshop\PaymentController
  5750.      */
  5751.     protected function getPaymentControllerService()
  5752.     {
  5753.         include_once \dirname(__DIR__4).'/src/Controller/api/UsersProfile/Webshop/PaymentController.php';
  5754.         return $this->services['App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController'] = new \App\Controller\api\UsersProfile\Webshop\PaymentController();
  5755.     }
  5756.     /**
  5757.      * Gets the public 'App\Controller\api\VisitPropertyController' shared autowired service.
  5758.      *
  5759.      * @return \App\Controller\api\VisitPropertyController
  5760.      */
  5761.     protected function getVisitPropertyControllerService()
  5762.     {
  5763.         include_once \dirname(__DIR__4).'/src/Controller/api/VisitPropertyController.php';
  5764.         include_once \dirname(__DIR__4).'/src/Service/Api/VisitpropertyService.php';
  5765.         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())));
  5766.     }
  5767.     /**
  5768.      * Gets the public 'App\Controller\api\VivaquaController' shared autowired service.
  5769.      *
  5770.      * @return \App\Controller\api\VivaquaController
  5771.      */
  5772.     protected function getVivaquaControllerService()
  5773.     {
  5774.         include_once \dirname(__DIR__4).'/src/Controller/api/VivaquaController.php';
  5775.         $this->services['App\\Controller\\api\\VivaquaController'] = $instance = new \App\Controller\api\VivaquaController(($this->privates['App\\Service\\Api\\VivaquaService'] ?? $this->getVivaquaServiceService()));
  5776.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\api\\VivaquaController'$this));
  5777.         return $instance;
  5778.     }
  5779.     /**
  5780.      * Gets the public 'App\Controller\api\WebshopSimplePaymentController' shared autowired service.
  5781.      *
  5782.      * @return \App\Controller\api\WebshopSimplePaymentController
  5783.      */
  5784.     protected function getWebshopSimplePaymentControllerService()
  5785.     {
  5786.         include_once \dirname(__DIR__4).'/src/Controller/api/WebshopSimplePaymentController.php';
  5787.         include_once \dirname(__DIR__4).'/src/Service/Api/WebshopSimplePaymentService.php';
  5788.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  5789.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  5790.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  5791.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  5792.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  5793.         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())));
  5794.     }
  5795.     /**
  5796.      * Gets the public 'App\Controller\api\Work\ChoiceCategoryController' shared autowired service.
  5797.      *
  5798.      * @return \App\Controller\api\Work\ChoiceCategoryController
  5799.      */
  5800.     protected function getChoiceCategoryControllerService()
  5801.     {
  5802.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ChoiceCategoryController.php';
  5803.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ChoiceCategoryService.php';
  5804.         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())));
  5805.     }
  5806.     /**
  5807.      * Gets the public 'App\Controller\api\Work\ModelController' shared autowired service.
  5808.      *
  5809.      * @return \App\Controller\api\Work\ModelController
  5810.      */
  5811.     protected function getModelControllerService()
  5812.     {
  5813.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ModelController.php';
  5814.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ModelService.php';
  5815.         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())));
  5816.     }
  5817.     /**
  5818.      * Gets the public 'App\Controller\api\Work\SubModelController' shared autowired service.
  5819.      *
  5820.      * @return \App\Controller\api\Work\SubModelController
  5821.      */
  5822.     protected function getSubModelControllerService()
  5823.     {
  5824.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/SubModelController.php';
  5825.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/SubModelService.php';
  5826.         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())));
  5827.     }
  5828.     /**
  5829.      * Gets the public 'App\Controller\api\Work\SubsectionController' shared autowired service.
  5830.      *
  5831.      * @return \App\Controller\api\Work\SubsectionController
  5832.      */
  5833.     protected function getSubsectionControllerService()
  5834.     {
  5835.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/SubsectionController.php';
  5836.         return $this->services['App\\Controller\\api\\Work\\SubsectionController'] = new \App\Controller\api\Work\SubsectionController(($this->privates['App\\Service\\Api\\Work\\SubsectionService'] ?? $this->getSubsectionServiceService()));
  5837.     }
  5838.     /**
  5839.      * Gets the public 'App\Controller\api\Work\ThePropertyBoilerWorkController' shared autowired service.
  5840.      *
  5841.      * @return \App\Controller\api\Work\ThePropertyBoilerWorkController
  5842.      */
  5843.     protected function getThePropertyBoilerWorkControllerService()
  5844.     {
  5845.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyBoilerWorkController.php';
  5846.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5847.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyBoilerWorkService.php';
  5848.         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()));
  5849.     }
  5850.     /**
  5851.      * Gets the public 'App\Controller\api\Work\ThePropertyCareWorkController' shared autowired service.
  5852.      *
  5853.      * @return \App\Controller\api\Work\ThePropertyCareWorkController
  5854.      */
  5855.     protected function getThePropertyCareWorkControllerService()
  5856.     {
  5857.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyCareWorkController.php';
  5858.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5859.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyCareWorkService.php';
  5860.         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())));
  5861.     }
  5862.     /**
  5863.      * Gets the public 'App\Controller\api\Work\ThePropertyConstructionWorkController' shared autowired service.
  5864.      *
  5865.      * @return \App\Controller\api\Work\ThePropertyConstructionWorkController
  5866.      */
  5867.     protected function getThePropertyConstructionWorkControllerService()
  5868.     {
  5869.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyConstructionWorkController.php';
  5870.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5871.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyConstructionWorkService.php';
  5872.         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())));
  5873.     }
  5874.     /**
  5875.      * Gets the public 'App\Controller\api\Work\ThePropertyConstructionWorkRulesController' shared autowired service.
  5876.      *
  5877.      * @return \App\Controller\api\Work\ThePropertyConstructionWorkRulesController
  5878.      */
  5879.     protected function getThePropertyConstructionWorkRulesControllerService()
  5880.     {
  5881.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyConstructionWorkRulesController.php';
  5882.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyConstructionWorkRulesService.php';
  5883.         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())));
  5884.     }
  5885.     /**
  5886.      * Gets the public 'App\Controller\api\Work\ThePropertyTankWorkController' shared autowired service.
  5887.      *
  5888.      * @return \App\Controller\api\Work\ThePropertyTankWorkController
  5889.      */
  5890.     protected function getThePropertyTankWorkControllerService()
  5891.     {
  5892.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyTankWorkController.php';
  5893.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5894.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyTankWorkService.php';
  5895.         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())));
  5896.     }
  5897.     /**
  5898.      * Gets the public 'App\Controller\api\Work\ThePropertyUrgentWorkController' shared autowired service.
  5899.      *
  5900.      * @return \App\Controller\api\Work\ThePropertyUrgentWorkController
  5901.      */
  5902.     protected function getThePropertyUrgentWorkControllerService()
  5903.     {
  5904.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyUrgentWorkController.php';
  5905.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  5906.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyUrgentWorkService.php';
  5907.         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())));
  5908.     }
  5909.     /**
  5910.      * Gets the public 'App\Controller\api\Work\ThePropertyWorkController' shared autowired service.
  5911.      *
  5912.      * @return \App\Controller\api\Work\ThePropertyWorkController
  5913.      */
  5914.     protected function getThePropertyWorkControllerService()
  5915.     {
  5916.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/ThePropertyWorkController.php';
  5917.         return $this->services['App\\Controller\\api\\Work\\ThePropertyWorkController'] = new \App\Controller\api\Work\ThePropertyWorkController(($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService()));
  5918.     }
  5919.     /**
  5920.      * Gets the public 'App\Controller\api\Work\TypeOfWorkController' shared autowired service.
  5921.      *
  5922.      * @return \App\Controller\api\Work\TypeOfWorkController
  5923.      */
  5924.     protected function getTypeOfWorkControllerService()
  5925.     {
  5926.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/TypeOfWorkController.php';
  5927.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/TypeOfWorkService.php';
  5928.         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())));
  5929.     }
  5930.     /**
  5931.      * Gets the public 'App\Controller\api\Work\WorkCostController' shared autowired service.
  5932.      *
  5933.      * @return \App\Controller\api\Work\WorkCostController
  5934.      */
  5935.     protected function getWorkCostControllerService()
  5936.     {
  5937.         include_once \dirname(__DIR__4).'/src/Controller/api/Work/WorkCostController.php';
  5938.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkCostService.php';
  5939.         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())));
  5940.     }
  5941.     /**
  5942.      * Gets the public 'App\Controller\apiimmogo\ApiAddWorkController' shared autowired service.
  5943.      *
  5944.      * @return \App\Controller\apiimmogo\ApiAddWorkController
  5945.      */
  5946.     protected function getApiAddWorkControllerService()
  5947.     {
  5948.         include_once \dirname(__DIR__4).'/src/Controller/apiimmogo/ApiAddWorkController.php';
  5949.         $this->services['App\\Controller\\apiimmogo\\ApiAddWorkController'] = $instance = new \App\Controller\apiimmogo\ApiAddWorkController(($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService()));
  5950.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\apiimmogo\\ApiAddWorkController'$this));
  5951.         return $instance;
  5952.     }
  5953.     /**
  5954.      * Gets the public 'App\Controller\apiimmogo\ApiImmogo' shared autowired service.
  5955.      *
  5956.      * @return \App\Controller\apiimmogo\ApiImmogo
  5957.      */
  5958.     protected function getApiImmogoService()
  5959.     {
  5960.         include_once \dirname(__DIR__4).'/src/Controller/apiimmogo/ApiImmogo.php';
  5961.         include_once \dirname(__DIR__4).'/src/Service/Immogo/ImmogoPropertyService.php';
  5962.         include_once \dirname(__DIR__4).'/src/Service/GetloyerprospectifImmogo.php';
  5963.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  5964.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  5965.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  5966.         $d = ($this->privates['App\\Service\\Formule'] ?? ($this->privates['App\\Service\\Formule'] = new \App\Service\Formule()));
  5967.         $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\\TheProperty\\SoilAffectationPlanService'] ?? $this->getSoilAffectationPlanServiceService()), ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService()));
  5968.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\apiimmogo\\ApiImmogo'$this));
  5969.         return $instance;
  5970.     }
  5971.     /**
  5972.      * Gets the public 'App\Controller\apiimmogo\EstimateImmogo' shared autowired service.
  5973.      *
  5974.      * @return \App\Controller\apiimmogo\EstimateImmogo
  5975.      */
  5976.     protected function getEstimateImmogoService()
  5977.     {
  5978.         include_once \dirname(__DIR__4).'/src/Controller/apiimmogo/EstimateImmogo.php';
  5979.         include_once \dirname(__DIR__4).'/src/Service/Immogo/EstimationService.php';
  5980.         $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())));
  5981.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Controller\\apiimmogo\\EstimateImmogo'$this));
  5982.         return $instance;
  5983.     }
  5984.     /**
  5985.      * Gets the public 'App\Repository\UserRepository' shared autowired service.
  5986.      *
  5987.      * @return \App\Repository\UserRepository
  5988.      */
  5989.     protected function getUserRepositoryService()
  5990.     {
  5991.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/PasswordUpgraderInterface.php';
  5992.         include_once \dirname(__DIR__4).'/src/Repository/UserRepository.php';
  5993.         return $this->services['App\\Repository\\UserRepository'] = new \App\Repository\UserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  5994.     }
  5995.     /**
  5996.      * Gets the public 'App\Service\Api\ConsumptionWaterService' shared autowired service.
  5997.      *
  5998.      * @return \App\Service\Api\ConsumptionWaterService
  5999.      */
  6000.     protected function getConsumptionWaterServiceService()
  6001.     {
  6002.         include_once \dirname(__DIR__4).'/src/Service/Api/ConsumptionWaterService.php';
  6003.         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()));
  6004.     }
  6005.     /**
  6006.      * Gets the public 'App\Service\Api\EngieService' shared autowired service.
  6007.      *
  6008.      * @return \App\Service\Api\EngieService
  6009.      */
  6010.     protected function getEngieServiceService()
  6011.     {
  6012.         include_once \dirname(__DIR__4).'/src/Service/Api/EngieService.php';
  6013.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6014.         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);
  6015.     }
  6016.     /**
  6017.      * Gets the public 'App\Service\Api\Portfolio\PortfolioApiService' shared autowired service.
  6018.      *
  6019.      * @return \App\Service\Api\Portfolio\PortfolioApiService
  6020.      */
  6021.     protected function getPortfolioApiServiceService()
  6022.     {
  6023.         include_once \dirname(__DIR__4).'/src/Service/Api/Portfolio/PortfolioApiService.php';
  6024.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  6025.         if (isset($this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'])) {
  6026.             return $this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'];
  6027.         }
  6028.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6029.         if (isset($this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'])) {
  6030.             return $this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'];
  6031.         }
  6032.         return $this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'] = new \App\Service\Api\Portfolio\PortfolioApiService($a$b);
  6033.     }
  6034.     /**
  6035.      * Gets the public 'App\Service\Api\ProviderSolarGreenCertificateService' shared autowired service.
  6036.      *
  6037.      * @return \App\Service\Api\ProviderSolarGreenCertificateService
  6038.      */
  6039.     protected function getProviderSolarGreenCertificateServiceService()
  6040.     {
  6041.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarGreenCertificateService.php';
  6042.         $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()));
  6043.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ProviderSolarGreenCertificateService'$this));
  6044.         return $instance;
  6045.     }
  6046.     /**
  6047.      * Gets the public 'App\Service\Api\ProviderSolarOrganizationService' shared autowired service.
  6048.      *
  6049.      * @return \App\Service\Api\ProviderSolarOrganizationService
  6050.      */
  6051.     protected function getProviderSolarOrganizationServiceService()
  6052.     {
  6053.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarOrganizationService.php';
  6054.         $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()));
  6055.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ProviderSolarOrganizationService'$this));
  6056.         return $instance;
  6057.     }
  6058.     /**
  6059.      * Gets the public 'App\Service\Api\ProviderSolarPhotovoltaicService' shared autowired service.
  6060.      *
  6061.      * @return \App\Service\Api\ProviderSolarPhotovoltaicService
  6062.      */
  6063.     protected function getProviderSolarPhotovoltaicServiceService()
  6064.     {
  6065.         include_once \dirname(__DIR__4).'/src/Service/Api/ProviderSolarPhotovoltaicService.php';
  6066.         $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()));
  6067.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ProviderSolarPhotovoltaicService'$this));
  6068.         return $instance;
  6069.     }
  6070.     /**
  6071.      * Gets the public 'App\Service\Api\RentalService' shared autowired service.
  6072.      *
  6073.      * @return \App\Service\Api\RentalService
  6074.      */
  6075.     protected function getRentalServiceService()
  6076.     {
  6077.         include_once \dirname(__DIR__4).'/src/Service/Api/RentalService.php';
  6078.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/RentalSignatureManagerInterface.php';
  6079.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/RentalSignatureManager.php';
  6080.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  6081.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6082.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6083.             return $this->services['App\\Service\\Api\\RentalService'];
  6084.         }
  6085.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6086.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6087.             return $this->services['App\\Service\\Api\\RentalService'];
  6088.         }
  6089.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6090.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6091.             return $this->services['App\\Service\\Api\\RentalService'];
  6092.         }
  6093.         $d = ($this->privates['App\\Service\\Api\\Rental\\LeaseContractModelManager'] ?? $this->getLeaseContractModelManagerService());
  6094.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6095.             return $this->services['App\\Service\\Api\\RentalService'];
  6096.         }
  6097.         $e = ($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'] ?? $this->getLeaseContractManagerService());
  6098.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6099.             return $this->services['App\\Service\\Api\\RentalService'];
  6100.         }
  6101.         $f = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  6102.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6103.             return $this->services['App\\Service\\Api\\RentalService'];
  6104.         }
  6105.         $g = ($this->privates['App\\Service\\Api\\RentalEmailService'] ?? $this->getRentalEmailServiceService());
  6106.         if (isset($this->services['App\\Service\\Api\\RentalService'])) {
  6107.             return $this->services['App\\Service\\Api\\RentalService'];
  6108.         }
  6109.         return $this->services['App\\Service\\Api\\RentalService'] = new \App\Service\Api\RentalService($a$b'/uploads/lease_contract/'$c$d$e, new \App\Service\Api\Rental\RentalSignatureManager($b, ($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')))), $f$g$a'/uploads/lease_contract/'$d));
  6110.     }
  6111.     /**
  6112.      * Gets the public 'App\Service\Api\ThePropertyMaifInsuranceSummary\ThePropertyMaifInsuranceSummaryService' shared autowired service.
  6113.      *
  6114.      * @return \App\Service\Api\ThePropertyMaifInsuranceSummary\ThePropertyMaifInsuranceSummaryService
  6115.      */
  6116.     protected function getThePropertyMaifInsuranceSummaryServiceService()
  6117.     {
  6118.         include_once \dirname(__DIR__4).'/src/Service/Api/ThePropertyMaifInsuranceSummary/ThePropertyMaifInsuranceSummaryService.php';
  6119.         $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()));
  6120.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService'$this));
  6121.         return $instance;
  6122.     }
  6123.     /**
  6124.      * Gets the public 'App\Service\Api\ThepropertyConsumptionService' shared autowired service.
  6125.      *
  6126.      * @return \App\Service\Api\ThepropertyConsumptionService
  6127.      */
  6128.     protected function getThepropertyConsumptionServiceService()
  6129.     {
  6130.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyConsumptionService.php';
  6131.         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()));
  6132.     }
  6133.     /**
  6134.      * Gets the public 'App\Service\Api\ThepropertyCounterService' shared autowired service.
  6135.      *
  6136.      * @return \App\Service\Api\ThepropertyCounterService
  6137.      */
  6138.     protected function getThepropertyCounterServiceService()
  6139.     {
  6140.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyCounterService.php';
  6141.         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()));
  6142.     }
  6143.     /**
  6144.      * Gets the public 'App\Service\Api\ThepropertyCounterStatementService' shared autowired service.
  6145.      *
  6146.      * @return \App\Service\Api\ThepropertyCounterStatementService
  6147.      */
  6148.     protected function getThepropertyCounterStatementServiceService()
  6149.     {
  6150.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyCounterStatementService.php';
  6151.         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()));
  6152.     }
  6153.     /**
  6154.      * Gets the public 'App\Service\Api\ThepropertyProviderBillService' shared autowired service.
  6155.      *
  6156.      * @return \App\Service\Api\ThepropertyProviderBillService
  6157.      */
  6158.     protected function getThepropertyProviderBillServiceService()
  6159.     {
  6160.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyProviderBillService.php';
  6161.         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()));
  6162.     }
  6163.     /**
  6164.      * Gets the public 'App\Service\Api\ThepropertyProviderDocumentProofService' shared autowired service.
  6165.      *
  6166.      * @return \App\Service\Api\ThepropertyProviderDocumentProofService
  6167.      */
  6168.     protected function getThepropertyProviderDocumentProofServiceService()
  6169.     {
  6170.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyProviderDocumentProofService.php';
  6171.         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()));
  6172.     }
  6173.     /**
  6174.      * Gets the public 'App\Service\Api\ThepropertyProviderService' shared autowired service.
  6175.      *
  6176.      * @return \App\Service\Api\ThepropertyProviderService
  6177.      */
  6178.     protected function getThepropertyProviderServiceService()
  6179.     {
  6180.         include_once \dirname(__DIR__4).'/src/Service/Api/ThepropertyProviderService.php';
  6181.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6182.         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()));
  6183.     }
  6184.     /**
  6185.      * Gets the public 'App\Service\Api\UsersProfile\Solicitation\ContractBuildingService' shared autowired service.
  6186.      *
  6187.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractBuildingService
  6188.      */
  6189.     protected function getContractBuildingServiceService()
  6190.     {
  6191.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractBuildingService.php';
  6192.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  6193.         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/');
  6194.     }
  6195.     /**
  6196.      * Gets the public 'App\Service\Api\UsersProfile\Solicitation\ContractFileService' shared autowired service.
  6197.      *
  6198.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractFileService
  6199.      */
  6200.     protected function getContractFileServiceService()
  6201.     {
  6202.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractFileService.php';
  6203.         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/');
  6204.     }
  6205.     /**
  6206.      * Gets the public 'App\Service\Api\Work\ThePropertyWorkService' shared autowired service.
  6207.      *
  6208.      * @return \App\Service\Api\Work\ThePropertyWorkService
  6209.      */
  6210.     protected function getThePropertyWorkServiceService()
  6211.     {
  6212.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/WorkPublishService.php';
  6213.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/ThePropertyWorkService.php';
  6214.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6215.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6216.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6217.         }
  6218.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6219.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6220.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6221.         }
  6222.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  6223.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6224.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6225.         }
  6226.         $d = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  6227.         if (isset($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'])) {
  6228.             return $this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'];
  6229.         }
  6230.         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()));
  6231.     }
  6232.     /**
  6233.      * Gets the public 'App\Service\DompdfService' shared autowired service.
  6234.      *
  6235.      * @return \App\Service\DompdfService
  6236.      */
  6237.     protected function getDompdfServiceService()
  6238.     {
  6239.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6240.         if (isset($this->services['App\\Service\\DompdfService'])) {
  6241.             return $this->services['App\\Service\\DompdfService'];
  6242.         }
  6243.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6244.         if (isset($this->services['App\\Service\\DompdfService'])) {
  6245.             return $this->services['App\\Service\\DompdfService'];
  6246.         }
  6247.         $this->services['App\\Service\\DompdfService'] = $instance = new \App\Service\DompdfService($a$b, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  6248.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\DompdfService'$this));
  6249.         return $instance;
  6250.     }
  6251.     /**
  6252.      * Gets the public 'App\Service\Getlatlongbyadress' shared autowired service.
  6253.      *
  6254.      * @return \App\Service\Getlatlongbyadress
  6255.      */
  6256.     protected function getGetlatlongbyadressService()
  6257.     {
  6258.         include_once \dirname(__DIR__4).'/src/Service/Getlatlongbyadress.php';
  6259.         $this->services['App\\Service\\Getlatlongbyadress'] = $instance = new \App\Service\Getlatlongbyadress(($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()));
  6260.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Getlatlongbyadress'$this));
  6261.         return $instance;
  6262.     }
  6263.     /**
  6264.      * Gets the public 'App\Service\Immogo\ImmogoService' shared autowired service.
  6265.      *
  6266.      * @return \App\Service\Immogo\ImmogoService
  6267.      */
  6268.     protected function getImmogoServiceService()
  6269.     {
  6270.         include_once \dirname(__DIR__4).'/src/Service/Immogo/ImmogoService.php';
  6271.         include_once \dirname(__DIR__4).'/src/Service/Traitement.php';
  6272.         $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())));
  6273.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Immogo\\ImmogoService'$this));
  6274.         return $instance;
  6275.     }
  6276.     /**
  6277.      * Gets the public 'App\Service\Mailbox\Attachment\AttachmentService' shared autowired service.
  6278.      *
  6279.      * @return \App\Service\Mailbox\Attachment\AttachmentService
  6280.      */
  6281.     protected function getAttachmentServiceService()
  6282.     {
  6283.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6284.         if (isset($this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'])) {
  6285.             return $this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'];
  6286.         }
  6287.         return $this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'] = new \App\Service\Mailbox\Attachment\AttachmentService(new \App\Repository\Mailbox\AttachmentRepository($a), '/uploads/attachments/');
  6288.     }
  6289.     /**
  6290.      * Gets the public 'App\Service\Mailbox\Inbound\AttachmentService' shared autowired service.
  6291.      *
  6292.      * @return \App\Service\Mailbox\Inbound\AttachmentService
  6293.      */
  6294.     protected function getAttachmentService2Service()
  6295.     {
  6296.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/AttachmentService.php';
  6297.         return $this->services['App\\Service\\Mailbox\\Inbound\\AttachmentService'] = new \App\Service\Mailbox\Inbound\AttachmentService((\dirname(__DIR__4).'/public/uploads/attachments/'), '/uploads/attachments/');
  6298.     }
  6299.     /**
  6300.      * Gets the public 'App\Service\Manager\AlarmSystem\ImportTypeOfAlarmSystem' shared autowired service.
  6301.      *
  6302.      * @return \App\Service\Manager\AlarmSystem\ImportTypeOfAlarmSystem
  6303.      */
  6304.     protected function getImportTypeOfAlarmSystemService()
  6305.     {
  6306.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6307.         include_once \dirname(__DIR__4).'/src/Service/Manager/AlarmSystem/ImportTypeOfAlarmSystem.php';
  6308.         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()));
  6309.     }
  6310.     /**
  6311.      * Gets the public 'App\Service\Manager\Caclul\ImportMunicipalTaxManager' shared autowired service.
  6312.      *
  6313.      * @return \App\Service\Manager\Caclul\ImportMunicipalTaxManager
  6314.      */
  6315.     protected function getImportMunicipalTaxManagerService()
  6316.     {
  6317.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6318.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6319.         include_once \dirname(__DIR__4).'/src/Service/Manager/Caclul/ImportMunicipalTaxManager.php';
  6320.         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()));
  6321.     }
  6322.     /**
  6323.      * Gets the public 'App\Service\Manager\CoOwnership\ImportSyndicManager' shared autowired service.
  6324.      *
  6325.      * @return \App\Service\Manager\CoOwnership\ImportSyndicManager
  6326.      */
  6327.     protected function getImportSyndicManagerService()
  6328.     {
  6329.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6330.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6331.         include_once \dirname(__DIR__4).'/src/Service/Manager/CoOwnership/ImportSyndicManager.php';
  6332.         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()));
  6333.     }
  6334.     /**
  6335.      * Gets the public 'App\Service\Manager\Environment\ImportEnvironmentDatasManager' shared autowired service.
  6336.      *
  6337.      * @return \App\Service\Manager\Environment\ImportEnvironmentDatasManager
  6338.      */
  6339.     protected function getImportEnvironmentDatasManagerService()
  6340.     {
  6341.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6342.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6343.         include_once \dirname(__DIR__4).'/src/Service/Manager/Environment/ImportEnvironmentDatasManager.php';
  6344.         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()));
  6345.     }
  6346.     /**
  6347.      * Gets the public 'App\Service\Manager\GeoportailManager' shared autowired service.
  6348.      *
  6349.      * @return \App\Service\Manager\GeoportailManager
  6350.      */
  6351.     protected function getGeoportailManagerService()
  6352.     {
  6353.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6354.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6355.         include_once \dirname(__DIR__4).'/src/Service/Manager/GeoportailManager.php';
  6356.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  6357.         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()));
  6358.     }
  6359.     /**
  6360.      * Gets the public 'App\Service\Manager\ImportCommunaleServiceManager' shared autowired service.
  6361.      *
  6362.      * @return \App\Service\Manager\ImportCommunaleServiceManager
  6363.      */
  6364.     protected function getImportCommunaleServiceManagerService()
  6365.     {
  6366.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6367.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportCommunaleServiceManager.php';
  6368.         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()));
  6369.     }
  6370.     /**
  6371.      * Gets the public 'App\Service\Manager\ImportCountryBelgeManager' shared autowired service.
  6372.      *
  6373.      * @return \App\Service\Manager\ImportCountryBelgeManager
  6374.      */
  6375.     protected function getImportCountryBelgeManagerService()
  6376.     {
  6377.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6378.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportCountryBelgeManager.php';
  6379.         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()));
  6380.     }
  6381.     /**
  6382.      * Gets the public 'App\Service\Manager\ImportPrimeManager' shared autowired service.
  6383.      *
  6384.      * @return \App\Service\Manager\ImportPrimeManager
  6385.      */
  6386.     protected function getImportPrimeManagerService()
  6387.     {
  6388.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6389.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6390.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportPrimeManager.php';
  6391.         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()));
  6392.     }
  6393.     /**
  6394.      * Gets the public 'App\Service\Manager\NeighborhoodOfficer\ImportNeighborhoodOfficer' shared autowired service.
  6395.      *
  6396.      * @return \App\Service\Manager\NeighborhoodOfficer\ImportNeighborhoodOfficer
  6397.      */
  6398.     protected function getImportNeighborhoodOfficerService()
  6399.     {
  6400.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6401.         include_once \dirname(__DIR__4).'/src/Service/Manager/NeighborhoodOfficer/ImportNeighborhoodOfficer.php';
  6402.         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()));
  6403.     }
  6404.     /**
  6405.      * Gets the public 'App\Service\Manager\SurveillanceCamera\ImportSurveillanceCameraType' shared autowired service.
  6406.      *
  6407.      * @return \App\Service\Manager\SurveillanceCamera\ImportSurveillanceCameraType
  6408.      */
  6409.     protected function getImportSurveillanceCameraTypeService()
  6410.     {
  6411.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6412.         include_once \dirname(__DIR__4).'/src/Service/Manager/SurveillanceCamera/ImportSurveillanceCameraType.php';
  6413.         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()));
  6414.     }
  6415.     /**
  6416.      * Gets the public 'App\Service\Manager\Work\ImportExpertBoilerManager' shared autowired service.
  6417.      *
  6418.      * @return \App\Service\Manager\Work\ImportExpertBoilerManager
  6419.      */
  6420.     protected function getImportExpertBoilerManagerService()
  6421.     {
  6422.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6423.         include_once \dirname(__DIR__4).'/src/Service/Manager/AbstractImportExcelManager.php';
  6424.         include_once \dirname(__DIR__4).'/src/Service/Manager/Work/ImportExpertBoilerManager.php';
  6425.         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()));
  6426.     }
  6427.     /**
  6428.      * Gets the public 'App\Service\Manager\Work\ImportTankWorkManager' shared autowired service.
  6429.      *
  6430.      * @return \App\Service\Manager\Work\ImportTankWorkManager
  6431.      */
  6432.     protected function getImportTankWorkManagerService()
  6433.     {
  6434.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6435.         include_once \dirname(__DIR__4).'/src/Service/Manager/Work/ImportTankWorkManager.php';
  6436.         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()));
  6437.     }
  6438.     /**
  6439.      * Gets the public 'App\Service\Manager\Work\ImportWorkLinksManager' shared autowired service.
  6440.      *
  6441.      * @return \App\Service\Manager\Work\ImportWorkLinksManager
  6442.      */
  6443.     protected function getImportWorkLinksManagerService()
  6444.     {
  6445.         include_once \dirname(__DIR__4).'/src/Service/Manager/Interfaces/ImportDataFromExcelInterface.php';
  6446.         include_once \dirname(__DIR__4).'/src/Service/Manager/Work/ImportWorkLinksManager.php';
  6447.         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()));
  6448.     }
  6449.     /**
  6450.      * Gets the public 'App\Service\Onespan\DownloaderService' shared autowired service.
  6451.      *
  6452.      * @return \App\Service\Onespan\DownloaderService
  6453.      */
  6454.     protected function getDownloaderServiceService()
  6455.     {
  6456.         include_once \dirname(__DIR__4).'/src/Service/Onespan/DownloaderService.php';
  6457.         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()));
  6458.     }
  6459.     /**
  6460.      * Gets the public 'App\Service\Onespan\EventNotificationService' shared autowired service.
  6461.      *
  6462.      * @return \App\Service\Onespan\EventNotificationService
  6463.      */
  6464.     protected function getEventNotificationServiceService()
  6465.     {
  6466.         include_once \dirname(__DIR__4).'/src/Service/Onespan/EventNotificationService.php';
  6467.         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()), new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  6468.             'App\\Service\\Api\\ClientSales\\SalesAgreementMailingService' => ['privates''App\\Service\\Api\\ClientSales\\SalesAgreementMailingService''getSalesAgreementMailingServiceService'false],
  6469.             'App\\Service\\Api\\Rental\\OnespanHandler' => ['privates''App\\Service\\Api\\Rental\\OnespanHandler''getOnespanHandlerService'false],
  6470.         ], [
  6471.             'App\\Service\\Api\\ClientSales\\SalesAgreementMailingService' => 'App\\Service\\Api\\ClientSales\\SalesAgreementMailingService',
  6472.             'App\\Service\\Api\\Rental\\OnespanHandler' => 'App\\Service\\Api\\Rental\\OnespanHandler',
  6473.         ]));
  6474.     }
  6475.     /**
  6476.      * Gets the public 'App\Service\Onespan\SignatureBuildingService' shared autowired service.
  6477.      *
  6478.      * @return \App\Service\Onespan\SignatureBuildingService
  6479.      */
  6480.     protected function getSignatureBuildingServiceService()
  6481.     {
  6482.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  6483.         return $this->services['App\\Service\\Onespan\\SignatureBuildingService'] = new \App\Service\Onespan\SignatureBuildingService($this->getEnv('URL_ONE_SPAN'), $this->getEnv('API_KEY_ONE_SPAN'));
  6484.     }
  6485.     /**
  6486.      * Gets the public 'App\Service\Pdf\ProviderWaterInterventionPdf' shared autowired service.
  6487.      *
  6488.      * @return \App\Service\Pdf\ProviderWaterInterventionPdf
  6489.      */
  6490.     protected function getProviderWaterInterventionPdfService()
  6491.     {
  6492.         include_once \dirname(__DIR__4).'/src/Service/Pdf/ProviderWaterInterventionPdf.php';
  6493.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  6494.         if (isset($this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'])) {
  6495.             return $this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'];
  6496.         }
  6497.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6498.         if (isset($this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'])) {
  6499.             return $this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'];
  6500.         }
  6501.         $this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'] = $instance = new \App\Service\Pdf\ProviderWaterInterventionPdf($a$b);
  6502.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Pdf\\ProviderWaterInterventionPdf'$this));
  6503.         return $instance;
  6504.     }
  6505.     /**
  6506.      * Gets the public 'App\Service\PretService' shared autowired service.
  6507.      *
  6508.      * @return \App\Service\PretService
  6509.      */
  6510.     protected function getPretServiceService()
  6511.     {
  6512.         include_once \dirname(__DIR__4).'/src/Service/PretService.php';
  6513.         $this->services['App\\Service\\PretService'] = $instance = new \App\Service\PretService();
  6514.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\PretService'$this));
  6515.         return $instance;
  6516.     }
  6517.     /**
  6518.      * Gets the public 'App\Service\Realtime\MercureService' shared autowired service.
  6519.      *
  6520.      * @return \App\Service\Realtime\MercureService
  6521.      */
  6522.     protected function getMercureServiceService()
  6523.     {
  6524.         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'));
  6525.     }
  6526.     /**
  6527.      * Gets the public 'App\Service\SendMail\SendmailService' shared autowired service.
  6528.      *
  6529.      * @return \App\Service\SendMail\SendmailService
  6530.      */
  6531.     protected function getSendmailServiceService()
  6532.     {
  6533.         $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))));
  6534.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\SendMail\\SendmailService'$this));
  6535.         return $instance;
  6536.     }
  6537.     /**
  6538.      * Gets the public 'App\Service\Webhook\Traitement' shared autowired service.
  6539.      *
  6540.      * @return \App\Service\Webhook\Traitement
  6541.      */
  6542.     protected function getTraitementService()
  6543.     {
  6544.         include_once \dirname(__DIR__4).'/src/Service/Webhook/Traitement.php';
  6545.         $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()));
  6546.         $instance->setContainer(($this->privates['.service_locator.GNc8e5B'] ?? $this->get_ServiceLocator_GNc8e5BService())->withContext('App\\Service\\Webhook\\Traitement'$this));
  6547.         return $instance;
  6548.     }
  6549.     /**
  6550.      * Gets the public 'App\Service\YousignWebhookService' shared autowired service.
  6551.      *
  6552.      * @return \App\Service\YousignWebhookService
  6553.      */
  6554.     protected function getYousignWebhookServiceService()
  6555.     {
  6556.         include_once \dirname(__DIR__4).'/src/Service/YousignWebhookService.php';
  6557.         include_once \dirname(__DIR__4).'/src/Service/YousignApiClient.php';
  6558.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  6559.         if (isset($this->services['App\\Service\\YousignWebhookService'])) {
  6560.             return $this->services['App\\Service\\YousignWebhookService'];
  6561.         }
  6562.         $b = ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService());
  6563.         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/');
  6564.     }
  6565.     /**
  6566.      * Gets the public 'Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController' shared service.
  6567.      *
  6568.      * @return \Doctrine\Bundle\DoctrineBundle\Controller\ProfilerController
  6569.      */
  6570.     protected function getProfilerControllerService()
  6571.     {
  6572.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Controller/ProfilerController.php';
  6573.         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()));
  6574.     }
  6575.     /**
  6576.      * Gets the public 'Endroid\QrCodeBundle\Controller\GenerateController' shared autowired service.
  6577.      *
  6578.      * @return \Endroid\QrCodeBundle\Controller\GenerateController
  6579.      */
  6580.     protected function getGenerateControllerService()
  6581.     {
  6582.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Controller/GenerateController.php';
  6583.         return $this->services['Endroid\\QrCodeBundle\\Controller\\GenerateController'] = new \Endroid\QrCodeBundle\Controller\GenerateController(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()));
  6584.     }
  6585.     /**
  6586.      * Gets the public 'Faker\Generator' shared service.
  6587.      *
  6588.      * @return \Faker\Generator
  6589.      */
  6590.     protected function getGeneratorService()
  6591.     {
  6592.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Generator.php';
  6593.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Factory.php';
  6594.         include_once \dirname(__DIR__4).'/vendor/fakerphp/faker/src/Faker/Provider/Base.php';
  6595.         include_once \dirname(__DIR__4).'/src/DataFixtures/Providers/BelgicPolygonProvider.php';
  6596.         include_once \dirname(__DIR__4).'/src/DataFixtures/Providers/HashPasswordProvider.php';
  6597.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Faker/Provider/AliceProvider.php';
  6598.         $this->services['Faker\\Generator'] = $instance = \Faker\Factory::create('en_US');
  6599.         $instance->seed(1);
  6600.         $instance->addProvider(new \App\DataFixtures\Providers\BelgicPolygonProvider($instance));
  6601.         $instance->addProvider(new \App\DataFixtures\Providers\HashPasswordProvider(($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService())));
  6602.         $instance->addProvider(new \Nelmio\Alice\Faker\Provider\AliceProvider());
  6603.         return $instance;
  6604.     }
  6605.     /**
  6606.      * Gets the public 'Liip\ImagineBundle\Controller\ImagineController' shared service.
  6607.      *
  6608.      * @return \Liip\ImagineBundle\Controller\ImagineController
  6609.      */
  6610.     protected function getImagineControllerService()
  6611.     {
  6612.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Controller/ImagineController.php';
  6613.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/Controller/ControllerConfig.php';
  6614.         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));
  6615.     }
  6616.     /**
  6617.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup' shared service.
  6618.      *
  6619.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup
  6620.      */
  6621.     protected function getMongodbDatabaseBackupService()
  6622.     {
  6623.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  6624.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  6625.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MongodbDatabaseBackup.php';
  6626.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MongodbDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MongodbDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  6627.     }
  6628.     /**
  6629.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup' shared service.
  6630.      *
  6631.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup
  6632.      */
  6633.     protected function getMysqlDatabaseBackupService()
  6634.     {
  6635.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  6636.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  6637.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/MysqlDatabaseBackup.php';
  6638.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\MysqlDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\MysqlDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  6639.     }
  6640.     /**
  6641.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup' shared service.
  6642.      *
  6643.      * @return \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup
  6644.      */
  6645.     protected function getSqliteDatabaseBackupService()
  6646.     {
  6647.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/DatabaseBackupInterface.php';
  6648.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/AbstractDatabaseBackup.php';
  6649.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseBackup/SqliteDatabaseBackup.php';
  6650.         return $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseBackup\\SqliteDatabaseBackup'] = new \Liip\TestFixturesBundle\Services\DatabaseBackup\SqliteDatabaseBackup($this, ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService()));
  6651.     }
  6652.     /**
  6653.      * Gets the public 'Liip\TestFixturesBundle\Services\DatabaseToolCollection' shared service.
  6654.      *
  6655.      * @return \Liip\TestFixturesBundle\Services\DatabaseToolCollection
  6656.      */
  6657.     protected function getDatabaseToolCollectionService()
  6658.     {
  6659.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseToolCollection.php';
  6660.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/AbstractDatabaseTool.php';
  6661.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMDatabaseTool.php';
  6662.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/ORMSqliteDatabaseTool.php';
  6663.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/MongoDBDatabaseTool.php';
  6664.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/DatabaseTools/PHPCRDatabaseTool.php';
  6665.         $this->services['Liip\\TestFixturesBundle\\Services\\DatabaseToolCollection'] = $instance = new \Liip\TestFixturesBundle\Services\DatabaseToolCollection($thisNULL);
  6666.         $a = ($this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] ?? $this->getFixturesLoaderFactoryService());
  6667.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMDatabaseTool($this$a));
  6668.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\ORMSqliteDatabaseTool($this$a));
  6669.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\MongoDBDatabaseTool($this$a));
  6670.         $instance->add(new \Liip\TestFixturesBundle\Services\DatabaseTools\PHPCRDatabaseTool($this$a));
  6671.         return $instance;
  6672.     }
  6673.     /**
  6674.      * Gets the public 'Liip\TestFixturesBundle\Services\FixturesLoaderFactory' shared service.
  6675.      *
  6676.      * @return \Liip\TestFixturesBundle\Services\FixturesLoaderFactory
  6677.      */
  6678.     protected function getFixturesLoaderFactoryService()
  6679.     {
  6680.         include_once \dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src/Services/FixturesLoaderFactory.php';
  6681.         return $this->services['Liip\\TestFixturesBundle\\Services\\FixturesLoaderFactory'] = new \Liip\TestFixturesBundle\Services\FixturesLoaderFactory($this, ($this->privates['doctrine.fixtures.loader'] ?? $this->getDoctrine_Fixtures_LoaderService()));
  6682.     }
  6683.     /**
  6684.      * Gets the public 'Stripe\StripeClient' shared autowired service.
  6685.      *
  6686.      * @return \Stripe\StripeClient
  6687.      */
  6688.     protected function getStripeClientService()
  6689.     {
  6690.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  6691.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  6692.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  6693.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  6694.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  6695.         return $this->services['Stripe\\StripeClient'] = new \Stripe\StripeClient(['api_key' => $this->getEnv('STRIPE_SECRET_API_KEY')]);
  6696.     }
  6697.     /**
  6698.      * Gets the public 'SymfonyBundles\RedisBundle\Redis\ClientInterface' shared service.
  6699.      *
  6700.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  6701.      */
  6702.     protected function getClientInterfaceService()
  6703.     {
  6704.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  6705.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  6706.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/ClientInterface.php';
  6707.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Client.php';
  6708.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/FactoryInterface.php';
  6709.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Factory.php';
  6710.         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')], []);
  6711.     }
  6712.     /**
  6713.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\RedirectController' shared service.
  6714.      *
  6715.      * @return \Symfony\Bundle\FrameworkBundle\Controller\RedirectController
  6716.      */
  6717.     protected function getRedirectControllerService()
  6718.     {
  6719.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/RedirectController.php';
  6720.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  6721.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\RedirectController'] = new \Symfony\Bundle\FrameworkBundle\Controller\RedirectController(($this->services['router'] ?? $this->getRouterService()), $a->getHttpPort(), $a->getHttpsPort());
  6722.     }
  6723.     /**
  6724.      * Gets the public 'Symfony\Bundle\FrameworkBundle\Controller\TemplateController' shared service.
  6725.      *
  6726.      * @return \Symfony\Bundle\FrameworkBundle\Controller\TemplateController
  6727.      */
  6728.     protected function getTemplateControllerService()
  6729.     {
  6730.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Controller/TemplateController.php';
  6731.         return $this->services['Symfony\\Bundle\\FrameworkBundle\\Controller\\TemplateController'] = new \Symfony\Bundle\FrameworkBundle\Controller\TemplateController(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  6732.     }
  6733.     /**
  6734.      * Gets the public 'Vich\UploaderBundle\Naming\Base64Namer' shared service.
  6735.      *
  6736.      * @return \Vich\UploaderBundle\Naming\Base64Namer
  6737.      */
  6738.     protected function getBase64NamerService()
  6739.     {
  6740.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6741.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6742.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  6743.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Base64Namer.php';
  6744.         return $this->services['Vich\\UploaderBundle\\Naming\\Base64Namer'] = new \Vich\UploaderBundle\Naming\Base64Namer();
  6745.     }
  6746.     /**
  6747.      * Gets the public 'Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer' shared service.
  6748.      *
  6749.      * @return \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer
  6750.      */
  6751.     protected function getCurrentDateTimeDirectoryNamerService()
  6752.     {
  6753.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  6754.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeDirectoryNamer.php';
  6756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DateTimeHelper.php';
  6757.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/CurrentDateTimeHelper.php';
  6758.         return $this->services['Vich\\UploaderBundle\\Naming\\CurrentDateTimeDirectoryNamer'] = new \Vich\UploaderBundle\Naming\CurrentDateTimeDirectoryNamer(new \Vich\UploaderBundle\Naming\CurrentDateTimeHelper(), ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  6759.     }
  6760.     /**
  6761.      * Gets the public 'Vich\UploaderBundle\Naming\HashNamer' shared service.
  6762.      *
  6763.      * @return \Vich\UploaderBundle\Naming\HashNamer
  6764.      */
  6765.     protected function getHashNamerService()
  6766.     {
  6767.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6768.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6769.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  6770.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/HashNamer.php';
  6771.         return $this->services['Vich\\UploaderBundle\\Naming\\HashNamer'] = new \Vich\UploaderBundle\Naming\HashNamer();
  6772.     }
  6773.     /**
  6774.      * Gets the public 'Vich\UploaderBundle\Naming\OrignameNamer' shared service.
  6775.      *
  6776.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  6777.      */
  6778.     protected function getOrignameNamerService()
  6779.     {
  6780.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6782.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  6783.         return $this->services['Vich\\UploaderBundle\\Naming\\OrignameNamer'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6784.     }
  6785.     /**
  6786.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyDirectoryNamer' shared service.
  6787.      *
  6788.      * @return \Vich\UploaderBundle\Naming\PropertyDirectoryNamer
  6789.      */
  6790.     protected function getPropertyDirectoryNamerService()
  6791.     {
  6792.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  6793.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6794.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyDirectoryNamer.php';
  6795.         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()));
  6796.     }
  6797.     /**
  6798.      * Gets the public 'Vich\UploaderBundle\Naming\PropertyNamer' shared service.
  6799.      *
  6800.      * @return \Vich\UploaderBundle\Naming\PropertyNamer
  6801.      */
  6802.     protected function getPropertyNamerService()
  6803.     {
  6804.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6805.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  6806.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  6807.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/PropertyNamer.php';
  6808.         return $this->services['Vich\\UploaderBundle\\Naming\\PropertyNamer'] = new \Vich\UploaderBundle\Naming\PropertyNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6809.     }
  6810.     /**
  6811.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer' shared service.
  6812.      *
  6813.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6814.      */
  6815.     protected function getSmartUniqueNamerService()
  6816.     {
  6817.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6818.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6819.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6820.     }
  6821.     /**
  6822.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.brugis_csv_pending' shared service.
  6823.      *
  6824.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6825.      */
  6826.     protected function getSmartUniqueNamer_BrugisCsvPendingService()
  6827.     {
  6828.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6830.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brugis_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6831.     }
  6832.     /**
  6833.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.chat_file' shared service.
  6834.      *
  6835.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6836.      */
  6837.     protected function getSmartUniqueNamer_ChatFileService()
  6838.     {
  6839.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6840.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6841.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.chat_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6842.     }
  6843.     /**
  6844.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.client_sales_agreement_file' shared service.
  6845.      *
  6846.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6847.      */
  6848.     protected function getSmartUniqueNamer_ClientSalesAgreementFileService()
  6849.     {
  6850.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6851.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6852.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.client_sales_agreement_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6853.     }
  6854.     /**
  6855.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.community_event_file' shared service.
  6856.      *
  6857.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6858.      */
  6859.     protected function getSmartUniqueNamer_CommunityEventFileService()
  6860.     {
  6861.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6862.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6863.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_event_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6864.     }
  6865.     /**
  6866.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.community_post_file' shared service.
  6867.      *
  6868.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6869.      */
  6870.     protected function getSmartUniqueNamer_CommunityPostFileService()
  6871.     {
  6872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6873.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6874.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_post_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6875.     }
  6876.     /**
  6877.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.condominium_invoice_file' shared service.
  6878.      *
  6879.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6880.      */
  6881.     protected function getSmartUniqueNamer_CondominiumInvoiceFileService()
  6882.     {
  6883.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6884.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6885.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.condominium_invoice_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6886.     }
  6887.     /**
  6888.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.enquetes_publics_csv' shared service.
  6889.      *
  6890.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6891.      */
  6892.     protected function getSmartUniqueNamer_EnquetesPublicsCsvService()
  6893.     {
  6894.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6895.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6896.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.enquetes_publics_csv'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6897.     }
  6898.     /**
  6899.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.excel_file_pending' shared service.
  6900.      *
  6901.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6902.      */
  6903.     protected function getSmartUniqueNamer_ExcelFilePendingService()
  6904.     {
  6905.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6906.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6907.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.excel_file_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6908.     }
  6909.     /**
  6910.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.garden_resource_document' shared service.
  6911.      *
  6912.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6913.      */
  6914.     protected function getSmartUniqueNamer_GardenResourceDocumentService()
  6915.     {
  6916.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6917.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6918.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.garden_resource_document'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6919.     }
  6920.     /**
  6921.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.identity_image' shared service.
  6922.      *
  6923.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6924.      */
  6925.     protected function getSmartUniqueNamer_IdentityImageService()
  6926.     {
  6927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6928.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6929.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.identity_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6930.     }
  6931.     /**
  6932.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.imo_agent_solicitation_image' shared service.
  6933.      *
  6934.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6935.      */
  6936.     protected function getSmartUniqueNamer_ImoAgentSolicitationImageService()
  6937.     {
  6938.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6939.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6940.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.imo_agent_solicitation_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6941.     }
  6942.     /**
  6943.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.inventory_file' shared service.
  6944.      *
  6945.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6946.      */
  6947.     protected function getSmartUniqueNamer_InventoryFileService()
  6948.     {
  6949.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6950.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6951.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6952.     }
  6953.     /**
  6954.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.inventory_image' shared service.
  6955.      *
  6956.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6957.      */
  6958.     protected function getSmartUniqueNamer_InventoryImageService()
  6959.     {
  6960.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6961.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6962.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_image'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6963.     }
  6964.     /**
  6965.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.lease_contract' shared service.
  6966.      *
  6967.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6968.      */
  6969.     protected function getSmartUniqueNamer_LeaseContractService()
  6970.     {
  6971.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6972.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6973.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6974.     }
  6975.     /**
  6976.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.lease_contract_models' shared service.
  6977.      *
  6978.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6979.      */
  6980.     protected function getSmartUniqueNamer_LeaseContractModelsService()
  6981.     {
  6982.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6983.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6984.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract_models'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6985.     }
  6986.     /**
  6987.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.message_file' shared service.
  6988.      *
  6989.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  6990.      */
  6991.     protected function getSmartUniqueNamer_MessageFileService()
  6992.     {
  6993.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  6994.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  6995.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.message_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  6996.     }
  6997.     /**
  6998.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.neightborhood_project_after_improvement_image_file' shared service.
  6999.      *
  7000.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7001.      */
  7002.     protected function getSmartUniqueNamer_NeightborhoodProjectAfterImprovementImageFileService()
  7003.     {
  7004.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7005.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7006.         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()));
  7007.     }
  7008.     /**
  7009.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.neightborhood_project_before_improvement_image_file' shared service.
  7010.      *
  7011.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7012.      */
  7013.     protected function getSmartUniqueNamer_NeightborhoodProjectBeforeImprovementImageFileService()
  7014.     {
  7015.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7016.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7017.         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()));
  7018.     }
  7019.     /**
  7020.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.new_project_immo_csv' shared service.
  7021.      *
  7022.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7023.      */
  7024.     protected function getSmartUniqueNamer_NewProjectImmoCsvService()
  7025.     {
  7026.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7028.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.new_project_immo_csv'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7029.     }
  7030.     /**
  7031.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.occupation_period_file' shared service.
  7032.      *
  7033.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7034.      */
  7035.     protected function getSmartUniqueNamer_OccupationPeriodFileService()
  7036.     {
  7037.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7038.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7039.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.occupation_period_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7040.     }
  7041.     /**
  7042.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.offer_lease_agreement' shared service.
  7043.      *
  7044.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7045.      */
  7046.     protected function getSmartUniqueNamer_OfferLeaseAgreementService()
  7047.     {
  7048.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7049.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7050.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.offer_lease_agreement'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7051.     }
  7052.     /**
  7053.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pdf_location' shared service.
  7054.      *
  7055.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7056.      */
  7057.     protected function getSmartUniqueNamer_PdfLocationService()
  7058.     {
  7059.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7060.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7061.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_location'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7062.     }
  7063.     /**
  7064.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pdf_mail_location' shared service.
  7065.      *
  7066.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7067.      */
  7068.     protected function getSmartUniqueNamer_PdfMailLocationService()
  7069.     {
  7070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7071.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7072.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_mail_location'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7073.     }
  7074.     /**
  7075.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pdf_summary_maif' shared service.
  7076.      *
  7077.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7078.      */
  7079.     protected function getSmartUniqueNamer_PdfSummaryMaifService()
  7080.     {
  7081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7082.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7083.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_summary_maif'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7084.     }
  7085.     /**
  7086.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.permit_citerne' shared service.
  7087.      *
  7088.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7089.      */
  7090.     protected function getSmartUniqueNamer_PermitCiterneService()
  7091.     {
  7092.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7093.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7094.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.permit_citerne'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7095.     }
  7096.     /**
  7097.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.portfolio_files' shared service.
  7098.      *
  7099.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7100.      */
  7101.     protected function getSmartUniqueNamer_PortfolioFilesService()
  7102.     {
  7103.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7104.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7105.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.portfolio_files'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7106.     }
  7107.     /**
  7108.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.ppas_affectation_csv_pending' shared service.
  7109.      *
  7110.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7111.      */
  7112.     protected function getSmartUniqueNamer_PpasAffectationCsvPendingService()
  7113.     {
  7114.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7116.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_affectation_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7117.     }
  7118.     /**
  7119.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.ppas_csv_pending' shared service.
  7120.      *
  7121.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7122.      */
  7123.     protected function getSmartUniqueNamer_PpasCsvPendingService()
  7124.     {
  7125.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7126.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7127.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7128.     }
  7129.     /**
  7130.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.pras_csv' shared service.
  7131.      *
  7132.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7133.      */
  7134.     protected function getSmartUniqueNamer_PrasCsvService()
  7135.     {
  7136.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7138.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pras_csv'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7139.     }
  7140.     /**
  7141.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.property_document_file' shared service.
  7142.      *
  7143.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7144.      */
  7145.     protected function getSmartUniqueNamer_PropertyDocumentFileService()
  7146.     {
  7147.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7148.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7149.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.property_document_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7150.     }
  7151.     /**
  7152.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.provider_inverte_list_pending' shared service.
  7153.      *
  7154.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7155.      */
  7156.     protected function getSmartUniqueNamer_ProviderInverteListPendingService()
  7157.     {
  7158.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7159.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7160.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_inverte_list_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7161.     }
  7162.     /**
  7163.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.provider_society_csv_pending' shared service.
  7164.      *
  7165.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7166.      */
  7167.     protected function getSmartUniqueNamer_ProviderSocietyCsvPendingService()
  7168.     {
  7169.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7170.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7171.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_society_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7172.     }
  7173.     /**
  7174.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.provider_work' shared service.
  7175.      *
  7176.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7177.      */
  7178.     protected function getSmartUniqueNamer_ProviderWorkService()
  7179.     {
  7180.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7181.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7182.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_work'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7183.     }
  7184.     /**
  7185.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.public_inquiry_inprogress_excel' shared service.
  7186.      *
  7187.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7188.      */
  7189.     protected function getSmartUniqueNamer_PublicInquiryInprogressExcelService()
  7190.     {
  7191.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7192.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7193.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.public_inquiry_inprogress_excel'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7194.     }
  7195.     /**
  7196.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.request_repayment_files' shared service.
  7197.      *
  7198.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7199.      */
  7200.     protected function getSmartUniqueNamer_RequestRepaymentFilesService()
  7201.     {
  7202.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7203.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7204.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.request_repayment_files'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7205.     }
  7206.     /**
  7207.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.sales_agreement_file_to_sign' shared service.
  7208.      *
  7209.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7210.      */
  7211.     protected function getSmartUniqueNamer_SalesAgreementFileToSignService()
  7212.     {
  7213.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7214.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7215.         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()));
  7216.     }
  7217.     /**
  7218.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.surveillance_camera_document' shared service.
  7219.      *
  7220.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7221.      */
  7222.     protected function getSmartUniqueNamer_SurveillanceCameraDocumentService()
  7223.     {
  7224.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7225.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7226.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.surveillance_camera_document'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7227.     }
  7228.     /**
  7229.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.treeD_figuration_file' shared service.
  7230.      *
  7231.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7232.      */
  7233.     protected function getSmartUniqueNamer_TreeDFigurationFileService()
  7234.     {
  7235.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7236.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7237.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.treeD_figuration_file'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7238.     }
  7239.     /**
  7240.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.user_logo' shared service.
  7241.      *
  7242.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7243.      */
  7244.     protected function getSmartUniqueNamer_UserLogoService()
  7245.     {
  7246.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7247.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7248.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7249.     }
  7250.     /**
  7251.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.wallonie_csv_pending' shared service.
  7252.      *
  7253.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7254.      */
  7255.     protected function getSmartUniqueNamer_WallonieCsvPendingService()
  7256.     {
  7257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7259.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.wallonie_csv_pending'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7260.     }
  7261.     /**
  7262.      * Gets the public 'Vich\UploaderBundle\Naming\SmartUniqueNamer.water_supplier_controller_excel' shared service.
  7263.      *
  7264.      * @return \Vich\UploaderBundle\Naming\SmartUniqueNamer
  7265.      */
  7266.     protected function getSmartUniqueNamer_WaterSupplierControllerExcelService()
  7267.     {
  7268.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7269.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SmartUniqueNamer.php';
  7270.         return $this->services['Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.water_supplier_controller_excel'] = new \Vich\UploaderBundle\Naming\SmartUniqueNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  7271.     }
  7272.     /**
  7273.      * Gets the public 'Vich\UploaderBundle\Naming\SubdirDirectoryNamer' shared service.
  7274.      *
  7275.      * @return \Vich\UploaderBundle\Naming\SubdirDirectoryNamer
  7276.      */
  7277.     protected function getSubdirDirectoryNamerService()
  7278.     {
  7279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/DirectoryNamerInterface.php';
  7280.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  7281.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/SubdirDirectoryNamer.php';
  7282.         return $this->services['Vich\\UploaderBundle\\Naming\\SubdirDirectoryNamer'] = new \Vich\UploaderBundle\Naming\SubdirDirectoryNamer();
  7283.     }
  7284.     /**
  7285.      * Gets the public 'Vich\UploaderBundle\Naming\UniqidNamer' shared service.
  7286.      *
  7287.      * @return \Vich\UploaderBundle\Naming\UniqidNamer
  7288.      */
  7289.     protected function getUniqidNamerService()
  7290.     {
  7291.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  7292.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/Polyfill/FileExtensionTrait.php';
  7293.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/UniqidNamer.php';
  7294.         return $this->services['Vich\\UploaderBundle\\Naming\\UniqidNamer'] = new \Vich\UploaderBundle\Naming\UniqidNamer();
  7295.     }
  7296.     /**
  7297.      * Gets the public 'api_platform.action.documentation' shared service.
  7298.      *
  7299.      * @return \ApiPlatform\Documentation\Action\DocumentationAction
  7300.      */
  7301.     protected function getApiPlatform_Action_DocumentationService()
  7302.     {
  7303.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Documentation/Action/DocumentationAction.php';
  7304.         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()));
  7305.     }
  7306.     /**
  7307.      * Gets the public 'api_platform.action.entrypoint' shared service.
  7308.      *
  7309.      * @return \ApiPlatform\Action\EntrypointAction
  7310.      */
  7311.     protected function getApiPlatform_Action_EntrypointService()
  7312.     {
  7313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/EntrypointAction.php';
  7314.         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()));
  7315.     }
  7316.     /**
  7317.      * Gets the public 'api_platform.action.exception' shared service.
  7318.      *
  7319.      * @return \ApiPlatform\Action\ExceptionAction
  7320.      */
  7321.     protected function getApiPlatform_Action_ExceptionService()
  7322.     {
  7323.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/ExceptionAction.php';
  7324.         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()));
  7325.     }
  7326.     /**
  7327.      * Gets the public 'api_platform.action.not_exposed' shared service.
  7328.      *
  7329.      * @return \ApiPlatform\Action\NotExposedAction
  7330.      */
  7331.     protected function getApiPlatform_Action_NotExposedService()
  7332.     {
  7333.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotExposedAction.php';
  7334.         return $this->services['api_platform.action.not_exposed'] = new \ApiPlatform\Action\NotExposedAction();
  7335.     }
  7336.     /**
  7337.      * Gets the public 'api_platform.action.not_found' shared service.
  7338.      *
  7339.      * @return \ApiPlatform\Action\NotFoundAction
  7340.      */
  7341.     protected function getApiPlatform_Action_NotFoundService()
  7342.     {
  7343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/NotFoundAction.php';
  7344.         return $this->services['api_platform.action.not_found'] = new \ApiPlatform\Action\NotFoundAction();
  7345.     }
  7346.     /**
  7347.      * Gets the public 'api_platform.action.placeholder' shared service.
  7348.      *
  7349.      * @return \ApiPlatform\Action\PlaceholderAction
  7350.      */
  7351.     protected function getApiPlatform_Action_PlaceholderService()
  7352.     {
  7353.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Action/PlaceholderAction.php';
  7354.         return $this->services['api_platform.action.placeholder'] = new \ApiPlatform\Action\PlaceholderAction();
  7355.     }
  7356.     /**
  7357.      * Gets the public 'api_platform.jsonld.action.context' shared service.
  7358.      *
  7359.      * @return \ApiPlatform\JsonLd\Action\ContextAction
  7360.      */
  7361.     protected function getApiPlatform_Jsonld_Action_ContextService()
  7362.     {
  7363.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonLd/Action/ContextAction.php';
  7364.         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()));
  7365.     }
  7366.     /**
  7367.      * Gets the public 'api_platform.swagger.action.ui' shared service.
  7368.      *
  7369.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Action\SwaggerUiAction
  7370.      */
  7371.     protected function getApiPlatform_Swagger_Action_UiService()
  7372.     {
  7373.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Action/SwaggerUiAction.php';
  7374.         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);
  7375.     }
  7376.     /**
  7377.      * Gets the public 'api_platform.swagger_ui.action' shared service.
  7378.      *
  7379.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\SwaggerUi\SwaggerUiAction
  7380.      */
  7381.     protected function getApiPlatform_SwaggerUi_ActionService()
  7382.     {
  7383.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiAction.php';
  7384.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/SwaggerUi/SwaggerUiContext.php';
  7385.         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);
  7386.     }
  7387.     /**
  7388.      * Gets the public 'cache.app' shared service.
  7389.      *
  7390.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7391.      */
  7392.     protected function getCache_AppService()
  7393.     {
  7394.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.PhtYv8i'] ?? $this->get_CacheConnection_PhtYv8iService()), 'LU3mKiL80W'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  7395.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  7396.         return $this->services['cache.app'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  7397.     }
  7398.     /**
  7399.      * Gets the public 'cache.app_clearer' shared service.
  7400.      *
  7401.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7402.      */
  7403.     protected function getCache_AppClearerService()
  7404.     {
  7405.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  7406.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  7407.         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())]);
  7408.     }
  7409.     /**
  7410.      * Gets the public 'cache.global_clearer' shared service.
  7411.      *
  7412.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7413.      */
  7414.     protected function getCache_GlobalClearerService()
  7415.     {
  7416.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  7417.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  7418.         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())]);
  7419.     }
  7420.     /**
  7421.      * Gets the public 'cache.system' shared service.
  7422.      *
  7423.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7424.      */
  7425.     protected function getCache_SystemService()
  7426.     {
  7427.         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())));
  7428.     }
  7429.     /**
  7430.      * Gets the public 'cache.system_clearer' shared service.
  7431.      *
  7432.      * @return \Symfony\Component\HttpKernel\CacheClearer\Psr6CacheClearer
  7433.      */
  7434.     protected function getCache_SystemClearerService()
  7435.     {
  7436.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  7437.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php';
  7438.         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())]);
  7439.     }
  7440.     /**
  7441.      * Gets the public 'cache.validator_expression_language' shared service.
  7442.      *
  7443.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  7444.      */
  7445.     protected function getCache_ValidatorExpressionLanguageService()
  7446.     {
  7447.         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())));
  7448.     }
  7449.     /**
  7450.      * Gets the public 'cache_warmer' shared service.
  7451.      *
  7452.      * @return \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate
  7453.      */
  7454.     protected function getCacheWarmerService()
  7455.     {
  7456.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  7457.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php';
  7458.         return $this->services['cache_warmer'] = new \Symfony\Component\HttpKernel\CacheWarmer\CacheWarmerAggregate(new RewindableGenerator(function () {
  7459.             yield => ($this->privates['cache_pool_clearer.cache_warmer'] ?? $this->getCachePoolClearer_CacheWarmerService());
  7460.             yield => ($this->privates['config_builder.warmer'] ?? $this->getConfigBuilder_WarmerService());
  7461.             yield => ($this->privates['translation.warmer'] ?? $this->getTranslation_WarmerService());
  7462.             yield => ($this->privates['router.cache_warmer'] ?? $this->getRouter_CacheWarmerService());
  7463.             yield => ($this->privates['annotations.cache_warmer'] ?? $this->getAnnotations_CacheWarmerService());
  7464.             yield => ($this->privates['serializer.mapping.cache_warmer'] ?? $this->getSerializer_Mapping_CacheWarmerService());
  7465.             yield => ($this->privates['validator.mapping.cache_warmer'] ?? $this->getValidator_Mapping_CacheWarmerService());
  7466.             yield => ($this->privates['twig.template_cache_warmer'] ?? $this->getTwig_TemplateCacheWarmerService());
  7467.             yield => ($this->privates['doctrine.orm.proxy_cache_warmer'] ?? $this->getDoctrine_Orm_ProxyCacheWarmerService());
  7468.             yield => ($this->privates['Vich\\UploaderBundle\\Metadata\\CacheWarmer'] ?? $this->getCacheWarmer2Service());
  7469.         }, 10), true, ($this->targetDir.''.'/App_KernelDevDebugContainerDeprecations.log'));
  7470.     }
  7471.     /**
  7472.      * Gets the public 'console.command.public_alias.App\Command\Admin\ImportPpasInfoCommand' shared autowired service.
  7473.      *
  7474.      * @return \App\Command\Admin\ImportPpasInfoCommand
  7475.      */
  7476.     protected function getImportPpasInfoCommandService()
  7477.     {
  7478.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7479.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportPpasInfoCommand.php';
  7480.         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()));
  7481.     }
  7482.     /**
  7483.      * Gets the public 'console.command.public_alias.App\Command\AlertNewProjectImmoCommand' shared autowired service.
  7484.      *
  7485.      * @return \App\Command\AlertNewProjectImmoCommand
  7486.      */
  7487.     protected function getAlertNewProjectImmoCommandService()
  7488.     {
  7489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7490.         include_once \dirname(__DIR__4).'/src/Command/AlertNewProjectImmoCommand.php';
  7491.         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()));
  7492.     }
  7493.     /**
  7494.      * Gets the public 'console.command.public_alias.App\Command\ExcelFileCommand' shared autowired service.
  7495.      *
  7496.      * @return \App\Command\ExcelFileCommand
  7497.      */
  7498.     protected function getExcelFileCommandService()
  7499.     {
  7500.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  7501.         include_once \dirname(__DIR__4).'/src/Command/ExcelFileCommand.php';
  7502.         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()));
  7503.     }
  7504.     /**
  7505.      * Gets the public 'console.command_loader' shared service.
  7506.      *
  7507.      * @return \Symfony\Component\Console\CommandLoader\ContainerCommandLoader
  7508.      */
  7509.     protected function getConsole_CommandLoaderService()
  7510.     {
  7511.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/CommandLoaderInterface.php';
  7512.         include_once \dirname(__DIR__4).'/vendor/symfony/console/CommandLoader/ContainerCommandLoader.php';
  7513.         return $this->services['console.command_loader'] = new \Symfony\Component\Console\CommandLoader\ContainerCommandLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7514.             'App\\Command\\Admin\\CreateAdminUserCommand' => ['privates''App\\Command\\Admin\\CreateAdminUserCommand''getCreateAdminUserCommandService'false],
  7515.             'App\\Command\\Admin\\ImportPrasCommand' => ['privates''.App\\Command\\Admin\\ImportPrasCommand.lazy''getImportPrasCommand_LazyService'false],
  7516.             'App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand.lazy''getImportThePropertyDailyNeedsCommand_LazyService'false],
  7517.             'App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand.lazy''getImportThePropertyDocumentTypesCommand_LazyService'false],
  7518.             'App\\Command\\Admin\\ImportThePropertyFeaturesCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyFeaturesCommand.lazy''getImportThePropertyFeaturesCommand_LazyService'false],
  7519.             'App\\Command\\Admin\\ImportThePropertyOptionsCommand' => ['privates''.App\\Command\\Admin\\ImportThePropertyOptionsCommand.lazy''getImportThePropertyOptionsCommand_LazyService'false],
  7520.             'App\\Command\\Admin\\ImportTheServiceCategoriesCommand' => ['privates''.App\\Command\\Admin\\ImportTheServiceCategoriesCommand.lazy''getImportTheServiceCategoriesCommand_LazyService'false],
  7521.             'App\\Command\\AlertCommand' => ['privates''.App\\Command\\AlertCommand.lazy''getAlertCommand_LazyService'false],
  7522.             'App\\Command\\AreaCommand' => ['services''App\\Command\\AreaCommand''getAreaCommandService'false],
  7523.             'App\\Command\\BoilerExpert\\BoilerBrusselsCommand' => ['privates''.App\\Command\\BoilerExpert\\BoilerBrusselsCommand.lazy''getBoilerBrusselsCommand_LazyService'false],
  7524.             'App\\Command\\BoilerExpert\\BoilerFlandreCommand' => ['privates''.App\\Command\\BoilerExpert\\BoilerFlandreCommand.lazy''getBoilerFlandreCommand_LazyService'false],
  7525.             'App\\Command\\BoilerExpert\\BoilerWallonieCommand' => ['privates''.App\\Command\\BoilerExpert\\BoilerWallonieCommand.lazy''getBoilerWallonieCommand_LazyService'false],
  7526.             'App\\Command\\CheckEmailReceivedCommand' => ['privates''App\\Command\\CheckEmailReceivedCommand''getCheckEmailReceivedCommandService'false],
  7527.             'App\\Command\\CreateEventsOnspanCommand' => ['privates''.App\\Command\\CreateEventsOnspanCommand.lazy''getCreateEventsOnspanCommand_LazyService'false],
  7528.             'App\\Command\\DVFCommand' => ['services''App\\Command\\DVFCommand''getDVFCommandService'false],
  7529.             'App\\Command\\ElevatorExpert\\CompaniesCommand' => ['privates''.App\\Command\\ElevatorExpert\\CompaniesCommand.lazy''getCompaniesCommand_LazyService'false],
  7530.             'App\\Command\\Engie\\ImportCsvEngieCommand' => ['services''App\\Command\\Engie\\ImportCsvEngieCommand''getImportCsvEngieCommandService'false],
  7531.             'App\\Command\\Engie\\NewEngieCommand' => ['privates''.App\\Command\\Engie\\NewEngieCommand.lazy''getNewEngieCommand_LazyService'false],
  7532.             'App\\Command\\ImportArtistList' => ['privates''.App\\Command\\ImportArtistList.lazy''getImportArtistList_LazyService'false],
  7533.             'App\\Command\\ImportCsvBankCommand' => ['privates''.App\\Command\\ImportCsvBankCommand.lazy''getImportCsvBankCommand_LazyService'false],
  7534.             'App\\Command\\ImportCsvNewProjectCommand' => ['services''App\\Command\\ImportCsvNewProjectCommand''getImportCsvNewProjectCommandService'false],
  7535.             'App\\Command\\ImportCsvNotaryCommand' => ['services''App\\Command\\ImportCsvNotaryCommand''getImportCsvNotaryCommandService'false],
  7536.             'App\\Command\\ImportCsvOccupieCommand' => ['services''App\\Command\\ImportCsvOccupieCommand''getImportCsvOccupieCommandService'false],
  7537.             'App\\Command\\ImportCsvsimulationCommand' => ['privates''.App\\Command\\ImportCsvsimulationCommand.lazy''getImportCsvsimulationCommand_LazyService'false],
  7538.             'App\\Command\\ImportEducationCommand' => ['services''App\\Command\\ImportEducationCommand''getImportEducationCommandService'false],
  7539.             'App\\Command\\ImportEngineeringToUserCommand' => ['privates''App\\Command\\ImportEngineeringToUserCommand''getImportEngineeringToUserCommandService'false],
  7540.             'App\\Command\\ImportExcelFileCommand' => ['privates''.App\\Command\\ImportExcelFileCommand.lazy''getImportExcelFileCommand_LazyService'false],
  7541.             'App\\Command\\ImportImageGeoportailCommand' => ['privates''.App\\Command\\ImportImageGeoportailCommand.lazy''getImportImageGeoportailCommand_LazyService'false],
  7542.             'App\\Command\\ImportMovingCompanyCommand' => ['privates''.App\\Command\\ImportMovingCompanyCommand.lazy''getImportMovingCompanyCommand_LazyService'false],
  7543.             'App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand' => ['privates''.App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand.lazy''getImportNeighborhoodProjectMunicipalitiesCommand_LazyService'false],
  7544.             'App\\Command\\ImportObligationsCommand' => ['privates''.App\\Command\\ImportObligationsCommand.lazy''getImportObligationsCommand_LazyService'false],
  7545.             'App\\Command\\ImportOccupationPeriodDataCommand' => ['privates''.App\\Command\\ImportOccupationPeriodDataCommand.lazy''getImportOccupationPeriodDataCommand_LazyService'false],
  7546.             'App\\Command\\ImportPrimeCommand' => ['privates''.App\\Command\\ImportPrimeCommand.lazy''getImportPrimeCommand_LazyService'false],
  7547.             'App\\Command\\ImportProviderSocietyCommand' => ['privates''.App\\Command\\ImportProviderSocietyCommand.lazy''getImportProviderSocietyCommand_LazyService'false],
  7548.             'App\\Command\\ImportPublicInquiryExcelCommand' => ['services''App\\Command\\ImportPublicInquiryExcelCommand''getImportPublicInquiryExcelCommandService'false],
  7549.             'App\\Command\\ImportReferenceRentCommand' => ['privates''.App\\Command\\ImportReferenceRentCommand.lazy''getImportReferenceRentCommand_LazyService'false],
  7550.             'App\\Command\\ImportStreetAveragePriceCommand' => ['privates''.App\\Command\\ImportStreetAveragePriceCommand.lazy''getImportStreetAveragePriceCommand_LazyService'false],
  7551.             'App\\Command\\ImportThepropertyProviderCommand' => ['privates''App\\Command\\ImportThepropertyProviderCommand''getImportThepropertyProviderCommandService'false],
  7552.             'App\\Command\\ImportWaterSupplierControllerExcelCommand' => ['services''App\\Command\\ImportWaterSupplierControllerExcelCommand''getImportWaterSupplierControllerExcelCommandService'false],
  7553.             'App\\Command\\InsertCsvPretCommand' => ['privates''.App\\Command\\InsertCsvPretCommand.lazy''getInsertCsvPretCommand_LazyService'false],
  7554.             'App\\Command\\Mobility\\FranceMobilityCommand' => ['privates''App\\Command\\Mobility\\FranceMobilityCommand''getFranceMobilityCommandService'false],
  7555.             'App\\Command\\MunicipalityCommand' => ['privates''.App\\Command\\MunicipalityCommand.lazy''getMunicipalityCommand_LazyService'false],
  7556.             'App\\Command\\PolygonTransformationCommand' => ['privates''.App\\Command\\PolygonTransformationCommand.lazy''getPolygonTransformationCommand_LazyService'false],
  7557.             'App\\Command\\PrimeAlertCommand' => ['privates''.App\\Command\\PrimeAlertCommand.lazy''getPrimeAlertCommand_LazyService'false],
  7558.             'App\\Command\\ProviderInverterListCommand' => ['services''App\\Command\\ProviderInverterListCommand''getProviderInverterListCommandService'false],
  7559.             'App\\Command\\RebuildSearchIndexCommand' => ['privates''.App\\Command\\RebuildSearchIndexCommand.lazy''getRebuildSearchIndexCommand_LazyService'false],
  7560.             'App\\Command\\RedisClearCacheCommand' => ['privates''.App\\Command\\RedisClearCacheCommand.lazy''getRedisClearCacheCommand_LazyService'false],
  7561.             'App\\Command\\RegionCommand' => ['privates''.App\\Command\\RegionCommand.lazy''getRegionCommand_LazyService'false],
  7562.             'App\\Command\\RentestimationCommand' => ['privates''.App\\Command\\RentestimationCommand.lazy''getRentestimationCommand_LazyService'false],
  7563.             'App\\Command\\RulesCsvCommand' => ['privates''.App\\Command\\RulesCsvCommand.lazy''getRulesCsvCommand_LazyService'false],
  7564.             'App\\Command\\SendEmailNotificationCommand' => ['privates''.App\\Command\\SendEmailNotificationCommand.lazy''getSendEmailNotificationCommand_LazyService'false],
  7565.             'App\\Command\\SendNotifSalesAgreementLimitCommand' => ['privates''.App\\Command\\SendNotifSalesAgreementLimitCommand.lazy''getSendNotifSalesAgreementLimitCommand_LazyService'false],
  7566.             'App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand' => ['privates''.App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand.lazy''getCreatePermitLocationAndCategoryCommand_LazyService'false],
  7567.             'App\\Command\\SyndicAppartmentCommand' => ['services''App\\Command\\SyndicAppartmentCommand''getSyndicAppartmentCommandService'false],
  7568.             'App\\Command\\TankExpert\\EngOffFlandreCommand' => ['privates''.App\\Command\\TankExpert\\EngOffFlandreCommand.lazy''getEngOffFlandreCommand_LazyService'false],
  7569.             'App\\Command\\TankExpert\\EngineeringOfficesCommand' => ['privates''.App\\Command\\TankExpert\\EngineeringOfficesCommand.lazy''getEngineeringOfficesCommand_LazyService'false],
  7570.             'App\\Command\\TankExpert\\TankWallonieCommand' => ['privates''.App\\Command\\TankExpert\\TankWallonieCommand.lazy''getTankWallonieCommand_LazyService'false],
  7571.             'App\\Command\\UpdateUsernamesCommand' => ['privates''.App\\Command\\UpdateUsernamesCommand.lazy''getUpdateUsernamesCommand_LazyService'false],
  7572.             'App\\Command\\WorkCsvCommand' => ['privates''.App\\Command\\WorkCsvCommand.lazy''getWorkCsvCommand_LazyService'false],
  7573.             'App\\Command\\sendAlertAquisitionCommand' => ['privates''.App\\Command\\sendAlertAquisitionCommand.lazy''getSendAlertAquisitionCommand_LazyService'false],
  7574.             'console.command.about' => ['privates''.console.command.about.lazy''get_Console_Command_About_LazyService'false],
  7575.             'console.command.assets_install' => ['privates''.console.command.assets_install.lazy''get_Console_Command_AssetsInstall_LazyService'false],
  7576.             'console.command.cache_clear' => ['privates''.console.command.cache_clear.lazy''get_Console_Command_CacheClear_LazyService'false],
  7577.             'console.command.cache_pool_clear' => ['privates''.console.command.cache_pool_clear.lazy''get_Console_Command_CachePoolClear_LazyService'false],
  7578.             'console.command.cache_pool_prune' => ['privates''.console.command.cache_pool_prune.lazy''get_Console_Command_CachePoolPrune_LazyService'false],
  7579.             'console.command.cache_pool_delete' => ['privates''.console.command.cache_pool_delete.lazy''get_Console_Command_CachePoolDelete_LazyService'false],
  7580.             'console.command.cache_pool_list' => ['privates''.console.command.cache_pool_list.lazy''get_Console_Command_CachePoolList_LazyService'false],
  7581.             'console.command.cache_warmup' => ['privates''.console.command.cache_warmup.lazy''get_Console_Command_CacheWarmup_LazyService'false],
  7582.             'console.command.config_debug' => ['privates''.console.command.config_debug.lazy''get_Console_Command_ConfigDebug_LazyService'false],
  7583.             'console.command.config_dump_reference' => ['privates''.console.command.config_dump_reference.lazy''get_Console_Command_ConfigDumpReference_LazyService'false],
  7584.             'console.command.container_debug' => ['privates''.console.command.container_debug.lazy''get_Console_Command_ContainerDebug_LazyService'false],
  7585.             'console.command.container_lint' => ['privates''.console.command.container_lint.lazy''get_Console_Command_ContainerLint_LazyService'false],
  7586.             'console.command.debug_autowiring' => ['privates''.console.command.debug_autowiring.lazy''get_Console_Command_DebugAutowiring_LazyService'false],
  7587.             'console.command.dotenv_debug' => ['privates''.console.command.dotenv_debug.lazy''get_Console_Command_DotenvDebug_LazyService'false],
  7588.             'console.command.event_dispatcher_debug' => ['privates''.console.command.event_dispatcher_debug.lazy''get_Console_Command_EventDispatcherDebug_LazyService'false],
  7589.             'console.command.messenger_consume_messages' => ['privates''.console.command.messenger_consume_messages.lazy''get_Console_Command_MessengerConsumeMessages_LazyService'false],
  7590.             'console.command.messenger_setup_transports' => ['privates''.console.command.messenger_setup_transports.lazy''get_Console_Command_MessengerSetupTransports_LazyService'false],
  7591.             'console.command.messenger_debug' => ['privates''.console.command.messenger_debug.lazy''get_Console_Command_MessengerDebug_LazyService'false],
  7592.             'console.command.messenger_stop_workers' => ['privates''.console.command.messenger_stop_workers.lazy''get_Console_Command_MessengerStopWorkers_LazyService'false],
  7593.             'console.command.messenger_failed_messages_retry' => ['privates''.console.command.messenger_failed_messages_retry.lazy''get_Console_Command_MessengerFailedMessagesRetry_LazyService'false],
  7594.             'console.command.messenger_failed_messages_show' => ['privates''.console.command.messenger_failed_messages_show.lazy''get_Console_Command_MessengerFailedMessagesShow_LazyService'false],
  7595.             'console.command.messenger_failed_messages_remove' => ['privates''.console.command.messenger_failed_messages_remove.lazy''get_Console_Command_MessengerFailedMessagesRemove_LazyService'false],
  7596.             'console.command.router_debug' => ['privates''.console.command.router_debug.lazy''get_Console_Command_RouterDebug_LazyService'false],
  7597.             'console.command.router_match' => ['privates''.console.command.router_match.lazy''get_Console_Command_RouterMatch_LazyService'false],
  7598.             'console.command.translation_debug' => ['privates''.console.command.translation_debug.lazy''get_Console_Command_TranslationDebug_LazyService'false],
  7599.             'console.command.translation_extract' => ['privates''.console.command.translation_extract.lazy''get_Console_Command_TranslationExtract_LazyService'false],
  7600.             'console.command.validator_debug' => ['privates''.console.command.validator_debug.lazy''get_Console_Command_ValidatorDebug_LazyService'false],
  7601.             'console.command.translation_pull' => ['privates''.console.command.translation_pull.lazy''get_Console_Command_TranslationPull_LazyService'false],
  7602.             'console.command.translation_push' => ['privates''.console.command.translation_push.lazy''get_Console_Command_TranslationPush_LazyService'false],
  7603.             'console.command.xliff_lint' => ['privates''.console.command.xliff_lint.lazy''get_Console_Command_XliffLint_LazyService'false],
  7604.             'console.command.yaml_lint' => ['privates''.console.command.yaml_lint.lazy''get_Console_Command_YamlLint_LazyService'false],
  7605.             'console.command.form_debug' => ['privates''.console.command.form_debug.lazy''get_Console_Command_FormDebug_LazyService'false],
  7606.             'console.command.secrets_set' => ['privates''.console.command.secrets_set.lazy''get_Console_Command_SecretsSet_LazyService'false],
  7607.             'console.command.secrets_remove' => ['privates''.console.command.secrets_remove.lazy''get_Console_Command_SecretsRemove_LazyService'false],
  7608.             'console.command.secrets_generate_key' => ['privates''.console.command.secrets_generate_key.lazy''get_Console_Command_SecretsGenerateKey_LazyService'false],
  7609.             'console.command.secrets_list' => ['privates''.console.command.secrets_list.lazy''get_Console_Command_SecretsList_LazyService'false],
  7610.             'console.command.secrets_decrypt_to_local' => ['privates''.console.command.secrets_decrypt_to_local.lazy''get_Console_Command_SecretsDecryptToLocal_LazyService'false],
  7611.             'console.command.secrets_encrypt_from_local' => ['privates''.console.command.secrets_encrypt_from_local.lazy''get_Console_Command_SecretsEncryptFromLocal_LazyService'false],
  7612.             'twig.command.debug' => ['privates''.twig.command.debug.lazy''get_Twig_Command_Debug_LazyService'false],
  7613.             'twig.command.lint' => ['privates''.twig.command.lint.lazy''get_Twig_Command_Lint_LazyService'false],
  7614.             'doctrine.database_create_command' => ['privates''doctrine.database_create_command''getDoctrine_DatabaseCreateCommandService'false],
  7615.             'doctrine.database_drop_command' => ['privates''doctrine.database_drop_command''getDoctrine_DatabaseDropCommandService'false],
  7616.             'doctrine.query_sql_command' => ['privates''doctrine.query_sql_command''getDoctrine_QuerySqlCommandService'false],
  7617.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => ['privates''Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand''getRunSqlCommandService'false],
  7618.             'doctrine.database_import_command' => ['privates''doctrine.database_import_command''getDoctrine_DatabaseImportCommandService'false],
  7619.             'doctrine.cache_clear_metadata_command' => ['privates''doctrine.cache_clear_metadata_command''getDoctrine_CacheClearMetadataCommandService'false],
  7620.             'doctrine.cache_clear_query_cache_command' => ['privates''doctrine.cache_clear_query_cache_command''getDoctrine_CacheClearQueryCacheCommandService'false],
  7621.             'doctrine.cache_clear_result_command' => ['privates''doctrine.cache_clear_result_command''getDoctrine_CacheClearResultCommandService'false],
  7622.             'doctrine.cache_collection_region_command' => ['privates''doctrine.cache_collection_region_command''getDoctrine_CacheCollectionRegionCommandService'false],
  7623.             'doctrine.mapping_convert_command' => ['privates''doctrine.mapping_convert_command''getDoctrine_MappingConvertCommandService'false],
  7624.             'doctrine.schema_create_command' => ['privates''doctrine.schema_create_command''getDoctrine_SchemaCreateCommandService'false],
  7625.             'doctrine.schema_drop_command' => ['privates''doctrine.schema_drop_command''getDoctrine_SchemaDropCommandService'false],
  7626.             'doctrine.ensure_production_settings_command' => ['privates''doctrine.ensure_production_settings_command''getDoctrine_EnsureProductionSettingsCommandService'false],
  7627.             'doctrine.clear_entity_region_command' => ['privates''doctrine.clear_entity_region_command''getDoctrine_ClearEntityRegionCommandService'false],
  7628.             'doctrine.mapping_info_command' => ['privates''doctrine.mapping_info_command''getDoctrine_MappingInfoCommandService'false],
  7629.             'doctrine.clear_query_region_command' => ['privates''doctrine.clear_query_region_command''getDoctrine_ClearQueryRegionCommandService'false],
  7630.             'doctrine.query_dql_command' => ['privates''doctrine.query_dql_command''getDoctrine_QueryDqlCommandService'false],
  7631.             'doctrine.schema_update_command' => ['privates''doctrine.schema_update_command''getDoctrine_SchemaUpdateCommandService'false],
  7632.             'doctrine.schema_validate_command' => ['privates''doctrine.schema_validate_command''getDoctrine_SchemaValidateCommandService'false],
  7633.             'doctrine.mapping_import_command' => ['privates''doctrine.mapping_import_command''getDoctrine_MappingImportCommandService'false],
  7634.             'doctrine_migrations.diff_command' => ['privates''doctrine_migrations.diff_command''getDoctrineMigrations_DiffCommandService'false],
  7635.             'doctrine_migrations.sync_metadata_command' => ['privates''doctrine_migrations.sync_metadata_command''getDoctrineMigrations_SyncMetadataCommandService'false],
  7636.             'doctrine_migrations.versions_command' => ['privates''doctrine_migrations.versions_command''getDoctrineMigrations_VersionsCommandService'false],
  7637.             'doctrine_migrations.current_command' => ['privates''doctrine_migrations.current_command''getDoctrineMigrations_CurrentCommandService'false],
  7638.             'doctrine_migrations.dump_schema_command' => ['privates''doctrine_migrations.dump_schema_command''getDoctrineMigrations_DumpSchemaCommandService'false],
  7639.             'doctrine_migrations.execute_command' => ['privates''doctrine_migrations.execute_command''getDoctrineMigrations_ExecuteCommandService'false],
  7640.             'doctrine_migrations.generate_command' => ['privates''doctrine_migrations.generate_command''getDoctrineMigrations_GenerateCommandService'false],
  7641.             'doctrine_migrations.latest_command' => ['privates''doctrine_migrations.latest_command''getDoctrineMigrations_LatestCommandService'false],
  7642.             'doctrine_migrations.migrate_command' => ['privates''doctrine_migrations.migrate_command''getDoctrineMigrations_MigrateCommandService'false],
  7643.             'doctrine_migrations.rollup_command' => ['privates''doctrine_migrations.rollup_command''getDoctrineMigrations_RollupCommandService'false],
  7644.             'doctrine_migrations.status_command' => ['privates''doctrine_migrations.status_command''getDoctrineMigrations_StatusCommandService'false],
  7645.             'doctrine_migrations.up_to_date_command' => ['privates''doctrine_migrations.up_to_date_command''getDoctrineMigrations_UpToDateCommandService'false],
  7646.             'doctrine_migrations.version_command' => ['privates''doctrine_migrations.version_command''getDoctrineMigrations_VersionCommandService'false],
  7647.             'security.command.debug_firewall' => ['privates''.security.command.debug_firewall.lazy''get_Security_Command_DebugFirewall_LazyService'false],
  7648.             'security.command.user_password_encoder' => ['privates''.security.command.user_password_encoder.lazy''get_Security_Command_UserPasswordEncoder_LazyService'false],
  7649.             'security.command.user_password_hash' => ['privates''.security.command.user_password_hash.lazy''get_Security_Command_UserPasswordHash_LazyService'false],
  7650.             'var_dumper.command.server_dump' => ['privates''.var_dumper.command.server_dump.lazy''get_VarDumper_Command_ServerDump_LazyService'false],
  7651.             'monolog.command.server_log' => ['privates''.monolog.command.server_log.lazy''get_Monolog_Command_ServerLog_LazyService'false],
  7652.             'swiftmailer.command.debug' => ['privates''swiftmailer.command.debug''getSwiftmailer_Command_DebugService'false],
  7653.             'swiftmailer.command.new_email' => ['privates''swiftmailer.command.new_email''getSwiftmailer_Command_NewEmailService'false],
  7654.             'swiftmailer.command.send_email' => ['privates''swiftmailer.command.send_email''getSwiftmailer_Command_SendEmailService'false],
  7655.             'vich_uploader.command.mapping_debug_class' => ['privates''vich_uploader.command.mapping_debug_class''getVichUploader_Command_MappingDebugClassService'false],
  7656.             'vich_uploader.command.mapping_debug' => ['privates''vich_uploader.command.mapping_debug''getVichUploader_Command_MappingDebugService'false],
  7657.             'vich_uploader.command.mapping_list_classes' => ['privates''vich_uploader.command.mapping_list_classes''getVichUploader_Command_MappingListClassesService'false],
  7658.             'web_server.command.server_run' => ['privates''web_server.command.server_run''getWebServer_Command_ServerRunService'false],
  7659.             'web_server.command.server_start' => ['privates''web_server.command.server_start''getWebServer_Command_ServerStartService'false],
  7660.             'web_server.command.server_stop' => ['privates''web_server.command.server_stop''getWebServer_Command_ServerStopService'false],
  7661.             'web_server.command.server_status' => ['privates''web_server.command.server_status''getWebServer_Command_ServerStatusService'false],
  7662.             'web_server.command.server_log' => ['privates''web_server.command.server_log''getWebServer_Command_ServerLogService'false],
  7663.             'liip_imagine.command.cache_remove' => ['privates''liip_imagine.command.cache_remove''getLiipImagine_Command_CacheRemoveService'false],
  7664.             'liip_imagine.command.cache_resolve' => ['privates''liip_imagine.command.cache_resolve''getLiipImagine_Command_CacheResolveService'false],
  7665.             'doctrine.fixtures_load_command' => ['privates''doctrine.fixtures_load_command''getDoctrine_FixturesLoadCommandService'false],
  7666.             'api_platform.json_schema.json_schema_generate_command' => ['privates''api_platform.json_schema.json_schema_generate_command''getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService'false],
  7667.             'api_platform.openapi.command' => ['privates''api_platform.openapi.command''getApiPlatform_Openapi_CommandService'false],
  7668.             'api_platform.swagger.command.swagger_command' => ['privates''api_platform.swagger.command.swagger_command''getApiPlatform_Swagger_Command_SwaggerCommandService'false],
  7669.             'api_platform.upgrade_resource.command' => ['privates''api_platform.upgrade_resource.command''getApiPlatform_UpgradeResource_CommandService'false],
  7670.             'lexik_jwt_authentication.check_config_command' => ['privates''lexik_jwt_authentication.check_config_command''getLexikJwtAuthentication_CheckConfigCommandService'false],
  7671.             'lexik_jwt_authentication.migrate_config_command' => ['privates''lexik_jwt_authentication.migrate_config_command''getLexikJwtAuthentication_MigrateConfigCommandService'false],
  7672.             'lexik_jwt_authentication.enable_encryption_config_command' => ['privates''lexik_jwt_authentication.enable_encryption_config_command''getLexikJwtAuthentication_EnableEncryptionConfigCommandService'false],
  7673.             'lexik_jwt_authentication.generate_token_command' => ['services''lexik_jwt_authentication.generate_token_command''getLexikJwtAuthentication_GenerateTokenCommandService'false],
  7674.             'lexik_jwt_authentication.generate_keypair_command' => ['privates''lexik_jwt_authentication.generate_keypair_command''getLexikJwtAuthentication_GenerateKeypairCommandService'false],
  7675.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''getClearInvalidRefreshTokensCommandService'false],
  7676.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => ['privates''Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''getRevokeRefreshTokenCommandService'false],
  7677.             'maker.auto_command.make_auth' => ['privates''.maker.auto_command.make_auth.lazy''get_Maker_AutoCommand_MakeAuth_LazyService'false],
  7678.             'maker.auto_command.make_command' => ['privates''.maker.auto_command.make_command.lazy''get_Maker_AutoCommand_MakeCommand_LazyService'false],
  7679.             'maker.auto_command.make_controller' => ['privates''.maker.auto_command.make_controller.lazy''get_Maker_AutoCommand_MakeController_LazyService'false],
  7680.             'maker.auto_command.make_crud' => ['privates''.maker.auto_command.make_crud.lazy''get_Maker_AutoCommand_MakeCrud_LazyService'false],
  7681.             'maker.auto_command.make_docker_database' => ['privates''.maker.auto_command.make_docker_database.lazy''get_Maker_AutoCommand_MakeDockerDatabase_LazyService'false],
  7682.             'maker.auto_command.make_entity' => ['privates''.maker.auto_command.make_entity.lazy''get_Maker_AutoCommand_MakeEntity_LazyService'false],
  7683.             'maker.auto_command.make_fixtures' => ['privates''.maker.auto_command.make_fixtures.lazy''get_Maker_AutoCommand_MakeFixtures_LazyService'false],
  7684.             'maker.auto_command.make_form' => ['privates''.maker.auto_command.make_form.lazy''get_Maker_AutoCommand_MakeForm_LazyService'false],
  7685.             'maker.auto_command.make_message' => ['privates''.maker.auto_command.make_message.lazy''get_Maker_AutoCommand_MakeMessage_LazyService'false],
  7686.             'maker.auto_command.make_messenger_middleware' => ['privates''.maker.auto_command.make_messenger_middleware.lazy''get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService'false],
  7687.             'maker.auto_command.make_registration_form' => ['privates''.maker.auto_command.make_registration_form.lazy''get_Maker_AutoCommand_MakeRegistrationForm_LazyService'false],
  7688.             'maker.auto_command.make_reset_password' => ['privates''.maker.auto_command.make_reset_password.lazy''get_Maker_AutoCommand_MakeResetPassword_LazyService'false],
  7689.             'maker.auto_command.make_serializer_encoder' => ['privates''.maker.auto_command.make_serializer_encoder.lazy''get_Maker_AutoCommand_MakeSerializerEncoder_LazyService'false],
  7690.             'maker.auto_command.make_serializer_normalizer' => ['privates''.maker.auto_command.make_serializer_normalizer.lazy''get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService'false],
  7691.             'maker.auto_command.make_subscriber' => ['privates''.maker.auto_command.make_subscriber.lazy''get_Maker_AutoCommand_MakeSubscriber_LazyService'false],
  7692.             'maker.auto_command.make_twig_extension' => ['privates''.maker.auto_command.make_twig_extension.lazy''get_Maker_AutoCommand_MakeTwigExtension_LazyService'false],
  7693.             'maker.auto_command.make_test' => ['privates''.maker.auto_command.make_test.lazy''get_Maker_AutoCommand_MakeTest_LazyService'false],
  7694.             'maker.auto_command.make_validator' => ['privates''.maker.auto_command.make_validator.lazy''get_Maker_AutoCommand_MakeValidator_LazyService'false],
  7695.             'maker.auto_command.make_voter' => ['privates''.maker.auto_command.make_voter.lazy''get_Maker_AutoCommand_MakeVoter_LazyService'false],
  7696.             'maker.auto_command.make_user' => ['privates''.maker.auto_command.make_user.lazy''get_Maker_AutoCommand_MakeUser_LazyService'false],
  7697.             'maker.auto_command.make_migration' => ['privates''.maker.auto_command.make_migration.lazy''get_Maker_AutoCommand_MakeMigration_LazyService'false],
  7698.             'maker.auto_command.make_stimulus_controller' => ['privates''.maker.auto_command.make_stimulus_controller.lazy''get_Maker_AutoCommand_MakeStimulusController_LazyService'false],
  7699.             'maker.auto_command.make_data_provider' => ['privates''.maker.auto_command.make_data_provider.lazy''get_Maker_AutoCommand_MakeDataProvider_LazyService'false],
  7700.             'maker.auto_command.make_data_persister' => ['privates''.maker.auto_command.make_data_persister.lazy''get_Maker_AutoCommand_MakeDataPersister_LazyService'false],
  7701.             'maker.auto_command.make_state_processor' => ['privates''.maker.auto_command.make_state_processor.lazy''get_Maker_AutoCommand_MakeStateProcessor_LazyService'false],
  7702.             'maker.auto_command.make_state_provider' => ['privates''.maker.auto_command.make_state_provider.lazy''get_Maker_AutoCommand_MakeStateProvider_LazyService'false],
  7703.         ], [
  7704.             'App\\Command\\Admin\\CreateAdminUserCommand' => 'App\\Command\\Admin\\CreateAdminUserCommand',
  7705.             'App\\Command\\Admin\\ImportPrasCommand' => '?',
  7706.             'App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand' => '?',
  7707.             'App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand' => '?',
  7708.             'App\\Command\\Admin\\ImportThePropertyFeaturesCommand' => '?',
  7709.             'App\\Command\\Admin\\ImportThePropertyOptionsCommand' => '?',
  7710.             'App\\Command\\Admin\\ImportTheServiceCategoriesCommand' => '?',
  7711.             'App\\Command\\AlertCommand' => '?',
  7712.             'App\\Command\\AreaCommand' => 'App\\Command\\AreaCommand',
  7713.             'App\\Command\\BoilerExpert\\BoilerBrusselsCommand' => '?',
  7714.             'App\\Command\\BoilerExpert\\BoilerFlandreCommand' => '?',
  7715.             'App\\Command\\BoilerExpert\\BoilerWallonieCommand' => '?',
  7716.             'App\\Command\\CheckEmailReceivedCommand' => 'App\\Command\\CheckEmailReceivedCommand',
  7717.             'App\\Command\\CreateEventsOnspanCommand' => '?',
  7718.             'App\\Command\\DVFCommand' => 'App\\Command\\DVFCommand',
  7719.             'App\\Command\\ElevatorExpert\\CompaniesCommand' => '?',
  7720.             'App\\Command\\Engie\\ImportCsvEngieCommand' => 'App\\Command\\Engie\\ImportCsvEngieCommand',
  7721.             'App\\Command\\Engie\\NewEngieCommand' => '?',
  7722.             'App\\Command\\ImportArtistList' => '?',
  7723.             'App\\Command\\ImportCsvBankCommand' => '?',
  7724.             'App\\Command\\ImportCsvNewProjectCommand' => 'App\\Command\\ImportCsvNewProjectCommand',
  7725.             'App\\Command\\ImportCsvNotaryCommand' => 'App\\Command\\ImportCsvNotaryCommand',
  7726.             'App\\Command\\ImportCsvOccupieCommand' => 'App\\Command\\ImportCsvOccupieCommand',
  7727.             'App\\Command\\ImportCsvsimulationCommand' => '?',
  7728.             'App\\Command\\ImportEducationCommand' => 'App\\Command\\ImportEducationCommand',
  7729.             'App\\Command\\ImportEngineeringToUserCommand' => 'App\\Command\\ImportEngineeringToUserCommand',
  7730.             'App\\Command\\ImportExcelFileCommand' => '?',
  7731.             'App\\Command\\ImportImageGeoportailCommand' => '?',
  7732.             'App\\Command\\ImportMovingCompanyCommand' => '?',
  7733.             'App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand' => '?',
  7734.             'App\\Command\\ImportObligationsCommand' => '?',
  7735.             'App\\Command\\ImportOccupationPeriodDataCommand' => '?',
  7736.             'App\\Command\\ImportPrimeCommand' => '?',
  7737.             'App\\Command\\ImportProviderSocietyCommand' => '?',
  7738.             'App\\Command\\ImportPublicInquiryExcelCommand' => 'App\\Command\\ImportPublicInquiryExcelCommand',
  7739.             'App\\Command\\ImportReferenceRentCommand' => '?',
  7740.             'App\\Command\\ImportStreetAveragePriceCommand' => '?',
  7741.             'App\\Command\\ImportThepropertyProviderCommand' => 'App\\Command\\ImportThepropertyProviderCommand',
  7742.             'App\\Command\\ImportWaterSupplierControllerExcelCommand' => 'App\\Command\\ImportWaterSupplierControllerExcelCommand',
  7743.             'App\\Command\\InsertCsvPretCommand' => '?',
  7744.             'App\\Command\\Mobility\\FranceMobilityCommand' => 'App\\Command\\Mobility\\FranceMobilityCommand',
  7745.             'App\\Command\\MunicipalityCommand' => '?',
  7746.             'App\\Command\\PolygonTransformationCommand' => '?',
  7747.             'App\\Command\\PrimeAlertCommand' => '?',
  7748.             'App\\Command\\ProviderInverterListCommand' => 'App\\Command\\ProviderInverterListCommand',
  7749.             'App\\Command\\RebuildSearchIndexCommand' => '?',
  7750.             'App\\Command\\RedisClearCacheCommand' => '?',
  7751.             'App\\Command\\RegionCommand' => '?',
  7752.             'App\\Command\\RentestimationCommand' => '?',
  7753.             'App\\Command\\RulesCsvCommand' => '?',
  7754.             'App\\Command\\SendEmailNotificationCommand' => '?',
  7755.             'App\\Command\\SendNotifSalesAgreementLimitCommand' => '?',
  7756.             'App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand' => '?',
  7757.             'App\\Command\\SyndicAppartmentCommand' => 'App\\Command\\SyndicAppartmentCommand',
  7758.             'App\\Command\\TankExpert\\EngOffFlandreCommand' => '?',
  7759.             'App\\Command\\TankExpert\\EngineeringOfficesCommand' => '?',
  7760.             'App\\Command\\TankExpert\\TankWallonieCommand' => '?',
  7761.             'App\\Command\\UpdateUsernamesCommand' => '?',
  7762.             'App\\Command\\WorkCsvCommand' => '?',
  7763.             'App\\Command\\sendAlertAquisitionCommand' => '?',
  7764.             'console.command.about' => '?',
  7765.             'console.command.assets_install' => '?',
  7766.             'console.command.cache_clear' => '?',
  7767.             'console.command.cache_pool_clear' => '?',
  7768.             'console.command.cache_pool_prune' => '?',
  7769.             'console.command.cache_pool_delete' => '?',
  7770.             'console.command.cache_pool_list' => '?',
  7771.             'console.command.cache_warmup' => '?',
  7772.             'console.command.config_debug' => '?',
  7773.             'console.command.config_dump_reference' => '?',
  7774.             'console.command.container_debug' => '?',
  7775.             'console.command.container_lint' => '?',
  7776.             'console.command.debug_autowiring' => '?',
  7777.             'console.command.dotenv_debug' => '?',
  7778.             'console.command.event_dispatcher_debug' => '?',
  7779.             'console.command.messenger_consume_messages' => '?',
  7780.             'console.command.messenger_setup_transports' => '?',
  7781.             'console.command.messenger_debug' => '?',
  7782.             'console.command.messenger_stop_workers' => '?',
  7783.             'console.command.messenger_failed_messages_retry' => '?',
  7784.             'console.command.messenger_failed_messages_show' => '?',
  7785.             'console.command.messenger_failed_messages_remove' => '?',
  7786.             'console.command.router_debug' => '?',
  7787.             'console.command.router_match' => '?',
  7788.             'console.command.translation_debug' => '?',
  7789.             'console.command.translation_extract' => '?',
  7790.             'console.command.validator_debug' => '?',
  7791.             'console.command.translation_pull' => '?',
  7792.             'console.command.translation_push' => '?',
  7793.             'console.command.xliff_lint' => '?',
  7794.             'console.command.yaml_lint' => '?',
  7795.             'console.command.form_debug' => '?',
  7796.             'console.command.secrets_set' => '?',
  7797.             'console.command.secrets_remove' => '?',
  7798.             'console.command.secrets_generate_key' => '?',
  7799.             'console.command.secrets_list' => '?',
  7800.             'console.command.secrets_decrypt_to_local' => '?',
  7801.             'console.command.secrets_encrypt_from_local' => '?',
  7802.             'twig.command.debug' => '?',
  7803.             'twig.command.lint' => '?',
  7804.             'doctrine.database_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\CreateDatabaseDoctrineCommand',
  7805.             'doctrine.database_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\DropDatabaseDoctrineCommand',
  7806.             'doctrine.query_sql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunSqlDoctrineCommand',
  7807.             'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand' => 'Doctrine\\DBAL\\Tools\\Console\\Command\\RunSqlCommand',
  7808.             'doctrine.database_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ImportDoctrineCommand',
  7809.             'doctrine.cache_clear_metadata_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearMetadataCacheDoctrineCommand',
  7810.             'doctrine.cache_clear_query_cache_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearQueryCacheDoctrineCommand',
  7811.             'doctrine.cache_clear_result_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ClearResultCacheDoctrineCommand',
  7812.             'doctrine.cache_collection_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CollectionRegionDoctrineCommand',
  7813.             'doctrine.mapping_convert_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ConvertMappingDoctrineCommand',
  7814.             'doctrine.schema_create_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\CreateSchemaDoctrineCommand',
  7815.             'doctrine.schema_drop_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\DropSchemaDoctrineCommand',
  7816.             'doctrine.ensure_production_settings_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EnsureProductionSettingsDoctrineCommand',
  7817.             'doctrine.clear_entity_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\EntityRegionCacheDoctrineCommand',
  7818.             'doctrine.mapping_info_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\InfoDoctrineCommand',
  7819.             'doctrine.clear_query_region_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\QueryRegionCacheDoctrineCommand',
  7820.             'doctrine.query_dql_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\RunDqlDoctrineCommand',
  7821.             'doctrine.schema_update_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\UpdateSchemaDoctrineCommand',
  7822.             'doctrine.schema_validate_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\Proxy\\ValidateSchemaCommand',
  7823.             'doctrine.mapping_import_command' => 'Doctrine\\Bundle\\DoctrineBundle\\Command\\ImportMappingDoctrineCommand',
  7824.             'doctrine_migrations.diff_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DiffCommand',
  7825.             'doctrine_migrations.sync_metadata_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\SyncMetadataCommand',
  7826.             'doctrine_migrations.versions_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ListCommand',
  7827.             'doctrine_migrations.current_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\CurrentCommand',
  7828.             'doctrine_migrations.dump_schema_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\DumpSchemaCommand',
  7829.             'doctrine_migrations.execute_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\ExecuteCommand',
  7830.             'doctrine_migrations.generate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\GenerateCommand',
  7831.             'doctrine_migrations.latest_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\LatestCommand',
  7832.             'doctrine_migrations.migrate_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\MigrateCommand',
  7833.             'doctrine_migrations.rollup_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\RollupCommand',
  7834.             'doctrine_migrations.status_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\StatusCommand',
  7835.             'doctrine_migrations.up_to_date_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\UpToDateCommand',
  7836.             'doctrine_migrations.version_command' => 'Doctrine\\Migrations\\Tools\\Console\\Command\\VersionCommand',
  7837.             'security.command.debug_firewall' => '?',
  7838.             'security.command.user_password_encoder' => '?',
  7839.             'security.command.user_password_hash' => '?',
  7840.             'var_dumper.command.server_dump' => '?',
  7841.             'monolog.command.server_log' => '?',
  7842.             'swiftmailer.command.debug' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\DebugCommand',
  7843.             'swiftmailer.command.new_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\NewEmailCommand',
  7844.             'swiftmailer.command.send_email' => 'Symfony\\Bundle\\SwiftmailerBundle\\Command\\SendEmailCommand',
  7845.             'vich_uploader.command.mapping_debug_class' => 'Vich\\UploaderBundle\\Command\\MappingDebugClassCommand',
  7846.             'vich_uploader.command.mapping_debug' => 'Vich\\UploaderBundle\\Command\\MappingDebugCommand',
  7847.             'vich_uploader.command.mapping_list_classes' => 'Vich\\UploaderBundle\\Command\\MappingListClassesCommand',
  7848.             'web_server.command.server_run' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerRunCommand',
  7849.             'web_server.command.server_start' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStartCommand',
  7850.             'web_server.command.server_stop' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStopCommand',
  7851.             'web_server.command.server_status' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerStatusCommand',
  7852.             'web_server.command.server_log' => 'Symfony\\Bundle\\WebServerBundle\\Command\\ServerLogCommand',
  7853.             'liip_imagine.command.cache_remove' => 'Liip\\ImagineBundle\\Command\\RemoveCacheCommand',
  7854.             'liip_imagine.command.cache_resolve' => 'Liip\\ImagineBundle\\Command\\ResolveCacheCommand',
  7855.             'doctrine.fixtures_load_command' => 'Doctrine\\Bundle\\FixturesBundle\\Command\\LoadDataFixturesDoctrineCommand',
  7856.             'api_platform.json_schema.json_schema_generate_command' => 'ApiPlatform\\JsonSchema\\Command\\JsonSchemaGenerateCommand',
  7857.             'api_platform.openapi.command' => 'ApiPlatform\\Symfony\\Bundle\\Command\\OpenApiCommand',
  7858.             'api_platform.swagger.command.swagger_command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\SwaggerCommand',
  7859.             'api_platform.upgrade_resource.command' => 'ApiPlatform\\Core\\Bridge\\Symfony\\Bundle\\Command\\UpgradeApiResourceCommand',
  7860.             'lexik_jwt_authentication.check_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\CheckConfigCommand',
  7861.             'lexik_jwt_authentication.migrate_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\MigrateConfigCommand',
  7862.             'lexik_jwt_authentication.enable_encryption_config_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\EnableEncryptionConfigCommand',
  7863.             'lexik_jwt_authentication.generate_token_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateTokenCommand',
  7864.             'lexik_jwt_authentication.generate_keypair_command' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\Command\\GenerateKeyPairCommand',
  7865.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand',
  7866.             'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand',
  7867.             'maker.auto_command.make_auth' => '?',
  7868.             'maker.auto_command.make_command' => '?',
  7869.             'maker.auto_command.make_controller' => '?',
  7870.             'maker.auto_command.make_crud' => '?',
  7871.             'maker.auto_command.make_docker_database' => '?',
  7872.             'maker.auto_command.make_entity' => '?',
  7873.             'maker.auto_command.make_fixtures' => '?',
  7874.             'maker.auto_command.make_form' => '?',
  7875.             'maker.auto_command.make_message' => '?',
  7876.             'maker.auto_command.make_messenger_middleware' => '?',
  7877.             'maker.auto_command.make_registration_form' => '?',
  7878.             'maker.auto_command.make_reset_password' => '?',
  7879.             'maker.auto_command.make_serializer_encoder' => '?',
  7880.             'maker.auto_command.make_serializer_normalizer' => '?',
  7881.             'maker.auto_command.make_subscriber' => '?',
  7882.             'maker.auto_command.make_twig_extension' => '?',
  7883.             'maker.auto_command.make_test' => '?',
  7884.             'maker.auto_command.make_validator' => '?',
  7885.             'maker.auto_command.make_voter' => '?',
  7886.             'maker.auto_command.make_user' => '?',
  7887.             'maker.auto_command.make_migration' => '?',
  7888.             'maker.auto_command.make_stimulus_controller' => '?',
  7889.             'maker.auto_command.make_data_provider' => '?',
  7890.             'maker.auto_command.make_data_persister' => '?',
  7891.             'maker.auto_command.make_state_processor' => '?',
  7892.             'maker.auto_command.make_state_provider' => '?',
  7893.         ]), ['admin:create:admin-user' => 'App\\Command\\Admin\\CreateAdminUserCommand''app:import:pras' => 'App\\Command\\Admin\\ImportPrasCommand''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: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''app:import:neighborhood-project-municipalities' => 'App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand''import:environment:obligation' => 'App\\Command\\ImportObligationsCommand''import:occupation:data' => 'App\\Command\\ImportOccupationPeriodDataCommand''import:prime-bruxelle' => 'App\\Command\\ImportPrimeCommand''import:provider-society' => 'App\\Command\\ImportProviderSocietyCommand''app:import:excel:public:inquiry' => 'App\\Command\\ImportPublicInquiryExcelCommand''app:import:reference-rent' => 'App\\Command\\ImportReferenceRentCommand''app:import:street-average-price' => 'App\\Command\\ImportStreetAveragePriceCommand''app:import:thepropertyProvider' => 'App\\Command\\ImportThepropertyProviderCommand''import:excel:watersupplier:controller' => 'App\\Command\\ImportWaterSupplierControllerExcelCommand''app:insert:csv-pret' => 'App\\Command\\InsertCsvPretCommand''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:search-index:rebuild' => 'App\\Command\\RebuildSearchIndexCommand''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:user:update-usernames' => 'App\\Command\\UpdateUsernamesCommand''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''gesdinet:jwt:clear' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand''gesdinet:jwt:revoke' => 'Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand''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']);
  7894.     }
  7895.     /**
  7896.      * Gets the public 'container.env_var_processors_locator' shared service.
  7897.      *
  7898.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  7899.      */
  7900.     protected function getContainer_EnvVarProcessorsLocatorService()
  7901.     {
  7902.         return $this->services['container.env_var_processors_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  7903.             'base64' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7904.             'bool' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7905.             'const' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7906.             'csv' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7907.             'default' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7908.             'file' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7909.             'float' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7910.             'int' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7911.             'json' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7912.             'key' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7913.             'not' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7914.             'query_string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7915.             'require' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7916.             'resolve' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7917.             'string' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7918.             'trim' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7919.             'url' => ['privates''container.env_var_processor''getContainer_EnvVarProcessorService'false],
  7920.         ], [
  7921.             'base64' => '?',
  7922.             'bool' => '?',
  7923.             'const' => '?',
  7924.             'csv' => '?',
  7925.             'default' => '?',
  7926.             'file' => '?',
  7927.             'float' => '?',
  7928.             'int' => '?',
  7929.             'json' => '?',
  7930.             'key' => '?',
  7931.             'not' => '?',
  7932.             'query_string' => '?',
  7933.             'require' => '?',
  7934.             'resolve' => '?',
  7935.             'string' => '?',
  7936.             'trim' => '?',
  7937.             'url' => '?',
  7938.         ]);
  7939.     }
  7940.     /**
  7941.      * Gets the public 'data_collector.dump' shared service.
  7942.      *
  7943.      * @return \Symfony\Component\HttpKernel\DataCollector\DumpDataCollector
  7944.      */
  7945.     protected function getDataCollector_DumpService()
  7946.     {
  7947.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  7948.         if (isset($this->services['data_collector.dump'])) {
  7949.             return $this->services['data_collector.dump'];
  7950.         }
  7951.         $b = ($this->privates['var_dumper.server_connection'] ?? $this->getVarDumper_ServerConnectionService());
  7952.         if (isset($this->services['data_collector.dump'])) {
  7953.             return $this->services['data_collector.dump'];
  7954.         }
  7955.         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);
  7956.     }
  7957.     /**
  7958.      * Gets the public 'doctrine' shared service.
  7959.      *
  7960.      * @return \Doctrine\Bundle\DoctrineBundle\Registry
  7961.      */
  7962.     protected function getDoctrineService()
  7963.     {
  7964.         return $this->services['doctrine'] = new \Doctrine\Bundle\DoctrineBundle\Registry($this$this->parameters['doctrine.connections'], $this->parameters['doctrine.entity_managers'], 'default''default');
  7965.     }
  7966.     /**
  7967.      * Gets the public 'doctrine.dbal.default_connection' shared service.
  7968.      *
  7969.      * @return \Doctrine\DBAL\Connection
  7970.      */
  7971.     protected function getDoctrine_Dbal_DefaultConnectionService()
  7972.     {
  7973.         $a = new \Doctrine\DBAL\Configuration();
  7974.         $b = new \Symfony\Bridge\Monolog\Logger('doctrine');
  7975.         $b->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  7976.         $b->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  7977.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($b);
  7978.         $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()))]));
  7979.         $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')))]));
  7980.         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, [
  7981.             'App\\EventListener\\ThePropertyAlertListener' => ['privates''App\\EventListener\\ThePropertyAlertListener''getThePropertyAlertListenerService'false],
  7982.             'App\\EventSubscriber\\AccounringGardenUserSubscriber' => ['privates''App\\EventSubscriber\\AccounringGardenUserSubscriber''getAccounringGardenUserSubscriberService'false],
  7983.             'App\\EventSubscriber\\AccountingGardenSubsriber' => ['privates''App\\EventSubscriber\\AccountingGardenSubsriber''getAccountingGardenSubsriberService'false],
  7984.             'App\\EventSubscriber\\CoOwnershipBalancePostSubscriber' => ['privates''App\\EventSubscriber\\CoOwnershipBalancePostSubscriber''getCoOwnershipBalancePostSubscriberService'false],
  7985.             'App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber' => ['privates''App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber''getCoOwnershipInvoicesPostSubscriberService'false],
  7986.             'App\\EventSubscriber\\PostThepropertyLotSubscriber' => ['privates''App\\EventSubscriber\\PostThepropertyLotSubscriber''getPostThepropertyLotSubscriberService'false],
  7987.             'App\\EventSubscriber\\SearchIndexSubscriber' => ['privates''App\\EventSubscriber\\SearchIndexSubscriber''getSearchIndexSubscriberService'false],
  7988.             'doctrine.orm.default_listeners.attach_entity_listeners' => ['privates''doctrine.orm.default_listeners.attach_entity_listeners''getDoctrine_Orm_DefaultListeners_AttachEntityListenersService'false],
  7989.             'doctrine.orm.import_listeners.attach_entity_listeners' => ['privates''doctrine.orm.import_listeners.attach_entity_listeners''getDoctrine_Orm_ImportListeners_AttachEntityListenersService'false],
  7990.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService'false],
  7991.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => ['privates''doctrine.orm.listeners.doctrine_token_provider_schema_subscriber''getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService'false],
  7992.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => ['privates''doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber''getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService'false],
  7993.             'doctrine.orm.messenger.doctrine_schema_subscriber' => ['privates''doctrine.orm.messenger.doctrine_schema_subscriber''getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService'false],
  7994.             'vich_uploader.listener.clean.Adress_csv_pending' => ['privates''vich_uploader.listener.clean.Adress_csv_pending''getVichUploader_Listener_Clean_AdressCsvPendingService'false],
  7995.             'vich_uploader.listener.clean.ThepropertyProvider_csv_pending' => ['privates''vich_uploader.listener.clean.ThepropertyProvider_csv_pending''getVichUploader_Listener_Clean_ThepropertyProviderCsvPendingService'false],
  7996.             'vich_uploader.listener.clean.annex_permit_file' => ['privates''vich_uploader.listener.clean.annex_permit_file''getVichUploader_Listener_Clean_AnnexPermitFileService'false],
  7997.             'vich_uploader.listener.clean.area_csv_pending' => ['privates''vich_uploader.listener.clean.area_csv_pending''getVichUploader_Listener_Clean_AreaCsvPendingService'false],
  7998.             'vich_uploader.listener.clean.bbox' => ['privates''vich_uploader.listener.clean.bbox''getVichUploader_Listener_Clean_BboxService'false],
  7999.             'vich_uploader.listener.clean.brugis_csv_pending' => ['privates''vich_uploader.listener.clean.brugis_csv_pending''getVichUploader_Listener_Clean_BrugisCsvPendingService'false],
  8000.             'vich_uploader.listener.clean.chat_file' => ['privates''vich_uploader.listener.clean.chat_file''getVichUploader_Listener_Clean_ChatFileService'false],
  8001.             'vich_uploader.listener.clean.client_sales_agreement_file' => ['privates''vich_uploader.listener.clean.client_sales_agreement_file''getVichUploader_Listener_Clean_ClientSalesAgreementFileService'false],
  8002.             'vich_uploader.listener.clean.co_ownership_document' => ['privates''vich_uploader.listener.clean.co_ownership_document''getVichUploader_Listener_Clean_CoOwnershipDocumentService'false],
  8003.             'vich_uploader.listener.clean.co_ownership_invoices' => ['privates''vich_uploader.listener.clean.co_ownership_invoices''getVichUploader_Listener_Clean_CoOwnershipInvoicesService'false],
  8004.             'vich_uploader.listener.clean.co_ownership_meeting_transcript' => ['privates''vich_uploader.listener.clean.co_ownership_meeting_transcript''getVichUploader_Listener_Clean_CoOwnershipMeetingTranscriptService'false],
  8005.             'vich_uploader.listener.clean.co_ownership_report' => ['privates''vich_uploader.listener.clean.co_ownership_report''getVichUploader_Listener_Clean_CoOwnershipReportService'false],
  8006.             'vich_uploader.listener.clean.co_ownership_the_property_file' => ['privates''vich_uploader.listener.clean.co_ownership_the_property_file''getVichUploader_Listener_Clean_CoOwnershipThePropertyFileService'false],
  8007.             'vich_uploader.listener.clean.co_ownership_the_property_response' => ['privates''vich_uploader.listener.clean.co_ownership_the_property_response''getVichUploader_Listener_Clean_CoOwnershipThePropertyResponseService'false],
  8008.             'vich_uploader.listener.clean.community_event_file' => ['privates''vich_uploader.listener.clean.community_event_file''getVichUploader_Listener_Clean_CommunityEventFileService'false],
  8009.             'vich_uploader.listener.clean.community_post_file' => ['privates''vich_uploader.listener.clean.community_post_file''getVichUploader_Listener_Clean_CommunityPostFileService'false],
  8010.             'vich_uploader.listener.clean.condominium_invoice_file' => ['privates''vich_uploader.listener.clean.condominium_invoice_file''getVichUploader_Listener_Clean_CondominiumInvoiceFileService'false],
  8011.             'vich_uploader.listener.clean.control_certificate' => ['privates''vich_uploader.listener.clean.control_certificate''getVichUploader_Listener_Clean_ControlCertificateService'false],
  8012.             'vich_uploader.listener.clean.deedOfSale' => ['privates''vich_uploader.listener.clean.deedOfSale''getVichUploader_Listener_Clean_DeedOfSaleService'false],
  8013.             'vich_uploader.listener.clean.dispenseFile' => ['privates''vich_uploader.listener.clean.dispenseFile''getVichUploader_Listener_Clean_DispenseFileService'false],
  8014.             'vich_uploader.listener.clean.dvf_csv_pending' => ['privates''vich_uploader.listener.clean.dvf_csv_pending''getVichUploader_Listener_Clean_DvfCsvPendingService'false],
  8015.             'vich_uploader.listener.clean.edit_registers_file' => ['privates''vich_uploader.listener.clean.edit_registers_file''getVichUploader_Listener_Clean_EditRegistersFileService'false],
  8016.             'vich_uploader.listener.clean.education_csv' => ['privates''vich_uploader.listener.clean.education_csv''getVichUploader_Listener_Clean_EducationCsvService'false],
  8017.             'vich_uploader.listener.clean.engie_csv_archived' => ['privates''vich_uploader.listener.clean.engie_csv_archived''getVichUploader_Listener_Clean_EngieCsvArchivedService'false],
  8018.             'vich_uploader.listener.clean.engie_csv_pending' => ['privates''vich_uploader.listener.clean.engie_csv_pending''getVichUploader_Listener_Clean_EngieCsvPendingService'false],
  8019.             'vich_uploader.listener.clean.enquetes_publics_csv' => ['privates''vich_uploader.listener.clean.enquetes_publics_csv''getVichUploader_Listener_Clean_EnquetesPublicsCsvService'false],
  8020.             'vich_uploader.listener.clean.excel_file_pending' => ['privates''vich_uploader.listener.clean.excel_file_pending''getVichUploader_Listener_Clean_ExcelFilePendingService'false],
  8021.             'vich_uploader.listener.clean.garden_resource_document' => ['privates''vich_uploader.listener.clean.garden_resource_document''getVichUploader_Listener_Clean_GardenResourceDocumentService'false],
  8022.             'vich_uploader.listener.clean.identity_image' => ['privates''vich_uploader.listener.clean.identity_image''getVichUploader_Listener_Clean_IdentityImageService'false],
  8023.             'vich_uploader.listener.clean.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.clean.imo_agent_solicitation_image''getVichUploader_Listener_Clean_ImoAgentSolicitationImageService'false],
  8024.             'vich_uploader.listener.clean.inventory_file' => ['privates''vich_uploader.listener.clean.inventory_file''getVichUploader_Listener_Clean_InventoryFileService'false],
  8025.             'vich_uploader.listener.clean.inventory_image' => ['privates''vich_uploader.listener.clean.inventory_image''getVichUploader_Listener_Clean_InventoryImageService'false],
  8026.             'vich_uploader.listener.clean.invoice_water_file' => ['privates''vich_uploader.listener.clean.invoice_water_file''getVichUploader_Listener_Clean_InvoiceWaterFileService'false],
  8027.             'vich_uploader.listener.clean.lease_contract' => ['privates''vich_uploader.listener.clean.lease_contract''getVichUploader_Listener_Clean_LeaseContractService'false],
  8028.             'vich_uploader.listener.clean.lease_contract_models' => ['privates''vich_uploader.listener.clean.lease_contract_models''getVichUploader_Listener_Clean_LeaseContractModelsService'false],
  8029.             'vich_uploader.listener.clean.message_file' => ['privates''vich_uploader.listener.clean.message_file''getVichUploader_Listener_Clean_MessageFileService'false],
  8030.             'vich_uploader.listener.clean.module_3D' => ['privates''vich_uploader.listener.clean.module_3D''getVichUploader_Listener_Clean_Module3DService'false],
  8031.             '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],
  8032.             '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],
  8033.             'vich_uploader.listener.clean.new_project_immo_csv' => ['privates''vich_uploader.listener.clean.new_project_immo_csv''getVichUploader_Listener_Clean_NewProjectImmoCsvService'false],
  8034.             'vich_uploader.listener.clean.notary_csv_pending' => ['privates''vich_uploader.listener.clean.notary_csv_pending''getVichUploader_Listener_Clean_NotaryCsvPendingService'false],
  8035.             'vich_uploader.listener.clean.obligation_csv_pending' => ['privates''vich_uploader.listener.clean.obligation_csv_pending''getVichUploader_Listener_Clean_ObligationCsvPendingService'false],
  8036.             'vich_uploader.listener.clean.occupation_period_file' => ['privates''vich_uploader.listener.clean.occupation_period_file''getVichUploader_Listener_Clean_OccupationPeriodFileService'false],
  8037.             'vich_uploader.listener.clean.occupie_csv_pending' => ['privates''vich_uploader.listener.clean.occupie_csv_pending''getVichUploader_Listener_Clean_OccupieCsvPendingService'false],
  8038.             'vich_uploader.listener.clean.offer_lease_agreement' => ['privates''vich_uploader.listener.clean.offer_lease_agreement''getVichUploader_Listener_Clean_OfferLeaseAgreementService'false],
  8039.             'vich_uploader.listener.clean.organic_plot_file' => ['privates''vich_uploader.listener.clean.organic_plot_file''getVichUploader_Listener_Clean_OrganicPlotFileService'false],
  8040.             'vich_uploader.listener.clean.pdf_location' => ['privates''vich_uploader.listener.clean.pdf_location''getVichUploader_Listener_Clean_PdfLocationService'false],
  8041.             'vich_uploader.listener.clean.pdf_mail_location' => ['privates''vich_uploader.listener.clean.pdf_mail_location''getVichUploader_Listener_Clean_PdfMailLocationService'false],
  8042.             'vich_uploader.listener.clean.pdf_summary_maif' => ['privates''vich_uploader.listener.clean.pdf_summary_maif''getVichUploader_Listener_Clean_PdfSummaryMaifService'false],
  8043.             'vich_uploader.listener.clean.permit_citerne' => ['privates''vich_uploader.listener.clean.permit_citerne''getVichUploader_Listener_Clean_PermitCiterneService'false],
  8044.             'vich_uploader.listener.clean.permit_environment_file' => ['privates''vich_uploader.listener.clean.permit_environment_file''getVichUploader_Listener_Clean_PermitEnvironmentFileService'false],
  8045.             'vich_uploader.listener.clean.permit_file' => ['privates''vich_uploader.listener.clean.permit_file''getVichUploader_Listener_Clean_PermitFileService'false],
  8046.             'vich_uploader.listener.clean.picture_3D' => ['privates''vich_uploader.listener.clean.picture_3D''getVichUploader_Listener_Clean_Picture3DService'false],
  8047.             'vich_uploader.listener.clean.portfolio_files' => ['privates''vich_uploader.listener.clean.portfolio_files''getVichUploader_Listener_Clean_PortfolioFilesService'false],
  8048.             'vich_uploader.listener.clean.ppas_affectation_csv_pending' => ['privates''vich_uploader.listener.clean.ppas_affectation_csv_pending''getVichUploader_Listener_Clean_PpasAffectationCsvPendingService'false],
  8049.             'vich_uploader.listener.clean.ppas_csv_pending' => ['privates''vich_uploader.listener.clean.ppas_csv_pending''getVichUploader_Listener_Clean_PpasCsvPendingService'false],
  8050.             'vich_uploader.listener.clean.pras_csv' => ['privates''vich_uploader.listener.clean.pras_csv''getVichUploader_Listener_Clean_PrasCsvService'false],
  8051.             'vich_uploader.listener.clean.prime_csv_pending' => ['privates''vich_uploader.listener.clean.prime_csv_pending''getVichUploader_Listener_Clean_PrimeCsvPendingService'false],
  8052.             'vich_uploader.listener.clean.prime_pdf_template' => ['privates''vich_uploader.listener.clean.prime_pdf_template''getVichUploader_Listener_Clean_PrimePdfTemplateService'false],
  8053.             'vich_uploader.listener.clean.prime_request_file' => ['privates''vich_uploader.listener.clean.prime_request_file''getVichUploader_Listener_Clean_PrimeRequestFileService'false],
  8054.             'vich_uploader.listener.clean.property_demand_file' => ['privates''vich_uploader.listener.clean.property_demand_file''getVichUploader_Listener_Clean_PropertyDemandFileService'false],
  8055.             'vich_uploader.listener.clean.property_document_file' => ['privates''vich_uploader.listener.clean.property_document_file''getVichUploader_Listener_Clean_PropertyDocumentFileService'false],
  8056.             'vich_uploader.listener.clean.provider_inverte_list_pending' => ['privates''vich_uploader.listener.clean.provider_inverte_list_pending''getVichUploader_Listener_Clean_ProviderInverteListPendingService'false],
  8057.             'vich_uploader.listener.clean.provider_society_csv_pending' => ['privates''vich_uploader.listener.clean.provider_society_csv_pending''getVichUploader_Listener_Clean_ProviderSocietyCsvPendingService'false],
  8058.             'vich_uploader.listener.clean.provider_work' => ['privates''vich_uploader.listener.clean.provider_work''getVichUploader_Listener_Clean_ProviderWorkService'false],
  8059.             'vich_uploader.listener.clean.public_inquiry_inprogress_excel' => ['privates''vich_uploader.listener.clean.public_inquiry_inprogress_excel''getVichUploader_Listener_Clean_PublicInquiryInprogressExcelService'false],
  8060.             'vich_uploader.listener.clean.rapport_pdf_property' => ['privates''vich_uploader.listener.clean.rapport_pdf_property''getVichUploader_Listener_Clean_RapportPdfPropertyService'false],
  8061.             'vich_uploader.listener.clean.register_environment_file' => ['privates''vich_uploader.listener.clean.register_environment_file''getVichUploader_Listener_Clean_RegisterEnvironmentFileService'false],
  8062.             'vich_uploader.listener.clean.request_repayment_files' => ['privates''vich_uploader.listener.clean.request_repayment_files''getVichUploader_Listener_Clean_RequestRepaymentFilesService'false],
  8063.             'vich_uploader.listener.clean.salesAgreementFile' => ['privates''vich_uploader.listener.clean.salesAgreementFile''getVichUploader_Listener_Clean_SalesAgreementFileService'false],
  8064.             'vich_uploader.listener.clean.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.clean.sales_agreement_file_to_sign''getVichUploader_Listener_Clean_SalesAgreementFileToSignService'false],
  8065.             'vich_uploader.listener.clean.surveillance_camera_document' => ['privates''vich_uploader.listener.clean.surveillance_camera_document''getVichUploader_Listener_Clean_SurveillanceCameraDocumentService'false],
  8066.             'vich_uploader.listener.clean.syndic_Apartment_csv_pending' => ['privates''vich_uploader.listener.clean.syndic_Apartment_csv_pending''getVichUploader_Listener_Clean_SyndicApartmentCsvPendingService'false],
  8067.             'vich_uploader.listener.clean.treeD_figuration_file' => ['privates''vich_uploader.listener.clean.treeD_figuration_file''getVichUploader_Listener_Clean_TreeDFigurationFileService'false],
  8068.             'vich_uploader.listener.clean.upload_archived' => ['privates''vich_uploader.listener.clean.upload_archived''getVichUploader_Listener_Clean_UploadArchivedService'false],
  8069.             'vich_uploader.listener.clean.upload_bank_logo' => ['privates''vich_uploader.listener.clean.upload_bank_logo''getVichUploader_Listener_Clean_UploadBankLogoService'false],
  8070.             'vich_uploader.listener.clean.upload_doc_property' => ['privates''vich_uploader.listener.clean.upload_doc_property''getVichUploader_Listener_Clean_UploadDocPropertyService'false],
  8071.             'vich_uploader.listener.clean.upload_file_minutes' => ['privates''vich_uploader.listener.clean.upload_file_minutes''getVichUploader_Listener_Clean_UploadFileMinutesService'false],
  8072.             'vich_uploader.listener.clean.upload_icon_categorie_service' => ['privates''vich_uploader.listener.clean.upload_icon_categorie_service''getVichUploader_Listener_Clean_UploadIconCategorieServiceService'false],
  8073.             'vich_uploader.listener.clean.upload_img_property' => ['privates''vich_uploader.listener.clean.upload_img_property''getVichUploader_Listener_Clean_UploadImgPropertyService'false],
  8074.             'vich_uploader.listener.clean.upload_img_pub' => ['privates''vich_uploader.listener.clean.upload_img_pub''getVichUploader_Listener_Clean_UploadImgPubService'false],
  8075.             'vich_uploader.listener.clean.upload_img_service' => ['privates''vich_uploader.listener.clean.upload_img_service''getVichUploader_Listener_Clean_UploadImgServiceService'false],
  8076.             'vich_uploader.listener.clean.upload_logo_pro' => ['privates''vich_uploader.listener.clean.upload_logo_pro''getVichUploader_Listener_Clean_UploadLogoProService'false],
  8077.             'vich_uploader.listener.clean.upload_pending' => ['privates''vich_uploader.listener.clean.upload_pending''getVichUploader_Listener_Clean_UploadPendingService'false],
  8078.             'vich_uploader.listener.clean.upload_rapport' => ['privates''vich_uploader.listener.clean.upload_rapport''getVichUploader_Listener_Clean_UploadRapportService'false],
  8079.             'vich_uploader.listener.clean.upload_rental_guarantee' => ['privates''vich_uploader.listener.clean.upload_rental_guarantee''getVichUploader_Listener_Clean_UploadRentalGuaranteeService'false],
  8080.             'vich_uploader.listener.clean.upload_traite' => ['privates''vich_uploader.listener.clean.upload_traite''getVichUploader_Listener_Clean_UploadTraiteService'false],
  8081.             'vich_uploader.listener.clean.uploads_syndics_response' => ['privates''vich_uploader.listener.clean.uploads_syndics_response''getVichUploader_Listener_Clean_UploadsSyndicsResponseService'false],
  8082.             'vich_uploader.listener.clean.user_logo' => ['privates''vich_uploader.listener.clean.user_logo''getVichUploader_Listener_Clean_UserLogoService'false],
  8083.             'vich_uploader.listener.clean.wallonie_csv_pending' => ['privates''vich_uploader.listener.clean.wallonie_csv_pending''getVichUploader_Listener_Clean_WallonieCsvPendingService'false],
  8084.             'vich_uploader.listener.clean.water_supplier_controller_excel' => ['privates''vich_uploader.listener.clean.water_supplier_controller_excel''getVichUploader_Listener_Clean_WaterSupplierControllerExcelService'false],
  8085.             'vich_uploader.listener.clean.work_csv_pending' => ['privates''vich_uploader.listener.clean.work_csv_pending''getVichUploader_Listener_Clean_WorkCsvPendingService'false],
  8086.             'vich_uploader.listener.clean.work_rules_csv_pending' => ['privates''vich_uploader.listener.clean.work_rules_csv_pending''getVichUploader_Listener_Clean_WorkRulesCsvPendingService'false],
  8087.             'vich_uploader.listener.inject.chat_file' => ['privates''vich_uploader.listener.inject.chat_file''getVichUploader_Listener_Inject_ChatFileService'false],
  8088.             'vich_uploader.listener.inject.client_sales_agreement_file' => ['privates''vich_uploader.listener.inject.client_sales_agreement_file''getVichUploader_Listener_Inject_ClientSalesAgreementFileService'false],
  8089.             'vich_uploader.listener.inject.community_event_file' => ['privates''vich_uploader.listener.inject.community_event_file''getVichUploader_Listener_Inject_CommunityEventFileService'false],
  8090.             'vich_uploader.listener.inject.community_post_file' => ['privates''vich_uploader.listener.inject.community_post_file''getVichUploader_Listener_Inject_CommunityPostFileService'false],
  8091.             'vich_uploader.listener.inject.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.inject.imo_agent_solicitation_image''getVichUploader_Listener_Inject_ImoAgentSolicitationImageService'false],
  8092.             'vich_uploader.listener.inject.message_file' => ['privates''vich_uploader.listener.inject.message_file''getVichUploader_Listener_Inject_MessageFileService'false],
  8093.             '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],
  8094.             '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],
  8095.             'vich_uploader.listener.inject.new_project_immo_csv' => ['privates''vich_uploader.listener.inject.new_project_immo_csv''getVichUploader_Listener_Inject_NewProjectImmoCsvService'false],
  8096.             'vich_uploader.listener.inject.occupation_period_file' => ['privates''vich_uploader.listener.inject.occupation_period_file''getVichUploader_Listener_Inject_OccupationPeriodFileService'false],
  8097.             'vich_uploader.listener.inject.pdf_summary_maif' => ['privates''vich_uploader.listener.inject.pdf_summary_maif''getVichUploader_Listener_Inject_PdfSummaryMaifService'false],
  8098.             'vich_uploader.listener.inject.portfolio_files' => ['privates''vich_uploader.listener.inject.portfolio_files''getVichUploader_Listener_Inject_PortfolioFilesService'false],
  8099.             'vich_uploader.listener.inject.property_document_file' => ['privates''vich_uploader.listener.inject.property_document_file''getVichUploader_Listener_Inject_PropertyDocumentFileService'false],
  8100.             'vich_uploader.listener.inject.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.inject.sales_agreement_file_to_sign''getVichUploader_Listener_Inject_SalesAgreementFileToSignService'false],
  8101.             'vich_uploader.listener.inject.treeD_figuration_file' => ['privates''vich_uploader.listener.inject.treeD_figuration_file''getVichUploader_Listener_Inject_TreeDFigurationFileService'false],
  8102.             'vich_uploader.listener.remove.Adress_csv_pending' => ['privates''vich_uploader.listener.remove.Adress_csv_pending''getVichUploader_Listener_Remove_AdressCsvPendingService'false],
  8103.             'vich_uploader.listener.remove.ThepropertyProvider_csv_pending' => ['privates''vich_uploader.listener.remove.ThepropertyProvider_csv_pending''getVichUploader_Listener_Remove_ThepropertyProviderCsvPendingService'false],
  8104.             'vich_uploader.listener.remove.annex_permit_file' => ['privates''vich_uploader.listener.remove.annex_permit_file''getVichUploader_Listener_Remove_AnnexPermitFileService'false],
  8105.             'vich_uploader.listener.remove.area_csv_pending' => ['privates''vich_uploader.listener.remove.area_csv_pending''getVichUploader_Listener_Remove_AreaCsvPendingService'false],
  8106.             'vich_uploader.listener.remove.bbox' => ['privates''vich_uploader.listener.remove.bbox''getVichUploader_Listener_Remove_BboxService'false],
  8107.             'vich_uploader.listener.remove.brugis_csv_pending' => ['privates''vich_uploader.listener.remove.brugis_csv_pending''getVichUploader_Listener_Remove_BrugisCsvPendingService'false],
  8108.             'vich_uploader.listener.remove.chat_file' => ['privates''vich_uploader.listener.remove.chat_file''getVichUploader_Listener_Remove_ChatFileService'false],
  8109.             'vich_uploader.listener.remove.client_sales_agreement_file' => ['privates''vich_uploader.listener.remove.client_sales_agreement_file''getVichUploader_Listener_Remove_ClientSalesAgreementFileService'false],
  8110.             'vich_uploader.listener.remove.co_ownership_document' => ['privates''vich_uploader.listener.remove.co_ownership_document''getVichUploader_Listener_Remove_CoOwnershipDocumentService'false],
  8111.             'vich_uploader.listener.remove.co_ownership_invoices' => ['privates''vich_uploader.listener.remove.co_ownership_invoices''getVichUploader_Listener_Remove_CoOwnershipInvoicesService'false],
  8112.             'vich_uploader.listener.remove.co_ownership_meeting_transcript' => ['privates''vich_uploader.listener.remove.co_ownership_meeting_transcript''getVichUploader_Listener_Remove_CoOwnershipMeetingTranscriptService'false],
  8113.             'vich_uploader.listener.remove.co_ownership_report' => ['privates''vich_uploader.listener.remove.co_ownership_report''getVichUploader_Listener_Remove_CoOwnershipReportService'false],
  8114.             'vich_uploader.listener.remove.co_ownership_the_property_file' => ['privates''vich_uploader.listener.remove.co_ownership_the_property_file''getVichUploader_Listener_Remove_CoOwnershipThePropertyFileService'false],
  8115.             'vich_uploader.listener.remove.co_ownership_the_property_response' => ['privates''vich_uploader.listener.remove.co_ownership_the_property_response''getVichUploader_Listener_Remove_CoOwnershipThePropertyResponseService'false],
  8116.             'vich_uploader.listener.remove.community_event_file' => ['privates''vich_uploader.listener.remove.community_event_file''getVichUploader_Listener_Remove_CommunityEventFileService'false],
  8117.             'vich_uploader.listener.remove.community_post_file' => ['privates''vich_uploader.listener.remove.community_post_file''getVichUploader_Listener_Remove_CommunityPostFileService'false],
  8118.             'vich_uploader.listener.remove.condominium_invoice_file' => ['privates''vich_uploader.listener.remove.condominium_invoice_file''getVichUploader_Listener_Remove_CondominiumInvoiceFileService'false],
  8119.             'vich_uploader.listener.remove.control_certificate' => ['privates''vich_uploader.listener.remove.control_certificate''getVichUploader_Listener_Remove_ControlCertificateService'false],
  8120.             'vich_uploader.listener.remove.dispenseFile' => ['privates''vich_uploader.listener.remove.dispenseFile''getVichUploader_Listener_Remove_DispenseFileService'false],
  8121.             'vich_uploader.listener.remove.dvf_csv_pending' => ['privates''vich_uploader.listener.remove.dvf_csv_pending''getVichUploader_Listener_Remove_DvfCsvPendingService'false],
  8122.             'vich_uploader.listener.remove.edit_registers_file' => ['privates''vich_uploader.listener.remove.edit_registers_file''getVichUploader_Listener_Remove_EditRegistersFileService'false],
  8123.             'vich_uploader.listener.remove.education_csv' => ['privates''vich_uploader.listener.remove.education_csv''getVichUploader_Listener_Remove_EducationCsvService'false],
  8124.             'vich_uploader.listener.remove.engie_csv_archived' => ['privates''vich_uploader.listener.remove.engie_csv_archived''getVichUploader_Listener_Remove_EngieCsvArchivedService'false],
  8125.             'vich_uploader.listener.remove.engie_csv_pending' => ['privates''vich_uploader.listener.remove.engie_csv_pending''getVichUploader_Listener_Remove_EngieCsvPendingService'false],
  8126.             'vich_uploader.listener.remove.enquetes_publics_csv' => ['privates''vich_uploader.listener.remove.enquetes_publics_csv''getVichUploader_Listener_Remove_EnquetesPublicsCsvService'false],
  8127.             'vich_uploader.listener.remove.excel_file_pending' => ['privates''vich_uploader.listener.remove.excel_file_pending''getVichUploader_Listener_Remove_ExcelFilePendingService'false],
  8128.             'vich_uploader.listener.remove.garden_resource_document' => ['privates''vich_uploader.listener.remove.garden_resource_document''getVichUploader_Listener_Remove_GardenResourceDocumentService'false],
  8129.             'vich_uploader.listener.remove.identity_image' => ['privates''vich_uploader.listener.remove.identity_image''getVichUploader_Listener_Remove_IdentityImageService'false],
  8130.             'vich_uploader.listener.remove.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.remove.imo_agent_solicitation_image''getVichUploader_Listener_Remove_ImoAgentSolicitationImageService'false],
  8131.             'vich_uploader.listener.remove.inventory_file' => ['privates''vich_uploader.listener.remove.inventory_file''getVichUploader_Listener_Remove_InventoryFileService'false],
  8132.             'vich_uploader.listener.remove.inventory_image' => ['privates''vich_uploader.listener.remove.inventory_image''getVichUploader_Listener_Remove_InventoryImageService'false],
  8133.             'vich_uploader.listener.remove.invoice_water_file' => ['privates''vich_uploader.listener.remove.invoice_water_file''getVichUploader_Listener_Remove_InvoiceWaterFileService'false],
  8134.             'vich_uploader.listener.remove.lease_contract' => ['privates''vich_uploader.listener.remove.lease_contract''getVichUploader_Listener_Remove_LeaseContractService'false],
  8135.             'vich_uploader.listener.remove.lease_contract_models' => ['privates''vich_uploader.listener.remove.lease_contract_models''getVichUploader_Listener_Remove_LeaseContractModelsService'false],
  8136.             'vich_uploader.listener.remove.message_file' => ['privates''vich_uploader.listener.remove.message_file''getVichUploader_Listener_Remove_MessageFileService'false],
  8137.             'vich_uploader.listener.remove.module_3D' => ['privates''vich_uploader.listener.remove.module_3D''getVichUploader_Listener_Remove_Module3DService'false],
  8138.             '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],
  8139.             '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],
  8140.             'vich_uploader.listener.remove.new_project_immo_csv' => ['privates''vich_uploader.listener.remove.new_project_immo_csv''getVichUploader_Listener_Remove_NewProjectImmoCsvService'false],
  8141.             'vich_uploader.listener.remove.obligation_csv_pending' => ['privates''vich_uploader.listener.remove.obligation_csv_pending''getVichUploader_Listener_Remove_ObligationCsvPendingService'false],
  8142.             'vich_uploader.listener.remove.occupation_period_file' => ['privates''vich_uploader.listener.remove.occupation_period_file''getVichUploader_Listener_Remove_OccupationPeriodFileService'false],
  8143.             'vich_uploader.listener.remove.offer_lease_agreement' => ['privates''vich_uploader.listener.remove.offer_lease_agreement''getVichUploader_Listener_Remove_OfferLeaseAgreementService'false],
  8144.             'vich_uploader.listener.remove.organic_plot_file' => ['privates''vich_uploader.listener.remove.organic_plot_file''getVichUploader_Listener_Remove_OrganicPlotFileService'false],
  8145.             'vich_uploader.listener.remove.pdf_location' => ['privates''vich_uploader.listener.remove.pdf_location''getVichUploader_Listener_Remove_PdfLocationService'false],
  8146.             'vich_uploader.listener.remove.pdf_mail_location' => ['privates''vich_uploader.listener.remove.pdf_mail_location''getVichUploader_Listener_Remove_PdfMailLocationService'false],
  8147.             'vich_uploader.listener.remove.pdf_summary_maif' => ['privates''vich_uploader.listener.remove.pdf_summary_maif''getVichUploader_Listener_Remove_PdfSummaryMaifService'false],
  8148.             'vich_uploader.listener.remove.permit_citerne' => ['privates''vich_uploader.listener.remove.permit_citerne''getVichUploader_Listener_Remove_PermitCiterneService'false],
  8149.             'vich_uploader.listener.remove.permit_environment_file' => ['privates''vich_uploader.listener.remove.permit_environment_file''getVichUploader_Listener_Remove_PermitEnvironmentFileService'false],
  8150.             'vich_uploader.listener.remove.permit_file' => ['privates''vich_uploader.listener.remove.permit_file''getVichUploader_Listener_Remove_PermitFileService'false],
  8151.             'vich_uploader.listener.remove.picture_3D' => ['privates''vich_uploader.listener.remove.picture_3D''getVichUploader_Listener_Remove_Picture3DService'false],
  8152.             'vich_uploader.listener.remove.portfolio_files' => ['privates''vich_uploader.listener.remove.portfolio_files''getVichUploader_Listener_Remove_PortfolioFilesService'false],
  8153.             'vich_uploader.listener.remove.ppas_affectation_csv_pending' => ['privates''vich_uploader.listener.remove.ppas_affectation_csv_pending''getVichUploader_Listener_Remove_PpasAffectationCsvPendingService'false],
  8154.             'vich_uploader.listener.remove.ppas_csv_pending' => ['privates''vich_uploader.listener.remove.ppas_csv_pending''getVichUploader_Listener_Remove_PpasCsvPendingService'false],
  8155.             'vich_uploader.listener.remove.pras_csv' => ['privates''vich_uploader.listener.remove.pras_csv''getVichUploader_Listener_Remove_PrasCsvService'false],
  8156.             'vich_uploader.listener.remove.prime_csv_pending' => ['privates''vich_uploader.listener.remove.prime_csv_pending''getVichUploader_Listener_Remove_PrimeCsvPendingService'false],
  8157.             'vich_uploader.listener.remove.prime_pdf_template' => ['privates''vich_uploader.listener.remove.prime_pdf_template''getVichUploader_Listener_Remove_PrimePdfTemplateService'false],
  8158.             'vich_uploader.listener.remove.prime_request_file' => ['privates''vich_uploader.listener.remove.prime_request_file''getVichUploader_Listener_Remove_PrimeRequestFileService'false],
  8159.             'vich_uploader.listener.remove.property_demand_file' => ['privates''vich_uploader.listener.remove.property_demand_file''getVichUploader_Listener_Remove_PropertyDemandFileService'false],
  8160.             'vich_uploader.listener.remove.property_document_file' => ['privates''vich_uploader.listener.remove.property_document_file''getVichUploader_Listener_Remove_PropertyDocumentFileService'false],
  8161.             'vich_uploader.listener.remove.provider_inverte_list_pending' => ['privates''vich_uploader.listener.remove.provider_inverte_list_pending''getVichUploader_Listener_Remove_ProviderInverteListPendingService'false],
  8162.             'vich_uploader.listener.remove.provider_society_csv_pending' => ['privates''vich_uploader.listener.remove.provider_society_csv_pending''getVichUploader_Listener_Remove_ProviderSocietyCsvPendingService'false],
  8163.             'vich_uploader.listener.remove.provider_work' => ['privates''vich_uploader.listener.remove.provider_work''getVichUploader_Listener_Remove_ProviderWorkService'false],
  8164.             'vich_uploader.listener.remove.public_inquiry_inprogress_excel' => ['privates''vich_uploader.listener.remove.public_inquiry_inprogress_excel''getVichUploader_Listener_Remove_PublicInquiryInprogressExcelService'false],
  8165.             'vich_uploader.listener.remove.rapport_pdf_property' => ['privates''vich_uploader.listener.remove.rapport_pdf_property''getVichUploader_Listener_Remove_RapportPdfPropertyService'false],
  8166.             'vich_uploader.listener.remove.register_environment_file' => ['privates''vich_uploader.listener.remove.register_environment_file''getVichUploader_Listener_Remove_RegisterEnvironmentFileService'false],
  8167.             'vich_uploader.listener.remove.request_repayment_files' => ['privates''vich_uploader.listener.remove.request_repayment_files''getVichUploader_Listener_Remove_RequestRepaymentFilesService'false],
  8168.             'vich_uploader.listener.remove.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.remove.sales_agreement_file_to_sign''getVichUploader_Listener_Remove_SalesAgreementFileToSignService'false],
  8169.             'vich_uploader.listener.remove.surveillance_camera_document' => ['privates''vich_uploader.listener.remove.surveillance_camera_document''getVichUploader_Listener_Remove_SurveillanceCameraDocumentService'false],
  8170.             'vich_uploader.listener.remove.treeD_figuration_file' => ['privates''vich_uploader.listener.remove.treeD_figuration_file''getVichUploader_Listener_Remove_TreeDFigurationFileService'false],
  8171.             'vich_uploader.listener.remove.upload_archived' => ['privates''vich_uploader.listener.remove.upload_archived''getVichUploader_Listener_Remove_UploadArchivedService'false],
  8172.             'vich_uploader.listener.remove.upload_bank_logo' => ['privates''vich_uploader.listener.remove.upload_bank_logo''getVichUploader_Listener_Remove_UploadBankLogoService'false],
  8173.             'vich_uploader.listener.remove.upload_doc_property' => ['privates''vich_uploader.listener.remove.upload_doc_property''getVichUploader_Listener_Remove_UploadDocPropertyService'false],
  8174.             'vich_uploader.listener.remove.upload_file_minutes' => ['privates''vich_uploader.listener.remove.upload_file_minutes''getVichUploader_Listener_Remove_UploadFileMinutesService'false],
  8175.             'vich_uploader.listener.remove.upload_icon_categorie_service' => ['privates''vich_uploader.listener.remove.upload_icon_categorie_service''getVichUploader_Listener_Remove_UploadIconCategorieServiceService'false],
  8176.             'vich_uploader.listener.remove.upload_img_property' => ['privates''vich_uploader.listener.remove.upload_img_property''getVichUploader_Listener_Remove_UploadImgPropertyService'false],
  8177.             'vich_uploader.listener.remove.upload_img_pub' => ['privates''vich_uploader.listener.remove.upload_img_pub''getVichUploader_Listener_Remove_UploadImgPubService'false],
  8178.             'vich_uploader.listener.remove.upload_img_service' => ['privates''vich_uploader.listener.remove.upload_img_service''getVichUploader_Listener_Remove_UploadImgServiceService'false],
  8179.             'vich_uploader.listener.remove.upload_logo_pro' => ['privates''vich_uploader.listener.remove.upload_logo_pro''getVichUploader_Listener_Remove_UploadLogoProService'false],
  8180.             'vich_uploader.listener.remove.upload_pending' => ['privates''vich_uploader.listener.remove.upload_pending''getVichUploader_Listener_Remove_UploadPendingService'false],
  8181.             'vich_uploader.listener.remove.upload_rapport' => ['privates''vich_uploader.listener.remove.upload_rapport''getVichUploader_Listener_Remove_UploadRapportService'false],
  8182.             'vich_uploader.listener.remove.upload_rental_guarantee' => ['privates''vich_uploader.listener.remove.upload_rental_guarantee''getVichUploader_Listener_Remove_UploadRentalGuaranteeService'false],
  8183.             'vich_uploader.listener.remove.upload_traite' => ['privates''vich_uploader.listener.remove.upload_traite''getVichUploader_Listener_Remove_UploadTraiteService'false],
  8184.             'vich_uploader.listener.remove.uploads_syndics_response' => ['privates''vich_uploader.listener.remove.uploads_syndics_response''getVichUploader_Listener_Remove_UploadsSyndicsResponseService'false],
  8185.             'vich_uploader.listener.remove.user_logo' => ['privates''vich_uploader.listener.remove.user_logo''getVichUploader_Listener_Remove_UserLogoService'false],
  8186.             'vich_uploader.listener.remove.wallonie_csv_pending' => ['privates''vich_uploader.listener.remove.wallonie_csv_pending''getVichUploader_Listener_Remove_WallonieCsvPendingService'false],
  8187.             'vich_uploader.listener.remove.water_supplier_controller_excel' => ['privates''vich_uploader.listener.remove.water_supplier_controller_excel''getVichUploader_Listener_Remove_WaterSupplierControllerExcelService'false],
  8188.             'vich_uploader.listener.remove.work_csv_pending' => ['privates''vich_uploader.listener.remove.work_csv_pending''getVichUploader_Listener_Remove_WorkCsvPendingService'false],
  8189.             'vich_uploader.listener.remove.work_rules_csv_pending' => ['privates''vich_uploader.listener.remove.work_rules_csv_pending''getVichUploader_Listener_Remove_WorkRulesCsvPendingService'false],
  8190.             'vich_uploader.listener.upload.Adress_csv_pending' => ['privates''vich_uploader.listener.upload.Adress_csv_pending''getVichUploader_Listener_Upload_AdressCsvPendingService'false],
  8191.             'vich_uploader.listener.upload.ThepropertyProvider_csv_pending' => ['privates''vich_uploader.listener.upload.ThepropertyProvider_csv_pending''getVichUploader_Listener_Upload_ThepropertyProviderCsvPendingService'false],
  8192.             'vich_uploader.listener.upload.annex_permit_file' => ['privates''vich_uploader.listener.upload.annex_permit_file''getVichUploader_Listener_Upload_AnnexPermitFileService'false],
  8193.             'vich_uploader.listener.upload.area_csv_pending' => ['privates''vich_uploader.listener.upload.area_csv_pending''getVichUploader_Listener_Upload_AreaCsvPendingService'false],
  8194.             'vich_uploader.listener.upload.bbox' => ['privates''vich_uploader.listener.upload.bbox''getVichUploader_Listener_Upload_BboxService'false],
  8195.             'vich_uploader.listener.upload.brugis_csv_pending' => ['privates''vich_uploader.listener.upload.brugis_csv_pending''getVichUploader_Listener_Upload_BrugisCsvPendingService'false],
  8196.             'vich_uploader.listener.upload.chat_file' => ['privates''vich_uploader.listener.upload.chat_file''getVichUploader_Listener_Upload_ChatFileService'false],
  8197.             'vich_uploader.listener.upload.client_sales_agreement_file' => ['privates''vich_uploader.listener.upload.client_sales_agreement_file''getVichUploader_Listener_Upload_ClientSalesAgreementFileService'false],
  8198.             'vich_uploader.listener.upload.co_ownership_document' => ['privates''vich_uploader.listener.upload.co_ownership_document''getVichUploader_Listener_Upload_CoOwnershipDocumentService'false],
  8199.             'vich_uploader.listener.upload.co_ownership_invoices' => ['privates''vich_uploader.listener.upload.co_ownership_invoices''getVichUploader_Listener_Upload_CoOwnershipInvoicesService'false],
  8200.             'vich_uploader.listener.upload.co_ownership_meeting_transcript' => ['privates''vich_uploader.listener.upload.co_ownership_meeting_transcript''getVichUploader_Listener_Upload_CoOwnershipMeetingTranscriptService'false],
  8201.             'vich_uploader.listener.upload.co_ownership_report' => ['privates''vich_uploader.listener.upload.co_ownership_report''getVichUploader_Listener_Upload_CoOwnershipReportService'false],
  8202.             'vich_uploader.listener.upload.co_ownership_the_property_file' => ['privates''vich_uploader.listener.upload.co_ownership_the_property_file''getVichUploader_Listener_Upload_CoOwnershipThePropertyFileService'false],
  8203.             'vich_uploader.listener.upload.co_ownership_the_property_response' => ['privates''vich_uploader.listener.upload.co_ownership_the_property_response''getVichUploader_Listener_Upload_CoOwnershipThePropertyResponseService'false],
  8204.             'vich_uploader.listener.upload.community_event_file' => ['privates''vich_uploader.listener.upload.community_event_file''getVichUploader_Listener_Upload_CommunityEventFileService'false],
  8205.             'vich_uploader.listener.upload.community_post_file' => ['privates''vich_uploader.listener.upload.community_post_file''getVichUploader_Listener_Upload_CommunityPostFileService'false],
  8206.             'vich_uploader.listener.upload.condominium_invoice_file' => ['privates''vich_uploader.listener.upload.condominium_invoice_file''getVichUploader_Listener_Upload_CondominiumInvoiceFileService'false],
  8207.             'vich_uploader.listener.upload.control_certificate' => ['privates''vich_uploader.listener.upload.control_certificate''getVichUploader_Listener_Upload_ControlCertificateService'false],
  8208.             'vich_uploader.listener.upload.deedOfSale' => ['privates''vich_uploader.listener.upload.deedOfSale''getVichUploader_Listener_Upload_DeedOfSaleService'false],
  8209.             'vich_uploader.listener.upload.dispenseFile' => ['privates''vich_uploader.listener.upload.dispenseFile''getVichUploader_Listener_Upload_DispenseFileService'false],
  8210.             'vich_uploader.listener.upload.dvf_csv_pending' => ['privates''vich_uploader.listener.upload.dvf_csv_pending''getVichUploader_Listener_Upload_DvfCsvPendingService'false],
  8211.             'vich_uploader.listener.upload.edit_registers_file' => ['privates''vich_uploader.listener.upload.edit_registers_file''getVichUploader_Listener_Upload_EditRegistersFileService'false],
  8212.             'vich_uploader.listener.upload.education_csv' => ['privates''vich_uploader.listener.upload.education_csv''getVichUploader_Listener_Upload_EducationCsvService'false],
  8213.             'vich_uploader.listener.upload.engie_csv_archived' => ['privates''vich_uploader.listener.upload.engie_csv_archived''getVichUploader_Listener_Upload_EngieCsvArchivedService'false],
  8214.             'vich_uploader.listener.upload.engie_csv_pending' => ['privates''vich_uploader.listener.upload.engie_csv_pending''getVichUploader_Listener_Upload_EngieCsvPendingService'false],
  8215.             'vich_uploader.listener.upload.enquetes_publics_csv' => ['privates''vich_uploader.listener.upload.enquetes_publics_csv''getVichUploader_Listener_Upload_EnquetesPublicsCsvService'false],
  8216.             'vich_uploader.listener.upload.excel_file_pending' => ['privates''vich_uploader.listener.upload.excel_file_pending''getVichUploader_Listener_Upload_ExcelFilePendingService'false],
  8217.             'vich_uploader.listener.upload.garden_resource_document' => ['privates''vich_uploader.listener.upload.garden_resource_document''getVichUploader_Listener_Upload_GardenResourceDocumentService'false],
  8218.             'vich_uploader.listener.upload.identity_image' => ['privates''vich_uploader.listener.upload.identity_image''getVichUploader_Listener_Upload_IdentityImageService'false],
  8219.             'vich_uploader.listener.upload.imo_agent_solicitation_image' => ['privates''vich_uploader.listener.upload.imo_agent_solicitation_image''getVichUploader_Listener_Upload_ImoAgentSolicitationImageService'false],
  8220.             'vich_uploader.listener.upload.inventory_file' => ['privates''vich_uploader.listener.upload.inventory_file''getVichUploader_Listener_Upload_InventoryFileService'false],
  8221.             'vich_uploader.listener.upload.inventory_image' => ['privates''vich_uploader.listener.upload.inventory_image''getVichUploader_Listener_Upload_InventoryImageService'false],
  8222.             'vich_uploader.listener.upload.invoice_water_file' => ['privates''vich_uploader.listener.upload.invoice_water_file''getVichUploader_Listener_Upload_InvoiceWaterFileService'false],
  8223.             'vich_uploader.listener.upload.lease_contract' => ['privates''vich_uploader.listener.upload.lease_contract''getVichUploader_Listener_Upload_LeaseContractService'false],
  8224.             'vich_uploader.listener.upload.lease_contract_models' => ['privates''vich_uploader.listener.upload.lease_contract_models''getVichUploader_Listener_Upload_LeaseContractModelsService'false],
  8225.             'vich_uploader.listener.upload.message_file' => ['privates''vich_uploader.listener.upload.message_file''getVichUploader_Listener_Upload_MessageFileService'false],
  8226.             'vich_uploader.listener.upload.module_3D' => ['privates''vich_uploader.listener.upload.module_3D''getVichUploader_Listener_Upload_Module3DService'false],
  8227.             '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],
  8228.             '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],
  8229.             'vich_uploader.listener.upload.new_project_immo_csv' => ['privates''vich_uploader.listener.upload.new_project_immo_csv''getVichUploader_Listener_Upload_NewProjectImmoCsvService'false],
  8230.             'vich_uploader.listener.upload.notary_csv_pending' => ['privates''vich_uploader.listener.upload.notary_csv_pending''getVichUploader_Listener_Upload_NotaryCsvPendingService'false],
  8231.             'vich_uploader.listener.upload.obligation_csv_pending' => ['privates''vich_uploader.listener.upload.obligation_csv_pending''getVichUploader_Listener_Upload_ObligationCsvPendingService'false],
  8232.             'vich_uploader.listener.upload.occupation_period_file' => ['privates''vich_uploader.listener.upload.occupation_period_file''getVichUploader_Listener_Upload_OccupationPeriodFileService'false],
  8233.             'vich_uploader.listener.upload.occupie_csv_pending' => ['privates''vich_uploader.listener.upload.occupie_csv_pending''getVichUploader_Listener_Upload_OccupieCsvPendingService'false],
  8234.             'vich_uploader.listener.upload.offer_lease_agreement' => ['privates''vich_uploader.listener.upload.offer_lease_agreement''getVichUploader_Listener_Upload_OfferLeaseAgreementService'false],
  8235.             'vich_uploader.listener.upload.organic_plot_file' => ['privates''vich_uploader.listener.upload.organic_plot_file''getVichUploader_Listener_Upload_OrganicPlotFileService'false],
  8236.             'vich_uploader.listener.upload.pdf_location' => ['privates''vich_uploader.listener.upload.pdf_location''getVichUploader_Listener_Upload_PdfLocationService'false],
  8237.             'vich_uploader.listener.upload.pdf_mail_location' => ['privates''vich_uploader.listener.upload.pdf_mail_location''getVichUploader_Listener_Upload_PdfMailLocationService'false],
  8238.             'vich_uploader.listener.upload.pdf_summary_maif' => ['privates''vich_uploader.listener.upload.pdf_summary_maif''getVichUploader_Listener_Upload_PdfSummaryMaifService'false],
  8239.             'vich_uploader.listener.upload.permit_citerne' => ['privates''vich_uploader.listener.upload.permit_citerne''getVichUploader_Listener_Upload_PermitCiterneService'false],
  8240.             'vich_uploader.listener.upload.permit_environment_file' => ['privates''vich_uploader.listener.upload.permit_environment_file''getVichUploader_Listener_Upload_PermitEnvironmentFileService'false],
  8241.             'vich_uploader.listener.upload.permit_file' => ['privates''vich_uploader.listener.upload.permit_file''getVichUploader_Listener_Upload_PermitFileService'false],
  8242.             'vich_uploader.listener.upload.picture_3D' => ['privates''vich_uploader.listener.upload.picture_3D''getVichUploader_Listener_Upload_Picture3DService'false],
  8243.             'vich_uploader.listener.upload.portfolio_files' => ['privates''vich_uploader.listener.upload.portfolio_files''getVichUploader_Listener_Upload_PortfolioFilesService'false],
  8244.             'vich_uploader.listener.upload.ppas_affectation_csv_pending' => ['privates''vich_uploader.listener.upload.ppas_affectation_csv_pending''getVichUploader_Listener_Upload_PpasAffectationCsvPendingService'false],
  8245.             'vich_uploader.listener.upload.ppas_csv_pending' => ['privates''vich_uploader.listener.upload.ppas_csv_pending''getVichUploader_Listener_Upload_PpasCsvPendingService'false],
  8246.             'vich_uploader.listener.upload.pras_csv' => ['privates''vich_uploader.listener.upload.pras_csv''getVichUploader_Listener_Upload_PrasCsvService'false],
  8247.             'vich_uploader.listener.upload.prime_csv_pending' => ['privates''vich_uploader.listener.upload.prime_csv_pending''getVichUploader_Listener_Upload_PrimeCsvPendingService'false],
  8248.             'vich_uploader.listener.upload.prime_pdf_template' => ['privates''vich_uploader.listener.upload.prime_pdf_template''getVichUploader_Listener_Upload_PrimePdfTemplateService'false],
  8249.             'vich_uploader.listener.upload.prime_request_file' => ['privates''vich_uploader.listener.upload.prime_request_file''getVichUploader_Listener_Upload_PrimeRequestFileService'false],
  8250.             'vich_uploader.listener.upload.property_demand_file' => ['privates''vich_uploader.listener.upload.property_demand_file''getVichUploader_Listener_Upload_PropertyDemandFileService'false],
  8251.             'vich_uploader.listener.upload.property_document_file' => ['privates''vich_uploader.listener.upload.property_document_file''getVichUploader_Listener_Upload_PropertyDocumentFileService'false],
  8252.             'vich_uploader.listener.upload.provider_inverte_list_pending' => ['privates''vich_uploader.listener.upload.provider_inverte_list_pending''getVichUploader_Listener_Upload_ProviderInverteListPendingService'false],
  8253.             'vich_uploader.listener.upload.provider_society_csv_pending' => ['privates''vich_uploader.listener.upload.provider_society_csv_pending''getVichUploader_Listener_Upload_ProviderSocietyCsvPendingService'false],
  8254.             'vich_uploader.listener.upload.provider_work' => ['privates''vich_uploader.listener.upload.provider_work''getVichUploader_Listener_Upload_ProviderWorkService'false],
  8255.             'vich_uploader.listener.upload.public_inquiry_inprogress_excel' => ['privates''vich_uploader.listener.upload.public_inquiry_inprogress_excel''getVichUploader_Listener_Upload_PublicInquiryInprogressExcelService'false],
  8256.             'vich_uploader.listener.upload.rapport_pdf_property' => ['privates''vich_uploader.listener.upload.rapport_pdf_property''getVichUploader_Listener_Upload_RapportPdfPropertyService'false],
  8257.             'vich_uploader.listener.upload.register_environment_file' => ['privates''vich_uploader.listener.upload.register_environment_file''getVichUploader_Listener_Upload_RegisterEnvironmentFileService'false],
  8258.             'vich_uploader.listener.upload.request_repayment_files' => ['privates''vich_uploader.listener.upload.request_repayment_files''getVichUploader_Listener_Upload_RequestRepaymentFilesService'false],
  8259.             'vich_uploader.listener.upload.salesAgreementFile' => ['privates''vich_uploader.listener.upload.salesAgreementFile''getVichUploader_Listener_Upload_SalesAgreementFileService'false],
  8260.             'vich_uploader.listener.upload.sales_agreement_file_to_sign' => ['privates''vich_uploader.listener.upload.sales_agreement_file_to_sign''getVichUploader_Listener_Upload_SalesAgreementFileToSignService'false],
  8261.             'vich_uploader.listener.upload.surveillance_camera_document' => ['privates''vich_uploader.listener.upload.surveillance_camera_document''getVichUploader_Listener_Upload_SurveillanceCameraDocumentService'false],
  8262.             'vich_uploader.listener.upload.syndic_Apartment_csv_pending' => ['privates''vich_uploader.listener.upload.syndic_Apartment_csv_pending''getVichUploader_Listener_Upload_SyndicApartmentCsvPendingService'false],
  8263.             'vich_uploader.listener.upload.treeD_figuration_file' => ['privates''vich_uploader.listener.upload.treeD_figuration_file''getVichUploader_Listener_Upload_TreeDFigurationFileService'false],
  8264.             'vich_uploader.listener.upload.upload_archived' => ['privates''vich_uploader.listener.upload.upload_archived''getVichUploader_Listener_Upload_UploadArchivedService'false],
  8265.             'vich_uploader.listener.upload.upload_bank_logo' => ['privates''vich_uploader.listener.upload.upload_bank_logo''getVichUploader_Listener_Upload_UploadBankLogoService'false],
  8266.             'vich_uploader.listener.upload.upload_doc_property' => ['privates''vich_uploader.listener.upload.upload_doc_property''getVichUploader_Listener_Upload_UploadDocPropertyService'false],
  8267.             'vich_uploader.listener.upload.upload_file_minutes' => ['privates''vich_uploader.listener.upload.upload_file_minutes''getVichUploader_Listener_Upload_UploadFileMinutesService'false],
  8268.             'vich_uploader.listener.upload.upload_icon_categorie_service' => ['privates''vich_uploader.listener.upload.upload_icon_categorie_service''getVichUploader_Listener_Upload_UploadIconCategorieServiceService'false],
  8269.             'vich_uploader.listener.upload.upload_img_property' => ['privates''vich_uploader.listener.upload.upload_img_property''getVichUploader_Listener_Upload_UploadImgPropertyService'false],
  8270.             'vich_uploader.listener.upload.upload_img_pub' => ['privates''vich_uploader.listener.upload.upload_img_pub''getVichUploader_Listener_Upload_UploadImgPubService'false],
  8271.             'vich_uploader.listener.upload.upload_img_service' => ['privates''vich_uploader.listener.upload.upload_img_service''getVichUploader_Listener_Upload_UploadImgServiceService'false],
  8272.             'vich_uploader.listener.upload.upload_logo_pro' => ['privates''vich_uploader.listener.upload.upload_logo_pro''getVichUploader_Listener_Upload_UploadLogoProService'false],
  8273.             'vich_uploader.listener.upload.upload_pending' => ['privates''vich_uploader.listener.upload.upload_pending''getVichUploader_Listener_Upload_UploadPendingService'false],
  8274.             'vich_uploader.listener.upload.upload_rapport' => ['privates''vich_uploader.listener.upload.upload_rapport''getVichUploader_Listener_Upload_UploadRapportService'false],
  8275.             'vich_uploader.listener.upload.upload_rental_guarantee' => ['privates''vich_uploader.listener.upload.upload_rental_guarantee''getVichUploader_Listener_Upload_UploadRentalGuaranteeService'false],
  8276.             'vich_uploader.listener.upload.upload_traite' => ['privates''vich_uploader.listener.upload.upload_traite''getVichUploader_Listener_Upload_UploadTraiteService'false],
  8277.             'vich_uploader.listener.upload.uploads_syndics_response' => ['privates''vich_uploader.listener.upload.uploads_syndics_response''getVichUploader_Listener_Upload_UploadsSyndicsResponseService'false],
  8278.             'vich_uploader.listener.upload.user_logo' => ['privates''vich_uploader.listener.upload.user_logo''getVichUploader_Listener_Upload_UserLogoService'false],
  8279.             'vich_uploader.listener.upload.wallonie_csv_pending' => ['privates''vich_uploader.listener.upload.wallonie_csv_pending''getVichUploader_Listener_Upload_WallonieCsvPendingService'false],
  8280.             'vich_uploader.listener.upload.water_supplier_controller_excel' => ['privates''vich_uploader.listener.upload.water_supplier_controller_excel''getVichUploader_Listener_Upload_WaterSupplierControllerExcelService'false],
  8281.             'vich_uploader.listener.upload.work_csv_pending' => ['privates''vich_uploader.listener.upload.work_csv_pending''getVichUploader_Listener_Upload_WorkCsvPendingService'false],
  8282.             'vich_uploader.listener.upload.work_rules_csv_pending' => ['privates''vich_uploader.listener.upload.work_rules_csv_pending''getVichUploader_Listener_Upload_WorkRulesCsvPendingService'false],
  8283.         ], [
  8284.             'App\\EventListener\\ThePropertyAlertListener' => '?',
  8285.             'App\\EventSubscriber\\AccounringGardenUserSubscriber' => '?',
  8286.             'App\\EventSubscriber\\AccountingGardenSubsriber' => '?',
  8287.             'App\\EventSubscriber\\CoOwnershipBalancePostSubscriber' => '?',
  8288.             'App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber' => '?',
  8289.             'App\\EventSubscriber\\PostThepropertyLotSubscriber' => '?',
  8290.             'App\\EventSubscriber\\SearchIndexSubscriber' => '?',
  8291.             'doctrine.orm.default_listeners.attach_entity_listeners' => '?',
  8292.             'doctrine.orm.import_listeners.attach_entity_listeners' => '?',
  8293.             'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' => '?',
  8294.             'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' => '?',
  8295.             'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' => '?',
  8296.             'doctrine.orm.messenger.doctrine_schema_subscriber' => '?',
  8297.             'vich_uploader.listener.clean.Adress_csv_pending' => '?',
  8298.             'vich_uploader.listener.clean.ThepropertyProvider_csv_pending' => '?',
  8299.             'vich_uploader.listener.clean.annex_permit_file' => '?',
  8300.             'vich_uploader.listener.clean.area_csv_pending' => '?',
  8301.             'vich_uploader.listener.clean.bbox' => '?',
  8302.             'vich_uploader.listener.clean.brugis_csv_pending' => '?',
  8303.             'vich_uploader.listener.clean.chat_file' => '?',
  8304.             'vich_uploader.listener.clean.client_sales_agreement_file' => '?',
  8305.             'vich_uploader.listener.clean.co_ownership_document' => '?',
  8306.             'vich_uploader.listener.clean.co_ownership_invoices' => '?',
  8307.             'vich_uploader.listener.clean.co_ownership_meeting_transcript' => '?',
  8308.             'vich_uploader.listener.clean.co_ownership_report' => '?',
  8309.             'vich_uploader.listener.clean.co_ownership_the_property_file' => '?',
  8310.             'vich_uploader.listener.clean.co_ownership_the_property_response' => '?',
  8311.             'vich_uploader.listener.clean.community_event_file' => '?',
  8312.             'vich_uploader.listener.clean.community_post_file' => '?',
  8313.             'vich_uploader.listener.clean.condominium_invoice_file' => '?',
  8314.             'vich_uploader.listener.clean.control_certificate' => '?',
  8315.             'vich_uploader.listener.clean.deedOfSale' => '?',
  8316.             'vich_uploader.listener.clean.dispenseFile' => '?',
  8317.             'vich_uploader.listener.clean.dvf_csv_pending' => '?',
  8318.             'vich_uploader.listener.clean.edit_registers_file' => '?',
  8319.             'vich_uploader.listener.clean.education_csv' => '?',
  8320.             'vich_uploader.listener.clean.engie_csv_archived' => '?',
  8321.             'vich_uploader.listener.clean.engie_csv_pending' => '?',
  8322.             'vich_uploader.listener.clean.enquetes_publics_csv' => '?',
  8323.             'vich_uploader.listener.clean.excel_file_pending' => '?',
  8324.             'vich_uploader.listener.clean.garden_resource_document' => '?',
  8325.             'vich_uploader.listener.clean.identity_image' => '?',
  8326.             'vich_uploader.listener.clean.imo_agent_solicitation_image' => '?',
  8327.             'vich_uploader.listener.clean.inventory_file' => '?',
  8328.             'vich_uploader.listener.clean.inventory_image' => '?',
  8329.             'vich_uploader.listener.clean.invoice_water_file' => '?',
  8330.             'vich_uploader.listener.clean.lease_contract' => '?',
  8331.             'vich_uploader.listener.clean.lease_contract_models' => '?',
  8332.             'vich_uploader.listener.clean.message_file' => '?',
  8333.             'vich_uploader.listener.clean.module_3D' => '?',
  8334.             'vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file' => '?',
  8335.             'vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file' => '?',
  8336.             'vich_uploader.listener.clean.new_project_immo_csv' => '?',
  8337.             'vich_uploader.listener.clean.notary_csv_pending' => '?',
  8338.             'vich_uploader.listener.clean.obligation_csv_pending' => '?',
  8339.             'vich_uploader.listener.clean.occupation_period_file' => '?',
  8340.             'vich_uploader.listener.clean.occupie_csv_pending' => '?',
  8341.             'vich_uploader.listener.clean.offer_lease_agreement' => '?',
  8342.             'vich_uploader.listener.clean.organic_plot_file' => '?',
  8343.             'vich_uploader.listener.clean.pdf_location' => '?',
  8344.             'vich_uploader.listener.clean.pdf_mail_location' => '?',
  8345.             'vich_uploader.listener.clean.pdf_summary_maif' => '?',
  8346.             'vich_uploader.listener.clean.permit_citerne' => '?',
  8347.             'vich_uploader.listener.clean.permit_environment_file' => '?',
  8348.             'vich_uploader.listener.clean.permit_file' => '?',
  8349.             'vich_uploader.listener.clean.picture_3D' => '?',
  8350.             'vich_uploader.listener.clean.portfolio_files' => '?',
  8351.             'vich_uploader.listener.clean.ppas_affectation_csv_pending' => '?',
  8352.             'vich_uploader.listener.clean.ppas_csv_pending' => '?',
  8353.             'vich_uploader.listener.clean.pras_csv' => '?',
  8354.             'vich_uploader.listener.clean.prime_csv_pending' => '?',
  8355.             'vich_uploader.listener.clean.prime_pdf_template' => '?',
  8356.             'vich_uploader.listener.clean.prime_request_file' => '?',
  8357.             'vich_uploader.listener.clean.property_demand_file' => '?',
  8358.             'vich_uploader.listener.clean.property_document_file' => '?',
  8359.             'vich_uploader.listener.clean.provider_inverte_list_pending' => '?',
  8360.             'vich_uploader.listener.clean.provider_society_csv_pending' => '?',
  8361.             'vich_uploader.listener.clean.provider_work' => '?',
  8362.             'vich_uploader.listener.clean.public_inquiry_inprogress_excel' => '?',
  8363.             'vich_uploader.listener.clean.rapport_pdf_property' => '?',
  8364.             'vich_uploader.listener.clean.register_environment_file' => '?',
  8365.             'vich_uploader.listener.clean.request_repayment_files' => '?',
  8366.             'vich_uploader.listener.clean.salesAgreementFile' => '?',
  8367.             'vich_uploader.listener.clean.sales_agreement_file_to_sign' => '?',
  8368.             'vich_uploader.listener.clean.surveillance_camera_document' => '?',
  8369.             'vich_uploader.listener.clean.syndic_Apartment_csv_pending' => '?',
  8370.             'vich_uploader.listener.clean.treeD_figuration_file' => '?',
  8371.             'vich_uploader.listener.clean.upload_archived' => '?',
  8372.             'vich_uploader.listener.clean.upload_bank_logo' => '?',
  8373.             'vich_uploader.listener.clean.upload_doc_property' => '?',
  8374.             'vich_uploader.listener.clean.upload_file_minutes' => '?',
  8375.             'vich_uploader.listener.clean.upload_icon_categorie_service' => '?',
  8376.             'vich_uploader.listener.clean.upload_img_property' => '?',
  8377.             'vich_uploader.listener.clean.upload_img_pub' => '?',
  8378.             'vich_uploader.listener.clean.upload_img_service' => '?',
  8379.             'vich_uploader.listener.clean.upload_logo_pro' => '?',
  8380.             'vich_uploader.listener.clean.upload_pending' => '?',
  8381.             'vich_uploader.listener.clean.upload_rapport' => '?',
  8382.             'vich_uploader.listener.clean.upload_rental_guarantee' => '?',
  8383.             'vich_uploader.listener.clean.upload_traite' => '?',
  8384.             'vich_uploader.listener.clean.uploads_syndics_response' => '?',
  8385.             'vich_uploader.listener.clean.user_logo' => '?',
  8386.             'vich_uploader.listener.clean.wallonie_csv_pending' => '?',
  8387.             'vich_uploader.listener.clean.water_supplier_controller_excel' => '?',
  8388.             'vich_uploader.listener.clean.work_csv_pending' => '?',
  8389.             'vich_uploader.listener.clean.work_rules_csv_pending' => '?',
  8390.             'vich_uploader.listener.inject.chat_file' => '?',
  8391.             'vich_uploader.listener.inject.client_sales_agreement_file' => '?',
  8392.             'vich_uploader.listener.inject.community_event_file' => '?',
  8393.             'vich_uploader.listener.inject.community_post_file' => '?',
  8394.             'vich_uploader.listener.inject.imo_agent_solicitation_image' => '?',
  8395.             'vich_uploader.listener.inject.message_file' => '?',
  8396.             'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file' => '?',
  8397.             'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file' => '?',
  8398.             'vich_uploader.listener.inject.new_project_immo_csv' => '?',
  8399.             'vich_uploader.listener.inject.occupation_period_file' => '?',
  8400.             'vich_uploader.listener.inject.pdf_summary_maif' => '?',
  8401.             'vich_uploader.listener.inject.portfolio_files' => '?',
  8402.             'vich_uploader.listener.inject.property_document_file' => '?',
  8403.             'vich_uploader.listener.inject.sales_agreement_file_to_sign' => '?',
  8404.             'vich_uploader.listener.inject.treeD_figuration_file' => '?',
  8405.             'vich_uploader.listener.remove.Adress_csv_pending' => '?',
  8406.             'vich_uploader.listener.remove.ThepropertyProvider_csv_pending' => '?',
  8407.             'vich_uploader.listener.remove.annex_permit_file' => '?',
  8408.             'vich_uploader.listener.remove.area_csv_pending' => '?',
  8409.             'vich_uploader.listener.remove.bbox' => '?',
  8410.             'vich_uploader.listener.remove.brugis_csv_pending' => '?',
  8411.             'vich_uploader.listener.remove.chat_file' => '?',
  8412.             'vich_uploader.listener.remove.client_sales_agreement_file' => '?',
  8413.             'vich_uploader.listener.remove.co_ownership_document' => '?',
  8414.             'vich_uploader.listener.remove.co_ownership_invoices' => '?',
  8415.             'vich_uploader.listener.remove.co_ownership_meeting_transcript' => '?',
  8416.             'vich_uploader.listener.remove.co_ownership_report' => '?',
  8417.             'vich_uploader.listener.remove.co_ownership_the_property_file' => '?',
  8418.             'vich_uploader.listener.remove.co_ownership_the_property_response' => '?',
  8419.             'vich_uploader.listener.remove.community_event_file' => '?',
  8420.             'vich_uploader.listener.remove.community_post_file' => '?',
  8421.             'vich_uploader.listener.remove.condominium_invoice_file' => '?',
  8422.             'vich_uploader.listener.remove.control_certificate' => '?',
  8423.             'vich_uploader.listener.remove.dispenseFile' => '?',
  8424.             'vich_uploader.listener.remove.dvf_csv_pending' => '?',
  8425.             'vich_uploader.listener.remove.edit_registers_file' => '?',
  8426.             'vich_uploader.listener.remove.education_csv' => '?',
  8427.             'vich_uploader.listener.remove.engie_csv_archived' => '?',
  8428.             'vich_uploader.listener.remove.engie_csv_pending' => '?',
  8429.             'vich_uploader.listener.remove.enquetes_publics_csv' => '?',
  8430.             'vich_uploader.listener.remove.excel_file_pending' => '?',
  8431.             'vich_uploader.listener.remove.garden_resource_document' => '?',
  8432.             'vich_uploader.listener.remove.identity_image' => '?',
  8433.             'vich_uploader.listener.remove.imo_agent_solicitation_image' => '?',
  8434.             'vich_uploader.listener.remove.inventory_file' => '?',
  8435.             'vich_uploader.listener.remove.inventory_image' => '?',
  8436.             'vich_uploader.listener.remove.invoice_water_file' => '?',
  8437.             'vich_uploader.listener.remove.lease_contract' => '?',
  8438.             'vich_uploader.listener.remove.lease_contract_models' => '?',
  8439.             'vich_uploader.listener.remove.message_file' => '?',
  8440.             'vich_uploader.listener.remove.module_3D' => '?',
  8441.             'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file' => '?',
  8442.             'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file' => '?',
  8443.             'vich_uploader.listener.remove.new_project_immo_csv' => '?',
  8444.             'vich_uploader.listener.remove.obligation_csv_pending' => '?',
  8445.             'vich_uploader.listener.remove.occupation_period_file' => '?',
  8446.             'vich_uploader.listener.remove.offer_lease_agreement' => '?',
  8447.             'vich_uploader.listener.remove.organic_plot_file' => '?',
  8448.             'vich_uploader.listener.remove.pdf_location' => '?',
  8449.             'vich_uploader.listener.remove.pdf_mail_location' => '?',
  8450.             'vich_uploader.listener.remove.pdf_summary_maif' => '?',
  8451.             'vich_uploader.listener.remove.permit_citerne' => '?',
  8452.             'vich_uploader.listener.remove.permit_environment_file' => '?',
  8453.             'vich_uploader.listener.remove.permit_file' => '?',
  8454.             'vich_uploader.listener.remove.picture_3D' => '?',
  8455.             'vich_uploader.listener.remove.portfolio_files' => '?',
  8456.             'vich_uploader.listener.remove.ppas_affectation_csv_pending' => '?',
  8457.             'vich_uploader.listener.remove.ppas_csv_pending' => '?',
  8458.             'vich_uploader.listener.remove.pras_csv' => '?',
  8459.             'vich_uploader.listener.remove.prime_csv_pending' => '?',
  8460.             'vich_uploader.listener.remove.prime_pdf_template' => '?',
  8461.             'vich_uploader.listener.remove.prime_request_file' => '?',
  8462.             'vich_uploader.listener.remove.property_demand_file' => '?',
  8463.             'vich_uploader.listener.remove.property_document_file' => '?',
  8464.             'vich_uploader.listener.remove.provider_inverte_list_pending' => '?',
  8465.             'vich_uploader.listener.remove.provider_society_csv_pending' => '?',
  8466.             'vich_uploader.listener.remove.provider_work' => '?',
  8467.             'vich_uploader.listener.remove.public_inquiry_inprogress_excel' => '?',
  8468.             'vich_uploader.listener.remove.rapport_pdf_property' => '?',
  8469.             'vich_uploader.listener.remove.register_environment_file' => '?',
  8470.             'vich_uploader.listener.remove.request_repayment_files' => '?',
  8471.             'vich_uploader.listener.remove.sales_agreement_file_to_sign' => '?',
  8472.             'vich_uploader.listener.remove.surveillance_camera_document' => '?',
  8473.             'vich_uploader.listener.remove.treeD_figuration_file' => '?',
  8474.             'vich_uploader.listener.remove.upload_archived' => '?',
  8475.             'vich_uploader.listener.remove.upload_bank_logo' => '?',
  8476.             'vich_uploader.listener.remove.upload_doc_property' => '?',
  8477.             'vich_uploader.listener.remove.upload_file_minutes' => '?',
  8478.             'vich_uploader.listener.remove.upload_icon_categorie_service' => '?',
  8479.             'vich_uploader.listener.remove.upload_img_property' => '?',
  8480.             'vich_uploader.listener.remove.upload_img_pub' => '?',
  8481.             'vich_uploader.listener.remove.upload_img_service' => '?',
  8482.             'vich_uploader.listener.remove.upload_logo_pro' => '?',
  8483.             'vich_uploader.listener.remove.upload_pending' => '?',
  8484.             'vich_uploader.listener.remove.upload_rapport' => '?',
  8485.             'vich_uploader.listener.remove.upload_rental_guarantee' => '?',
  8486.             'vich_uploader.listener.remove.upload_traite' => '?',
  8487.             'vich_uploader.listener.remove.uploads_syndics_response' => '?',
  8488.             'vich_uploader.listener.remove.user_logo' => '?',
  8489.             'vich_uploader.listener.remove.wallonie_csv_pending' => '?',
  8490.             'vich_uploader.listener.remove.water_supplier_controller_excel' => '?',
  8491.             'vich_uploader.listener.remove.work_csv_pending' => '?',
  8492.             'vich_uploader.listener.remove.work_rules_csv_pending' => '?',
  8493.             'vich_uploader.listener.upload.Adress_csv_pending' => '?',
  8494.             'vich_uploader.listener.upload.ThepropertyProvider_csv_pending' => '?',
  8495.             'vich_uploader.listener.upload.annex_permit_file' => '?',
  8496.             'vich_uploader.listener.upload.area_csv_pending' => '?',
  8497.             'vich_uploader.listener.upload.bbox' => '?',
  8498.             'vich_uploader.listener.upload.brugis_csv_pending' => '?',
  8499.             'vich_uploader.listener.upload.chat_file' => '?',
  8500.             'vich_uploader.listener.upload.client_sales_agreement_file' => '?',
  8501.             'vich_uploader.listener.upload.co_ownership_document' => '?',
  8502.             'vich_uploader.listener.upload.co_ownership_invoices' => '?',
  8503.             'vich_uploader.listener.upload.co_ownership_meeting_transcript' => '?',
  8504.             'vich_uploader.listener.upload.co_ownership_report' => '?',
  8505.             'vich_uploader.listener.upload.co_ownership_the_property_file' => '?',
  8506.             'vich_uploader.listener.upload.co_ownership_the_property_response' => '?',
  8507.             'vich_uploader.listener.upload.community_event_file' => '?',
  8508.             'vich_uploader.listener.upload.community_post_file' => '?',
  8509.             'vich_uploader.listener.upload.condominium_invoice_file' => '?',
  8510.             'vich_uploader.listener.upload.control_certificate' => '?',
  8511.             'vich_uploader.listener.upload.deedOfSale' => '?',
  8512.             'vich_uploader.listener.upload.dispenseFile' => '?',
  8513.             'vich_uploader.listener.upload.dvf_csv_pending' => '?',
  8514.             'vich_uploader.listener.upload.edit_registers_file' => '?',
  8515.             'vich_uploader.listener.upload.education_csv' => '?',
  8516.             'vich_uploader.listener.upload.engie_csv_archived' => '?',
  8517.             'vich_uploader.listener.upload.engie_csv_pending' => '?',
  8518.             'vich_uploader.listener.upload.enquetes_publics_csv' => '?',
  8519.             'vich_uploader.listener.upload.excel_file_pending' => '?',
  8520.             'vich_uploader.listener.upload.garden_resource_document' => '?',
  8521.             'vich_uploader.listener.upload.identity_image' => '?',
  8522.             'vich_uploader.listener.upload.imo_agent_solicitation_image' => '?',
  8523.             'vich_uploader.listener.upload.inventory_file' => '?',
  8524.             'vich_uploader.listener.upload.inventory_image' => '?',
  8525.             'vich_uploader.listener.upload.invoice_water_file' => '?',
  8526.             'vich_uploader.listener.upload.lease_contract' => '?',
  8527.             'vich_uploader.listener.upload.lease_contract_models' => '?',
  8528.             'vich_uploader.listener.upload.message_file' => '?',
  8529.             'vich_uploader.listener.upload.module_3D' => '?',
  8530.             'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file' => '?',
  8531.             'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file' => '?',
  8532.             'vich_uploader.listener.upload.new_project_immo_csv' => '?',
  8533.             'vich_uploader.listener.upload.notary_csv_pending' => '?',
  8534.             'vich_uploader.listener.upload.obligation_csv_pending' => '?',
  8535.             'vich_uploader.listener.upload.occupation_period_file' => '?',
  8536.             'vich_uploader.listener.upload.occupie_csv_pending' => '?',
  8537.             'vich_uploader.listener.upload.offer_lease_agreement' => '?',
  8538.             'vich_uploader.listener.upload.organic_plot_file' => '?',
  8539.             'vich_uploader.listener.upload.pdf_location' => '?',
  8540.             'vich_uploader.listener.upload.pdf_mail_location' => '?',
  8541.             'vich_uploader.listener.upload.pdf_summary_maif' => '?',
  8542.             'vich_uploader.listener.upload.permit_citerne' => '?',
  8543.             'vich_uploader.listener.upload.permit_environment_file' => '?',
  8544.             'vich_uploader.listener.upload.permit_file' => '?',
  8545.             'vich_uploader.listener.upload.picture_3D' => '?',
  8546.             'vich_uploader.listener.upload.portfolio_files' => '?',
  8547.             'vich_uploader.listener.upload.ppas_affectation_csv_pending' => '?',
  8548.             'vich_uploader.listener.upload.ppas_csv_pending' => '?',
  8549.             'vich_uploader.listener.upload.pras_csv' => '?',
  8550.             'vich_uploader.listener.upload.prime_csv_pending' => '?',
  8551.             'vich_uploader.listener.upload.prime_pdf_template' => '?',
  8552.             'vich_uploader.listener.upload.prime_request_file' => '?',
  8553.             'vich_uploader.listener.upload.property_demand_file' => '?',
  8554.             'vich_uploader.listener.upload.property_document_file' => '?',
  8555.             'vich_uploader.listener.upload.provider_inverte_list_pending' => '?',
  8556.             'vich_uploader.listener.upload.provider_society_csv_pending' => '?',
  8557.             'vich_uploader.listener.upload.provider_work' => '?',
  8558.             'vich_uploader.listener.upload.public_inquiry_inprogress_excel' => '?',
  8559.             'vich_uploader.listener.upload.rapport_pdf_property' => '?',
  8560.             'vich_uploader.listener.upload.register_environment_file' => '?',
  8561.             'vich_uploader.listener.upload.request_repayment_files' => '?',
  8562.             'vich_uploader.listener.upload.salesAgreementFile' => '?',
  8563.             'vich_uploader.listener.upload.sales_agreement_file_to_sign' => '?',
  8564.             'vich_uploader.listener.upload.surveillance_camera_document' => '?',
  8565.             'vich_uploader.listener.upload.syndic_Apartment_csv_pending' => '?',
  8566.             'vich_uploader.listener.upload.treeD_figuration_file' => '?',
  8567.             'vich_uploader.listener.upload.upload_archived' => '?',
  8568.             'vich_uploader.listener.upload.upload_bank_logo' => '?',
  8569.             'vich_uploader.listener.upload.upload_doc_property' => '?',
  8570.             'vich_uploader.listener.upload.upload_file_minutes' => '?',
  8571.             'vich_uploader.listener.upload.upload_icon_categorie_service' => '?',
  8572.             'vich_uploader.listener.upload.upload_img_property' => '?',
  8573.             'vich_uploader.listener.upload.upload_img_pub' => '?',
  8574.             'vich_uploader.listener.upload.upload_img_service' => '?',
  8575.             'vich_uploader.listener.upload.upload_logo_pro' => '?',
  8576.             'vich_uploader.listener.upload.upload_pending' => '?',
  8577.             'vich_uploader.listener.upload.upload_rapport' => '?',
  8578.             'vich_uploader.listener.upload.upload_rental_guarantee' => '?',
  8579.             'vich_uploader.listener.upload.upload_traite' => '?',
  8580.             'vich_uploader.listener.upload.uploads_syndics_response' => '?',
  8581.             'vich_uploader.listener.upload.user_logo' => '?',
  8582.             'vich_uploader.listener.upload.wallonie_csv_pending' => '?',
  8583.             'vich_uploader.listener.upload.water_supplier_controller_excel' => '?',
  8584.             'vich_uploader.listener.upload.work_csv_pending' => '?',
  8585.             'vich_uploader.listener.upload.work_rules_csv_pending' => '?',
  8586.         ]), [=> '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 => 'App\\EventSubscriber\\SearchIndexSubscriber'100 => 'doctrine.orm.messenger.doctrine_schema_subscriber'101 => 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'102 => 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'103 => 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'104 => 'vich_uploader.listener.remove.upload_img_pub'105 => 'vich_uploader.listener.upload.upload_img_pub'106 => 'vich_uploader.listener.remove.prime_csv_pending'107 => 'vich_uploader.listener.upload.prime_csv_pending'108 => 'vich_uploader.listener.remove.property_demand_file'109 => 'vich_uploader.listener.upload.property_demand_file'110 => 'vich_uploader.listener.remove.prime_request_file'111 => 'vich_uploader.listener.upload.prime_request_file'112 => 'vich_uploader.listener.remove.permit_environment_file'113 => 'vich_uploader.listener.upload.permit_environment_file'114 => 'vich_uploader.listener.remove.co_ownership_document'115 => 'vich_uploader.listener.upload.co_ownership_document'116 => 'vich_uploader.listener.remove.co_ownership_meeting_transcript'117 => 'vich_uploader.listener.upload.co_ownership_meeting_transcript'118 => 'vich_uploader.listener.remove.co_ownership_invoices'119 => 'vich_uploader.listener.upload.co_ownership_invoices'120 => 'vich_uploader.listener.remove.co_ownership_report'121 => 'vich_uploader.listener.upload.co_ownership_report'122 => 'vich_uploader.listener.remove.co_ownership_the_property_response'123 => 'vich_uploader.listener.upload.co_ownership_the_property_response'124 => 'vich_uploader.listener.remove.co_ownership_the_property_file'125 => 'vich_uploader.listener.upload.co_ownership_the_property_file'126 => 'vich_uploader.listener.remove.obligation_csv_pending'127 => 'vich_uploader.listener.upload.obligation_csv_pending'128 => 'vich_uploader.listener.remove.register_environment_file'129 => 'vich_uploader.listener.upload.register_environment_file'130 => 'vich_uploader.listener.remove.organic_plot_file'131 => 'vich_uploader.listener.upload.organic_plot_file'132 => 'vich_uploader.listener.remove.invoice_water_file'133 => 'vich_uploader.listener.upload.invoice_water_file'134 => 'vich_uploader.listener.remove.prime_pdf_template'135 => 'vich_uploader.listener.upload.prime_pdf_template'136 => 'vich_uploader.listener.remove.upload_img_property'137 => 'vich_uploader.listener.upload.upload_img_property'138 => 'vich_uploader.listener.remove.upload_file_minutes'139 => 'vich_uploader.listener.upload.upload_file_minutes'140 => 'vich_uploader.listener.remove.rapport_pdf_property'141 => 'vich_uploader.listener.upload.rapport_pdf_property'142 => 'vich_uploader.listener.remove.control_certificate'143 => 'vich_uploader.listener.upload.control_certificate'144 => 'vich_uploader.listener.remove.upload_doc_property'145 => 'vich_uploader.listener.upload.upload_doc_property'146 => 'vich_uploader.listener.remove.upload_rapport'147 => 'vich_uploader.listener.upload.upload_rapport'148 => 'vich_uploader.listener.remove.uploads_syndics_response'149 => 'vich_uploader.listener.upload.uploads_syndics_response'150 => 'vich_uploader.listener.remove.upload_icon_categorie_service'151 => 'vich_uploader.listener.upload.upload_icon_categorie_service'152 => 'vich_uploader.listener.remove.upload_img_service'153 => 'vich_uploader.listener.upload.upload_img_service'154 => 'vich_uploader.listener.remove.upload_bank_logo'155 => 'vich_uploader.listener.upload.upload_bank_logo'156 => 'vich_uploader.listener.remove.upload_logo_pro'157 => 'vich_uploader.listener.upload.upload_logo_pro'158 => 'vich_uploader.listener.remove.upload_traite'159 => 'vich_uploader.listener.upload.upload_traite'160 => 'vich_uploader.listener.remove.upload_pending'161 => 'vich_uploader.listener.upload.upload_pending'162 => 'vich_uploader.listener.remove.upload_rental_guarantee'163 => 'vich_uploader.listener.upload.upload_rental_guarantee'164 => 'vich_uploader.listener.remove.excel_file_pending'165 => 'vich_uploader.listener.upload.excel_file_pending'166 => 'vich_uploader.listener.remove.upload_archived'167 => 'vich_uploader.listener.upload.upload_archived'168 => 'vich_uploader.listener.remove.engie_csv_pending'169 => 'vich_uploader.listener.upload.engie_csv_pending'170 => 'vich_uploader.listener.remove.module_3D'171 => 'vich_uploader.listener.upload.module_3D'172 => 'vich_uploader.listener.remove.picture_3D'173 => 'vich_uploader.listener.upload.picture_3D'174 => 'vich_uploader.listener.remove.Adress_csv_pending'175 => 'vich_uploader.listener.upload.Adress_csv_pending'176 => 'vich_uploader.listener.remove.dvf_csv_pending'177 => 'vich_uploader.listener.upload.dvf_csv_pending'178 => 'vich_uploader.listener.remove.permit_file'179 => 'vich_uploader.listener.upload.permit_file'180 => 'vich_uploader.listener.remove.annex_permit_file'181 => 'vich_uploader.listener.upload.annex_permit_file'182 => 'vich_uploader.listener.remove.edit_registers_file'183 => 'vich_uploader.listener.upload.edit_registers_file'184 => 'vich_uploader.listener.remove.engie_csv_archived'185 => 'vich_uploader.listener.upload.engie_csv_archived'186 => 'vich_uploader.listener.remove.work_csv_pending'187 => 'vich_uploader.listener.upload.work_csv_pending'188 => 'vich_uploader.listener.remove.work_rules_csv_pending'189 => 'vich_uploader.listener.upload.work_rules_csv_pending'190 => 'vich_uploader.listener.remove.education_csv'191 => 'vich_uploader.listener.upload.education_csv'192 => 'vich_uploader.listener.remove.bbox'193 => 'vich_uploader.listener.upload.bbox'194 => 'vich_uploader.listener.remove.area_csv_pending'195 => 'vich_uploader.listener.upload.area_csv_pending'196 => 'vich_uploader.listener.remove.dispenseFile'197 => 'vich_uploader.listener.upload.dispenseFile'198 => 'vich_uploader.listener.upload.occupie_csv_pending'199 => 'vich_uploader.listener.upload.salesAgreementFile'200 => 'vich_uploader.listener.upload.deedOfSale'201 => 'vich_uploader.listener.upload.syndic_Apartment_csv_pending'202 => 'vich_uploader.listener.upload.notary_csv_pending'203 => 'vich_uploader.listener.inject.chat_file'204 => 'vich_uploader.listener.remove.chat_file'205 => 'vich_uploader.listener.upload.chat_file'206 => 'vich_uploader.listener.inject.message_file'207 => 'vich_uploader.listener.remove.message_file'208 => 'vich_uploader.listener.upload.message_file'209 => 'vich_uploader.listener.remove.ThepropertyProvider_csv_pending'210 => 'vich_uploader.listener.upload.ThepropertyProvider_csv_pending'211 => 'vich_uploader.listener.remove.provider_society_csv_pending'212 => 'vich_uploader.listener.upload.provider_society_csv_pending'213 => 'vich_uploader.listener.remove.pdf_location'214 => 'vich_uploader.listener.upload.pdf_location'215 => 'vich_uploader.listener.remove.lease_contract'216 => 'vich_uploader.listener.upload.lease_contract'217 => 'vich_uploader.listener.remove.pdf_mail_location'218 => 'vich_uploader.listener.upload.pdf_mail_location'219 => 'vich_uploader.listener.remove.provider_inverte_list_pending'220 => 'vich_uploader.listener.upload.provider_inverte_list_pending'221 => 'vich_uploader.listener.remove.ppas_csv_pending'222 => 'vich_uploader.listener.upload.ppas_csv_pending'223 => 'vich_uploader.listener.remove.brugis_csv_pending'224 => 'vich_uploader.listener.upload.brugis_csv_pending'225 => 'vich_uploader.listener.remove.wallonie_csv_pending'226 => 'vich_uploader.listener.upload.wallonie_csv_pending'227 => 'vich_uploader.listener.remove.ppas_affectation_csv_pending'228 => 'vich_uploader.listener.upload.ppas_affectation_csv_pending'229 => 'vich_uploader.listener.remove.pras_csv'230 => 'vich_uploader.listener.upload.pras_csv'231 => 'vich_uploader.listener.remove.enquetes_publics_csv'232 => 'vich_uploader.listener.upload.enquetes_publics_csv'233 => 'vich_uploader.listener.inject.community_post_file'234 => 'vich_uploader.listener.remove.community_post_file'235 => 'vich_uploader.listener.upload.community_post_file'236 => 'vich_uploader.listener.inject.community_event_file'237 => 'vich_uploader.listener.remove.community_event_file'238 => 'vich_uploader.listener.upload.community_event_file'239 => 'vich_uploader.listener.inject.new_project_immo_csv'240 => 'vich_uploader.listener.remove.new_project_immo_csv'241 => 'vich_uploader.listener.upload.new_project_immo_csv'242 => 'vich_uploader.listener.remove.public_inquiry_inprogress_excel'243 => 'vich_uploader.listener.upload.public_inquiry_inprogress_excel'244 => 'vich_uploader.listener.remove.water_supplier_controller_excel'245 => 'vich_uploader.listener.upload.water_supplier_controller_excel'246 => 'vich_uploader.listener.remove.surveillance_camera_document'247 => 'vich_uploader.listener.upload.surveillance_camera_document'248 => 'vich_uploader.listener.remove.request_repayment_files'249 => 'vich_uploader.listener.upload.request_repayment_files'250 => 'vich_uploader.listener.remove.condominium_invoice_file'251 => 'vich_uploader.listener.upload.condominium_invoice_file'252 => 'vich_uploader.listener.remove.inventory_file'253 => 'vich_uploader.listener.upload.inventory_file'254 => 'vich_uploader.listener.remove.inventory_image'255 => 'vich_uploader.listener.upload.inventory_image'256 => 'vich_uploader.listener.remove.offer_lease_agreement'257 => 'vich_uploader.listener.upload.offer_lease_agreement'258 => 'vich_uploader.listener.remove.lease_contract_models'259 => 'vich_uploader.listener.upload.lease_contract_models'260 => 'vich_uploader.listener.remove.identity_image'261 => 'vich_uploader.listener.upload.identity_image'262 => 'vich_uploader.listener.remove.permit_citerne'263 => 'vich_uploader.listener.upload.permit_citerne'264 => 'vich_uploader.listener.remove.garden_resource_document'265 => 'vich_uploader.listener.upload.garden_resource_document'266 => 'vich_uploader.listener.inject.property_document_file'267 => 'vich_uploader.listener.remove.property_document_file'268 => 'vich_uploader.listener.upload.property_document_file'269 => 'vich_uploader.listener.inject.portfolio_files'270 => 'vich_uploader.listener.remove.portfolio_files'271 => 'vich_uploader.listener.upload.portfolio_files'272 => 'vich_uploader.listener.inject.occupation_period_file'273 => 'vich_uploader.listener.remove.occupation_period_file'274 => 'vich_uploader.listener.upload.occupation_period_file'275 => 'vich_uploader.listener.inject.pdf_summary_maif'276 => 'vich_uploader.listener.remove.pdf_summary_maif'277 => 'vich_uploader.listener.upload.pdf_summary_maif'278 => 'vich_uploader.listener.remove.provider_work'279 => 'vich_uploader.listener.upload.provider_work'280 => 'vich_uploader.listener.remove.user_logo'281 => 'vich_uploader.listener.upload.user_logo'282 => 'vich_uploader.listener.inject.imo_agent_solicitation_image'283 => 'vich_uploader.listener.remove.imo_agent_solicitation_image'284 => 'vich_uploader.listener.upload.imo_agent_solicitation_image'285 => 'vich_uploader.listener.inject.treeD_figuration_file'286 => 'vich_uploader.listener.remove.treeD_figuration_file'287 => 'vich_uploader.listener.upload.treeD_figuration_file'288 => 'vich_uploader.listener.inject.client_sales_agreement_file'289 => 'vich_uploader.listener.remove.client_sales_agreement_file'290 => 'vich_uploader.listener.upload.client_sales_agreement_file'291 => 'vich_uploader.listener.inject.sales_agreement_file_to_sign'292 => 'vich_uploader.listener.remove.sales_agreement_file_to_sign'293 => 'vich_uploader.listener.upload.sales_agreement_file_to_sign'294 => 'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file'295 => 'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file'296 => 'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file'297 => 'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file'298 => 'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file'299 => 'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file'300 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.default_listeners.attach_entity_listeners'], 301 => [=> [=> 'loadClassMetadata'], => 'doctrine.orm.import_listeners.attach_entity_listeners']]), []);
  8587.     }
  8588.     /**
  8589.      * Gets the public 'doctrine.orm.default_entity_listener_resolver' shared service.
  8590.      *
  8591.      * @return \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver
  8592.      */
  8593.     protected function getDoctrine_Orm_DefaultEntityListenerResolverService()
  8594.     {
  8595.         $this->services['doctrine.orm.default_entity_listener_resolver'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  8596.             'app.event_listener.add_user_promo' => ['privates''app.event_listener.add_user_promo''getApp_EventListener_AddUserPromoService'false],
  8597.             'app.event_listener.carpool_announcement_listener' => ['privates''app.event_listener.carpool_announcement_listener''getApp_EventListener_CarpoolAnnouncementListenerService'false],
  8598.             'app.event_listener.neighborhood_project_listener' => ['privates''app.event_listener.neighborhood_project_listener''getApp_EventListener_NeighborhoodProjectListenerService'false],
  8599.             'app.event_listener.precount_listener' => ['privates''app.event_listener.precount_listener''getApp_EventListener_PrecountListenerService'false],
  8600.             'app.event_listener.provider_solar_brugel' => ['privates''app.event_listener.provider_solar_brugel''getApp_EventListener_ProviderSolarBrugelService'false],
  8601.             'app.event_listener.provider_tank_installation_listener' => ['privates''app.event_listener.provider_tank_installation_listener''getApp_EventListener_ProviderTankInstallationListenerService'false],
  8602.             'app.event_listener.theproperty_listener' => ['privates''app.event_listener.theproperty_listener''getApp_EventListener_ThepropertyListenerService'false],
  8603.         ], [
  8604.             'app.event_listener.add_user_promo' => '?',
  8605.             'app.event_listener.carpool_announcement_listener' => '?',
  8606.             'app.event_listener.neighborhood_project_listener' => '?',
  8607.             'app.event_listener.precount_listener' => '?',
  8608.             'app.event_listener.provider_solar_brugel' => '?',
  8609.             'app.event_listener.provider_tank_installation_listener' => '?',
  8610.             'app.event_listener.theproperty_listener' => '?',
  8611.         ]));
  8612.         $instance->registerService('App\\EventListener\\UserServicePromoListener''app.event_listener.add_user_promo');
  8613.         $instance->registerService('App\\EventListener\\PrecountListener''app.event_listener.precount_listener');
  8614.         $instance->registerService('App\\EventListener\\PrecountListener''app.event_listener.precount_listener');
  8615.         $instance->registerService('App\\EventListener\\ThePropertyListener''app.event_listener.theproperty_listener');
  8616.         $instance->registerService('App\\EventListener\\ProviderTankInstallationListener''app.event_listener.provider_tank_installation_listener');
  8617.         $instance->registerService('App\\EventListener\\NeighborhoodProject\\NeighborhoodProjectListener''app.event_listener.neighborhood_project_listener');
  8618.         $instance->registerService('App\\EventListener\\CarpoolAnnouncementListener''app.event_listener.carpool_announcement_listener');
  8619.         $instance->registerService('App\\EventListener\\ProviderSolarBrugelListener''app.event_listener.provider_solar_brugel');
  8620.         return $instance;
  8621.     }
  8622.     /**
  8623.      * Gets the public 'doctrine.orm.default_entity_manager' shared service.
  8624.      *
  8625.      * @return \Doctrine\ORM\EntityManager
  8626.      */
  8627.     protected function getDoctrine_Orm_DefaultEntityManagerService($lazyLoad true)
  8628.     {
  8629.         if ($lazyLoad) {
  8630.             return $this->services['doctrine.orm.default_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  8631.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8632.                     $wrappedInstance $this->getDoctrine_Orm_DefaultEntityManagerService(false);
  8633.                     $proxy->setProxyInitializer(null);
  8634.                     return true;
  8635.                 });
  8636.             });
  8637.         }
  8638.         include_once \dirname(__DIR__4).'/vendor/doctrine/common/src/Proxy/Autoloader.php';
  8639.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Proxy/Autoloader.php';
  8640.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  8641.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  8642.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  8643.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/FileLocator.php';
  8644.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/SymfonyFileLocator.php';
  8645.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  8646.         $a = new \Doctrine\ORM\Configuration();
  8647.         $b = ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  8648.         $c = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  8649.         $d = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  8650.         $e = new \Doctrine\ORM\Mapping\Driver\XmlDriver(new \Doctrine\Persistence\Mapping\Driver\SymfonyFileLocator([(\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-orm') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity', (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Resources/config/orm/doctrine-entity') => 'Gesdinet\\JWTRefreshTokenBundle\\Entity'], '.orm.xml'));
  8651.         $c->addDriver($d'App\\Entity');
  8652.         $c->addDriver($d'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  8653.         $c->addDriver(($this->privates['doctrine.orm.default_xml_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultXmlMetadataDriverService()), 'Vich\\UploaderBundle\\Entity');
  8654.         $c->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  8655.         $c->addDriver($e'Gesdinet\\JWTRefreshTokenBundle\\Entity');
  8656.         $a->setEntityNamespaces(['App' => 'App\\Entity''VichUploaderBundle' => 'Vich\\UploaderBundle\\Entity''GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity']);
  8657.         $a->setMetadataCache($b);
  8658.         $a->setQueryCache($b);
  8659.         $a->setResultCache(($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService()));
  8660.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($c, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  8661.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  8662.         $a->setProxyNamespace('Proxies');
  8663.         $a->setAutoGenerateProxyClasses(true);
  8664.         $a->setSchemaIgnoreClasses([]);
  8665.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  8666.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  8667.         $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))));
  8668.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  8669.         $a->setEntityListenerResolver(($this->services['doctrine.orm.default_entity_listener_resolver'] ?? $this->getDoctrine_Orm_DefaultEntityListenerResolverService()));
  8670.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  8671.         $a->addCustomStringFunction('replace''App\\Services\\DQL\\ReplaceFunction');
  8672.         $a->addCustomStringFunction('pregmatch''App\\Services\\DQL\\PregMatch');
  8673.         $a->addCustomStringFunction('group_concat''DoctrineExtensions\\Query\\Mysql\\GroupConcat');
  8674.         $a->addCustomStringFunction('DATE_FORMAT''DoctrineExtensions\\Query\\Mysql\\DateFormat');
  8675.         $a->addCustomStringFunction('YEAR''App\\Doctrine\\DQL\\Year');
  8676.         $a->addCustomStringFunction('SOUNDEX''App\\Doctrine\\DQL\\SoundexFunction');
  8677.         $a->addCustomStringFunction('JSON_LENGTH''App\\Doctrine\\DQL\\JsonLength');
  8678.         $a->addCustomStringFunction('JSON_EXTRACT''App\\Doctrine\\DQL\\JsonExtract');
  8679.         $a->addCustomNumericFunction('cast''App\\Services\\DQL\\CastAsIntegerFunction');
  8680.         $a->addCustomNumericFunction('acos''DoctrineExtensions\\Query\\Mysql\\Acos');
  8681.         $a->addCustomNumericFunction('cos''DoctrineExtensions\\Query\\Mysql\\Cos');
  8682.         $a->addCustomNumericFunction('radians''DoctrineExtensions\\Query\\Mysql\\Radians');
  8683.         $a->addCustomNumericFunction('sin''DoctrineExtensions\\Query\\Mysql\\Sin');
  8684.         $a->addCustomNumericFunction('JSON_CONTAINS''DoctrineExtensions\\Query\\Mysql\\JsonContains');
  8685.         $a->addCustomNumericFunction('st_contains''App\\Doctrine\\DQL\\StContains');
  8686.         $a->addCustomNumericFunction('st_geom_from_text''App\\Doctrine\\DQL\\StGeomFromText');
  8687.         $a->addCustomNumericFunction('point''App\\Doctrine\\DQL\\SpPoint');
  8688.         $a->addCustomNumericFunction('haversine''App\\Doctrine\\DQL\\HaversineFunction');
  8689.         $a->addCustomNumericFunction('atan2''DoctrineExtensions\\Query\\Mysql\\Atan2');
  8690.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  8691.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  8692.         return $instance;
  8693.     }
  8694.     /**
  8695.      * Gets the public 'doctrine.orm.import_entity_manager' shared service.
  8696.      *
  8697.      * @return \Doctrine\ORM\EntityManager
  8698.      */
  8699.     protected function getDoctrine_Orm_ImportEntityManagerService($lazyLoad true)
  8700.     {
  8701.         if ($lazyLoad) {
  8702.             return $this->services['doctrine.orm.import_entity_manager'] = $this->createProxy('EntityManager_9a5be93', function () {
  8703.                 return \EntityManager_9a5be93::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  8704.                     $wrappedInstance $this->getDoctrine_Orm_ImportEntityManagerService(false);
  8705.                     $proxy->setProxyInitializer(null);
  8706.                     return true;
  8707.                 });
  8708.             });
  8709.         }
  8710.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Configuration.php';
  8711.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Mapping/MappingDriver.php';
  8712.         include_once \dirname(__DIR__4).'/vendor/doctrine/persistence/src/Persistence/Mapping/Driver/MappingDriverChain.php';
  8713.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/ManagerConfigurator.php';
  8714.         $a = new \Doctrine\ORM\Configuration();
  8715.         $b = new \Doctrine\Persistence\Mapping\Driver\MappingDriverChain();
  8716.         $b->addDriver(($this->privates['doctrine.orm.import_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_ImportAnnotationMetadataDriverService()), 'App\\Entity');
  8717.         $a->setEntityNamespaces(['App' => 'App\\Entity']);
  8718.         $a->setMetadataCache(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  8719.         $a->setQueryCache(($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService()));
  8720.         $a->setResultCache(($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService()));
  8721.         $a->setMetadataDriverImpl(new \Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver($b, ($this->privates['.service_locator.KLVvNIq'] ?? $this->get_ServiceLocator_KLVvNIqService())));
  8722.         $a->setProxyDir(($this->targetDir.''.'/doctrine/orm/Proxies'));
  8723.         $a->setProxyNamespace('Proxies');
  8724.         $a->setAutoGenerateProxyClasses(true);
  8725.         $a->setSchemaIgnoreClasses([]);
  8726.         $a->setClassMetadataFactoryName('Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ClassMetadataFactory');
  8727.         $a->setDefaultRepositoryClassName('Doctrine\\ORM\\EntityRepository');
  8728.         $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))));
  8729.         $a->setQuoteStrategy(($this->privates['doctrine.orm.quote_strategy.default'] ?? ($this->privates['doctrine.orm.quote_strategy.default'] = new \Doctrine\ORM\Mapping\DefaultQuoteStrategy())));
  8730.         $a->setEntityListenerResolver(new \Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver($this));
  8731.         $a->setRepositoryFactory(($this->privates['doctrine.orm.container_repository_factory'] ?? $this->getDoctrine_Orm_ContainerRepositoryFactoryService()));
  8732.         $instance = new \Doctrine\ORM\EntityManager(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), $a);
  8733.         (new \Doctrine\Bundle\DoctrineBundle\ManagerConfigurator([], []))->configure($instance);
  8734.         return $instance;
  8735.     }
  8736.     /**
  8737.      * Gets the public 'endroid_qr_code.default_builder' shared autowired service.
  8738.      *
  8739.      * @return \Endroid\QrCode\Builder\Builder
  8740.      */
  8741.     protected function getEndroidQrCode_DefaultBuilderService()
  8742.     {
  8743.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  8744.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  8745.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  8746.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  8747.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  8748.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  8749.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  8750.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  8751.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  8752.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  8753.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  8754.         $this->services['endroid_qr_code.default_builder'] = $instance = new \Endroid\QrCode\Builder\Builder();
  8755.         $instance->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  8756.         $instance->size(300);
  8757.         $instance->margin(10);
  8758.         $instance->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  8759.         $instance->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  8760.         $instance->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  8761.         $instance->validateResult(false);
  8762.         return $instance;
  8763.     }
  8764.     /**
  8765.      * Gets the public 'error_controller' shared service.
  8766.      *
  8767.      * @return \Symfony\Component\HttpKernel\Controller\ErrorController
  8768.      */
  8769.     protected function getErrorControllerService()
  8770.     {
  8771.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ErrorController.php';
  8772.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  8773.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/SerializerErrorRenderer.php';
  8774.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/ErrorRenderer/TwigErrorRenderer.php';
  8775.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  8776.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  8777.         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)));
  8778.     }
  8779.     /**
  8780.      * Gets the public 'event_dispatcher' shared service.
  8781.      *
  8782.      * @return \Symfony\Component\HttpKernel\Debug\TraceableEventDispatcher
  8783.      */
  8784.     protected function getEventDispatcherService()
  8785.     {
  8786.         $a = new \Symfony\Bridge\Monolog\Logger('event');
  8787.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  8788.         $a->pushHandler(new \Monolog\Handler\NullHandler());
  8789.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  8790.         $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())));
  8791.         $instance->addListener('kernel.exception', [=> function () {
  8792.             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()));
  8793.         }, => '__invoke'], 0);
  8794.         $instance->addListener('unspool', [=> function () {
  8795.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8796.         }, => 'onTerminate'], 0);
  8797.         $instance->addListener('vich_uploader.pre_upload', [=> function () {
  8798.             return ($this->privates['App\\EventListener\\FilePathListener'] ?? $this->getFilePathListenerService());
  8799.         }, => 'onVichUploaderPreUpload'], 0);
  8800.         $instance->addListener('kernel.request', [=> function () {
  8801.             return ($this->privates['App\\EventListener\\UrlContextListener'] ?? $this->getUrlContextListenerService());
  8802.         }, => 'onKernelRequest'], 0);
  8803.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  8804.             return ($this->privates['app.listener.authentication_success_response'] ?? $this->getApp_Listener_AuthenticationSuccessResponseService());
  8805.         }, => 'onAuthenticationSuccessResponse'], -10);
  8806.         $instance->addListener('kernel.request', [=> function () {
  8807.             return ($this->privates['app.event_listener.multipart_form_deserialize_listener'] ?? $this->getApp_EventListener_MultipartFormDeserializeListenerService());
  8808.         }, => 'onKernelRequest'], 2);
  8809.         $instance->addListener('kernel.controller', [=> function () {
  8810.             return ($this->privates['data_collector.router'] ?? ($this->privates['data_collector.router'] = new \Symfony\Bundle\FrameworkBundle\DataCollector\RouterDataCollector()));
  8811.         }, => 'onKernelController'], 0);
  8812.         $instance->addListener('console.command', [=> function () {
  8813.             return ($this->privates['doctrine_migrations.schema_filter_listener'] ?? ($this->privates['doctrine_migrations.schema_filter_listener'] = new \Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener('doctrine_migration_versions')));
  8814.         }, => 'onConsoleCommand'], 0);
  8815.         $instance->addListener('kernel.request', [=> function () {
  8816.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  8817.         }, => 'onKernelRequest'], 250);
  8818.         $instance->addListener('kernel.response', [=> function () {
  8819.             return ($this->privates['nelmio_cors.cors_listener'] ?? $this->getNelmioCors_CorsListenerService());
  8820.         }, => 'onKernelResponse'], 0);
  8821.         $instance->addListener('kernel.response', [=> function () {
  8822.             return ($this->privates['nelmio_cors.cacheable_response_vary_listener'] ?? ($this->privates['nelmio_cors.cacheable_response_vary_listener'] = new \Nelmio\CorsBundle\EventListener\CacheableResponseVaryListener()));
  8823.         }, => 'onResponse'], -10);
  8824.         $instance->addListener('kernel.request', [=> function () {
  8825.             return ($this->privates['api_platform.listener.request.add_format'] ?? $this->getApiPlatform_Listener_Request_AddFormatService());
  8826.         }, => 'onKernelRequest'], 28);
  8827.         $instance->addListener('kernel.view', [=> function () {
  8828.             return ($this->privates['api_platform.listener.view.serialize'] ?? $this->getApiPlatform_Listener_View_SerializeService());
  8829.         }, => 'onKernelView'], 16);
  8830.         $instance->addListener('kernel.view', [=> function () {
  8831.             return ($this->privates['api_platform.listener.view.respond'] ?? $this->getApiPlatform_Listener_View_RespondService());
  8832.         }, => 'onKernelView'], 8);
  8833.         $instance->addListener('kernel.exception', [=> function () {
  8834.             return ($this->privates['api_platform.listener.exception.validation'] ?? $this->getApiPlatform_Listener_Exception_ValidationService());
  8835.         }, => 'onKernelException'], 0);
  8836.         $instance->addListener('kernel.exception', [=> function () {
  8837.             return ($this->privates['api_platform.listener.exception'] ?? $this->getApiPlatform_Listener_ExceptionService());
  8838.         }, => 'onKernelException'], -96);
  8839.         $instance->addListener('kernel.view', [=> function () {
  8840.             return ($this->privates['api_platform.listener.view.write.legacy'] ?? $this->getApiPlatform_Listener_View_Write_LegacyService());
  8841.         }, => 'onKernelView'], 32);
  8842.         $instance->addListener('kernel.request', [=> function () {
  8843.             return ($this->privates['api_platform.listener.request.read.legacy'] ?? $this->getApiPlatform_Listener_Request_Read_LegacyService());
  8844.         }, => 'onKernelRequest'], 4);
  8845.         $instance->addListener('kernel.request', [=> function () {
  8846.             return ($this->privates['api_platform.swagger.listener.ui'] ?? ($this->privates['api_platform.swagger.listener.ui'] = new \ApiPlatform\Symfony\Bundle\EventListener\SwaggerUiListener()));
  8847.         }, => 'onKernelRequest'], 0);
  8848.         $instance->addListener('kernel.response', [=> function () {
  8849.             return ($this->privates['api_platform.hydra.listener.response.add_link_header'] ?? $this->getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService());
  8850.         }, => 'onKernelResponse'], 0);
  8851.         $instance->addListener('kernel.response', [=> function () {
  8852.             return ($this->privates['api_platform.http_cache.listener.response.configure'] ?? $this->getApiPlatform_HttpCache_Listener_Response_ConfigureService());
  8853.         }, => 'onKernelResponse'], -1);
  8854.         $instance->addListener('kernel.view', [=> function () {
  8855.             return ($this->privates['api_platform.listener.view.validate'] ?? $this->getApiPlatform_Listener_View_ValidateService());
  8856.         }, => 'onKernelView'], 64);
  8857.         $instance->addListener('kernel.request', [=> function () {
  8858.             return ($this->privates['api_platform.listener.view.validate_query_parameters'] ?? $this->getApiPlatform_Listener_View_ValidateQueryParametersService());
  8859.         }, => 'onKernelRequest'], 16);
  8860.         $instance->addListener('kernel.request', [=> function () {
  8861.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  8862.         }, => 'onSecurity'], 3);
  8863.         $instance->addListener('kernel.request', [=> function () {
  8864.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  8865.         }, => 'onSecurityPostDenormalize'], 1);
  8866.         $instance->addListener('kernel.view', [=> function () {
  8867.             return ($this->privates['api_platform.security.listener.request.deny_access'] ?? $this->getApiPlatform_Security_Listener_Request_DenyAccessService());
  8868.         }, => 'onSecurityPostValidation'], 63);
  8869.         $instance->addListener('lexik_jwt_authentication.on_authentication_success', [=> function () {
  8870.             return ($this->privates['gesdinet.jwtrefreshtoken.send_token'] ?? $this->getGesdinet_Jwtrefreshtoken_SendTokenService());
  8871.         }, => 'attachRefreshToken'], 0);
  8872.         $instance->addListener('kernel.controller', [=> function () {
  8873.             return ($this->privates['nzo.annotation_resolver'] ?? $this->getNzo_AnnotationResolverService());
  8874.         }, => 'onKernelController'], 0);
  8875.         $instance->addListener('kernel.exception', [=> function () {
  8876.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8877.         }, => 'onException'], 0);
  8878.         $instance->addListener('kernel.terminate', [=> function () {
  8879.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8880.         }, => 'onTerminate'], 0);
  8881.         $instance->addListener('console.error', [=> function () {
  8882.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8883.         }, => 'onException'], 0);
  8884.         $instance->addListener('console.terminate', [=> function () {
  8885.             return ($this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] ?? $this->getEmailSenderListenerService());
  8886.         }, => 'onTerminate'], 0);
  8887.         $instance->addListener('kernel.view', [=> function () {
  8888.             return ($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'] ?? $this->getAddOfferLeaseSubscriberService());
  8889.         }, => 'validation'], 33);
  8890.         $instance->addListener('kernel.view', [=> function () {
  8891.             return ($this->privates['App\\EventSubscriber\\AlertDuplicateSubscriber'] ?? $this->getAlertDuplicateSubscriberService());
  8892.         }, => 'checkDuplicate'], 33);
  8893.         $instance->addListener('kernel.view', [=> function () {
  8894.             return ($this->privates['App\\EventSubscriber\\AlertEventSubscriber'] ?? $this->getAlertEventSubscriberService());
  8895.         }, => 'alert'], 31);
  8896.         $instance->addListener('kernel.request', [=> function () {
  8897.             return ($this->privates['App\\EventSubscriber\\BankSimulationSubscriber'] ?? $this->getBankSimulationSubscriberService());
  8898.         }, => 'onKernelRequest'], 0);
  8899.         $instance->addListener('kernel.view', [=> function () {
  8900.             return ($this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'] ?? $this->getCommunityPostAlertSubscriberService());
  8901.         }, => 'alert'], 31);
  8902.         $instance->addListener('kernel.view', [=> function () {
  8903.             return ($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'] ?? $this->getCommunityPostEventSubscriberService());
  8904.         }, => 'updateData'], 33);
  8905.         $instance->addListener('kernel.view', [=> function () {
  8906.             return ($this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'] ?? $this->getCommunityPostReadSubscriberService());
  8907.         }, => 'setUserVote'], 17);
  8908.         $instance->addListener('kernel.view', [=> function () {
  8909.             return ($this->privates['App\\EventSubscriber\\CreatePdfEnvironment'] ?? $this->getCreatePdfEnvironmentService());
  8910.         }, => 'createPdf'], 31);
  8911.         $instance->addListener('kernel.exception', [=> function () {
  8912.             return ($this->privates['App\\EventSubscriber\\CurrentUserExceptionSubscriber'] ?? $this->getCurrentUserExceptionSubscriberService());
  8913.         }, => 'onKernelException'], 0);
  8914.         $instance->addListener('kernel.request', [=> function () {
  8915.             return ($this->privates['App\\EventSubscriber\\CurrentUserSubscriber'] ?? $this->getCurrentUserSubscriberService());
  8916.         }, => 'onKernelRequest'], 10);
  8917.         $instance->addListener('kernel.view', [=> function () {
  8918.             return ($this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'] ?? $this->getDeleteCommitteeEventSubscriberService());
  8919.         }, => 'onDelete'], 64);
  8920.         $instance->addListener('kernel.view', [=> function () {
  8921.             return ($this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'] ?? $this->getDeleteDesignNeighborhoodEventSubscriberService());
  8922.         }, => 'onDelete'], 64);
  8923.         $instance->addListener('kernel.exception', [=> function () {
  8924.             return ($this->privates['App\\EventSubscriber\\DesignNeighborhoodExceptionSubscriber'] ?? $this->getDesignNeighborhoodExceptionSubscriberService());
  8925.         }, => 'onKernelException'], 0);
  8926.         $instance->addListener('kernel.response', [=> function () {
  8927.             return ($this->privates['App\\EventSubscriber\\EditRegistersSubscriber'] ?? $this->getEditRegistersSubscriberService());
  8928.         }, => 'onKernelResponse'], 0);
  8929.         $instance->addListener('kernel.exception', [=> function () {
  8930.             return ($this->privates['App\\EventSubscriber\\FeatureNotAvailableExceptionSubscriber'] ?? $this->getFeatureNotAvailableExceptionSubscriberService());
  8931.         }, => 'onKernelException'], 0);
  8932.         $instance->addListener('import:custom_row', [=> function () {
  8933.             return ($this->privates['App\\EventSubscriber\\Import\\Brugis'] ?? ($this->privates['App\\EventSubscriber\\Import\\Brugis'] = new \App\EventSubscriber\Import\Brugis()));
  8934.         }, => 'customRow'], 0);
  8935.         $instance->addListener('import:custom_row', [=> function () {
  8936.             return ($this->privates['App\\EventSubscriber\\Import\\MovingCompany'] ?? ($this->privates['App\\EventSubscriber\\Import\\MovingCompany'] = new \App\EventSubscriber\Import\MovingCompany()));
  8937.         }, => 'customRow'], 0);
  8938.         $instance->addListener('kernel.view', [=> function () {
  8939.             return ($this->privates['App\\EventSubscriber\\InjectUserSubscriber'] ?? $this->getInjectUserSubscriberService());
  8940.         }, => 'setUser'], 33);
  8941.         $instance->addListener('kernel.exception', [=> function () {
  8942.             return ($this->privates['App\\EventSubscriber\\MissingParameterRequestDataExceptionSubscriber'] ?? $this->getMissingParameterRequestDataExceptionSubscriberService());
  8943.         }, => 'onKernelException'], 0);
  8944.         $instance->addListener('kernel.response', [=> function () {
  8945.             return ($this->privates['App\\EventSubscriber\\PermitPropertySubscriber'] ?? $this->getPermitPropertySubscriberService());
  8946.         }, => 'onKernelResponse'], 0);
  8947.         $instance->addListener('kernel.view', [=> function () {
  8948.             return ($this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'] ?? $this->getPrimeRequestEventSubscriberService());
  8949.         }, => 'sendMail'], 31);
  8950.         $instance->addListener('kernel.request', [=> function () {
  8951.             return ($this->privates['App\\EventSubscriber\\ProviderServiceSubscriber'] ?? $this->getProviderServiceSubscriberService());
  8952.         }, => 'onKernelRequest'], 0);
  8953.         $instance->addListener('kernel.request', [=> function () {
  8954.             return ($this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'] ?? $this->getProviderSolarSubscriberService());
  8955.         }, => 'onKernelRequest'], 0);
  8956.         $instance->addListener('kernel.response', [=> function () {
  8957.             return ($this->privates['App\\EventSubscriber\\ResponseSubscriber'] ?? $this->getResponseSubscriberService());
  8958.         }, => 'onKernelResponse'], 0);
  8959.         $instance->addListener('kernel.view', [=> function () {
  8960.             return ($this->privates['App\\EventSubscriber\\TheServiceSubscriber'] ?? $this->getTheServiceSubscriberService());
  8961.         }, => 'onPostCreate'], 31);
  8962.         $instance->addListener('kernel.view', [=> function () {
  8963.             return ($this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'] ?? $this->getUserServicePromoSubscriberService());
  8964.         }, => 'validationCode'], 33);
  8965.         $instance->addListener('kernel.response', [=> function () {
  8966.             return ($this->privates['response_listener'] ?? ($this->privates['response_listener'] = new \Symfony\Component\HttpKernel\EventListener\ResponseListener('UTF-8'false)));
  8967.         }, => 'onKernelResponse'], 0);
  8968.         $instance->addListener('kernel.response', [=> function () {
  8969.             return ($this->privates['streamed_response_listener'] ?? ($this->privates['streamed_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\StreamedResponseListener()));
  8970.         }, => 'onKernelResponse'], -1024);
  8971.         $instance->addListener('kernel.request', [=> function () {
  8972.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  8973.         }, => 'setDefaultLocale'], 100);
  8974.         $instance->addListener('kernel.request', [=> function () {
  8975.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  8976.         }, => 'onKernelRequest'], 16);
  8977.         $instance->addListener('kernel.finish_request', [=> function () {
  8978.             return ($this->privates['locale_listener'] ?? $this->getLocaleListenerService());
  8979.         }, => 'onKernelFinishRequest'], 0);
  8980.         $instance->addListener('kernel.request', [=> function () {
  8981.             return ($this->privates['validate_request_listener'] ?? ($this->privates['validate_request_listener'] = new \Symfony\Component\HttpKernel\EventListener\ValidateRequestListener()));
  8982.         }, => 'onKernelRequest'], 256);
  8983.         $instance->addListener('kernel.response', [=> function () {
  8984.             return ($this->privates['disallow_search_engine_index_response_listener'] ?? ($this->privates['disallow_search_engine_index_response_listener'] = new \Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener()));
  8985.         }, => 'onResponse'], -255);
  8986.         $instance->addListener('kernel.controller_arguments', [=> function () {
  8987.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  8988.         }, => 'onControllerArguments'], 0);
  8989.         $instance->addListener('kernel.exception', [=> function () {
  8990.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  8991.         }, => 'logKernelException'], 0);
  8992.         $instance->addListener('kernel.exception', [=> function () {
  8993.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  8994.         }, => 'onKernelException'], -128);
  8995.         $instance->addListener('kernel.response', [=> function () {
  8996.             return ($this->privates['exception_listener'] ?? $this->getExceptionListenerService());
  8997.         }, => 'removeCspHeader'], -128);
  8998.         $instance->addListener('kernel.request', [=> function () {
  8999.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  9000.         }, => 'onKernelRequest'], 15);
  9001.         $instance->addListener('kernel.finish_request', [=> function () {
  9002.             return ($this->privates['locale_aware_listener'] ?? $this->getLocaleAwareListenerService());
  9003.         }, => 'onKernelFinishRequest'], -15);
  9004.         $instance->addListener('console.error', [=> function () {
  9005.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  9006.         }, => 'onConsoleError'], -128);
  9007.         $instance->addListener('console.terminate', [=> function () {
  9008.             return ($this->privates['console.error_listener'] ?? $this->getConsole_ErrorListenerService());
  9009.         }, => 'onConsoleTerminate'], -128);
  9010.         $instance->addListener('console.error', [=> function () {
  9011.             return ($this->privates['console.suggest_missing_package_subscriber'] ?? ($this->privates['console.suggest_missing_package_subscriber'] = new \Symfony\Bundle\FrameworkBundle\EventListener\SuggestMissingPackageSubscriber()));
  9012.         }, => 'onConsoleError'], 0);
  9013.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9014.             return ($this->privates['mailer.envelope_listener'] ?? ($this->privates['mailer.envelope_listener'] = new \Symfony\Component\Mailer\EventListener\EnvelopeListener(NULLNULL)));
  9015.         }, => 'onMessage'], -255);
  9016.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9017.             return ($this->privates['mailer.message_logger_listener'] ?? ($this->privates['mailer.message_logger_listener'] = new \Symfony\Component\Mailer\EventListener\MessageLoggerListener()));
  9018.         }, => 'onMessage'], -255);
  9019.         $instance->addListener('kernel.request', [=> function () {
  9020.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  9021.         }, => 'configure'], 2048);
  9022.         $instance->addListener('console.command', [=> function () {
  9023.             return ($this->privates['debug.debug_handlers_listener'] ?? $this->getDebug_DebugHandlersListenerService());
  9024.         }, => 'configure'], 2048);
  9025.         $instance->addListener('kernel.request', [=> function () {
  9026.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9027.         }, => 'onKernelRequest'], 32);
  9028.         $instance->addListener('kernel.finish_request', [=> function () {
  9029.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9030.         }, => 'onKernelFinishRequest'], 0);
  9031.         $instance->addListener('kernel.exception', [=> function () {
  9032.             return ($this->privates['router_listener'] ?? $this->getRouterListenerService());
  9033.         }, => 'onKernelException'], -64);
  9034.         $instance->addListener('kernel.response', [=> function () {
  9035.             return ($this->privates['web_link.add_link_header_listener'] ?? ($this->privates['web_link.add_link_header_listener'] = new \Symfony\Component\WebLink\EventListener\AddLinkHeaderListener()));
  9036.         }, => 'onKernelResponse'], 0);
  9037.         $instance->addListener('kernel.request', [=> function () {
  9038.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9039.         }, => 'onKernelRequest'], 128);
  9040.         $instance->addListener('kernel.response', [=> function () {
  9041.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9042.         }, => 'onKernelResponse'], -1000);
  9043.         $instance->addListener('kernel.finish_request', [=> function () {
  9044.             return ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  9045.         }, => 'onFinishRequest'], 0);
  9046.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9047.             return ($this->privates['messenger.retry.send_failed_message_for_retry_listener'] ?? $this->getMessenger_Retry_SendFailedMessageForRetryListenerService());
  9048.         }, => 'onMessageFailed'], 100);
  9049.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9050.             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()));
  9051.         }, => 'onMessageFailed'], 200);
  9052.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9053.             return ($this->privates['messenger.failure.send_failed_message_to_failure_transport_listener'] ?? $this->getMessenger_Failure_SendFailedMessageToFailureTransportListenerService());
  9054.         }, => 'onMessageFailed'], -100);
  9055.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerStartedEvent', [=> function () {
  9056.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  9057.         }, => 'onWorkerStarted'], 0);
  9058.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9059.             return ($this->privates['messenger.listener.stop_worker_on_restart_signal_listener'] ?? $this->getMessenger_Listener_StopWorkerOnRestartSignalListenerService());
  9060.         }, => 'onWorkerRunning'], 0);
  9061.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9062.             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()));
  9063.         }, => 'onMessageFailed'], 0);
  9064.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerRunningEvent', [=> function () {
  9065.             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()));
  9066.         }, => 'onWorkerRunning'], 0);
  9067.         $instance->addListener('kernel.response', [=> function () {
  9068.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9069.         }, => 'onKernelResponse'], -100);
  9070.         $instance->addListener('kernel.exception', [=> function () {
  9071.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9072.         }, => 'onKernelException'], 0);
  9073.         $instance->addListener('kernel.terminate', [=> function () {
  9074.             return ($this->privates['profiler_listener'] ?? $this->getProfilerListenerService());
  9075.         }, => 'onKernelTerminate'], -1024);
  9076.         $instance->addListener('kernel.controller', [=> function () {
  9077.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  9078.         }, => 'onKernelController'], 0);
  9079.         $instance->addListener('kernel.response', [=> function () {
  9080.             return ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService());
  9081.         }, => 'onKernelResponse'], 0);
  9082.         $instance->addListener('Symfony\\Component\\Mailer\\Event\\MessageEvent', [=> function () {
  9083.             return ($this->privates['twig.mailer.message_listener'] ?? $this->getTwig_Mailer_MessageListenerService());
  9084.         }, => 'onMessage'], 0);
  9085.         $instance->addListener('kernel.controller', [=> function () {
  9086.             return ($this->privates['sensio_framework_extra.controller.listener'] ?? $this->getSensioFrameworkExtra_Controller_ListenerService());
  9087.         }, => 'onKernelController'], 0);
  9088.         $instance->addListener('kernel.controller', [=> function () {
  9089.             return ($this->privates['sensio_framework_extra.converter.listener'] ?? $this->getSensioFrameworkExtra_Converter_ListenerService());
  9090.         }, => 'onKernelController'], 0);
  9091.         $instance->addListener('kernel.controller', [=> function () {
  9092.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  9093.         }, => 'onKernelController'], -128);
  9094.         $instance->addListener('kernel.view', [=> function () {
  9095.             return ($this->privates['sensio_framework_extra.view.listener'] ?? $this->getSensioFrameworkExtra_View_ListenerService());
  9096.         }, => 'onKernelView'], 0);
  9097.         $instance->addListener('kernel.controller', [=> function () {
  9098.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  9099.         }, => 'onKernelController'], 0);
  9100.         $instance->addListener('kernel.response', [=> function () {
  9101.             return ($this->privates['sensio_framework_extra.cache.listener'] ?? ($this->privates['sensio_framework_extra.cache.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\HttpCacheListener()));
  9102.         }, => 'onKernelResponse'], 0);
  9103.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9104.             return ($this->privates['sensio_framework_extra.security.listener'] ?? $this->getSensioFrameworkExtra_Security_ListenerService());
  9105.         }, => 'onKernelControllerArguments'], 0);
  9106.         $instance->addListener('kernel.controller_arguments', [=> function () {
  9107.             return ($this->privates['framework_extra_bundle.event.is_granted'] ?? $this->getFrameworkExtraBundle_Event_IsGrantedService());
  9108.         }, => 'onKernelControllerArguments'], 0);
  9109.         $instance->addListener('kernel.view', [=> function () {
  9110.             return ($this->privates['sensio_framework_extra.psr7.listener.response'] ?? $this->getSensioFrameworkExtra_Psr7_Listener_ResponseService());
  9111.         }, => 'onKernelView'], 0);
  9112.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageHandledEvent', [=> function () {
  9113.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  9114.         }, => 'onWorkerMessageHandled'], 0);
  9115.         $instance->addListener('Symfony\\Component\\Messenger\\Event\\WorkerMessageFailedEvent', [=> function () {
  9116.             return ($this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] ?? $this->getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService());
  9117.         }, => 'onWorkerMessageFailed'], 0);
  9118.         $instance->addListener('kernel.response', [=> function () {
  9119.             return ($this->privates['security.rememberme.response_listener'] ?? ($this->privates['security.rememberme.response_listener'] = new \Symfony\Component\Security\Http\RememberMe\ResponseListener()));
  9120.         }, => 'onKernelResponse'], 0);
  9121.         $instance->addListener('debug.security.authorization.vote', [=> function () {
  9122.             return ($this->privates['debug.security.voter.vote_listener'] ?? $this->getDebug_Security_Voter_VoteListenerService());
  9123.         }, => 'onVoterVote'], 0);
  9124.         $instance->addListener('kernel.request', [=> function () {
  9125.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9126.         }, => 'configureLogoutUrlGenerator'], 8);
  9127.         $instance->addListener('kernel.request', [=> function () {
  9128.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9129.         }, => 'onKernelRequest'], 8);
  9130.         $instance->addListener('kernel.finish_request', [=> function () {
  9131.             return ($this->privates['debug.security.firewall'] ?? $this->getDebug_Security_FirewallService());
  9132.         }, => 'onKernelFinishRequest'], 0);
  9133.         $instance->addListener('kernel.response', [=> function () {
  9134.             return ($this->privates['web_profiler.debug_toolbar'] ?? $this->getWebProfiler_DebugToolbarService());
  9135.         }, => 'onKernelResponse'], -128);
  9136.         $instance->addListener('console.command', [=> function () {
  9137.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9138.         }, => 'onCommand'], 255);
  9139.         $instance->addListener('console.terminate', [=> function () {
  9140.             return ($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService());
  9141.         }, => 'onTerminate'], -255);
  9142.         $instance->addListener('console.command', [=> function () {
  9143.             return ($this->privates['debug.dump_listener'] ?? $this->getDebug_DumpListenerService());
  9144.         }, => 'configure'], 1024);
  9145.         $instance->addListener('kernel.exception', [=> function () {
  9146.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9147.         }, => 'onException'], 0);
  9148.         $instance->addListener('kernel.terminate', [=> function () {
  9149.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9150.         }, => 'onTerminate'], 0);
  9151.         $instance->addListener('console.error', [=> function () {
  9152.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9153.         }, => 'onException'], 0);
  9154.         $instance->addListener('console.terminate', [=> function () {
  9155.             return ($this->privates['swiftmailer.email_sender.listener'] ?? $this->getSwiftmailer_EmailSender_ListenerService());
  9156.         }, => 'onTerminate'], 0);
  9157.         $instance->addListener('console.error', [=> function () {
  9158.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  9159.         }, => 'onConsoleError'], 0);
  9160.         $instance->addListener('console.terminate', [=> function () {
  9161.             return ($this->privates['maker.console_error_listener'] ?? ($this->privates['maker.console_error_listener'] = new \Symfony\Bundle\MakerBundle\Event\ConsoleErrorSubscriber()));
  9162.         }, => 'onConsoleTerminate'], 0);
  9163.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  9164.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  9165.         }, => 'onLogout'], 0);
  9166.         return $instance;
  9167.     }
  9168.     /**
  9169.      * Gets the public 'fidry_alice_data_fixtures.loader.doctrine' shared service.
  9170.      *
  9171.      * @return \Fidry\AliceDataFixtures\Loader\PurgerLoader
  9172.      */
  9173.     protected function getFidryAliceDataFixtures_Loader_DoctrineService($lazyLoad true)
  9174.     {
  9175.         if ($lazyLoad) {
  9176.             return $this->services['fidry_alice_data_fixtures.loader.doctrine'] = $this->createProxy('PurgerLoader_cb68499', function () {
  9177.                 return \PurgerLoader_cb68499::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9178.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_DoctrineService(false);
  9179.                     $proxy->setProxyInitializer(null);
  9180.                     return true;
  9181.                 });
  9182.             });
  9183.         }
  9184.         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()));
  9185.     }
  9186.     /**
  9187.      * Gets the public 'fidry_alice_data_fixtures.persistence.persister.doctrine' shared service.
  9188.      *
  9189.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister
  9190.      */
  9191.     protected function getFidryAliceDataFixtures_Persistence_Persister_DoctrineService($lazyLoad true)
  9192.     {
  9193.         if ($lazyLoad) {
  9194.             return $this->services['fidry_alice_data_fixtures.persistence.persister.doctrine'] = $this->createProxy('ObjectManagerPersister_eccc052', function () {
  9195.                 return \ObjectManagerPersister_eccc052::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9196.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_Persister_DoctrineService(false);
  9197.                     $proxy->setProxyInitializer(null);
  9198.                     return true;
  9199.                 });
  9200.             });
  9201.         }
  9202.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Persister\ObjectManagerPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9203.     }
  9204.     /**
  9205.      * Gets the public 'fidry_alice_data_fixtures.persistence.purger_factory.doctrine' shared service.
  9206.      *
  9207.      * @return \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger
  9208.      */
  9209.     protected function getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService($lazyLoad true)
  9210.     {
  9211.         if ($lazyLoad) {
  9212.             return $this->services['fidry_alice_data_fixtures.persistence.purger_factory.doctrine'] = $this->createProxy('Purger_2d4d1ea', function () {
  9213.                 return \Purger_2d4d1ea::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  9214.                     $wrappedInstance $this->getFidryAliceDataFixtures_Persistence_PurgerFactory_DoctrineService(false);
  9215.                     $proxy->setProxyInitializer(null);
  9216.                     return true;
  9217.                 });
  9218.             });
  9219.         }
  9220.         return new \Fidry\AliceDataFixtures\Bridge\Doctrine\Purger\Purger(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  9221.     }
  9222.     /**
  9223.      * Gets the public 'gesdinet.jwtrefreshtoken' shared service.
  9224.      *
  9225.      * @return \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken
  9226.      */
  9227.     protected function getGesdinet_JwtrefreshtokenService()
  9228.     {
  9229.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Service/RefreshToken.php';
  9230.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  9231.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  9232.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  9233.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Authenticator/RefreshTokenAuthenticator.php';
  9234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  9235.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Security/Provider/RefreshTokenProvider.php';
  9236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  9237.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  9238.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  9239.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  9240.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  9241.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  9242.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  9243.         $b = new \Gesdinet\JWTRefreshTokenBundle\Security\Provider\RefreshTokenProvider($a);
  9244.         $b->setCustomUserProvider(($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService()));
  9245.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9246.         return $this->services['gesdinet.jwtrefreshtoken'] = new \Gesdinet\JWTRefreshTokenBundle\Service\RefreshToken(new \Gesdinet\JWTRefreshTokenBundle\Security\Authenticator\RefreshTokenAuthenticator(($this->privates['security.user_checker'] ?? ($this->privates['security.user_checker'] = new \Symfony\Component\Security\Core\User\InMemoryUserChecker())), 'refresh_token'), $b, new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationSuccessHandler(($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService()), $c, [], true), new \Lexik\Bundle\JWTAuthenticationBundle\Security\Http\Authentication\AuthenticationFailureHandler($c, ($this->services['translator'] ?? $this->getTranslatorService())), $a2592000'client'false$c);
  9247.     }
  9248.     /**
  9249.      * Gets the public 'gesdinet.jwtrefreshtoken.refresh_token_manager' shared service.
  9250.      *
  9251.      * @return \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager
  9252.      */
  9253.     protected function getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()
  9254.     {
  9255.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManagerInterface.php';
  9256.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Model/RefreshTokenManager.php';
  9257.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Doctrine/RefreshTokenManager.php';
  9258.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  9259.         if (isset($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'])) {
  9260.             return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'];
  9261.         }
  9262.         return $this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] = new \Gesdinet\JWTRefreshTokenBundle\Doctrine\RefreshTokenManager($a'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken');
  9263.     }
  9264.     /**
  9265.      * Gets the public 'http_kernel' shared service.
  9266.      *
  9267.      * @return \Symfony\Component\HttpKernel\HttpKernel
  9268.      */
  9269.     protected function getHttpKernelService()
  9270.     {
  9271.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9272.         if (isset($this->services['http_kernel'])) {
  9273.             return $this->services['http_kernel'];
  9274.         }
  9275.         $b = ($this->privates['debug.stopwatch'] ?? ($this->privates['debug.stopwatch'] = new \Symfony\Component\Stopwatch\Stopwatch(true)));
  9276.         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 () {
  9277.             yield => ($this->privates['debug.argument_resolver.request_attribute'] ?? $this->getDebug_ArgumentResolver_RequestAttributeService());
  9278.             yield => ($this->privates['debug.argument_resolver.request'] ?? $this->getDebug_ArgumentResolver_RequestService());
  9279.             yield => ($this->privates['debug.argument_resolver.session'] ?? $this->getDebug_ArgumentResolver_SessionService());
  9280.             yield => ($this->privates['debug.security.user_value_resolver'] ?? $this->getDebug_Security_UserValueResolverService());
  9281.             yield => ($this->privates['debug.sensio_framework_extra.psr7.argument_value_resolver.server_request'] ?? $this->getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService());
  9282.             yield => ($this->privates['debug.argument_resolver.service'] ?? $this->getDebug_ArgumentResolver_ServiceService());
  9283.             yield => ($this->privates['debug.argument_resolver.default'] ?? $this->getDebug_ArgumentResolver_DefaultService());
  9284.             yield => ($this->privates['debug.argument_resolver.variadic'] ?? $this->getDebug_ArgumentResolver_VariadicService());
  9285.             yield => ($this->privates['debug.argument_resolver.not_tagged_controller'] ?? $this->getDebug_ArgumentResolver_NotTaggedControllerService());
  9286.         }, 9)), $b));
  9287.     }
  9288.     /**
  9289.      * Gets the public 'jms_serializer' shared service.
  9290.      *
  9291.      * @return \JMS\Serializer\Serializer
  9292.      */
  9293.     protected function getJmsSerializerService()
  9294.     {
  9295.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/SerializerInterface.php';
  9296.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ArrayTransformerInterface.php';
  9297.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Serializer.php';
  9298.         include_once \dirname(__DIR__4).'/vendor/jms/metadata/src/Driver/LazyLoadingDriver.php';
  9299.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/GraphNavigatorFactoryInterface.php';
  9300.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/DeserializationGraphNavigatorFactory.php';
  9301.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistryInterface.php';
  9302.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/HandlerRegistry.php';
  9303.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/LazyHandlerRegistry.php';
  9304.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/ObjectConstructorInterface.php';
  9305.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/DoctrineObjectConstructor.php';
  9306.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Construction/UnserializeObjectConstructor.php';
  9307.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/AccessorStrategyInterface.php';
  9308.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Accessor/DefaultAccessorStrategy.php';
  9309.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/CompilableExpressionEvaluatorInterface.php';
  9310.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluatorInterface.php';
  9311.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Expression/ExpressionEvaluator.php';
  9312.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ExpressionLanguage/BasicSerializerFunctionsProvider.php';
  9313.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcherInterface.php';
  9314.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventDispatcher.php';
  9315.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/LazyEventDispatcher.php';
  9316.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/GraphNavigator/Factory/SerializationGraphNavigatorFactory.php';
  9317.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/SerializationVisitorFactory.php';
  9318.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonSerializationVisitorFactory.php';
  9319.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlSerializationVisitorFactory.php';
  9320.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/DeserializationVisitorFactory.php';
  9321.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/JsonDeserializationVisitorFactory.php';
  9322.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Visitor/Factory/XmlDeserializationVisitorFactory.php';
  9323.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  9324.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  9325.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  9326.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  9327.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  9328.         $a = new \Metadata\MetadataFactory(new \Metadata\Driver\LazyLoadingDriver(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9329.             'metadata_driver' => ['services''jms_serializer.metadata_driver''getJmsSerializer_MetadataDriverService'false],
  9330.         ], [
  9331.             'metadata_driver' => '?',
  9332.         ]), 'metadata_driver'), 'Metadata\\ClassHierarchyMetadata'true);
  9333.         $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')))));
  9334.         $a->setIncludeInterfaces(false);
  9335.         $b = new \JMS\Serializer\Handler\LazyHandlerRegistry(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9336.             'jms_serializer.array_collection_handler' => ['privates''jms_serializer.array_collection_handler''getJmsSerializer_ArrayCollectionHandlerService'false],
  9337.             'jms_serializer.constraint_violation_handler' => ['privates''jms_serializer.constraint_violation_handler''getJmsSerializer_ConstraintViolationHandlerService'false],
  9338.             'jms_serializer.datetime_handler' => ['privates''jms_serializer.datetime_handler''getJmsSerializer_DatetimeHandlerService'false],
  9339.             'jms_serializer.form_error_handler' => ['privates''jms_serializer.form_error_handler''getJmsSerializer_FormErrorHandlerService'false],
  9340.             'jms_serializer.iterator_handler' => ['privates''jms_serializer.iterator_handler''getJmsSerializer_IteratorHandlerService'false],
  9341.         ], [
  9342.             'jms_serializer.array_collection_handler' => '?',
  9343.             'jms_serializer.constraint_violation_handler' => '?',
  9344.             'jms_serializer.datetime_handler' => '?',
  9345.             'jms_serializer.form_error_handler' => '?',
  9346.             'jms_serializer.iterator_handler' => '?',
  9347.         ]), [=> ['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']]]]);
  9348.         $c = new \Symfony\Component\ExpressionLanguage\ExpressionLanguage();
  9349.         $c->registerProvider(new \JMS\SerializerBundle\ExpressionLanguage\BasicSerializerFunctionsProvider());
  9350.         $d = new \JMS\Serializer\Expression\ExpressionEvaluator($c, ['container' => $this]);
  9351.         $e = new \JMS\Serializer\Accessor\DefaultAccessorStrategy($d);
  9352.         $f = new \JMS\Serializer\EventDispatcher\LazyEventDispatcher(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  9353.             'jms_serializer.doctrine_proxy_subscriber' => ['privates''jms_serializer.doctrine_proxy_subscriber''getJmsSerializer_DoctrineProxySubscriberService'false],
  9354.             'jms_serializer.stopwatch_subscriber' => ['privates''jms_serializer.stopwatch_subscriber''getJmsSerializer_StopwatchSubscriberService'false],
  9355.         ], [
  9356.             'jms_serializer.doctrine_proxy_subscriber' => '?',
  9357.             'jms_serializer.stopwatch_subscriber' => '?',
  9358.         ]));
  9359.         $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]]]);
  9360.         $g = new \JMS\Serializer\Visitor\Factory\JsonSerializationVisitorFactory();
  9361.         $g->setOptions(1216);
  9362.         $h = new \JMS\Serializer\Visitor\Factory\XmlSerializationVisitorFactory();
  9363.         $h->setFormatOutput(true);
  9364.         $i = new \JMS\Serializer\Visitor\Factory\JsonDeserializationVisitorFactory();
  9365.         $i->setOptions(0);
  9366.         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())));
  9367.     }
  9368.     /**
  9369.      * Gets the public 'jms_serializer.deserialization_context_factory' shared service.
  9370.      *
  9371.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  9372.      */
  9373.     protected function getJmsSerializer_DeserializationContextFactoryService()
  9374.     {
  9375.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  9376.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  9377.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  9378.         return $this->services['jms_serializer.deserialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  9379.     }
  9380.     /**
  9381.      * Gets the public 'jms_serializer.metadata_driver' shared service.
  9382.      *
  9383.      * @return \JMS\Serializer\Metadata\Driver\DoctrineTypeDriver
  9384.      */
  9385.     protected function getJmsSerializer_MetadataDriverService()
  9386.     {
  9387.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AbstractDoctrineTypeDriver.php';
  9388.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/DoctrineTypeDriver.php';
  9389.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/ExpressionMetadataTrait.php';
  9390.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/YamlDriver.php';
  9391.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/PropertyNamingStrategyInterface.php';
  9392.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/SerializedNameAnnotationStrategy.php';
  9393.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Naming/CamelCaseNamingStrategy.php';
  9394.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/XmlDriver.php';
  9395.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationOrAttributeDriver.php';
  9396.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Metadata/Driver/AnnotationDriver.php';
  9397.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/ParserInterface.php';
  9398.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Type/Parser.php';
  9399.         $a = new \Metadata\Driver\FileLocator([]);
  9400.         $b = new \JMS\Serializer\Naming\SerializedNameAnnotationStrategy(new \JMS\Serializer\Naming\CamelCaseNamingStrategy('_'true));
  9401.         $c = ($this->privates['jms_serializer.type_parser'] ?? ($this->privates['jms_serializer.type_parser'] = new \JMS\Serializer\Type\Parser()));
  9402.         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);
  9403.     }
  9404.     /**
  9405.      * Gets the public 'jms_serializer.serialization_context_factory' shared service.
  9406.      *
  9407.      * @return \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory
  9408.      */
  9409.     protected function getJmsSerializer_SerializationContextFactoryService()
  9410.     {
  9411.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/SerializationContextFactoryInterface.php';
  9412.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/ContextFactory/DeserializationContextFactoryInterface.php';
  9413.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/ContextFactory/ConfiguredContextFactory.php';
  9414.         return $this->services['jms_serializer.serialization_context_factory'] = new \JMS\SerializerBundle\ContextFactory\ConfiguredContextFactory();
  9415.     }
  9416.     /**
  9417.      * Gets the public 'jms_serializer.twig_extension.serializer_runtime_helper' shared service.
  9418.      *
  9419.      * @return \JMS\Serializer\Twig\SerializerRuntimeHelper
  9420.      */
  9421.     protected function getJmsSerializer_TwigExtension_SerializerRuntimeHelperService()
  9422.     {
  9423.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Twig/SerializerRuntimeHelper.php';
  9424.         return $this->services['jms_serializer.twig_extension.serializer_runtime_helper'] = new \JMS\Serializer\Twig\SerializerRuntimeHelper(($this->services['jms_serializer'] ?? $this->getJmsSerializerService()));
  9425.     }
  9426.     /**
  9427.      * Gets the public 'kreait_firebase.my_project.auth' shared service.
  9428.      *
  9429.      * @return \Kreait\Firebase\Auth
  9430.      */
  9431.     protected function getKreaitFirebase_MyProject_AuthService()
  9432.     {
  9433.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Auth.php';
  9434.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Auth.php';
  9435.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9436.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9437.         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]);
  9438.     }
  9439.     /**
  9440.      * Gets the public 'kreait_firebase.my_project.database' shared service.
  9441.      *
  9442.      * @return \Kreait\Firebase\Database
  9443.      */
  9444.     protected function getKreaitFirebase_MyProject_DatabaseService()
  9445.     {
  9446.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Database.php';
  9447.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Database.php';
  9448.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9449.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9450.         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]);
  9451.     }
  9452.     /**
  9453.      * Gets the public 'kreait_firebase.my_project.dynamic_links' shared service.
  9454.      *
  9455.      * @return \Kreait\Firebase\DynamicLinks
  9456.      */
  9457.     protected function getKreaitFirebase_MyProject_DynamicLinksService()
  9458.     {
  9459.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/DynamicLinks.php';
  9460.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/DynamicLinks.php';
  9461.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9462.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9463.         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]);
  9464.     }
  9465.     /**
  9466.      * Gets the public 'kreait_firebase.my_project.firestore' shared service.
  9467.      *
  9468.      * @return \Kreait\Firebase\Firestore
  9469.      */
  9470.     protected function getKreaitFirebase_MyProject_FirestoreService()
  9471.     {
  9472.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Firestore.php';
  9473.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Firestore.php';
  9474.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9475.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9476.         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]);
  9477.     }
  9478.     /**
  9479.      * Gets the public 'kreait_firebase.my_project.messaging' shared service.
  9480.      *
  9481.      * @return \Kreait\Firebase\Messaging
  9482.      */
  9483.     protected function getKreaitFirebase_MyProject_MessagingService()
  9484.     {
  9485.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Messaging.php';
  9486.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Messaging.php';
  9487.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9488.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9489.         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]);
  9490.     }
  9491.     /**
  9492.      * Gets the public 'kreait_firebase.my_project.remote_config' shared service.
  9493.      *
  9494.      * @return \Kreait\Firebase\RemoteConfig
  9495.      */
  9496.     protected function getKreaitFirebase_MyProject_RemoteConfigService()
  9497.     {
  9498.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/RemoteConfig.php';
  9499.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/RemoteConfig.php';
  9500.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9501.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9502.         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]);
  9503.     }
  9504.     /**
  9505.      * Gets the public 'kreait_firebase.my_project.storage' shared service.
  9506.      *
  9507.      * @return \Kreait\Firebase\Storage
  9508.      */
  9509.     protected function getKreaitFirebase_MyProject_StorageService()
  9510.     {
  9511.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Contract/Storage.php';
  9512.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Storage.php';
  9513.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src/DependencyInjection/Factory/ProjectFactory.php';
  9514.         include_once \dirname(__DIR__4).'/vendor/kreait/firebase-php/src/Firebase/Factory.php';
  9515.         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]);
  9516.     }
  9517.     /**
  9518.      * Gets the public 'lexik_jwt_authentication.encoder' shared service.
  9519.      *
  9520.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Encoder\LcobucciJWTEncoder
  9521.      */
  9522.     protected function getLexikJwtAuthentication_EncoderService()
  9523.     {
  9524.         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));
  9525.     }
  9526.     /**
  9527.      * Gets the public 'lexik_jwt_authentication.generate_token_command' shared service.
  9528.      *
  9529.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateTokenCommand
  9530.      */
  9531.     protected function getLexikJwtAuthentication_GenerateTokenCommandService()
  9532.     {
  9533.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  9534.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateTokenCommand.php';
  9535.         $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 () {
  9536.             yield => ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  9537.         }, 1));
  9538.         $instance->setName('lexik:jwt:generate-token');
  9539.         return $instance;
  9540.     }
  9541.     /**
  9542.      * Gets the public 'lexik_jwt_authentication.jwt_manager' shared service.
  9543.      *
  9544.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\JWTManager
  9545.      */
  9546.     protected function getLexikJwtAuthentication_JwtManagerService()
  9547.     {
  9548.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManagerInterface.php';
  9549.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTTokenManagerInterface.php';
  9550.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/JWTManager.php';
  9551.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichmentInterface.php';
  9552.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Services/PayloadEnrichment/ChainEnrichment.php';
  9553.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9554.         if (isset($this->services['lexik_jwt_authentication.jwt_manager'])) {
  9555.             return $this->services['lexik_jwt_authentication.jwt_manager'];
  9556.         }
  9557.         $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([]));
  9558.         $instance->setUserIdentityField('username'false);
  9559.         return $instance;
  9560.     }
  9561.     /**
  9562.      * Gets the public 'lexik_jwt_authentication.key_loader' shared service.
  9563.      *
  9564.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Services\KeyLoader\RawKeyLoader
  9565.      */
  9566.     protected function getLexikJwtAuthentication_KeyLoaderService()
  9567.     {
  9568.         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'), []);
  9569.     }
  9570.     /**
  9571.      * Gets the public 'liip_imagine.binary.loader.default' shared service.
  9572.      *
  9573.      * @return \Liip\ImagineBundle\Binary\Loader\FileSystemLoader
  9574.      */
  9575.     protected function getLiipImagine_Binary_Loader_DefaultService()
  9576.     {
  9577.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/LoaderInterface.php';
  9578.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Loader/FileSystemLoader.php';
  9579.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/LocatorInterface.php';
  9580.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/Locator/FileSystemLocator.php';
  9581.         $a = \Symfony\Component\Mime\MimeTypes::getDefault();
  9582.         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));
  9583.     }
  9584.     /**
  9585.      * Gets the public 'liip_imagine.cache.manager' shared service.
  9586.      *
  9587.      * @return \Liip\ImagineBundle\Imagine\Cache\CacheManager
  9588.      */
  9589.     protected function getLiipImagine_Cache_ManagerService()
  9590.     {
  9591.         $a = ($this->services['router'] ?? $this->getRouterService());
  9592.         if (isset($this->services['liip_imagine.cache.manager'])) {
  9593.             return $this->services['liip_imagine.cache.manager'];
  9594.         }
  9595.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  9596.         if (isset($this->services['liip_imagine.cache.manager'])) {
  9597.             return $this->services['liip_imagine.cache.manager'];
  9598.         }
  9599.         $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);
  9600.         $instance->addResolver('default', ($this->services['liip_imagine.cache.resolver.default'] ?? $this->getLiipImagine_Cache_Resolver_DefaultService()));
  9601.         $instance->addResolver('no_cache', ($this->services['liip_imagine.cache.resolver.no_cache_web_path'] ?? $this->getLiipImagine_Cache_Resolver_NoCacheWebPathService()));
  9602.         return $instance;
  9603.     }
  9604.     /**
  9605.      * Gets the public 'liip_imagine.cache.resolver.default' shared service.
  9606.      *
  9607.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\WebPathResolver
  9608.      */
  9609.     protected function getLiipImagine_Cache_Resolver_DefaultService()
  9610.     {
  9611.         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');
  9612.     }
  9613.     /**
  9614.      * Gets the public 'liip_imagine.cache.resolver.no_cache_web_path' shared service.
  9615.      *
  9616.      * @return \Liip\ImagineBundle\Imagine\Cache\Resolver\NoCacheWebPathResolver
  9617.      */
  9618.     protected function getLiipImagine_Cache_Resolver_NoCacheWebPathService()
  9619.     {
  9620.         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()));
  9621.     }
  9622.     /**
  9623.      * Gets the public 'liip_imagine.cache.signer' shared service.
  9624.      *
  9625.      * @return \Liip\ImagineBundle\Imagine\Cache\Signer
  9626.      */
  9627.     protected function getLiipImagine_Cache_SignerService()
  9628.     {
  9629.         return $this->services['liip_imagine.cache.signer'] = new \Liip\ImagineBundle\Imagine\Cache\Signer($this->getEnv('APP_SECRET'));
  9630.     }
  9631.     /**
  9632.      * Gets the public 'liip_imagine.config.stack_collection' shared service.
  9633.      *
  9634.      * @return \Liip\ImagineBundle\Config\StackCollection
  9635.      */
  9636.     protected function getLiipImagine_Config_StackCollectionService()
  9637.     {
  9638.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackCollection.php';
  9639.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilderInterface.php';
  9640.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/StackBuilder.php';
  9641.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactoryInterface.php';
  9642.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/StackFactory.php';
  9643.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Config/FilterFactoryCollection.php';
  9644.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/FilterFactoryInterface.php';
  9645.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/AutoRotateFactory.php';
  9646.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/BackgroundFactory.php';
  9647.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/SizeFactory.php';
  9648.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/CropFactory.php';
  9649.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/Argument/PointFactory.php';
  9650.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/DownscaleFactory.php';
  9651.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/FlipFactory.php';
  9652.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/GrayscaleFactory.php';
  9653.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/InterlaceFactory.php';
  9654.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/PasteFactory.php';
  9655.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RelativeResizeFactory.php';
  9656.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ResizeFactory.php';
  9657.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/RotateFactory.php';
  9658.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ScaleFactory.php';
  9659.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/StripFactory.php';
  9660.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/ThumbnailFactory.php';
  9661.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/UpscaleFactory.php';
  9662.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Factory/Config/Filter/WatermarkFactory.php';
  9663.         $a = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\SizeFactory();
  9664.         $b = new \Liip\ImagineBundle\Factory\Config\Filter\Argument\PointFactory();
  9665.         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']);
  9666.     }
  9667.     /**
  9668.      * Gets the public 'liip_imagine.data.manager' shared service.
  9669.      *
  9670.      * @return \Liip\ImagineBundle\Imagine\Data\DataManager
  9671.      */
  9672.     protected function getLiipImagine_Data_ManagerService()
  9673.     {
  9674.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Data/DataManager.php';
  9675.         $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);
  9676.         $instance->addLoader('default', ($this->services['liip_imagine.binary.loader.default'] ?? $this->getLiipImagine_Binary_Loader_DefaultService()));
  9677.         return $instance;
  9678.     }
  9679.     /**
  9680.      * Gets the public 'liip_imagine.filter.loader.downscale' shared service.
  9681.      *
  9682.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader
  9683.      */
  9684.     protected function getLiipImagine_Filter_Loader_DownscaleService()
  9685.     {
  9686.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9687.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  9688.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  9689.         return $this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader();
  9690.     }
  9691.     /**
  9692.      * Gets the public 'liip_imagine.filter.loader.fixed' shared service.
  9693.      *
  9694.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader
  9695.      */
  9696.     protected function getLiipImagine_Filter_Loader_FixedService()
  9697.     {
  9698.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9699.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  9700.         return $this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader();
  9701.     }
  9702.     /**
  9703.      * Gets the public 'liip_imagine.filter.loader.flip' shared service.
  9704.      *
  9705.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader
  9706.      */
  9707.     protected function getLiipImagine_Filter_Loader_FlipService()
  9708.     {
  9709.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9710.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  9711.         return $this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader();
  9712.     }
  9713.     /**
  9714.      * Gets the public 'liip_imagine.filter.loader.grayscale' shared service.
  9715.      *
  9716.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader
  9717.      */
  9718.     protected function getLiipImagine_Filter_Loader_GrayscaleService()
  9719.     {
  9720.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9721.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  9722.         return $this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader();
  9723.     }
  9724.     /**
  9725.      * Gets the public 'liip_imagine.filter.loader.interlace' shared service.
  9726.      *
  9727.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader
  9728.      */
  9729.     protected function getLiipImagine_Filter_Loader_InterlaceService()
  9730.     {
  9731.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9732.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  9733.         return $this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader();
  9734.     }
  9735.     /**
  9736.      * Gets the public 'liip_imagine.filter.loader.resample' shared service.
  9737.      *
  9738.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader
  9739.      */
  9740.     protected function getLiipImagine_Filter_Loader_ResampleService()
  9741.     {
  9742.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9743.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResampleFilterLoader.php';
  9744.         return $this->services['liip_imagine.filter.loader.resample'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\ResampleFilterLoader(($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService()));
  9745.     }
  9746.     /**
  9747.      * Gets the public 'liip_imagine.filter.loader.rotate' shared service.
  9748.      *
  9749.      * @return \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader
  9750.      */
  9751.     protected function getLiipImagine_Filter_Loader_RotateService()
  9752.     {
  9753.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9754.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  9755.         return $this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader();
  9756.     }
  9757.     /**
  9758.      * Gets the public 'liip_imagine.filter.manager' shared service.
  9759.      *
  9760.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterManager
  9761.      */
  9762.     protected function getLiipImagine_Filter_ManagerService()
  9763.     {
  9764.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/FilterManager.php';
  9765.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/LoaderInterface.php';
  9766.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RelativeResizeFilterLoader.php';
  9767.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ResizeFilterLoader.php';
  9768.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ThumbnailFilterLoader.php';
  9769.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/CropFilterLoader.php';
  9770.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/PasteFilterLoader.php';
  9771.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/WatermarkFilterLoader.php';
  9772.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/BackgroundFilterLoader.php';
  9773.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/StripFilterLoader.php';
  9774.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/ScaleFilterLoader.php';
  9775.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/UpscaleFilterLoader.php';
  9776.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/AutoRotateFilterLoader.php';
  9777.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PostProcessorInterface.php';
  9778.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/AbstractPostProcessor.php';
  9779.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/JpegOptimPostProcessor.php';
  9780.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/OptiPngPostProcessor.php';
  9781.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/PngquantPostProcessor.php';
  9782.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/MozJpegPostProcessor.php';
  9783.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/PostProcessor/CwebpPostProcessor.php';
  9784.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/GrayscaleFilterLoader.php';
  9785.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/DownscaleFilterLoader.php';
  9786.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/RotateFilterLoader.php';
  9787.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FlipFilterLoader.php';
  9788.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/InterlaceFilterLoader.php';
  9789.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Imagine/Filter/Loader/FixedFilterLoader.php';
  9790.         $a = ($this->privates['liip_imagine.gd'] ?? $this->getLiipImagine_GdService());
  9791.         $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()));
  9792.         $instance->addLoader('relative_resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\RelativeResizeFilterLoader());
  9793.         $instance->addLoader('resize', new \Liip\ImagineBundle\Imagine\Filter\Loader\ResizeFilterLoader());
  9794.         $instance->addLoader('thumbnail', new \Liip\ImagineBundle\Imagine\Filter\Loader\ThumbnailFilterLoader());
  9795.         $instance->addLoader('crop', new \Liip\ImagineBundle\Imagine\Filter\Loader\CropFilterLoader());
  9796.         $instance->addLoader('grayscale', ($this->services['liip_imagine.filter.loader.grayscale'] ?? ($this->services['liip_imagine.filter.loader.grayscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\GrayscaleFilterLoader())));
  9797.         $instance->addLoader('paste_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\PasteFilterLoader($a, \dirname(__DIR__4)));
  9798.         $instance->addLoader('watermark_image', new \Liip\ImagineBundle\Imagine\Filter\Loader\WatermarkFilterLoader($a, \dirname(__DIR__4)));
  9799.         $instance->addLoader('background', new \Liip\ImagineBundle\Imagine\Filter\Loader\BackgroundFilterLoader($a));
  9800.         $instance->addLoader('strip', new \Liip\ImagineBundle\Imagine\Filter\Loader\StripFilterLoader());
  9801.         $instance->addLoader('scale', new \Liip\ImagineBundle\Imagine\Filter\Loader\ScaleFilterLoader());
  9802.         $instance->addLoader('upscale', new \Liip\ImagineBundle\Imagine\Filter\Loader\UpscaleFilterLoader());
  9803.         $instance->addLoader('downscale', ($this->services['liip_imagine.filter.loader.downscale'] ?? ($this->services['liip_imagine.filter.loader.downscale'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\DownscaleFilterLoader())));
  9804.         $instance->addLoader('auto_rotate', new \Liip\ImagineBundle\Imagine\Filter\Loader\AutoRotateFilterLoader());
  9805.         $instance->addLoader('rotate', ($this->services['liip_imagine.filter.loader.rotate'] ?? ($this->services['liip_imagine.filter.loader.rotate'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\RotateFilterLoader())));
  9806.         $instance->addLoader('flip', ($this->services['liip_imagine.filter.loader.flip'] ?? ($this->services['liip_imagine.filter.loader.flip'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FlipFilterLoader())));
  9807.         $instance->addLoader('interlace', ($this->services['liip_imagine.filter.loader.interlace'] ?? ($this->services['liip_imagine.filter.loader.interlace'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\InterlaceFilterLoader())));
  9808.         $instance->addLoader('resample', ($this->services['liip_imagine.filter.loader.resample'] ?? $this->getLiipImagine_Filter_Loader_ResampleService()));
  9809.         $instance->addLoader('fixed', ($this->services['liip_imagine.filter.loader.fixed'] ?? ($this->services['liip_imagine.filter.loader.fixed'] = new \Liip\ImagineBundle\Imagine\Filter\Loader\FixedFilterLoader())));
  9810.         $instance->addPostProcessor('jpegoptim', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\JpegOptimPostProcessor('/usr/bin/jpegoptim'trueNULLtrueNULL));
  9811.         $instance->addPostProcessor('optipng', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\OptiPngPostProcessor('/usr/bin/optipng'7trueNULL));
  9812.         $instance->addPostProcessor('pngquant', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\PngquantPostProcessor('/usr/bin/pngquant'));
  9813.         $instance->addPostProcessor('mozjpeg', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\MozJpegPostProcessor('/opt/mozjpeg/bin/cjpeg'));
  9814.         $instance->addPostProcessor('cwebp', new \Liip\ImagineBundle\Imagine\Filter\PostProcessor\CwebpPostProcessor('/usr/bin/cwebp'NULL751004'fast'1false$this->parameters['liip_imagine.cwebp.metadata']));
  9815.         return $instance;
  9816.     }
  9817.     /**
  9818.      * Gets the public 'messenger.default_bus' shared service.
  9819.      *
  9820.      * @return \Symfony\Component\Messenger\TraceableMessageBus
  9821.      */
  9822.     protected function getMessenger_DefaultBusService()
  9823.     {
  9824.         return $this->services['messenger.default_bus'] = new \Symfony\Component\Messenger\TraceableMessageBus(new \Symfony\Component\Messenger\MessageBus(new RewindableGenerator(function () {
  9825.             yield => ($this->privates['messenger.bus.default.middleware.traceable'] ?? $this->getMessenger_Bus_Default_Middleware_TraceableService());
  9826.             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')));
  9827.             yield => ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] ?? ($this->privates['messenger.middleware.reject_redelivered_message_middleware'] = new \Symfony\Component\Messenger\Middleware\RejectRedeliveredMessageMiddleware()));
  9828.             yield => ($this->privates['messenger.middleware.dispatch_after_current_bus'] ?? ($this->privates['messenger.middleware.dispatch_after_current_bus'] = new \Symfony\Component\Messenger\Middleware\DispatchAfterCurrentBusMiddleware()));
  9829.             yield => ($this->privates['messenger.middleware.failed_message_processing_middleware'] ?? ($this->privates['messenger.middleware.failed_message_processing_middleware'] = new \Symfony\Component\Messenger\Middleware\FailedMessageProcessingMiddleware()));
  9830.             yield => ($this->privates['messenger.middleware.send_message'] ?? $this->getMessenger_Middleware_SendMessageService());
  9831.             yield => ($this->privates['messenger.bus.default.middleware.handle_message'] ?? $this->getMessenger_Bus_Default_Middleware_HandleMessageService());
  9832.         }, 7)));
  9833.     }
  9834.     /**
  9835.      * Gets the public 'nelmio_alice.data_loader' shared service.
  9836.      *
  9837.      * @return \Nelmio\Alice\Loader\SimpleDataLoader
  9838.      */
  9839.     protected function getNelmioAlice_DataLoaderService()
  9840.     {
  9841.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/DataLoaderInterface.php';
  9842.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleDataLoader.php';
  9843.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilderInterface.php';
  9844.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/SimpleBuilder.php';
  9845.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/DenormalizerInterface.php';
  9846.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/SimpleDenormalizer.php';
  9847.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/ParameterBagDenormalizerInterface.php';
  9848.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Parameter/SimpleParameterBagDenormalizer.php';
  9849.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FixtureBagDenormalizerInterface.php';
  9850.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SimpleFixtureBagDenormalizer.php';
  9851.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerInterface.php';
  9852.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/TolerantFixtureDenormalizer.php';
  9853.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerRegistry.php';
  9854.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserInterface.php';
  9855.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ElementFlagParser.php';
  9856.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/FlagParserRegistry.php';
  9857.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/ChainableFlagParserInterface.php';
  9858.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ConfiguratorFlagParser.php';
  9859.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/ExtendFlagParser.php';
  9860.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/OptionalFlagParser.php';
  9861.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/TemplateFlagParser.php';
  9862.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParser/Chainable/UniqueFlagParser.php';
  9863.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/ChainableFixtureDenormalizerInterface.php';
  9864.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizer.php';
  9865.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/FixtureDenormalizerAwareInterface.php';
  9866.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/FlagParserAwareInterface.php';
  9867.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleCollectionDenormalizer.php';
  9868.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/CollectionDenormalizerWithTemporaryFixture.php';
  9869.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullListNameDenormalizer.php';
  9870.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/ReferenceRangeNameDenormalizer.php';
  9871.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationsDenormalizerInterface.php';
  9872.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/SimpleSpecificationsDenormalizer.php';
  9873.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ConstructorDenormalizerInterface.php';
  9874.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/LegacyConstructorDenormalizer.php';
  9875.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/ConstructorDenormalizer.php';
  9876.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ArgumentsDenormalizerInterface.php';
  9877.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Arguments/SimpleArgumentsDenormalizer.php';
  9878.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/ValueDenormalizerInterface.php';
  9879.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/UniqueValueDenormalizer.php';
  9880.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Value/SimpleValueDenormalizer.php';
  9881.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserInterface.php';
  9882.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/FunctionFixtureReferenceParser.php';
  9883.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/StringMergerParser.php';
  9884.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/SimpleParser.php';
  9885.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/LexerInterface.php';
  9886.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/EmptyValueLexer.php';
  9887.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceEscaperLexer.php';
  9888.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/GlobalPatternsLexer.php';
  9889.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/FunctionLexer.php';
  9890.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/StringThenReferenceLexer.php';
  9891.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/SubPatternsLexer.php';
  9892.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Lexer/ReferenceLexer.php';
  9893.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParserInterface.php';
  9894.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/ParserAwareInterface.php';
  9895.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/TokenParserRegistry.php';
  9896.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/ChainableTokenParserInterface.php';
  9897.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/AbstractChainableParserAwareParser.php';
  9898.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/DynamicArrayTokenParser.php';
  9899.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/EscapedValueTokenParser.php';
  9900.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureListReferenceTokenParser.php';
  9901.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureMethodReferenceTokenParser.php';
  9902.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FixtureRangeReferenceTokenParser.php';
  9903.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/MethodReferenceTokenParser.php';
  9904.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/OptionalTokenParser.php';
  9905.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ParameterTokenParser.php';
  9906.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/PropertyReferenceTokenParser.php';
  9907.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableReferenceTokenParser.php';
  9908.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/SimpleReferenceTokenParser.php';
  9909.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringArrayTokenParser.php';
  9910.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/StringTokenParser.php';
  9911.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/ArgumentEscaper.php';
  9912.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/TolerantFunctionTokenParser.php';
  9913.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/IdentityTokenParser.php';
  9914.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/FunctionTokenParser.php';
  9915.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/VariableTokenParser.php';
  9916.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/ExpressionLanguage/Parser/TokenParser/Chainable/WildcardReferenceTokenParser.php';
  9917.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Constructor/FactoryDenormalizer.php';
  9918.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/CallsDenormalizerInterface.php';
  9919.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/CallsWithFlagsDenormalizer.php';
  9920.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/FunctionDenormalizer.php';
  9921.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler.php';
  9922.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/ConfiguratorFlagHandler.php';
  9923.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Calls/MethodFlagHandler/OptionalFlagHandler.php';
  9924.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/PropertyDenormalizerInterface.php';
  9925.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/SpecificationBagDenormalizer/Property/SimplePropertyDenormalizer.php';
  9926.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/NullRangeNameDenormalizer.php';
  9927.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FixtureBuilder/Denormalizer/Fixture/Chainable/SimpleDenormalizer.php';
  9928.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/GeneratorInterface.php';
  9929.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/DoublePassGenerator.php';
  9930.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/FixtureSetResolverInterface.php';
  9931.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/RemoveConflictingObjectsResolver.php';
  9932.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureSet/SimpleFixtureSetResolver.php';
  9933.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterBagResolverInterface.php';
  9934.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/RemoveConflictingParametersParameterBagResolver.php';
  9935.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/SimpleParameterBagResolver.php';
  9936.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverInterface.php';
  9937.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/ParameterResolverRegistry.php';
  9938.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ChainableParameterResolverInterface.php';
  9939.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StaticParameterResolver.php';
  9940.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/ParameterResolverAwareInterface.php';
  9941.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/ArrayParameterResolver.php';
  9942.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/RecursiveParameterResolver.php';
  9943.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Parameter/Chainable/StringParameterResolver.php';
  9944.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/FixtureBagResolverInterface.php';
  9945.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Fixture/TemplateFixtureBagResolver.php';
  9946.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorInterface.php';
  9947.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/CompleteObjectGenerator.php';
  9948.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGenerator/SimpleObjectGenerator.php';
  9949.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverInterface.php';
  9950.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ObjectGeneratorAwareInterface.php';
  9951.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ValueResolverRegistry.php';
  9952.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/ChainableValueResolverInterface.php';
  9953.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/ValueResolverAwareInterface.php';
  9954.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ArrayValueResolver.php';
  9955.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/DynamicArrayValueResolver.php';
  9956.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/EvaluatedValueResolver.php';
  9957.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FunctionCallArgumentResolver.php';
  9958.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/PhpFunctionCallValueResolver.php';
  9959.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FakerFunctionCallValueResolver.php';
  9960.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixturePropertyReferenceResolver.php';
  9961.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/PropertyAccess/StdPropertyAccessor.php';
  9962.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureMethodCallReferenceResolver.php';
  9963.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UnresolvedFixtureReferenceIdResolver.php';
  9964.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/SelfFixtureReferenceResolver.php';
  9965.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureReferenceResolver.php';
  9966.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/FixtureWildcardReferenceResolver.php';
  9967.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ListValueResolver.php';
  9968.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/OptionalValueResolver.php';
  9969.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ParameterValueResolver.php';
  9970.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/UniqueValueResolver.php';
  9971.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/UniqueValuesPool.php';
  9972.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/ValueForCurrentValueResolver.php';
  9973.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Resolver/Value/Chainable/VariableValueResolver.php';
  9974.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/InstantiatorInterface.php';
  9975.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ExistingInstanceInstantiator.php';
  9976.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorResolver.php';
  9977.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/InstantiatorRegistry.php';
  9978.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/ChainableInstantiatorInterface.php';
  9979.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/AbstractChainableInstantiator.php';
  9980.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoCallerMethodCallInstantiator.php';
  9981.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/NamedArgumentsResolver.php';
  9982.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NullConstructorInstantiator.php';
  9983.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/NoMethodCallInstantiator.php';
  9984.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Instantiator/Chainable/StaticFactoryInstantiator.php';
  9985.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/HydratorInterface.php';
  9986.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/SimpleHydrator.php';
  9987.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/PropertyHydratorInterface.php';
  9988.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Hydrator/Property/SymfonyPropertyAccessorHydrator.php';
  9989.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/CallerInterface.php';
  9990.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/SimpleCaller.php';
  9991.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorInterface.php';
  9992.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorRegistry.php';
  9993.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/ChainableCallProcessorInterface.php';
  9994.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/CallProcessorAwareInterface.php';
  9995.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/ConfiguratorMethodCallProcessor.php';
  9996.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/MethodCallWithReferenceProcessor.php';
  9997.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/OptionalMethodCallProcessor.php';
  9998.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Generator/Caller/Chainable/SimpleMethodCallProcessor.php';
  9999.         $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()]));
  10000.         $b = new \Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\ArgumentEscaper();
  10001.         $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()]))))));
  10002.         $d = new \Nelmio\Alice\FixtureBuilder\Denormalizer\Fixture\SpecificationBagDenormalizer\Arguments\SimpleArgumentsDenormalizer($c);
  10003.         $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()]);
  10004.         $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);
  10005.         $g = new \Nelmio\Alice\PropertyAccess\StdPropertyAccessor(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  10006.         $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()]);
  10007.         $i = new \Nelmio\Alice\Generator\NamedArgumentsResolver();
  10008.         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)))));
  10009.     }
  10010.     /**
  10011.      * Gets the public 'nelmio_alice.file_loader' shared service.
  10012.      *
  10013.      * @return \Nelmio\Alice\Loader\SimpleFileLoader
  10014.      */
  10015.     protected function getNelmioAlice_FileLoaderService()
  10016.     {
  10017.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLoaderInterface.php';
  10018.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFileLoader.php';
  10019.         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()));
  10020.     }
  10021.     /**
  10022.      * Gets the public 'nelmio_alice.files_loader' shared service.
  10023.      *
  10024.      * @return \Nelmio\Alice\Loader\SimpleFilesLoader
  10025.      */
  10026.     protected function getNelmioAlice_FilesLoaderService()
  10027.     {
  10028.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FilesLoaderInterface.php';
  10029.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Loader/SimpleFilesLoader.php';
  10030.         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()));
  10031.     }
  10032.     /**
  10033.      * Gets the public 'request_stack' shared service.
  10034.      *
  10035.      * @return \Symfony\Component\HttpFoundation\RequestStack
  10036.      */
  10037.     protected function getRequestStackService()
  10038.     {
  10039.         return $this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack();
  10040.     }
  10041.     /**
  10042.      * Gets the public 'router' shared service.
  10043.      *
  10044.      * @return \Symfony\Bundle\FrameworkBundle\Routing\Router
  10045.      */
  10046.     protected function getRouterService()
  10047.     {
  10048.         $a = new \Symfony\Bridge\Monolog\Logger('router');
  10049.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  10050.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  10051.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  10052.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  10053.         $this->services['router'] = $instance = new \Symfony\Bundle\FrameworkBundle\Routing\Router((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10054.             'routing.loader' => ['services''routing.loader''getRouting_LoaderService'false],
  10055.         ], [
  10056.             'routing.loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  10057.         ]))->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');
  10058.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  10059.         $instance->addExpressionLanguageProvider(($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  10060.         return $instance;
  10061.     }
  10062.     /**
  10063.      * Gets the public 'routing.loader' shared service.
  10064.      *
  10065.      * @return \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader
  10066.      */
  10067.     protected function getRouting_LoaderService()
  10068.     {
  10069.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderInterface.php';
  10070.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/Loader.php';
  10071.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/DelegatingLoader.php';
  10072.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/DelegatingLoader.php';
  10073.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolverInterface.php';
  10074.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/LoaderResolver.php';
  10075.         include_once \dirname(__DIR__4).'/vendor/symfony/config/Loader/FileLoader.php';
  10076.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/HostTrait.php';
  10077.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/LocalizedRouteTrait.php';
  10078.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/Configurator/Traits/PrefixTrait.php';
  10079.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/XmlFileLoader.php';
  10080.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocatorInterface.php';
  10081.         include_once \dirname(__DIR__4).'/vendor/symfony/config/FileLocator.php';
  10082.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Config/FileLocator.php';
  10083.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/YamlFileLoader.php';
  10084.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/PhpFileLoader.php';
  10085.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/GlobFileLoader.php';
  10086.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/DirectoryLoader.php';
  10087.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ObjectLoader.php';
  10088.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/ContainerLoader.php';
  10089.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Routing/ApiLoader.php';
  10090.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationClassLoader.php';
  10091.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Routing/AnnotatedRouteControllerLoader.php';
  10092.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationFileLoader.php';
  10093.         include_once \dirname(__DIR__4).'/vendor/symfony/routing/Loader/AnnotationDirectoryLoader.php';
  10094.         $a = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  10095.         if (isset($this->services['routing.loader'])) {
  10096.             return $this->services['routing.loader'];
  10097.         }
  10098.         $b = new \Symfony\Component\Config\Loader\LoaderResolver();
  10099.         $c = ($this->services['kernel'] ?? $this->get('kernel'1));
  10100.         $d = new \Symfony\Component\HttpKernel\Config\FileLocator($c);
  10101.         $e = new \Symfony\Bundle\FrameworkBundle\Routing\AnnotatedRouteControllerLoader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), 'dev');
  10102.         $b->addLoader(new \Symfony\Component\Routing\Loader\XmlFileLoader($d'dev'));
  10103.         $b->addLoader(new \Symfony\Component\Routing\Loader\YamlFileLoader($d'dev'));
  10104.         $b->addLoader(new \Symfony\Component\Routing\Loader\PhpFileLoader($d'dev'));
  10105.         $b->addLoader(new \Symfony\Component\Routing\Loader\GlobFileLoader($d'dev'));
  10106.         $b->addLoader(new \Symfony\Component\Routing\Loader\DirectoryLoader($d'dev'));
  10107.         $b->addLoader(new \Symfony\Component\Routing\Loader\ContainerLoader(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  10108.             'kernel' => ['services''kernel''getKernelService'false],
  10109.         ], [
  10110.             'kernel' => 'App\\Kernel',
  10111.         ]), 'dev'));
  10112.         $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())));
  10113.         $b->addLoader($e);
  10114.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationDirectoryLoader($d$e));
  10115.         $b->addLoader(new \Symfony\Component\Routing\Loader\AnnotationFileLoader($d$e));
  10116.         return $this->services['routing.loader'] = new \Symfony\Bundle\FrameworkBundle\Routing\DelegatingLoader($b, ['utf8' => true], []);
  10117.     }
  10118.     /**
  10119.      * Gets the public 'sb_redis.default' shared service.
  10120.      *
  10121.      * @return \SymfonyBundles\RedisBundle\Redis\Client
  10122.      */
  10123.     protected function getSbRedis_DefaultService()
  10124.     {
  10125.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/ClientInterface.php';
  10126.         include_once \dirname(__DIR__4).'/vendor/predis/predis/src/Client.php';
  10127.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/ClientInterface.php';
  10128.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Client.php';
  10129.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/FactoryInterface.php';
  10130.         include_once \dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle/Redis/Factory.php';
  10131.         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')], []);
  10132.     }
  10133.     /**
  10134.      * Gets the public 'services_resetter' shared service.
  10135.      *
  10136.      * @return \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter
  10137.      */
  10138.     protected function getServicesResetterService()
  10139.     {
  10140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/ServicesResetter.php';
  10141.         return $this->services['services_resetter'] = new \Symfony\Component\HttpKernel\DependencyInjection\ServicesResetter(new RewindableGenerator(function () {
  10142.             if (isset($this->services['cache.app'])) {
  10143.                 yield 'cache.app' => ($this->services['cache.app'] ?? null);
  10144.             }
  10145.             if (isset($this->services['cache.system'])) {
  10146.                 yield 'cache.system' => ($this->services['cache.system'] ?? null);
  10147.             }
  10148.             if (isset($this->privates['cache.validator'])) {
  10149.                 yield 'cache.validator' => ($this->privates['cache.validator'] ?? null);
  10150.             }
  10151.             if (isset($this->privates['cache.serializer'])) {
  10152.                 yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? null);
  10153.             }
  10154.             if (isset($this->privates['cache.annotations'])) {
  10155.                 yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? null);
  10156.             }
  10157.             if (isset($this->privates['cache.property_info'])) {
  10158.                 yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? null);
  10159.             }
  10160.             if (isset($this->privates['cache.messenger.restart_workers_signal'])) {
  10161.                 yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? null);
  10162.             }
  10163.             if (isset($this->privates['.debug.http_client'])) {
  10164.                 yield 'http_client' => ($this->privates['.debug.http_client'] ?? null);
  10165.             }
  10166.             if (isset($this->privates['mailer.message_logger_listener'])) {
  10167.                 yield 'mailer.message_logger_listener' => ($this->privates['mailer.message_logger_listener'] ?? null);
  10168.             }
  10169.             if (isset($this->privates['debug.stopwatch'])) {
  10170.                 yield 'debug.stopwatch' => ($this->privates['debug.stopwatch'] ?? null);
  10171.             }
  10172.             if (isset($this->services['event_dispatcher'])) {
  10173.                 yield 'debug.event_dispatcher' => ($this->services['event_dispatcher'] ?? null);
  10174.             }
  10175.             if (isset($this->privates['doctrine.result_cache_pool'])) {
  10176.                 yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? null);
  10177.             }
  10178.             if (isset($this->privates['doctrine.system_cache_pool'])) {
  10179.                 yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? null);
  10180.             }
  10181.             if (isset($this->privates['session_listener'])) {
  10182.                 yield 'session_listener' => ($this->privates['session_listener'] ?? null);
  10183.             }
  10184.             if (isset($this->privates['form.choice_list_factory.cached'])) {
  10185.                 yield 'form.choice_list_factory.cached' => ($this->privates['form.choice_list_factory.cached'] ?? null);
  10186.             }
  10187.             if (isset($this->services['cache.validator_expression_language'])) {
  10188.                 yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? null);
  10189.             }
  10190.             if (isset($this->privates['messenger.transport.in_memory.factory'])) {
  10191.                 yield 'messenger.transport.in_memory.factory' => ($this->privates['messenger.transport.in_memory.factory'] ?? null);
  10192.             }
  10193.             if (isset($this->services['.container.private.profiler'])) {
  10194.                 yield 'profiler' => ($this->services['.container.private.profiler'] ?? null);
  10195.             }
  10196.             if (isset($this->services['.container.private.validator'])) {
  10197.                 yield 'debug.validator' => ($this->services['.container.private.validator'] ?? null);
  10198.             }
  10199.             if (isset($this->privates['twig.form.engine'])) {
  10200.                 yield 'twig.form.engine' => ($this->privates['twig.form.engine'] ?? null);
  10201.             }
  10202.             if (isset($this->services['doctrine'])) {
  10203.                 yield 'doctrine' => ($this->services['doctrine'] ?? null);
  10204.             }
  10205.             if (isset($this->privates['form.type.entity'])) {
  10206.                 yield 'form.type.entity' => ($this->privates['form.type.entity'] ?? null);
  10207.             }
  10208.             if (isset($this->services['.container.private.security.token_storage'])) {
  10209.                 yield 'security.token_storage' => ($this->services['.container.private.security.token_storage'] ?? null);
  10210.             }
  10211.             if (isset($this->privates['cache.security_expression_language'])) {
  10212.                 yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? null);
  10213.             }
  10214.             if (isset($this->privates['debug.security.firewall'])) {
  10215.                 yield 'debug.security.firewall' => ($this->privates['debug.security.firewall'] ?? null);
  10216.             }
  10217.             if (isset($this->privates['monolog.handler.main'])) {
  10218.                 yield 'monolog.handler.main' => ($this->privates['monolog.handler.main'] ?? null);
  10219.             }
  10220.             if (isset($this->privates['monolog.handler.console'])) {
  10221.                 yield 'monolog.handler.console' => ($this->privates['monolog.handler.console'] ?? null);
  10222.             }
  10223.             if (isset($this->privates['swiftmailer.email_sender.listener'])) {
  10224.                 yield 'swiftmailer.email_sender.listener' => ($this->privates['swiftmailer.email_sender.listener'] ?? null);
  10225.             }
  10226.             if (isset($this->privates['api_platform.cache.route_name_resolver'])) {
  10227.                 yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? null);
  10228.             }
  10229.             if (isset($this->privates['api_platform.cache.metadata.resource'])) {
  10230.                 yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? null);
  10231.             }
  10232.             if (isset($this->privates['api_platform.cache.metadata.resource.legacy'])) {
  10233.                 yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? null);
  10234.             }
  10235.             if (isset($this->privates['api_platform.cache.metadata.property.legacy'])) {
  10236.                 yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? null);
  10237.             }
  10238.             if (isset($this->privates['api_platform.cache.subresource_operation_factory'])) {
  10239.                 yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? null);
  10240.             }
  10241.             if (isset($this->privates['api_platform.cache.identifiers_extractor'])) {
  10242.                 yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? null);
  10243.             }
  10244.             if (isset($this->privates['.debug.http_client'])) {
  10245.                 yield '.debug.http_client' => ($this->privates['.debug.http_client'] ?? null);
  10246.             }
  10247.             if (isset($this->privates['.debug.yousign.client'])) {
  10248.                 yield '.debug.yousign.client' => ($this->privates['.debug.yousign.client'] ?? null);
  10249.             }
  10250.         }, function () {
  10251.             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']));
  10252.         }), ['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']]);
  10253.     }
  10254.     /**
  10255.      * Gets the public 'stripe_charge.service' shared autowired service.
  10256.      *
  10257.      * @return \App\Service\Stripe\ChargeService
  10258.      */
  10259.     protected function getStripeCharge_ServiceService()
  10260.     {
  10261.         include_once \dirname(__DIR__4).'/src/Service/Stripe/ChargeService.php';
  10262.         return $this->services['stripe_charge.service'] = new \App\Service\Stripe\ChargeService();
  10263.     }
  10264.     /**
  10265.      * Gets the public 'stripe_customer.service' shared autowired service.
  10266.      *
  10267.      * @return \App\Service\Stripe\CustomerService
  10268.      */
  10269.     protected function getStripeCustomer_ServiceService()
  10270.     {
  10271.         include_once \dirname(__DIR__4).'/src/Service/Stripe/CustomerService.php';
  10272.         return $this->services['stripe_customer.service'] = new \App\Service\Stripe\CustomerService();
  10273.     }
  10274.     /**
  10275.      * Gets the public 'stripe_plan.service' shared autowired service.
  10276.      *
  10277.      * @return \App\Service\Stripe\PlanService
  10278.      */
  10279.     protected function getStripePlan_ServiceService()
  10280.     {
  10281.         include_once \dirname(__DIR__4).'/src/Service/Stripe/PlanService.php';
  10282.         return $this->services['stripe_plan.service'] = new \App\Service\Stripe\PlanService();
  10283.     }
  10284.     /**
  10285.      * Gets the public 'stripe_product.service' shared autowired service.
  10286.      *
  10287.      * @return \App\Service\Stripe\ProductService
  10288.      */
  10289.     protected function getStripeProduct_ServiceService()
  10290.     {
  10291.         include_once \dirname(__DIR__4).'/src/Service/Stripe/ProductService.php';
  10292.         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()));
  10293.     }
  10294.     /**
  10295.      * Gets the public 'stripe_source.service' shared autowired service.
  10296.      *
  10297.      * @return \App\Service\Stripe\SourceService
  10298.      */
  10299.     protected function getStripeSource_ServiceService()
  10300.     {
  10301.         include_once \dirname(__DIR__4).'/src/Service/Stripe/SourceService.php';
  10302.         return $this->services['stripe_source.service'] = new \App\Service\Stripe\SourceService();
  10303.     }
  10304.     /**
  10305.      * Gets the public 'stripe_subscription.service' shared autowired service.
  10306.      *
  10307.      * @return \App\Service\Stripe\SubscriptionService
  10308.      */
  10309.     protected function getStripeSubscription_ServiceService()
  10310.     {
  10311.         include_once \dirname(__DIR__4).'/src/Service/Stripe/SubscriptionService.php';
  10312.         return $this->services['stripe_subscription.service'] = new \App\Service\Stripe\SubscriptionService();
  10313.     }
  10314.     /**
  10315.      * Gets the public 'swiftmailer.mailer.default' shared service.
  10316.      *
  10317.      * @return \Swift_Mailer
  10318.      */
  10319.     protected function getSwiftmailer_Mailer_DefaultService()
  10320.     {
  10321.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Mailer.php';
  10322.         return $this->services['swiftmailer.mailer.default'] = new \Swift_Mailer(($this->services['swiftmailer.transport'] ?? $this->getSwiftmailer_TransportService()));
  10323.     }
  10324.     /**
  10325.      * Gets the public 'swiftmailer.mailer.default.plugin.messagelogger' shared service.
  10326.      *
  10327.      * @return \Swift_Plugins_MessageLogger
  10328.      */
  10329.     protected function getSwiftmailer_Mailer_Default_Plugin_MessageloggerService()
  10330.     {
  10331.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  10332.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  10333.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  10334.         return $this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger();
  10335.     }
  10336.     /**
  10337.      * Gets the public 'swiftmailer.mailer.default.transport.real' shared service.
  10338.      *
  10339.      * @return \Swift_Transport
  10340.      */
  10341.     protected function getSwiftmailer_Mailer_Default_Transport_RealService()
  10342.     {
  10343.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  10344.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/DependencyInjection/SwiftmailerTransportFactory.php';
  10345.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10346.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10347.         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())));
  10348.     }
  10349.     /**
  10350.      * Gets the public 'swiftmailer.transport' shared service.
  10351.      *
  10352.      * @return \Swift_Transport_SpoolTransport
  10353.      */
  10354.     protected function getSwiftmailer_TransportService()
  10355.     {
  10356.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport.php';
  10357.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/SpoolTransport.php';
  10358.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Spool.php';
  10359.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/MemorySpool.php';
  10360.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventDispatcher.php';
  10361.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SimpleEventDispatcher.php';
  10362.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/EventListener.php';
  10363.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Events/SendListener.php';
  10364.         include_once \dirname(__DIR__4).'/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Plugins/MessageLogger.php';
  10365.         $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());
  10366.         $instance->registerPlugin(($this->services['swiftmailer.mailer.default.plugin.messagelogger'] ?? ($this->services['swiftmailer.mailer.default.plugin.messagelogger'] = new \Swift_Plugins_MessageLogger())));
  10367.         return $instance;
  10368.     }
  10369.     /**
  10370.      * Gets the public 'translator' shared service.
  10371.      *
  10372.      * @return \Symfony\Component\Translation\DataCollectorTranslator
  10373.      */
  10374.     protected function getTranslatorService()
  10375.     {
  10376.         return $this->services['translator'] = new \Symfony\Component\Translation\DataCollectorTranslator(($this->privates['translator.default'] ?? $this->getTranslator_DefaultService()));
  10377.     }
  10378.     /**
  10379.      * Gets the public 'var_dumper.cloner' shared service.
  10380.      *
  10381.      * @return \Symfony\Component\VarDumper\Cloner\VarCloner
  10382.      */
  10383.     protected function getVarDumper_ClonerService()
  10384.     {
  10385.         $this->services['var_dumper.cloner'] = $instance = new \Symfony\Component\VarDumper\Cloner\VarCloner();
  10386.         $instance->setMaxItems(2500);
  10387.         $instance->setMinDepth(1);
  10388.         $instance->setMaxString(-1);
  10389.         $instance->addCasters(['Closure' => 'Symfony\\Component\\VarDumper\\Caster\\ReflectionCaster::unsetClosureFileInfo']);
  10390.         return $instance;
  10391.     }
  10392.     /**
  10393.      * Gets the public 'vich_uploader.download_handler' shared service.
  10394.      *
  10395.      * @return \Vich\UploaderBundle\Handler\DownloadHandler
  10396.      */
  10397.     protected function getVichUploader_DownloadHandlerService()
  10398.     {
  10399.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  10400.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/DownloadHandler.php';
  10401.         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()));
  10402.     }
  10403.     /**
  10404.      * Gets the public 'vich_uploader.form.type.file' shared service.
  10405.      *
  10406.      * @return \Vich\UploaderBundle\Form\Type\VichFileType
  10407.      */
  10408.     protected function getVichUploader_Form_Type_FileService()
  10409.     {
  10410.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10411.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10412.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  10413.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10414.         if (isset($this->services['vich_uploader.form.type.file'])) {
  10415.             return $this->services['vich_uploader.form.type.file'];
  10416.         }
  10417.         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()));
  10418.     }
  10419.     /**
  10420.      * Gets the public 'vich_uploader.form.type.image' shared service.
  10421.      *
  10422.      * @return \Vich\UploaderBundle\Form\Type\VichImageType
  10423.      */
  10424.     protected function getVichUploader_Form_Type_ImageService()
  10425.     {
  10426.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  10427.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  10428.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichFileType.php';
  10429.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Form/Type/VichImageType.php';
  10430.         $a = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  10431.         if (isset($this->services['vich_uploader.form.type.image'])) {
  10432.             return $this->services['vich_uploader.form.type.image'];
  10433.         }
  10434.         $b = ($this->services['liip_imagine.cache.manager'] ?? $this->getLiipImagine_Cache_ManagerService());
  10435.         if (isset($this->services['vich_uploader.form.type.image'])) {
  10436.             return $this->services['vich_uploader.form.type.image'];
  10437.         }
  10438.         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);
  10439.     }
  10440.     /**
  10441.      * Gets the public 'vich_uploader.namer_origname.Adress_csv_pending' shared service.
  10442.      *
  10443.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10444.      */
  10445.     protected function getVichUploader_NamerOrigname_AdressCsvPendingService()
  10446.     {
  10447.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10448.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10449.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10450.         return $this->services['vich_uploader.namer_origname.Adress_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10451.     }
  10452.     /**
  10453.      * Gets the public 'vich_uploader.namer_origname.ThepropertyProvider_csv_pending' shared service.
  10454.      *
  10455.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10456.      */
  10457.     protected function getVichUploader_NamerOrigname_ThepropertyProviderCsvPendingService()
  10458.     {
  10459.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10460.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10461.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10462.         return $this->services['vich_uploader.namer_origname.ThepropertyProvider_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10463.     }
  10464.     /**
  10465.      * Gets the public 'vich_uploader.namer_origname.annex_permit_file' shared service.
  10466.      *
  10467.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10468.      */
  10469.     protected function getVichUploader_NamerOrigname_AnnexPermitFileService()
  10470.     {
  10471.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10472.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10473.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10474.         return $this->services['vich_uploader.namer_origname.annex_permit_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10475.     }
  10476.     /**
  10477.      * Gets the public 'vich_uploader.namer_origname.area_csv_pending' shared service.
  10478.      *
  10479.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10480.      */
  10481.     protected function getVichUploader_NamerOrigname_AreaCsvPendingService()
  10482.     {
  10483.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10484.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10485.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10486.         return $this->services['vich_uploader.namer_origname.area_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10487.     }
  10488.     /**
  10489.      * Gets the public 'vich_uploader.namer_origname.bbox' shared service.
  10490.      *
  10491.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10492.      */
  10493.     protected function getVichUploader_NamerOrigname_BboxService()
  10494.     {
  10495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10497.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10498.         return $this->services['vich_uploader.namer_origname.bbox'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10499.     }
  10500.     /**
  10501.      * Gets the public 'vich_uploader.namer_origname.co_ownership_document' shared service.
  10502.      *
  10503.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10504.      */
  10505.     protected function getVichUploader_NamerOrigname_CoOwnershipDocumentService()
  10506.     {
  10507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10510.         return $this->services['vich_uploader.namer_origname.co_ownership_document'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10511.     }
  10512.     /**
  10513.      * Gets the public 'vich_uploader.namer_origname.co_ownership_invoices' shared service.
  10514.      *
  10515.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10516.      */
  10517.     protected function getVichUploader_NamerOrigname_CoOwnershipInvoicesService()
  10518.     {
  10519.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10522.         return $this->services['vich_uploader.namer_origname.co_ownership_invoices'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10523.     }
  10524.     /**
  10525.      * Gets the public 'vich_uploader.namer_origname.co_ownership_meeting_transcript' shared service.
  10526.      *
  10527.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10528.      */
  10529.     protected function getVichUploader_NamerOrigname_CoOwnershipMeetingTranscriptService()
  10530.     {
  10531.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10532.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10533.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10534.         return $this->services['vich_uploader.namer_origname.co_ownership_meeting_transcript'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10535.     }
  10536.     /**
  10537.      * Gets the public 'vich_uploader.namer_origname.co_ownership_report' shared service.
  10538.      *
  10539.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10540.      */
  10541.     protected function getVichUploader_NamerOrigname_CoOwnershipReportService()
  10542.     {
  10543.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10544.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10545.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10546.         return $this->services['vich_uploader.namer_origname.co_ownership_report'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10547.     }
  10548.     /**
  10549.      * Gets the public 'vich_uploader.namer_origname.co_ownership_the_property_file' shared service.
  10550.      *
  10551.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10552.      */
  10553.     protected function getVichUploader_NamerOrigname_CoOwnershipThePropertyFileService()
  10554.     {
  10555.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10556.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10557.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10558.         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()));
  10559.     }
  10560.     /**
  10561.      * Gets the public 'vich_uploader.namer_origname.co_ownership_the_property_response' shared service.
  10562.      *
  10563.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10564.      */
  10565.     protected function getVichUploader_NamerOrigname_CoOwnershipThePropertyResponseService()
  10566.     {
  10567.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10568.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10569.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10570.         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()));
  10571.     }
  10572.     /**
  10573.      * Gets the public 'vich_uploader.namer_origname.control_certificate' shared service.
  10574.      *
  10575.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10576.      */
  10577.     protected function getVichUploader_NamerOrigname_ControlCertificateService()
  10578.     {
  10579.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10580.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10581.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10582.         return $this->services['vich_uploader.namer_origname.control_certificate'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10583.     }
  10584.     /**
  10585.      * Gets the public 'vich_uploader.namer_origname.deedOfSale' shared service.
  10586.      *
  10587.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10588.      */
  10589.     protected function getVichUploader_NamerOrigname_DeedOfSaleService()
  10590.     {
  10591.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10592.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10593.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10594.         return $this->services['vich_uploader.namer_origname.deedOfSale'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10595.     }
  10596.     /**
  10597.      * Gets the public 'vich_uploader.namer_origname.dispenseFile' shared service.
  10598.      *
  10599.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10600.      */
  10601.     protected function getVichUploader_NamerOrigname_DispenseFileService()
  10602.     {
  10603.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10604.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10605.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10606.         return $this->services['vich_uploader.namer_origname.dispenseFile'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10607.     }
  10608.     /**
  10609.      * Gets the public 'vich_uploader.namer_origname.dvf_csv_pending' shared service.
  10610.      *
  10611.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10612.      */
  10613.     protected function getVichUploader_NamerOrigname_DvfCsvPendingService()
  10614.     {
  10615.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10616.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10617.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10618.         return $this->services['vich_uploader.namer_origname.dvf_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10619.     }
  10620.     /**
  10621.      * Gets the public 'vich_uploader.namer_origname.edit_registers_file' shared service.
  10622.      *
  10623.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10624.      */
  10625.     protected function getVichUploader_NamerOrigname_EditRegistersFileService()
  10626.     {
  10627.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10628.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10629.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10630.         return $this->services['vich_uploader.namer_origname.edit_registers_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10631.     }
  10632.     /**
  10633.      * Gets the public 'vich_uploader.namer_origname.education_csv' shared service.
  10634.      *
  10635.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10636.      */
  10637.     protected function getVichUploader_NamerOrigname_EducationCsvService()
  10638.     {
  10639.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10640.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10641.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10642.         return $this->services['vich_uploader.namer_origname.education_csv'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10643.     }
  10644.     /**
  10645.      * Gets the public 'vich_uploader.namer_origname.engie_csv_archived' shared service.
  10646.      *
  10647.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10648.      */
  10649.     protected function getVichUploader_NamerOrigname_EngieCsvArchivedService()
  10650.     {
  10651.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10652.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10653.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10654.         return $this->services['vich_uploader.namer_origname.engie_csv_archived'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10655.     }
  10656.     /**
  10657.      * Gets the public 'vich_uploader.namer_origname.engie_csv_pending' shared service.
  10658.      *
  10659.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10660.      */
  10661.     protected function getVichUploader_NamerOrigname_EngieCsvPendingService()
  10662.     {
  10663.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10664.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10665.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10666.         return $this->services['vich_uploader.namer_origname.engie_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10667.     }
  10668.     /**
  10669.      * Gets the public 'vich_uploader.namer_origname.invoice_water_file' shared service.
  10670.      *
  10671.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10672.      */
  10673.     protected function getVichUploader_NamerOrigname_InvoiceWaterFileService()
  10674.     {
  10675.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10676.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10677.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10678.         return $this->services['vich_uploader.namer_origname.invoice_water_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10679.     }
  10680.     /**
  10681.      * Gets the public 'vich_uploader.namer_origname.module_3D' shared service.
  10682.      *
  10683.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10684.      */
  10685.     protected function getVichUploader_NamerOrigname_Module3DService()
  10686.     {
  10687.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10688.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10689.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10690.         return $this->services['vich_uploader.namer_origname.module_3D'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10691.     }
  10692.     /**
  10693.      * Gets the public 'vich_uploader.namer_origname.notary_csv_pending' shared service.
  10694.      *
  10695.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10696.      */
  10697.     protected function getVichUploader_NamerOrigname_NotaryCsvPendingService()
  10698.     {
  10699.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10700.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10701.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10702.         return $this->services['vich_uploader.namer_origname.notary_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10703.     }
  10704.     /**
  10705.      * Gets the public 'vich_uploader.namer_origname.obligation_csv_pending' shared service.
  10706.      *
  10707.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10708.      */
  10709.     protected function getVichUploader_NamerOrigname_ObligationCsvPendingService()
  10710.     {
  10711.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10712.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10713.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10714.         return $this->services['vich_uploader.namer_origname.obligation_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10715.     }
  10716.     /**
  10717.      * Gets the public 'vich_uploader.namer_origname.occupie_csv_pending' shared service.
  10718.      *
  10719.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10720.      */
  10721.     protected function getVichUploader_NamerOrigname_OccupieCsvPendingService()
  10722.     {
  10723.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10724.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10725.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10726.         return $this->services['vich_uploader.namer_origname.occupie_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10727.     }
  10728.     /**
  10729.      * Gets the public 'vich_uploader.namer_origname.organic_plot_file' shared service.
  10730.      *
  10731.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10732.      */
  10733.     protected function getVichUploader_NamerOrigname_OrganicPlotFileService()
  10734.     {
  10735.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10736.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10737.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10738.         return $this->services['vich_uploader.namer_origname.organic_plot_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10739.     }
  10740.     /**
  10741.      * Gets the public 'vich_uploader.namer_origname.permit_environment_file' shared service.
  10742.      *
  10743.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10744.      */
  10745.     protected function getVichUploader_NamerOrigname_PermitEnvironmentFileService()
  10746.     {
  10747.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10748.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10749.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10750.         return $this->services['vich_uploader.namer_origname.permit_environment_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10751.     }
  10752.     /**
  10753.      * Gets the public 'vich_uploader.namer_origname.permit_file' shared service.
  10754.      *
  10755.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10756.      */
  10757.     protected function getVichUploader_NamerOrigname_PermitFileService()
  10758.     {
  10759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10760.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10761.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10762.         return $this->services['vich_uploader.namer_origname.permit_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10763.     }
  10764.     /**
  10765.      * Gets the public 'vich_uploader.namer_origname.picture_3D' shared service.
  10766.      *
  10767.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10768.      */
  10769.     protected function getVichUploader_NamerOrigname_Picture3DService()
  10770.     {
  10771.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10772.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10773.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10774.         return $this->services['vich_uploader.namer_origname.picture_3D'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10775.     }
  10776.     /**
  10777.      * Gets the public 'vich_uploader.namer_origname.prime_pdf_template' shared service.
  10778.      *
  10779.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10780.      */
  10781.     protected function getVichUploader_NamerOrigname_PrimePdfTemplateService()
  10782.     {
  10783.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10784.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10785.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10786.         return $this->services['vich_uploader.namer_origname.prime_pdf_template'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10787.     }
  10788.     /**
  10789.      * Gets the public 'vich_uploader.namer_origname.prime_request_file' shared service.
  10790.      *
  10791.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10792.      */
  10793.     protected function getVichUploader_NamerOrigname_PrimeRequestFileService()
  10794.     {
  10795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10796.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10797.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10798.         return $this->services['vich_uploader.namer_origname.prime_request_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10799.     }
  10800.     /**
  10801.      * Gets the public 'vich_uploader.namer_origname.property_demand_file' shared service.
  10802.      *
  10803.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10804.      */
  10805.     protected function getVichUploader_NamerOrigname_PropertyDemandFileService()
  10806.     {
  10807.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10808.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10809.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10810.         return $this->services['vich_uploader.namer_origname.property_demand_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10811.     }
  10812.     /**
  10813.      * Gets the public 'vich_uploader.namer_origname.rapport_pdf_property' shared service.
  10814.      *
  10815.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10816.      */
  10817.     protected function getVichUploader_NamerOrigname_RapportPdfPropertyService()
  10818.     {
  10819.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10820.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10821.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10822.         return $this->services['vich_uploader.namer_origname.rapport_pdf_property'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10823.     }
  10824.     /**
  10825.      * Gets the public 'vich_uploader.namer_origname.register_environment_file' shared service.
  10826.      *
  10827.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10828.      */
  10829.     protected function getVichUploader_NamerOrigname_RegisterEnvironmentFileService()
  10830.     {
  10831.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10832.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10833.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10834.         return $this->services['vich_uploader.namer_origname.register_environment_file'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10835.     }
  10836.     /**
  10837.      * Gets the public 'vich_uploader.namer_origname.salesAgreementFile' shared service.
  10838.      *
  10839.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10840.      */
  10841.     protected function getVichUploader_NamerOrigname_SalesAgreementFileService()
  10842.     {
  10843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10844.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10845.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10846.         return $this->services['vich_uploader.namer_origname.salesAgreementFile'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10847.     }
  10848.     /**
  10849.      * Gets the public 'vich_uploader.namer_origname.syndic_Apartment_csv_pending' shared service.
  10850.      *
  10851.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10852.      */
  10853.     protected function getVichUploader_NamerOrigname_SyndicApartmentCsvPendingService()
  10854.     {
  10855.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10856.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10857.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10858.         return $this->services['vich_uploader.namer_origname.syndic_Apartment_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10859.     }
  10860.     /**
  10861.      * Gets the public 'vich_uploader.namer_origname.upload_archived' shared service.
  10862.      *
  10863.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10864.      */
  10865.     protected function getVichUploader_NamerOrigname_UploadArchivedService()
  10866.     {
  10867.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10868.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10869.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10870.         return $this->services['vich_uploader.namer_origname.upload_archived'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10871.     }
  10872.     /**
  10873.      * Gets the public 'vich_uploader.namer_origname.upload_bank_logo' shared service.
  10874.      *
  10875.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10876.      */
  10877.     protected function getVichUploader_NamerOrigname_UploadBankLogoService()
  10878.     {
  10879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10880.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10881.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10882.         return $this->services['vich_uploader.namer_origname.upload_bank_logo'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10883.     }
  10884.     /**
  10885.      * Gets the public 'vich_uploader.namer_origname.upload_doc_property' shared service.
  10886.      *
  10887.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10888.      */
  10889.     protected function getVichUploader_NamerOrigname_UploadDocPropertyService()
  10890.     {
  10891.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10892.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10894.         return $this->services['vich_uploader.namer_origname.upload_doc_property'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10895.     }
  10896.     /**
  10897.      * Gets the public 'vich_uploader.namer_origname.upload_file_minutes' shared service.
  10898.      *
  10899.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10900.      */
  10901.     protected function getVichUploader_NamerOrigname_UploadFileMinutesService()
  10902.     {
  10903.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10904.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10905.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10906.         return $this->services['vich_uploader.namer_origname.upload_file_minutes'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10907.     }
  10908.     /**
  10909.      * Gets the public 'vich_uploader.namer_origname.upload_icon_categorie_service' shared service.
  10910.      *
  10911.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10912.      */
  10913.     protected function getVichUploader_NamerOrigname_UploadIconCategorieServiceService()
  10914.     {
  10915.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10916.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10917.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10918.         return $this->services['vich_uploader.namer_origname.upload_icon_categorie_service'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10919.     }
  10920.     /**
  10921.      * Gets the public 'vich_uploader.namer_origname.upload_img_property' shared service.
  10922.      *
  10923.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10924.      */
  10925.     protected function getVichUploader_NamerOrigname_UploadImgPropertyService()
  10926.     {
  10927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10928.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10929.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10930.         return $this->services['vich_uploader.namer_origname.upload_img_property'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10931.     }
  10932.     /**
  10933.      * Gets the public 'vich_uploader.namer_origname.upload_img_pub' shared service.
  10934.      *
  10935.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10936.      */
  10937.     protected function getVichUploader_NamerOrigname_UploadImgPubService()
  10938.     {
  10939.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10940.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10941.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10942.         return $this->services['vich_uploader.namer_origname.upload_img_pub'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10943.     }
  10944.     /**
  10945.      * Gets the public 'vich_uploader.namer_origname.upload_img_service' shared service.
  10946.      *
  10947.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10948.      */
  10949.     protected function getVichUploader_NamerOrigname_UploadImgServiceService()
  10950.     {
  10951.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10952.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10953.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10954.         return $this->services['vich_uploader.namer_origname.upload_img_service'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10955.     }
  10956.     /**
  10957.      * Gets the public 'vich_uploader.namer_origname.upload_pending' shared service.
  10958.      *
  10959.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10960.      */
  10961.     protected function getVichUploader_NamerOrigname_UploadPendingService()
  10962.     {
  10963.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10964.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10965.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10966.         return $this->services['vich_uploader.namer_origname.upload_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10967.     }
  10968.     /**
  10969.      * Gets the public 'vich_uploader.namer_origname.upload_rapport' shared service.
  10970.      *
  10971.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10972.      */
  10973.     protected function getVichUploader_NamerOrigname_UploadRapportService()
  10974.     {
  10975.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10976.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10977.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10978.         return $this->services['vich_uploader.namer_origname.upload_rapport'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10979.     }
  10980.     /**
  10981.      * Gets the public 'vich_uploader.namer_origname.upload_traite' shared service.
  10982.      *
  10983.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10984.      */
  10985.     protected function getVichUploader_NamerOrigname_UploadTraiteService()
  10986.     {
  10987.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  10988.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  10989.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  10990.         return $this->services['vich_uploader.namer_origname.upload_traite'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  10991.     }
  10992.     /**
  10993.      * Gets the public 'vich_uploader.namer_origname.uploads_syndics_response' shared service.
  10994.      *
  10995.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  10996.      */
  10997.     protected function getVichUploader_NamerOrigname_UploadsSyndicsResponseService()
  10998.     {
  10999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11000.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11001.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11002.         return $this->services['vich_uploader.namer_origname.uploads_syndics_response'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11003.     }
  11004.     /**
  11005.      * Gets the public 'vich_uploader.namer_origname.work_csv_pending' shared service.
  11006.      *
  11007.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11008.      */
  11009.     protected function getVichUploader_NamerOrigname_WorkCsvPendingService()
  11010.     {
  11011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11012.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11013.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11014.         return $this->services['vich_uploader.namer_origname.work_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11015.     }
  11016.     /**
  11017.      * Gets the public 'vich_uploader.namer_origname.work_rules_csv_pending' shared service.
  11018.      *
  11019.      * @return \Vich\UploaderBundle\Naming\OrignameNamer
  11020.      */
  11021.     protected function getVichUploader_NamerOrigname_WorkRulesCsvPendingService()
  11022.     {
  11023.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/NamerInterface.php';
  11024.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/ConfigurableInterface.php';
  11025.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Naming/OrignameNamer.php';
  11026.         return $this->services['vich_uploader.namer_origname.work_rules_csv_pending'] = new \Vich\UploaderBundle\Naming\OrignameNamer(($this->privates['Vich\\UploaderBundle\\Util\\Transliterator'] ?? $this->getTransliteratorService()));
  11027.     }
  11028.     /**
  11029.      * Gets the public 'vich_uploader.upload_handler' shared service.
  11030.      *
  11031.      * @return \Vich\UploaderBundle\Handler\UploadHandler
  11032.      */
  11033.     protected function getVichUploader_UploadHandlerService()
  11034.     {
  11035.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/AbstractHandler.php';
  11036.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Handler/UploadHandler.php';
  11037.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjectorInterface.php';
  11038.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Injector/FileInjector.php';
  11039.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  11040.         if (isset($this->services['vich_uploader.upload_handler'])) {
  11041.             return $this->services['vich_uploader.upload_handler'];
  11042.         }
  11043.         $b = ($this->privates['vich_uploader.storage.file_system'] ?? $this->getVichUploader_Storage_FileSystemService());
  11044.         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);
  11045.     }
  11046.     /**
  11047.      * Gets the public 'web_profiler.controller.exception_panel' shared service.
  11048.      *
  11049.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ExceptionPanelController
  11050.      */
  11051.     protected function getWebProfiler_Controller_ExceptionPanelService()
  11052.     {
  11053.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ExceptionPanelController.php';
  11054.         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()));
  11055.     }
  11056.     /**
  11057.      * Gets the public 'web_profiler.controller.profiler' shared service.
  11058.      *
  11059.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\ProfilerController
  11060.      */
  11061.     protected function getWebProfiler_Controller_ProfilerService()
  11062.     {
  11063.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/ProfilerController.php';
  11064.         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));
  11065.     }
  11066.     /**
  11067.      * Gets the public 'web_profiler.controller.router' shared service.
  11068.      *
  11069.      * @return \Symfony\Bundle\WebProfilerBundle\Controller\RouterController
  11070.      */
  11071.     protected function getWebProfiler_Controller_RouterService()
  11072.     {
  11073.         include_once \dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle/Controller/RouterController.php';
  11074.         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 () {
  11075.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  11076.         }, 1));
  11077.     }
  11078.     /**
  11079.      * Gets the private '.App\Command\Admin\ImportPrasCommand.lazy' shared service.
  11080.      *
  11081.      * @return \Symfony\Component\Console\Command\LazyCommand
  11082.      */
  11083.     protected function getImportPrasCommand_LazyService()
  11084.     {
  11085.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11086.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11087.         return $this->privates['.App\\Command\\Admin\\ImportPrasCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:pras', [], 'Imports PRAS data from Excel files'false, function (): \App\Command\Admin\ImportPrasCommand {
  11088.             return ($this->privates['App\\Command\\Admin\\ImportPrasCommand'] ?? $this->getImportPrasCommandService());
  11089.         });
  11090.     }
  11091.     /**
  11092.      * Gets the private '.App\Command\Admin\ImportThePropertyDailyNeedsCommand.lazy' shared service.
  11093.      *
  11094.      * @return \Symfony\Component\Console\Command\LazyCommand
  11095.      */
  11096.     protected function getImportThePropertyDailyNeedsCommand_LazyService()
  11097.     {
  11098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11099.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11100.         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 {
  11101.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyDailyNeedsCommand'] ?? $this->getImportThePropertyDailyNeedsCommandService());
  11102.         });
  11103.     }
  11104.     /**
  11105.      * Gets the private '.App\Command\Admin\ImportThePropertyDocumentTypesCommand.lazy' shared service.
  11106.      *
  11107.      * @return \Symfony\Component\Console\Command\LazyCommand
  11108.      */
  11109.     protected function getImportThePropertyDocumentTypesCommand_LazyService()
  11110.     {
  11111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11113.         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 {
  11114.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyDocumentTypesCommand'] ?? $this->getImportThePropertyDocumentTypesCommandService());
  11115.         });
  11116.     }
  11117.     /**
  11118.      * Gets the private '.App\Command\Admin\ImportThePropertyFeaturesCommand.lazy' shared service.
  11119.      *
  11120.      * @return \Symfony\Component\Console\Command\LazyCommand
  11121.      */
  11122.     protected function getImportThePropertyFeaturesCommand_LazyService()
  11123.     {
  11124.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11125.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11126.         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 {
  11127.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyFeaturesCommand'] ?? $this->getImportThePropertyFeaturesCommandService());
  11128.         });
  11129.     }
  11130.     /**
  11131.      * Gets the private '.App\Command\Admin\ImportThePropertyOptionsCommand.lazy' shared service.
  11132.      *
  11133.      * @return \Symfony\Component\Console\Command\LazyCommand
  11134.      */
  11135.     protected function getImportThePropertyOptionsCommand_LazyService()
  11136.     {
  11137.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11138.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11139.         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 {
  11140.             return ($this->privates['App\\Command\\Admin\\ImportThePropertyOptionsCommand'] ?? $this->getImportThePropertyOptionsCommandService());
  11141.         });
  11142.     }
  11143.     /**
  11144.      * Gets the private '.App\Command\Admin\ImportTheServiceCategoriesCommand.lazy' shared service.
  11145.      *
  11146.      * @return \Symfony\Component\Console\Command\LazyCommand
  11147.      */
  11148.     protected function getImportTheServiceCategoriesCommand_LazyService()
  11149.     {
  11150.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11151.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11152.         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 {
  11153.             return ($this->privates['App\\Command\\Admin\\ImportTheServiceCategoriesCommand'] ?? $this->getImportTheServiceCategoriesCommandService());
  11154.         });
  11155.     }
  11156.     /**
  11157.      * Gets the private '.App\Command\AlertCommand.lazy' shared service.
  11158.      *
  11159.      * @return \Symfony\Component\Console\Command\LazyCommand
  11160.      */
  11161.     protected function getAlertCommand_LazyService()
  11162.     {
  11163.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11164.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11165.         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 {
  11166.             return ($this->privates['App\\Command\\AlertCommand'] ?? $this->getAlertCommandService());
  11167.         });
  11168.     }
  11169.     /**
  11170.      * Gets the private '.App\Command\BoilerExpert\BoilerBrusselsCommand.lazy' shared service.
  11171.      *
  11172.      * @return \Symfony\Component\Console\Command\LazyCommand
  11173.      */
  11174.     protected function getBoilerBrusselsCommand_LazyService()
  11175.     {
  11176.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11177.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11178.         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 {
  11179.             return ($this->privates['App\\Command\\BoilerExpert\\BoilerBrusselsCommand'] ?? $this->getBoilerBrusselsCommandService());
  11180.         });
  11181.     }
  11182.     /**
  11183.      * Gets the private '.App\Command\BoilerExpert\BoilerFlandreCommand.lazy' shared service.
  11184.      *
  11185.      * @return \Symfony\Component\Console\Command\LazyCommand
  11186.      */
  11187.     protected function getBoilerFlandreCommand_LazyService()
  11188.     {
  11189.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11190.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11191.         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 {
  11192.             return ($this->privates['App\\Command\\BoilerExpert\\BoilerFlandreCommand'] ?? $this->getBoilerFlandreCommandService());
  11193.         });
  11194.     }
  11195.     /**
  11196.      * Gets the private '.App\Command\BoilerExpert\BoilerWallonieCommand.lazy' shared service.
  11197.      *
  11198.      * @return \Symfony\Component\Console\Command\LazyCommand
  11199.      */
  11200.     protected function getBoilerWallonieCommand_LazyService()
  11201.     {
  11202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11203.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11204.         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 {
  11205.             return ($this->privates['App\\Command\\BoilerExpert\\BoilerWallonieCommand'] ?? $this->getBoilerWallonieCommandService());
  11206.         });
  11207.     }
  11208.     /**
  11209.      * Gets the private '.App\Command\CreateEventsOnspanCommand.lazy' shared service.
  11210.      *
  11211.      * @return \Symfony\Component\Console\Command\LazyCommand
  11212.      */
  11213.     protected function getCreateEventsOnspanCommand_LazyService()
  11214.     {
  11215.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11216.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11217.         return $this->privates['.App\\Command\\CreateEventsOnspanCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('CreateEventsOnspan', [], 'Create events notifications for Onespan'false, function (): \App\Command\CreateEventsOnspanCommand {
  11218.             return ($this->privates['App\\Command\\CreateEventsOnspanCommand'] ?? $this->getCreateEventsOnspanCommandService());
  11219.         });
  11220.     }
  11221.     /**
  11222.      * Gets the private '.App\Command\ElevatorExpert\CompaniesCommand.lazy' shared service.
  11223.      *
  11224.      * @return \Symfony\Component\Console\Command\LazyCommand
  11225.      */
  11226.     protected function getCompaniesCommand_LazyService()
  11227.     {
  11228.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11229.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11230.         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 {
  11231.             return ($this->privates['App\\Command\\ElevatorExpert\\CompaniesCommand'] ?? $this->getCompaniesCommandService());
  11232.         });
  11233.     }
  11234.     /**
  11235.      * Gets the private '.App\Command\Engie\NewEngieCommand.lazy' shared service.
  11236.      *
  11237.      * @return \Symfony\Component\Console\Command\LazyCommand
  11238.      */
  11239.     protected function getNewEngieCommand_LazyService()
  11240.     {
  11241.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11242.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11243.         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 {
  11244.             return ($this->privates['App\\Command\\Engie\\NewEngieCommand'] ?? $this->getNewEngieCommandService());
  11245.         });
  11246.     }
  11247.     /**
  11248.      * Gets the private '.App\Command\ImportArtistList.lazy' shared service.
  11249.      *
  11250.      * @return \Symfony\Component\Console\Command\LazyCommand
  11251.      */
  11252.     protected function getImportArtistList_LazyService()
  11253.     {
  11254.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11256.         return $this->privates['.App\\Command\\ImportArtistList.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('import:artist', [], 'Import artist list'false, function (): \App\Command\ImportArtistList {
  11257.             return ($this->privates['App\\Command\\ImportArtistList'] ?? $this->getImportArtistListService());
  11258.         });
  11259.     }
  11260.     /**
  11261.      * Gets the private '.App\Command\ImportCsvBankCommand.lazy' shared service.
  11262.      *
  11263.      * @return \Symfony\Component\Console\Command\LazyCommand
  11264.      */
  11265.     protected function getImportCsvBankCommand_LazyService()
  11266.     {
  11267.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11268.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11269.         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 {
  11270.             return ($this->privates['App\\Command\\ImportCsvBankCommand'] ?? $this->getImportCsvBankCommandService());
  11271.         });
  11272.     }
  11273.     /**
  11274.      * Gets the private '.App\Command\ImportCsvsimulationCommand.lazy' shared service.
  11275.      *
  11276.      * @return \Symfony\Component\Console\Command\LazyCommand
  11277.      */
  11278.     protected function getImportCsvsimulationCommand_LazyService()
  11279.     {
  11280.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11281.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11282.         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 {
  11283.             return ($this->privates['App\\Command\\ImportCsvsimulationCommand'] ?? $this->getImportCsvsimulationCommandService());
  11284.         });
  11285.     }
  11286.     /**
  11287.      * Gets the private '.App\Command\ImportExcelFileCommand.lazy' shared service.
  11288.      *
  11289.      * @return \Symfony\Component\Console\Command\LazyCommand
  11290.      */
  11291.     protected function getImportExcelFileCommand_LazyService()
  11292.     {
  11293.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11294.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11295.         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 {
  11296.             return ($this->privates['App\\Command\\ImportExcelFileCommand'] ?? $this->getImportExcelFileCommandService());
  11297.         });
  11298.     }
  11299.     /**
  11300.      * Gets the private '.App\Command\ImportImageGeoportailCommand.lazy' shared service.
  11301.      *
  11302.      * @return \Symfony\Component\Console\Command\LazyCommand
  11303.      */
  11304.     protected function getImportImageGeoportailCommand_LazyService()
  11305.     {
  11306.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11307.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11308.         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 {
  11309.             return ($this->privates['App\\Command\\ImportImageGeoportailCommand'] ?? $this->getImportImageGeoportailCommandService());
  11310.         });
  11311.     }
  11312.     /**
  11313.      * Gets the private '.App\Command\ImportMovingCompanyCommand.lazy' shared service.
  11314.      *
  11315.      * @return \Symfony\Component\Console\Command\LazyCommand
  11316.      */
  11317.     protected function getImportMovingCompanyCommand_LazyService()
  11318.     {
  11319.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11320.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11321.         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 {
  11322.             return ($this->privates['App\\Command\\ImportMovingCompanyCommand'] ?? $this->getImportMovingCompanyCommandService());
  11323.         });
  11324.     }
  11325.     /**
  11326.      * Gets the private '.App\Command\ImportNeighborhoodProjectMunicipalitiesCommand.lazy' shared service.
  11327.      *
  11328.      * @return \Symfony\Component\Console\Command\LazyCommand
  11329.      */
  11330.     protected function getImportNeighborhoodProjectMunicipalitiesCommand_LazyService()
  11331.     {
  11332.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11333.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11334.         return $this->privates['.App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:neighborhood-project-municipalities', [], 'Import municipality emails for neighborhood projects.'false, function (): \App\Command\ImportNeighborhoodProjectMunicipalitiesCommand {
  11335.             return ($this->privates['App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand'] ?? $this->getImportNeighborhoodProjectMunicipalitiesCommandService());
  11336.         });
  11337.     }
  11338.     /**
  11339.      * Gets the private '.App\Command\ImportObligationsCommand.lazy' shared service.
  11340.      *
  11341.      * @return \Symfony\Component\Console\Command\LazyCommand
  11342.      */
  11343.     protected function getImportObligationsCommand_LazyService()
  11344.     {
  11345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11346.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11347.         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 {
  11348.             return ($this->privates['App\\Command\\ImportObligationsCommand'] ?? $this->getImportObligationsCommandService());
  11349.         });
  11350.     }
  11351.     /**
  11352.      * Gets the private '.App\Command\ImportOccupationPeriodDataCommand.lazy' shared service.
  11353.      *
  11354.      * @return \Symfony\Component\Console\Command\LazyCommand
  11355.      */
  11356.     protected function getImportOccupationPeriodDataCommand_LazyService()
  11357.     {
  11358.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11360.         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 {
  11361.             return ($this->privates['App\\Command\\ImportOccupationPeriodDataCommand'] ?? $this->getImportOccupationPeriodDataCommandService());
  11362.         });
  11363.     }
  11364.     /**
  11365.      * Gets the private '.App\Command\ImportPrimeCommand.lazy' shared service.
  11366.      *
  11367.      * @return \Symfony\Component\Console\Command\LazyCommand
  11368.      */
  11369.     protected function getImportPrimeCommand_LazyService()
  11370.     {
  11371.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11372.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11373.         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 {
  11374.             return ($this->privates['App\\Command\\ImportPrimeCommand'] ?? $this->getImportPrimeCommandService());
  11375.         });
  11376.     }
  11377.     /**
  11378.      * Gets the private '.App\Command\ImportProviderSocietyCommand.lazy' shared service.
  11379.      *
  11380.      * @return \Symfony\Component\Console\Command\LazyCommand
  11381.      */
  11382.     protected function getImportProviderSocietyCommand_LazyService()
  11383.     {
  11384.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11385.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11386.         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 {
  11387.             return ($this->privates['App\\Command\\ImportProviderSocietyCommand'] ?? $this->getImportProviderSocietyCommandService());
  11388.         });
  11389.     }
  11390.     /**
  11391.      * Gets the private '.App\Command\ImportReferenceRentCommand.lazy' shared service.
  11392.      *
  11393.      * @return \Symfony\Component\Console\Command\LazyCommand
  11394.      */
  11395.     protected function getImportReferenceRentCommand_LazyService()
  11396.     {
  11397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11398.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11399.         return $this->privates['.App\\Command\\ImportReferenceRentCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:import:reference-rent', [], 'Import reference rents/prices from public/xlsx/pending.'false, function (): \App\Command\ImportReferenceRentCommand {
  11400.             return ($this->privates['App\\Command\\ImportReferenceRentCommand'] ?? $this->getImportReferenceRentCommandService());
  11401.         });
  11402.     }
  11403.     /**
  11404.      * Gets the private '.App\Command\ImportStreetAveragePriceCommand.lazy' shared service.
  11405.      *
  11406.      * @return \Symfony\Component\Console\Command\LazyCommand
  11407.      */
  11408.     protected function getImportStreetAveragePriceCommand_LazyService()
  11409.     {
  11410.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11411.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11412.         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 {
  11413.             return ($this->privates['App\\Command\\ImportStreetAveragePriceCommand'] ?? $this->getImportStreetAveragePriceCommandService());
  11414.         });
  11415.     }
  11416.     /**
  11417.      * Gets the private '.App\Command\InsertCsvPretCommand.lazy' shared service.
  11418.      *
  11419.      * @return \Symfony\Component\Console\Command\LazyCommand
  11420.      */
  11421.     protected function getInsertCsvPretCommand_LazyService()
  11422.     {
  11423.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11424.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11425.         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 {
  11426.             return ($this->privates['App\\Command\\InsertCsvPretCommand'] ?? $this->getInsertCsvPretCommandService());
  11427.         });
  11428.     }
  11429.     /**
  11430.      * Gets the private '.App\Command\MunicipalityCommand.lazy' shared service.
  11431.      *
  11432.      * @return \Symfony\Component\Console\Command\LazyCommand
  11433.      */
  11434.     protected function getMunicipalityCommand_LazyService()
  11435.     {
  11436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11438.         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 {
  11439.             return ($this->privates['App\\Command\\MunicipalityCommand'] ?? $this->getMunicipalityCommandService());
  11440.         });
  11441.     }
  11442.     /**
  11443.      * Gets the private '.App\Command\PolygonTransformationCommand.lazy' shared service.
  11444.      *
  11445.      * @return \Symfony\Component\Console\Command\LazyCommand
  11446.      */
  11447.     protected function getPolygonTransformationCommand_LazyService()
  11448.     {
  11449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11451.         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 {
  11452.             return ($this->privates['App\\Command\\PolygonTransformationCommand'] ?? $this->getPolygonTransformationCommandService());
  11453.         });
  11454.     }
  11455.     /**
  11456.      * Gets the private '.App\Command\PrimeAlertCommand.lazy' shared service.
  11457.      *
  11458.      * @return \Symfony\Component\Console\Command\LazyCommand
  11459.      */
  11460.     protected function getPrimeAlertCommand_LazyService()
  11461.     {
  11462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11464.         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 {
  11465.             return ($this->privates['App\\Command\\PrimeAlertCommand'] ?? $this->getPrimeAlertCommandService());
  11466.         });
  11467.     }
  11468.     /**
  11469.      * Gets the private '.App\Command\RebuildSearchIndexCommand.lazy' shared service.
  11470.      *
  11471.      * @return \Symfony\Component\Console\Command\LazyCommand
  11472.      */
  11473.     protected function getRebuildSearchIndexCommand_LazyService()
  11474.     {
  11475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11477.         return $this->privates['.App\\Command\\RebuildSearchIndexCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:search-index:rebuild', [], 'Rebuild search_index from database sources'false, function (): \App\Command\RebuildSearchIndexCommand {
  11478.             return ($this->privates['App\\Command\\RebuildSearchIndexCommand'] ?? $this->getRebuildSearchIndexCommandService());
  11479.         });
  11480.     }
  11481.     /**
  11482.      * Gets the private '.App\Command\RedisClearCacheCommand.lazy' shared service.
  11483.      *
  11484.      * @return \Symfony\Component\Console\Command\LazyCommand
  11485.      */
  11486.     protected function getRedisClearCacheCommand_LazyService()
  11487.     {
  11488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11490.         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 {
  11491.             return ($this->privates['App\\Command\\RedisClearCacheCommand'] ?? $this->getRedisClearCacheCommandService());
  11492.         });
  11493.     }
  11494.     /**
  11495.      * Gets the private '.App\Command\RegionCommand.lazy' shared service.
  11496.      *
  11497.      * @return \Symfony\Component\Console\Command\LazyCommand
  11498.      */
  11499.     protected function getRegionCommand_LazyService()
  11500.     {
  11501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11503.         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 {
  11504.             return ($this->privates['App\\Command\\RegionCommand'] ?? $this->getRegionCommandService());
  11505.         });
  11506.     }
  11507.     /**
  11508.      * Gets the private '.App\Command\RentestimationCommand.lazy' shared service.
  11509.      *
  11510.      * @return \Symfony\Component\Console\Command\LazyCommand
  11511.      */
  11512.     protected function getRentestimationCommand_LazyService()
  11513.     {
  11514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11516.         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 {
  11517.             return ($this->privates['App\\Command\\RentestimationCommand'] ?? $this->getRentestimationCommandService());
  11518.         });
  11519.     }
  11520.     /**
  11521.      * Gets the private '.App\Command\RulesCsvCommand.lazy' shared service.
  11522.      *
  11523.      * @return \Symfony\Component\Console\Command\LazyCommand
  11524.      */
  11525.     protected function getRulesCsvCommand_LazyService()
  11526.     {
  11527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11529.         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 {
  11530.             return ($this->services['App\\Command\\RulesCsvCommand'] ?? $this->getRulesCsvCommandService());
  11531.         });
  11532.     }
  11533.     /**
  11534.      * Gets the private '.App\Command\SendEmailNotificationCommand.lazy' shared service.
  11535.      *
  11536.      * @return \Symfony\Component\Console\Command\LazyCommand
  11537.      */
  11538.     protected function getSendEmailNotificationCommand_LazyService()
  11539.     {
  11540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11542.         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 {
  11543.             return ($this->privates['App\\Command\\SendEmailNotificationCommand'] ?? $this->getSendEmailNotificationCommandService());
  11544.         });
  11545.     }
  11546.     /**
  11547.      * Gets the private '.App\Command\SendNotifSalesAgreementLimitCommand.lazy' shared service.
  11548.      *
  11549.      * @return \Symfony\Component\Console\Command\LazyCommand
  11550.      */
  11551.     protected function getSendNotifSalesAgreementLimitCommand_LazyService()
  11552.     {
  11553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11555.         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 {
  11556.             return ($this->privates['App\\Command\\SendNotifSalesAgreementLimitCommand'] ?? $this->getSendNotifSalesAgreementLimitCommandService());
  11557.         });
  11558.     }
  11559.     /**
  11560.      * Gets the private '.App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand.lazy' shared service.
  11561.      *
  11562.      * @return \Symfony\Component\Console\Command\LazyCommand
  11563.      */
  11564.     protected function getCreatePermitLocationAndCategoryCommand_LazyService()
  11565.     {
  11566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11568.         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 {
  11569.             return ($this->privates['App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand'] ?? $this->getCreatePermitLocationAndCategoryCommandService());
  11570.         });
  11571.     }
  11572.     /**
  11573.      * Gets the private '.App\Command\TankExpert\EngOffFlandreCommand.lazy' shared service.
  11574.      *
  11575.      * @return \Symfony\Component\Console\Command\LazyCommand
  11576.      */
  11577.     protected function getEngOffFlandreCommand_LazyService()
  11578.     {
  11579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11581.         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 {
  11582.             return ($this->privates['App\\Command\\TankExpert\\EngOffFlandreCommand'] ?? $this->getEngOffFlandreCommandService());
  11583.         });
  11584.     }
  11585.     /**
  11586.      * Gets the private '.App\Command\TankExpert\EngineeringOfficesCommand.lazy' shared service.
  11587.      *
  11588.      * @return \Symfony\Component\Console\Command\LazyCommand
  11589.      */
  11590.     protected function getEngineeringOfficesCommand_LazyService()
  11591.     {
  11592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11594.         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 {
  11595.             return ($this->privates['App\\Command\\TankExpert\\EngineeringOfficesCommand'] ?? $this->getEngineeringOfficesCommandService());
  11596.         });
  11597.     }
  11598.     /**
  11599.      * Gets the private '.App\Command\TankExpert\TankWallonieCommand.lazy' shared service.
  11600.      *
  11601.      * @return \Symfony\Component\Console\Command\LazyCommand
  11602.      */
  11603.     protected function getTankWallonieCommand_LazyService()
  11604.     {
  11605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11607.         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 {
  11608.             return ($this->privates['App\\Command\\TankExpert\\TankWallonieCommand'] ?? $this->getTankWallonieCommandService());
  11609.         });
  11610.     }
  11611.     /**
  11612.      * Gets the private '.App\Command\UpdateUsernamesCommand.lazy' shared service.
  11613.      *
  11614.      * @return \Symfony\Component\Console\Command\LazyCommand
  11615.      */
  11616.     protected function getUpdateUsernamesCommand_LazyService()
  11617.     {
  11618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11620.         return $this->privates['.App\\Command\\UpdateUsernamesCommand.lazy'] = new \Symfony\Component\Console\Command\LazyCommand('app:user:update-usernames', [], 'Updates usernames for users who do not have one yet'false, function (): \App\Command\UpdateUsernamesCommand {
  11621.             return ($this->privates['App\\Command\\UpdateUsernamesCommand'] ?? $this->getUpdateUsernamesCommandService());
  11622.         });
  11623.     }
  11624.     /**
  11625.      * Gets the private '.App\Command\WorkCsvCommand.lazy' shared service.
  11626.      *
  11627.      * @return \Symfony\Component\Console\Command\LazyCommand
  11628.      */
  11629.     protected function getWorkCsvCommand_LazyService()
  11630.     {
  11631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11633.         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 {
  11634.             return ($this->services['App\\Command\\WorkCsvCommand'] ?? $this->getWorkCsvCommandService());
  11635.         });
  11636.     }
  11637.     /**
  11638.      * Gets the private '.App\Command\sendAlertAquisitionCommand.lazy' shared service.
  11639.      *
  11640.      * @return \Symfony\Component\Console\Command\LazyCommand
  11641.      */
  11642.     protected function getSendAlertAquisitionCommand_LazyService()
  11643.     {
  11644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11646.         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 {
  11647.             return ($this->privates['App\\Command\\sendAlertAquisitionCommand'] ?? $this->getSendAlertAquisitionCommandService());
  11648.         });
  11649.     }
  11650.     /**
  11651.      * Gets the private '.cache_connection.PhtYv8i' shared service.
  11652.      *
  11653.      * @return \Symfony\Component\Cache\Adapter\AbstractAdapter
  11654.      */
  11655.     protected function get_CacheConnection_PhtYv8iService()
  11656.     {
  11657.         return $this->privates['.cache_connection.PhtYv8i'] = \Symfony\Component\Cache\Adapter\AbstractAdapter::createConnection($this->getEnv('string:resolve:REDIS_URL').'/0', ['lazy' => true]);
  11658.     }
  11659.     /**
  11660.      * Gets the private '.console.command.about.lazy' shared service.
  11661.      *
  11662.      * @return \Symfony\Component\Console\Command\LazyCommand
  11663.      */
  11664.     protected function get_Console_Command_About_LazyService()
  11665.     {
  11666.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11667.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11668.         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 {
  11669.             return ($this->privates['console.command.about'] ?? $this->getConsole_Command_AboutService());
  11670.         });
  11671.     }
  11672.     /**
  11673.      * Gets the private '.console.command.assets_install.lazy' shared service.
  11674.      *
  11675.      * @return \Symfony\Component\Console\Command\LazyCommand
  11676.      */
  11677.     protected function get_Console_Command_AssetsInstall_LazyService()
  11678.     {
  11679.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11681.         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 {
  11682.             return ($this->privates['console.command.assets_install'] ?? $this->getConsole_Command_AssetsInstallService());
  11683.         });
  11684.     }
  11685.     /**
  11686.      * Gets the private '.console.command.cache_clear.lazy' shared service.
  11687.      *
  11688.      * @return \Symfony\Component\Console\Command\LazyCommand
  11689.      */
  11690.     protected function get_Console_Command_CacheClear_LazyService()
  11691.     {
  11692.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11693.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11694.         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 {
  11695.             return ($this->privates['console.command.cache_clear'] ?? $this->getConsole_Command_CacheClearService());
  11696.         });
  11697.     }
  11698.     /**
  11699.      * Gets the private '.console.command.cache_pool_clear.lazy' shared service.
  11700.      *
  11701.      * @return \Symfony\Component\Console\Command\LazyCommand
  11702.      */
  11703.     protected function get_Console_Command_CachePoolClear_LazyService()
  11704.     {
  11705.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11706.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11707.         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 {
  11708.             return ($this->privates['console.command.cache_pool_clear'] ?? $this->getConsole_Command_CachePoolClearService());
  11709.         });
  11710.     }
  11711.     /**
  11712.      * Gets the private '.console.command.cache_pool_delete.lazy' shared service.
  11713.      *
  11714.      * @return \Symfony\Component\Console\Command\LazyCommand
  11715.      */
  11716.     protected function get_Console_Command_CachePoolDelete_LazyService()
  11717.     {
  11718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11719.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11720.         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 {
  11721.             return ($this->privates['console.command.cache_pool_delete'] ?? $this->getConsole_Command_CachePoolDeleteService());
  11722.         });
  11723.     }
  11724.     /**
  11725.      * Gets the private '.console.command.cache_pool_list.lazy' shared service.
  11726.      *
  11727.      * @return \Symfony\Component\Console\Command\LazyCommand
  11728.      */
  11729.     protected function get_Console_Command_CachePoolList_LazyService()
  11730.     {
  11731.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11732.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11733.         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 {
  11734.             return ($this->privates['console.command.cache_pool_list'] ?? $this->getConsole_Command_CachePoolListService());
  11735.         });
  11736.     }
  11737.     /**
  11738.      * Gets the private '.console.command.cache_pool_prune.lazy' shared service.
  11739.      *
  11740.      * @return \Symfony\Component\Console\Command\LazyCommand
  11741.      */
  11742.     protected function get_Console_Command_CachePoolPrune_LazyService()
  11743.     {
  11744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11746.         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 {
  11747.             return ($this->privates['console.command.cache_pool_prune'] ?? $this->getConsole_Command_CachePoolPruneService());
  11748.         });
  11749.     }
  11750.     /**
  11751.      * Gets the private '.console.command.cache_warmup.lazy' shared service.
  11752.      *
  11753.      * @return \Symfony\Component\Console\Command\LazyCommand
  11754.      */
  11755.     protected function get_Console_Command_CacheWarmup_LazyService()
  11756.     {
  11757.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11759.         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 {
  11760.             return ($this->privates['console.command.cache_warmup'] ?? $this->getConsole_Command_CacheWarmupService());
  11761.         });
  11762.     }
  11763.     /**
  11764.      * Gets the private '.console.command.config_debug.lazy' shared service.
  11765.      *
  11766.      * @return \Symfony\Component\Console\Command\LazyCommand
  11767.      */
  11768.     protected function get_Console_Command_ConfigDebug_LazyService()
  11769.     {
  11770.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11771.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11772.         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 {
  11773.             return ($this->privates['console.command.config_debug'] ?? $this->getConsole_Command_ConfigDebugService());
  11774.         });
  11775.     }
  11776.     /**
  11777.      * Gets the private '.console.command.config_dump_reference.lazy' shared service.
  11778.      *
  11779.      * @return \Symfony\Component\Console\Command\LazyCommand
  11780.      */
  11781.     protected function get_Console_Command_ConfigDumpReference_LazyService()
  11782.     {
  11783.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11784.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11785.         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 {
  11786.             return ($this->privates['console.command.config_dump_reference'] ?? $this->getConsole_Command_ConfigDumpReferenceService());
  11787.         });
  11788.     }
  11789.     /**
  11790.      * Gets the private '.console.command.container_debug.lazy' shared service.
  11791.      *
  11792.      * @return \Symfony\Component\Console\Command\LazyCommand
  11793.      */
  11794.     protected function get_Console_Command_ContainerDebug_LazyService()
  11795.     {
  11796.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11797.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11798.         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 {
  11799.             return ($this->privates['console.command.container_debug'] ?? $this->getConsole_Command_ContainerDebugService());
  11800.         });
  11801.     }
  11802.     /**
  11803.      * Gets the private '.console.command.container_lint.lazy' shared service.
  11804.      *
  11805.      * @return \Symfony\Component\Console\Command\LazyCommand
  11806.      */
  11807.     protected function get_Console_Command_ContainerLint_LazyService()
  11808.     {
  11809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11810.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11811.         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 {
  11812.             return ($this->privates['console.command.container_lint'] ?? $this->getConsole_Command_ContainerLintService());
  11813.         });
  11814.     }
  11815.     /**
  11816.      * Gets the private '.console.command.debug_autowiring.lazy' shared service.
  11817.      *
  11818.      * @return \Symfony\Component\Console\Command\LazyCommand
  11819.      */
  11820.     protected function get_Console_Command_DebugAutowiring_LazyService()
  11821.     {
  11822.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11823.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11824.         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 {
  11825.             return ($this->privates['console.command.debug_autowiring'] ?? $this->getConsole_Command_DebugAutowiringService());
  11826.         });
  11827.     }
  11828.     /**
  11829.      * Gets the private '.console.command.dotenv_debug.lazy' shared service.
  11830.      *
  11831.      * @return \Symfony\Component\Console\Command\LazyCommand
  11832.      */
  11833.     protected function get_Console_Command_DotenvDebug_LazyService()
  11834.     {
  11835.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11836.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11837.         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 {
  11838.             return ($this->privates['console.command.dotenv_debug'] ?? $this->getConsole_Command_DotenvDebugService());
  11839.         });
  11840.     }
  11841.     /**
  11842.      * Gets the private '.console.command.event_dispatcher_debug.lazy' shared service.
  11843.      *
  11844.      * @return \Symfony\Component\Console\Command\LazyCommand
  11845.      */
  11846.     protected function get_Console_Command_EventDispatcherDebug_LazyService()
  11847.     {
  11848.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11849.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11850.         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 {
  11851.             return ($this->privates['console.command.event_dispatcher_debug'] ?? $this->getConsole_Command_EventDispatcherDebugService());
  11852.         });
  11853.     }
  11854.     /**
  11855.      * Gets the private '.console.command.form_debug.lazy' shared service.
  11856.      *
  11857.      * @return \Symfony\Component\Console\Command\LazyCommand
  11858.      */
  11859.     protected function get_Console_Command_FormDebug_LazyService()
  11860.     {
  11861.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11862.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11863.         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 {
  11864.             return ($this->privates['console.command.form_debug'] ?? $this->getConsole_Command_FormDebugService());
  11865.         });
  11866.     }
  11867.     /**
  11868.      * Gets the private '.console.command.messenger_consume_messages.lazy' shared service.
  11869.      *
  11870.      * @return \Symfony\Component\Console\Command\LazyCommand
  11871.      */
  11872.     protected function get_Console_Command_MessengerConsumeMessages_LazyService()
  11873.     {
  11874.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11875.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11876.         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 {
  11877.             return ($this->privates['console.command.messenger_consume_messages'] ?? $this->getConsole_Command_MessengerConsumeMessagesService());
  11878.         });
  11879.     }
  11880.     /**
  11881.      * Gets the private '.console.command.messenger_debug.lazy' shared service.
  11882.      *
  11883.      * @return \Symfony\Component\Console\Command\LazyCommand
  11884.      */
  11885.     protected function get_Console_Command_MessengerDebug_LazyService()
  11886.     {
  11887.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11888.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11889.         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 {
  11890.             return ($this->privates['console.command.messenger_debug'] ?? $this->getConsole_Command_MessengerDebugService());
  11891.         });
  11892.     }
  11893.     /**
  11894.      * Gets the private '.console.command.messenger_failed_messages_remove.lazy' shared service.
  11895.      *
  11896.      * @return \Symfony\Component\Console\Command\LazyCommand
  11897.      */
  11898.     protected function get_Console_Command_MessengerFailedMessagesRemove_LazyService()
  11899.     {
  11900.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11902.         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 {
  11903.             return ($this->privates['console.command.messenger_failed_messages_remove'] ?? $this->getConsole_Command_MessengerFailedMessagesRemoveService());
  11904.         });
  11905.     }
  11906.     /**
  11907.      * Gets the private '.console.command.messenger_failed_messages_retry.lazy' shared service.
  11908.      *
  11909.      * @return \Symfony\Component\Console\Command\LazyCommand
  11910.      */
  11911.     protected function get_Console_Command_MessengerFailedMessagesRetry_LazyService()
  11912.     {
  11913.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11914.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11915.         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 {
  11916.             return ($this->privates['console.command.messenger_failed_messages_retry'] ?? $this->getConsole_Command_MessengerFailedMessagesRetryService());
  11917.         });
  11918.     }
  11919.     /**
  11920.      * Gets the private '.console.command.messenger_failed_messages_show.lazy' shared service.
  11921.      *
  11922.      * @return \Symfony\Component\Console\Command\LazyCommand
  11923.      */
  11924.     protected function get_Console_Command_MessengerFailedMessagesShow_LazyService()
  11925.     {
  11926.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11927.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11928.         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 {
  11929.             return ($this->privates['console.command.messenger_failed_messages_show'] ?? $this->getConsole_Command_MessengerFailedMessagesShowService());
  11930.         });
  11931.     }
  11932.     /**
  11933.      * Gets the private '.console.command.messenger_setup_transports.lazy' shared service.
  11934.      *
  11935.      * @return \Symfony\Component\Console\Command\LazyCommand
  11936.      */
  11937.     protected function get_Console_Command_MessengerSetupTransports_LazyService()
  11938.     {
  11939.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11940.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11941.         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 {
  11942.             return ($this->privates['console.command.messenger_setup_transports'] ?? $this->getConsole_Command_MessengerSetupTransportsService());
  11943.         });
  11944.     }
  11945.     /**
  11946.      * Gets the private '.console.command.messenger_stop_workers.lazy' shared service.
  11947.      *
  11948.      * @return \Symfony\Component\Console\Command\LazyCommand
  11949.      */
  11950.     protected function get_Console_Command_MessengerStopWorkers_LazyService()
  11951.     {
  11952.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11953.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11954.         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 {
  11955.             return ($this->privates['console.command.messenger_stop_workers'] ?? $this->getConsole_Command_MessengerStopWorkersService());
  11956.         });
  11957.     }
  11958.     /**
  11959.      * Gets the private '.console.command.router_debug.lazy' shared service.
  11960.      *
  11961.      * @return \Symfony\Component\Console\Command\LazyCommand
  11962.      */
  11963.     protected function get_Console_Command_RouterDebug_LazyService()
  11964.     {
  11965.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11966.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11967.         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 {
  11968.             return ($this->privates['console.command.router_debug'] ?? $this->getConsole_Command_RouterDebugService());
  11969.         });
  11970.     }
  11971.     /**
  11972.      * Gets the private '.console.command.router_match.lazy' shared service.
  11973.      *
  11974.      * @return \Symfony\Component\Console\Command\LazyCommand
  11975.      */
  11976.     protected function get_Console_Command_RouterMatch_LazyService()
  11977.     {
  11978.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11979.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11980.         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 {
  11981.             return ($this->privates['console.command.router_match'] ?? $this->getConsole_Command_RouterMatchService());
  11982.         });
  11983.     }
  11984.     /**
  11985.      * Gets the private '.console.command.secrets_decrypt_to_local.lazy' shared service.
  11986.      *
  11987.      * @return \Symfony\Component\Console\Command\LazyCommand
  11988.      */
  11989.     protected function get_Console_Command_SecretsDecryptToLocal_LazyService()
  11990.     {
  11991.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  11992.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  11993.         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 {
  11994.             return ($this->privates['console.command.secrets_decrypt_to_local'] ?? $this->getConsole_Command_SecretsDecryptToLocalService());
  11995.         });
  11996.     }
  11997.     /**
  11998.      * Gets the private '.console.command.secrets_encrypt_from_local.lazy' shared service.
  11999.      *
  12000.      * @return \Symfony\Component\Console\Command\LazyCommand
  12001.      */
  12002.     protected function get_Console_Command_SecretsEncryptFromLocal_LazyService()
  12003.     {
  12004.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12005.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12006.         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 {
  12007.             return ($this->privates['console.command.secrets_encrypt_from_local'] ?? $this->getConsole_Command_SecretsEncryptFromLocalService());
  12008.         });
  12009.     }
  12010.     /**
  12011.      * Gets the private '.console.command.secrets_generate_key.lazy' shared service.
  12012.      *
  12013.      * @return \Symfony\Component\Console\Command\LazyCommand
  12014.      */
  12015.     protected function get_Console_Command_SecretsGenerateKey_LazyService()
  12016.     {
  12017.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12018.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12019.         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 {
  12020.             return ($this->privates['console.command.secrets_generate_key'] ?? $this->getConsole_Command_SecretsGenerateKeyService());
  12021.         });
  12022.     }
  12023.     /**
  12024.      * Gets the private '.console.command.secrets_list.lazy' shared service.
  12025.      *
  12026.      * @return \Symfony\Component\Console\Command\LazyCommand
  12027.      */
  12028.     protected function get_Console_Command_SecretsList_LazyService()
  12029.     {
  12030.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12031.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12032.         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 {
  12033.             return ($this->privates['console.command.secrets_list'] ?? $this->getConsole_Command_SecretsListService());
  12034.         });
  12035.     }
  12036.     /**
  12037.      * Gets the private '.console.command.secrets_remove.lazy' shared service.
  12038.      *
  12039.      * @return \Symfony\Component\Console\Command\LazyCommand
  12040.      */
  12041.     protected function get_Console_Command_SecretsRemove_LazyService()
  12042.     {
  12043.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12044.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12045.         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 {
  12046.             return ($this->privates['console.command.secrets_remove'] ?? $this->getConsole_Command_SecretsRemoveService());
  12047.         });
  12048.     }
  12049.     /**
  12050.      * Gets the private '.console.command.secrets_set.lazy' shared service.
  12051.      *
  12052.      * @return \Symfony\Component\Console\Command\LazyCommand
  12053.      */
  12054.     protected function get_Console_Command_SecretsSet_LazyService()
  12055.     {
  12056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12057.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12058.         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 {
  12059.             return ($this->privates['console.command.secrets_set'] ?? $this->getConsole_Command_SecretsSetService());
  12060.         });
  12061.     }
  12062.     /**
  12063.      * Gets the private '.console.command.translation_debug.lazy' shared service.
  12064.      *
  12065.      * @return \Symfony\Component\Console\Command\LazyCommand
  12066.      */
  12067.     protected function get_Console_Command_TranslationDebug_LazyService()
  12068.     {
  12069.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12071.         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 {
  12072.             return ($this->privates['console.command.translation_debug'] ?? $this->getConsole_Command_TranslationDebugService());
  12073.         });
  12074.     }
  12075.     /**
  12076.      * Gets the private '.console.command.translation_extract.lazy' shared service.
  12077.      *
  12078.      * @return \Symfony\Component\Console\Command\LazyCommand
  12079.      */
  12080.     protected function get_Console_Command_TranslationExtract_LazyService()
  12081.     {
  12082.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12083.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12084.         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 {
  12085.             return ($this->privates['console.command.translation_extract'] ?? $this->getConsole_Command_TranslationExtractService());
  12086.         });
  12087.     }
  12088.     /**
  12089.      * Gets the private '.console.command.translation_pull.lazy' shared service.
  12090.      *
  12091.      * @return \Symfony\Component\Console\Command\LazyCommand
  12092.      */
  12093.     protected function get_Console_Command_TranslationPull_LazyService()
  12094.     {
  12095.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12096.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12097.         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 {
  12098.             return ($this->privates['console.command.translation_pull'] ?? $this->getConsole_Command_TranslationPullService());
  12099.         });
  12100.     }
  12101.     /**
  12102.      * Gets the private '.console.command.translation_push.lazy' shared service.
  12103.      *
  12104.      * @return \Symfony\Component\Console\Command\LazyCommand
  12105.      */
  12106.     protected function get_Console_Command_TranslationPush_LazyService()
  12107.     {
  12108.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12109.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12110.         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 {
  12111.             return ($this->privates['console.command.translation_push'] ?? $this->getConsole_Command_TranslationPushService());
  12112.         });
  12113.     }
  12114.     /**
  12115.      * Gets the private '.console.command.validator_debug.lazy' shared service.
  12116.      *
  12117.      * @return \Symfony\Component\Console\Command\LazyCommand
  12118.      */
  12119.     protected function get_Console_Command_ValidatorDebug_LazyService()
  12120.     {
  12121.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12122.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12123.         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 {
  12124.             return ($this->privates['console.command.validator_debug'] ?? $this->getConsole_Command_ValidatorDebugService());
  12125.         });
  12126.     }
  12127.     /**
  12128.      * Gets the private '.console.command.xliff_lint.lazy' shared service.
  12129.      *
  12130.      * @return \Symfony\Component\Console\Command\LazyCommand
  12131.      */
  12132.     protected function get_Console_Command_XliffLint_LazyService()
  12133.     {
  12134.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12135.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12136.         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 {
  12137.             return ($this->privates['console.command.xliff_lint'] ?? $this->getConsole_Command_XliffLintService());
  12138.         });
  12139.     }
  12140.     /**
  12141.      * Gets the private '.console.command.yaml_lint.lazy' shared service.
  12142.      *
  12143.      * @return \Symfony\Component\Console\Command\LazyCommand
  12144.      */
  12145.     protected function get_Console_Command_YamlLint_LazyService()
  12146.     {
  12147.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  12148.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  12149.         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 {
  12150.             return ($this->privates['console.command.yaml_lint'] ?? $this->getConsole_Command_YamlLintService());
  12151.         });
  12152.     }
  12153.     /**
  12154.      * Gets the private '.debug.http_client' shared service.
  12155.      *
  12156.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12157.      */
  12158.     protected function get_Debug_HttpClientService()
  12159.     {
  12160.         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))));
  12161.     }
  12162.     /**
  12163.      * Gets the private '.debug.http_client.inner' shared service.
  12164.      *
  12165.      * @return \Symfony\Contracts\HttpClient\HttpClientInterface
  12166.      */
  12167.     protected function get_Debug_HttpClient_InnerService()
  12168.     {
  12169.         $this->privates['.debug.http_client.inner'] = $instance = \Symfony\Component\HttpClient\HttpClient::create(['max_redirects' => 10'headers' => [], 'resolve' => []], 6);
  12170.         $a = new \Symfony\Bridge\Monolog\Logger('http_client');
  12171.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  12172.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  12173.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  12174.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  12175.         $instance->setLogger($a);
  12176.         return $instance;
  12177.     }
  12178.     /**
  12179.      * Gets the private '.debug.yousign.client' shared service.
  12180.      *
  12181.      * @return \Symfony\Component\HttpClient\TraceableHttpClient
  12182.      */
  12183.     protected function get_Debug_Yousign_ClientService()
  12184.     {
  12185.         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))));
  12186.     }
  12187.     /**
  12188.      * Gets the private '.errored..service_locator..HgB6d8.App\Entity\Rentestimation' shared service.
  12189.      *
  12190.      * @return \App\Entity\Rentestimation
  12191.      */
  12192.     protected function getRentestimationService()
  12193.     {
  12194.         $this->throw('Cannot autowire service ".service_locator..HgB6d8": it references class "App\\Entity\\Rentestimation" but no such service exists.');
  12195.     }
  12196.     /**
  12197.      * Gets the private '.errored..service_locator..i7P.zi.App\Entity\PrimeProcedureField' shared service.
  12198.      *
  12199.      * @return \App\Entity\PrimeProcedureField
  12200.      */
  12201.     protected function getPrimeProcedureFieldService()
  12202.     {
  12203.         $this->throw('Cannot autowire service ".service_locator..i7P.zi": it references class "App\\Entity\\PrimeProcedureField" but no such service exists.');
  12204.     }
  12205.     /**
  12206.      * Gets the private '.errored..service_locator.0Ccr..5.App\Entity\ThepropertyDocument' shared service.
  12207.      *
  12208.      * @return \App\Entity\ThepropertyDocument
  12209.      */
  12210.     protected function getThepropertyDocumentService()
  12211.     {
  12212.         $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.');
  12213.     }
  12214.     /**
  12215.      * Gets the private '.errored..service_locator.1_JdrvA.App\Entity\User' shared service.
  12216.      *
  12217.      * @return \App\Entity\User
  12218.      */
  12219.     protected function getUserService()
  12220.     {
  12221.         $this->throw('Cannot autowire service ".service_locator.1_JdrvA": it references class "App\\Entity\\User" but no such service exists.');
  12222.     }
  12223.     /**
  12224.      * Gets the private '.errored..service_locator.3Dr1Q42.App\Entity\PropertyType' shared service.
  12225.      *
  12226.      * @return \App\Entity\PropertyType
  12227.      */
  12228.     protected function getPropertyTypeService()
  12229.     {
  12230.         $this->throw('Cannot autowire service ".service_locator.3Dr1Q42": it references class "App\\Entity\\PropertyType" but no such service exists.');
  12231.     }
  12232.     /**
  12233.      * Gets the private '.errored..service_locator.44F7lZM.App\Entity\TransactionType' shared service.
  12234.      *
  12235.      * @return \App\Entity\TransactionType
  12236.      */
  12237.     protected function getTransactionTypeService()
  12238.     {
  12239.         $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.');
  12240.     }
  12241.     /**
  12242.      * Gets the private '.errored..service_locator.4EHBvUy.App\Entity\Offer' shared service.
  12243.      *
  12244.      * @return \App\Entity\Offer
  12245.      */
  12246.     protected function getOfferService()
  12247.     {
  12248.         $this->throw('Cannot autowire service ".service_locator.4EHBvUy": it references class "App\\Entity\\Offer" but no such service exists.');
  12249.     }
  12250.     /**
  12251.      * Gets the private '.errored..service_locator.4P5r10U.App\Entity\Offer' shared service.
  12252.      *
  12253.      * @return \App\Entity\Offer
  12254.      */
  12255.     protected function getOffer2Service()
  12256.     {
  12257.         $this->throw('Cannot autowire service ".service_locator.4P5r10U": it references class "App\\Entity\\Offer" but no such service exists.');
  12258.     }
  12259.     /**
  12260.      * Gets the private '.errored..service_locator.4_PY3BS.App\Entity\PrimeProcedure' shared service.
  12261.      *
  12262.      * @return \App\Entity\PrimeProcedure
  12263.      */
  12264.     protected function getPrimeProcedureService()
  12265.     {
  12266.         $this->throw('Cannot autowire service ".service_locator.4_PY3BS": it references class "App\\Entity\\PrimeProcedure" but no such service exists.');
  12267.     }
  12268.     /**
  12269.      * Gets the private '.errored..service_locator.527nvhd.App\Entity\Parameter' shared service.
  12270.      *
  12271.      * @return \App\Entity\Parameter
  12272.      */
  12273.     protected function getParameterService()
  12274.     {
  12275.         $this->throw('Cannot autowire service ".service_locator.527nvhd": it references class "App\\Entity\\Parameter" but no such service exists.');
  12276.     }
  12277.     /**
  12278.      * Gets the private '.errored..service_locator.5wi7aKe.App\Entity\Theservice' shared service.
  12279.      *
  12280.      * @return \App\Entity\Theservice
  12281.      */
  12282.     protected function getTheserviceService()
  12283.     {
  12284.         $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.');
  12285.     }
  12286.     /**
  12287.      * Gets the private '.errored..service_locator.65AP40..App\Entity\SubscriptionProductService' shared service.
  12288.      *
  12289.      * @return \App\Entity\SubscriptionProductService
  12290.      */
  12291.     protected function getSubscriptionProductServiceService()
  12292.     {
  12293.         $this->throw('Cannot autowire service ".service_locator.65AP40.": it references class "App\\Entity\\SubscriptionProductService" but no such service exists.');
  12294.     }
  12295.     /**
  12296.      * Gets the private '.errored..service_locator.670zTdK.App\Entity\TheProperty' shared service.
  12297.      *
  12298.      * @return \App\Entity\TheProperty
  12299.      */
  12300.     protected function getThePropertyService()
  12301.     {
  12302.         $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.');
  12303.     }
  12304.     /**
  12305.      * Gets the private '.errored..service_locator.6Oaurz_.App\Entity\Roof' shared service.
  12306.      *
  12307.      * @return \App\Entity\Roof
  12308.      */
  12309.     protected function getRoofService()
  12310.     {
  12311.         $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.');
  12312.     }
  12313.     /**
  12314.      * Gets the private '.errored..service_locator.77Q0MzO.App\Entity\OfferCollaborative' shared service.
  12315.      *
  12316.      * @return \App\Entity\OfferCollaborative
  12317.      */
  12318.     protected function getOfferCollaborativeService()
  12319.     {
  12320.         $this->throw('Cannot autowire service ".service_locator.77Q0MzO": it references class "App\\Entity\\OfferCollaborative" but no such service exists.');
  12321.     }
  12322.     /**
  12323.      * Gets the private '.errored..service_locator.7Bh2dos.App\Entity\TheProperty' shared service.
  12324.      *
  12325.      * @return \App\Entity\TheProperty
  12326.      */
  12327.     protected function getTheProperty2Service()
  12328.     {
  12329.         $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.');
  12330.     }
  12331.     /**
  12332.      * Gets the private '.errored..service_locator.7IsKrbY.App\Entity\Offer' shared service.
  12333.      *
  12334.      * @return \App\Entity\Offer
  12335.      */
  12336.     protected function getOffer3Service()
  12337.     {
  12338.         $this->throw('Cannot autowire service ".service_locator.7IsKrbY": it references class "App\\Entity\\Offer" but no such service exists.');
  12339.     }
  12340.     /**
  12341.      * Gets the private '.errored..service_locator.7f2MzR6.App\Entity\Solicitation' shared service.
  12342.      *
  12343.      * @return \App\Entity\Solicitation
  12344.      */
  12345.     protected function getSolicitationService()
  12346.     {
  12347.         $this->throw('Cannot autowire service ".service_locator.7f2MzR6": it references class "App\\Entity\\Solicitation" but no such service exists.');
  12348.     }
  12349.     /**
  12350.      * Gets the private '.errored..service_locator.8FMg.K_.App\Entity\ProviderSolarDeclarationCadastre' shared service.
  12351.      *
  12352.      * @return \App\Entity\ProviderSolarDeclarationCadastre
  12353.      */
  12354.     protected function getProviderSolarDeclarationCadastreService()
  12355.     {
  12356.         $this->throw('Cannot autowire service ".service_locator.8FMg.K_": it references class "App\\Entity\\ProviderSolarDeclarationCadastre" but no such service exists.');
  12357.     }
  12358.     /**
  12359.      * Gets the private '.errored..service_locator.8ekH0_G.App\Entity\PrimeProcedure' shared service.
  12360.      *
  12361.      * @return \App\Entity\PrimeProcedure
  12362.      */
  12363.     protected function getPrimeProcedure2Service()
  12364.     {
  12365.         $this->throw('Cannot autowire service ".service_locator.8ekH0_G": it references class "App\\Entity\\PrimeProcedure" but no such service exists.');
  12366.     }
  12367.     /**
  12368.      * Gets the private '.errored..service_locator.8z.wTr5.App\Entity\ThepropertyOffer' shared service.
  12369.      *
  12370.      * @return \App\Entity\ThepropertyOffer
  12371.      */
  12372.     protected function getThepropertyOfferService()
  12373.     {
  12374.         $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.');
  12375.     }
  12376.     /**
  12377.      * Gets the private '.errored..service_locator.8z.wTr5.App\Entity\User' shared service.
  12378.      *
  12379.      * @return \App\Entity\User
  12380.      */
  12381.     protected function getUser2Service()
  12382.     {
  12383.         $this->throw('Cannot autowire service ".service_locator.8z.wTr5": it references class "App\\Entity\\User" but no such service exists.');
  12384.     }
  12385.     /**
  12386.      * Gets the private '.errored..service_locator.9BpSl6J.App\Entity\Offer' shared service.
  12387.      *
  12388.      * @return \App\Entity\Offer
  12389.      */
  12390.     protected function getOffer4Service()
  12391.     {
  12392.         $this->throw('Cannot autowire service ".service_locator.9BpSl6J": it references class "App\\Entity\\Offer" but no such service exists.');
  12393.     }
  12394.     /**
  12395.      * Gets the private '.errored..service_locator.AGzgJIa.App\Entity\Theservice' shared service.
  12396.      *
  12397.      * @return \App\Entity\Theservice
  12398.      */
  12399.     protected function getTheservice2Service()
  12400.     {
  12401.         $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.');
  12402.     }
  12403.     /**
  12404.      * Gets the private '.errored..service_locator.AM4iRrW.App\Entity\LocationType' shared service.
  12405.      *
  12406.      * @return \App\Entity\LocationType
  12407.      */
  12408.     protected function getLocationTypeService()
  12409.     {
  12410.         $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.');
  12411.     }
  12412.     /**
  12413.      * Gets the private '.errored..service_locator.AYX6HiM.App\Entity\Obligations' shared service.
  12414.      *
  12415.      * @return \App\Entity\Obligations
  12416.      */
  12417.     protected function getObligationsService()
  12418.     {
  12419.         $this->throw('Cannot autowire service ".service_locator.AYX6HiM": it references class "App\\Entity\\Obligations" but no such service exists.');
  12420.     }
  12421.     /**
  12422.      * Gets the private '.errored..service_locator.AjNUl4_.App\Entity\TheProperty' shared service.
  12423.      *
  12424.      * @return \App\Entity\TheProperty
  12425.      */
  12426.     protected function getTheProperty3Service()
  12427.     {
  12428.         $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.');
  12429.     }
  12430.     /**
  12431.      * Gets the private '.errored..service_locator.B2caubr.App\Entity\CategoryEnvironnement' shared service.
  12432.      *
  12433.      * @return \App\Entity\CategoryEnvironnement
  12434.      */
  12435.     protected function getCategoryEnvironnementService()
  12436.     {
  12437.         $this->throw('Cannot autowire service ".service_locator.B2caubr": it references class "App\\Entity\\CategoryEnvironnement" but no such service exists.');
  12438.     }
  12439.     /**
  12440.      * Gets the private '.errored..service_locator.B4C5t9G.App\Entity\Contactseller' shared service.
  12441.      *
  12442.      * @return \App\Entity\Contactseller
  12443.      */
  12444.     protected function getContactsellerService()
  12445.     {
  12446.         $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.');
  12447.     }
  12448.     /**
  12449.      * Gets the private '.errored..service_locator.CQs0Xm0.App\Entity\PurchasePartnerRequest' shared service.
  12450.      *
  12451.      * @return \App\Entity\PurchasePartnerRequest
  12452.      */
  12453.     protected function getPurchasePartnerRequestService()
  12454.     {
  12455.         $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.');
  12456.     }
  12457.     /**
  12458.      * Gets the private '.errored..service_locator.D28s79M.App\Entity\ImagePub' shared service.
  12459.      *
  12460.      * @return \App\Entity\ImagePub
  12461.      */
  12462.     protected function getImagePubService()
  12463.     {
  12464.         $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.');
  12465.     }
  12466.     /**
  12467.      * Gets the private '.errored..service_locator.DgQmMEO.App\Entity\Solicitation' shared service.
  12468.      *
  12469.      * @return \App\Entity\Solicitation
  12470.      */
  12471.     protected function getSolicitation2Service()
  12472.     {
  12473.         $this->throw('Cannot autowire service ".service_locator.DgQmMEO": it references class "App\\Entity\\Solicitation" but no such service exists.');
  12474.     }
  12475.     /**
  12476.      * Gets the private '.errored..service_locator.DgrmONe.App\Entity\MarkofInterest' shared service.
  12477.      *
  12478.      * @return \App\Entity\MarkofInterest
  12479.      */
  12480.     protected function getMarkofInterestService()
  12481.     {
  12482.         $this->throw('Cannot autowire service ".service_locator.DgrmONe": it references class "App\\Entity\\MarkofInterest" but no such service exists.');
  12483.     }
  12484.     /**
  12485.      * Gets the private '.errored..service_locator.DoCVnoP.App\Entity\OccupationPeriodFile' shared service.
  12486.      *
  12487.      * @return \App\Entity\OccupationPeriodFile
  12488.      */
  12489.     protected function getOccupationPeriodFileService()
  12490.     {
  12491.         $this->throw('Cannot autowire service ".service_locator.DoCVnoP": it references class "App\\Entity\\OccupationPeriodFile" but no such service exists.');
  12492.     }
  12493.     /**
  12494.      * Gets the private '.errored..service_locator.EJPRYr2.App\Entity\ObligationCsv' shared service.
  12495.      *
  12496.      * @return \App\Entity\ObligationCsv
  12497.      */
  12498.     protected function getObligationCsvService()
  12499.     {
  12500.         $this->throw('Cannot autowire service ".service_locator.EJPRYr2": it references class "App\\Entity\\ObligationCsv" but no such service exists.');
  12501.     }
  12502.     /**
  12503.      * Gets the private '.errored..service_locator.EV92WQ1.App\Entity\Conversation' shared service.
  12504.      *
  12505.      * @return \App\Entity\Conversation
  12506.      */
  12507.     protected function getConversationService()
  12508.     {
  12509.         $this->throw('Cannot autowire service ".service_locator.EV92WQ1": it references class "App\\Entity\\Conversation" but no such service exists.');
  12510.     }
  12511.     /**
  12512.      * Gets the private '.errored..service_locator.Em1sGuR.App\Entity\TheProperty' shared service.
  12513.      *
  12514.      * @return \App\Entity\TheProperty
  12515.      */
  12516.     protected function getTheProperty4Service()
  12517.     {
  12518.         $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.');
  12519.     }
  12520.     /**
  12521.      * Gets the private '.errored..service_locator.F4h55f1.App\Entity\Plan\Plan' shared service.
  12522.      *
  12523.      * @return \App\Entity\Plan\Plan
  12524.      */
  12525.     protected function getPlanService()
  12526.     {
  12527.         $this->throw('Cannot autowire service ".service_locator.F4h55f1": it references class "App\\Entity\\Plan\\Plan" but no such service exists.');
  12528.     }
  12529.     /**
  12530.      * Gets the private '.errored..service_locator.FEUHOWC.App\Entity\ImagePub' shared service.
  12531.      *
  12532.      * @return \App\Entity\ImagePub
  12533.      */
  12534.     protected function getImagePub2Service()
  12535.     {
  12536.         $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.');
  12537.     }
  12538.     /**
  12539.      * Gets the private '.errored..service_locator.FLflT6M.App\Entity\ServicePromo' shared service.
  12540.      *
  12541.      * @return \App\Entity\ServicePromo
  12542.      */
  12543.     protected function getServicePromoService()
  12544.     {
  12545.         $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.');
  12546.     }
  12547.     /**
  12548.      * Gets the private '.errored..service_locator.FMXrkKs.App\Entity\Conversation' shared service.
  12549.      *
  12550.      * @return \App\Entity\Conversation
  12551.      */
  12552.     protected function getConversation2Service()
  12553.     {
  12554.         $this->throw('Cannot autowire service ".service_locator.FMXrkKs": it references class "App\\Entity\\Conversation" but no such service exists.');
  12555.     }
  12556.     /**
  12557.      * Gets the private '.errored..service_locator.GJHT5wS.App\Entity\Solicitation' shared service.
  12558.      *
  12559.      * @return \App\Entity\Solicitation
  12560.      */
  12561.     protected function getSolicitation3Service()
  12562.     {
  12563.         $this->throw('Cannot autowire service ".service_locator.GJHT5wS": it references class "App\\Entity\\Solicitation" but no such service exists.');
  12564.     }
  12565.     /**
  12566.      * Gets the private '.errored..service_locator.HRgCRFj.App\Entity\EnergyBelgique' shared service.
  12567.      *
  12568.      * @return \App\Entity\EnergyBelgique
  12569.      */
  12570.     protected function getEnergyBelgiqueService()
  12571.     {
  12572.         $this->throw('Cannot autowire service ".service_locator.HRgCRFj": it references class "App\\Entity\\EnergyBelgique" but no such service exists.');
  12573.     }
  12574.     /**
  12575.      * Gets the private '.errored..service_locator.IM2Mmm4.App\Entity\TheProperty' shared service.
  12576.      *
  12577.      * @return \App\Entity\TheProperty
  12578.      */
  12579.     protected function getTheProperty5Service()
  12580.     {
  12581.         $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.');
  12582.     }
  12583.     /**
  12584.      * Gets the private '.errored..service_locator.Ik8cC3N.App\Entity\RentalManagement' shared service.
  12585.      *
  12586.      * @return \App\Entity\RentalManagement
  12587.      */
  12588.     protected function getRentalManagementService()
  12589.     {
  12590.         $this->throw('Cannot autowire service ".service_locator.Ik8cC3N": it references class "App\\Entity\\RentalManagement" but no such service exists.');
  12591.     }
  12592.     /**
  12593.      * Gets the private '.errored..service_locator.J.K9K7h.App\Entity\PrimeCsv' shared service.
  12594.      *
  12595.      * @return \App\Entity\PrimeCsv
  12596.      */
  12597.     protected function getPrimeCsvService()
  12598.     {
  12599.         $this->throw('Cannot autowire service ".service_locator.J.K9K7h": it references class "App\\Entity\\PrimeCsv" but no such service exists.');
  12600.     }
  12601.     /**
  12602.      * Gets the private '.errored..service_locator.JMvqlQM.App\Entity\OfferCollaborative' shared service.
  12603.      *
  12604.      * @return \App\Entity\OfferCollaborative
  12605.      */
  12606.     protected function getOfferCollaborative2Service()
  12607.     {
  12608.         $this->throw('Cannot autowire service ".service_locator.JMvqlQM": it references class "App\\Entity\\OfferCollaborative" but no such service exists.');
  12609.     }
  12610.     /**
  12611.      * Gets the private '.errored..service_locator.JubzVby.App\Entity\Theservice' shared service.
  12612.      *
  12613.      * @return \App\Entity\Theservice
  12614.      */
  12615.     protected function getTheservice3Service()
  12616.     {
  12617.         $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.');
  12618.     }
  12619.     /**
  12620.      * Gets the private '.errored..service_locator.KfbR3DY.Symfony\Component\Config\Loader\LoaderInterface' shared service.
  12621.      *
  12622.      * @return \Symfony\Component\Config\Loader\LoaderInterface
  12623.      */
  12624.     protected function getLoaderInterfaceService()
  12625.     {
  12626.         $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".');
  12627.     }
  12628.     /**
  12629.      * Gets the private '.errored..service_locator.L.6sSpP.App\Entity\SubscriptionProduct' shared service.
  12630.      *
  12631.      * @return \App\Entity\SubscriptionProduct
  12632.      */
  12633.     protected function getSubscriptionProductService()
  12634.     {
  12635.         $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.');
  12636.     }
  12637.     /**
  12638.      * Gets the private '.errored..service_locator.L8s9Nth.App\Entity\Notification' shared service.
  12639.      *
  12640.      * @return \App\Entity\Notification
  12641.      */
  12642.     protected function getNotificationService()
  12643.     {
  12644.         $this->throw('Cannot autowire service ".service_locator.L8s9Nth": it references class "App\\Entity\\Notification" but no such service exists.');
  12645.     }
  12646.     /**
  12647.      * Gets the private '.errored..service_locator.LbjZSbI.App\Entity\Simulation' shared service.
  12648.      *
  12649.      * @return \App\Entity\Simulation
  12650.      */
  12651.     protected function getSimulationService()
  12652.     {
  12653.         $this->throw('Cannot autowire service ".service_locator.LbjZSbI": it references class "App\\Entity\\Simulation" but no such service exists.');
  12654.     }
  12655.     /**
  12656.      * Gets the private '.errored..service_locator.OC.D7cY.App\Entity\PermitEnvironmentalForm' shared service.
  12657.      *
  12658.      * @return \App\Entity\PermitEnvironmentalForm
  12659.      */
  12660.     protected function getPermitEnvironmentalFormService()
  12661.     {
  12662.         $this->throw('Cannot autowire service ".service_locator.OC.D7cY": it references class "App\\Entity\\PermitEnvironmentalForm" but no such service exists.');
  12663.     }
  12664.     /**
  12665.      * Gets the private '.errored..service_locator.P3yaVfa.App\Entity\UserServicePromo' shared service.
  12666.      *
  12667.      * @return \App\Entity\UserServicePromo
  12668.      */
  12669.     protected function getUserServicePromoService()
  12670.     {
  12671.         $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.');
  12672.     }
  12673.     /**
  12674.      * Gets the private '.errored..service_locator.P7qhCSY.App\Entity\User' shared service.
  12675.      *
  12676.      * @return \App\Entity\User
  12677.      */
  12678.     protected function getUser3Service()
  12679.     {
  12680.         $this->throw('Cannot autowire service ".service_locator.P7qhCSY": it references class "App\\Entity\\User" but no such service exists.');
  12681.     }
  12682.     /**
  12683.      * Gets the private '.errored..service_locator.POCpODg.App\Entity\CommunityPlp' shared service.
  12684.      *
  12685.      * @return \App\Entity\CommunityPlp
  12686.      */
  12687.     protected function getCommunityPlpService()
  12688.     {
  12689.         $this->throw('Cannot autowire service ".service_locator.POCpODg": it references class "App\\Entity\\CommunityPlp" but no such service exists.');
  12690.     }
  12691.     /**
  12692.      * Gets the private '.errored..service_locator.PYHrdNN.App\Entity\TheProperty' shared service.
  12693.      *
  12694.      * @return \App\Entity\TheProperty
  12695.      */
  12696.     protected function getTheProperty6Service()
  12697.     {
  12698.         $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.');
  12699.     }
  12700.     /**
  12701.      * Gets the private '.errored..service_locator.QPa5E6I.App\Entity\LandPropertyDestination' shared service.
  12702.      *
  12703.      * @return \App\Entity\LandPropertyDestination
  12704.      */
  12705.     protected function getLandPropertyDestinationService()
  12706.     {
  12707.         $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.');
  12708.     }
  12709.     /**
  12710.      * Gets the private '.errored..service_locator.Q_tR3xw.App\Entity\PpasAffectationCsv' shared service.
  12711.      *
  12712.      * @return \App\Entity\PpasAffectationCsv
  12713.      */
  12714.     protected function getPpasAffectationCsvService()
  12715.     {
  12716.         $this->throw('Cannot autowire service ".service_locator.Q_tR3xw": it references class "App\\Entity\\PpasAffectationCsv" but no such service exists.');
  12717.     }
  12718.     /**
  12719.      * Gets the private '.errored..service_locator.QgZYKkO.App\Entity\OccupieCsv' shared service.
  12720.      *
  12721.      * @return \App\Entity\OccupieCsv
  12722.      */
  12723.     protected function getOccupieCsvService()
  12724.     {
  12725.         $this->throw('Cannot autowire service ".service_locator.QgZYKkO": it references class "App\\Entity\\OccupieCsv" but no such service exists.');
  12726.     }
  12727.     /**
  12728.      * Gets the private '.errored..service_locator.RFcH33U.App\Entity\ThepropertyDocument' shared service.
  12729.      *
  12730.      * @return \App\Entity\ThepropertyDocument
  12731.      */
  12732.     protected function getThepropertyDocument2Service()
  12733.     {
  12734.         $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.');
  12735.     }
  12736.     /**
  12737.      * Gets the private '.errored..service_locator.RKNP0q_.App\Entity\InventoryImage' shared service.
  12738.      *
  12739.      * @return \App\Entity\InventoryImage
  12740.      */
  12741.     protected function getInventoryImageService()
  12742.     {
  12743.         $this->throw('Cannot autowire service ".service_locator.RKNP0q_": it references class "App\\Entity\\InventoryImage" but no such service exists.');
  12744.     }
  12745.     /**
  12746.      * Gets the private '.errored..service_locator.ShsoacE.App\Entity\ThePropertyMaifInsuranceSummary' shared service.
  12747.      *
  12748.      * @return \App\Entity\ThePropertyMaifInsuranceSummary
  12749.      */
  12750.     protected function getThePropertyMaifInsuranceSummaryService()
  12751.     {
  12752.         $this->throw('Cannot autowire service ".service_locator.ShsoacE": it references class "App\\Entity\\ThePropertyMaifInsuranceSummary" but no such service exists.');
  12753.     }
  12754.     /**
  12755.      * Gets the private '.errored..service_locator.Su5bU3D.App\Entity\ServiceCategory' shared service.
  12756.      *
  12757.      * @return \App\Entity\ServiceCategory
  12758.      */
  12759.     protected function getServiceCategoryService()
  12760.     {
  12761.         $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.');
  12762.     }
  12763.     /**
  12764.      * Gets the private '.errored..service_locator.TANcIz7.App\Entity\Conversation' shared service.
  12765.      *
  12766.      * @return \App\Entity\Conversation
  12767.      */
  12768.     protected function getConversation3Service()
  12769.     {
  12770.         $this->throw('Cannot autowire service ".service_locator.TANcIz7": it references class "App\\Entity\\Conversation" but no such service exists.');
  12771.     }
  12772.     /**
  12773.      * Gets the private '.errored..service_locator.TO3kXqK.App\Entity\User' shared service.
  12774.      *
  12775.      * @return \App\Entity\User
  12776.      */
  12777.     protected function getUser4Service()
  12778.     {
  12779.         $this->throw('Cannot autowire service ".service_locator.TO3kXqK": it references class "App\\Entity\\User" but no such service exists.');
  12780.     }
  12781.     /**
  12782.      * Gets the private '.errored..service_locator.T_Itg.A.App\Entity\Prime' shared service.
  12783.      *
  12784.      * @return \App\Entity\Prime
  12785.      */
  12786.     protected function getPrimeService()
  12787.     {
  12788.         $this->throw('Cannot autowire service ".service_locator.T_Itg.A": it references class "App\\Entity\\Prime" but no such service exists.');
  12789.     }
  12790.     /**
  12791.      * Gets the private '.errored..service_locator.U7VViCc.Symfony\Component\Form\FormInterface' shared service.
  12792.      *
  12793.      * @return \Symfony\Component\Form\FormInterface
  12794.      */
  12795.     protected function getFormInterfaceService()
  12796.     {
  12797.         $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?');
  12798.     }
  12799.     /**
  12800.      * Gets the private '.errored..service_locator.X8a1tM..App\Entity\LeaseContractModel' shared service.
  12801.      *
  12802.      * @return \App\Entity\LeaseContractModel
  12803.      */
  12804.     protected function getLeaseContractModelService()
  12805.     {
  12806.         $this->throw('Cannot autowire service ".service_locator.X8a1tM.": it references class "App\\Entity\\LeaseContractModel" but no such service exists.');
  12807.     }
  12808.     /**
  12809.      * Gets the private '.errored..service_locator.XffhPVn.App\Entity\PpasCsv' shared service.
  12810.      *
  12811.      * @return \App\Entity\PpasCsv
  12812.      */
  12813.     protected function getPpasCsvService()
  12814.     {
  12815.         $this->throw('Cannot autowire service ".service_locator.XffhPVn": it references class "App\\Entity\\PpasCsv" but no such service exists.');
  12816.     }
  12817.     /**
  12818.      * Gets the private '.errored..service_locator.XhMKgZv.App\Entity\Message' shared service.
  12819.      *
  12820.      * @return \App\Entity\Message
  12821.      */
  12822.     protected function getMessageService()
  12823.     {
  12824.         $this->throw('Cannot autowire service ".service_locator.XhMKgZv": it references class "App\\Entity\\Message" but no such service exists.');
  12825.     }
  12826.     /**
  12827.      * Gets the private '.errored..service_locator.YK93Cie.App\Entity\OfferCollaborative' shared service.
  12828.      *
  12829.      * @return \App\Entity\OfferCollaborative
  12830.      */
  12831.     protected function getOfferCollaborative3Service()
  12832.     {
  12833.         $this->throw('Cannot autowire service ".service_locator.YK93Cie": it references class "App\\Entity\\OfferCollaborative" but no such service exists.');
  12834.     }
  12835.     /**
  12836.      * Gets the private '.errored..service_locator.YT3BDwX.App\Entity\PropertyImage' shared service.
  12837.      *
  12838.      * @return \App\Entity\PropertyImage
  12839.      */
  12840.     protected function getPropertyImageService()
  12841.     {
  12842.         $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.');
  12843.     }
  12844.     /**
  12845.      * Gets the private '.errored..service_locator.YjIwi02.App\Entity\ThePropertyMaifInsuranceSummary' shared service.
  12846.      *
  12847.      * @return \App\Entity\ThePropertyMaifInsuranceSummary
  12848.      */
  12849.     protected function getThePropertyMaifInsuranceSummary2Service()
  12850.     {
  12851.         $this->throw('Cannot autowire service ".service_locator.YjIwi02": it references class "App\\Entity\\ThePropertyMaifInsuranceSummary" but no such service exists.');
  12852.     }
  12853.     /**
  12854.      * Gets the private '.errored..service_locator.YqyyZ...App\Entity\User' shared service.
  12855.      *
  12856.      * @return \App\Entity\User
  12857.      */
  12858.     protected function getUser5Service()
  12859.     {
  12860.         $this->throw('Cannot autowire service ".service_locator.YqyyZ..": it references class "App\\Entity\\User" but no such service exists.');
  12861.     }
  12862.     /**
  12863.      * Gets the private '.errored..service_locator.ZO6eemZ.App\Entity\Bank' shared service.
  12864.      *
  12865.      * @return \App\Entity\Bank
  12866.      */
  12867.     protected function getBankService()
  12868.     {
  12869.         $this->throw('Cannot autowire service ".service_locator.ZO6eemZ": it references class "App\\Entity\\Bank" but no such service exists.');
  12870.     }
  12871.     /**
  12872.      * Gets the private '.errored..service_locator._H29xsa.App\Entity\Dispense' shared service.
  12873.      *
  12874.      * @return \App\Entity\Dispense
  12875.      */
  12876.     protected function getDispenseService()
  12877.     {
  12878.         $this->throw('Cannot autowire service ".service_locator._H29xsa": it references class "App\\Entity\\Dispense" but no such service exists.');
  12879.     }
  12880.     /**
  12881.      * Gets the private '.errored..service_locator._uavBYP.App\Entity\TheProperty' shared service.
  12882.      *
  12883.      * @return \App\Entity\TheProperty
  12884.      */
  12885.     protected function getTheProperty7Service()
  12886.     {
  12887.         $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.');
  12888.     }
  12889.     /**
  12890.      * Gets the private '.errored..service_locator._z1VY6v.App\Entity\Roof' shared service.
  12891.      *
  12892.      * @return \App\Entity\Roof
  12893.      */
  12894.     protected function getRoof2Service()
  12895.     {
  12896.         $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.');
  12897.     }
  12898.     /**
  12899.      * Gets the private '.errored..service_locator.bKynF70.App\Entity\RentalManagementLeave' shared service.
  12900.      *
  12901.      * @return \App\Entity\RentalManagementLeave
  12902.      */
  12903.     protected function getRentalManagementLeaveService()
  12904.     {
  12905.         $this->throw('Cannot autowire service ".service_locator.bKynF70": it references class "App\\Entity\\RentalManagementLeave" but no such service exists.');
  12906.     }
  12907.     /**
  12908.      * Gets the private '.errored..service_locator.cWCqZec.App\Entity\TheProperty' shared service.
  12909.      *
  12910.      * @return \App\Entity\TheProperty
  12911.      */
  12912.     protected function getTheProperty8Service()
  12913.     {
  12914.         $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.');
  12915.     }
  12916.     /**
  12917.      * Gets the private '.errored..service_locator.cd7GuMb.App\Entity\ProviderInventerListCsv' shared service.
  12918.      *
  12919.      * @return \App\Entity\ProviderInventerListCsv
  12920.      */
  12921.     protected function getProviderInventerListCsvService()
  12922.     {
  12923.         $this->throw('Cannot autowire service ".service_locator.cd7GuMb": it references class "App\\Entity\\ProviderInventerListCsv" but no such service exists.');
  12924.     }
  12925.     /**
  12926.      * Gets the private '.errored..service_locator.cdUC4AU.App\Entity\NewProjectImmoCsv' shared service.
  12927.      *
  12928.      * @return \App\Entity\NewProjectImmoCsv
  12929.      */
  12930.     protected function getNewProjectImmoCsvService()
  12931.     {
  12932.         $this->throw('Cannot autowire service ".service_locator.cdUC4AU": it references class "App\\Entity\\NewProjectImmoCsv" but no such service exists.');
  12933.     }
  12934.     /**
  12935.      * Gets the private '.errored..service_locator.ceYwZua.App\Entity\ClientSalesAgreement' shared service.
  12936.      *
  12937.      * @return \App\Entity\ClientSalesAgreement
  12938.      */
  12939.     protected function getClientSalesAgreementService()
  12940.     {
  12941.         $this->throw('Cannot autowire service ".service_locator.ceYwZua": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  12942.     }
  12943.     /**
  12944.      * Gets the private '.errored..service_locator.ch4Jgvl.App\Entity\User' shared service.
  12945.      *
  12946.      * @return \App\Entity\User
  12947.      */
  12948.     protected function getUser6Service()
  12949.     {
  12950.         $this->throw('Cannot autowire service ".service_locator.ch4Jgvl": it references class "App\\Entity\\User" but no such service exists.');
  12951.     }
  12952.     /**
  12953.      * Gets the private '.errored..service_locator.cssU_cs.App\Entity\ServicePromo' shared service.
  12954.      *
  12955.      * @return \App\Entity\ServicePromo
  12956.      */
  12957.     protected function getServicePromo2Service()
  12958.     {
  12959.         $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.');
  12960.     }
  12961.     /**
  12962.      * Gets the private '.errored..service_locator.d8usWRn.App\Entity\User' shared service.
  12963.      *
  12964.      * @return \App\Entity\User
  12965.      */
  12966.     protected function getUser7Service()
  12967.     {
  12968.         $this->throw('Cannot autowire service ".service_locator.d8usWRn": it references class "App\\Entity\\User" but no such service exists.');
  12969.     }
  12970.     /**
  12971.      * Gets the private '.errored..service_locator.dRhzx5a.App\Entity\WaterSupplierControllerExcel' shared service.
  12972.      *
  12973.      * @return \App\Entity\WaterSupplierControllerExcel
  12974.      */
  12975.     protected function getWaterSupplierControllerExcelService()
  12976.     {
  12977.         $this->throw('Cannot autowire service ".service_locator.dRhzx5a": it references class "App\\Entity\\WaterSupplierControllerExcel" but no such service exists.');
  12978.     }
  12979.     /**
  12980.      * Gets the private '.errored..service_locator.ea4buFp.App\Entity\User' shared service.
  12981.      *
  12982.      * @return \App\Entity\User
  12983.      */
  12984.     protected function getUser8Service()
  12985.     {
  12986.         $this->throw('Cannot autowire service ".service_locator.ea4buFp": it references class "App\\Entity\\User" but no such service exists.');
  12987.     }
  12988.     /**
  12989.      * Gets the private '.errored..service_locator.eqOSfS3.App\Entity\UrbanPermit' shared service.
  12990.      *
  12991.      * @return \App\Entity\UrbanPermit
  12992.      */
  12993.     protected function getUrbanPermitService()
  12994.     {
  12995.         $this->throw('Cannot autowire service ".service_locator.eqOSfS3": it references class "App\\Entity\\UrbanPermit" but no such service exists.');
  12996.     }
  12997.     /**
  12998.      * Gets the private '.errored..service_locator.fQZLoV9.App\Entity\SubscriptionProduct' shared service.
  12999.      *
  13000.      * @return \App\Entity\SubscriptionProduct
  13001.      */
  13002.     protected function getSubscriptionProduct2Service()
  13003.     {
  13004.         $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.');
  13005.     }
  13006.     /**
  13007.      * Gets the private '.errored..service_locator.fU2hXpG.App\Entity\Municipality' shared service.
  13008.      *
  13009.      * @return \App\Entity\Municipality
  13010.      */
  13011.     protected function getMunicipalityService()
  13012.     {
  13013.         $this->throw('Cannot autowire service ".service_locator.fU2hXpG": it references class "App\\Entity\\Municipality" but no such service exists.');
  13014.     }
  13015.     /**
  13016.      * Gets the private '.errored..service_locator.ft7qy.I.App\Entity\PermitPropertyProcedure' shared service.
  13017.      *
  13018.      * @return \App\Entity\PermitPropertyProcedure
  13019.      */
  13020.     protected function getPermitPropertyProcedureService()
  13021.     {
  13022.         $this->throw('Cannot autowire service ".service_locator.ft7qy.I": it references class "App\\Entity\\PermitPropertyProcedure" but no such service exists.');
  13023.     }
  13024.     /**
  13025.      * Gets the private '.errored..service_locator.gK_elPx.App\Entity\CoOwnershipPropositionVote' shared service.
  13026.      *
  13027.      * @return \App\Entity\CoOwnershipPropositionVote
  13028.      */
  13029.     protected function getCoOwnershipPropositionVoteService()
  13030.     {
  13031.         $this->throw('Cannot autowire service ".service_locator.gK_elPx": it references class "App\\Entity\\CoOwnershipPropositionVote" but no such service exists.');
  13032.     }
  13033.     /**
  13034.      * Gets the private '.errored..service_locator.gX.Qc1T.App\Entity\Purchase' shared service.
  13035.      *
  13036.      * @return \App\Entity\Purchase
  13037.      */
  13038.     protected function getPurchaseService()
  13039.     {
  13040.         $this->throw('Cannot autowire service ".service_locator.gX.Qc1T": it references class "App\\Entity\\Purchase" but no such service exists.');
  13041.     }
  13042.     /**
  13043.      * Gets the private '.errored..service_locator.gwjqcS0.App\Entity\User' shared service.
  13044.      *
  13045.      * @return \App\Entity\User
  13046.      */
  13047.     protected function getUser9Service()
  13048.     {
  13049.         $this->throw('Cannot autowire service ".service_locator.gwjqcS0": it references class "App\\Entity\\User" but no such service exists.');
  13050.     }
  13051.     /**
  13052.      * Gets the private '.errored..service_locator.hctAHiv.App\Entity\Inventory' shared service.
  13053.      *
  13054.      * @return \App\Entity\Inventory
  13055.      */
  13056.     protected function getInventoryService()
  13057.     {
  13058.         $this->throw('Cannot autowire service ".service_locator.hctAHiv": it references class "App\\Entity\\Inventory" but no such service exists.');
  13059.     }
  13060.     /**
  13061.      * Gets the private '.errored..service_locator.iOm7w8h.App\Entity\PermitLocationEnvironment' shared service.
  13062.      *
  13063.      * @return \App\Entity\PermitLocationEnvironment
  13064.      */
  13065.     protected function getPermitLocationEnvironmentService()
  13066.     {
  13067.         $this->throw('Cannot autowire service ".service_locator.iOm7w8h": it references class "App\\Entity\\PermitLocationEnvironment" but no such service exists.');
  13068.     }
  13069.     /**
  13070.      * Gets the private '.errored..service_locator.icZiCPH.App\Entity\DefaultClause' shared service.
  13071.      *
  13072.      * @return \App\Entity\DefaultClause
  13073.      */
  13074.     protected function getDefaultClauseService()
  13075.     {
  13076.         $this->throw('Cannot autowire service ".service_locator.icZiCPH": it references class "App\\Entity\\DefaultClause" but no such service exists.');
  13077.     }
  13078.     /**
  13079.      * Gets the private '.errored..service_locator.ijEx0xo.App\Entity\PermitCiterne' shared service.
  13080.      *
  13081.      * @return \App\Entity\PermitCiterne
  13082.      */
  13083.     protected function getPermitCiterneService()
  13084.     {
  13085.         $this->throw('Cannot autowire service ".service_locator.ijEx0xo": it references class "App\\Entity\\PermitCiterne" but no such service exists.');
  13086.     }
  13087.     /**
  13088.      * Gets the private '.errored..service_locator.iuOsbYx.App\Entity\TheProperty\ExtensionOrder\ThePropertyExtensionOrder' shared service.
  13089.      *
  13090.      * @return \App\Entity\TheProperty\ExtensionOrder\ThePropertyExtensionOrder
  13091.      */
  13092.     protected function getThePropertyExtensionOrderService()
  13093.     {
  13094.         $this->throw('Cannot autowire service ".service_locator.iuOsbYx": it references class "App\\Entity\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrder" but no such service exists.');
  13095.     }
  13096.     /**
  13097.      * Gets the private '.errored..service_locator.jqKA1ti.App\Entity\SyndicChat' shared service.
  13098.      *
  13099.      * @return \App\Entity\SyndicChat
  13100.      */
  13101.     protected function getSyndicChatService()
  13102.     {
  13103.         $this->throw('Cannot autowire service ".service_locator.jqKA1ti": it references class "App\\Entity\\SyndicChat" but no such service exists.');
  13104.     }
  13105.     /**
  13106.      * Gets the private '.errored..service_locator.kHIPNC3.App\Entity\Workcost' shared service.
  13107.      *
  13108.      * @return \App\Entity\Workcost
  13109.      */
  13110.     protected function getWorkcostService()
  13111.     {
  13112.         $this->throw('Cannot autowire service ".service_locator.kHIPNC3": it references class "App\\Entity\\Workcost" but no such service exists.');
  13113.     }
  13114.     /**
  13115.      * Gets the private '.errored..service_locator.kJ7g21u.App\Entity\MovingDate' shared service.
  13116.      *
  13117.      * @return \App\Entity\MovingDate
  13118.      */
  13119.     protected function getMovingDateService()
  13120.     {
  13121.         $this->throw('Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\MovingDate" but no such service exists.');
  13122.     }
  13123.     /**
  13124.      * Gets the private '.errored..service_locator.kJ7g21u.App\Entity\TheProperty' shared service.
  13125.      *
  13126.      * @return \App\Entity\TheProperty
  13127.      */
  13128.     protected function getTheProperty9Service()
  13129.     {
  13130.         $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.');
  13131.     }
  13132.     /**
  13133.      * Gets the private '.errored..service_locator.kJ7g21u.App\Entity\User' shared service.
  13134.      *
  13135.      * @return \App\Entity\User
  13136.      */
  13137.     protected function getUser10Service()
  13138.     {
  13139.         $this->throw('Cannot autowire service ".service_locator.kJ7g21u": it references class "App\\Entity\\User" but no such service exists.');
  13140.     }
  13141.     /**
  13142.      * Gets the private '.errored..service_locator.kSnmcso.App\Entity\Rentestimation' shared service.
  13143.      *
  13144.      * @return \App\Entity\Rentestimation
  13145.      */
  13146.     protected function getRentestimation2Service()
  13147.     {
  13148.         $this->throw('Cannot autowire service ".service_locator.kSnmcso": it references class "App\\Entity\\Rentestimation" but no such service exists.');
  13149.     }
  13150.     /**
  13151.      * Gets the private '.errored..service_locator.kmSUvCn.App\Entity\ClientSalesAgreement' shared service.
  13152.      *
  13153.      * @return \App\Entity\ClientSalesAgreement
  13154.      */
  13155.     protected function getClientSalesAgreement2Service()
  13156.     {
  13157.         $this->throw('Cannot autowire service ".service_locator.kmSUvCn": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13158.     }
  13159.     /**
  13160.      * Gets the private '.errored..service_locator.kn9MsEH.App\Entity\Notification' shared service.
  13161.      *
  13162.      * @return \App\Entity\Notification
  13163.      */
  13164.     protected function getNotification2Service()
  13165.     {
  13166.         $this->throw('Cannot autowire service ".service_locator.kn9MsEH": it references class "App\\Entity\\Notification" but no such service exists.');
  13167.     }
  13168.     /**
  13169.      * Gets the private '.errored..service_locator.kw12yOt.App\Entity\ExcelFile' shared service.
  13170.      *
  13171.      * @return \App\Entity\ExcelFile
  13172.      */
  13173.     protected function getExcelFileService()
  13174.     {
  13175.         $this->throw('Cannot autowire service ".service_locator.kw12yOt": it references class "App\\Entity\\ExcelFile" but no such service exists.');
  13176.     }
  13177.     /**
  13178.      * Gets the private '.errored..service_locator.luv6nW..App\Entity\Orders' shared service.
  13179.      *
  13180.      * @return \App\Entity\Orders
  13181.      */
  13182.     protected function getOrdersService()
  13183.     {
  13184.         $this->throw('Cannot autowire service ".service_locator.luv6nW.": it references class "App\\Entity\\Orders" but no such service exists.');
  13185.     }
  13186.     /**
  13187.      * Gets the private '.errored..service_locator.m_.Dc7T.App\Entity\TheProperty' shared service.
  13188.      *
  13189.      * @return \App\Entity\TheProperty
  13190.      */
  13191.     protected function getTheProperty10Service()
  13192.     {
  13193.         $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.');
  13194.     }
  13195.     /**
  13196.      * Gets the private '.errored..service_locator.m_.Dc7T.App\Entity\User' shared service.
  13197.      *
  13198.      * @return \App\Entity\User
  13199.      */
  13200.     protected function getUser11Service()
  13201.     {
  13202.         $this->throw('Cannot autowire service ".service_locator.m_.Dc7T": it references class "App\\Entity\\User" but no such service exists.');
  13203.     }
  13204.     /**
  13205.      * Gets the private '.errored..service_locator.mfu9Rg_.App\Entity\TheProperty' shared service.
  13206.      *
  13207.      * @return \App\Entity\TheProperty
  13208.      */
  13209.     protected function getTheProperty11Service()
  13210.     {
  13211.         $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.');
  13212.     }
  13213.     /**
  13214.      * Gets the private '.errored..service_locator.mv5KO2i.App\Entity\TheProperty' shared service.
  13215.      *
  13216.      * @return \App\Entity\TheProperty
  13217.      */
  13218.     protected function getTheProperty12Service()
  13219.     {
  13220.         $this->throw('Cannot autowire service ".service_locator.mv5KO2i": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.');
  13221.     }
  13222.     /**
  13223.      * Gets the private '.errored..service_locator.n0PRmXS.App\Entity\Solicitation' shared service.
  13224.      *
  13225.      * @return \App\Entity\Solicitation
  13226.      */
  13227.     protected function getSolicitation4Service()
  13228.     {
  13229.         $this->throw('Cannot autowire service ".service_locator.n0PRmXS": it references class "App\\Entity\\Solicitation" but no such service exists.');
  13230.     }
  13231.     /**
  13232.      * Gets the private '.errored..service_locator.nDQTbMz.App\Entity\ProviderSolarPhotovoltaic' shared service.
  13233.      *
  13234.      * @return \App\Entity\ProviderSolarPhotovoltaic
  13235.      */
  13236.     protected function getProviderSolarPhotovoltaicService()
  13237.     {
  13238.         $this->throw('Cannot autowire service ".service_locator.nDQTbMz": it references class "App\\Entity\\ProviderSolarPhotovoltaic" but no such service exists.');
  13239.     }
  13240.     /**
  13241.      * Gets the private '.errored..service_locator.o9wrxnc.App\Entity\TheProperty' shared service.
  13242.      *
  13243.      * @return \App\Entity\TheProperty
  13244.      */
  13245.     protected function getTheProperty13Service()
  13246.     {
  13247.         $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.');
  13248.     }
  13249.     /**
  13250.      * Gets the private '.errored..service_locator.or.noX7.App\Entity\ClientSalesAgreement' shared service.
  13251.      *
  13252.      * @return \App\Entity\ClientSalesAgreement
  13253.      */
  13254.     protected function getClientSalesAgreement3Service()
  13255.     {
  13256.         $this->throw('Cannot autowire service ".service_locator.or.noX7": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13257.     }
  13258.     /**
  13259.      * Gets the private '.errored..service_locator.pIUPwuq.App\Entity\Supplier' shared service.
  13260.      *
  13261.      * @return \App\Entity\Supplier
  13262.      */
  13263.     protected function getSupplierService()
  13264.     {
  13265.         $this->throw('Cannot autowire service ".service_locator.pIUPwuq": it references class "App\\Entity\\Supplier" but no such service exists.');
  13266.     }
  13267.     /**
  13268.      * Gets the private '.errored..service_locator.piW.LyK.App\Entity\User' shared service.
  13269.      *
  13270.      * @return \App\Entity\User
  13271.      */
  13272.     protected function getUser12Service()
  13273.     {
  13274.         $this->throw('Cannot autowire service ".service_locator.piW.LyK": it references class "App\\Entity\\User" but no such service exists.');
  13275.     }
  13276.     /**
  13277.      * Gets the private '.errored..service_locator.pmZg3Qp.App\Entity\EducationCsv' shared service.
  13278.      *
  13279.      * @return \App\Entity\EducationCsv
  13280.      */
  13281.     protected function getEducationCsvService()
  13282.     {
  13283.         $this->throw('Cannot autowire service ".service_locator.pmZg3Qp": it references class "App\\Entity\\EducationCsv" but no such service exists.');
  13284.     }
  13285.     /**
  13286.      * Gets the private '.errored..service_locator.q4bsI0S.App\Entity\Region' shared service.
  13287.      *
  13288.      * @return \App\Entity\Region
  13289.      */
  13290.     protected function getRegionService()
  13291.     {
  13292.         $this->throw('Cannot autowire service ".service_locator.q4bsI0S": it references class "App\\Entity\\Region" but no such service exists.');
  13293.     }
  13294.     /**
  13295.      * Gets the private '.errored..service_locator.qfFZR0..App\Entity\ExcelFile' shared service.
  13296.      *
  13297.      * @return \App\Entity\ExcelFile
  13298.      */
  13299.     protected function getExcelFile2Service()
  13300.     {
  13301.         $this->throw('Cannot autowire service ".service_locator.qfFZR0.": it references class "App\\Entity\\ExcelFile" but no such service exists.');
  13302.     }
  13303.     /**
  13304.      * Gets the private '.errored..service_locator.rLRqRgA.App\Entity\DeedOfSale' shared service.
  13305.      *
  13306.      * @return \App\Entity\DeedOfSale
  13307.      */
  13308.     protected function getDeedOfSaleService()
  13309.     {
  13310.         $this->throw('Cannot autowire service ".service_locator.rLRqRgA": it references class "App\\Entity\\DeedOfSale" but no such service exists.');
  13311.     }
  13312.     /**
  13313.      * Gets the private '.errored..service_locator.rhFGw9S.App\Entity\TheProperty' shared service.
  13314.      *
  13315.      * @return \App\Entity\TheProperty
  13316.      */
  13317.     protected function getTheProperty14Service()
  13318.     {
  13319.         $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.');
  13320.     }
  13321.     /**
  13322.      * Gets the private '.errored..service_locator.rhFGw9S.App\Entity\User' shared service.
  13323.      *
  13324.      * @return \App\Entity\User
  13325.      */
  13326.     protected function getUser13Service()
  13327.     {
  13328.         $this->throw('Cannot autowire service ".service_locator.rhFGw9S": it references class "App\\Entity\\User" but no such service exists.');
  13329.     }
  13330.     /**
  13331.      * Gets the private '.errored..service_locator.tUSUGrk.App\Entity\PublicInquiryInProgressCsv' shared service.
  13332.      *
  13333.      * @return \App\Entity\PublicInquiryInProgressCsv
  13334.      */
  13335.     protected function getPublicInquiryInProgressCsvService()
  13336.     {
  13337.         $this->throw('Cannot autowire service ".service_locator.tUSUGrk": it references class "App\\Entity\\PublicInquiryInProgressCsv" but no such service exists.');
  13338.     }
  13339.     /**
  13340.      * Gets the private '.errored..service_locator.te70QFD.App\Entity\Csv' shared service.
  13341.      *
  13342.      * @return \App\Entity\Csv
  13343.      */
  13344.     protected function getCsvService()
  13345.     {
  13346.         $this->throw('Cannot autowire service ".service_locator.te70QFD": it references class "App\\Entity\\Csv" but no such service exists.');
  13347.     }
  13348.     /**
  13349.      * Gets the private '.errored..service_locator.u2JReeV.App\Entity\Country' shared service.
  13350.      *
  13351.      * @return \App\Entity\Country
  13352.      */
  13353.     protected function getCountryService()
  13354.     {
  13355.         $this->throw('Cannot autowire service ".service_locator.u2JReeV": it references class "App\\Entity\\Country" but no such service exists.');
  13356.     }
  13357.     /**
  13358.      * Gets the private '.errored..service_locator.viRkkJL.App\Entity\SalesAgreementFile' shared service.
  13359.      *
  13360.      * @return \App\Entity\SalesAgreementFile
  13361.      */
  13362.     protected function getSalesAgreementFileService()
  13363.     {
  13364.         $this->throw('Cannot autowire service ".service_locator.viRkkJL": it references class "App\\Entity\\SalesAgreementFile" but no such service exists.');
  13365.     }
  13366.     /**
  13367.      * Gets the private '.errored..service_locator.vwd5GYN.App\Entity\ClientSalesAgreement' shared service.
  13368.      *
  13369.      * @return \App\Entity\ClientSalesAgreement
  13370.      */
  13371.     protected function getClientSalesAgreement4Service()
  13372.     {
  13373.         $this->throw('Cannot autowire service ".service_locator.vwd5GYN": it references class "App\\Entity\\ClientSalesAgreement" but no such service exists.');
  13374.     }
  13375.     /**
  13376.      * Gets the private '.errored..service_locator.whbH868.App\Entity\LeaseContract' shared service.
  13377.      *
  13378.      * @return \App\Entity\LeaseContract
  13379.      */
  13380.     protected function getLeaseContractService()
  13381.     {
  13382.         $this->throw('Cannot autowire service ".service_locator.whbH868": it references class "App\\Entity\\LeaseContract" but no such service exists.');
  13383.     }
  13384.     /**
  13385.      * Gets the private '.errored..service_locator.wmfmmb7.App\Entity\User' shared service.
  13386.      *
  13387.      * @return \App\Entity\User
  13388.      */
  13389.     protected function getUser14Service()
  13390.     {
  13391.         $this->throw('Cannot autowire service ".service_locator.wmfmmb7": it references class "App\\Entity\\User" but no such service exists.');
  13392.     }
  13393.     /**
  13394.      * Gets the private '.errored..service_locator.yGdZL4P.App\Entity\LeaseContract' shared service.
  13395.      *
  13396.      * @return \App\Entity\LeaseContract
  13397.      */
  13398.     protected function getLeaseContract2Service()
  13399.     {
  13400.         $this->throw('Cannot autowire service ".service_locator.yGdZL4P": it references class "App\\Entity\\LeaseContract" but no such service exists.');
  13401.     }
  13402.     /**
  13403.      * Gets the private '.errored..service_locator.z7R5T1y.App\Entity\OfferLease' shared service.
  13404.      *
  13405.      * @return \App\Entity\OfferLease
  13406.      */
  13407.     protected function getOfferLeaseService()
  13408.     {
  13409.         $this->throw('Cannot autowire service ".service_locator.z7R5T1y": it references class "App\\Entity\\OfferLease" but no such service exists.');
  13410.     }
  13411.     /**
  13412.      * Gets the private '.errored..service_locator.z7qwdkH.App\Entity\Plan\Plan' shared service.
  13413.      *
  13414.      * @return \App\Entity\Plan\Plan
  13415.      */
  13416.     protected function getPlan2Service()
  13417.     {
  13418.         $this->throw('Cannot autowire service ".service_locator.z7qwdkH": it references class "App\\Entity\\Plan\\Plan" but no such service exists.');
  13419.     }
  13420.     /**
  13421.      * Gets the private '.errored..service_locator.zK2Ig67.App\Entity\SubscriptionProductService' shared service.
  13422.      *
  13423.      * @return \App\Entity\SubscriptionProductService
  13424.      */
  13425.     protected function getSubscriptionProductService2Service()
  13426.     {
  13427.         $this->throw('Cannot autowire service ".service_locator.zK2Ig67": it references class "App\\Entity\\SubscriptionProductService" but no such service exists.');
  13428.     }
  13429.     /**
  13430.      * Gets the private '.maker.auto_command.make_auth.lazy' shared service.
  13431.      *
  13432.      * @return \Symfony\Component\Console\Command\LazyCommand
  13433.      */
  13434.     protected function get_Maker_AutoCommand_MakeAuth_LazyService()
  13435.     {
  13436.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13438.         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 {
  13439.             return ($this->privates['maker.auto_command.make_auth'] ?? $this->getMaker_AutoCommand_MakeAuthService());
  13440.         });
  13441.     }
  13442.     /**
  13443.      * Gets the private '.maker.auto_command.make_command.lazy' shared service.
  13444.      *
  13445.      * @return \Symfony\Component\Console\Command\LazyCommand
  13446.      */
  13447.     protected function get_Maker_AutoCommand_MakeCommand_LazyService()
  13448.     {
  13449.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13450.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13451.         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 {
  13452.             return ($this->privates['maker.auto_command.make_command'] ?? $this->getMaker_AutoCommand_MakeCommandService());
  13453.         });
  13454.     }
  13455.     /**
  13456.      * Gets the private '.maker.auto_command.make_controller.lazy' shared service.
  13457.      *
  13458.      * @return \Symfony\Component\Console\Command\LazyCommand
  13459.      */
  13460.     protected function get_Maker_AutoCommand_MakeController_LazyService()
  13461.     {
  13462.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13463.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13464.         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 {
  13465.             return ($this->privates['maker.auto_command.make_controller'] ?? $this->getMaker_AutoCommand_MakeControllerService());
  13466.         });
  13467.     }
  13468.     /**
  13469.      * Gets the private '.maker.auto_command.make_crud.lazy' shared service.
  13470.      *
  13471.      * @return \Symfony\Component\Console\Command\LazyCommand
  13472.      */
  13473.     protected function get_Maker_AutoCommand_MakeCrud_LazyService()
  13474.     {
  13475.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13476.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13477.         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 {
  13478.             return ($this->privates['maker.auto_command.make_crud'] ?? $this->getMaker_AutoCommand_MakeCrudService());
  13479.         });
  13480.     }
  13481.     /**
  13482.      * Gets the private '.maker.auto_command.make_data_persister.lazy' shared service.
  13483.      *
  13484.      * @return \Symfony\Component\Console\Command\LazyCommand
  13485.      */
  13486.     protected function get_Maker_AutoCommand_MakeDataPersister_LazyService()
  13487.     {
  13488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13489.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13490.         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 {
  13491.             return ($this->privates['maker.auto_command.make_data_persister'] ?? $this->getMaker_AutoCommand_MakeDataPersisterService());
  13492.         });
  13493.     }
  13494.     /**
  13495.      * Gets the private '.maker.auto_command.make_data_provider.lazy' shared service.
  13496.      *
  13497.      * @return \Symfony\Component\Console\Command\LazyCommand
  13498.      */
  13499.     protected function get_Maker_AutoCommand_MakeDataProvider_LazyService()
  13500.     {
  13501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13503.         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 {
  13504.             return ($this->privates['maker.auto_command.make_data_provider'] ?? $this->getMaker_AutoCommand_MakeDataProviderService());
  13505.         });
  13506.     }
  13507.     /**
  13508.      * Gets the private '.maker.auto_command.make_docker_database.lazy' shared service.
  13509.      *
  13510.      * @return \Symfony\Component\Console\Command\LazyCommand
  13511.      */
  13512.     protected function get_Maker_AutoCommand_MakeDockerDatabase_LazyService()
  13513.     {
  13514.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13515.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13516.         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 {
  13517.             return ($this->privates['maker.auto_command.make_docker_database'] ?? $this->getMaker_AutoCommand_MakeDockerDatabaseService());
  13518.         });
  13519.     }
  13520.     /**
  13521.      * Gets the private '.maker.auto_command.make_entity.lazy' shared service.
  13522.      *
  13523.      * @return \Symfony\Component\Console\Command\LazyCommand
  13524.      */
  13525.     protected function get_Maker_AutoCommand_MakeEntity_LazyService()
  13526.     {
  13527.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13528.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13529.         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 {
  13530.             return ($this->privates['maker.auto_command.make_entity'] ?? $this->getMaker_AutoCommand_MakeEntityService());
  13531.         });
  13532.     }
  13533.     /**
  13534.      * Gets the private '.maker.auto_command.make_fixtures.lazy' shared service.
  13535.      *
  13536.      * @return \Symfony\Component\Console\Command\LazyCommand
  13537.      */
  13538.     protected function get_Maker_AutoCommand_MakeFixtures_LazyService()
  13539.     {
  13540.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13542.         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 {
  13543.             return ($this->privates['maker.auto_command.make_fixtures'] ?? $this->getMaker_AutoCommand_MakeFixturesService());
  13544.         });
  13545.     }
  13546.     /**
  13547.      * Gets the private '.maker.auto_command.make_form.lazy' shared service.
  13548.      *
  13549.      * @return \Symfony\Component\Console\Command\LazyCommand
  13550.      */
  13551.     protected function get_Maker_AutoCommand_MakeForm_LazyService()
  13552.     {
  13553.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13554.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13555.         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 {
  13556.             return ($this->privates['maker.auto_command.make_form'] ?? $this->getMaker_AutoCommand_MakeFormService());
  13557.         });
  13558.     }
  13559.     /**
  13560.      * Gets the private '.maker.auto_command.make_message.lazy' shared service.
  13561.      *
  13562.      * @return \Symfony\Component\Console\Command\LazyCommand
  13563.      */
  13564.     protected function get_Maker_AutoCommand_MakeMessage_LazyService()
  13565.     {
  13566.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13567.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13568.         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 {
  13569.             return ($this->privates['maker.auto_command.make_message'] ?? $this->getMaker_AutoCommand_MakeMessageService());
  13570.         });
  13571.     }
  13572.     /**
  13573.      * Gets the private '.maker.auto_command.make_messenger_middleware.lazy' shared service.
  13574.      *
  13575.      * @return \Symfony\Component\Console\Command\LazyCommand
  13576.      */
  13577.     protected function get_Maker_AutoCommand_MakeMessengerMiddleware_LazyService()
  13578.     {
  13579.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13580.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13581.         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 {
  13582.             return ($this->privates['maker.auto_command.make_messenger_middleware'] ?? $this->getMaker_AutoCommand_MakeMessengerMiddlewareService());
  13583.         });
  13584.     }
  13585.     /**
  13586.      * Gets the private '.maker.auto_command.make_migration.lazy' shared service.
  13587.      *
  13588.      * @return \Symfony\Component\Console\Command\LazyCommand
  13589.      */
  13590.     protected function get_Maker_AutoCommand_MakeMigration_LazyService()
  13591.     {
  13592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13593.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13594.         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 {
  13595.             return ($this->privates['maker.auto_command.make_migration'] ?? $this->getMaker_AutoCommand_MakeMigrationService());
  13596.         });
  13597.     }
  13598.     /**
  13599.      * Gets the private '.maker.auto_command.make_registration_form.lazy' shared service.
  13600.      *
  13601.      * @return \Symfony\Component\Console\Command\LazyCommand
  13602.      */
  13603.     protected function get_Maker_AutoCommand_MakeRegistrationForm_LazyService()
  13604.     {
  13605.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13606.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13607.         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 {
  13608.             return ($this->privates['maker.auto_command.make_registration_form'] ?? $this->getMaker_AutoCommand_MakeRegistrationFormService());
  13609.         });
  13610.     }
  13611.     /**
  13612.      * Gets the private '.maker.auto_command.make_reset_password.lazy' shared service.
  13613.      *
  13614.      * @return \Symfony\Component\Console\Command\LazyCommand
  13615.      */
  13616.     protected function get_Maker_AutoCommand_MakeResetPassword_LazyService()
  13617.     {
  13618.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13619.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13620.         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 {
  13621.             return ($this->privates['maker.auto_command.make_reset_password'] ?? $this->getMaker_AutoCommand_MakeResetPasswordService());
  13622.         });
  13623.     }
  13624.     /**
  13625.      * Gets the private '.maker.auto_command.make_serializer_encoder.lazy' shared service.
  13626.      *
  13627.      * @return \Symfony\Component\Console\Command\LazyCommand
  13628.      */
  13629.     protected function get_Maker_AutoCommand_MakeSerializerEncoder_LazyService()
  13630.     {
  13631.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13632.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13633.         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 {
  13634.             return ($this->privates['maker.auto_command.make_serializer_encoder'] ?? $this->getMaker_AutoCommand_MakeSerializerEncoderService());
  13635.         });
  13636.     }
  13637.     /**
  13638.      * Gets the private '.maker.auto_command.make_serializer_normalizer.lazy' shared service.
  13639.      *
  13640.      * @return \Symfony\Component\Console\Command\LazyCommand
  13641.      */
  13642.     protected function get_Maker_AutoCommand_MakeSerializerNormalizer_LazyService()
  13643.     {
  13644.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13645.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13646.         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 {
  13647.             return ($this->privates['maker.auto_command.make_serializer_normalizer'] ?? $this->getMaker_AutoCommand_MakeSerializerNormalizerService());
  13648.         });
  13649.     }
  13650.     /**
  13651.      * Gets the private '.maker.auto_command.make_state_processor.lazy' shared service.
  13652.      *
  13653.      * @return \Symfony\Component\Console\Command\LazyCommand
  13654.      */
  13655.     protected function get_Maker_AutoCommand_MakeStateProcessor_LazyService()
  13656.     {
  13657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13658.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13659.         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 {
  13660.             return ($this->privates['maker.auto_command.make_state_processor'] ?? $this->getMaker_AutoCommand_MakeStateProcessorService());
  13661.         });
  13662.     }
  13663.     /**
  13664.      * Gets the private '.maker.auto_command.make_state_provider.lazy' shared service.
  13665.      *
  13666.      * @return \Symfony\Component\Console\Command\LazyCommand
  13667.      */
  13668.     protected function get_Maker_AutoCommand_MakeStateProvider_LazyService()
  13669.     {
  13670.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13671.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13672.         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 {
  13673.             return ($this->privates['maker.auto_command.make_state_provider'] ?? $this->getMaker_AutoCommand_MakeStateProviderService());
  13674.         });
  13675.     }
  13676.     /**
  13677.      * Gets the private '.maker.auto_command.make_stimulus_controller.lazy' shared service.
  13678.      *
  13679.      * @return \Symfony\Component\Console\Command\LazyCommand
  13680.      */
  13681.     protected function get_Maker_AutoCommand_MakeStimulusController_LazyService()
  13682.     {
  13683.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13684.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13685.         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 {
  13686.             return ($this->privates['maker.auto_command.make_stimulus_controller'] ?? $this->getMaker_AutoCommand_MakeStimulusControllerService());
  13687.         });
  13688.     }
  13689.     /**
  13690.      * Gets the private '.maker.auto_command.make_subscriber.lazy' shared service.
  13691.      *
  13692.      * @return \Symfony\Component\Console\Command\LazyCommand
  13693.      */
  13694.     protected function get_Maker_AutoCommand_MakeSubscriber_LazyService()
  13695.     {
  13696.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13697.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13698.         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 {
  13699.             return ($this->privates['maker.auto_command.make_subscriber'] ?? $this->getMaker_AutoCommand_MakeSubscriberService());
  13700.         });
  13701.     }
  13702.     /**
  13703.      * Gets the private '.maker.auto_command.make_test.lazy' shared service.
  13704.      *
  13705.      * @return \Symfony\Component\Console\Command\LazyCommand
  13706.      */
  13707.     protected function get_Maker_AutoCommand_MakeTest_LazyService()
  13708.     {
  13709.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13710.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13711.         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 {
  13712.             return ($this->privates['maker.auto_command.make_test'] ?? $this->getMaker_AutoCommand_MakeTestService());
  13713.         });
  13714.     }
  13715.     /**
  13716.      * Gets the private '.maker.auto_command.make_twig_extension.lazy' shared service.
  13717.      *
  13718.      * @return \Symfony\Component\Console\Command\LazyCommand
  13719.      */
  13720.     protected function get_Maker_AutoCommand_MakeTwigExtension_LazyService()
  13721.     {
  13722.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13723.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13724.         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 {
  13725.             return ($this->privates['maker.auto_command.make_twig_extension'] ?? $this->getMaker_AutoCommand_MakeTwigExtensionService());
  13726.         });
  13727.     }
  13728.     /**
  13729.      * Gets the private '.maker.auto_command.make_user.lazy' shared service.
  13730.      *
  13731.      * @return \Symfony\Component\Console\Command\LazyCommand
  13732.      */
  13733.     protected function get_Maker_AutoCommand_MakeUser_LazyService()
  13734.     {
  13735.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13736.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13737.         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 {
  13738.             return ($this->privates['maker.auto_command.make_user'] ?? $this->getMaker_AutoCommand_MakeUserService());
  13739.         });
  13740.     }
  13741.     /**
  13742.      * Gets the private '.maker.auto_command.make_validator.lazy' shared service.
  13743.      *
  13744.      * @return \Symfony\Component\Console\Command\LazyCommand
  13745.      */
  13746.     protected function get_Maker_AutoCommand_MakeValidator_LazyService()
  13747.     {
  13748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13749.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13750.         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 {
  13751.             return ($this->privates['maker.auto_command.make_validator'] ?? $this->getMaker_AutoCommand_MakeValidatorService());
  13752.         });
  13753.     }
  13754.     /**
  13755.      * Gets the private '.maker.auto_command.make_voter.lazy' shared service.
  13756.      *
  13757.      * @return \Symfony\Component\Console\Command\LazyCommand
  13758.      */
  13759.     protected function get_Maker_AutoCommand_MakeVoter_LazyService()
  13760.     {
  13761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13762.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13763.         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 {
  13764.             return ($this->privates['maker.auto_command.make_voter'] ?? $this->getMaker_AutoCommand_MakeVoterService());
  13765.         });
  13766.     }
  13767.     /**
  13768.      * Gets the private '.messenger.handler_descriptor..LEXsda' shared service.
  13769.      *
  13770.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13771.      */
  13772.     protected function get_Messenger_HandlerDescriptor__LEXsdaService()
  13773.     {
  13774.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13775.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13776.         include_once \dirname(__DIR__4).'/src/MessageHandler/ShowInterestMessageHandler.php';
  13777.         $a = ($this->privates['App\\Service\\AlertService'] ?? $this->getAlertServiceService());
  13778.         if (isset($this->privates['.messenger.handler_descriptor..LEXsda'])) {
  13779.             return $this->privates['.messenger.handler_descriptor..LEXsda'];
  13780.         }
  13781.         return $this->privates['.messenger.handler_descriptor..LEXsda'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\ShowInterestMessageHandler($a), []);
  13782.     }
  13783.     /**
  13784.      * Gets the private '.messenger.handler_descriptor..yc08K9' shared service.
  13785.      *
  13786.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13787.      */
  13788.     protected function get_Messenger_HandlerDescriptor__Yc08K9Service()
  13789.     {
  13790.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13791.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13792.         include_once \dirname(__DIR__4).'/src/MessageHandler/SearchIndexUpdateHandler.php';
  13793.         $a = ($this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'] ?? $this->getSearchIndexUpdaterService());
  13794.         if (isset($this->privates['.messenger.handler_descriptor..yc08K9'])) {
  13795.             return $this->privates['.messenger.handler_descriptor..yc08K9'];
  13796.         }
  13797.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13798.         if (isset($this->privates['.messenger.handler_descriptor..yc08K9'])) {
  13799.             return $this->privates['.messenger.handler_descriptor..yc08K9'];
  13800.         }
  13801.         return $this->privates['.messenger.handler_descriptor..yc08K9'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\SearchIndexUpdateHandler($a$b), []);
  13802.     }
  13803.     /**
  13804.      * Gets the private '.messenger.handler_descriptor.2PV5OtP' shared service.
  13805.      *
  13806.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13807.      */
  13808.     protected function get_Messenger_HandlerDescriptor_2PV5OtPService()
  13809.     {
  13810.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13811.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13812.         include_once \dirname(__DIR__4).'/src/MessageHandler/CommunityPostNotificationHandler.php';
  13813.         $a = ($this->privates['App\\Service\\Api\\Community\\NotificationService'] ?? $this->getNotificationServiceService());
  13814.         if (isset($this->privates['.messenger.handler_descriptor.2PV5OtP'])) {
  13815.             return $this->privates['.messenger.handler_descriptor.2PV5OtP'];
  13816.         }
  13817.         return $this->privates['.messenger.handler_descriptor.2PV5OtP'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\CommunityPostNotificationHandler($a), []);
  13818.     }
  13819.     /**
  13820.      * Gets the private '.messenger.handler_descriptor.OYxdkFB' shared service.
  13821.      *
  13822.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13823.      */
  13824.     protected function get_Messenger_HandlerDescriptor_OYxdkFBService()
  13825.     {
  13826.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13827.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13828.         include_once \dirname(__DIR__4).'/src/MessageHandler/NewCommitteeNotificationHandler.php';
  13829.         $a = ($this->privates['App\\Service\\Api\\Community\\NotificationService'] ?? $this->getNotificationServiceService());
  13830.         if (isset($this->privates['.messenger.handler_descriptor.OYxdkFB'])) {
  13831.             return $this->privates['.messenger.handler_descriptor.OYxdkFB'];
  13832.         }
  13833.         return $this->privates['.messenger.handler_descriptor.OYxdkFB'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\NewCommitteeNotificationHandler($a), []);
  13834.     }
  13835.     /**
  13836.      * Gets the private '.messenger.handler_descriptor.ReaAshx' shared service.
  13837.      *
  13838.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13839.      */
  13840.     protected function get_Messenger_HandlerDescriptor_ReaAshxService()
  13841.     {
  13842.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13843.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13844.         include_once \dirname(__DIR__4).'/src/MessageHandler/AlertMessageHandler.php';
  13845.         $a = ($this->privates['App\\Service\\AlertService'] ?? $this->getAlertServiceService());
  13846.         if (isset($this->privates['.messenger.handler_descriptor.ReaAshx'])) {
  13847.             return $this->privates['.messenger.handler_descriptor.ReaAshx'];
  13848.         }
  13849.         return $this->privates['.messenger.handler_descriptor.ReaAshx'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\AlertMessageHandler($a), []);
  13850.     }
  13851.     /**
  13852.      * Gets the private '.messenger.handler_descriptor._ao._zO' shared service.
  13853.      *
  13854.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13855.      */
  13856.     protected function get_Messenger_HandlerDescriptor_Ao_ZOService()
  13857.     {
  13858.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13859.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13860.         include_once \dirname(__DIR__4).'/src/MessageHandler/LeaseContractTimeoutMessageHandler.php';
  13861.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13862.         if (isset($this->privates['.messenger.handler_descriptor._ao._zO'])) {
  13863.             return $this->privates['.messenger.handler_descriptor._ao._zO'];
  13864.         }
  13865.         $b = ($this->privates['App\\Service\\Api\\RentalEmailService'] ?? $this->getRentalEmailServiceService());
  13866.         if (isset($this->privates['.messenger.handler_descriptor._ao._zO'])) {
  13867.             return $this->privates['.messenger.handler_descriptor._ao._zO'];
  13868.         }
  13869.         return $this->privates['.messenger.handler_descriptor._ao._zO'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \App\MessageHandler\LeaseContractTimeoutMessageHandler($a$b), []);
  13870.     }
  13871.     /**
  13872.      * Gets the private '.messenger.handler_descriptor.dYC6Jx9' shared service.
  13873.      *
  13874.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13875.      */
  13876.     protected function get_Messenger_HandlerDescriptor_DYC6Jx9Service()
  13877.     {
  13878.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13879.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13880.         include_once \dirname(__DIR__4).'/src/MessageHandler/SalesDateLimitNotificationHandler.php';
  13881.         $a = ($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'] ?? $this->getClientSalesAgreementServiceService());
  13882.         if (isset($this->privates['.messenger.handler_descriptor.dYC6Jx9'])) {
  13883.             return $this->privates['.messenger.handler_descriptor.dYC6Jx9'];
  13884.         }
  13885.         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())), []);
  13886.     }
  13887.     /**
  13888.      * Gets the private '.messenger.handler_descriptor.enSacTY' shared service.
  13889.      *
  13890.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13891.      */
  13892.     protected function get_Messenger_HandlerDescriptor_EnSacTYService()
  13893.     {
  13894.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13895.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13896.         include_once \dirname(__DIR__4).'/src/MessageHandler/CommunityPlpMessageHandler.php';
  13897.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  13898.         if (isset($this->privates['.messenger.handler_descriptor.enSacTY'])) {
  13899.             return $this->privates['.messenger.handler_descriptor.enSacTY'];
  13900.         }
  13901.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  13902.         if (isset($this->privates['.messenger.handler_descriptor.enSacTY'])) {
  13903.             return $this->privates['.messenger.handler_descriptor.enSacTY'];
  13904.         }
  13905.         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), []);
  13906.     }
  13907.     /**
  13908.      * Gets the private '.messenger.handler_descriptor.i5idlk5' shared service.
  13909.      *
  13910.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13911.      */
  13912.     protected function get_Messenger_HandlerDescriptor_I5idlk5Service()
  13913.     {
  13914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/MessageHandlerInterface.php';
  13916.         include_once \dirname(__DIR__4).'/src/MessageHandler/MessageAquisitionHandler.php';
  13917.         include_once \dirname(__DIR__4).'/src/Service/Api/Domiciliation/DomAquisitionAlertService.php';
  13918.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  13919.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  13920.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  13921.         }
  13922.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  13923.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  13924.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  13925.         }
  13926.         $c = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  13927.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  13928.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  13929.         }
  13930.         $d = ($this->privates['App\\Service\\Api\\SendEmailService'] ?? $this->getSendEmailServiceService());
  13931.         if (isset($this->privates['.messenger.handler_descriptor.i5idlk5'])) {
  13932.             return $this->privates['.messenger.handler_descriptor.i5idlk5'];
  13933.         }
  13934.         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)), []);
  13935.     }
  13936.     /**
  13937.      * Gets the private '.messenger.handler_descriptor.tGvt0LH' shared service.
  13938.      *
  13939.      * @return \Symfony\Component\Messenger\Handler\HandlerDescriptor
  13940.      */
  13941.     protected function get_Messenger_HandlerDescriptor_TGvt0LHService()
  13942.     {
  13943.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlerDescriptor.php';
  13944.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Messenger/MessageHandler.php';
  13945.         $a = ($this->privates['mailer.transports'] ?? $this->getMailer_TransportsService());
  13946.         if (isset($this->privates['.messenger.handler_descriptor.tGvt0LH'])) {
  13947.             return $this->privates['.messenger.handler_descriptor.tGvt0LH'];
  13948.         }
  13949.         return $this->privates['.messenger.handler_descriptor.tGvt0LH'] = new \Symfony\Component\Messenger\Handler\HandlerDescriptor(new \Symfony\Component\Mailer\Messenger\MessageHandler($a), []);
  13950.     }
  13951.     /**
  13952.      * Gets the private '.monolog.command.server_log.lazy' shared service.
  13953.      *
  13954.      * @return \Symfony\Component\Console\Command\LazyCommand
  13955.      */
  13956.     protected function get_Monolog_Command_ServerLog_LazyService()
  13957.     {
  13958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13960.         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 {
  13961.             return ($this->privates['monolog.command.server_log'] ?? $this->getMonolog_Command_ServerLogService());
  13962.         });
  13963.     }
  13964.     /**
  13965.      * Gets the private '.security.command.debug_firewall.lazy' shared service.
  13966.      *
  13967.      * @return \Symfony\Component\Console\Command\LazyCommand
  13968.      */
  13969.     protected function get_Security_Command_DebugFirewall_LazyService()
  13970.     {
  13971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13973.         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 {
  13974.             return ($this->privates['security.command.debug_firewall'] ?? $this->getSecurity_Command_DebugFirewallService());
  13975.         });
  13976.     }
  13977.     /**
  13978.      * Gets the private '.security.command.user_password_encoder.lazy' shared service.
  13979.      *
  13980.      * @return \Symfony\Component\Console\Command\LazyCommand
  13981.      */
  13982.     protected function get_Security_Command_UserPasswordEncoder_LazyService()
  13983.     {
  13984.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13985.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13986.         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 {
  13987.             return ($this->privates['security.command.user_password_encoder'] ?? $this->getSecurity_Command_UserPasswordEncoderService());
  13988.         });
  13989.     }
  13990.     /**
  13991.      * Gets the private '.security.command.user_password_hash.lazy' shared service.
  13992.      *
  13993.      * @return \Symfony\Component\Console\Command\LazyCommand
  13994.      */
  13995.     protected function get_Security_Command_UserPasswordHash_LazyService()
  13996.     {
  13997.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  13998.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  13999.         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 {
  14000.             return ($this->privates['security.command.user_password_hash'] ?? $this->getSecurity_Command_UserPasswordHashService());
  14001.         });
  14002.     }
  14003.     /**
  14004.      * Gets the private '.service_locator..Ae5NXw' shared service.
  14005.      *
  14006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14007.      */
  14008.     protected function get_ServiceLocator__Ae5NXwService()
  14009.     {
  14010.         return $this->privates['.service_locator..Ae5NXw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14011.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  14012.         ], [
  14013.             'userRepository' => 'App\\Repository\\UserRepository',
  14014.         ]);
  14015.     }
  14016.     /**
  14017.      * Gets the private '.service_locator..HgB6d8' shared service.
  14018.      *
  14019.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14020.      */
  14021.     protected function get_ServiceLocator__HgB6d8Service()
  14022.     {
  14023.         return $this->privates['.service_locator..HgB6d8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14024.             '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.'],
  14025.         ], [
  14026.             'estimation' => 'App\\Entity\\Rentestimation',
  14027.         ]);
  14028.     }
  14029.     /**
  14030.      * Gets the private '.service_locator..OVXgLf' shared service.
  14031.      *
  14032.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14033.      */
  14034.     protected function get_ServiceLocator__OVXgLfService()
  14035.     {
  14036.         return $this->privates['.service_locator..OVXgLf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14037.             'documentRequestService' => ['privates''App\\Service\\Api\\TheProperty\\DocumentRequestService''getDocumentRequestServiceService'false],
  14038.         ], [
  14039.             'documentRequestService' => 'App\\Service\\Api\\TheProperty\\DocumentRequestService',
  14040.         ]);
  14041.     }
  14042.     /**
  14043.      * Gets the private '.service_locator..i7P.zi' shared service.
  14044.      *
  14045.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14046.      */
  14047.     protected function get_ServiceLocator__I7P_ZiService()
  14048.     {
  14049.         return $this->privates['.service_locator..i7P.zi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14050.             '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.'],
  14051.         ], [
  14052.             'field' => 'App\\Entity\\PrimeProcedureField',
  14053.         ]);
  14054.     }
  14055.     /**
  14056.      * Gets the private '.service_locator.0Ccr..5' shared service.
  14057.      *
  14058.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14059.      */
  14060.     protected function get_ServiceLocator_0Ccr__5Service()
  14061.     {
  14062.         return $this->privates['.service_locator.0Ccr..5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14063.             '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.'],
  14064.             'documentModificationService' => ['privates''App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService''getDocumentModificationServiceService'false],
  14065.         ], [
  14066.             'data' => 'App\\Entity\\ThepropertyDocument',
  14067.             'documentModificationService' => 'App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService',
  14068.         ]);
  14069.     }
  14070.     /**
  14071.      * Gets the private '.service_locator.0UNyPfI' shared service.
  14072.      *
  14073.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14074.      */
  14075.     protected function get_ServiceLocator_0UNyPfIService()
  14076.     {
  14077.         return $this->privates['.service_locator.0UNyPfI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14078.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  14079.             'propertyRep' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  14080.         ], [
  14081.             'em' => '?',
  14082.             'propertyRep' => 'App\\Repository\\ThepropertyRepository',
  14083.         ]);
  14084.     }
  14085.     /**
  14086.      * Gets the private '.service_locator.0x1xCX0' shared service.
  14087.      *
  14088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14089.      */
  14090.     protected function get_ServiceLocator_0x1xCX0Service()
  14091.     {
  14092.         return $this->privates['.service_locator.0x1xCX0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14093.             'traitementImmogo' => ['privates''App\\Service\\TraitementImmogo''getTraitementImmogoService'false],
  14094.         ], [
  14095.             'traitementImmogo' => 'App\\Service\\TraitementImmogo',
  14096.         ]);
  14097.     }
  14098.     /**
  14099.      * Gets the private '.service_locator.1MOWLXB' shared service.
  14100.      *
  14101.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  14102.      */
  14103.     protected function get_ServiceLocator_1MOWLXBService()
  14104.     {
  14105.         return $this->privates['.service_locator.1MOWLXB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  14106.             'App\\Controller\\Authentication\\AuthenticationController::createToken' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  14107.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController::retrieve' => ['privates''.service_locator.DgrmONe''get_ServiceLocator_DgrmONeService'false],
  14108.             'App\\Controller\\PersonnelAuthenticatorController::login' => ['privates''.service_locator.qkWn6JN''get_ServiceLocator_QkWn6JNService'false],
  14109.             'App\\Controller\\TwoFactorController::verify' => ['privates''.service_locator.Ml15ld8''get_ServiceLocator_Ml15ld8Service'false],
  14110.             'App\\Controller\\YousignWebhookController::handleWebhook' => ['privates''.service_locator.mC7pTcw''get_ServiceLocator_MC7pTcwService'false],
  14111.             'App\\Controller\\admin\\AbstractCsvController::engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14112.             'App\\Controller\\admin\\AnnoncementController::createDemenagement' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  14113.             'App\\Controller\\admin\\AnnoncementController::createObjets' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  14114.             'App\\Controller\\admin\\ArchitectArtWorkController::index' => ['privates''.service_locator.bY8EWBk''get_ServiceLocator_BY8EWBkService'false],
  14115.             'App\\Controller\\admin\\AreaCsvController::area_csv_delete' => ['privates''.service_locator.p8g7kFY''get_ServiceLocator_P8g7kFYService'false],
  14116.             'App\\Controller\\admin\\AreaCsvController::area_csv_new' => ['privates''.service_locator.BtCdv5A''get_ServiceLocator_BtCdv5AService'false],
  14117.             'App\\Controller\\admin\\BankController::deletesimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  14118.             'App\\Controller\\admin\\BankController::editbank' => ['privates''.service_locator.ZO6eemZ''get_ServiceLocator_ZO6eemZService'false],
  14119.             'App\\Controller\\admin\\BankController::editsimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  14120.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::delete' => ['privates''.service_locator.ijEx0xo''get_ServiceLocator_IjEx0xoService'false],
  14121.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::index' => ['privates''.service_locator.NFoq.Bg''get_ServiceLocator_NFoq_BgService'false],
  14122.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::new' => ['privates''.service_locator.E9uM_YD''get_ServiceLocator_E9uMYDService'false],
  14123.             'App\\Controller\\admin\\CityController::create' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  14124.             'App\\Controller\\admin\\CityController::edit' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  14125.             'App\\Controller\\admin\\ClientsController::disableAccount' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  14126.             'App\\Controller\\admin\\ClientsController::edit' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  14127.             'App\\Controller\\admin\\ClientsController::editclientpro' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  14128.             'App\\Controller\\admin\\ClientsController::editprestataire' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  14129.             'App\\Controller\\admin\\ClientsController::index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  14130.             'App\\Controller\\admin\\ClientsController::new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14131.             'App\\Controller\\admin\\ClientsController::newclientspro' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14132.             'App\\Controller\\admin\\ClientsController::newprestataire' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14133.             'App\\Controller\\admin\\ClientsController::sendmailnouvclient' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  14134.             'App\\Controller\\admin\\ContactsellerController::delete' => ['privates''.service_locator.B4C5t9G''get_ServiceLocator_B4C5t9GService'false],
  14135.             'App\\Controller\\admin\\CountryController::edit' => ['privates''.service_locator.u2JReeV''get_ServiceLocator_U2JReeVService'false],
  14136.             'App\\Controller\\admin\\DVFController::deleteCsv' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  14137.             'App\\Controller\\admin\\DVFController::index' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  14138.             'App\\Controller\\admin\\DeedOfSaleController::deleteFile' => ['privates''.service_locator.rLRqRgA''get_ServiceLocator_RLRqRgAService'false],
  14139.             'App\\Controller\\admin\\DefaultclauseController::edit' => ['privates''.service_locator.icZiCPH''get_ServiceLocator_IcZiCPHService'false],
  14140.             'App\\Controller\\admin\\DistanceController::create' => ['privates''.service_locator.7K2EQCE''get_ServiceLocator_7K2EQCEService'false],
  14141.             'App\\Controller\\admin\\DocumenttypeController::create' => ['privates''.service_locator.fakrr8S''get_ServiceLocator_Fakrr8SService'false],
  14142.             'App\\Controller\\admin\\DocumenttypeController::createCategory' => ['privates''.service_locator.vIdYB67''get_ServiceLocator_VIdYB67Service'false],
  14143.             'App\\Controller\\admin\\Education\\EducationController::deleteCsv' => ['privates''.service_locator.pmZg3Qp''get_ServiceLocator_PmZg3QpService'false],
  14144.             'App\\Controller\\admin\\EngieCsvController::deleteCsv' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  14145.             'App\\Controller\\admin\\EngieCsvController::engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14146.             'App\\Controller\\admin\\EngieCsvController::new' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  14147.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::delete' => ['privates''.service_locator.B2caubr''get_ServiceLocator_B2caubrService'false],
  14148.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::index' => ['privates''.service_locator.k2UDkSr''get_ServiceLocator_K2UDkSrService'false],
  14149.             'App\\Controller\\admin\\Environment\\ObligationCsvController::delete' => ['privates''.service_locator.EJPRYr2''get_ServiceLocator_EJPRYr2Service'false],
  14150.             'App\\Controller\\admin\\Environment\\ObligationsController::delete' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  14151.             'App\\Controller\\admin\\Environment\\ObligationsController::edit' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  14152.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController::delete' => ['privates''.service_locator.iOm7w8h''get_ServiceLocator_IOm7w8hService'false],
  14153.             'App\\Controller\\admin\\ExcelFileController::delete' => ['privates''.service_locator.kw12yOt''get_ServiceLocator_Kw12yOtService'false],
  14154.             'App\\Controller\\admin\\ExcelFileController::index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  14155.             'App\\Controller\\admin\\ExcelWorkController::delete' => ['privates''.service_locator.qfFZR0.''get_ServiceLocator_QfFZR0_Service'false],
  14156.             'App\\Controller\\admin\\ExcelWorkController::index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  14157.             'App\\Controller\\admin\\ExternalAdverstisingController::index' => ['privates''.service_locator.tiqlpZ8''get_ServiceLocator_TiqlpZ8Service'false],
  14158.             'App\\Controller\\admin\\ExternalOfferController::index' => ['privates''.service_locator.LxNsfND''get_ServiceLocator_LxNsfNDService'false],
  14159.             'App\\Controller\\admin\\ExternalProviderController::index' => ['privates''.service_locator.3q0fwPi''get_ServiceLocator_3q0fwPiService'false],
  14160.             'App\\Controller\\admin\\FeatureController::featurecreateandedit' => ['privates''.service_locator.Yybx5tt''get_ServiceLocator_Yybx5ttService'false],
  14161.             'App\\Controller\\admin\\ImagepubController::delete' => ['privates''.service_locator.D28s79M''get_ServiceLocator_D28s79MService'false],
  14162.             'App\\Controller\\admin\\ImagepubController::edit' => ['privates''.service_locator.FEUHOWC''get_ServiceLocator_FEUHOWCService'false],
  14163.             'App\\Controller\\admin\\InsuranceController::index' => ['privates''.service_locator.Hsc6SKy''get_ServiceLocator_Hsc6SKyService'false],
  14164.             'App\\Controller\\admin\\LandPropertyDestinationController::delete' => ['privates''.service_locator.QPa5E6I''get_ServiceLocator_QPa5E6IService'false],
  14165.             'App\\Controller\\admin\\LocationTypeController::delete' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  14166.             'App\\Controller\\admin\\LocationTypeController::edit' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  14167.             'App\\Controller\\admin\\LocationTypeController::index' => ['privates''.service_locator.HPh3.Sm''get_ServiceLocator_HPh3_SmService'false],
  14168.             'App\\Controller\\admin\\LocationTypeController::new' => ['privates''.service_locator.QZPR98c''get_ServiceLocator_QZPR98cService'false],
  14169.             'App\\Controller\\admin\\MunicipalityController::edit' => ['privates''.service_locator.fU2hXpG''get_ServiceLocator_FU2hXpGService'false],
  14170.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController::edit' => ['privates''.service_locator.Su5bU3D''get_ServiceLocator_Su5bU3DService'false],
  14171.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::EditPromo' => ['privates''.service_locator.FLflT6M''get_ServiceLocator_FLflT6MService'false],
  14172.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::addPromo' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  14173.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::delete' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  14174.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::edit' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  14175.             'App\\Controller\\admin\\NewProjectImmoCsvController::deleteCsv' => ['privates''.service_locator.cdUC4AU''get_ServiceLocator_CdUC4AUService'false],
  14176.             'App\\Controller\\admin\\NewProjectImmoCsvController::index' => ['privates''.service_locator.Sfzmser''get_ServiceLocator_SfzmserService'false],
  14177.             'App\\Controller\\admin\\NotaryController::addNotaryFiles' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  14178.             'App\\Controller\\admin\\NotaryController::delete' => ['privates''.service_locator.gwjqcS0''get_ServiceLocator_GwjqcS0Service'false],
  14179.             'App\\Controller\\admin\\NotaryController::deleteCsv' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  14180.             'App\\Controller\\admin\\NotaryController::edit' => ['privates''.service_locator.d8usWRn''get_ServiceLocator_D8usWRnService'false],
  14181.             'App\\Controller\\admin\\NotaryController::new' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  14182.             'App\\Controller\\admin\\OccupationPeriodFileController::deleteCsv' => ['privates''.service_locator.DoCVnoP''get_ServiceLocator_DoCVnoPService'false],
  14183.             'App\\Controller\\admin\\OccupationPeriodFileController::index' => ['privates''.service_locator.AkI1NqP''get_ServiceLocator_AkI1NqPService'false],
  14184.             'App\\Controller\\admin\\OccupieEstimationController::deleteCsv' => ['privates''.service_locator.QgZYKkO''get_ServiceLocator_QgZYKkOService'false],
  14185.             'App\\Controller\\admin\\OfferController::edit' => ['privates''.service_locator.9BpSl6J''get_ServiceLocator_9BpSl6JService'false],
  14186.             'App\\Controller\\admin\\OptionController::optionCreate' => ['privates''.service_locator.FbfzOBq''get_ServiceLocator_FbfzOBqService'false],
  14187.             'App\\Controller\\admin\\ParametreController::delete' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  14188.             'App\\Controller\\admin\\ParametreController::edit' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  14189.             'App\\Controller\\admin\\PebIntegrationController::edit' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14190.             'App\\Controller\\admin\\PersonnelController::edit' => ['privates''.service_locator.piW.LyK''get_ServiceLocator_PiW_LyKService'false],
  14191.             'App\\Controller\\admin\\PersonnelController::editmonprofil' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  14192.             'App\\Controller\\admin\\PersonnelController::index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  14193.             'App\\Controller\\admin\\PersonnelController::new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14194.             'App\\Controller\\admin\\PersonnelController::sendmailnouvuser' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  14195.             'App\\Controller\\admin\\PersonnelController::updateAccountStatus' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  14196.             'App\\Controller\\admin\\Plan\\PlanController::delete' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  14197.             'App\\Controller\\admin\\Plan\\PlanController::edit' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  14198.             'App\\Controller\\admin\\Plan\\PlanController::index' => ['privates''.service_locator.cEv5ILv''get_ServiceLocator_CEv5ILvService'false],
  14199.             'App\\Controller\\admin\\PpasAffectationCsvController::deleteCsv' => ['privates''.service_locator.Q_tR3xw''get_ServiceLocator_QTR3xwService'false],
  14200.             'App\\Controller\\admin\\PpasAffectationCsvController::index' => ['privates''.service_locator.F603JRO''get_ServiceLocator_F603JROService'false],
  14201.             'App\\Controller\\admin\\PpasCsvController::deleteCsv' => ['privates''.service_locator.XffhPVn''get_ServiceLocator_XffhPVnService'false],
  14202.             'App\\Controller\\admin\\PpasCsvController::index' => ['privates''.service_locator.90.4hsE''get_ServiceLocator_90_4hsEService'false],
  14203.             'App\\Controller\\admin\\Prime\\PrimeController::delete' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  14204.             'App\\Controller\\admin\\Prime\\PrimeController::edit' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  14205.             'App\\Controller\\admin\\Prime\\PrimeCsvController::delete' => ['privates''.service_locator.J.K9K7h''get_ServiceLocator_J_K9K7hService'false],
  14206.             'App\\Controller\\admin\\Prime\\ProcedureController::delete' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  14207.             'App\\Controller\\admin\\Prime\\ProcedureController::deleteField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  14208.             'App\\Controller\\admin\\Prime\\ProcedureController::edit' => ['privates''.service_locator.4_PY3BS''get_ServiceLocator_4PY3BSService'false],
  14209.             'App\\Controller\\admin\\Prime\\ProcedureController::editField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  14210.             'App\\Controller\\admin\\Prime\\ProcedureController::fields' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  14211.             'App\\Controller\\admin\\Prime\\ProcedureController::list' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  14212.             'App\\Controller\\admin\\Prime\\ProcedureController::new' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  14213.             'App\\Controller\\admin\\PropertyTypeController::edit' => ['privates''.service_locator.3Dr1Q42''get_ServiceLocator_3Dr1Q42Service'false],
  14214.             'App\\Controller\\admin\\PropertyTypeController::new' => ['privates''.service_locator.FTRgQWJ''get_ServiceLocator_FTRgQWJService'false],
  14215.             'App\\Controller\\admin\\ProviderInverterController::deleteCsv' => ['privates''.service_locator.cd7GuMb''get_ServiceLocator_Cd7GuMbService'false],
  14216.             'App\\Controller\\admin\\ProviderSocietyController::delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  14217.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::deleteCsv' => ['privates''.service_locator.tUSUGrk''get_ServiceLocator_TUSUGrkService'false],
  14218.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::index' => ['privates''.service_locator.rx4Btpa''get_ServiceLocator_Rx4BtpaService'false],
  14219.             'App\\Controller\\admin\\PurchasePartnerRequestController::edit' => ['privates''.service_locator.CQs0Xm0''get_ServiceLocator_CQs0Xm0Service'false],
  14220.             'App\\Controller\\admin\\RegionController::edit' => ['privates''.service_locator.q4bsI0S''get_ServiceLocator_Q4bsI0SService'false],
  14221.             'App\\Controller\\admin\\RentalController::deleteModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  14222.             'App\\Controller\\admin\\RentalController::editModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  14223.             'App\\Controller\\admin\\RentestimationController::delete' => ['privates''.service_locator..HgB6d8''get_ServiceLocator__HgB6d8Service'false],
  14224.             'App\\Controller\\admin\\RentestimationController::editbank' => ['privates''.service_locator.kSnmcso''get_ServiceLocator_KSnmcsoService'false],
  14225.             'App\\Controller\\admin\\RoofController::delete' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  14226.             'App\\Controller\\admin\\RoofController::edit' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  14227.             'App\\Controller\\admin\\RoofController::index' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  14228.             'App\\Controller\\admin\\RoofController::new' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  14229.             'App\\Controller\\admin\\RoofController::show' => ['privates''.service_locator.6Oaurz_''get_ServiceLocator_6OaurzService'false],
  14230.             'App\\Controller\\admin\\SalesAgreementController::deleteFile' => ['privates''.service_locator.viRkkJL''get_ServiceLocator_ViRkkJLService'false],
  14231.             'App\\Controller\\admin\\SizeController::create' => ['privates''.service_locator.R9M9gve''get_ServiceLocator_R9M9gveService'false],
  14232.             'App\\Controller\\admin\\SubjectController::create' => ['privates''.service_locator.zyI4Piw''get_ServiceLocator_ZyI4PiwService'false],
  14233.             'App\\Controller\\admin\\SubscriptionProductController::createStripePlanForProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  14234.             'App\\Controller\\admin\\SubscriptionProductController::delete' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  14235.             'App\\Controller\\admin\\SubscriptionProductController::edit' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14236.             'App\\Controller\\admin\\SubscriptionProductController::getProductActiveOrderByLevel' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  14237.             'App\\Controller\\admin\\SubscriptionProductController::index' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  14238.             'App\\Controller\\admin\\SubscriptionProductController::produit_edit_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14239.             'App\\Controller\\admin\\SubscriptionProductController::produit_validate_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14240.             'App\\Controller\\admin\\SubscriptionProductController::show' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14241.             'App\\Controller\\admin\\SubscriptionProductController::verifyStripeProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  14242.             'App\\Controller\\admin\\SubscriptionProductServiceController::delete' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  14243.             'App\\Controller\\admin\\SubscriptionProductServiceController::edit' => ['privates''.service_locator.zK2Ig67''get_ServiceLocator_ZK2Ig67Service'false],
  14244.             'App\\Controller\\admin\\SubscriptionProductServiceController::index' => ['privates''.service_locator.z_o1inx''get_ServiceLocator_ZO1inxService'false],
  14245.             'App\\Controller\\admin\\SubscriptionProductServiceController::new' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  14246.             'App\\Controller\\admin\\SubscriptionProductServiceController::show' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  14247.             'App\\Controller\\admin\\SuperficieController::create' => ['privates''.service_locator.LwEOyeK''get_ServiceLocator_LwEOyeKService'false],
  14248.             'App\\Controller\\admin\\SupplierController::edit' => ['privates''.service_locator.pIUPwuq''get_ServiceLocator_PIUPwuqService'false],
  14249.             'App\\Controller\\admin\\TableaudebordController::index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14250.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::index' => ['privates''.service_locator.mZFiE_G''get_ServiceLocator_MZFiEGService'false],
  14251.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::markAsDelivered' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  14252.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::show' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  14253.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::disableOrEnableProperty' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  14254.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::edit' => ['privates''.service_locator.mv5KO2i''get_ServiceLocator_Mv5KO2iService'false],
  14255.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImage' => ['privates''.service_locator.YT3BDwX''get_ServiceLocator_YT3BDwXService'false],
  14256.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImageDoc' => ['privates''.service_locator.RFcH33U''get_ServiceLocator_RFcH33UService'false],
  14257.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::list' => ['privates''.service_locator.Y41B.j7''get_ServiceLocator_Y41B_J7Service'false],
  14258.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::listevrdvbien' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  14259.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::new' => ['privates''.service_locator.v5Ow3DE''get_ServiceLocator_V5Ow3DEService'false],
  14260.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::propertyOfClient' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  14261.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::sendmailtoclientifchangestatus' => ['privates''.service_locator.m_.Dc7T''get_ServiceLocator_M_Dc7TService'false],
  14262.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::delete' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  14263.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::edit' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  14264.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::index' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  14265.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::new' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  14266.             'App\\Controller\\admin\\ThepropertyProviderController::delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  14267.             'App\\Controller\\admin\\UploadCsvController::deleteCsv' => ['privates''.service_locator.te70QFD''get_ServiceLocator_Te70QFDService'false],
  14268.             'App\\Controller\\admin\\VoirieController::engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14269.             'App\\Controller\\admin\\VoirieController::index' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  14270.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::deleteCsv' => ['privates''.service_locator.dRhzx5a''get_ServiceLocator_DRhzx5aService'false],
  14271.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::index' => ['privates''.service_locator.c_K9jaH''get_ServiceLocator_CK9jaHService'false],
  14272.             'App\\Controller\\admin\\WorkController::workcostdelete' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  14273.             'App\\Controller\\admin\\WorkController::workcostedit' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  14274.             'App\\Controller\\ajax\\MunicipalityAjaxController::list' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  14275.             'App\\Controller\\api\\CadastreController::cadastreByCoordinate' => ['privates''.service_locator.tUwTca4''get_ServiceLocator_TUwTca4Service'false],
  14276.             'App\\Controller\\api\\CallMicroserviceController::__invoke' => ['privates''.service_locator.DKxJ1dA''get_ServiceLocator_DKxJ1dAService'false],
  14277.             'App\\Controller\\api\\Chat\\ConversationApiController::__invoke' => ['privates''.service_locator.ZQLk4Kn''get_ServiceLocator_ZQLk4KnService'false],
  14278.             'App\\Controller\\api\\Chat\\ConversationApiController::deleteAction' => ['privates''.service_locator.EV92WQ1''get_ServiceLocator_EV92WQ1Service'false],
  14279.             'App\\Controller\\api\\Chat\\ConversationApiController::getOneConversation' => ['privates''.service_locator.Xc9yKGQ''get_ServiceLocator_Xc9yKGQService'false],
  14280.             'App\\Controller\\api\\Chat\\ConversationApiController::postAction' => ['privates''.service_locator.FMXrkKs''get_ServiceLocator_FMXrkKsService'false],
  14281.             'App\\Controller\\api\\Chat\\ConversationApiController::view' => ['privates''.service_locator.TANcIz7''get_ServiceLocator_TANcIz7Service'false],
  14282.             'App\\Controller\\api\\Chat\\MessageApiController::__invoke' => ['privates''.service_locator.XhMKgZv''get_ServiceLocator_XhMKgZvService'false],
  14283.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::confirmSign' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  14284.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::signClientSales' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  14285.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::uploadSalesAgreement' => ['privates''.service_locator.vwd5GYN''get_ServiceLocator_Vwd5GYNService'false],
  14286.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::validationSales' => ['privates''.service_locator.or.noX7''get_ServiceLocator_Or_NoX7Service'false],
  14287.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController::__invoke' => ['privates''.service_locator.ceYwZua''get_ServiceLocator_CeYwZuaService'false],
  14288.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController::__invoke' => ['privates''.service_locator.s4h4eVI''get_ServiceLocator_S4h4eVIService'false],
  14289.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController::__invoke' => ['privates''.service_locator._WsUJ6Q''get_ServiceLocator_WsUJ6QService'false],
  14290.             'App\\Controller\\api\\CoOwnership\\VoteController::__invoke' => ['privates''.service_locator.gK_elPx''get_ServiceLocator_GKElPxService'false],
  14291.             'App\\Controller\\api\\Community\\ConsultationController::__invoke' => ['privates''.service_locator.FS_7lr5''get_ServiceLocator_FS7lr5Service'false],
  14292.             'App\\Controller\\api\\Community\\ConsultationController::getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  14293.             'App\\Controller\\api\\Community\\ConsultationController::updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  14294.             'App\\Controller\\api\\Community\\DiversServiceController::__invoke' => ['privates''.service_locator.LCDj2BZ''get_ServiceLocator_LCDj2BZService'false],
  14295.             'App\\Controller\\api\\Community\\DiversServiceController::getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  14296.             'App\\Controller\\api\\Community\\DiversServiceController::updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  14297.             'App\\Controller\\api\\Community\\PostController::concludeService' => ['privates''.service_locator.U2XVYf9''get_ServiceLocator_U2XVYf9Service'false],
  14298.             'App\\Controller\\api\\Community\\PostController::sendPlp' => ['privates''.service_locator.4ioHkcV''get_ServiceLocator_4ioHkcVService'false],
  14299.             'App\\Controller\\api\\Community\\SignalController::__invoke' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  14300.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController::add' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14301.             'App\\Controller\\api\\DeletionController::deleteResource' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14302.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController::__invoke' => ['privates''.service_locator.AjNUl4_''get_ServiceLocator_AjNUl4Service'false],
  14303.             'App\\Controller\\api\\Environment\\FilteredObligationsController::__invoke' => ['privates''.service_locator.zfhfaAB''get_ServiceLocator_ZfhfaABService'false],
  14304.             'App\\Controller\\api\\Environment\\ModifyInstallation::__invoke' => ['privates''.service_locator.0UNyPfI''get_ServiceLocator_0UNyPfIService'false],
  14305.             'App\\Controller\\api\\GlobalSearchController::categoryDetails' => ['privates''.service_locator.UwZLb4Q''get_ServiceLocator_UwZLb4QService'false],
  14306.             'App\\Controller\\api\\GlobalSearchController::index' => ['privates''.service_locator.UwZLb4Q''get_ServiceLocator_UwZLb4QService'false],
  14307.             'App\\Controller\\api\\Inventory\\InventoryController::signInventory' => ['privates''.service_locator.hctAHiv''get_ServiceLocator_HctAHivService'false],
  14308.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController::__invoke' => ['privates''.service_locator.yV6bB6q''get_ServiceLocator_YV6bB6qService'false],
  14309.             'App\\Controller\\api\\Notification\\IndexController::__invoke' => ['privates''.service_locator.dG2778M''get_ServiceLocator_DG2778MService'false],
  14310.             'App\\Controller\\api\\Notification\\PostController::__invoke' => ['privates''.service_locator.kn9MsEH''get_ServiceLocator_Kn9MsEHService'false],
  14311.             'App\\Controller\\api\\Notification\\UpdateLastNotification::__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14312.             'App\\Controller\\api\\Notification\\ViewController::__invoke' => ['privates''.service_locator.L8s9Nth''get_ServiceLocator_L8s9NthService'false],
  14313.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController::__invoke' => ['privates''.service_locator.6sSU9ow''get_ServiceLocator_6sSU9owService'false],
  14314.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::__invoke' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  14315.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::listOfferSentByProperty' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  14316.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController::__invoke' => ['privates''.service_locator.YK93Cie''get_ServiceLocator_YK93CieService'false],
  14317.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController::__invoke' => ['privates''.service_locator.77Q0MzO''get_ServiceLocator_77Q0MzOService'false],
  14318.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController::__invoke' => ['privates''.service_locator.JMvqlQM''get_ServiceLocator_JMvqlQMService'false],
  14319.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerProperty' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  14320.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerUser' => ['privates''.service_locator.XCOsI7M''get_ServiceLocator_XCOsI7MService'false],
  14321.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::signOfferLease' => ['privates''.service_locator.z7R5T1y''get_ServiceLocator_Z7R5T1yService'false],
  14322.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::validate' => ['privates''.service_locator.vZAMnV5''get_ServiceLocator_VZAMnV5Service'false],
  14323.             'App\\Controller\\api\\Offer\\OfferController::allNotary' => ['privates''.service_locator.YifncfM''get_ServiceLocator_YifncfMService'false],
  14324.             'App\\Controller\\api\\Offer\\OfferController::checkUserAbilityToMakeOffer' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14325.             'App\\Controller\\api\\Offer\\OfferController::saveCorrection' => ['privates''.service_locator.4P5r10U''get_ServiceLocator_4P5r10UService'false],
  14326.             'App\\Controller\\api\\Offer\\OfferController::sign' => ['privates''.service_locator.4EHBvUy''get_ServiceLocator_4EHBvUyService'false],
  14327.             'App\\Controller\\api\\Offer\\OfferController::update' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14328.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14329.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToOwner' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14330.             'App\\Controller\\api\\Offer\\ValidateOfferController::refusedOfferSignSimple' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14331.             'App\\Controller\\api\\Offer\\ValidateOfferController::transmitToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14332.             'App\\Controller\\api\\PermitPropertyProcedureController::updateProcedureBruxelle' => ['privates''.service_locator.ft7qy.I''get_ServiceLocator_Ft7qy_IService'false],
  14333.             'App\\Controller\\api\\PlanController::changePlan' => ['privates''.service_locator.F4h55f1''get_ServiceLocator_F4h55f1Service'false],
  14334.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::calculPrecountBruxelleAndFlandre' => ['privates''.service_locator.TzqTzgY''get_ServiceLocator_TzqTzgYService'false],
  14335.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14336.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14337.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14338.             'App\\Controller\\api\\Prime\\AmountCalculation::__invoke' => ['privates''.service_locator.ywyVEm_''get_ServiceLocator_YwyVEmService'false],
  14339.             'App\\Controller\\api\\Prime\\GetAllProcess::__invoke' => ['privates''.service_locator.7Bh2dos''get_ServiceLocator_7Bh2dosService'false],
  14340.             'App\\Controller\\api\\Prime\\ProcessController::__invoke' => ['privates''.service_locator.7W8Gc0e''get_ServiceLocator_7W8Gc0eService'false],
  14341.             'App\\Controller\\api\\Prime\\SearchController::__invoke' => ['privates''.service_locator.xFZHlpd''get_ServiceLocator_XFZHlpdService'false],
  14342.             'App\\Controller\\api\\Prime\\WorkController::subsection' => ['privates''.service_locator.oYeaqIz''get_ServiceLocator_OYeaqIzService'false],
  14343.             'App\\Controller\\api\\Prime\\WorkController::typeofwork' => ['privates''.service_locator.rJp3xY1''get_ServiceLocator_RJp3xY1Service'false],
  14344.             'App\\Controller\\api\\ProfessionalProfileController::getProfile' => ['privates''.service_locator.zOrquar''get_ServiceLocator_ZOrquarService'false],
  14345.             'App\\Controller\\api\\PurchaseController::detail' => ['privates''.service_locator.gX.Qc1T''get_ServiceLocator_GX_Qc1TService'false],
  14346.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate::__invoke' => ['privates''.service_locator.P7qhCSY''get_ServiceLocator_P7qhCSYService'false],
  14347.             'App\\Controller\\api\\ReferenceRentController::getEstimate' => ['privates''.service_locator.hAJ2wVi''get_ServiceLocator_HAJ2wViService'false],
  14348.             'App\\Controller\\api\\RentalController::accept' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14349.             'App\\Controller\\api\\RentalController::checkExistenceOfModelOfContract' => ['privates''.service_locator.zVCMWXn''get_ServiceLocator_ZVCMWXnService'false],
  14350.             'App\\Controller\\api\\RentalController::getAvailableRentalDurationsAndTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14351.             'App\\Controller\\api\\RentalController::getComments' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  14352.             'App\\Controller\\api\\RentalController::getPdfModelOfContract' => ['privates''.service_locator.zVCMWXn''get_ServiceLocator_ZVCMWXnService'false],
  14353.             'App\\Controller\\api\\RentalController::getProperties' => ['privates''.service_locator.M9ycMaq''get_ServiceLocator_M9ycMaqService'false],
  14354.             'App\\Controller\\api\\RentalController::getUrlRedirection' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14355.             'App\\Controller\\api\\RentalController::postContract' => ['privates''.service_locator.whbH868''get_ServiceLocator_WhbH868Service'false],
  14356.             'App\\Controller\\api\\RentalController::refuse' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14357.             'App\\Controller\\api\\RentalController::replyToComment' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  14358.             'App\\Controller\\api\\RentalController::uploadContract' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14359.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController::__invoke' => ['privates''.service_locator.TUaVWPf''get_ServiceLocator_TUaVWPfService'false],
  14360.             'App\\Controller\\api\\RentalManagement\\PostLeaveController::__invoke' => ['privates''.service_locator.bKynF70''get_ServiceLocator_BKynF70Service'false],
  14361.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController::__invoke' => ['privates''.service_locator.Ik8cC3N''get_ServiceLocator_Ik8cC3NService'false],
  14362.             'App\\Controller\\api\\Security\\DeclarationDateController::__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14363.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer::getByTheProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14364.             'App\\Controller\\api\\SendEmailController::sendEmailToBuildingManager' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  14365.             'App\\Controller\\api\\SendEmailController::sendEmailToMunicipalAdministration' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  14366.             'App\\Controller\\api\\ServicePromo\\ListController::listObtained' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  14367.             'App\\Controller\\api\\ServicePromo\\ListController::listOffered' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  14368.             'App\\Controller\\api\\SimulationController::simulateBuy' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  14369.             'App\\Controller\\api\\SimulationController::simulateBuyGround' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  14370.             'App\\Controller\\api\\SyndicChatApiController::__invoke' => ['privates''.service_locator.jqKA1ti''get_ServiceLocator_JqKA1tiService'false],
  14371.             'App\\Controller\\api\\TheProperty\\ContractController::getUploaded' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  14372.             'App\\Controller\\api\\TheProperty\\ContractController::upload' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  14373.             'App\\Controller\\api\\TheProperty\\DeleteController::__invoke' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14374.             'App\\Controller\\api\\TheProperty\\DetailController::findFavoritePropertiesByUser' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  14375.             'App\\Controller\\api\\TheProperty\\DetailController::getEventsByProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14376.             'App\\Controller\\api\\TheProperty\\DetailController::propertySimilar' => ['privates''.service_locator.o9wrxnc''get_ServiceLocator_O9wrxncService'false],
  14377.             'App\\Controller\\api\\TheProperty\\DocumentRequestController::__invoke' => ['privates''.service_locator..OVXgLf''get_ServiceLocator__OVXgLfService'false],
  14378.             'App\\Controller\\api\\TheProperty\\FullDetailController::index' => ['privates''.service_locator.Saz1jhi''get_ServiceLocator_Saz1jhiService'false],
  14379.             'App\\Controller\\api\\TheProperty\\ListController::detailsOfThePropertyHavingRelooking' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14380.             'App\\Controller\\api\\TheProperty\\LocalityController::municipalityByZipCode' => ['privates''.service_locator.2LRM4iA''get_ServiceLocator_2LRM4iAService'false],
  14381.             'App\\Controller\\api\\TheProperty\\OptionController::__invoke' => ['privates''.service_locator.Kpg3j4e''get_ServiceLocator_Kpg3j4eService'false],
  14382.             'App\\Controller\\api\\TheProperty\\OptionController::features' => ['privates''.service_locator.bT9eT8t''get_ServiceLocator_BT9eT8tService'false],
  14383.             'App\\Controller\\api\\TheProperty\\PropertyAdController::__invoke' => ['privates''.service_locator.mfu9Rg_''get_ServiceLocator_Mfu9RgService'false],
  14384.             'App\\Controller\\api\\TheProperty\\PropertyTypeController::__invoke' => ['privates''.service_locator.teylBQH''get_ServiceLocator_TeylBQHService'false],
  14385.             'App\\Controller\\api\\TheProperty\\SearchController::exchangeListInMap' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  14386.             'App\\Controller\\api\\TheProperty\\SearchController::index' => ['privates''.service_locator.MBcNAjb''get_ServiceLocator_MBcNAjbService'false],
  14387.             'App\\Controller\\api\\TheProperty\\SessionController::__invoke' => ['privates''.service_locator.jTOejGZ''get_ServiceLocator_JTOejGZService'false],
  14388.             'App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController::setSecureKeyBox' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14389.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController::__invoke' => ['privates''.service_locator.H2QtHye''get_ServiceLocator_H2QtHyeService'false],
  14390.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController::__invoke' => ['privates''.service_locator.qC0B8LW''get_ServiceLocator_QC0B8LWService'false],
  14391.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::list' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14392.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::listAll' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14393.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::update' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14394.             'App\\Controller\\api\\TheProperty\\VisitController::addVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14395.             'App\\Controller\\api\\TheProperty\\VisitController::removeVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14396.             'App\\Controller\\api\\TheService\\AddController::__invoke' => ['privates''.service_locator.5wi7aKe''get_ServiceLocator_5wi7aKeService'false],
  14397.             'App\\Controller\\api\\TheService\\CategoryController::__invoke' => ['privates''.service_locator.PrG_U8d''get_ServiceLocator_PrGU8dService'false],
  14398.             'App\\Controller\\api\\TheService\\ListController::listMine' => ['privates''.service_locator.gZj4smN''get_ServiceLocator_GZj4smNService'false],
  14399.             'App\\Controller\\api\\TheService\\UpdateController::__invoke' => ['privates''.service_locator.AGzgJIa''get_ServiceLocator_AGzgJIaService'false],
  14400.             'App\\Controller\\api\\ThreeD\\T3dDemandsController::validateDemand' => ['privates''.service_locator.GJHT5wS''get_ServiceLocator_GJHT5wSService'false],
  14401.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController::__invoke' => ['privates''.service_locator.cssU_cs''get_ServiceLocator_CssUCsService'false],
  14402.             'App\\Controller\\api\\UserServicePromo\\ConsumeController::__invoke' => ['privates''.service_locator.P3yaVfa''get_ServiceLocator_P3yaVfaService'false],
  14403.             'App\\Controller\\api\\User\\ArtistDetailController::__invoke' => ['privates''.service_locator.TO3kXqK''get_ServiceLocator_TO3kXqKService'false],
  14404.             'App\\Controller\\api\\User\\CertificatorController::findAroundGeoCoordinate' => ['privates''.service_locator.P4Fskde''get_ServiceLocator_P4FskdeService'false],
  14405.             'App\\Controller\\api\\User\\DeviceTokenController::__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14406.             'App\\Controller\\api\\User\\EditProfileController::__invoke' => ['privates''.service_locator.ea4buFp''get_ServiceLocator_Ea4buFpService'false],
  14407.             'App\\Controller\\api\\User\\ListEmailController::__invoke' => ['privates''.service_locator.hPJEFlh''get_ServiceLocator_HPJEFlhService'false],
  14408.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController::searchMovingCompanyAndSendInvitation' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  14409.             'App\\Controller\\api\\User\\SearchController::__invoke' => ['privates''.service_locator.iRu.Xb1''get_ServiceLocator_IRu_Xb1Service'false],
  14410.             'App\\Controller\\api\\User\\SearchController::searchImoAgentProximity' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  14411.             'App\\Controller\\api\\User\\SearchController::searchMovingCompany' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  14412.             'App\\Controller\\api\\User\\SendMailSociety::index' => ['privates''.service_locator.WvhmTCp''get_ServiceLocator_WvhmTCpService'false],
  14413.             'App\\Controller\\api\\User\\UserController::checkAuthorizationForFiguration' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  14414.             'App\\Controller\\api\\User\\UserController::detailUser' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  14415.             'App\\Controller\\api\\User\\UserController::getUserBySpeciality' => ['privates''.service_locator._ZYSIC1''get_ServiceLocator_ZYSIC1Service'false],
  14416.             'App\\Controller\\api\\User\\UserPublicInfo::__invoke' => ['privates''.service_locator.aUCxLiv''get_ServiceLocator_AUCxLivService'false],
  14417.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController::__invoke' => ['privates''.service_locator.7f2MzR6''get_ServiceLocator_7f2MzR6Service'false],
  14418.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController::__invoke' => ['privates''.service_locator.Em1sGuR''get_ServiceLocator_Em1sGuRService'false],
  14419.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController::__invoke' => ['privates''.service_locator.DgQmMEO''get_ServiceLocator_DgQmMEOService'false],
  14420.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController::__invoke' => ['privates''.service_locator.CaNV.uY''get_ServiceLocator_CaNV_UYService'false],
  14421.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController::__invoke' => ['privates''.service_locator.n0PRmXS''get_ServiceLocator_N0PRmXSService'false],
  14422.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController::__invoke' => ['privates''.service_locator.wxP.RsM''get_ServiceLocator_WxP_RsMService'false],
  14423.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController::__invoke' => ['privates''.service_locator.0Ccr..5''get_ServiceLocator_0Ccr__5Service'false],
  14424.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController::__invoke' => ['privates''.service_locator.yu8o_1d''get_ServiceLocator_Yu8o1dService'false],
  14425.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController::__invoke' => ['privates''.service_locator.ZQCRZEb''get_ServiceLocator_ZQCRZEbService'false],
  14426.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetalltypeofwork' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14427.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetcategory' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14428.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14429.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetresultestimation' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  14430.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14431.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubsection' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14432.             'App\\Controller\\apiimmogo\\ApiAddWorkController::detailBien' => ['privates''.service_locator.EsG_0hX''get_ServiceLocator_EsG0hXService'false],
  14433.             'App\\Controller\\apiimmogo\\ApiImmogo::calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14434.             'App\\Controller\\apiimmogo\\ApiImmogo::detailbienimmogo' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  14435.             'App\\Controller\\apiimmogo\\ApiImmogo::getDataForCalcul' => ['privates''.service_locator.3tFXANU''get_ServiceLocator_3tFXANUService'false],
  14436.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14437.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14438.             'App\\Controller\\apiimmogo\\ApiImmogo::immogolistThepropertyPerUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14439.             'App\\Controller\\apiimmogo\\ApiImmogo::infosbiencalcul' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14440.             'App\\Controller\\apiimmogo\\ApiImmogo::listFavorisByUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14441.             'App\\Controller\\apiimmogo\\ApiImmogo::rechercheimmogo' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14442.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToCredit' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  14443.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToEngie' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  14444.             'App\\Controller\\apiimmogo\\ApiImmogo::voirdetailbiencalcul' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  14445.             'App\\Service\\Api\\ProviderSolarGreenCertificateService::list' => ['privates''.service_locator.eTKuJSU''get_ServiceLocator_ETKuJSUService'false],
  14446.             'App\\Service\\Api\\ProviderSolarOrganizationService::add' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  14447.             'App\\Service\\Api\\ProviderSolarOrganizationService::list' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  14448.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::add' => ['privates''.service_locator.YjIwi02''get_ServiceLocator_YjIwi02Service'false],
  14449.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::sendingSummaryFile' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  14450.             'App\\Service\\DompdfService::createPdfDispense' => ['privates''.service_locator._H29xsa''get_ServiceLocator_H29xsaService'false],
  14451.             'App\\Service\\DompdfService::createPdfEnergy' => ['privates''.service_locator.HRgCRFj''get_ServiceLocator_HRgCRFjService'false],
  14452.             'App\\Service\\DompdfService::createPdfEnvironmentForm' => ['privates''.service_locator.OC.D7cY''get_ServiceLocator_OC_D7cYService'false],
  14453.             'App\\Service\\DompdfService::createPdfMaifSummary' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  14454.             'App\\Service\\DompdfService::createPdfPlp' => ['privates''.service_locator.POCpODg''get_ServiceLocator_POCpODgService'false],
  14455.             'App\\Service\\DompdfService::createPdfSolarCadastre' => ['privates''.service_locator.8FMg.K_''get_ServiceLocator_8FMg_KService'false],
  14456.             'App\\Service\\DompdfService::createPdfSolarVoltaic' => ['privates''.service_locator.nDQTbMz''get_ServiceLocator_NDQTbMzService'false],
  14457.             'App\\Service\\DompdfService::createPdfVoirie' => ['privates''.service_locator.kJ7g21u''get_ServiceLocator_KJ7g21uService'false],
  14458.             'App\\Service\\DompdfService::createUrbanismPermit' => ['privates''.service_locator.eqOSfS3''get_ServiceLocator_EqOSfS3Service'false],
  14459.             'App\\Service\\Immogo\\ImmogoService::transformrecherche' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14460.             'App\\Service\\PretService::getResults' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  14461.             'App\\Service\\SendMail\\SendmailService::sendMailAddChat' => ['privates''.service_locator.rhFGw9S''get_ServiceLocator_RhFGw9SService'false],
  14462.             'App\\Service\\SendMail\\SendmailService::sendMailCheckWorkFinish' => ['privates''.service_locator.8z.wTr5''get_ServiceLocator_8z_WTr5Service'false],
  14463.             'App\\Service\\SendMail\\SendmailService::sendMailForContactSeller' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  14464.             'App\\Service\\Webhook\\Traitement::addUserPermission' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  14465.             'App\\Service\\Webhook\\Traitement::sendMailInvoiceSuccessToClient' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  14466.             'kernel::loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14467.             'kernel::registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14468.             'App\\Controller\\Authentication\\AuthenticationController:createToken' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  14469.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController:retrieve' => ['privates''.service_locator.DgrmONe''get_ServiceLocator_DgrmONeService'false],
  14470.             'App\\Controller\\PersonnelAuthenticatorController:login' => ['privates''.service_locator.qkWn6JN''get_ServiceLocator_QkWn6JNService'false],
  14471.             'App\\Controller\\TwoFactorController:verify' => ['privates''.service_locator.Ml15ld8''get_ServiceLocator_Ml15ld8Service'false],
  14472.             'App\\Controller\\YousignWebhookController:handleWebhook' => ['privates''.service_locator.mC7pTcw''get_ServiceLocator_MC7pTcwService'false],
  14473.             'App\\Controller\\admin\\AbstractCsvController:engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14474.             'App\\Controller\\admin\\AnnoncementController:createDemenagement' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  14475.             'App\\Controller\\admin\\AnnoncementController:createObjets' => ['privates''.service_locator.3Yfz5Eo''get_ServiceLocator_3Yfz5EoService'false],
  14476.             'App\\Controller\\admin\\ArchitectArtWorkController:index' => ['privates''.service_locator.bY8EWBk''get_ServiceLocator_BY8EWBkService'false],
  14477.             'App\\Controller\\admin\\AreaCsvController:area_csv_delete' => ['privates''.service_locator.p8g7kFY''get_ServiceLocator_P8g7kFYService'false],
  14478.             'App\\Controller\\admin\\AreaCsvController:area_csv_new' => ['privates''.service_locator.BtCdv5A''get_ServiceLocator_BtCdv5AService'false],
  14479.             'App\\Controller\\admin\\BankController:deletesimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  14480.             'App\\Controller\\admin\\BankController:editbank' => ['privates''.service_locator.ZO6eemZ''get_ServiceLocator_ZO6eemZService'false],
  14481.             'App\\Controller\\admin\\BankController:editsimulation' => ['privates''.service_locator.LbjZSbI''get_ServiceLocator_LbjZSbIService'false],
  14482.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:delete' => ['privates''.service_locator.ijEx0xo''get_ServiceLocator_IjEx0xoService'false],
  14483.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:index' => ['privates''.service_locator.NFoq.Bg''get_ServiceLocator_NFoq_BgService'false],
  14484.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:new' => ['privates''.service_locator.E9uM_YD''get_ServiceLocator_E9uMYDService'false],
  14485.             'App\\Controller\\admin\\CityController:create' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  14486.             'App\\Controller\\admin\\CityController:edit' => ['privates''.service_locator.nouU6Pi''get_ServiceLocator_NouU6PiService'false],
  14487.             'App\\Controller\\admin\\ClientsController:disableAccount' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  14488.             'App\\Controller\\admin\\ClientsController:edit' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  14489.             'App\\Controller\\admin\\ClientsController:editclientpro' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  14490.             'App\\Controller\\admin\\ClientsController:editprestataire' => ['privates''.service_locator.wmfmmb7''get_ServiceLocator_Wmfmmb7Service'false],
  14491.             'App\\Controller\\admin\\ClientsController:index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  14492.             'App\\Controller\\admin\\ClientsController:new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14493.             'App\\Controller\\admin\\ClientsController:newclientspro' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14494.             'App\\Controller\\admin\\ClientsController:newprestataire' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14495.             'App\\Controller\\admin\\ClientsController:sendmailnouvclient' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  14496.             'App\\Controller\\admin\\ContactsellerController:delete' => ['privates''.service_locator.B4C5t9G''get_ServiceLocator_B4C5t9GService'false],
  14497.             'App\\Controller\\admin\\CountryController:edit' => ['privates''.service_locator.u2JReeV''get_ServiceLocator_U2JReeVService'false],
  14498.             'App\\Controller\\admin\\DVFController:deleteCsv' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  14499.             'App\\Controller\\admin\\DVFController:index' => ['privates''.service_locator.DdSSotU''get_ServiceLocator_DdSSotUService'false],
  14500.             'App\\Controller\\admin\\DeedOfSaleController:deleteFile' => ['privates''.service_locator.rLRqRgA''get_ServiceLocator_RLRqRgAService'false],
  14501.             'App\\Controller\\admin\\DefaultclauseController:edit' => ['privates''.service_locator.icZiCPH''get_ServiceLocator_IcZiCPHService'false],
  14502.             'App\\Controller\\admin\\DistanceController:create' => ['privates''.service_locator.7K2EQCE''get_ServiceLocator_7K2EQCEService'false],
  14503.             'App\\Controller\\admin\\DocumenttypeController:create' => ['privates''.service_locator.fakrr8S''get_ServiceLocator_Fakrr8SService'false],
  14504.             'App\\Controller\\admin\\DocumenttypeController:createCategory' => ['privates''.service_locator.vIdYB67''get_ServiceLocator_VIdYB67Service'false],
  14505.             'App\\Controller\\admin\\Education\\EducationController:deleteCsv' => ['privates''.service_locator.pmZg3Qp''get_ServiceLocator_PmZg3QpService'false],
  14506.             'App\\Controller\\admin\\EngieCsvController:deleteCsv' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  14507.             'App\\Controller\\admin\\EngieCsvController:engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14508.             'App\\Controller\\admin\\EngieCsvController:new' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  14509.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:delete' => ['privates''.service_locator.B2caubr''get_ServiceLocator_B2caubrService'false],
  14510.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:index' => ['privates''.service_locator.k2UDkSr''get_ServiceLocator_K2UDkSrService'false],
  14511.             'App\\Controller\\admin\\Environment\\ObligationCsvController:delete' => ['privates''.service_locator.EJPRYr2''get_ServiceLocator_EJPRYr2Service'false],
  14512.             'App\\Controller\\admin\\Environment\\ObligationsController:delete' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  14513.             'App\\Controller\\admin\\Environment\\ObligationsController:edit' => ['privates''.service_locator.AYX6HiM''get_ServiceLocator_AYX6HiMService'false],
  14514.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController:delete' => ['privates''.service_locator.iOm7w8h''get_ServiceLocator_IOm7w8hService'false],
  14515.             'App\\Controller\\admin\\ExcelFileController:delete' => ['privates''.service_locator.kw12yOt''get_ServiceLocator_Kw12yOtService'false],
  14516.             'App\\Controller\\admin\\ExcelFileController:index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  14517.             'App\\Controller\\admin\\ExcelWorkController:delete' => ['privates''.service_locator.qfFZR0.''get_ServiceLocator_QfFZR0_Service'false],
  14518.             'App\\Controller\\admin\\ExcelWorkController:index' => ['privates''.service_locator.p.ZVzkD''get_ServiceLocator_P_ZVzkDService'false],
  14519.             'App\\Controller\\admin\\ExternalAdverstisingController:index' => ['privates''.service_locator.tiqlpZ8''get_ServiceLocator_TiqlpZ8Service'false],
  14520.             'App\\Controller\\admin\\ExternalOfferController:index' => ['privates''.service_locator.LxNsfND''get_ServiceLocator_LxNsfNDService'false],
  14521.             'App\\Controller\\admin\\ExternalProviderController:index' => ['privates''.service_locator.3q0fwPi''get_ServiceLocator_3q0fwPiService'false],
  14522.             'App\\Controller\\admin\\FeatureController:featurecreateandedit' => ['privates''.service_locator.Yybx5tt''get_ServiceLocator_Yybx5ttService'false],
  14523.             'App\\Controller\\admin\\ImagepubController:delete' => ['privates''.service_locator.D28s79M''get_ServiceLocator_D28s79MService'false],
  14524.             'App\\Controller\\admin\\ImagepubController:edit' => ['privates''.service_locator.FEUHOWC''get_ServiceLocator_FEUHOWCService'false],
  14525.             'App\\Controller\\admin\\InsuranceController:index' => ['privates''.service_locator.Hsc6SKy''get_ServiceLocator_Hsc6SKyService'false],
  14526.             'App\\Controller\\admin\\LandPropertyDestinationController:delete' => ['privates''.service_locator.QPa5E6I''get_ServiceLocator_QPa5E6IService'false],
  14527.             'App\\Controller\\admin\\LocationTypeController:delete' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  14528.             'App\\Controller\\admin\\LocationTypeController:edit' => ['privates''.service_locator.AM4iRrW''get_ServiceLocator_AM4iRrWService'false],
  14529.             'App\\Controller\\admin\\LocationTypeController:index' => ['privates''.service_locator.HPh3.Sm''get_ServiceLocator_HPh3_SmService'false],
  14530.             'App\\Controller\\admin\\LocationTypeController:new' => ['privates''.service_locator.QZPR98c''get_ServiceLocator_QZPR98cService'false],
  14531.             'App\\Controller\\admin\\MunicipalityController:edit' => ['privates''.service_locator.fU2hXpG''get_ServiceLocator_FU2hXpGService'false],
  14532.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController:edit' => ['privates''.service_locator.Su5bU3D''get_ServiceLocator_Su5bU3DService'false],
  14533.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:EditPromo' => ['privates''.service_locator.FLflT6M''get_ServiceLocator_FLflT6MService'false],
  14534.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:addPromo' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  14535.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:delete' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  14536.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:edit' => ['privates''.service_locator.JubzVby''get_ServiceLocator_JubzVbyService'false],
  14537.             'App\\Controller\\admin\\NewProjectImmoCsvController:deleteCsv' => ['privates''.service_locator.cdUC4AU''get_ServiceLocator_CdUC4AUService'false],
  14538.             'App\\Controller\\admin\\NewProjectImmoCsvController:index' => ['privates''.service_locator.Sfzmser''get_ServiceLocator_SfzmserService'false],
  14539.             'App\\Controller\\admin\\NotaryController:addNotaryFiles' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  14540.             'App\\Controller\\admin\\NotaryController:delete' => ['privates''.service_locator.gwjqcS0''get_ServiceLocator_GwjqcS0Service'false],
  14541.             'App\\Controller\\admin\\NotaryController:deleteCsv' => ['privates''.service_locator.fKyoC1M''get_ServiceLocator_FKyoC1MService'false],
  14542.             'App\\Controller\\admin\\NotaryController:edit' => ['privates''.service_locator.d8usWRn''get_ServiceLocator_D8usWRnService'false],
  14543.             'App\\Controller\\admin\\NotaryController:new' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  14544.             'App\\Controller\\admin\\OccupationPeriodFileController:deleteCsv' => ['privates''.service_locator.DoCVnoP''get_ServiceLocator_DoCVnoPService'false],
  14545.             'App\\Controller\\admin\\OccupationPeriodFileController:index' => ['privates''.service_locator.AkI1NqP''get_ServiceLocator_AkI1NqPService'false],
  14546.             'App\\Controller\\admin\\OccupieEstimationController:deleteCsv' => ['privates''.service_locator.QgZYKkO''get_ServiceLocator_QgZYKkOService'false],
  14547.             'App\\Controller\\admin\\OfferController:edit' => ['privates''.service_locator.9BpSl6J''get_ServiceLocator_9BpSl6JService'false],
  14548.             'App\\Controller\\admin\\OptionController:optionCreate' => ['privates''.service_locator.FbfzOBq''get_ServiceLocator_FbfzOBqService'false],
  14549.             'App\\Controller\\admin\\ParametreController:delete' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  14550.             'App\\Controller\\admin\\ParametreController:edit' => ['privates''.service_locator.527nvhd''get_ServiceLocator_527nvhdService'false],
  14551.             'App\\Controller\\admin\\PebIntegrationController:edit' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14552.             'App\\Controller\\admin\\PersonnelController:edit' => ['privates''.service_locator.piW.LyK''get_ServiceLocator_PiW_LyKService'false],
  14553.             'App\\Controller\\admin\\PersonnelController:editmonprofil' => ['privates''.service_locator.xlsQoWH''get_ServiceLocator_XlsQoWHService'false],
  14554.             'App\\Controller\\admin\\PersonnelController:index' => ['privates''.service_locator..Ae5NXw''get_ServiceLocator__Ae5NXwService'false],
  14555.             'App\\Controller\\admin\\PersonnelController:new' => ['privates''.service_locator.UjJZrA4''get_ServiceLocator_UjJZrA4Service'false],
  14556.             'App\\Controller\\admin\\PersonnelController:sendmailnouvuser' => ['privates''.service_locator.1_JdrvA''get_ServiceLocator_1JdrvAService'false],
  14557.             'App\\Controller\\admin\\PersonnelController:updateAccountStatus' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  14558.             'App\\Controller\\admin\\Plan\\PlanController:delete' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  14559.             'App\\Controller\\admin\\Plan\\PlanController:edit' => ['privates''.service_locator.z7qwdkH''get_ServiceLocator_Z7qwdkHService'false],
  14560.             'App\\Controller\\admin\\Plan\\PlanController:index' => ['privates''.service_locator.cEv5ILv''get_ServiceLocator_CEv5ILvService'false],
  14561.             'App\\Controller\\admin\\PpasAffectationCsvController:deleteCsv' => ['privates''.service_locator.Q_tR3xw''get_ServiceLocator_QTR3xwService'false],
  14562.             'App\\Controller\\admin\\PpasAffectationCsvController:index' => ['privates''.service_locator.F603JRO''get_ServiceLocator_F603JROService'false],
  14563.             'App\\Controller\\admin\\PpasCsvController:deleteCsv' => ['privates''.service_locator.XffhPVn''get_ServiceLocator_XffhPVnService'false],
  14564.             'App\\Controller\\admin\\PpasCsvController:index' => ['privates''.service_locator.90.4hsE''get_ServiceLocator_90_4hsEService'false],
  14565.             'App\\Controller\\admin\\Prime\\PrimeController:delete' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  14566.             'App\\Controller\\admin\\Prime\\PrimeController:edit' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  14567.             'App\\Controller\\admin\\Prime\\PrimeCsvController:delete' => ['privates''.service_locator.J.K9K7h''get_ServiceLocator_J_K9K7hService'false],
  14568.             'App\\Controller\\admin\\Prime\\ProcedureController:delete' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  14569.             'App\\Controller\\admin\\Prime\\ProcedureController:deleteField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  14570.             'App\\Controller\\admin\\Prime\\ProcedureController:edit' => ['privates''.service_locator.4_PY3BS''get_ServiceLocator_4PY3BSService'false],
  14571.             'App\\Controller\\admin\\Prime\\ProcedureController:editField' => ['privates''.service_locator..i7P.zi''get_ServiceLocator__I7P_ZiService'false],
  14572.             'App\\Controller\\admin\\Prime\\ProcedureController:fields' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  14573.             'App\\Controller\\admin\\Prime\\ProcedureController:list' => ['privates''.service_locator.T_Itg.A''get_ServiceLocator_TItg_AService'false],
  14574.             'App\\Controller\\admin\\Prime\\ProcedureController:new' => ['privates''.service_locator.8ekH0_G''get_ServiceLocator_8ekH0GService'false],
  14575.             'App\\Controller\\admin\\PropertyTypeController:edit' => ['privates''.service_locator.3Dr1Q42''get_ServiceLocator_3Dr1Q42Service'false],
  14576.             'App\\Controller\\admin\\PropertyTypeController:new' => ['privates''.service_locator.FTRgQWJ''get_ServiceLocator_FTRgQWJService'false],
  14577.             'App\\Controller\\admin\\ProviderInverterController:deleteCsv' => ['privates''.service_locator.cd7GuMb''get_ServiceLocator_Cd7GuMbService'false],
  14578.             'App\\Controller\\admin\\ProviderSocietyController:delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  14579.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:deleteCsv' => ['privates''.service_locator.tUSUGrk''get_ServiceLocator_TUSUGrkService'false],
  14580.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:index' => ['privates''.service_locator.rx4Btpa''get_ServiceLocator_Rx4BtpaService'false],
  14581.             'App\\Controller\\admin\\PurchasePartnerRequestController:edit' => ['privates''.service_locator.CQs0Xm0''get_ServiceLocator_CQs0Xm0Service'false],
  14582.             'App\\Controller\\admin\\RegionController:edit' => ['privates''.service_locator.q4bsI0S''get_ServiceLocator_Q4bsI0SService'false],
  14583.             'App\\Controller\\admin\\RentalController:deleteModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  14584.             'App\\Controller\\admin\\RentalController:editModelOfContract' => ['privates''.service_locator.X8a1tM.''get_ServiceLocator_X8a1tM_Service'false],
  14585.             'App\\Controller\\admin\\RentestimationController:delete' => ['privates''.service_locator..HgB6d8''get_ServiceLocator__HgB6d8Service'false],
  14586.             'App\\Controller\\admin\\RentestimationController:editbank' => ['privates''.service_locator.kSnmcso''get_ServiceLocator_KSnmcsoService'false],
  14587.             'App\\Controller\\admin\\RoofController:delete' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  14588.             'App\\Controller\\admin\\RoofController:edit' => ['privates''.service_locator._z1VY6v''get_ServiceLocator_Z1VY6vService'false],
  14589.             'App\\Controller\\admin\\RoofController:index' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  14590.             'App\\Controller\\admin\\RoofController:new' => ['privates''.service_locator.B92NsWb''get_ServiceLocator_B92NsWbService'false],
  14591.             'App\\Controller\\admin\\RoofController:show' => ['privates''.service_locator.6Oaurz_''get_ServiceLocator_6OaurzService'false],
  14592.             'App\\Controller\\admin\\SalesAgreementController:deleteFile' => ['privates''.service_locator.viRkkJL''get_ServiceLocator_ViRkkJLService'false],
  14593.             'App\\Controller\\admin\\SizeController:create' => ['privates''.service_locator.R9M9gve''get_ServiceLocator_R9M9gveService'false],
  14594.             'App\\Controller\\admin\\SubjectController:create' => ['privates''.service_locator.zyI4Piw''get_ServiceLocator_ZyI4PiwService'false],
  14595.             'App\\Controller\\admin\\SubscriptionProductController:createStripePlanForProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  14596.             'App\\Controller\\admin\\SubscriptionProductController:delete' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  14597.             'App\\Controller\\admin\\SubscriptionProductController:edit' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14598.             'App\\Controller\\admin\\SubscriptionProductController:getProductActiveOrderByLevel' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  14599.             'App\\Controller\\admin\\SubscriptionProductController:index' => ['privates''.service_locator.cpFa.v2''get_ServiceLocator_CpFa_V2Service'false],
  14600.             'App\\Controller\\admin\\SubscriptionProductController:produit_edit_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14601.             'App\\Controller\\admin\\SubscriptionProductController:produit_validate_permission' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14602.             'App\\Controller\\admin\\SubscriptionProductController:show' => ['privates''.service_locator.L.6sSpP''get_ServiceLocator_L_6sSpPService'false],
  14603.             'App\\Controller\\admin\\SubscriptionProductController:verifyStripeProduct' => ['privates''.service_locator.fQZLoV9''get_ServiceLocator_FQZLoV9Service'false],
  14604.             'App\\Controller\\admin\\SubscriptionProductServiceController:delete' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  14605.             'App\\Controller\\admin\\SubscriptionProductServiceController:edit' => ['privates''.service_locator.zK2Ig67''get_ServiceLocator_ZK2Ig67Service'false],
  14606.             'App\\Controller\\admin\\SubscriptionProductServiceController:index' => ['privates''.service_locator.z_o1inx''get_ServiceLocator_ZO1inxService'false],
  14607.             'App\\Controller\\admin\\SubscriptionProductServiceController:new' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  14608.             'App\\Controller\\admin\\SubscriptionProductServiceController:show' => ['privates''.service_locator.65AP40.''get_ServiceLocator_65AP40_Service'false],
  14609.             'App\\Controller\\admin\\SuperficieController:create' => ['privates''.service_locator.LwEOyeK''get_ServiceLocator_LwEOyeKService'false],
  14610.             'App\\Controller\\admin\\SupplierController:edit' => ['privates''.service_locator.pIUPwuq''get_ServiceLocator_PIUPwuqService'false],
  14611.             'App\\Controller\\admin\\TableaudebordController:index' => ['privates''.service_locator.5miB8_X''get_ServiceLocator_5miB8XService'false],
  14612.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:index' => ['privates''.service_locator.mZFiE_G''get_ServiceLocator_MZFiEGService'false],
  14613.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:markAsDelivered' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  14614.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:show' => ['privates''.service_locator.iuOsbYx''get_ServiceLocator_IuOsbYxService'false],
  14615.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:disableOrEnableProperty' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  14616.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:edit' => ['privates''.service_locator.mv5KO2i''get_ServiceLocator_Mv5KO2iService'false],
  14617.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImage' => ['privates''.service_locator.YT3BDwX''get_ServiceLocator_YT3BDwXService'false],
  14618.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImageDoc' => ['privates''.service_locator.RFcH33U''get_ServiceLocator_RFcH33UService'false],
  14619.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:list' => ['privates''.service_locator.Y41B.j7''get_ServiceLocator_Y41B_J7Service'false],
  14620.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:listevrdvbien' => ['privates''.service_locator.670zTdK''get_ServiceLocator_670zTdKService'false],
  14621.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:new' => ['privates''.service_locator.v5Ow3DE''get_ServiceLocator_V5Ow3DEService'false],
  14622.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:propertyOfClient' => ['privates''.service_locator.YqyyZ..''get_ServiceLocator_YqyyZ__Service'false],
  14623.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:sendmailtoclientifchangestatus' => ['privates''.service_locator.m_.Dc7T''get_ServiceLocator_M_Dc7TService'false],
  14624.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:delete' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  14625.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:edit' => ['privates''.service_locator.44F7lZM''get_ServiceLocator_44F7lZMService'false],
  14626.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:index' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  14627.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:new' => ['privates''.service_locator.XiW2YFT''get_ServiceLocator_XiW2YFTService'false],
  14628.             'App\\Controller\\admin\\ThepropertyProviderController:delete' => ['privates''.service_locator.5b2Yc67''get_ServiceLocator_5b2Yc67Service'false],
  14629.             'App\\Controller\\admin\\UploadCsvController:deleteCsv' => ['privates''.service_locator.te70QFD''get_ServiceLocator_Te70QFDService'false],
  14630.             'App\\Controller\\admin\\VoirieController:engie' => ['privates''.service_locator.U7VViCc''get_ServiceLocator_U7VViCcService'false],
  14631.             'App\\Controller\\admin\\VoirieController:index' => ['privates''.service_locator.f06m0hK''get_ServiceLocator_F06m0hKService'false],
  14632.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:deleteCsv' => ['privates''.service_locator.dRhzx5a''get_ServiceLocator_DRhzx5aService'false],
  14633.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:index' => ['privates''.service_locator.c_K9jaH''get_ServiceLocator_CK9jaHService'false],
  14634.             'App\\Controller\\admin\\WorkController:workcostdelete' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  14635.             'App\\Controller\\admin\\WorkController:workcostedit' => ['privates''.service_locator.kHIPNC3''get_ServiceLocator_KHIPNC3Service'false],
  14636.             'App\\Controller\\ajax\\MunicipalityAjaxController:list' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  14637.             'App\\Controller\\api\\CadastreController:cadastreByCoordinate' => ['privates''.service_locator.tUwTca4''get_ServiceLocator_TUwTca4Service'false],
  14638.             'App\\Controller\\api\\CallMicroserviceController:__invoke' => ['privates''.service_locator.DKxJ1dA''get_ServiceLocator_DKxJ1dAService'false],
  14639.             'App\\Controller\\api\\CallMicroserviceController' => ['privates''.service_locator.DKxJ1dA''get_ServiceLocator_DKxJ1dAService'false],
  14640.             'App\\Controller\\api\\Chat\\ConversationApiController:__invoke' => ['privates''.service_locator.ZQLk4Kn''get_ServiceLocator_ZQLk4KnService'false],
  14641.             'App\\Controller\\api\\Chat\\ConversationApiController' => ['privates''.service_locator.ZQLk4Kn''get_ServiceLocator_ZQLk4KnService'false],
  14642.             'App\\Controller\\api\\Chat\\ConversationApiController:deleteAction' => ['privates''.service_locator.EV92WQ1''get_ServiceLocator_EV92WQ1Service'false],
  14643.             'App\\Controller\\api\\Chat\\ConversationApiController:getOneConversation' => ['privates''.service_locator.Xc9yKGQ''get_ServiceLocator_Xc9yKGQService'false],
  14644.             'App\\Controller\\api\\Chat\\ConversationApiController:postAction' => ['privates''.service_locator.FMXrkKs''get_ServiceLocator_FMXrkKsService'false],
  14645.             'App\\Controller\\api\\Chat\\ConversationApiController:view' => ['privates''.service_locator.TANcIz7''get_ServiceLocator_TANcIz7Service'false],
  14646.             'App\\Controller\\api\\Chat\\MessageApiController:__invoke' => ['privates''.service_locator.XhMKgZv''get_ServiceLocator_XhMKgZvService'false],
  14647.             'App\\Controller\\api\\Chat\\MessageApiController' => ['privates''.service_locator.XhMKgZv''get_ServiceLocator_XhMKgZvService'false],
  14648.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:confirmSign' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  14649.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:signClientSales' => ['privates''.service_locator.kmSUvCn''get_ServiceLocator_KmSUvCnService'false],
  14650.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:uploadSalesAgreement' => ['privates''.service_locator.vwd5GYN''get_ServiceLocator_Vwd5GYNService'false],
  14651.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:validationSales' => ['privates''.service_locator.or.noX7''get_ServiceLocator_Or_NoX7Service'false],
  14652.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController:__invoke' => ['privates''.service_locator.ceYwZua''get_ServiceLocator_CeYwZuaService'false],
  14653.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController' => ['privates''.service_locator.ceYwZua''get_ServiceLocator_CeYwZuaService'false],
  14654.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController:__invoke' => ['privates''.service_locator.s4h4eVI''get_ServiceLocator_S4h4eVIService'false],
  14655.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController' => ['privates''.service_locator.s4h4eVI''get_ServiceLocator_S4h4eVIService'false],
  14656.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController:__invoke' => ['privates''.service_locator._WsUJ6Q''get_ServiceLocator_WsUJ6QService'false],
  14657.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController' => ['privates''.service_locator._WsUJ6Q''get_ServiceLocator_WsUJ6QService'false],
  14658.             'App\\Controller\\api\\CoOwnership\\VoteController:__invoke' => ['privates''.service_locator.gK_elPx''get_ServiceLocator_GKElPxService'false],
  14659.             'App\\Controller\\api\\CoOwnership\\VoteController' => ['privates''.service_locator.gK_elPx''get_ServiceLocator_GKElPxService'false],
  14660.             'App\\Controller\\api\\Community\\ConsultationController:__invoke' => ['privates''.service_locator.FS_7lr5''get_ServiceLocator_FS7lr5Service'false],
  14661.             'App\\Controller\\api\\Community\\ConsultationController' => ['privates''.service_locator.FS_7lr5''get_ServiceLocator_FS7lr5Service'false],
  14662.             'App\\Controller\\api\\Community\\ConsultationController:getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  14663.             'App\\Controller\\api\\Community\\ConsultationController:updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  14664.             'App\\Controller\\api\\Community\\DiversServiceController:__invoke' => ['privates''.service_locator.LCDj2BZ''get_ServiceLocator_LCDj2BZService'false],
  14665.             'App\\Controller\\api\\Community\\DiversServiceController' => ['privates''.service_locator.LCDj2BZ''get_ServiceLocator_LCDj2BZService'false],
  14666.             'App\\Controller\\api\\Community\\DiversServiceController:getInsidePosts' => ['privates''.service_locator.o.pBLRP''get_ServiceLocator_O_PBLRPService'false],
  14667.             'App\\Controller\\api\\Community\\DiversServiceController:updateUserCoordinate' => ['privates''.service_locator.ODsuqr2''get_ServiceLocator_ODsuqr2Service'false],
  14668.             'App\\Controller\\api\\Community\\PostController:concludeService' => ['privates''.service_locator.U2XVYf9''get_ServiceLocator_U2XVYf9Service'false],
  14669.             'App\\Controller\\api\\Community\\PostController:sendPlp' => ['privates''.service_locator.4ioHkcV''get_ServiceLocator_4ioHkcVService'false],
  14670.             'App\\Controller\\api\\Community\\SignalController:__invoke' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  14671.             'App\\Controller\\api\\Community\\SignalController' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  14672.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController:add' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14673.             'App\\Controller\\api\\DeletionController:deleteResource' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14674.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController:__invoke' => ['privates''.service_locator.AjNUl4_''get_ServiceLocator_AjNUl4Service'false],
  14675.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController' => ['privates''.service_locator.AjNUl4_''get_ServiceLocator_AjNUl4Service'false],
  14676.             'App\\Controller\\api\\Environment\\FilteredObligationsController:__invoke' => ['privates''.service_locator.zfhfaAB''get_ServiceLocator_ZfhfaABService'false],
  14677.             'App\\Controller\\api\\Environment\\FilteredObligationsController' => ['privates''.service_locator.zfhfaAB''get_ServiceLocator_ZfhfaABService'false],
  14678.             'App\\Controller\\api\\Environment\\ModifyInstallation:__invoke' => ['privates''.service_locator.0UNyPfI''get_ServiceLocator_0UNyPfIService'false],
  14679.             'App\\Controller\\api\\Environment\\ModifyInstallation' => ['privates''.service_locator.0UNyPfI''get_ServiceLocator_0UNyPfIService'false],
  14680.             'App\\Controller\\api\\GlobalSearchController:categoryDetails' => ['privates''.service_locator.UwZLb4Q''get_ServiceLocator_UwZLb4QService'false],
  14681.             'App\\Controller\\api\\GlobalSearchController:index' => ['privates''.service_locator.UwZLb4Q''get_ServiceLocator_UwZLb4QService'false],
  14682.             'App\\Controller\\api\\Inventory\\InventoryController:signInventory' => ['privates''.service_locator.hctAHiv''get_ServiceLocator_HctAHivService'false],
  14683.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController:__invoke' => ['privates''.service_locator.yV6bB6q''get_ServiceLocator_YV6bB6qService'false],
  14684.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController' => ['privates''.service_locator.yV6bB6q''get_ServiceLocator_YV6bB6qService'false],
  14685.             'App\\Controller\\api\\Notification\\IndexController:__invoke' => ['privates''.service_locator.dG2778M''get_ServiceLocator_DG2778MService'false],
  14686.             'App\\Controller\\api\\Notification\\IndexController' => ['privates''.service_locator.dG2778M''get_ServiceLocator_DG2778MService'false],
  14687.             'App\\Controller\\api\\Notification\\PostController:__invoke' => ['privates''.service_locator.kn9MsEH''get_ServiceLocator_Kn9MsEHService'false],
  14688.             'App\\Controller\\api\\Notification\\PostController' => ['privates''.service_locator.kn9MsEH''get_ServiceLocator_Kn9MsEHService'false],
  14689.             'App\\Controller\\api\\Notification\\UpdateLastNotification:__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14690.             'App\\Controller\\api\\Notification\\UpdateLastNotification' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14691.             'App\\Controller\\api\\Notification\\ViewController:__invoke' => ['privates''.service_locator.L8s9Nth''get_ServiceLocator_L8s9NthService'false],
  14692.             'App\\Controller\\api\\Notification\\ViewController' => ['privates''.service_locator.L8s9Nth''get_ServiceLocator_L8s9NthService'false],
  14693.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController:__invoke' => ['privates''.service_locator.6sSU9ow''get_ServiceLocator_6sSU9owService'false],
  14694.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController' => ['privates''.service_locator.6sSU9ow''get_ServiceLocator_6sSU9owService'false],
  14695.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:__invoke' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  14696.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  14697.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:listOfferSentByProperty' => ['privates''.service_locator._uavBYP''get_ServiceLocator_UavBYPService'false],
  14698.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController:__invoke' => ['privates''.service_locator.YK93Cie''get_ServiceLocator_YK93CieService'false],
  14699.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController' => ['privates''.service_locator.YK93Cie''get_ServiceLocator_YK93CieService'false],
  14700.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController:__invoke' => ['privates''.service_locator.77Q0MzO''get_ServiceLocator_77Q0MzOService'false],
  14701.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController' => ['privates''.service_locator.77Q0MzO''get_ServiceLocator_77Q0MzOService'false],
  14702.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController:__invoke' => ['privates''.service_locator.JMvqlQM''get_ServiceLocator_JMvqlQMService'false],
  14703.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController' => ['privates''.service_locator.JMvqlQM''get_ServiceLocator_JMvqlQMService'false],
  14704.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerProperty' => ['privates''.service_locator.gsc0ZJ3''get_ServiceLocator_Gsc0ZJ3Service'false],
  14705.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerUser' => ['privates''.service_locator.XCOsI7M''get_ServiceLocator_XCOsI7MService'false],
  14706.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:signOfferLease' => ['privates''.service_locator.z7R5T1y''get_ServiceLocator_Z7R5T1yService'false],
  14707.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:validate' => ['privates''.service_locator.vZAMnV5''get_ServiceLocator_VZAMnV5Service'false],
  14708.             'App\\Controller\\api\\Offer\\OfferController:allNotary' => ['privates''.service_locator.YifncfM''get_ServiceLocator_YifncfMService'false],
  14709.             'App\\Controller\\api\\Offer\\OfferController:checkUserAbilityToMakeOffer' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14710.             'App\\Controller\\api\\Offer\\OfferController:saveCorrection' => ['privates''.service_locator.4P5r10U''get_ServiceLocator_4P5r10UService'false],
  14711.             'App\\Controller\\api\\Offer\\OfferController:sign' => ['privates''.service_locator.4EHBvUy''get_ServiceLocator_4EHBvUyService'false],
  14712.             'App\\Controller\\api\\Offer\\OfferController:update' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14713.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14714.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToOwner' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14715.             'App\\Controller\\api\\Offer\\ValidateOfferController:refusedOfferSignSimple' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14716.             'App\\Controller\\api\\Offer\\ValidateOfferController:transmitToNotary' => ['privates''.service_locator.7IsKrbY''get_ServiceLocator_7IsKrbYService'false],
  14717.             'App\\Controller\\api\\PermitPropertyProcedureController:updateProcedureBruxelle' => ['privates''.service_locator.ft7qy.I''get_ServiceLocator_Ft7qy_IService'false],
  14718.             'App\\Controller\\api\\PlanController:changePlan' => ['privates''.service_locator.F4h55f1''get_ServiceLocator_F4h55f1Service'false],
  14719.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:calculPrecountBruxelleAndFlandre' => ['privates''.service_locator.TzqTzgY''get_ServiceLocator_TzqTzgYService'false],
  14720.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14721.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14722.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14723.             'App\\Controller\\api\\Prime\\AmountCalculation:__invoke' => ['privates''.service_locator.ywyVEm_''get_ServiceLocator_YwyVEmService'false],
  14724.             'App\\Controller\\api\\Prime\\AmountCalculation' => ['privates''.service_locator.ywyVEm_''get_ServiceLocator_YwyVEmService'false],
  14725.             'App\\Controller\\api\\Prime\\GetAllProcess:__invoke' => ['privates''.service_locator.7Bh2dos''get_ServiceLocator_7Bh2dosService'false],
  14726.             'App\\Controller\\api\\Prime\\GetAllProcess' => ['privates''.service_locator.7Bh2dos''get_ServiceLocator_7Bh2dosService'false],
  14727.             'App\\Controller\\api\\Prime\\ProcessController:__invoke' => ['privates''.service_locator.7W8Gc0e''get_ServiceLocator_7W8Gc0eService'false],
  14728.             'App\\Controller\\api\\Prime\\ProcessController' => ['privates''.service_locator.7W8Gc0e''get_ServiceLocator_7W8Gc0eService'false],
  14729.             'App\\Controller\\api\\Prime\\SearchController:__invoke' => ['privates''.service_locator.xFZHlpd''get_ServiceLocator_XFZHlpdService'false],
  14730.             'App\\Controller\\api\\Prime\\SearchController' => ['privates''.service_locator.xFZHlpd''get_ServiceLocator_XFZHlpdService'false],
  14731.             'App\\Controller\\api\\Prime\\WorkController:subsection' => ['privates''.service_locator.oYeaqIz''get_ServiceLocator_OYeaqIzService'false],
  14732.             'App\\Controller\\api\\Prime\\WorkController:typeofwork' => ['privates''.service_locator.rJp3xY1''get_ServiceLocator_RJp3xY1Service'false],
  14733.             'App\\Controller\\api\\ProfessionalProfileController:getProfile' => ['privates''.service_locator.zOrquar''get_ServiceLocator_ZOrquarService'false],
  14734.             'App\\Controller\\api\\PurchaseController:detail' => ['privates''.service_locator.gX.Qc1T''get_ServiceLocator_GX_Qc1TService'false],
  14735.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate:__invoke' => ['privates''.service_locator.P7qhCSY''get_ServiceLocator_P7qhCSYService'false],
  14736.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate' => ['privates''.service_locator.P7qhCSY''get_ServiceLocator_P7qhCSYService'false],
  14737.             'App\\Controller\\api\\ReferenceRentController:getEstimate' => ['privates''.service_locator.hAJ2wVi''get_ServiceLocator_HAJ2wViService'false],
  14738.             'App\\Controller\\api\\RentalController:accept' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14739.             'App\\Controller\\api\\RentalController:checkExistenceOfModelOfContract' => ['privates''.service_locator.zVCMWXn''get_ServiceLocator_ZVCMWXnService'false],
  14740.             'App\\Controller\\api\\RentalController:getAvailableRentalDurationsAndTypes' => ['privates''.service_locator.l2QwsaZ''get_ServiceLocator_L2QwsaZService'false],
  14741.             'App\\Controller\\api\\RentalController:getComments' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  14742.             'App\\Controller\\api\\RentalController:getPdfModelOfContract' => ['privates''.service_locator.zVCMWXn''get_ServiceLocator_ZVCMWXnService'false],
  14743.             'App\\Controller\\api\\RentalController:getProperties' => ['privates''.service_locator.M9ycMaq''get_ServiceLocator_M9ycMaqService'false],
  14744.             'App\\Controller\\api\\RentalController:getUrlRedirection' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14745.             'App\\Controller\\api\\RentalController:postContract' => ['privates''.service_locator.whbH868''get_ServiceLocator_WhbH868Service'false],
  14746.             'App\\Controller\\api\\RentalController:refuse' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14747.             'App\\Controller\\api\\RentalController:replyToComment' => ['privates''.service_locator.RKNP0q_''get_ServiceLocator_RKNP0qService'false],
  14748.             'App\\Controller\\api\\RentalController:uploadContract' => ['privates''.service_locator.yGdZL4P''get_ServiceLocator_YGdZL4PService'false],
  14749.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController:__invoke' => ['privates''.service_locator.TUaVWPf''get_ServiceLocator_TUaVWPfService'false],
  14750.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController' => ['privates''.service_locator.TUaVWPf''get_ServiceLocator_TUaVWPfService'false],
  14751.             'App\\Controller\\api\\RentalManagement\\PostLeaveController:__invoke' => ['privates''.service_locator.bKynF70''get_ServiceLocator_BKynF70Service'false],
  14752.             'App\\Controller\\api\\RentalManagement\\PostLeaveController' => ['privates''.service_locator.bKynF70''get_ServiceLocator_BKynF70Service'false],
  14753.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController:__invoke' => ['privates''.service_locator.Ik8cC3N''get_ServiceLocator_Ik8cC3NService'false],
  14754.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController' => ['privates''.service_locator.Ik8cC3N''get_ServiceLocator_Ik8cC3NService'false],
  14755.             'App\\Controller\\api\\Security\\DeclarationDateController:__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14756.             'App\\Controller\\api\\Security\\DeclarationDateController' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14757.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer:getByTheProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14758.             'App\\Controller\\api\\SendEmailController:sendEmailToBuildingManager' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  14759.             'App\\Controller\\api\\SendEmailController:sendEmailToMunicipalAdministration' => ['privates''.service_locator.cnX3Q3X''get_ServiceLocator_CnX3Q3XService'false],
  14760.             'App\\Controller\\api\\ServicePromo\\ListController:listObtained' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  14761.             'App\\Controller\\api\\ServicePromo\\ListController:listOffered' => ['privates''.service_locator.VckBnxy''get_ServiceLocator_VckBnxyService'false],
  14762.             'App\\Controller\\api\\SimulationController:simulateBuy' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  14763.             'App\\Controller\\api\\SimulationController:simulateBuyGround' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  14764.             'App\\Controller\\api\\SyndicChatApiController:__invoke' => ['privates''.service_locator.jqKA1ti''get_ServiceLocator_JqKA1tiService'false],
  14765.             'App\\Controller\\api\\SyndicChatApiController' => ['privates''.service_locator.jqKA1ti''get_ServiceLocator_JqKA1tiService'false],
  14766.             'App\\Controller\\api\\TheProperty\\ContractController:getUploaded' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  14767.             'App\\Controller\\api\\TheProperty\\ContractController:upload' => ['privates''.service_locator.cWCqZec''get_ServiceLocator_CWCqZecService'false],
  14768.             'App\\Controller\\api\\TheProperty\\DeleteController:__invoke' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14769.             'App\\Controller\\api\\TheProperty\\DeleteController' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14770.             'App\\Controller\\api\\TheProperty\\DetailController:findFavoritePropertiesByUser' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  14771.             'App\\Controller\\api\\TheProperty\\DetailController:getEventsByProperty' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14772.             'App\\Controller\\api\\TheProperty\\DetailController:propertySimilar' => ['privates''.service_locator.o9wrxnc''get_ServiceLocator_O9wrxncService'false],
  14773.             'App\\Controller\\api\\TheProperty\\DocumentRequestController:__invoke' => ['privates''.service_locator..OVXgLf''get_ServiceLocator__OVXgLfService'false],
  14774.             'App\\Controller\\api\\TheProperty\\DocumentRequestController' => ['privates''.service_locator..OVXgLf''get_ServiceLocator__OVXgLfService'false],
  14775.             'App\\Controller\\api\\TheProperty\\FullDetailController:index' => ['privates''.service_locator.Saz1jhi''get_ServiceLocator_Saz1jhiService'false],
  14776.             'App\\Controller\\api\\TheProperty\\ListController:detailsOfThePropertyHavingRelooking' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14777.             'App\\Controller\\api\\TheProperty\\LocalityController:municipalityByZipCode' => ['privates''.service_locator.2LRM4iA''get_ServiceLocator_2LRM4iAService'false],
  14778.             'App\\Controller\\api\\TheProperty\\OptionController:__invoke' => ['privates''.service_locator.Kpg3j4e''get_ServiceLocator_Kpg3j4eService'false],
  14779.             'App\\Controller\\api\\TheProperty\\OptionController' => ['privates''.service_locator.Kpg3j4e''get_ServiceLocator_Kpg3j4eService'false],
  14780.             'App\\Controller\\api\\TheProperty\\OptionController:features' => ['privates''.service_locator.bT9eT8t''get_ServiceLocator_BT9eT8tService'false],
  14781.             'App\\Controller\\api\\TheProperty\\PropertyAdController:__invoke' => ['privates''.service_locator.mfu9Rg_''get_ServiceLocator_Mfu9RgService'false],
  14782.             'App\\Controller\\api\\TheProperty\\PropertyAdController' => ['privates''.service_locator.mfu9Rg_''get_ServiceLocator_Mfu9RgService'false],
  14783.             'App\\Controller\\api\\TheProperty\\PropertyTypeController:__invoke' => ['privates''.service_locator.teylBQH''get_ServiceLocator_TeylBQHService'false],
  14784.             'App\\Controller\\api\\TheProperty\\PropertyTypeController' => ['privates''.service_locator.teylBQH''get_ServiceLocator_TeylBQHService'false],
  14785.             'App\\Controller\\api\\TheProperty\\SearchController:exchangeListInMap' => ['privates''.service_locator.eWBIm4U''get_ServiceLocator_EWBIm4UService'false],
  14786.             'App\\Controller\\api\\TheProperty\\SearchController:index' => ['privates''.service_locator.MBcNAjb''get_ServiceLocator_MBcNAjbService'false],
  14787.             'App\\Controller\\api\\TheProperty\\SessionController:__invoke' => ['privates''.service_locator.jTOejGZ''get_ServiceLocator_JTOejGZService'false],
  14788.             'App\\Controller\\api\\TheProperty\\SessionController' => ['privates''.service_locator.jTOejGZ''get_ServiceLocator_JTOejGZService'false],
  14789.             'App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController:setSecureKeyBox' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14790.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController:__invoke' => ['privates''.service_locator.H2QtHye''get_ServiceLocator_H2QtHyeService'false],
  14791.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController' => ['privates''.service_locator.H2QtHye''get_ServiceLocator_H2QtHyeService'false],
  14792.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController:__invoke' => ['privates''.service_locator.qC0B8LW''get_ServiceLocator_QC0B8LWService'false],
  14793.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController' => ['privates''.service_locator.qC0B8LW''get_ServiceLocator_QC0B8LWService'false],
  14794.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:list' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14795.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:listAll' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14796.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:update' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14797.             'App\\Controller\\api\\TheProperty\\VisitController:addVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14798.             'App\\Controller\\api\\TheProperty\\VisitController:removeVisitSchedule' => ['privates''.service_locator.IM2Mmm4''get_ServiceLocator_IM2Mmm4Service'false],
  14799.             'App\\Controller\\api\\TheService\\AddController:__invoke' => ['privates''.service_locator.5wi7aKe''get_ServiceLocator_5wi7aKeService'false],
  14800.             'App\\Controller\\api\\TheService\\AddController' => ['privates''.service_locator.5wi7aKe''get_ServiceLocator_5wi7aKeService'false],
  14801.             'App\\Controller\\api\\TheService\\CategoryController:__invoke' => ['privates''.service_locator.PrG_U8d''get_ServiceLocator_PrGU8dService'false],
  14802.             'App\\Controller\\api\\TheService\\CategoryController' => ['privates''.service_locator.PrG_U8d''get_ServiceLocator_PrGU8dService'false],
  14803.             'App\\Controller\\api\\TheService\\ListController:listMine' => ['privates''.service_locator.gZj4smN''get_ServiceLocator_GZj4smNService'false],
  14804.             'App\\Controller\\api\\TheService\\UpdateController:__invoke' => ['privates''.service_locator.AGzgJIa''get_ServiceLocator_AGzgJIaService'false],
  14805.             'App\\Controller\\api\\TheService\\UpdateController' => ['privates''.service_locator.AGzgJIa''get_ServiceLocator_AGzgJIaService'false],
  14806.             'App\\Controller\\api\\ThreeD\\T3dDemandsController:validateDemand' => ['privates''.service_locator.GJHT5wS''get_ServiceLocator_GJHT5wSService'false],
  14807.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController:__invoke' => ['privates''.service_locator.cssU_cs''get_ServiceLocator_CssUCsService'false],
  14808.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController' => ['privates''.service_locator.cssU_cs''get_ServiceLocator_CssUCsService'false],
  14809.             'App\\Controller\\api\\UserServicePromo\\ConsumeController:__invoke' => ['privates''.service_locator.P3yaVfa''get_ServiceLocator_P3yaVfaService'false],
  14810.             'App\\Controller\\api\\UserServicePromo\\ConsumeController' => ['privates''.service_locator.P3yaVfa''get_ServiceLocator_P3yaVfaService'false],
  14811.             'App\\Controller\\api\\User\\ArtistDetailController:__invoke' => ['privates''.service_locator.TO3kXqK''get_ServiceLocator_TO3kXqKService'false],
  14812.             'App\\Controller\\api\\User\\ArtistDetailController' => ['privates''.service_locator.TO3kXqK''get_ServiceLocator_TO3kXqKService'false],
  14813.             'App\\Controller\\api\\User\\CertificatorController:findAroundGeoCoordinate' => ['privates''.service_locator.P4Fskde''get_ServiceLocator_P4FskdeService'false],
  14814.             'App\\Controller\\api\\User\\DeviceTokenController:__invoke' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14815.             'App\\Controller\\api\\User\\DeviceTokenController' => ['privates''.service_locator.oiABibH''get_ServiceLocator_OiABibHService'false],
  14816.             'App\\Controller\\api\\User\\EditProfileController:__invoke' => ['privates''.service_locator.ea4buFp''get_ServiceLocator_Ea4buFpService'false],
  14817.             'App\\Controller\\api\\User\\EditProfileController' => ['privates''.service_locator.ea4buFp''get_ServiceLocator_Ea4buFpService'false],
  14818.             'App\\Controller\\api\\User\\ListEmailController:__invoke' => ['privates''.service_locator.hPJEFlh''get_ServiceLocator_HPJEFlhService'false],
  14819.             'App\\Controller\\api\\User\\ListEmailController' => ['privates''.service_locator.hPJEFlh''get_ServiceLocator_HPJEFlhService'false],
  14820.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController:searchMovingCompanyAndSendInvitation' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  14821.             'App\\Controller\\api\\User\\SearchController:__invoke' => ['privates''.service_locator.iRu.Xb1''get_ServiceLocator_IRu_Xb1Service'false],
  14822.             'App\\Controller\\api\\User\\SearchController' => ['privates''.service_locator.iRu.Xb1''get_ServiceLocator_IRu_Xb1Service'false],
  14823.             'App\\Controller\\api\\User\\SearchController:searchImoAgentProximity' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  14824.             'App\\Controller\\api\\User\\SearchController:searchMovingCompany' => ['privates''.service_locator.lqzS9y4''get_ServiceLocator_LqzS9y4Service'false],
  14825.             'App\\Controller\\api\\User\\SendMailSociety:index' => ['privates''.service_locator.WvhmTCp''get_ServiceLocator_WvhmTCpService'false],
  14826.             'App\\Controller\\api\\User\\UserController:checkAuthorizationForFiguration' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  14827.             'App\\Controller\\api\\User\\UserController:detailUser' => ['privates''.service_locator.M9PMcRV''get_ServiceLocator_M9PMcRVService'false],
  14828.             'App\\Controller\\api\\User\\UserController:getUserBySpeciality' => ['privates''.service_locator._ZYSIC1''get_ServiceLocator_ZYSIC1Service'false],
  14829.             'App\\Controller\\api\\User\\UserPublicInfo:__invoke' => ['privates''.service_locator.aUCxLiv''get_ServiceLocator_AUCxLivService'false],
  14830.             'App\\Controller\\api\\User\\UserPublicInfo' => ['privates''.service_locator.aUCxLiv''get_ServiceLocator_AUCxLivService'false],
  14831.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController:__invoke' => ['privates''.service_locator.7f2MzR6''get_ServiceLocator_7f2MzR6Service'false],
  14832.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController' => ['privates''.service_locator.7f2MzR6''get_ServiceLocator_7f2MzR6Service'false],
  14833.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController:__invoke' => ['privates''.service_locator.Em1sGuR''get_ServiceLocator_Em1sGuRService'false],
  14834.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController' => ['privates''.service_locator.Em1sGuR''get_ServiceLocator_Em1sGuRService'false],
  14835.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController:__invoke' => ['privates''.service_locator.DgQmMEO''get_ServiceLocator_DgQmMEOService'false],
  14836.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController' => ['privates''.service_locator.DgQmMEO''get_ServiceLocator_DgQmMEOService'false],
  14837.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController:__invoke' => ['privates''.service_locator.CaNV.uY''get_ServiceLocator_CaNV_UYService'false],
  14838.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController' => ['privates''.service_locator.CaNV.uY''get_ServiceLocator_CaNV_UYService'false],
  14839.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController:__invoke' => ['privates''.service_locator.n0PRmXS''get_ServiceLocator_N0PRmXSService'false],
  14840.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController' => ['privates''.service_locator.n0PRmXS''get_ServiceLocator_N0PRmXSService'false],
  14841.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController:__invoke' => ['privates''.service_locator.wxP.RsM''get_ServiceLocator_WxP_RsMService'false],
  14842.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController' => ['privates''.service_locator.wxP.RsM''get_ServiceLocator_WxP_RsMService'false],
  14843.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController:__invoke' => ['privates''.service_locator.0Ccr..5''get_ServiceLocator_0Ccr__5Service'false],
  14844.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController' => ['privates''.service_locator.0Ccr..5''get_ServiceLocator_0Ccr__5Service'false],
  14845.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController:__invoke' => ['privates''.service_locator.yu8o_1d''get_ServiceLocator_Yu8o1dService'false],
  14846.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController' => ['privates''.service_locator.yu8o_1d''get_ServiceLocator_Yu8o1dService'false],
  14847.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController:__invoke' => ['privates''.service_locator.ZQCRZEb''get_ServiceLocator_ZQCRZEbService'false],
  14848.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController' => ['privates''.service_locator.ZQCRZEb''get_ServiceLocator_ZQCRZEbService'false],
  14849.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetalltypeofwork' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14850.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetcategory' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14851.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14852.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetresultestimation' => ['privates''.service_locator.KzHj_9I''get_ServiceLocator_KzHj9IService'false],
  14853.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubmodel' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14854.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubsection' => ['privates''.service_locator.0x1xCX0''get_ServiceLocator_0x1xCX0Service'false],
  14855.             'App\\Controller\\apiimmogo\\ApiAddWorkController:detailBien' => ['privates''.service_locator.EsG_0hX''get_ServiceLocator_EsG0hXService'false],
  14856.             'App\\Controller\\apiimmogo\\ApiImmogo:calculPrecountWallonnie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14857.             'App\\Controller\\apiimmogo\\ApiImmogo:detailbienimmogo' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  14858.             'App\\Controller\\apiimmogo\\ApiImmogo:getDataForCalcul' => ['privates''.service_locator.3tFXANU''get_ServiceLocator_3tFXANUService'false],
  14859.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValues' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14860.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValuesWallonie' => ['privates''.service_locator.GIx7QUv''get_ServiceLocator_GIx7QUvService'false],
  14861.             'App\\Controller\\apiimmogo\\ApiImmogo:immogolistThepropertyPerUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14862.             'App\\Controller\\apiimmogo\\ApiImmogo:infosbiencalcul' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14863.             'App\\Controller\\apiimmogo\\ApiImmogo:listFavorisByUser' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14864.             'App\\Controller\\apiimmogo\\ApiImmogo:rechercheimmogo' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14865.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToCredit' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  14866.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToEngie' => ['privates''.service_locator.moJPmD6''get_ServiceLocator_MoJPmD6Service'false],
  14867.             'App\\Controller\\apiimmogo\\ApiImmogo:voirdetailbiencalcul' => ['privates''.service_locator.PYHrdNN''get_ServiceLocator_PYHrdNNService'false],
  14868.             'App\\Service\\Api\\ProviderSolarGreenCertificateService:list' => ['privates''.service_locator.eTKuJSU''get_ServiceLocator_ETKuJSUService'false],
  14869.             'App\\Service\\Api\\ProviderSolarOrganizationService:add' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  14870.             'App\\Service\\Api\\ProviderSolarOrganizationService:list' => ['privates''.service_locator.QsuAye4''get_ServiceLocator_QsuAye4Service'false],
  14871.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:add' => ['privates''.service_locator.YjIwi02''get_ServiceLocator_YjIwi02Service'false],
  14872.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:sendingSummaryFile' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  14873.             'App\\Service\\DompdfService:createPdfDispense' => ['privates''.service_locator._H29xsa''get_ServiceLocator_H29xsaService'false],
  14874.             'App\\Service\\DompdfService:createPdfEnergy' => ['privates''.service_locator.HRgCRFj''get_ServiceLocator_HRgCRFjService'false],
  14875.             'App\\Service\\DompdfService:createPdfEnvironmentForm' => ['privates''.service_locator.OC.D7cY''get_ServiceLocator_OC_D7cYService'false],
  14876.             'App\\Service\\DompdfService:createPdfMaifSummary' => ['privates''.service_locator.ShsoacE''get_ServiceLocator_ShsoacEService'false],
  14877.             'App\\Service\\DompdfService:createPdfPlp' => ['privates''.service_locator.POCpODg''get_ServiceLocator_POCpODgService'false],
  14878.             'App\\Service\\DompdfService:createPdfSolarCadastre' => ['privates''.service_locator.8FMg.K_''get_ServiceLocator_8FMg_KService'false],
  14879.             'App\\Service\\DompdfService:createPdfSolarVoltaic' => ['privates''.service_locator.nDQTbMz''get_ServiceLocator_NDQTbMzService'false],
  14880.             'App\\Service\\DompdfService:createPdfVoirie' => ['privates''.service_locator.kJ7g21u''get_ServiceLocator_KJ7g21uService'false],
  14881.             'App\\Service\\DompdfService:createUrbanismPermit' => ['privates''.service_locator.eqOSfS3''get_ServiceLocator_EqOSfS3Service'false],
  14882.             'App\\Service\\Immogo\\ImmogoService:transformrecherche' => ['privates''.service_locator.f9_N5JA''get_ServiceLocator_F9N5JAService'false],
  14883.             'App\\Service\\PretService:getResults' => ['privates''.service_locator.DSZ8z7P''get_ServiceLocator_DSZ8z7PService'false],
  14884.             'App\\Service\\SendMail\\SendmailService:sendMailAddChat' => ['privates''.service_locator.rhFGw9S''get_ServiceLocator_RhFGw9SService'false],
  14885.             'App\\Service\\SendMail\\SendmailService:sendMailCheckWorkFinish' => ['privates''.service_locator.8z.wTr5''get_ServiceLocator_8z_WTr5Service'false],
  14886.             'App\\Service\\SendMail\\SendmailService:sendMailForContactSeller' => ['privates''.service_locator.ch4Jgvl''get_ServiceLocator_Ch4JgvlService'false],
  14887.             'App\\Service\\Webhook\\Traitement:addUserPermission' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  14888.             'App\\Service\\Webhook\\Traitement:sendMailInvoiceSuccessToClient' => ['privates''.service_locator.luv6nW.''get_ServiceLocator_Luv6nW_Service'false],
  14889.             'kernel:loadRoutes' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14890.             'kernel:registerContainerConfiguration' => ['privates''.service_locator.KfbR3DY''get_ServiceLocator_KfbR3DYService'false],
  14891.         ], [
  14892.             'App\\Controller\\Authentication\\AuthenticationController::createToken' => '?',
  14893.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController::retrieve' => '?',
  14894.             'App\\Controller\\PersonnelAuthenticatorController::login' => '?',
  14895.             'App\\Controller\\TwoFactorController::verify' => '?',
  14896.             'App\\Controller\\YousignWebhookController::handleWebhook' => '?',
  14897.             'App\\Controller\\admin\\AbstractCsvController::engie' => '?',
  14898.             'App\\Controller\\admin\\AnnoncementController::createDemenagement' => '?',
  14899.             'App\\Controller\\admin\\AnnoncementController::createObjets' => '?',
  14900.             'App\\Controller\\admin\\ArchitectArtWorkController::index' => '?',
  14901.             'App\\Controller\\admin\\AreaCsvController::area_csv_delete' => '?',
  14902.             'App\\Controller\\admin\\AreaCsvController::area_csv_new' => '?',
  14903.             'App\\Controller\\admin\\BankController::deletesimulation' => '?',
  14904.             'App\\Controller\\admin\\BankController::editbank' => '?',
  14905.             'App\\Controller\\admin\\BankController::editsimulation' => '?',
  14906.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::delete' => '?',
  14907.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::index' => '?',
  14908.             'App\\Controller\\admin\\Citerne\\PermitCiterneController::new' => '?',
  14909.             'App\\Controller\\admin\\CityController::create' => '?',
  14910.             'App\\Controller\\admin\\CityController::edit' => '?',
  14911.             'App\\Controller\\admin\\ClientsController::disableAccount' => '?',
  14912.             'App\\Controller\\admin\\ClientsController::edit' => '?',
  14913.             'App\\Controller\\admin\\ClientsController::editclientpro' => '?',
  14914.             'App\\Controller\\admin\\ClientsController::editprestataire' => '?',
  14915.             'App\\Controller\\admin\\ClientsController::index' => '?',
  14916.             'App\\Controller\\admin\\ClientsController::new' => '?',
  14917.             'App\\Controller\\admin\\ClientsController::newclientspro' => '?',
  14918.             'App\\Controller\\admin\\ClientsController::newprestataire' => '?',
  14919.             'App\\Controller\\admin\\ClientsController::sendmailnouvclient' => '?',
  14920.             'App\\Controller\\admin\\ContactsellerController::delete' => '?',
  14921.             'App\\Controller\\admin\\CountryController::edit' => '?',
  14922.             'App\\Controller\\admin\\DVFController::deleteCsv' => '?',
  14923.             'App\\Controller\\admin\\DVFController::index' => '?',
  14924.             'App\\Controller\\admin\\DeedOfSaleController::deleteFile' => '?',
  14925.             'App\\Controller\\admin\\DefaultclauseController::edit' => '?',
  14926.             'App\\Controller\\admin\\DistanceController::create' => '?',
  14927.             'App\\Controller\\admin\\DocumenttypeController::create' => '?',
  14928.             'App\\Controller\\admin\\DocumenttypeController::createCategory' => '?',
  14929.             'App\\Controller\\admin\\Education\\EducationController::deleteCsv' => '?',
  14930.             'App\\Controller\\admin\\EngieCsvController::deleteCsv' => '?',
  14931.             'App\\Controller\\admin\\EngieCsvController::engie' => '?',
  14932.             'App\\Controller\\admin\\EngieCsvController::new' => '?',
  14933.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::delete' => '?',
  14934.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController::index' => '?',
  14935.             'App\\Controller\\admin\\Environment\\ObligationCsvController::delete' => '?',
  14936.             'App\\Controller\\admin\\Environment\\ObligationsController::delete' => '?',
  14937.             'App\\Controller\\admin\\Environment\\ObligationsController::edit' => '?',
  14938.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController::delete' => '?',
  14939.             'App\\Controller\\admin\\ExcelFileController::delete' => '?',
  14940.             'App\\Controller\\admin\\ExcelFileController::index' => '?',
  14941.             'App\\Controller\\admin\\ExcelWorkController::delete' => '?',
  14942.             'App\\Controller\\admin\\ExcelWorkController::index' => '?',
  14943.             'App\\Controller\\admin\\ExternalAdverstisingController::index' => '?',
  14944.             'App\\Controller\\admin\\ExternalOfferController::index' => '?',
  14945.             'App\\Controller\\admin\\ExternalProviderController::index' => '?',
  14946.             'App\\Controller\\admin\\FeatureController::featurecreateandedit' => '?',
  14947.             'App\\Controller\\admin\\ImagepubController::delete' => '?',
  14948.             'App\\Controller\\admin\\ImagepubController::edit' => '?',
  14949.             'App\\Controller\\admin\\InsuranceController::index' => '?',
  14950.             'App\\Controller\\admin\\LandPropertyDestinationController::delete' => '?',
  14951.             'App\\Controller\\admin\\LocationTypeController::delete' => '?',
  14952.             'App\\Controller\\admin\\LocationTypeController::edit' => '?',
  14953.             'App\\Controller\\admin\\LocationTypeController::index' => '?',
  14954.             'App\\Controller\\admin\\LocationTypeController::new' => '?',
  14955.             'App\\Controller\\admin\\MunicipalityController::edit' => '?',
  14956.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController::edit' => '?',
  14957.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::EditPromo' => '?',
  14958.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::addPromo' => '?',
  14959.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::delete' => '?',
  14960.             'App\\Controller\\admin\\NearbyServices\\TheserviceController::edit' => '?',
  14961.             'App\\Controller\\admin\\NewProjectImmoCsvController::deleteCsv' => '?',
  14962.             'App\\Controller\\admin\\NewProjectImmoCsvController::index' => '?',
  14963.             'App\\Controller\\admin\\NotaryController::addNotaryFiles' => '?',
  14964.             'App\\Controller\\admin\\NotaryController::delete' => '?',
  14965.             'App\\Controller\\admin\\NotaryController::deleteCsv' => '?',
  14966.             'App\\Controller\\admin\\NotaryController::edit' => '?',
  14967.             'App\\Controller\\admin\\NotaryController::new' => '?',
  14968.             'App\\Controller\\admin\\OccupationPeriodFileController::deleteCsv' => '?',
  14969.             'App\\Controller\\admin\\OccupationPeriodFileController::index' => '?',
  14970.             'App\\Controller\\admin\\OccupieEstimationController::deleteCsv' => '?',
  14971.             'App\\Controller\\admin\\OfferController::edit' => '?',
  14972.             'App\\Controller\\admin\\OptionController::optionCreate' => '?',
  14973.             'App\\Controller\\admin\\ParametreController::delete' => '?',
  14974.             'App\\Controller\\admin\\ParametreController::edit' => '?',
  14975.             'App\\Controller\\admin\\PebIntegrationController::edit' => '?',
  14976.             'App\\Controller\\admin\\PersonnelController::edit' => '?',
  14977.             'App\\Controller\\admin\\PersonnelController::editmonprofil' => '?',
  14978.             'App\\Controller\\admin\\PersonnelController::index' => '?',
  14979.             'App\\Controller\\admin\\PersonnelController::new' => '?',
  14980.             'App\\Controller\\admin\\PersonnelController::sendmailnouvuser' => '?',
  14981.             'App\\Controller\\admin\\PersonnelController::updateAccountStatus' => '?',
  14982.             'App\\Controller\\admin\\Plan\\PlanController::delete' => '?',
  14983.             'App\\Controller\\admin\\Plan\\PlanController::edit' => '?',
  14984.             'App\\Controller\\admin\\Plan\\PlanController::index' => '?',
  14985.             'App\\Controller\\admin\\PpasAffectationCsvController::deleteCsv' => '?',
  14986.             'App\\Controller\\admin\\PpasAffectationCsvController::index' => '?',
  14987.             'App\\Controller\\admin\\PpasCsvController::deleteCsv' => '?',
  14988.             'App\\Controller\\admin\\PpasCsvController::index' => '?',
  14989.             'App\\Controller\\admin\\Prime\\PrimeController::delete' => '?',
  14990.             'App\\Controller\\admin\\Prime\\PrimeController::edit' => '?',
  14991.             'App\\Controller\\admin\\Prime\\PrimeCsvController::delete' => '?',
  14992.             'App\\Controller\\admin\\Prime\\ProcedureController::delete' => '?',
  14993.             'App\\Controller\\admin\\Prime\\ProcedureController::deleteField' => '?',
  14994.             'App\\Controller\\admin\\Prime\\ProcedureController::edit' => '?',
  14995.             'App\\Controller\\admin\\Prime\\ProcedureController::editField' => '?',
  14996.             'App\\Controller\\admin\\Prime\\ProcedureController::fields' => '?',
  14997.             'App\\Controller\\admin\\Prime\\ProcedureController::list' => '?',
  14998.             'App\\Controller\\admin\\Prime\\ProcedureController::new' => '?',
  14999.             'App\\Controller\\admin\\PropertyTypeController::edit' => '?',
  15000.             'App\\Controller\\admin\\PropertyTypeController::new' => '?',
  15001.             'App\\Controller\\admin\\ProviderInverterController::deleteCsv' => '?',
  15002.             'App\\Controller\\admin\\ProviderSocietyController::delete' => '?',
  15003.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::deleteCsv' => '?',
  15004.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController::index' => '?',
  15005.             'App\\Controller\\admin\\PurchasePartnerRequestController::edit' => '?',
  15006.             'App\\Controller\\admin\\RegionController::edit' => '?',
  15007.             'App\\Controller\\admin\\RentalController::deleteModelOfContract' => '?',
  15008.             'App\\Controller\\admin\\RentalController::editModelOfContract' => '?',
  15009.             'App\\Controller\\admin\\RentestimationController::delete' => '?',
  15010.             'App\\Controller\\admin\\RentestimationController::editbank' => '?',
  15011.             'App\\Controller\\admin\\RoofController::delete' => '?',
  15012.             'App\\Controller\\admin\\RoofController::edit' => '?',
  15013.             'App\\Controller\\admin\\RoofController::index' => '?',
  15014.             'App\\Controller\\admin\\RoofController::new' => '?',
  15015.             'App\\Controller\\admin\\RoofController::show' => '?',
  15016.             'App\\Controller\\admin\\SalesAgreementController::deleteFile' => '?',
  15017.             'App\\Controller\\admin\\SizeController::create' => '?',
  15018.             'App\\Controller\\admin\\SubjectController::create' => '?',
  15019.             'App\\Controller\\admin\\SubscriptionProductController::createStripePlanForProduct' => '?',
  15020.             'App\\Controller\\admin\\SubscriptionProductController::delete' => '?',
  15021.             'App\\Controller\\admin\\SubscriptionProductController::edit' => '?',
  15022.             'App\\Controller\\admin\\SubscriptionProductController::getProductActiveOrderByLevel' => '?',
  15023.             'App\\Controller\\admin\\SubscriptionProductController::index' => '?',
  15024.             'App\\Controller\\admin\\SubscriptionProductController::produit_edit_permission' => '?',
  15025.             'App\\Controller\\admin\\SubscriptionProductController::produit_validate_permission' => '?',
  15026.             'App\\Controller\\admin\\SubscriptionProductController::show' => '?',
  15027.             'App\\Controller\\admin\\SubscriptionProductController::verifyStripeProduct' => '?',
  15028.             'App\\Controller\\admin\\SubscriptionProductServiceController::delete' => '?',
  15029.             'App\\Controller\\admin\\SubscriptionProductServiceController::edit' => '?',
  15030.             'App\\Controller\\admin\\SubscriptionProductServiceController::index' => '?',
  15031.             'App\\Controller\\admin\\SubscriptionProductServiceController::new' => '?',
  15032.             'App\\Controller\\admin\\SubscriptionProductServiceController::show' => '?',
  15033.             'App\\Controller\\admin\\SuperficieController::create' => '?',
  15034.             'App\\Controller\\admin\\SupplierController::edit' => '?',
  15035.             'App\\Controller\\admin\\TableaudebordController::index' => '?',
  15036.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::index' => '?',
  15037.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::markAsDelivered' => '?',
  15038.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController::show' => '?',
  15039.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::disableOrEnableProperty' => '?',
  15040.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::edit' => '?',
  15041.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImage' => '?',
  15042.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::editImageDoc' => '?',
  15043.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::list' => '?',
  15044.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::listevrdvbien' => '?',
  15045.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::new' => '?',
  15046.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::propertyOfClient' => '?',
  15047.             'App\\Controller\\admin\\TheProperty\\ThepropertyController::sendmailtoclientifchangestatus' => '?',
  15048.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::delete' => '?',
  15049.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::edit' => '?',
  15050.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::index' => '?',
  15051.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController::new' => '?',
  15052.             'App\\Controller\\admin\\ThepropertyProviderController::delete' => '?',
  15053.             'App\\Controller\\admin\\UploadCsvController::deleteCsv' => '?',
  15054.             'App\\Controller\\admin\\VoirieController::engie' => '?',
  15055.             'App\\Controller\\admin\\VoirieController::index' => '?',
  15056.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::deleteCsv' => '?',
  15057.             'App\\Controller\\admin\\WaterSupplierControllerExcelController::index' => '?',
  15058.             'App\\Controller\\admin\\WorkController::workcostdelete' => '?',
  15059.             'App\\Controller\\admin\\WorkController::workcostedit' => '?',
  15060.             'App\\Controller\\ajax\\MunicipalityAjaxController::list' => '?',
  15061.             'App\\Controller\\api\\CadastreController::cadastreByCoordinate' => '?',
  15062.             'App\\Controller\\api\\CallMicroserviceController::__invoke' => '?',
  15063.             'App\\Controller\\api\\Chat\\ConversationApiController::__invoke' => '?',
  15064.             'App\\Controller\\api\\Chat\\ConversationApiController::deleteAction' => '?',
  15065.             'App\\Controller\\api\\Chat\\ConversationApiController::getOneConversation' => '?',
  15066.             'App\\Controller\\api\\Chat\\ConversationApiController::postAction' => '?',
  15067.             'App\\Controller\\api\\Chat\\ConversationApiController::view' => '?',
  15068.             'App\\Controller\\api\\Chat\\MessageApiController::__invoke' => '?',
  15069.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::confirmSign' => '?',
  15070.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::signClientSales' => '?',
  15071.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::uploadSalesAgreement' => '?',
  15072.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController::validationSales' => '?',
  15073.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController::__invoke' => '?',
  15074.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController::__invoke' => '?',
  15075.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController::__invoke' => '?',
  15076.             'App\\Controller\\api\\CoOwnership\\VoteController::__invoke' => '?',
  15077.             'App\\Controller\\api\\Community\\ConsultationController::__invoke' => '?',
  15078.             'App\\Controller\\api\\Community\\ConsultationController::getInsidePosts' => '?',
  15079.             'App\\Controller\\api\\Community\\ConsultationController::updateUserCoordinate' => '?',
  15080.             'App\\Controller\\api\\Community\\DiversServiceController::__invoke' => '?',
  15081.             'App\\Controller\\api\\Community\\DiversServiceController::getInsidePosts' => '?',
  15082.             'App\\Controller\\api\\Community\\DiversServiceController::updateUserCoordinate' => '?',
  15083.             'App\\Controller\\api\\Community\\PostController::concludeService' => '?',
  15084.             'App\\Controller\\api\\Community\\PostController::sendPlp' => '?',
  15085.             'App\\Controller\\api\\Community\\SignalController::__invoke' => '?',
  15086.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController::add' => '?',
  15087.             'App\\Controller\\api\\DeletionController::deleteResource' => '?',
  15088.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController::__invoke' => '?',
  15089.             'App\\Controller\\api\\Environment\\FilteredObligationsController::__invoke' => '?',
  15090.             'App\\Controller\\api\\Environment\\ModifyInstallation::__invoke' => '?',
  15091.             'App\\Controller\\api\\GlobalSearchController::categoryDetails' => '?',
  15092.             'App\\Controller\\api\\GlobalSearchController::index' => '?',
  15093.             'App\\Controller\\api\\Inventory\\InventoryController::signInventory' => '?',
  15094.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController::__invoke' => '?',
  15095.             'App\\Controller\\api\\Notification\\IndexController::__invoke' => '?',
  15096.             'App\\Controller\\api\\Notification\\PostController::__invoke' => '?',
  15097.             'App\\Controller\\api\\Notification\\UpdateLastNotification::__invoke' => '?',
  15098.             'App\\Controller\\api\\Notification\\ViewController::__invoke' => '?',
  15099.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController::__invoke' => '?',
  15100.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::__invoke' => '?',
  15101.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController::listOfferSentByProperty' => '?',
  15102.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController::__invoke' => '?',
  15103.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController::__invoke' => '?',
  15104.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController::__invoke' => '?',
  15105.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerProperty' => '?',
  15106.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::listOfferPerUser' => '?',
  15107.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::signOfferLease' => '?',
  15108.             'App\\Controller\\api\\OfferLease\\OfferLeaseController::validate' => '?',
  15109.             'App\\Controller\\api\\Offer\\OfferController::allNotary' => '?',
  15110.             'App\\Controller\\api\\Offer\\OfferController::checkUserAbilityToMakeOffer' => '?',
  15111.             'App\\Controller\\api\\Offer\\OfferController::saveCorrection' => '?',
  15112.             'App\\Controller\\api\\Offer\\OfferController::sign' => '?',
  15113.             'App\\Controller\\api\\Offer\\OfferController::update' => '?',
  15114.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToNotary' => '?',
  15115.             'App\\Controller\\api\\Offer\\OfferSubmissionController::sendToOwner' => '?',
  15116.             'App\\Controller\\api\\Offer\\ValidateOfferController::refusedOfferSignSimple' => '?',
  15117.             'App\\Controller\\api\\Offer\\ValidateOfferController::transmitToNotary' => '?',
  15118.             'App\\Controller\\api\\PermitPropertyProcedureController::updateProcedureBruxelle' => '?',
  15119.             'App\\Controller\\api\\PlanController::changePlan' => '?',
  15120.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::calculPrecountBruxelleAndFlandre' => '?',
  15121.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte::getPrecountValues' => '?',
  15122.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::calculPrecountWallonnie' => '?',
  15123.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte::getPrecountValuesWallonie' => '?',
  15124.             'App\\Controller\\api\\Prime\\AmountCalculation::__invoke' => '?',
  15125.             'App\\Controller\\api\\Prime\\GetAllProcess::__invoke' => '?',
  15126.             'App\\Controller\\api\\Prime\\ProcessController::__invoke' => '?',
  15127.             'App\\Controller\\api\\Prime\\SearchController::__invoke' => '?',
  15128.             'App\\Controller\\api\\Prime\\WorkController::subsection' => '?',
  15129.             'App\\Controller\\api\\Prime\\WorkController::typeofwork' => '?',
  15130.             'App\\Controller\\api\\ProfessionalProfileController::getProfile' => '?',
  15131.             'App\\Controller\\api\\PurchaseController::detail' => '?',
  15132.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate::__invoke' => '?',
  15133.             'App\\Controller\\api\\ReferenceRentController::getEstimate' => '?',
  15134.             'App\\Controller\\api\\RentalController::accept' => '?',
  15135.             'App\\Controller\\api\\RentalController::checkExistenceOfModelOfContract' => '?',
  15136.             'App\\Controller\\api\\RentalController::getAvailableRentalDurationsAndTypes' => '?',
  15137.             'App\\Controller\\api\\RentalController::getComments' => '?',
  15138.             'App\\Controller\\api\\RentalController::getPdfModelOfContract' => '?',
  15139.             'App\\Controller\\api\\RentalController::getProperties' => '?',
  15140.             'App\\Controller\\api\\RentalController::getUrlRedirection' => '?',
  15141.             'App\\Controller\\api\\RentalController::postContract' => '?',
  15142.             'App\\Controller\\api\\RentalController::refuse' => '?',
  15143.             'App\\Controller\\api\\RentalController::replyToComment' => '?',
  15144.             'App\\Controller\\api\\RentalController::uploadContract' => '?',
  15145.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController::__invoke' => '?',
  15146.             'App\\Controller\\api\\RentalManagement\\PostLeaveController::__invoke' => '?',
  15147.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController::__invoke' => '?',
  15148.             'App\\Controller\\api\\Security\\DeclarationDateController::__invoke' => '?',
  15149.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer::getByTheProperty' => '?',
  15150.             'App\\Controller\\api\\SendEmailController::sendEmailToBuildingManager' => '?',
  15151.             'App\\Controller\\api\\SendEmailController::sendEmailToMunicipalAdministration' => '?',
  15152.             'App\\Controller\\api\\ServicePromo\\ListController::listObtained' => '?',
  15153.             'App\\Controller\\api\\ServicePromo\\ListController::listOffered' => '?',
  15154.             'App\\Controller\\api\\SimulationController::simulateBuy' => '?',
  15155.             'App\\Controller\\api\\SimulationController::simulateBuyGround' => '?',
  15156.             'App\\Controller\\api\\SyndicChatApiController::__invoke' => '?',
  15157.             'App\\Controller\\api\\TheProperty\\ContractController::getUploaded' => '?',
  15158.             'App\\Controller\\api\\TheProperty\\ContractController::upload' => '?',
  15159.             'App\\Controller\\api\\TheProperty\\DeleteController::__invoke' => '?',
  15160.             'App\\Controller\\api\\TheProperty\\DetailController::findFavoritePropertiesByUser' => '?',
  15161.             'App\\Controller\\api\\TheProperty\\DetailController::getEventsByProperty' => '?',
  15162.             'App\\Controller\\api\\TheProperty\\DetailController::propertySimilar' => '?',
  15163.             'App\\Controller\\api\\TheProperty\\DocumentRequestController::__invoke' => '?',
  15164.             'App\\Controller\\api\\TheProperty\\FullDetailController::index' => '?',
  15165.             'App\\Controller\\api\\TheProperty\\ListController::detailsOfThePropertyHavingRelooking' => '?',
  15166.             'App\\Controller\\api\\TheProperty\\LocalityController::municipalityByZipCode' => '?',
  15167.             'App\\Controller\\api\\TheProperty\\OptionController::__invoke' => '?',
  15168.             'App\\Controller\\api\\TheProperty\\OptionController::features' => '?',
  15169.             'App\\Controller\\api\\TheProperty\\PropertyAdController::__invoke' => '?',
  15170.             'App\\Controller\\api\\TheProperty\\PropertyTypeController::__invoke' => '?',
  15171.             'App\\Controller\\api\\TheProperty\\SearchController::exchangeListInMap' => '?',
  15172.             'App\\Controller\\api\\TheProperty\\SearchController::index' => '?',
  15173.             'App\\Controller\\api\\TheProperty\\SessionController::__invoke' => '?',
  15174.             'App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController::setSecureKeyBox' => '?',
  15175.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController::__invoke' => '?',
  15176.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController::__invoke' => '?',
  15177.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::list' => '?',
  15178.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::listAll' => '?',
  15179.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController::update' => '?',
  15180.             'App\\Controller\\api\\TheProperty\\VisitController::addVisitSchedule' => '?',
  15181.             'App\\Controller\\api\\TheProperty\\VisitController::removeVisitSchedule' => '?',
  15182.             'App\\Controller\\api\\TheService\\AddController::__invoke' => '?',
  15183.             'App\\Controller\\api\\TheService\\CategoryController::__invoke' => '?',
  15184.             'App\\Controller\\api\\TheService\\ListController::listMine' => '?',
  15185.             'App\\Controller\\api\\TheService\\UpdateController::__invoke' => '?',
  15186.             'App\\Controller\\api\\ThreeD\\T3dDemandsController::validateDemand' => '?',
  15187.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController::__invoke' => '?',
  15188.             'App\\Controller\\api\\UserServicePromo\\ConsumeController::__invoke' => '?',
  15189.             'App\\Controller\\api\\User\\ArtistDetailController::__invoke' => '?',
  15190.             'App\\Controller\\api\\User\\CertificatorController::findAroundGeoCoordinate' => '?',
  15191.             'App\\Controller\\api\\User\\DeviceTokenController::__invoke' => '?',
  15192.             'App\\Controller\\api\\User\\EditProfileController::__invoke' => '?',
  15193.             'App\\Controller\\api\\User\\ListEmailController::__invoke' => '?',
  15194.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController::searchMovingCompanyAndSendInvitation' => '?',
  15195.             'App\\Controller\\api\\User\\SearchController::__invoke' => '?',
  15196.             'App\\Controller\\api\\User\\SearchController::searchImoAgentProximity' => '?',
  15197.             'App\\Controller\\api\\User\\SearchController::searchMovingCompany' => '?',
  15198.             'App\\Controller\\api\\User\\SendMailSociety::index' => '?',
  15199.             'App\\Controller\\api\\User\\UserController::checkAuthorizationForFiguration' => '?',
  15200.             'App\\Controller\\api\\User\\UserController::detailUser' => '?',
  15201.             'App\\Controller\\api\\User\\UserController::getUserBySpeciality' => '?',
  15202.             'App\\Controller\\api\\User\\UserPublicInfo::__invoke' => '?',
  15203.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController::__invoke' => '?',
  15204.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController::__invoke' => '?',
  15205.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController::__invoke' => '?',
  15206.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController::__invoke' => '?',
  15207.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController::__invoke' => '?',
  15208.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController::__invoke' => '?',
  15209.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController::__invoke' => '?',
  15210.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController::__invoke' => '?',
  15211.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController::__invoke' => '?',
  15212.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetalltypeofwork' => '?',
  15213.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetcategory' => '?',
  15214.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetmodel' => '?',
  15215.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetresultestimation' => '?',
  15216.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubmodel' => '?',
  15217.             'App\\Controller\\apiimmogo\\ApiAddWorkController::apigetsubsection' => '?',
  15218.             'App\\Controller\\apiimmogo\\ApiAddWorkController::detailBien' => '?',
  15219.             'App\\Controller\\apiimmogo\\ApiImmogo::calculPrecountWallonnie' => '?',
  15220.             'App\\Controller\\apiimmogo\\ApiImmogo::detailbienimmogo' => '?',
  15221.             'App\\Controller\\apiimmogo\\ApiImmogo::getDataForCalcul' => '?',
  15222.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValues' => '?',
  15223.             'App\\Controller\\apiimmogo\\ApiImmogo::getPrecountValuesWallonie' => '?',
  15224.             'App\\Controller\\apiimmogo\\ApiImmogo::immogolistThepropertyPerUser' => '?',
  15225.             'App\\Controller\\apiimmogo\\ApiImmogo::infosbiencalcul' => '?',
  15226.             'App\\Controller\\apiimmogo\\ApiImmogo::listFavorisByUser' => '?',
  15227.             'App\\Controller\\apiimmogo\\ApiImmogo::rechercheimmogo' => '?',
  15228.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToCredit' => '?',
  15229.             'App\\Controller\\apiimmogo\\ApiImmogo::redirectToEngie' => '?',
  15230.             'App\\Controller\\apiimmogo\\ApiImmogo::voirdetailbiencalcul' => '?',
  15231.             'App\\Service\\Api\\ProviderSolarGreenCertificateService::list' => '?',
  15232.             'App\\Service\\Api\\ProviderSolarOrganizationService::add' => '?',
  15233.             'App\\Service\\Api\\ProviderSolarOrganizationService::list' => '?',
  15234.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::add' => '?',
  15235.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService::sendingSummaryFile' => '?',
  15236.             'App\\Service\\DompdfService::createPdfDispense' => '?',
  15237.             'App\\Service\\DompdfService::createPdfEnergy' => '?',
  15238.             'App\\Service\\DompdfService::createPdfEnvironmentForm' => '?',
  15239.             'App\\Service\\DompdfService::createPdfMaifSummary' => '?',
  15240.             'App\\Service\\DompdfService::createPdfPlp' => '?',
  15241.             'App\\Service\\DompdfService::createPdfSolarCadastre' => '?',
  15242.             'App\\Service\\DompdfService::createPdfSolarVoltaic' => '?',
  15243.             'App\\Service\\DompdfService::createPdfVoirie' => '?',
  15244.             'App\\Service\\DompdfService::createUrbanismPermit' => '?',
  15245.             'App\\Service\\Immogo\\ImmogoService::transformrecherche' => '?',
  15246.             'App\\Service\\PretService::getResults' => '?',
  15247.             'App\\Service\\SendMail\\SendmailService::sendMailAddChat' => '?',
  15248.             'App\\Service\\SendMail\\SendmailService::sendMailCheckWorkFinish' => '?',
  15249.             'App\\Service\\SendMail\\SendmailService::sendMailForContactSeller' => '?',
  15250.             'App\\Service\\Webhook\\Traitement::addUserPermission' => '?',
  15251.             'App\\Service\\Webhook\\Traitement::sendMailInvoiceSuccessToClient' => '?',
  15252.             'kernel::loadRoutes' => '?',
  15253.             'kernel::registerContainerConfiguration' => '?',
  15254.             'App\\Controller\\Authentication\\AuthenticationController:createToken' => '?',
  15255.             'App\\Controller\\MarkOfInterest\\MarkOfInterestInCaseofSaleController:retrieve' => '?',
  15256.             'App\\Controller\\PersonnelAuthenticatorController:login' => '?',
  15257.             'App\\Controller\\TwoFactorController:verify' => '?',
  15258.             'App\\Controller\\YousignWebhookController:handleWebhook' => '?',
  15259.             'App\\Controller\\admin\\AbstractCsvController:engie' => '?',
  15260.             'App\\Controller\\admin\\AnnoncementController:createDemenagement' => '?',
  15261.             'App\\Controller\\admin\\AnnoncementController:createObjets' => '?',
  15262.             'App\\Controller\\admin\\ArchitectArtWorkController:index' => '?',
  15263.             'App\\Controller\\admin\\AreaCsvController:area_csv_delete' => '?',
  15264.             'App\\Controller\\admin\\AreaCsvController:area_csv_new' => '?',
  15265.             'App\\Controller\\admin\\BankController:deletesimulation' => '?',
  15266.             'App\\Controller\\admin\\BankController:editbank' => '?',
  15267.             'App\\Controller\\admin\\BankController:editsimulation' => '?',
  15268.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:delete' => '?',
  15269.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:index' => '?',
  15270.             'App\\Controller\\admin\\Citerne\\PermitCiterneController:new' => '?',
  15271.             'App\\Controller\\admin\\CityController:create' => '?',
  15272.             'App\\Controller\\admin\\CityController:edit' => '?',
  15273.             'App\\Controller\\admin\\ClientsController:disableAccount' => '?',
  15274.             'App\\Controller\\admin\\ClientsController:edit' => '?',
  15275.             'App\\Controller\\admin\\ClientsController:editclientpro' => '?',
  15276.             'App\\Controller\\admin\\ClientsController:editprestataire' => '?',
  15277.             'App\\Controller\\admin\\ClientsController:index' => '?',
  15278.             'App\\Controller\\admin\\ClientsController:new' => '?',
  15279.             'App\\Controller\\admin\\ClientsController:newclientspro' => '?',
  15280.             'App\\Controller\\admin\\ClientsController:newprestataire' => '?',
  15281.             'App\\Controller\\admin\\ClientsController:sendmailnouvclient' => '?',
  15282.             'App\\Controller\\admin\\ContactsellerController:delete' => '?',
  15283.             'App\\Controller\\admin\\CountryController:edit' => '?',
  15284.             'App\\Controller\\admin\\DVFController:deleteCsv' => '?',
  15285.             'App\\Controller\\admin\\DVFController:index' => '?',
  15286.             'App\\Controller\\admin\\DeedOfSaleController:deleteFile' => '?',
  15287.             'App\\Controller\\admin\\DefaultclauseController:edit' => '?',
  15288.             'App\\Controller\\admin\\DistanceController:create' => '?',
  15289.             'App\\Controller\\admin\\DocumenttypeController:create' => '?',
  15290.             'App\\Controller\\admin\\DocumenttypeController:createCategory' => '?',
  15291.             'App\\Controller\\admin\\Education\\EducationController:deleteCsv' => '?',
  15292.             'App\\Controller\\admin\\EngieCsvController:deleteCsv' => '?',
  15293.             'App\\Controller\\admin\\EngieCsvController:engie' => '?',
  15294.             'App\\Controller\\admin\\EngieCsvController:new' => '?',
  15295.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:delete' => '?',
  15296.             'App\\Controller\\admin\\Environment\\CategoryEnvironmentController:index' => '?',
  15297.             'App\\Controller\\admin\\Environment\\ObligationCsvController:delete' => '?',
  15298.             'App\\Controller\\admin\\Environment\\ObligationsController:delete' => '?',
  15299.             'App\\Controller\\admin\\Environment\\ObligationsController:edit' => '?',
  15300.             'App\\Controller\\admin\\Environment\\PermitLocationEnvironmentController:delete' => '?',
  15301.             'App\\Controller\\admin\\ExcelFileController:delete' => '?',
  15302.             'App\\Controller\\admin\\ExcelFileController:index' => '?',
  15303.             'App\\Controller\\admin\\ExcelWorkController:delete' => '?',
  15304.             'App\\Controller\\admin\\ExcelWorkController:index' => '?',
  15305.             'App\\Controller\\admin\\ExternalAdverstisingController:index' => '?',
  15306.             'App\\Controller\\admin\\ExternalOfferController:index' => '?',
  15307.             'App\\Controller\\admin\\ExternalProviderController:index' => '?',
  15308.             'App\\Controller\\admin\\FeatureController:featurecreateandedit' => '?',
  15309.             'App\\Controller\\admin\\ImagepubController:delete' => '?',
  15310.             'App\\Controller\\admin\\ImagepubController:edit' => '?',
  15311.             'App\\Controller\\admin\\InsuranceController:index' => '?',
  15312.             'App\\Controller\\admin\\LandPropertyDestinationController:delete' => '?',
  15313.             'App\\Controller\\admin\\LocationTypeController:delete' => '?',
  15314.             'App\\Controller\\admin\\LocationTypeController:edit' => '?',
  15315.             'App\\Controller\\admin\\LocationTypeController:index' => '?',
  15316.             'App\\Controller\\admin\\LocationTypeController:new' => '?',
  15317.             'App\\Controller\\admin\\MunicipalityController:edit' => '?',
  15318.             'App\\Controller\\admin\\NearbyServices\\ServiceCategoryController:edit' => '?',
  15319.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:EditPromo' => '?',
  15320.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:addPromo' => '?',
  15321.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:delete' => '?',
  15322.             'App\\Controller\\admin\\NearbyServices\\TheserviceController:edit' => '?',
  15323.             'App\\Controller\\admin\\NewProjectImmoCsvController:deleteCsv' => '?',
  15324.             'App\\Controller\\admin\\NewProjectImmoCsvController:index' => '?',
  15325.             'App\\Controller\\admin\\NotaryController:addNotaryFiles' => '?',
  15326.             'App\\Controller\\admin\\NotaryController:delete' => '?',
  15327.             'App\\Controller\\admin\\NotaryController:deleteCsv' => '?',
  15328.             'App\\Controller\\admin\\NotaryController:edit' => '?',
  15329.             'App\\Controller\\admin\\NotaryController:new' => '?',
  15330.             'App\\Controller\\admin\\OccupationPeriodFileController:deleteCsv' => '?',
  15331.             'App\\Controller\\admin\\OccupationPeriodFileController:index' => '?',
  15332.             'App\\Controller\\admin\\OccupieEstimationController:deleteCsv' => '?',
  15333.             'App\\Controller\\admin\\OfferController:edit' => '?',
  15334.             'App\\Controller\\admin\\OptionController:optionCreate' => '?',
  15335.             'App\\Controller\\admin\\ParametreController:delete' => '?',
  15336.             'App\\Controller\\admin\\ParametreController:edit' => '?',
  15337.             'App\\Controller\\admin\\PebIntegrationController:edit' => '?',
  15338.             'App\\Controller\\admin\\PersonnelController:edit' => '?',
  15339.             'App\\Controller\\admin\\PersonnelController:editmonprofil' => '?',
  15340.             'App\\Controller\\admin\\PersonnelController:index' => '?',
  15341.             'App\\Controller\\admin\\PersonnelController:new' => '?',
  15342.             'App\\Controller\\admin\\PersonnelController:sendmailnouvuser' => '?',
  15343.             'App\\Controller\\admin\\PersonnelController:updateAccountStatus' => '?',
  15344.             'App\\Controller\\admin\\Plan\\PlanController:delete' => '?',
  15345.             'App\\Controller\\admin\\Plan\\PlanController:edit' => '?',
  15346.             'App\\Controller\\admin\\Plan\\PlanController:index' => '?',
  15347.             'App\\Controller\\admin\\PpasAffectationCsvController:deleteCsv' => '?',
  15348.             'App\\Controller\\admin\\PpasAffectationCsvController:index' => '?',
  15349.             'App\\Controller\\admin\\PpasCsvController:deleteCsv' => '?',
  15350.             'App\\Controller\\admin\\PpasCsvController:index' => '?',
  15351.             'App\\Controller\\admin\\Prime\\PrimeController:delete' => '?',
  15352.             'App\\Controller\\admin\\Prime\\PrimeController:edit' => '?',
  15353.             'App\\Controller\\admin\\Prime\\PrimeCsvController:delete' => '?',
  15354.             'App\\Controller\\admin\\Prime\\ProcedureController:delete' => '?',
  15355.             'App\\Controller\\admin\\Prime\\ProcedureController:deleteField' => '?',
  15356.             'App\\Controller\\admin\\Prime\\ProcedureController:edit' => '?',
  15357.             'App\\Controller\\admin\\Prime\\ProcedureController:editField' => '?',
  15358.             'App\\Controller\\admin\\Prime\\ProcedureController:fields' => '?',
  15359.             'App\\Controller\\admin\\Prime\\ProcedureController:list' => '?',
  15360.             'App\\Controller\\admin\\Prime\\ProcedureController:new' => '?',
  15361.             'App\\Controller\\admin\\PropertyTypeController:edit' => '?',
  15362.             'App\\Controller\\admin\\PropertyTypeController:new' => '?',
  15363.             'App\\Controller\\admin\\ProviderInverterController:deleteCsv' => '?',
  15364.             'App\\Controller\\admin\\ProviderSocietyController:delete' => '?',
  15365.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:deleteCsv' => '?',
  15366.             'App\\Controller\\admin\\PublicInquiryInProgressCsvController:index' => '?',
  15367.             'App\\Controller\\admin\\PurchasePartnerRequestController:edit' => '?',
  15368.             'App\\Controller\\admin\\RegionController:edit' => '?',
  15369.             'App\\Controller\\admin\\RentalController:deleteModelOfContract' => '?',
  15370.             'App\\Controller\\admin\\RentalController:editModelOfContract' => '?',
  15371.             'App\\Controller\\admin\\RentestimationController:delete' => '?',
  15372.             'App\\Controller\\admin\\RentestimationController:editbank' => '?',
  15373.             'App\\Controller\\admin\\RoofController:delete' => '?',
  15374.             'App\\Controller\\admin\\RoofController:edit' => '?',
  15375.             'App\\Controller\\admin\\RoofController:index' => '?',
  15376.             'App\\Controller\\admin\\RoofController:new' => '?',
  15377.             'App\\Controller\\admin\\RoofController:show' => '?',
  15378.             'App\\Controller\\admin\\SalesAgreementController:deleteFile' => '?',
  15379.             'App\\Controller\\admin\\SizeController:create' => '?',
  15380.             'App\\Controller\\admin\\SubjectController:create' => '?',
  15381.             'App\\Controller\\admin\\SubscriptionProductController:createStripePlanForProduct' => '?',
  15382.             'App\\Controller\\admin\\SubscriptionProductController:delete' => '?',
  15383.             'App\\Controller\\admin\\SubscriptionProductController:edit' => '?',
  15384.             'App\\Controller\\admin\\SubscriptionProductController:getProductActiveOrderByLevel' => '?',
  15385.             'App\\Controller\\admin\\SubscriptionProductController:index' => '?',
  15386.             'App\\Controller\\admin\\SubscriptionProductController:produit_edit_permission' => '?',
  15387.             'App\\Controller\\admin\\SubscriptionProductController:produit_validate_permission' => '?',
  15388.             'App\\Controller\\admin\\SubscriptionProductController:show' => '?',
  15389.             'App\\Controller\\admin\\SubscriptionProductController:verifyStripeProduct' => '?',
  15390.             'App\\Controller\\admin\\SubscriptionProductServiceController:delete' => '?',
  15391.             'App\\Controller\\admin\\SubscriptionProductServiceController:edit' => '?',
  15392.             'App\\Controller\\admin\\SubscriptionProductServiceController:index' => '?',
  15393.             'App\\Controller\\admin\\SubscriptionProductServiceController:new' => '?',
  15394.             'App\\Controller\\admin\\SubscriptionProductServiceController:show' => '?',
  15395.             'App\\Controller\\admin\\SuperficieController:create' => '?',
  15396.             'App\\Controller\\admin\\SupplierController:edit' => '?',
  15397.             'App\\Controller\\admin\\TableaudebordController:index' => '?',
  15398.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:index' => '?',
  15399.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:markAsDelivered' => '?',
  15400.             'App\\Controller\\admin\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderController:show' => '?',
  15401.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:disableOrEnableProperty' => '?',
  15402.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:edit' => '?',
  15403.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImage' => '?',
  15404.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:editImageDoc' => '?',
  15405.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:list' => '?',
  15406.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:listevrdvbien' => '?',
  15407.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:new' => '?',
  15408.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:propertyOfClient' => '?',
  15409.             'App\\Controller\\admin\\TheProperty\\ThepropertyController:sendmailtoclientifchangestatus' => '?',
  15410.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:delete' => '?',
  15411.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:edit' => '?',
  15412.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:index' => '?',
  15413.             'App\\Controller\\admin\\TheProperty\\TransactionTypeController:new' => '?',
  15414.             'App\\Controller\\admin\\ThepropertyProviderController:delete' => '?',
  15415.             'App\\Controller\\admin\\UploadCsvController:deleteCsv' => '?',
  15416.             'App\\Controller\\admin\\VoirieController:engie' => '?',
  15417.             'App\\Controller\\admin\\VoirieController:index' => '?',
  15418.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:deleteCsv' => '?',
  15419.             'App\\Controller\\admin\\WaterSupplierControllerExcelController:index' => '?',
  15420.             'App\\Controller\\admin\\WorkController:workcostdelete' => '?',
  15421.             'App\\Controller\\admin\\WorkController:workcostedit' => '?',
  15422.             'App\\Controller\\ajax\\MunicipalityAjaxController:list' => '?',
  15423.             'App\\Controller\\api\\CadastreController:cadastreByCoordinate' => '?',
  15424.             'App\\Controller\\api\\CallMicroserviceController:__invoke' => '?',
  15425.             'App\\Controller\\api\\CallMicroserviceController' => '?',
  15426.             'App\\Controller\\api\\Chat\\ConversationApiController:__invoke' => '?',
  15427.             'App\\Controller\\api\\Chat\\ConversationApiController' => '?',
  15428.             'App\\Controller\\api\\Chat\\ConversationApiController:deleteAction' => '?',
  15429.             'App\\Controller\\api\\Chat\\ConversationApiController:getOneConversation' => '?',
  15430.             'App\\Controller\\api\\Chat\\ConversationApiController:postAction' => '?',
  15431.             'App\\Controller\\api\\Chat\\ConversationApiController:view' => '?',
  15432.             'App\\Controller\\api\\Chat\\MessageApiController:__invoke' => '?',
  15433.             'App\\Controller\\api\\Chat\\MessageApiController' => '?',
  15434.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:confirmSign' => '?',
  15435.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:signClientSales' => '?',
  15436.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:uploadSalesAgreement' => '?',
  15437.             'App\\Controller\\api\\ClientSales\\ClientSalesAgreementController:validationSales' => '?',
  15438.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController:__invoke' => '?',
  15439.             'App\\Controller\\api\\ClientSales\\Collaborative\\SalesValidationController' => '?',
  15440.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController:__invoke' => '?',
  15441.             'App\\Controller\\api\\CoOwnership\\AddCoThePropertyController' => '?',
  15442.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController:__invoke' => '?',
  15443.             'App\\Controller\\api\\CoOwnership\\ListCoOwnershipController' => '?',
  15444.             'App\\Controller\\api\\CoOwnership\\VoteController:__invoke' => '?',
  15445.             'App\\Controller\\api\\CoOwnership\\VoteController' => '?',
  15446.             'App\\Controller\\api\\Community\\ConsultationController:__invoke' => '?',
  15447.             'App\\Controller\\api\\Community\\ConsultationController' => '?',
  15448.             'App\\Controller\\api\\Community\\ConsultationController:getInsidePosts' => '?',
  15449.             'App\\Controller\\api\\Community\\ConsultationController:updateUserCoordinate' => '?',
  15450.             'App\\Controller\\api\\Community\\DiversServiceController:__invoke' => '?',
  15451.             'App\\Controller\\api\\Community\\DiversServiceController' => '?',
  15452.             'App\\Controller\\api\\Community\\DiversServiceController:getInsidePosts' => '?',
  15453.             'App\\Controller\\api\\Community\\DiversServiceController:updateUserCoordinate' => '?',
  15454.             'App\\Controller\\api\\Community\\PostController:concludeService' => '?',
  15455.             'App\\Controller\\api\\Community\\PostController:sendPlp' => '?',
  15456.             'App\\Controller\\api\\Community\\SignalController:__invoke' => '?',
  15457.             'App\\Controller\\api\\Community\\SignalController' => '?',
  15458.             'App\\Controller\\api\\CounterOfferLease\\CounterOfferLeaseController:add' => '?',
  15459.             'App\\Controller\\api\\DeletionController:deleteResource' => '?',
  15460.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController:__invoke' => '?',
  15461.             'App\\Controller\\api\\Environment\\EnvironmentTimelineDataController' => '?',
  15462.             'App\\Controller\\api\\Environment\\FilteredObligationsController:__invoke' => '?',
  15463.             'App\\Controller\\api\\Environment\\FilteredObligationsController' => '?',
  15464.             'App\\Controller\\api\\Environment\\ModifyInstallation:__invoke' => '?',
  15465.             'App\\Controller\\api\\Environment\\ModifyInstallation' => '?',
  15466.             'App\\Controller\\api\\GlobalSearchController:categoryDetails' => '?',
  15467.             'App\\Controller\\api\\GlobalSearchController:index' => '?',
  15468.             'App\\Controller\\api\\Inventory\\InventoryController:signInventory' => '?',
  15469.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController:__invoke' => '?',
  15470.             'App\\Controller\\api\\Mobility\\Carpool\\SearchController' => '?',
  15471.             'App\\Controller\\api\\Notification\\IndexController:__invoke' => '?',
  15472.             'App\\Controller\\api\\Notification\\IndexController' => '?',
  15473.             'App\\Controller\\api\\Notification\\PostController:__invoke' => '?',
  15474.             'App\\Controller\\api\\Notification\\PostController' => '?',
  15475.             'App\\Controller\\api\\Notification\\UpdateLastNotification:__invoke' => '?',
  15476.             'App\\Controller\\api\\Notification\\UpdateLastNotification' => '?',
  15477.             'App\\Controller\\api\\Notification\\ViewController:__invoke' => '?',
  15478.             'App\\Controller\\api\\Notification\\ViewController' => '?',
  15479.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController:__invoke' => '?',
  15480.             'App\\Controller\\api\\OfferCollaborative\\AddOfferCollaborativeController' => '?',
  15481.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:__invoke' => '?',
  15482.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController' => '?',
  15483.             'App\\Controller\\api\\OfferCollaborative\\ListOfferController:listOfferSentByProperty' => '?',
  15484.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController:__invoke' => '?',
  15485.             'App\\Controller\\api\\OfferCollaborative\\SellerProcessOfferController' => '?',
  15486.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController:__invoke' => '?',
  15487.             'App\\Controller\\api\\OfferCollaborative\\SendOfferToSellerController' => '?',
  15488.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController:__invoke' => '?',
  15489.             'App\\Controller\\api\\OfferCollaborative\\UpdateSignOfferController' => '?',
  15490.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerProperty' => '?',
  15491.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:listOfferPerUser' => '?',
  15492.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:signOfferLease' => '?',
  15493.             'App\\Controller\\api\\OfferLease\\OfferLeaseController:validate' => '?',
  15494.             'App\\Controller\\api\\Offer\\OfferController:allNotary' => '?',
  15495.             'App\\Controller\\api\\Offer\\OfferController:checkUserAbilityToMakeOffer' => '?',
  15496.             'App\\Controller\\api\\Offer\\OfferController:saveCorrection' => '?',
  15497.             'App\\Controller\\api\\Offer\\OfferController:sign' => '?',
  15498.             'App\\Controller\\api\\Offer\\OfferController:update' => '?',
  15499.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToNotary' => '?',
  15500.             'App\\Controller\\api\\Offer\\OfferSubmissionController:sendToOwner' => '?',
  15501.             'App\\Controller\\api\\Offer\\ValidateOfferController:refusedOfferSignSimple' => '?',
  15502.             'App\\Controller\\api\\Offer\\ValidateOfferController:transmitToNotary' => '?',
  15503.             'App\\Controller\\api\\PermitPropertyProcedureController:updateProcedureBruxelle' => '?',
  15504.             'App\\Controller\\api\\PlanController:changePlan' => '?',
  15505.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:calculPrecountBruxelleAndFlandre' => '?',
  15506.             'App\\Controller\\api\\Precompte\\BruxelleFlandre\\BruxelleAndFlandrePrecompte:getPrecountValues' => '?',
  15507.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:calculPrecountWallonnie' => '?',
  15508.             'App\\Controller\\api\\Precompte\\Wallonie\\WalloniePrecompte:getPrecountValuesWallonie' => '?',
  15509.             'App\\Controller\\api\\Prime\\AmountCalculation:__invoke' => '?',
  15510.             'App\\Controller\\api\\Prime\\AmountCalculation' => '?',
  15511.             'App\\Controller\\api\\Prime\\GetAllProcess:__invoke' => '?',
  15512.             'App\\Controller\\api\\Prime\\GetAllProcess' => '?',
  15513.             'App\\Controller\\api\\Prime\\ProcessController:__invoke' => '?',
  15514.             'App\\Controller\\api\\Prime\\ProcessController' => '?',
  15515.             'App\\Controller\\api\\Prime\\SearchController:__invoke' => '?',
  15516.             'App\\Controller\\api\\Prime\\SearchController' => '?',
  15517.             'App\\Controller\\api\\Prime\\WorkController:subsection' => '?',
  15518.             'App\\Controller\\api\\Prime\\WorkController:typeofwork' => '?',
  15519.             'App\\Controller\\api\\ProfessionalProfileController:getProfile' => '?',
  15520.             'App\\Controller\\api\\PurchaseController:detail' => '?',
  15521.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate:__invoke' => '?',
  15522.             'App\\Controller\\api\\Ratings\\CheckIfAlreadyRate' => '?',
  15523.             'App\\Controller\\api\\ReferenceRentController:getEstimate' => '?',
  15524.             'App\\Controller\\api\\RentalController:accept' => '?',
  15525.             'App\\Controller\\api\\RentalController:checkExistenceOfModelOfContract' => '?',
  15526.             'App\\Controller\\api\\RentalController:getAvailableRentalDurationsAndTypes' => '?',
  15527.             'App\\Controller\\api\\RentalController:getComments' => '?',
  15528.             'App\\Controller\\api\\RentalController:getPdfModelOfContract' => '?',
  15529.             'App\\Controller\\api\\RentalController:getProperties' => '?',
  15530.             'App\\Controller\\api\\RentalController:getUrlRedirection' => '?',
  15531.             'App\\Controller\\api\\RentalController:postContract' => '?',
  15532.             'App\\Controller\\api\\RentalController:refuse' => '?',
  15533.             'App\\Controller\\api\\RentalController:replyToComment' => '?',
  15534.             'App\\Controller\\api\\RentalController:uploadContract' => '?',
  15535.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController:__invoke' => '?',
  15536.             'App\\Controller\\api\\RentalManagement\\GetHousingCodeController' => '?',
  15537.             'App\\Controller\\api\\RentalManagement\\PostLeaveController:__invoke' => '?',
  15538.             'App\\Controller\\api\\RentalManagement\\PostLeaveController' => '?',
  15539.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController:__invoke' => '?',
  15540.             'App\\Controller\\api\\RentalManagement\\PutRentalManagementController' => '?',
  15541.             'App\\Controller\\api\\Security\\DeclarationDateController:__invoke' => '?',
  15542.             'App\\Controller\\api\\Security\\DeclarationDateController' => '?',
  15543.             'App\\Controller\\api\\Security\\MyNeighborhoodOfficer:getByTheProperty' => '?',
  15544.             'App\\Controller\\api\\SendEmailController:sendEmailToBuildingManager' => '?',
  15545.             'App\\Controller\\api\\SendEmailController:sendEmailToMunicipalAdministration' => '?',
  15546.             'App\\Controller\\api\\ServicePromo\\ListController:listObtained' => '?',
  15547.             'App\\Controller\\api\\ServicePromo\\ListController:listOffered' => '?',
  15548.             'App\\Controller\\api\\SimulationController:simulateBuy' => '?',
  15549.             'App\\Controller\\api\\SimulationController:simulateBuyGround' => '?',
  15550.             'App\\Controller\\api\\SyndicChatApiController:__invoke' => '?',
  15551.             'App\\Controller\\api\\SyndicChatApiController' => '?',
  15552.             'App\\Controller\\api\\TheProperty\\ContractController:getUploaded' => '?',
  15553.             'App\\Controller\\api\\TheProperty\\ContractController:upload' => '?',
  15554.             'App\\Controller\\api\\TheProperty\\DeleteController:__invoke' => '?',
  15555.             'App\\Controller\\api\\TheProperty\\DeleteController' => '?',
  15556.             'App\\Controller\\api\\TheProperty\\DetailController:findFavoritePropertiesByUser' => '?',
  15557.             'App\\Controller\\api\\TheProperty\\DetailController:getEventsByProperty' => '?',
  15558.             'App\\Controller\\api\\TheProperty\\DetailController:propertySimilar' => '?',
  15559.             'App\\Controller\\api\\TheProperty\\DocumentRequestController:__invoke' => '?',
  15560.             'App\\Controller\\api\\TheProperty\\DocumentRequestController' => '?',
  15561.             'App\\Controller\\api\\TheProperty\\FullDetailController:index' => '?',
  15562.             'App\\Controller\\api\\TheProperty\\ListController:detailsOfThePropertyHavingRelooking' => '?',
  15563.             'App\\Controller\\api\\TheProperty\\LocalityController:municipalityByZipCode' => '?',
  15564.             'App\\Controller\\api\\TheProperty\\OptionController:__invoke' => '?',
  15565.             'App\\Controller\\api\\TheProperty\\OptionController' => '?',
  15566.             'App\\Controller\\api\\TheProperty\\OptionController:features' => '?',
  15567.             'App\\Controller\\api\\TheProperty\\PropertyAdController:__invoke' => '?',
  15568.             'App\\Controller\\api\\TheProperty\\PropertyAdController' => '?',
  15569.             'App\\Controller\\api\\TheProperty\\PropertyTypeController:__invoke' => '?',
  15570.             'App\\Controller\\api\\TheProperty\\PropertyTypeController' => '?',
  15571.             'App\\Controller\\api\\TheProperty\\SearchController:exchangeListInMap' => '?',
  15572.             'App\\Controller\\api\\TheProperty\\SearchController:index' => '?',
  15573.             'App\\Controller\\api\\TheProperty\\SessionController:__invoke' => '?',
  15574.             'App\\Controller\\api\\TheProperty\\SessionController' => '?',
  15575.             'App\\Controller\\api\\TheProperty\\SetSecureKeyBoxController:setSecureKeyBox' => '?',
  15576.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController:__invoke' => '?',
  15577.             'App\\Controller\\api\\TheProperty\\SoilAffectationPlanController' => '?',
  15578.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController:__invoke' => '?',
  15579.             'App\\Controller\\api\\TheProperty\\SuggestionPriceController' => '?',
  15580.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:list' => '?',
  15581.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:listAll' => '?',
  15582.             'App\\Controller\\api\\TheProperty\\ThePropertyAppointmentSlotsController:update' => '?',
  15583.             'App\\Controller\\api\\TheProperty\\VisitController:addVisitSchedule' => '?',
  15584.             'App\\Controller\\api\\TheProperty\\VisitController:removeVisitSchedule' => '?',
  15585.             'App\\Controller\\api\\TheService\\AddController:__invoke' => '?',
  15586.             'App\\Controller\\api\\TheService\\AddController' => '?',
  15587.             'App\\Controller\\api\\TheService\\CategoryController:__invoke' => '?',
  15588.             'App\\Controller\\api\\TheService\\CategoryController' => '?',
  15589.             'App\\Controller\\api\\TheService\\ListController:listMine' => '?',
  15590.             'App\\Controller\\api\\TheService\\UpdateController:__invoke' => '?',
  15591.             'App\\Controller\\api\\TheService\\UpdateController' => '?',
  15592.             'App\\Controller\\api\\ThreeD\\T3dDemandsController:validateDemand' => '?',
  15593.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController:__invoke' => '?',
  15594.             'App\\Controller\\api\\UserServicePromo\\CheckPromoForUserController' => '?',
  15595.             'App\\Controller\\api\\UserServicePromo\\ConsumeController:__invoke' => '?',
  15596.             'App\\Controller\\api\\UserServicePromo\\ConsumeController' => '?',
  15597.             'App\\Controller\\api\\User\\ArtistDetailController:__invoke' => '?',
  15598.             'App\\Controller\\api\\User\\ArtistDetailController' => '?',
  15599.             'App\\Controller\\api\\User\\CertificatorController:findAroundGeoCoordinate' => '?',
  15600.             'App\\Controller\\api\\User\\DeviceTokenController:__invoke' => '?',
  15601.             'App\\Controller\\api\\User\\DeviceTokenController' => '?',
  15602.             'App\\Controller\\api\\User\\EditProfileController:__invoke' => '?',
  15603.             'App\\Controller\\api\\User\\EditProfileController' => '?',
  15604.             'App\\Controller\\api\\User\\ListEmailController:__invoke' => '?',
  15605.             'App\\Controller\\api\\User\\ListEmailController' => '?',
  15606.             'App\\Controller\\api\\User\\SearchAndSendingInvitationController:searchMovingCompanyAndSendInvitation' => '?',
  15607.             'App\\Controller\\api\\User\\SearchController:__invoke' => '?',
  15608.             'App\\Controller\\api\\User\\SearchController' => '?',
  15609.             'App\\Controller\\api\\User\\SearchController:searchImoAgentProximity' => '?',
  15610.             'App\\Controller\\api\\User\\SearchController:searchMovingCompany' => '?',
  15611.             'App\\Controller\\api\\User\\SendMailSociety:index' => '?',
  15612.             'App\\Controller\\api\\User\\UserController:checkAuthorizationForFiguration' => '?',
  15613.             'App\\Controller\\api\\User\\UserController:detailUser' => '?',
  15614.             'App\\Controller\\api\\User\\UserController:getUserBySpeciality' => '?',
  15615.             'App\\Controller\\api\\User\\UserPublicInfo:__invoke' => '?',
  15616.             'App\\Controller\\api\\User\\UserPublicInfo' => '?',
  15617.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController:__invoke' => '?',
  15618.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractAcceptationController' => '?',
  15619.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController:__invoke' => '?',
  15620.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractDetailsController' => '?',
  15621.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController:__invoke' => '?',
  15622.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractGenerationController' => '?',
  15623.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController:__invoke' => '?',
  15624.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractListingController' => '?',
  15625.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController:__invoke' => '?',
  15626.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractRejectionController' => '?',
  15627.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController:__invoke' => '?',
  15628.             'App\\Controller\\api\\UsersProfile\\Solicitation\\ContractUploadController' => '?',
  15629.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController:__invoke' => '?',
  15630.             'App\\Controller\\api\\UsersProfile\\ThePropertyDocument\\DocumentModificationController' => '?',
  15631.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController:__invoke' => '?',
  15632.             'App\\Controller\\api\\UsersProfile\\Webshop\\EditProfileController' => '?',
  15633.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController:__invoke' => '?',
  15634.             'App\\Controller\\api\\UsersProfile\\Webshop\\PaymentController' => '?',
  15635.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetalltypeofwork' => '?',
  15636.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetcategory' => '?',
  15637.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetmodel' => '?',
  15638.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetresultestimation' => '?',
  15639.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubmodel' => '?',
  15640.             'App\\Controller\\apiimmogo\\ApiAddWorkController:apigetsubsection' => '?',
  15641.             'App\\Controller\\apiimmogo\\ApiAddWorkController:detailBien' => '?',
  15642.             'App\\Controller\\apiimmogo\\ApiImmogo:calculPrecountWallonnie' => '?',
  15643.             'App\\Controller\\apiimmogo\\ApiImmogo:detailbienimmogo' => '?',
  15644.             'App\\Controller\\apiimmogo\\ApiImmogo:getDataForCalcul' => '?',
  15645.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValues' => '?',
  15646.             'App\\Controller\\apiimmogo\\ApiImmogo:getPrecountValuesWallonie' => '?',
  15647.             'App\\Controller\\apiimmogo\\ApiImmogo:immogolistThepropertyPerUser' => '?',
  15648.             'App\\Controller\\apiimmogo\\ApiImmogo:infosbiencalcul' => '?',
  15649.             'App\\Controller\\apiimmogo\\ApiImmogo:listFavorisByUser' => '?',
  15650.             'App\\Controller\\apiimmogo\\ApiImmogo:rechercheimmogo' => '?',
  15651.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToCredit' => '?',
  15652.             'App\\Controller\\apiimmogo\\ApiImmogo:redirectToEngie' => '?',
  15653.             'App\\Controller\\apiimmogo\\ApiImmogo:voirdetailbiencalcul' => '?',
  15654.             'App\\Service\\Api\\ProviderSolarGreenCertificateService:list' => '?',
  15655.             'App\\Service\\Api\\ProviderSolarOrganizationService:add' => '?',
  15656.             'App\\Service\\Api\\ProviderSolarOrganizationService:list' => '?',
  15657.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:add' => '?',
  15658.             'App\\Service\\Api\\ThePropertyMaifInsuranceSummary\\ThePropertyMaifInsuranceSummaryService:sendingSummaryFile' => '?',
  15659.             'App\\Service\\DompdfService:createPdfDispense' => '?',
  15660.             'App\\Service\\DompdfService:createPdfEnergy' => '?',
  15661.             'App\\Service\\DompdfService:createPdfEnvironmentForm' => '?',
  15662.             'App\\Service\\DompdfService:createPdfMaifSummary' => '?',
  15663.             'App\\Service\\DompdfService:createPdfPlp' => '?',
  15664.             'App\\Service\\DompdfService:createPdfSolarCadastre' => '?',
  15665.             'App\\Service\\DompdfService:createPdfSolarVoltaic' => '?',
  15666.             'App\\Service\\DompdfService:createPdfVoirie' => '?',
  15667.             'App\\Service\\DompdfService:createUrbanismPermit' => '?',
  15668.             'App\\Service\\Immogo\\ImmogoService:transformrecherche' => '?',
  15669.             'App\\Service\\PretService:getResults' => '?',
  15670.             'App\\Service\\SendMail\\SendmailService:sendMailAddChat' => '?',
  15671.             'App\\Service\\SendMail\\SendmailService:sendMailCheckWorkFinish' => '?',
  15672.             'App\\Service\\SendMail\\SendmailService:sendMailForContactSeller' => '?',
  15673.             'App\\Service\\Webhook\\Traitement:addUserPermission' => '?',
  15674.             'App\\Service\\Webhook\\Traitement:sendMailInvoiceSuccessToClient' => '?',
  15675.             'kernel:loadRoutes' => '?',
  15676.             'kernel:registerContainerConfiguration' => '?',
  15677.         ]);
  15678.     }
  15679.     /**
  15680.      * Gets the private '.service_locator.1_JdrvA' shared service.
  15681.      *
  15682.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15683.      */
  15684.     protected function get_ServiceLocator_1JdrvAService()
  15685.     {
  15686.         return $this->privates['.service_locator.1_JdrvA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15687.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  15688.             '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.'],
  15689.         ], [
  15690.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  15691.             'user' => 'App\\Entity\\User',
  15692.         ]);
  15693.     }
  15694.     /**
  15695.      * Gets the private '.service_locator.2LRM4iA' shared service.
  15696.      *
  15697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15698.      */
  15699.     protected function get_ServiceLocator_2LRM4iAService()
  15700.     {
  15701.         return $this->privates['.service_locator.2LRM4iA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15702.             'localityService' => ['privates''App\\Service\\Api\\TheProperty\\LocalityService''getLocalityServiceService'false],
  15703.         ], [
  15704.             'localityService' => 'App\\Service\\Api\\TheProperty\\LocalityService',
  15705.         ]);
  15706.     }
  15707.     /**
  15708.      * Gets the private '.service_locator.3Dr1Q42' shared service.
  15709.      *
  15710.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15711.      */
  15712.     protected function get_ServiceLocator_3Dr1Q42Service()
  15713.     {
  15714.         return $this->privates['.service_locator.3Dr1Q42'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15715.             'cache' => ['services''cache.app''getCache_AppService'false],
  15716.             'propertytype' => ['privates''.errored..service_locator.3Dr1Q42.App\\Entity\\PropertyType'NULL'Cannot autowire service ".service_locator.3Dr1Q42": it references class "App\\Entity\\PropertyType" but no such service exists.'],
  15717.         ], [
  15718.             'cache' => '?',
  15719.             'propertytype' => 'App\\Entity\\PropertyType',
  15720.         ]);
  15721.     }
  15722.     /**
  15723.      * Gets the private '.service_locator.3Yfz5Eo' shared service.
  15724.      *
  15725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15726.      */
  15727.     protected function get_ServiceLocator_3Yfz5EoService()
  15728.     {
  15729.         return $this->privates['.service_locator.3Yfz5Eo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15730.             'announcementRepository' => ['privates''App\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService'false],
  15731.         ], [
  15732.             'announcementRepository' => 'App\\Repository\\AnnouncementRepository',
  15733.         ]);
  15734.     }
  15735.     /**
  15736.      * Gets the private '.service_locator.3q0fwPi' shared service.
  15737.      *
  15738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15739.      */
  15740.     protected function get_ServiceLocator_3q0fwPiService()
  15741.     {
  15742.         return $this->privates['.service_locator.3q0fwPi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15743.             'externalProviderRepository' => ['privates''App\\Repository\\ExternalProviderRepository''getExternalProviderRepositoryService'false],
  15744.         ], [
  15745.             'externalProviderRepository' => 'App\\Repository\\ExternalProviderRepository',
  15746.         ]);
  15747.     }
  15748.     /**
  15749.      * Gets the private '.service_locator.3tFXANU' shared service.
  15750.      *
  15751.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15752.      */
  15753.     protected function get_ServiceLocator_3tFXANUService()
  15754.     {
  15755.         return $this->privates['.service_locator.3tFXANU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15756.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15757.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  15758.             'vente_repo' => ['privates''App\\Repository\\VenteRepository''getVenteRepositoryService'false],
  15759.         ], [
  15760.             'em' => '?',
  15761.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  15762.             'vente_repo' => 'App\\Repository\\VenteRepository',
  15763.         ]);
  15764.     }
  15765.     /**
  15766.      * Gets the private '.service_locator.44F7lZM' shared service.
  15767.      *
  15768.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15769.      */
  15770.     protected function get_ServiceLocator_44F7lZMService()
  15771.     {
  15772.         return $this->privates['.service_locator.44F7lZM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15773.             '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.'],
  15774.             'transactionTypeRepository' => ['privates''App\\Repository\\TransactionTypeRepository''getTransactionTypeRepositoryService'false],
  15775.         ], [
  15776.             'transactionType' => 'App\\Entity\\TransactionType',
  15777.             'transactionTypeRepository' => 'App\\Repository\\TransactionTypeRepository',
  15778.         ]);
  15779.     }
  15780.     /**
  15781.      * Gets the private '.service_locator.4EHBvUy' shared service.
  15782.      *
  15783.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15784.      */
  15785.     protected function get_ServiceLocator_4EHBvUyService()
  15786.     {
  15787.         return $this->privates['.service_locator.4EHBvUy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15788.             '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.'],
  15789.             'service' => ['privates''App\\Service\\Api\\Offer\\OfferSigningService''getOfferSigningServiceService'false],
  15790.         ], [
  15791.             'offer' => 'App\\Entity\\Offer',
  15792.             'service' => 'App\\Service\\Api\\Offer\\OfferSigningService',
  15793.         ]);
  15794.     }
  15795.     /**
  15796.      * Gets the private '.service_locator.4P5r10U' shared service.
  15797.      *
  15798.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15799.      */
  15800.     protected function get_ServiceLocator_4P5r10UService()
  15801.     {
  15802.         return $this->privates['.service_locator.4P5r10U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15803.             '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.'],
  15804.             'service' => ['privates''App\\Service\\Api\\Offer\\NotaryCorrectionService''getNotaryCorrectionServiceService'false],
  15805.         ], [
  15806.             'offer' => 'App\\Entity\\Offer',
  15807.             'service' => 'App\\Service\\Api\\Offer\\NotaryCorrectionService',
  15808.         ]);
  15809.     }
  15810.     /**
  15811.      * Gets the private '.service_locator.4_PY3BS' shared service.
  15812.      *
  15813.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15814.      */
  15815.     protected function get_ServiceLocator_4PY3BSService()
  15816.     {
  15817.         return $this->privates['.service_locator.4_PY3BS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15818.             '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.'],
  15819.         ], [
  15820.             'field' => 'App\\Entity\\PrimeProcedure',
  15821.         ]);
  15822.     }
  15823.     /**
  15824.      * Gets the private '.service_locator.4ioHkcV' shared service.
  15825.      *
  15826.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15827.      */
  15828.     protected function get_ServiceLocator_4ioHkcVService()
  15829.     {
  15830.         return $this->privates['.service_locator.4ioHkcV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15831.             'messageBusInterface' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  15832.         ], [
  15833.             'messageBusInterface' => '?',
  15834.         ]);
  15835.     }
  15836.     /**
  15837.      * Gets the private '.service_locator.527nvhd' shared service.
  15838.      *
  15839.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15840.      */
  15841.     protected function get_ServiceLocator_527nvhdService()
  15842.     {
  15843.         return $this->privates['.service_locator.527nvhd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15844.             '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.'],
  15845.         ], [
  15846.             'param' => 'App\\Entity\\Parameter',
  15847.         ]);
  15848.     }
  15849.     /**
  15850.      * Gets the private '.service_locator.5b2Yc67' shared service.
  15851.      *
  15852.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15853.      */
  15854.     protected function get_ServiceLocator_5b2Yc67Service()
  15855.     {
  15856.         return $this->privates['.service_locator.5b2Yc67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15857.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  15858.         ], [
  15859.             'parameterBag' => '?',
  15860.         ]);
  15861.     }
  15862.     /**
  15863.      * Gets the private '.service_locator.5miB8_X' shared service.
  15864.      *
  15865.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15866.      */
  15867.     protected function get_ServiceLocator_5miB8XService()
  15868.     {
  15869.         return $this->privates['.service_locator.5miB8_X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15870.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15871.         ], [
  15872.             'em' => '?',
  15873.         ]);
  15874.     }
  15875.     /**
  15876.      * Gets the private '.service_locator.5wi7aKe' shared service.
  15877.      *
  15878.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15879.      */
  15880.     protected function get_ServiceLocator_5wi7aKeService()
  15881.     {
  15882.         return $this->privates['.service_locator.5wi7aKe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15883.             '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.'],
  15884.             'featureService' => ['privates''App\\Service\\Api\\Subscription\\FeatureService''getFeatureServiceService'false],
  15885.         ], [
  15886.             'data' => 'App\\Entity\\Theservice',
  15887.             'featureService' => 'App\\Service\\Api\\Subscription\\FeatureService',
  15888.         ]);
  15889.     }
  15890.     /**
  15891.      * Gets the private '.service_locator.65AP40.' shared service.
  15892.      *
  15893.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15894.      */
  15895.     protected function get_ServiceLocator_65AP40_Service()
  15896.     {
  15897.         return $this->privates['.service_locator.65AP40.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15898.             '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.'],
  15899.         ], [
  15900.             'productService' => 'App\\Entity\\SubscriptionProductService',
  15901.         ]);
  15902.     }
  15903.     /**
  15904.      * Gets the private '.service_locator.670zTdK' shared service.
  15905.      *
  15906.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15907.      */
  15908.     protected function get_ServiceLocator_670zTdKService()
  15909.     {
  15910.         return $this->privates['.service_locator.670zTdK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15911.             '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.'],
  15912.         ], [
  15913.             'property' => 'App\\Entity\\TheProperty',
  15914.         ]);
  15915.     }
  15916.     /**
  15917.      * Gets the private '.service_locator.6Oaurz_' shared service.
  15918.      *
  15919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15920.      */
  15921.     protected function get_ServiceLocator_6OaurzService()
  15922.     {
  15923.         return $this->privates['.service_locator.6Oaurz_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15924.             '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.'],
  15925.         ], [
  15926.             'roof' => 'App\\Entity\\Roof',
  15927.         ]);
  15928.     }
  15929.     /**
  15930.      * Gets the private '.service_locator.6sSU9ow' shared service.
  15931.      *
  15932.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15933.      */
  15934.     protected function get_ServiceLocator_6sSU9owService()
  15935.     {
  15936.         return $this->privates['.service_locator.6sSU9ow'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15937.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\AddOfferService''getAddOfferServiceService'false],
  15938.         ], [
  15939.             'service' => 'App\\Service\\Api\\OfferCollaborative\\AddOfferService',
  15940.         ]);
  15941.     }
  15942.     /**
  15943.      * Gets the private '.service_locator.77Q0MzO' shared service.
  15944.      *
  15945.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15946.      */
  15947.     protected function get_ServiceLocator_77Q0MzOService()
  15948.     {
  15949.         return $this->privates['.service_locator.77Q0MzO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15950.             '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.'],
  15951.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService''getSendOfferToSellerServiceService'false],
  15952.         ], [
  15953.             'offer' => 'App\\Entity\\OfferCollaborative',
  15954.             'service' => 'App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService',
  15955.         ]);
  15956.     }
  15957.     /**
  15958.      * Gets the private '.service_locator.7Bh2dos' shared service.
  15959.      *
  15960.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15961.      */
  15962.     protected function get_ServiceLocator_7Bh2dosService()
  15963.     {
  15964.         return $this->privates['.service_locator.7Bh2dos'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15965.             'processRepository' => ['privates''App\\Repository\\PrimeProcessRepository''getPrimeProcessRepositoryService'false],
  15966.             '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.'],
  15967.         ], [
  15968.             'processRepository' => 'App\\Repository\\PrimeProcessRepository',
  15969.             'property' => 'App\\Entity\\TheProperty',
  15970.         ]);
  15971.     }
  15972.     /**
  15973.      * Gets the private '.service_locator.7IsKrbY' shared service.
  15974.      *
  15975.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15976.      */
  15977.     protected function get_ServiceLocator_7IsKrbYService()
  15978.     {
  15979.         return $this->privates['.service_locator.7IsKrbY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15980.             '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.'],
  15981.         ], [
  15982.             'offer' => 'App\\Entity\\Offer',
  15983.         ]);
  15984.     }
  15985.     /**
  15986.      * Gets the private '.service_locator.7K2EQCE' shared service.
  15987.      *
  15988.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  15989.      */
  15990.     protected function get_ServiceLocator_7K2EQCEService()
  15991.     {
  15992.         return $this->privates['.service_locator.7K2EQCE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  15993.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  15994.         ], [
  15995.             'entityManager' => '?',
  15996.         ]);
  15997.     }
  15998.     /**
  15999.      * Gets the private '.service_locator.7W8Gc0e' shared service.
  16000.      *
  16001.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16002.      */
  16003.     protected function get_ServiceLocator_7W8Gc0eService()
  16004.     {
  16005.         return $this->privates['.service_locator.7W8Gc0e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16006.             'processService' => ['privates''App\\Service\\Api\\Prime\\PrimeProcessService''getPrimeProcessServiceService'false],
  16007.         ], [
  16008.             'processService' => 'App\\Service\\Api\\Prime\\PrimeProcessService',
  16009.         ]);
  16010.     }
  16011.     /**
  16012.      * Gets the private '.service_locator.7f2MzR6' shared service.
  16013.      *
  16014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16015.      */
  16016.     protected function get_ServiceLocator_7f2MzR6Service()
  16017.     {
  16018.         return $this->privates['.service_locator.7f2MzR6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16019.             'contractAcceptationService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService''getContractAcceptationServiceService'false],
  16020.             '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.'],
  16021.         ], [
  16022.             'contractAcceptationService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService',
  16023.             'solicitation' => 'App\\Entity\\Solicitation',
  16024.         ]);
  16025.     }
  16026.     /**
  16027.      * Gets the private '.service_locator.8FMg.K_' shared service.
  16028.      *
  16029.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16030.      */
  16031.     protected function get_ServiceLocator_8FMg_KService()
  16032.     {
  16033.         return $this->privates['.service_locator.8FMg.K_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16034.             '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.'],
  16035.         ], [
  16036.             'providerSolarDeclarationCadastre' => 'App\\Entity\\ProviderSolarDeclarationCadastre',
  16037.         ]);
  16038.     }
  16039.     /**
  16040.      * Gets the private '.service_locator.8ekH0_G' shared service.
  16041.      *
  16042.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16043.      */
  16044.     protected function get_ServiceLocator_8ekH0GService()
  16045.     {
  16046.         return $this->privates['.service_locator.8ekH0_G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16047.             '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.'],
  16048.         ], [
  16049.             'procedure' => 'App\\Entity\\PrimeProcedure',
  16050.         ]);
  16051.     }
  16052.     /**
  16053.      * Gets the private '.service_locator.8z.wTr5' shared service.
  16054.      *
  16055.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16056.      */
  16057.     protected function get_ServiceLocator_8z_WTr5Service()
  16058.     {
  16059.         return $this->privates['.service_locator.8z.wTr5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16060.             '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.'],
  16061.             '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.'],
  16062.         ], [
  16063.             'ThepropertyOffer' => 'App\\Entity\\ThepropertyOffer',
  16064.             'user' => 'App\\Entity\\User',
  16065.         ]);
  16066.     }
  16067.     /**
  16068.      * Gets the private '.service_locator.90.4hsE' shared service.
  16069.      *
  16070.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16071.      */
  16072.     protected function get_ServiceLocator_90_4hsEService()
  16073.     {
  16074.         return $this->privates['.service_locator.90.4hsE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16075.             'ppasCsvRepository' => ['privates''App\\Repository\\PpasCsvRepository''getPpasCsvRepositoryService'false],
  16076.         ], [
  16077.             'ppasCsvRepository' => 'App\\Repository\\PpasCsvRepository',
  16078.         ]);
  16079.     }
  16080.     /**
  16081.      * Gets the private '.service_locator.9BpSl6J' shared service.
  16082.      *
  16083.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16084.      */
  16085.     protected function get_ServiceLocator_9BpSl6JService()
  16086.     {
  16087.         return $this->privates['.service_locator.9BpSl6J'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16088.             '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.'],
  16089.         ], [
  16090.             'offre' => 'App\\Entity\\Offer',
  16091.         ]);
  16092.     }
  16093.     /**
  16094.      * Gets the private '.service_locator.AGzgJIa' shared service.
  16095.      *
  16096.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16097.      */
  16098.     protected function get_ServiceLocator_AGzgJIaService()
  16099.     {
  16100.         return $this->privates['.service_locator.AGzgJIa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16101.             '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.'],
  16102.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16103.         ], [
  16104.             'data' => 'App\\Entity\\Theservice',
  16105.             'em' => '?',
  16106.         ]);
  16107.     }
  16108.     /**
  16109.      * Gets the private '.service_locator.AM4iRrW' shared service.
  16110.      *
  16111.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16112.      */
  16113.     protected function get_ServiceLocator_AM4iRrWService()
  16114.     {
  16115.         return $this->privates['.service_locator.AM4iRrW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16116.             '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.'],
  16117.             'locationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  16118.         ], [
  16119.             'locationType' => 'App\\Entity\\LocationType',
  16120.             'locationTypeRepository' => 'App\\Repository\\LocationTypeRepository',
  16121.         ]);
  16122.     }
  16123.     /**
  16124.      * Gets the private '.service_locator.AYX6HiM' shared service.
  16125.      *
  16126.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16127.      */
  16128.     protected function get_ServiceLocator_AYX6HiMService()
  16129.     {
  16130.         return $this->privates['.service_locator.AYX6HiM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16131.             '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.'],
  16132.         ], [
  16133.             'obligation' => 'App\\Entity\\Obligations',
  16134.         ]);
  16135.     }
  16136.     /**
  16137.      * Gets the private '.service_locator.AjNUl4_' shared service.
  16138.      *
  16139.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16140.      */
  16141.     protected function get_ServiceLocator_AjNUl4Service()
  16142.     {
  16143.         return $this->privates['.service_locator.AjNUl4_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16144.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16145.             '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.'],
  16146.         ], [
  16147.             'manager' => '?',
  16148.             'theProperty' => 'App\\Entity\\TheProperty',
  16149.         ]);
  16150.     }
  16151.     /**
  16152.      * Gets the private '.service_locator.AkI1NqP' shared service.
  16153.      *
  16154.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16155.      */
  16156.     protected function get_ServiceLocator_AkI1NqPService()
  16157.     {
  16158.         return $this->privates['.service_locator.AkI1NqP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16159.             'repository' => ['privates''App\\Repository\\OccupationPeriodFileRepository''getOccupationPeriodFileRepositoryService'false],
  16160.         ], [
  16161.             'repository' => 'App\\Repository\\OccupationPeriodFileRepository',
  16162.         ]);
  16163.     }
  16164.     /**
  16165.      * Gets the private '.service_locator.B2caubr' shared service.
  16166.      *
  16167.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16168.      */
  16169.     protected function get_ServiceLocator_B2caubrService()
  16170.     {
  16171.         return $this->privates['.service_locator.B2caubr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16172.             '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.'],
  16173.         ], [
  16174.             'categoryEnvironnement' => 'App\\Entity\\CategoryEnvironnement',
  16175.         ]);
  16176.     }
  16177.     /**
  16178.      * Gets the private '.service_locator.B4C5t9G' shared service.
  16179.      *
  16180.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16181.      */
  16182.     protected function get_ServiceLocator_B4C5t9GService()
  16183.     {
  16184.         return $this->privates['.service_locator.B4C5t9G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16185.             '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.'],
  16186.         ], [
  16187.             'contact' => 'App\\Entity\\Contactseller',
  16188.         ]);
  16189.     }
  16190.     /**
  16191.      * Gets the private '.service_locator.B92NsWb' shared service.
  16192.      *
  16193.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16194.      */
  16195.     protected function get_ServiceLocator_B92NsWbService()
  16196.     {
  16197.         return $this->privates['.service_locator.B92NsWb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16198.             'roofRepository' => ['privates''App\\Repository\\RoofRepository''getRoofRepositoryService'false],
  16199.         ], [
  16200.             'roofRepository' => 'App\\Repository\\RoofRepository',
  16201.         ]);
  16202.     }
  16203.     /**
  16204.      * Gets the private '.service_locator.BtCdv5A' shared service.
  16205.      *
  16206.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16207.      */
  16208.     protected function get_ServiceLocator_BtCdv5AService()
  16209.     {
  16210.         return $this->privates['.service_locator.BtCdv5A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16211.             'areaCsvRepository' => ['privates''App\\Repository\\AreaCsvRepository''getAreaCsvRepositoryService'false],
  16212.         ], [
  16213.             'areaCsvRepository' => 'App\\Repository\\AreaCsvRepository',
  16214.         ]);
  16215.     }
  16216.     /**
  16217.      * Gets the private '.service_locator.CQs0Xm0' shared service.
  16218.      *
  16219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16220.      */
  16221.     protected function get_ServiceLocator_CQs0Xm0Service()
  16222.     {
  16223.         return $this->privates['.service_locator.CQs0Xm0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16224.             '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.'],
  16225.         ], [
  16226.             'partnerRequest' => 'App\\Entity\\PurchasePartnerRequest',
  16227.         ]);
  16228.     }
  16229.     /**
  16230.      * Gets the private '.service_locator.CaNV.uY' shared service.
  16231.      *
  16232.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16233.      */
  16234.     protected function get_ServiceLocator_CaNV_UYService()
  16235.     {
  16236.         return $this->privates['.service_locator.CaNV.uY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16237.             'contractListingService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService''getContractListingServiceService'false],
  16238.         ], [
  16239.             'contractListingService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService',
  16240.         ]);
  16241.     }
  16242.     /**
  16243.      * Gets the private '.service_locator.D28s79M' shared service.
  16244.      *
  16245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16246.      */
  16247.     protected function get_ServiceLocator_D28s79MService()
  16248.     {
  16249.         return $this->privates['.service_locator.D28s79M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16250.             '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.'],
  16251.         ], [
  16252.             'imagePub' => 'App\\Entity\\ImagePub',
  16253.         ]);
  16254.     }
  16255.     /**
  16256.      * Gets the private '.service_locator.DKxJ1dA' shared service.
  16257.      *
  16258.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16259.      */
  16260.     protected function get_ServiceLocator_DKxJ1dAService()
  16261.     {
  16262.         return $this->privates['.service_locator.DKxJ1dA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16263.             'clientService' => ['privates''App\\Mybase\\Services\\HttpClientService''getHttpClientServiceService'false],
  16264.             'container' => ['services''service_container''getServiceContainerService'false],
  16265.         ], [
  16266.             'clientService' => 'App\\Mybase\\Services\\HttpClientService',
  16267.             'container' => '?',
  16268.         ]);
  16269.     }
  16270.     /**
  16271.      * Gets the private '.service_locator.DSZ8z7P' shared service.
  16272.      *
  16273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16274.      */
  16275.     protected function get_ServiceLocator_DSZ8z7PService()
  16276.     {
  16277.         return $this->privates['.service_locator.DSZ8z7P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16278.             'bankRepository' => ['privates''App\\Repository\\BankRepository''getBankRepositoryService'false],
  16279.         ], [
  16280.             'bankRepository' => 'App\\Repository\\BankRepository',
  16281.         ]);
  16282.     }
  16283.     /**
  16284.      * Gets the private '.service_locator.DdSSotU' shared service.
  16285.      *
  16286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16287.      */
  16288.     protected function get_ServiceLocator_DdSSotUService()
  16289.     {
  16290.         return $this->privates['.service_locator.DdSSotU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16291.             'dVFCsvRepository' => ['privates''App\\Repository\\DVFCsvRepository''getDVFCsvRepositoryService'false],
  16292.         ], [
  16293.             'dVFCsvRepository' => 'App\\Repository\\DVFCsvRepository',
  16294.         ]);
  16295.     }
  16296.     /**
  16297.      * Gets the private '.service_locator.DgQmMEO' shared service.
  16298.      *
  16299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16300.      */
  16301.     protected function get_ServiceLocator_DgQmMEOService()
  16302.     {
  16303.         return $this->privates['.service_locator.DgQmMEO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16304.             'service' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService''getContractGenerationServiceService'false],
  16305.             '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.'],
  16306.         ], [
  16307.             'service' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService',
  16308.             'solicitation' => 'App\\Entity\\Solicitation',
  16309.         ]);
  16310.     }
  16311.     /**
  16312.      * Gets the private '.service_locator.DgrmONe' shared service.
  16313.      *
  16314.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16315.      */
  16316.     protected function get_ServiceLocator_DgrmONeService()
  16317.     {
  16318.         return $this->privates['.service_locator.DgrmONe'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16319.             '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.'],
  16320.         ], [
  16321.             'markofInterest' => 'App\\Entity\\MarkofInterest',
  16322.         ]);
  16323.     }
  16324.     /**
  16325.      * Gets the private '.service_locator.DoCVnoP' shared service.
  16326.      *
  16327.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16328.      */
  16329.     protected function get_ServiceLocator_DoCVnoPService()
  16330.     {
  16331.         return $this->privates['.service_locator.DoCVnoP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16332.             '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.'],
  16333.         ], [
  16334.             'file' => 'App\\Entity\\OccupationPeriodFile',
  16335.         ]);
  16336.     }
  16337.     /**
  16338.      * Gets the private '.service_locator.E9uM_YD' shared service.
  16339.      *
  16340.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16341.      */
  16342.     protected function get_ServiceLocator_E9uMYDService()
  16343.     {
  16344.         return $this->privates['.service_locator.E9uM_YD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16345.             'categoryRepo' => ['privates''App\\Repository\\CategoryEnvironnementRepository''getCategoryEnvironnementRepositoryService'false],
  16346.             'locationRepo' => ['privates''App\\Repository\\PermitLocationEnvironmentRepository''getPermitLocationEnvironmentRepositoryService'false],
  16347.         ], [
  16348.             'categoryRepo' => 'App\\Repository\\CategoryEnvironnementRepository',
  16349.             'locationRepo' => 'App\\Repository\\PermitLocationEnvironmentRepository',
  16350.         ]);
  16351.     }
  16352.     /**
  16353.      * Gets the private '.service_locator.EJPRYr2' shared service.
  16354.      *
  16355.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16356.      */
  16357.     protected function get_ServiceLocator_EJPRYr2Service()
  16358.     {
  16359.         return $this->privates['.service_locator.EJPRYr2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16360.             '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.'],
  16361.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  16362.         ], [
  16363.             'csv' => 'App\\Entity\\ObligationCsv',
  16364.             'parameterBag' => '?',
  16365.         ]);
  16366.     }
  16367.     /**
  16368.      * Gets the private '.service_locator.EV92WQ1' shared service.
  16369.      *
  16370.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16371.      */
  16372.     protected function get_ServiceLocator_EV92WQ1Service()
  16373.     {
  16374.         return $this->privates['.service_locator.EV92WQ1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16375.             '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.'],
  16376.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  16377.         ], [
  16378.             'conversation' => 'App\\Entity\\Conversation',
  16379.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  16380.         ]);
  16381.     }
  16382.     /**
  16383.      * Gets the private '.service_locator.Em1sGuR' shared service.
  16384.      *
  16385.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16386.      */
  16387.     protected function get_ServiceLocator_Em1sGuRService()
  16388.     {
  16389.         return $this->privates['.service_locator.Em1sGuR'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16390.             'contractDetailService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService''getContractDetailServiceService'false],
  16391.             '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.'],
  16392.         ], [
  16393.             'contractDetailService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService',
  16394.             'theProperty' => 'App\\Entity\\TheProperty',
  16395.         ]);
  16396.     }
  16397.     /**
  16398.      * Gets the private '.service_locator.EsG_0hX' shared service.
  16399.      *
  16400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16401.      */
  16402.     protected function get_ServiceLocator_EsG0hXService()
  16403.     {
  16404.         return $this->privates['.service_locator.EsG_0hX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16405.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  16406.             'traitementImmogo' => ['privates''App\\Service\\TraitementImmogo''getTraitementImmogoService'false],
  16407.         ], [
  16408.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  16409.             'traitementImmogo' => 'App\\Service\\TraitementImmogo',
  16410.         ]);
  16411.     }
  16412.     /**
  16413.      * Gets the private '.service_locator.F4h55f1' shared service.
  16414.      *
  16415.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16416.      */
  16417.     protected function get_ServiceLocator_F4h55f1Service()
  16418.     {
  16419.         return $this->privates['.service_locator.F4h55f1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16420.             '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.'],
  16421.         ], [
  16422.             'newPlan' => 'App\\Entity\\Plan\\Plan',
  16423.         ]);
  16424.     }
  16425.     /**
  16426.      * Gets the private '.service_locator.F603JRO' shared service.
  16427.      *
  16428.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16429.      */
  16430.     protected function get_ServiceLocator_F603JROService()
  16431.     {
  16432.         return $this->privates['.service_locator.F603JRO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16433.             'ppasAffectationCsvRepo' => ['privates''App\\Repository\\PpasAffectationCsvRepository''getPpasAffectationCsvRepositoryService'false],
  16434.         ], [
  16435.             'ppasAffectationCsvRepo' => 'App\\Repository\\PpasAffectationCsvRepository',
  16436.         ]);
  16437.     }
  16438.     /**
  16439.      * Gets the private '.service_locator.FEUHOWC' shared service.
  16440.      *
  16441.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16442.      */
  16443.     protected function get_ServiceLocator_FEUHOWCService()
  16444.     {
  16445.         return $this->privates['.service_locator.FEUHOWC'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16446.             '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.'],
  16447.         ], [
  16448.             'pub' => 'App\\Entity\\ImagePub',
  16449.         ]);
  16450.     }
  16451.     /**
  16452.      * Gets the private '.service_locator.FLflT6M' shared service.
  16453.      *
  16454.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16455.      */
  16456.     protected function get_ServiceLocator_FLflT6MService()
  16457.     {
  16458.         return $this->privates['.service_locator.FLflT6M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16459.             '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.'],
  16460.         ], [
  16461.             'servicePromotion' => 'App\\Entity\\ServicePromo',
  16462.         ]);
  16463.     }
  16464.     /**
  16465.      * Gets the private '.service_locator.FMXrkKs' shared service.
  16466.      *
  16467.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16468.      */
  16469.     protected function get_ServiceLocator_FMXrkKsService()
  16470.     {
  16471.         return $this->privates['.service_locator.FMXrkKs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16472.             '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.'],
  16473.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  16474.         ], [
  16475.             'data' => 'App\\Entity\\Conversation',
  16476.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  16477.         ]);
  16478.     }
  16479.     /**
  16480.      * Gets the private '.service_locator.FS_7lr5' shared service.
  16481.      *
  16482.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16483.      */
  16484.     protected function get_ServiceLocator_FS7lr5Service()
  16485.     {
  16486.         return $this->privates['.service_locator.FS_7lr5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16487.             'coordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  16488.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  16489.             'postRepository' => ['privates''App\\Repository\\CommunityPostRepository''getCommunityPostRepositoryService'false],
  16490.         ], [
  16491.             'coordinateRepository' => 'App\\Repository\\CommunityCoordinateRepository',
  16492.             'formule' => 'App\\Service\\Formule',
  16493.             'postRepository' => 'App\\Repository\\CommunityPostRepository',
  16494.         ]);
  16495.     }
  16496.     /**
  16497.      * Gets the private '.service_locator.FTRgQWJ' shared service.
  16498.      *
  16499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16500.      */
  16501.     protected function get_ServiceLocator_FTRgQWJService()
  16502.     {
  16503.         return $this->privates['.service_locator.FTRgQWJ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16504.             'cache' => ['services''cache.app''getCache_AppService'false],
  16505.         ], [
  16506.             'cache' => '?',
  16507.         ]);
  16508.     }
  16509.     /**
  16510.      * Gets the private '.service_locator.FbfzOBq' shared service.
  16511.      *
  16512.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16513.      */
  16514.     protected function get_ServiceLocator_FbfzOBqService()
  16515.     {
  16516.         return $this->privates['.service_locator.FbfzOBq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16517.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16518.         ], [
  16519.             'entityManager' => '?',
  16520.         ]);
  16521.     }
  16522.     /**
  16523.      * Gets the private '.service_locator.GIx7QUv' shared service.
  16524.      *
  16525.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16526.      */
  16527.     protected function get_ServiceLocator_GIx7QUvService()
  16528.     {
  16529.         return $this->privates['.service_locator.GIx7QUv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16530.             'centsRepository' => ['privates''App\\Repository\\AdditionalCentsRepository''getAdditionalCentsRepositoryService'false],
  16531.             'precountRepository' => ['privates''App\\Repository\\PrecountRepository''getPrecountRepositoryService'false],
  16532.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  16533.         ], [
  16534.             'centsRepository' => 'App\\Repository\\AdditionalCentsRepository',
  16535.             'precountRepository' => 'App\\Repository\\PrecountRepository',
  16536.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  16537.         ]);
  16538.     }
  16539.     /**
  16540.      * Gets the private '.service_locator.GJHT5wS' shared service.
  16541.      *
  16542.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16543.      */
  16544.     protected function get_ServiceLocator_GJHT5wSService()
  16545.     {
  16546.         return $this->privates['.service_locator.GJHT5wS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16547.             'solicitation' => ['privates''.errored..service_locator.GJHT5wS.App\\Entity\\Solicitation'NULL'Cannot autowire service ".service_locator.GJHT5wS": it references class "App\\Entity\\Solicitation" but no such service exists.'],
  16548.         ], [
  16549.             'solicitation' => 'App\\Entity\\Solicitation',
  16550.         ]);
  16551.     }
  16552.     /**
  16553.      * Gets the private '.service_locator.GNc8e5B' shared service.
  16554.      *
  16555.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16556.      */
  16557.     protected function get_ServiceLocator_GNc8e5BService()
  16558.     {
  16559.         return $this->privates['.service_locator.GNc8e5B'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16560.             'doctrine' => ['services''doctrine''getDoctrineService'false],
  16561.             'form.factory' => ['services''.container.private.form.factory''get_Container_Private_Form_FactoryService'false],
  16562.             'http_kernel' => ['services''http_kernel''getHttpKernelService'false],
  16563.             'message_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16564.             'messenger.default_bus' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  16565.             'parameter_bag' => ['privates''parameter_bag''getParameterBagService'false],
  16566.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  16567.             'router' => ['services''router''getRouterService'false],
  16568.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  16569.             'security.csrf.token_manager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  16570.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  16571.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16572.             'session' => ['privates''.session.deprecated''get_Session_DeprecatedService'false],
  16573.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  16574.         ], [
  16575.             'doctrine' => '?',
  16576.             'form.factory' => '?',
  16577.             'http_kernel' => '?',
  16578.             'message_bus' => '?',
  16579.             'messenger.default_bus' => '?',
  16580.             'parameter_bag' => '?',
  16581.             'request_stack' => '?',
  16582.             'router' => '?',
  16583.             'security.authorization_checker' => '?',
  16584.             'security.csrf.token_manager' => '?',
  16585.             'security.token_storage' => '?',
  16586.             'serializer' => '?',
  16587.             'session' => '.session.deprecated',
  16588.             'twig' => '?',
  16589.         ]);
  16590.     }
  16591.     /**
  16592.      * Gets the private '.service_locator.H2QtHye' shared service.
  16593.      *
  16594.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16595.      */
  16596.     protected function get_ServiceLocator_H2QtHyeService()
  16597.     {
  16598.         return $this->privates['.service_locator.H2QtHye'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16599.             'service' => ['privates''App\\Service\\Api\\TheProperty\\SoilAffectationPlanService''getSoilAffectationPlanServiceService'false],
  16600.         ], [
  16601.             'service' => 'App\\Service\\Api\\TheProperty\\SoilAffectationPlanService',
  16602.         ]);
  16603.     }
  16604.     /**
  16605.      * Gets the private '.service_locator.HPh3.Sm' shared service.
  16606.      *
  16607.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16608.      */
  16609.     protected function get_ServiceLocator_HPh3_SmService()
  16610.     {
  16611.         return $this->privates['.service_locator.HPh3.Sm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16612.             'locationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  16613.         ], [
  16614.             'locationTypeRepository' => 'App\\Repository\\LocationTypeRepository',
  16615.         ]);
  16616.     }
  16617.     /**
  16618.      * Gets the private '.service_locator.HRgCRFj' shared service.
  16619.      *
  16620.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16621.      */
  16622.     protected function get_ServiceLocator_HRgCRFjService()
  16623.     {
  16624.         return $this->privates['.service_locator.HRgCRFj'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16625.             '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.'],
  16626.         ], [
  16627.             'energyBelgique' => 'App\\Entity\\EnergyBelgique',
  16628.         ]);
  16629.     }
  16630.     /**
  16631.      * Gets the private '.service_locator.Hsc6SKy' shared service.
  16632.      *
  16633.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16634.      */
  16635.     protected function get_ServiceLocator_Hsc6SKyService()
  16636.     {
  16637.         return $this->privates['.service_locator.Hsc6SKy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16638.             'parameter' => ['privates''parameter_bag''getParameterBagService'false],
  16639.         ], [
  16640.             'parameter' => '?',
  16641.         ]);
  16642.     }
  16643.     /**
  16644.      * Gets the private '.service_locator.IM2Mmm4' shared service.
  16645.      *
  16646.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16647.      */
  16648.     protected function get_ServiceLocator_IM2Mmm4Service()
  16649.     {
  16650.         return $this->privates['.service_locator.IM2Mmm4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16651.             '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.'],
  16652.         ], [
  16653.             'theProperty' => 'App\\Entity\\TheProperty',
  16654.         ]);
  16655.     }
  16656.     /**
  16657.      * Gets the private '.service_locator.Ik8cC3N' shared service.
  16658.      *
  16659.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16660.      */
  16661.     protected function get_ServiceLocator_Ik8cC3NService()
  16662.     {
  16663.         return $this->privates['.service_locator.Ik8cC3N'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16664.             '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.'],
  16665.         ], [
  16666.             'data' => 'App\\Entity\\RentalManagement',
  16667.         ]);
  16668.     }
  16669.     /**
  16670.      * Gets the private '.service_locator.J.K9K7h' shared service.
  16671.      *
  16672.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16673.      */
  16674.     protected function get_ServiceLocator_J_K9K7hService()
  16675.     {
  16676.         return $this->privates['.service_locator.J.K9K7h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16677.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  16678.             '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.'],
  16679.         ], [
  16680.             'parameterBag' => '?',
  16681.             'primeCsv' => 'App\\Entity\\PrimeCsv',
  16682.         ]);
  16683.     }
  16684.     /**
  16685.      * Gets the private '.service_locator.JMvqlQM' shared service.
  16686.      *
  16687.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16688.      */
  16689.     protected function get_ServiceLocator_JMvqlQMService()
  16690.     {
  16691.         return $this->privates['.service_locator.JMvqlQM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16692.             '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.'],
  16693.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService''getSignCollaboratorOfferServiceService'false],
  16694.         ], [
  16695.             'offer' => 'App\\Entity\\OfferCollaborative',
  16696.             'service' => 'App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService',
  16697.         ]);
  16698.     }
  16699.     /**
  16700.      * Gets the private '.service_locator.JubzVby' shared service.
  16701.      *
  16702.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16703.      */
  16704.     protected function get_ServiceLocator_JubzVbyService()
  16705.     {
  16706.         return $this->privates['.service_locator.JubzVby'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16707.             '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.'],
  16708.         ], [
  16709.             'service' => 'App\\Entity\\Theservice',
  16710.         ]);
  16711.     }
  16712.     /**
  16713.      * Gets the private '.service_locator.KLVvNIq' shared service.
  16714.      *
  16715.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16716.      */
  16717.     protected function get_ServiceLocator_KLVvNIqService()
  16718.     {
  16719.         return $this->privates['.service_locator.KLVvNIq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16720.             'doctrine.ulid_generator' => ['privates''doctrine.ulid_generator''getDoctrine_UlidGeneratorService'false],
  16721.             'doctrine.uuid_generator' => ['privates''doctrine.uuid_generator''getDoctrine_UuidGeneratorService'false],
  16722.         ], [
  16723.             'doctrine.ulid_generator' => '?',
  16724.             'doctrine.uuid_generator' => '?',
  16725.         ]);
  16726.     }
  16727.     /**
  16728.      * Gets the private '.service_locator.KfbR3DY' shared service.
  16729.      *
  16730.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16731.      */
  16732.     protected function get_ServiceLocator_KfbR3DYService()
  16733.     {
  16734.         return $this->privates['.service_locator.KfbR3DY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16735.             '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".'],
  16736.         ], [
  16737.             'loader' => 'Symfony\\Component\\Config\\Loader\\LoaderInterface',
  16738.         ]);
  16739.     }
  16740.     /**
  16741.      * Gets the private '.service_locator.Kpg3j4e' shared service.
  16742.      *
  16743.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16744.      */
  16745.     protected function get_ServiceLocator_Kpg3j4eService()
  16746.     {
  16747.         return $this->privates['.service_locator.Kpg3j4e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16748.             'optionRepository' => ['privates''App\\Repository\\OptionRepository''getOptionRepositoryService'false],
  16749.         ], [
  16750.             'optionRepository' => 'App\\Repository\\OptionRepository',
  16751.         ]);
  16752.     }
  16753.     /**
  16754.      * Gets the private '.service_locator.KzHj_9I' shared service.
  16755.      *
  16756.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16757.      */
  16758.     protected function get_ServiceLocator_KzHj9IService()
  16759.     {
  16760.         return $this->privates['.service_locator.KzHj_9I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16761.             'traitement' => ['privates''App\\Service\\Traitement''getTraitement2Service'false],
  16762.         ], [
  16763.             'traitement' => 'App\\Service\\Traitement',
  16764.         ]);
  16765.     }
  16766.     /**
  16767.      * Gets the private '.service_locator.L.6sSpP' shared service.
  16768.      *
  16769.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16770.      */
  16771.     protected function get_ServiceLocator_L_6sSpPService()
  16772.     {
  16773.         return $this->privates['.service_locator.L.6sSpP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16774.             '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.'],
  16775.         ], [
  16776.             'produit' => 'App\\Entity\\SubscriptionProduct',
  16777.         ]);
  16778.     }
  16779.     /**
  16780.      * Gets the private '.service_locator.L8s9Nth' shared service.
  16781.      *
  16782.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16783.      */
  16784.     protected function get_ServiceLocator_L8s9NthService()
  16785.     {
  16786.         return $this->privates['.service_locator.L8s9Nth'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16787.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16788.             '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.'],
  16789.             'notificationService' => ['privates''App\\Service\\Api\\Notification\\NotificationService''getNotificationService2Service'false],
  16790.         ], [
  16791.             'manager' => '?',
  16792.             'notification' => 'App\\Entity\\Notification',
  16793.             'notificationService' => 'App\\Service\\Api\\Notification\\NotificationService',
  16794.         ]);
  16795.     }
  16796.     /**
  16797.      * Gets the private '.service_locator.LCDj2BZ' shared service.
  16798.      *
  16799.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16800.      */
  16801.     protected function get_ServiceLocator_LCDj2BZService()
  16802.     {
  16803.         return $this->privates['.service_locator.LCDj2BZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16804.             'communityCoordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  16805.             'communityPostRepository' => ['privates''App\\Repository\\CommunityPostRepository''getCommunityPostRepositoryService'false],
  16806.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  16807.         ], [
  16808.             'communityCoordinateRepository' => 'App\\Repository\\CommunityCoordinateRepository',
  16809.             'communityPostRepository' => 'App\\Repository\\CommunityPostRepository',
  16810.             'formule' => 'App\\Service\\Formule',
  16811.         ]);
  16812.     }
  16813.     /**
  16814.      * Gets the private '.service_locator.LLUPgpm' shared service.
  16815.      *
  16816.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16817.      */
  16818.     protected function get_ServiceLocator_LLUPgpmService()
  16819.     {
  16820.         return $this->privates['.service_locator.LLUPgpm'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16821.             'event_dispatcher' => ['services''event_dispatcher''getEventDispatcherService'false],
  16822.             'security.event_dispatcher.admin' => ['privates''security.event_dispatcher.admin''getSecurity_EventDispatcher_AdminService'false],
  16823.             'security.event_dispatcher.client' => ['privates''security.event_dispatcher.client''getSecurity_EventDispatcher_ClientService'false],
  16824.             'security.event_dispatcher.client_refresh' => ['privates''security.event_dispatcher.client_refresh''getSecurity_EventDispatcher_ClientRefreshService'false],
  16825.         ], [
  16826.             'event_dispatcher' => '?',
  16827.             'security.event_dispatcher.admin' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  16828.             'security.event_dispatcher.client' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  16829.             'security.event_dispatcher.client_refresh' => 'Symfony\\Component\\EventDispatcher\\EventDispatcher',
  16830.         ]);
  16831.     }
  16832.     /**
  16833.      * Gets the private '.service_locator.LbjZSbI' shared service.
  16834.      *
  16835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16836.      */
  16837.     protected function get_ServiceLocator_LbjZSbIService()
  16838.     {
  16839.         return $this->privates['.service_locator.LbjZSbI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16840.             '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.'],
  16841.         ], [
  16842.             'sim' => 'App\\Entity\\Simulation',
  16843.         ]);
  16844.     }
  16845.     /**
  16846.      * Gets the private '.service_locator.LwEOyeK' shared service.
  16847.      *
  16848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16849.      */
  16850.     protected function get_ServiceLocator_LwEOyeKService()
  16851.     {
  16852.         return $this->privates['.service_locator.LwEOyeK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16853.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  16854.         ], [
  16855.             'entityManager' => '?',
  16856.         ]);
  16857.     }
  16858.     /**
  16859.      * Gets the private '.service_locator.LxNsfND' shared service.
  16860.      *
  16861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16862.      */
  16863.     protected function get_ServiceLocator_LxNsfNDService()
  16864.     {
  16865.         return $this->privates['.service_locator.LxNsfND'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16866.             'externalProviderOfferRepository' => ['privates''App\\Repository\\ExternalProviderOfferRepository''getExternalProviderOfferRepositoryService'false],
  16867.         ], [
  16868.             'externalProviderOfferRepository' => 'App\\Repository\\ExternalProviderOfferRepository',
  16869.         ]);
  16870.     }
  16871.     /**
  16872.      * Gets the private '.service_locator.M9PMcRV' shared service.
  16873.      *
  16874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16875.      */
  16876.     protected function get_ServiceLocator_M9PMcRVService()
  16877.     {
  16878.         return $this->privates['.service_locator.M9PMcRV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16879.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  16880.         ], [
  16881.             'security' => '?',
  16882.         ]);
  16883.     }
  16884.     /**
  16885.      * Gets the private '.service_locator.M9ycMaq' shared service.
  16886.      *
  16887.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16888.      */
  16889.     protected function get_ServiceLocator_M9ycMaqService()
  16890.     {
  16891.         return $this->privates['.service_locator.M9ycMaq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16892.             'rentalService' => ['services''App\\Service\\Api\\RentalService''getRentalServiceService'false],
  16893.         ], [
  16894.             'rentalService' => 'App\\Service\\Api\\RentalService',
  16895.         ]);
  16896.     }
  16897.     /**
  16898.      * Gets the private '.service_locator.MBcNAjb' shared service.
  16899.      *
  16900.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16901.      */
  16902.     protected function get_ServiceLocator_MBcNAjbService()
  16903.     {
  16904.         return $this->privates['.service_locator.MBcNAjb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16905.             'propertyOptionRepository' => ['privates''App\\Repository\\PropertyOptionRepository''getPropertyOptionRepositoryService'false],
  16906.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  16907.             'societyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  16908.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  16909.         ], [
  16910.             'propertyOptionRepository' => 'App\\Repository\\PropertyOptionRepository',
  16911.             'security' => '?',
  16912.             'societyRepository' => 'App\\Repository\\SocietyRepository',
  16913.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  16914.         ]);
  16915.     }
  16916.     /**
  16917.      * Gets the private '.service_locator.Ml15ld8' shared service.
  16918.      *
  16919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16920.      */
  16921.     protected function get_ServiceLocator_Ml15ld8Service()
  16922.     {
  16923.         return $this->privates['.service_locator.Ml15ld8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16924.             'customerService' => ['privates''App\\Service\\Api\\Prestashop\\Customer''getCustomerService'false],
  16925.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  16926.         ], [
  16927.             'customerService' => 'App\\Service\\Api\\Prestashop\\Customer',
  16928.             'serializer' => '?',
  16929.         ]);
  16930.     }
  16931.     /**
  16932.      * Gets the private '.service_locator.NFoq.Bg' shared service.
  16933.      *
  16934.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16935.      */
  16936.     protected function get_ServiceLocator_NFoq_BgService()
  16937.     {
  16938.         return $this->privates['.service_locator.NFoq.Bg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16939.             'permitCiterneRepository' => ['privates''App\\Repository\\PermitCiterneRepository''getPermitCiterneRepositoryService'false],
  16940.         ], [
  16941.             'permitCiterneRepository' => 'App\\Repository\\PermitCiterneRepository',
  16942.         ]);
  16943.     }
  16944.     /**
  16945.      * Gets the private '.service_locator.OC.D7cY' shared service.
  16946.      *
  16947.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16948.      */
  16949.     protected function get_ServiceLocator_OC_D7cYService()
  16950.     {
  16951.         return $this->privates['.service_locator.OC.D7cY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16952.             '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.'],
  16953.         ], [
  16954.             'permit' => 'App\\Entity\\PermitEnvironmentalForm',
  16955.         ]);
  16956.     }
  16957.     /**
  16958.      * Gets the private '.service_locator.ODsuqr2' shared service.
  16959.      *
  16960.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16961.      */
  16962.     protected function get_ServiceLocator_ODsuqr2Service()
  16963.     {
  16964.         return $this->privates['.service_locator.ODsuqr2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16965.             'communityCoordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  16966.         ], [
  16967.             'communityCoordinateRepository' => 'App\\Repository\\CommunityCoordinateRepository',
  16968.         ]);
  16969.     }
  16970.     /**
  16971.      * Gets the private '.service_locator.P3yaVfa' shared service.
  16972.      *
  16973.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16974.      */
  16975.     protected function get_ServiceLocator_P3yaVfaService()
  16976.     {
  16977.         return $this->privates['.service_locator.P3yaVfa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16978.             '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.'],
  16979.         ], [
  16980.             'userServicePromo' => 'App\\Entity\\UserServicePromo',
  16981.         ]);
  16982.     }
  16983.     /**
  16984.      * Gets the private '.service_locator.P4Fskde' shared service.
  16985.      *
  16986.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  16987.      */
  16988.     protected function get_ServiceLocator_P4FskdeService()
  16989.     {
  16990.         return $this->privates['.service_locator.P4Fskde'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  16991.             'certificatorService' => ['privates''App\\Service\\Api\\User\\CertificatorService''getCertificatorServiceService'false],
  16992.         ], [
  16993.             'certificatorService' => 'App\\Service\\Api\\User\\CertificatorService',
  16994.         ]);
  16995.     }
  16996.     /**
  16997.      * Gets the private '.service_locator.P7qhCSY' shared service.
  16998.      *
  16999.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17000.      */
  17001.     protected function get_ServiceLocator_P7qhCSYService()
  17002.     {
  17003.         return $this->privates['.service_locator.P7qhCSY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17004.             '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.'],
  17005.             'repo' => ['privates''App\\Repository\\StarRatingsRepository''getStarRatingsRepositoryService'false],
  17006.         ], [
  17007.             'expert' => 'App\\Entity\\User',
  17008.             'repo' => 'App\\Repository\\StarRatingsRepository',
  17009.         ]);
  17010.     }
  17011.     /**
  17012.      * Gets the private '.service_locator.POCpODg' shared service.
  17013.      *
  17014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17015.      */
  17016.     protected function get_ServiceLocator_POCpODgService()
  17017.     {
  17018.         return $this->privates['.service_locator.POCpODg'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17019.             '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.'],
  17020.         ], [
  17021.             'plp' => 'App\\Entity\\CommunityPlp',
  17022.         ]);
  17023.     }
  17024.     /**
  17025.      * Gets the private '.service_locator.PYHrdNN' shared service.
  17026.      *
  17027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17028.      */
  17029.     protected function get_ServiceLocator_PYHrdNNService()
  17030.     {
  17031.         return $this->privates['.service_locator.PYHrdNN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17032.             'imageCacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  17033.             '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.'],
  17034.         ], [
  17035.             'imageCacheManager' => '?',
  17036.             'property' => 'App\\Entity\\TheProperty',
  17037.         ]);
  17038.     }
  17039.     /**
  17040.      * Gets the private '.service_locator.PrG_U8d' shared service.
  17041.      *
  17042.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17043.      */
  17044.     protected function get_ServiceLocator_PrGU8dService()
  17045.     {
  17046.         return $this->privates['.service_locator.PrG_U8d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17047.             'serviceCategoryRepository' => ['privates''App\\Repository\\ServiceCategoryRepository''getServiceCategoryRepositoryService'false],
  17048.         ], [
  17049.             'serviceCategoryRepository' => 'App\\Repository\\ServiceCategoryRepository',
  17050.         ]);
  17051.     }
  17052.     /**
  17053.      * Gets the private '.service_locator.QPa5E6I' shared service.
  17054.      *
  17055.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17056.      */
  17057.     protected function get_ServiceLocator_QPa5E6IService()
  17058.     {
  17059.         return $this->privates['.service_locator.QPa5E6I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17060.             'em' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17061.             '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.'],
  17062.         ], [
  17063.             'em' => '?',
  17064.             'propertyDestination' => 'App\\Entity\\LandPropertyDestination',
  17065.         ]);
  17066.     }
  17067.     /**
  17068.      * Gets the private '.service_locator.QZPR98c' shared service.
  17069.      *
  17070.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17071.      */
  17072.     protected function get_ServiceLocator_QZPR98cService()
  17073.     {
  17074.         return $this->privates['.service_locator.QZPR98c'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17075.             'locationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  17076.             'traitementData' => ['privates''App\\Service\\TraitementData''getTraitementDataService'false],
  17077.         ], [
  17078.             'locationTypeRepository' => 'App\\Repository\\LocationTypeRepository',
  17079.             'traitementData' => 'App\\Service\\TraitementData',
  17080.         ]);
  17081.     }
  17082.     /**
  17083.      * Gets the private '.service_locator.Q_tR3xw' shared service.
  17084.      *
  17085.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17086.      */
  17087.     protected function get_ServiceLocator_QTR3xwService()
  17088.     {
  17089.         return $this->privates['.service_locator.Q_tR3xw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17090.             '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.'],
  17091.         ], [
  17092.             'csv' => 'App\\Entity\\PpasAffectationCsv',
  17093.         ]);
  17094.     }
  17095.     /**
  17096.      * Gets the private '.service_locator.QgZYKkO' shared service.
  17097.      *
  17098.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17099.      */
  17100.     protected function get_ServiceLocator_QgZYKkOService()
  17101.     {
  17102.         return $this->privates['.service_locator.QgZYKkO'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17103.             '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.'],
  17104.         ], [
  17105.             'occupieCsv' => 'App\\Entity\\OccupieCsv',
  17106.         ]);
  17107.     }
  17108.     /**
  17109.      * Gets the private '.service_locator.QsuAye4' shared service.
  17110.      *
  17111.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17112.      */
  17113.     protected function get_ServiceLocator_QsuAye4Service()
  17114.     {
  17115.         return $this->privates['.service_locator.QsuAye4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17116.             'providerSolarFitterRepository' => ['privates''App\\Repository\\ProviderSolarFitterRepository''getProviderSolarFitterRepositoryService'false],
  17117.         ], [
  17118.             'providerSolarFitterRepository' => 'App\\Repository\\ProviderSolarFitterRepository',
  17119.         ]);
  17120.     }
  17121.     /**
  17122.      * Gets the private '.service_locator.R9M9gve' shared service.
  17123.      *
  17124.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17125.      */
  17126.     protected function get_ServiceLocator_R9M9gveService()
  17127.     {
  17128.         return $this->privates['.service_locator.R9M9gve'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17129.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17130.         ], [
  17131.             'entityManager' => '?',
  17132.         ]);
  17133.     }
  17134.     /**
  17135.      * Gets the private '.service_locator.RFcH33U' shared service.
  17136.      *
  17137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17138.      */
  17139.     protected function get_ServiceLocator_RFcH33UService()
  17140.     {
  17141.         return $this->privates['.service_locator.RFcH33U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17142.             '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.'],
  17143.         ], [
  17144.             'image' => 'App\\Entity\\ThepropertyDocument',
  17145.         ]);
  17146.     }
  17147.     /**
  17148.      * Gets the private '.service_locator.RKNP0q_' shared service.
  17149.      *
  17150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17151.      */
  17152.     protected function get_ServiceLocator_RKNP0qService()
  17153.     {
  17154.         return $this->privates['.service_locator.RKNP0q_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17155.             '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.'],
  17156.         ], [
  17157.             'image' => 'App\\Entity\\InventoryImage',
  17158.         ]);
  17159.     }
  17160.     /**
  17161.      * Gets the private '.service_locator.Saz1jhi' shared service.
  17162.      *
  17163.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17164.      */
  17165.     protected function get_ServiceLocator_Saz1jhiService()
  17166.     {
  17167.         return $this->privates['.service_locator.Saz1jhi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17168.             'detailService' => ['privates''App\\Service\\Api\\TheProperty\\DetailService''getDetailServiceService'false],
  17169.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  17170.         ], [
  17171.             'detailService' => 'App\\Service\\Api\\TheProperty\\DetailService',
  17172.             'normalizer' => '?',
  17173.         ]);
  17174.     }
  17175.     /**
  17176.      * Gets the private '.service_locator.Sfzmser' shared service.
  17177.      *
  17178.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17179.      */
  17180.     protected function get_ServiceLocator_SfzmserService()
  17181.     {
  17182.         return $this->privates['.service_locator.Sfzmser'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17183.             'repository' => ['privates''App\\Repository\\NewProjectImmoCsvRepository''getNewProjectImmoCsvRepositoryService'false],
  17184.         ], [
  17185.             'repository' => 'App\\Repository\\NewProjectImmoCsvRepository',
  17186.         ]);
  17187.     }
  17188.     /**
  17189.      * Gets the private '.service_locator.ShsoacE' shared service.
  17190.      *
  17191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17192.      */
  17193.     protected function get_ServiceLocator_ShsoacEService()
  17194.     {
  17195.         return $this->privates['.service_locator.ShsoacE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17196.             '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.'],
  17197.         ], [
  17198.             'summary' => 'App\\Entity\\ThePropertyMaifInsuranceSummary',
  17199.         ]);
  17200.     }
  17201.     /**
  17202.      * Gets the private '.service_locator.Su5bU3D' shared service.
  17203.      *
  17204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17205.      */
  17206.     protected function get_ServiceLocator_Su5bU3DService()
  17207.     {
  17208.         return $this->privates['.service_locator.Su5bU3D'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17209.             '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.'],
  17210.         ], [
  17211.             'categorie' => 'App\\Entity\\ServiceCategory',
  17212.         ]);
  17213.     }
  17214.     /**
  17215.      * Gets the private '.service_locator.TANcIz7' shared service.
  17216.      *
  17217.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17218.      */
  17219.     protected function get_ServiceLocator_TANcIz7Service()
  17220.     {
  17221.         return $this->privates['.service_locator.TANcIz7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17222.             '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.'],
  17223.             'messageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  17224.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  17225.         ], [
  17226.             'conversation' => 'App\\Entity\\Conversation',
  17227.             'messageRepository' => 'App\\Repository\\MessageRepository',
  17228.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  17229.         ]);
  17230.     }
  17231.     /**
  17232.      * Gets the private '.service_locator.TO3kXqK' shared service.
  17233.      *
  17234.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17235.      */
  17236.     protected function get_ServiceLocator_TO3kXqKService()
  17237.     {
  17238.         return $this->privates['.service_locator.TO3kXqK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17239.             '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.'],
  17240.         ], [
  17241.             'data' => 'App\\Entity\\User',
  17242.         ]);
  17243.     }
  17244.     /**
  17245.      * Gets the private '.service_locator.TUaVWPf' shared service.
  17246.      *
  17247.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17248.      */
  17249.     protected function get_ServiceLocator_TUaVWPfService()
  17250.     {
  17251.         return $this->privates['.service_locator.TUaVWPf'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17252.             'repository' => ['privates''App\\Repository\\ThePropertyConstructionWorkRulesRepository''getThePropertyConstructionWorkRulesRepositoryService'false],
  17253.         ], [
  17254.             'repository' => 'App\\Repository\\ThePropertyConstructionWorkRulesRepository',
  17255.         ]);
  17256.     }
  17257.     /**
  17258.      * Gets the private '.service_locator.T_Itg.A' shared service.
  17259.      *
  17260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17261.      */
  17262.     protected function get_ServiceLocator_TItg_AService()
  17263.     {
  17264.         return $this->privates['.service_locator.T_Itg.A'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17265.             '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.'],
  17266.         ], [
  17267.             'prime' => 'App\\Entity\\Prime',
  17268.         ]);
  17269.     }
  17270.     /**
  17271.      * Gets the private '.service_locator.TzqTzgY' shared service.
  17272.      *
  17273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17274.      */
  17275.     protected function get_ServiceLocator_TzqTzgYService()
  17276.     {
  17277.         return $this->privates['.service_locator.TzqTzgY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17278.             'additionalCentsRepository' => ['privates''App\\Repository\\AdditionalCentsRepository''getAdditionalCentsRepositoryService'false],
  17279.             'precountRepository' => ['privates''App\\Repository\\PrecountRepository''getPrecountRepositoryService'false],
  17280.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  17281.         ], [
  17282.             'additionalCentsRepository' => 'App\\Repository\\AdditionalCentsRepository',
  17283.             'precountRepository' => 'App\\Repository\\PrecountRepository',
  17284.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  17285.         ]);
  17286.     }
  17287.     /**
  17288.      * Gets the private '.service_locator.U2XVYf9' shared service.
  17289.      *
  17290.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17291.      */
  17292.     protected function get_ServiceLocator_U2XVYf9Service()
  17293.     {
  17294.         return $this->privates['.service_locator.U2XVYf9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17295.             'responseRepos' => ['privates''App\\Repository\\CommunityServiceResponseRepository''getCommunityServiceResponseRepositoryService'false],
  17296.         ], [
  17297.             'responseRepos' => 'App\\Repository\\CommunityServiceResponseRepository',
  17298.         ]);
  17299.     }
  17300.     /**
  17301.      * Gets the private '.service_locator.U7VViCc' shared service.
  17302.      *
  17303.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17304.      */
  17305.     protected function get_ServiceLocator_U7VViCcService()
  17306.     {
  17307.         return $this->privates['.service_locator.U7VViCc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17308.             '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?'],
  17309.         ], [
  17310.             'form' => 'Symfony\\Component\\Form\\FormInterface',
  17311.         ]);
  17312.     }
  17313.     /**
  17314.      * Gets the private '.service_locator.UjJZrA4' shared service.
  17315.      *
  17316.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17317.      */
  17318.     protected function get_ServiceLocator_UjJZrA4Service()
  17319.     {
  17320.         return $this->privates['.service_locator.UjJZrA4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17321.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  17322.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  17323.         ], [
  17324.             'passwordEncoder' => '?',
  17325.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  17326.         ]);
  17327.     }
  17328.     /**
  17329.      * Gets the private '.service_locator.UwZLb4Q' shared service.
  17330.      *
  17331.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17332.      */
  17333.     protected function get_ServiceLocator_UwZLb4QService()
  17334.     {
  17335.         return $this->privates['.service_locator.UwZLb4Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17336.             'globalSearchService' => ['privates''App\\Service\\GlobalSearch\\GlobalSearchService''getGlobalSearchServiceService'false],
  17337.         ], [
  17338.             'globalSearchService' => 'App\\Service\\GlobalSearch\\GlobalSearchService',
  17339.         ]);
  17340.     }
  17341.     /**
  17342.      * Gets the private '.service_locator.VckBnxy' shared service.
  17343.      *
  17344.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17345.      */
  17346.     protected function get_ServiceLocator_VckBnxyService()
  17347.     {
  17348.         return $this->privates['.service_locator.VckBnxy'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17349.             'repository' => ['privates''App\\Repository\\ServicePromoRepository''getServicePromoRepositoryService'false],
  17350.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  17351.         ], [
  17352.             'repository' => 'App\\Repository\\ServicePromoRepository',
  17353.             'serializer' => '?',
  17354.         ]);
  17355.     }
  17356.     /**
  17357.      * Gets the private '.service_locator.WvhmTCp' shared service.
  17358.      *
  17359.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17360.      */
  17361.     protected function get_ServiceLocator_WvhmTCpService()
  17362.     {
  17363.         return $this->privates['.service_locator.WvhmTCp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17364.             'params' => ['privates''parameter_bag''getParameterBagService'false],
  17365.             'sendEmailService' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  17366.             'societyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  17367.             'templating' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  17368.         ], [
  17369.             'params' => '?',
  17370.             'sendEmailService' => 'App\\Service\\SendMail\\SendmailService',
  17371.             'societyRepository' => 'App\\Repository\\SocietyRepository',
  17372.             'templating' => '?',
  17373.         ]);
  17374.     }
  17375.     /**
  17376.      * Gets the private '.service_locator.X8a1tM.' shared service.
  17377.      *
  17378.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17379.      */
  17380.     protected function get_ServiceLocator_X8a1tM_Service()
  17381.     {
  17382.         return $this->privates['.service_locator.X8a1tM.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17383.             '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.'],
  17384.         ], [
  17385.             'model' => 'App\\Entity\\LeaseContractModel',
  17386.         ]);
  17387.     }
  17388.     /**
  17389.      * Gets the private '.service_locator.XCOsI7M' shared service.
  17390.      *
  17391.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17392.      */
  17393.     protected function get_ServiceLocator_XCOsI7MService()
  17394.     {
  17395.         return $this->privates['.service_locator.XCOsI7M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17396.             'service' => ['privates''App\\Service\\Api\\OfferLease\\ListOfferLeaseService''getListOfferLeaseServiceService'false],
  17397.         ], [
  17398.             'service' => 'App\\Service\\Api\\OfferLease\\ListOfferLeaseService',
  17399.         ]);
  17400.     }
  17401.     /**
  17402.      * Gets the private '.service_locator.Xc9yKGQ' shared service.
  17403.      *
  17404.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17405.      */
  17406.     protected function get_ServiceLocator_Xc9yKGQService()
  17407.     {
  17408.         return $this->privates['.service_locator.Xc9yKGQ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17409.             'conversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  17410.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  17411.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  17412.         ], [
  17413.             'conversationRepository' => 'App\\Repository\\ConversationRepository',
  17414.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  17415.             'userRepository' => 'App\\Repository\\UserRepository',
  17416.         ]);
  17417.     }
  17418.     /**
  17419.      * Gets the private '.service_locator.XffhPVn' shared service.
  17420.      *
  17421.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17422.      */
  17423.     protected function get_ServiceLocator_XffhPVnService()
  17424.     {
  17425.         return $this->privates['.service_locator.XffhPVn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17426.             '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.'],
  17427.         ], [
  17428.             'csv' => 'App\\Entity\\PpasCsv',
  17429.         ]);
  17430.     }
  17431.     /**
  17432.      * Gets the private '.service_locator.XhMKgZv' shared service.
  17433.      *
  17434.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17435.      */
  17436.     protected function get_ServiceLocator_XhMKgZvService()
  17437.     {
  17438.         return $this->privates['.service_locator.XhMKgZv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17439.             '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.'],
  17440.             'updateChannelService' => ['privates''App\\Service\\Api\\Chat\\UpdateChannelService''getUpdateChannelServiceService'false],
  17441.         ], [
  17442.             'data' => 'App\\Entity\\Message',
  17443.             'updateChannelService' => 'App\\Service\\Api\\Chat\\UpdateChannelService',
  17444.         ]);
  17445.     }
  17446.     /**
  17447.      * Gets the private '.service_locator.XiW2YFT' shared service.
  17448.      *
  17449.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17450.      */
  17451.     protected function get_ServiceLocator_XiW2YFTService()
  17452.     {
  17453.         return $this->privates['.service_locator.XiW2YFT'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17454.             'transactionTypeRepository' => ['privates''App\\Repository\\TransactionTypeRepository''getTransactionTypeRepositoryService'false],
  17455.         ], [
  17456.             'transactionTypeRepository' => 'App\\Repository\\TransactionTypeRepository',
  17457.         ]);
  17458.     }
  17459.     /**
  17460.      * Gets the private '.service_locator.Y41B.j7' shared service.
  17461.      *
  17462.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17463.      */
  17464.     protected function get_ServiceLocator_Y41B_J7Service()
  17465.     {
  17466.         return $this->privates['.service_locator.Y41B.j7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17467.             'repository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  17468.             'translator' => ['services''translator''getTranslatorService'false],
  17469.         ], [
  17470.             'repository' => 'App\\Repository\\ThepropertyRepository',
  17471.             'translator' => '?',
  17472.         ]);
  17473.     }
  17474.     /**
  17475.      * Gets the private '.service_locator.Y4J.A.e' shared service.
  17476.      *
  17477.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17478.      */
  17479.     protected function get_ServiceLocator_Y4J_A_EService()
  17480.     {
  17481.         return $this->privates['.service_locator.Y4J.A.e'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17482.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17483.         ], [
  17484.             'failed' => '?',
  17485.         ]);
  17486.     }
  17487.     /**
  17488.      * Gets the private '.service_locator.YK93Cie' shared service.
  17489.      *
  17490.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17491.      */
  17492.     protected function get_ServiceLocator_YK93CieService()
  17493.     {
  17494.         return $this->privates['.service_locator.YK93Cie'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17495.             '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.'],
  17496.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService''getOfferProcessServiceService'false],
  17497.         ], [
  17498.             'offer' => 'App\\Entity\\OfferCollaborative',
  17499.             'service' => 'App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService',
  17500.         ]);
  17501.     }
  17502.     /**
  17503.      * Gets the private '.service_locator.YT3BDwX' shared service.
  17504.      *
  17505.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17506.      */
  17507.     protected function get_ServiceLocator_YT3BDwXService()
  17508.     {
  17509.         return $this->privates['.service_locator.YT3BDwX'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17510.             '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.'],
  17511.         ], [
  17512.             'image' => 'App\\Entity\\PropertyImage',
  17513.         ]);
  17514.     }
  17515.     /**
  17516.      * Gets the private '.service_locator.YifncfM' shared service.
  17517.      *
  17518.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17519.      */
  17520.     protected function get_ServiceLocator_YifncfMService()
  17521.     {
  17522.         return $this->privates['.service_locator.YifncfM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17523.             'service' => ['privates''App\\Service\\Api\\User\\NotaryService''getNotaryServiceService'false],
  17524.         ], [
  17525.             'service' => 'App\\Service\\Api\\User\\NotaryService',
  17526.         ]);
  17527.     }
  17528.     /**
  17529.      * Gets the private '.service_locator.YjIwi02' shared service.
  17530.      *
  17531.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17532.      */
  17533.     protected function get_ServiceLocator_YjIwi02Service()
  17534.     {
  17535.         return $this->privates['.service_locator.YjIwi02'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17536.             '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.'],
  17537.         ], [
  17538.             'data' => 'App\\Entity\\ThePropertyMaifInsuranceSummary',
  17539.         ]);
  17540.     }
  17541.     /**
  17542.      * Gets the private '.service_locator.YqyyZ..' shared service.
  17543.      *
  17544.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17545.      */
  17546.     protected function get_ServiceLocator_YqyyZ__Service()
  17547.     {
  17548.         return $this->privates['.service_locator.YqyyZ..'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17549.             '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.'],
  17550.         ], [
  17551.             'client' => 'App\\Entity\\User',
  17552.         ]);
  17553.     }
  17554.     /**
  17555.      * Gets the private '.service_locator.Yybx5tt' shared service.
  17556.      *
  17557.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17558.      */
  17559.     protected function get_ServiceLocator_Yybx5ttService()
  17560.     {
  17561.         return $this->privates['.service_locator.Yybx5tt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17562.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17563.         ], [
  17564.             'entityManager' => '?',
  17565.         ]);
  17566.     }
  17567.     /**
  17568.      * Gets the private '.service_locator.ZO6eemZ' shared service.
  17569.      *
  17570.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17571.      */
  17572.     protected function get_ServiceLocator_ZO6eemZService()
  17573.     {
  17574.         return $this->privates['.service_locator.ZO6eemZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17575.             '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.'],
  17576.         ], [
  17577.             'bank' => 'App\\Entity\\Bank',
  17578.         ]);
  17579.     }
  17580.     /**
  17581.      * Gets the private '.service_locator.ZQCRZEb' shared service.
  17582.      *
  17583.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17584.      */
  17585.     protected function get_ServiceLocator_ZQCRZEbService()
  17586.     {
  17587.         return $this->privates['.service_locator.ZQCRZEb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17588.             'paymentService' => ['privates''App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService''getPaymentServiceService'false],
  17589.         ], [
  17590.             'paymentService' => 'App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService',
  17591.         ]);
  17592.     }
  17593.     /**
  17594.      * Gets the private '.service_locator.ZQLk4Kn' shared service.
  17595.      *
  17596.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17597.      */
  17598.     protected function get_ServiceLocator_ZQLk4KnService()
  17599.     {
  17600.         return $this->privates['.service_locator.ZQLk4Kn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17601.             'formatService' => ['privates''App\\Service\\Api\\Chat\\FormatService''getFormatServiceService'false],
  17602.         ], [
  17603.             'formatService' => 'App\\Service\\Api\\Chat\\FormatService',
  17604.         ]);
  17605.     }
  17606.     /**
  17607.      * Gets the private '.service_locator._H29xsa' shared service.
  17608.      *
  17609.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17610.      */
  17611.     protected function get_ServiceLocator_H29xsaService()
  17612.     {
  17613.         return $this->privates['.service_locator._H29xsa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17614.             '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.'],
  17615.         ], [
  17616.             'dispense' => 'App\\Entity\\Dispense',
  17617.         ]);
  17618.     }
  17619.     /**
  17620.      * Gets the private '.service_locator._WsUJ6Q' shared service.
  17621.      *
  17622.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17623.      */
  17624.     protected function get_ServiceLocator_WsUJ6QService()
  17625.     {
  17626.         return $this->privates['.service_locator._WsUJ6Q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17627.             'repository' => ['privates''App\\Repository\\CoOwnershipRepository''getCoOwnershipRepositoryService'false],
  17628.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  17629.         ], [
  17630.             'repository' => 'App\\Repository\\CoOwnershipRepository',
  17631.             'security' => '?',
  17632.         ]);
  17633.     }
  17634.     /**
  17635.      * Gets the private '.service_locator._ZYSIC1' shared service.
  17636.      *
  17637.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17638.      */
  17639.     protected function get_ServiceLocator_ZYSIC1Service()
  17640.     {
  17641.         return $this->privates['.service_locator._ZYSIC1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17642.             'redis' => ['services''SymfonyBundles\\RedisBundle\\Redis\\ClientInterface''getClientInterfaceService'false],
  17643.         ], [
  17644.             'redis' => 'SymfonyBundles\\RedisBundle\\Redis\\ClientInterface',
  17645.         ]);
  17646.     }
  17647.     /**
  17648.      * Gets the private '.service_locator._uavBYP' shared service.
  17649.      *
  17650.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17651.      */
  17652.     protected function get_ServiceLocator_UavBYPService()
  17653.     {
  17654.         return $this->privates['.service_locator._uavBYP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17655.             '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.'],
  17656.             'service' => ['privates''App\\Service\\Api\\OfferCollaborative\\ListOfferService''getListOfferServiceService'false],
  17657.         ], [
  17658.             'property' => 'App\\Entity\\TheProperty',
  17659.             'service' => 'App\\Service\\Api\\OfferCollaborative\\ListOfferService',
  17660.         ]);
  17661.     }
  17662.     /**
  17663.      * Gets the private '.service_locator._z1VY6v' shared service.
  17664.      *
  17665.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17666.      */
  17667.     protected function get_ServiceLocator_Z1VY6vService()
  17668.     {
  17669.         return $this->privates['.service_locator._z1VY6v'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17670.             '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.'],
  17671.             'roofRepository' => ['privates''App\\Repository\\RoofRepository''getRoofRepositoryService'false],
  17672.         ], [
  17673.             'roof' => 'App\\Entity\\Roof',
  17674.             'roofRepository' => 'App\\Repository\\RoofRepository',
  17675.         ]);
  17676.     }
  17677.     /**
  17678.      * Gets the private '.service_locator.aUCxLiv' shared service.
  17679.      *
  17680.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17681.      */
  17682.     protected function get_ServiceLocator_AUCxLivService()
  17683.     {
  17684.         return $this->privates['.service_locator.aUCxLiv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17685.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17686.             'normalizer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  17687.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  17688.         ], [
  17689.             'manager' => '?',
  17690.             'normalizer' => '?',
  17691.             'security' => '?',
  17692.         ]);
  17693.     }
  17694.     /**
  17695.      * Gets the private '.service_locator.bKynF70' shared service.
  17696.      *
  17697.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17698.      */
  17699.     protected function get_ServiceLocator_BKynF70Service()
  17700.     {
  17701.         return $this->privates['.service_locator.bKynF70'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17702.             '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.'],
  17703.             'repository' => ['privates''App\\Repository\\RentalManagementLeaveRepository''getRentalManagementLeaveRepositoryService'false],
  17704.         ], [
  17705.             'data' => 'App\\Entity\\RentalManagementLeave',
  17706.             'repository' => 'App\\Repository\\RentalManagementLeaveRepository',
  17707.         ]);
  17708.     }
  17709.     /**
  17710.      * Gets the private '.service_locator.bT9eT8t' shared service.
  17711.      *
  17712.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17713.      */
  17714.     protected function get_ServiceLocator_BT9eT8tService()
  17715.     {
  17716.         return $this->privates['.service_locator.bT9eT8t'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17717.             'featureRepository' => ['privates''App\\Repository\\FeatureRepository''getFeatureRepositoryService'false],
  17718.         ], [
  17719.             'featureRepository' => 'App\\Repository\\FeatureRepository',
  17720.         ]);
  17721.     }
  17722.     /**
  17723.      * Gets the private '.service_locator.bY8EWBk' shared service.
  17724.      *
  17725.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17726.      */
  17727.     protected function get_ServiceLocator_BY8EWBkService()
  17728.     {
  17729.         return $this->privates['.service_locator.bY8EWBk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17730.             'architectArtWorkRepository' => ['privates''App\\Repository\\ArchitectArtWorkRepository''getArchitectArtWorkRepositoryService'false],
  17731.         ], [
  17732.             'architectArtWorkRepository' => 'App\\Repository\\ArchitectArtWorkRepository',
  17733.         ]);
  17734.     }
  17735.     /**
  17736.      * Gets the private '.service_locator.c7f47p7' shared service.
  17737.      *
  17738.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17739.      */
  17740.     protected function get_ServiceLocator_C7f47p7Service()
  17741.     {
  17742.         return $this->privates['.service_locator.c7f47p7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17743.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  17744.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17745.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  17746.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  17747.         ], [
  17748.             'async' => '?',
  17749.             'failed' => '?',
  17750.             'messenger.transport.async' => '?',
  17751.             'messenger.transport.failed' => '?',
  17752.         ]);
  17753.     }
  17754.     /**
  17755.      * Gets the private '.service_locator.cEv5ILv' shared service.
  17756.      *
  17757.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17758.      */
  17759.     protected function get_ServiceLocator_CEv5ILvService()
  17760.     {
  17761.         return $this->privates['.service_locator.cEv5ILv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17762.             'repository' => ['privates''App\\Repository\\Plan\\PlanRepository''getPlanRepositoryService'false],
  17763.         ], [
  17764.             'repository' => 'App\\Repository\\Plan\\PlanRepository',
  17765.         ]);
  17766.     }
  17767.     /**
  17768.      * Gets the private '.service_locator.cWCqZec' shared service.
  17769.      *
  17770.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17771.      */
  17772.     protected function get_ServiceLocator_CWCqZecService()
  17773.     {
  17774.         return $this->privates['.service_locator.cWCqZec'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17775.             '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.'],
  17776.         ], [
  17777.             'data' => 'App\\Entity\\TheProperty',
  17778.         ]);
  17779.     }
  17780.     /**
  17781.      * Gets the private '.service_locator.c_K9jaH' shared service.
  17782.      *
  17783.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17784.      */
  17785.     protected function get_ServiceLocator_CK9jaHService()
  17786.     {
  17787.         return $this->privates['.service_locator.c_K9jaH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17788.             'waterRepository' => ['privates''App\\Repository\\WaterSupplierControllerExcelRepository''getWaterSupplierControllerExcelRepositoryService'false],
  17789.         ], [
  17790.             'waterRepository' => 'App\\Repository\\WaterSupplierControllerExcelRepository',
  17791.         ]);
  17792.     }
  17793.     /**
  17794.      * Gets the private '.service_locator.cd7GuMb' shared service.
  17795.      *
  17796.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17797.      */
  17798.     protected function get_ServiceLocator_Cd7GuMbService()
  17799.     {
  17800.         return $this->privates['.service_locator.cd7GuMb'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17801.             '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.'],
  17802.         ], [
  17803.             'providerInventerListCsv' => 'App\\Entity\\ProviderInventerListCsv',
  17804.         ]);
  17805.     }
  17806.     /**
  17807.      * Gets the private '.service_locator.cdUC4AU' shared service.
  17808.      *
  17809.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17810.      */
  17811.     protected function get_ServiceLocator_CdUC4AUService()
  17812.     {
  17813.         return $this->privates['.service_locator.cdUC4AU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17814.             '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.'],
  17815.         ], [
  17816.             'csv' => 'App\\Entity\\NewProjectImmoCsv',
  17817.         ]);
  17818.     }
  17819.     /**
  17820.      * Gets the private '.service_locator.ceYwZua' shared service.
  17821.      *
  17822.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17823.      */
  17824.     protected function get_ServiceLocator_CeYwZuaService()
  17825.     {
  17826.         return $this->privates['.service_locator.ceYwZua'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17827.             '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.'],
  17828.         ], [
  17829.             'sales' => 'App\\Entity\\ClientSalesAgreement',
  17830.         ]);
  17831.     }
  17832.     /**
  17833.      * Gets the private '.service_locator.ch4Jgvl' shared service.
  17834.      *
  17835.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17836.      */
  17837.     protected function get_ServiceLocator_Ch4JgvlService()
  17838.     {
  17839.         return $this->privates['.service_locator.ch4Jgvl'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17840.             '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.'],
  17841.         ], [
  17842.             'user' => 'App\\Entity\\User',
  17843.         ]);
  17844.     }
  17845.     /**
  17846.      * Gets the private '.service_locator.cnX3Q3X' shared service.
  17847.      *
  17848.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17849.      */
  17850.     protected function get_ServiceLocator_CnX3Q3XService()
  17851.     {
  17852.         return $this->privates['.service_locator.cnX3Q3X'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17853.             'sendmail' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  17854.         ], [
  17855.             'sendmail' => 'App\\Service\\SendMail\\SendmailService',
  17856.         ]);
  17857.     }
  17858.     /**
  17859.      * Gets the private '.service_locator.cpFa.v2' shared service.
  17860.      *
  17861.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17862.      */
  17863.     protected function get_ServiceLocator_CpFa_V2Service()
  17864.     {
  17865.         return $this->privates['.service_locator.cpFa.v2'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17866.             'produitRepository' => ['privates''App\\Repository\\SubscriptionProductRepository''getSubscriptionProductRepositoryService'false],
  17867.         ], [
  17868.             'produitRepository' => 'App\\Repository\\SubscriptionProductRepository',
  17869.         ]);
  17870.     }
  17871.     /**
  17872.      * Gets the private '.service_locator.cssU_cs' shared service.
  17873.      *
  17874.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17875.      */
  17876.     protected function get_ServiceLocator_CssUCsService()
  17877.     {
  17878.         return $this->privates['.service_locator.cssU_cs'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17879.             'promoRepository' => ['privates''App\\Repository\\UserServicePromoRepository''getUserServicePromoRepositoryService'false],
  17880.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  17881.             '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.'],
  17882.         ], [
  17883.             'promoRepository' => 'App\\Repository\\UserServicePromoRepository',
  17884.             'serializer' => '?',
  17885.             'servicePromo' => 'App\\Entity\\ServicePromo',
  17886.         ]);
  17887.     }
  17888.     /**
  17889.      * Gets the private '.service_locator.d8usWRn' shared service.
  17890.      *
  17891.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17892.      */
  17893.     protected function get_ServiceLocator_D8usWRnService()
  17894.     {
  17895.         return $this->privates['.service_locator.d8usWRn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17896.             '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.'],
  17897.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  17898.         ], [
  17899.             'notaire' => 'App\\Entity\\User',
  17900.             'passwordEncoder' => '?',
  17901.         ]);
  17902.     }
  17903.     /**
  17904.      * Gets the private '.service_locator.dG2778M' shared service.
  17905.      *
  17906.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17907.      */
  17908.     protected function get_ServiceLocator_DG2778MService()
  17909.     {
  17910.         return $this->privates['.service_locator.dG2778M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17911.             'repository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  17912.         ], [
  17913.             'repository' => 'App\\Repository\\NotificationRepository',
  17914.         ]);
  17915.     }
  17916.     /**
  17917.      * Gets the private '.service_locator.dRhzx5a' shared service.
  17918.      *
  17919.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17920.      */
  17921.     protected function get_ServiceLocator_DRhzx5aService()
  17922.     {
  17923.         return $this->privates['.service_locator.dRhzx5a'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17924.             '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.'],
  17925.         ], [
  17926.             'csv' => 'App\\Entity\\WaterSupplierControllerExcel',
  17927.         ]);
  17928.     }
  17929.     /**
  17930.      * Gets the private '.service_locator.eTKuJSU' shared service.
  17931.      *
  17932.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17933.      */
  17934.     protected function get_ServiceLocator_ETKuJSUService()
  17935.     {
  17936.         return $this->privates['.service_locator.eTKuJSU'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17937.             'certificateRepository' => ['privates''App\\Repository\\ProviderSolarGreenCertificateRepository''getProviderSolarGreenCertificateRepositoryService'false],
  17938.         ], [
  17939.             'certificateRepository' => 'App\\Repository\\ProviderSolarGreenCertificateRepository',
  17940.         ]);
  17941.     }
  17942.     /**
  17943.      * Gets the private '.service_locator.eWBIm4U' shared service.
  17944.      *
  17945.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17946.      */
  17947.     protected function get_ServiceLocator_EWBIm4UService()
  17948.     {
  17949.         return $this->privates['.service_locator.eWBIm4U'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17950.             'repository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  17951.         ], [
  17952.             'repository' => 'App\\Repository\\ThepropertyRepository',
  17953.         ]);
  17954.     }
  17955.     /**
  17956.      * Gets the private '.service_locator.ea4buFp' shared service.
  17957.      *
  17958.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17959.      */
  17960.     protected function get_ServiceLocator_Ea4buFpService()
  17961.     {
  17962.         return $this->privates['.service_locator.ea4buFp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17963.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  17964.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  17965.             '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.'],
  17966.         ], [
  17967.             'manager' => '?',
  17968.             'serializer' => '?',
  17969.             'user' => 'App\\Entity\\User',
  17970.         ]);
  17971.     }
  17972.     /**
  17973.      * Gets the private '.service_locator.eqOSfS3' shared service.
  17974.      *
  17975.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17976.      */
  17977.     protected function get_ServiceLocator_EqOSfS3Service()
  17978.     {
  17979.         return $this->privates['.service_locator.eqOSfS3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17980.             '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.'],
  17981.         ], [
  17982.             'permit' => 'App\\Entity\\UrbanPermit',
  17983.         ]);
  17984.     }
  17985.     /**
  17986.      * Gets the private '.service_locator.f06m0hK' shared service.
  17987.      *
  17988.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  17989.      */
  17990.     protected function get_ServiceLocator_F06m0hKService()
  17991.     {
  17992.         return $this->privates['.service_locator.f06m0hK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  17993.             'engieCsvRepository' => ['privates''App\\Repository\\EngieCsvRepository''getEngieCsvRepositoryService'false],
  17994.         ], [
  17995.             'engieCsvRepository' => 'App\\Repository\\EngieCsvRepository',
  17996.         ]);
  17997.     }
  17998.     /**
  17999.      * Gets the private '.service_locator.f9_N5JA' shared service.
  18000.      *
  18001.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18002.      */
  18003.     protected function get_ServiceLocator_F9N5JAService()
  18004.     {
  18005.         return $this->privates['.service_locator.f9_N5JA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18006.             'imageCacheManager' => ['services''liip_imagine.cache.manager''getLiipImagine_Cache_ManagerService'false],
  18007.         ], [
  18008.             'imageCacheManager' => '?',
  18009.         ]);
  18010.     }
  18011.     /**
  18012.      * Gets the private '.service_locator.fKyoC1M' shared service.
  18013.      *
  18014.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18015.      */
  18016.     protected function get_ServiceLocator_FKyoC1MService()
  18017.     {
  18018.         return $this->privates['.service_locator.fKyoC1M'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18019.             'notaryCsvRepository' => ['privates''App\\Repository\\NotaryCsvRepository''getNotaryCsvRepositoryService'false],
  18020.         ], [
  18021.             'notaryCsvRepository' => 'App\\Repository\\NotaryCsvRepository',
  18022.         ]);
  18023.     }
  18024.     /**
  18025.      * Gets the private '.service_locator.fQZLoV9' shared service.
  18026.      *
  18027.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18028.      */
  18029.     protected function get_ServiceLocator_FQZLoV9Service()
  18030.     {
  18031.         return $this->privates['.service_locator.fQZLoV9'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18032.             '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.'],
  18033.         ], [
  18034.             'product' => 'App\\Entity\\SubscriptionProduct',
  18035.         ]);
  18036.     }
  18037.     /**
  18038.      * Gets the private '.service_locator.fU2hXpG' shared service.
  18039.      *
  18040.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18041.      */
  18042.     protected function get_ServiceLocator_FU2hXpGService()
  18043.     {
  18044.         return $this->privates['.service_locator.fU2hXpG'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18045.             '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.'],
  18046.         ], [
  18047.             'municipality' => 'App\\Entity\\Municipality',
  18048.         ]);
  18049.     }
  18050.     /**
  18051.      * Gets the private '.service_locator.fakrr8S' shared service.
  18052.      *
  18053.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18054.      */
  18055.     protected function get_ServiceLocator_Fakrr8SService()
  18056.     {
  18057.         return $this->privates['.service_locator.fakrr8S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18058.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18059.         ], [
  18060.             'entityManager' => '?',
  18061.         ]);
  18062.     }
  18063.     /**
  18064.      * Gets the private '.service_locator.ft7qy.I' shared service.
  18065.      *
  18066.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18067.      */
  18068.     protected function get_ServiceLocator_Ft7qy_IService()
  18069.     {
  18070.         return $this->privates['.service_locator.ft7qy.I'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18071.             '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.'],
  18072.         ], [
  18073.             'permitPropertyProcedure' => 'App\\Entity\\PermitPropertyProcedure',
  18074.         ]);
  18075.     }
  18076.     /**
  18077.      * Gets the private '.service_locator.gK_elPx' shared service.
  18078.      *
  18079.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18080.      */
  18081.     protected function get_ServiceLocator_GKElPxService()
  18082.     {
  18083.         return $this->privates['.service_locator.gK_elPx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18084.             '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.'],
  18085.         ], [
  18086.             'data' => 'App\\Entity\\CoOwnershipPropositionVote',
  18087.         ]);
  18088.     }
  18089.     /**
  18090.      * Gets the private '.service_locator.gX.Qc1T' shared service.
  18091.      *
  18092.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18093.      */
  18094.     protected function get_ServiceLocator_GX_Qc1TService()
  18095.     {
  18096.         return $this->privates['.service_locator.gX.Qc1T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18097.             '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.'],
  18098.         ], [
  18099.             'purchase' => 'App\\Entity\\Purchase',
  18100.         ]);
  18101.     }
  18102.     /**
  18103.      * Gets the private '.service_locator.gZj4smN' shared service.
  18104.      *
  18105.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18106.      */
  18107.     protected function get_ServiceLocator_GZj4smNService()
  18108.     {
  18109.         return $this->privates['.service_locator.gZj4smN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18110.             'repository' => ['privates''App\\Repository\\TheserviceRepository''getTheserviceRepositoryService'false],
  18111.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  18112.             'serializer' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  18113.         ], [
  18114.             'repository' => 'App\\Repository\\TheserviceRepository',
  18115.             'security' => '?',
  18116.             'serializer' => '?',
  18117.         ]);
  18118.     }
  18119.     /**
  18120.      * Gets the private '.service_locator.gsc0ZJ3' shared service.
  18121.      *
  18122.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18123.      */
  18124.     protected function get_ServiceLocator_Gsc0ZJ3Service()
  18125.     {
  18126.         return $this->privates['.service_locator.gsc0ZJ3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18127.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18128.             'security' => ['privates''security.helper''getSecurity_HelperService'false],
  18129.         ], [
  18130.             'manager' => '?',
  18131.             'security' => '?',
  18132.         ]);
  18133.     }
  18134.     /**
  18135.      * Gets the private '.service_locator.gwjqcS0' shared service.
  18136.      *
  18137.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18138.      */
  18139.     protected function get_ServiceLocator_GwjqcS0Service()
  18140.     {
  18141.         return $this->privates['.service_locator.gwjqcS0'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18142.             '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.'],
  18143.         ], [
  18144.             'notaire' => 'App\\Entity\\User',
  18145.         ]);
  18146.     }
  18147.     /**
  18148.      * Gets the private '.service_locator.hAJ2wVi' shared service.
  18149.      *
  18150.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18151.      */
  18152.     protected function get_ServiceLocator_HAJ2wViService()
  18153.     {
  18154.         return $this->privates['.service_locator.hAJ2wVi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18155.             'repository' => ['privates''App\\Repository\\ReferenceRentRepository''getReferenceRentRepositoryService'false],
  18156.         ], [
  18157.             'repository' => 'App\\Repository\\ReferenceRentRepository',
  18158.         ]);
  18159.     }
  18160.     /**
  18161.      * Gets the private '.service_locator.hPJEFlh' shared service.
  18162.      *
  18163.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18164.      */
  18165.     protected function get_ServiceLocator_HPJEFlhService()
  18166.     {
  18167.         return $this->privates['.service_locator.hPJEFlh'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18168.             'sBase' => ['privates''App\\Mybase\\Services\\Base\\SBase''getSBaseService'false],
  18169.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  18170.         ], [
  18171.             'sBase' => 'App\\Mybase\\Services\\Base\\SBase',
  18172.             'userRepository' => 'App\\Repository\\UserRepository',
  18173.         ]);
  18174.     }
  18175.     /**
  18176.      * Gets the private '.service_locator.hctAHiv' shared service.
  18177.      *
  18178.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18179.      */
  18180.     protected function get_ServiceLocator_HctAHivService()
  18181.     {
  18182.         return $this->privates['.service_locator.hctAHiv'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18183.             '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.'],
  18184.         ], [
  18185.             'inventory' => 'App\\Entity\\Inventory',
  18186.         ]);
  18187.     }
  18188.     /**
  18189.      * Gets the private '.service_locator.iOm7w8h' shared service.
  18190.      *
  18191.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18192.      */
  18193.     protected function get_ServiceLocator_IOm7w8hService()
  18194.     {
  18195.         return $this->privates['.service_locator.iOm7w8h'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18196.             '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.'],
  18197.         ], [
  18198.             'locationTank' => 'App\\Entity\\PermitLocationEnvironment',
  18199.         ]);
  18200.     }
  18201.     /**
  18202.      * Gets the private '.service_locator.iRu.Xb1' shared service.
  18203.      *
  18204.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18205.      */
  18206.     protected function get_ServiceLocator_IRu_Xb1Service()
  18207.     {
  18208.         return $this->privates['.service_locator.iRu.Xb1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18209.             'societyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  18210.             'userRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  18211.         ], [
  18212.             'societyRepository' => 'App\\Repository\\SocietyRepository',
  18213.             'userRepository' => 'App\\Repository\\UserRepository',
  18214.         ]);
  18215.     }
  18216.     /**
  18217.      * Gets the private '.service_locator.icZiCPH' shared service.
  18218.      *
  18219.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18220.      */
  18221.     protected function get_ServiceLocator_IcZiCPHService()
  18222.     {
  18223.         return $this->privates['.service_locator.icZiCPH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18224.             '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.'],
  18225.         ], [
  18226.             'defaultclause' => 'App\\Entity\\DefaultClause',
  18227.         ]);
  18228.     }
  18229.     /**
  18230.      * Gets the private '.service_locator.ijEx0xo' shared service.
  18231.      *
  18232.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18233.      */
  18234.     protected function get_ServiceLocator_IjEx0xoService()
  18235.     {
  18236.         return $this->privates['.service_locator.ijEx0xo'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18237.             '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.'],
  18238.         ], [
  18239.             'permitCiterne' => 'App\\Entity\\PermitCiterne',
  18240.         ]);
  18241.     }
  18242.     /**
  18243.      * Gets the private '.service_locator.iuOsbYx' shared service.
  18244.      *
  18245.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18246.      */
  18247.     protected function get_ServiceLocator_IuOsbYxService()
  18248.     {
  18249.         return $this->privates['.service_locator.iuOsbYx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18250.             '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.'],
  18251.             'thePropertyExtensionOrderService' => ['privates''App\\Service\\Webshop\\ThePropertyExtensionOrder''getThePropertyExtensionOrder2Service'false],
  18252.         ], [
  18253.             'thePropertyExtensionOrder' => 'App\\Entity\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrder',
  18254.             'thePropertyExtensionOrderService' => 'App\\Service\\Webshop\\ThePropertyExtensionOrder',
  18255.         ]);
  18256.     }
  18257.     /**
  18258.      * Gets the private '.service_locator.jTOejGZ' shared service.
  18259.      *
  18260.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18261.      */
  18262.     protected function get_ServiceLocator_JTOejGZService()
  18263.     {
  18264.         return $this->privates['.service_locator.jTOejGZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18265.             'thePropertySessionRepository' => ['privates''App\\Repository\\ThePropertySessionRepository''getThePropertySessionRepositoryService'false],
  18266.         ], [
  18267.             'thePropertySessionRepository' => 'App\\Repository\\ThePropertySessionRepository',
  18268.         ]);
  18269.     }
  18270.     /**
  18271.      * Gets the private '.service_locator.jqKA1ti' shared service.
  18272.      *
  18273.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18274.      */
  18275.     protected function get_ServiceLocator_JqKA1tiService()
  18276.     {
  18277.         return $this->privates['.service_locator.jqKA1ti'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18278.             '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.'],
  18279.         ], [
  18280.             'data' => 'App\\Entity\\SyndicChat',
  18281.         ]);
  18282.     }
  18283.     /**
  18284.      * Gets the private '.service_locator.k2UDkSr' shared service.
  18285.      *
  18286.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18287.      */
  18288.     protected function get_ServiceLocator_K2UDkSrService()
  18289.     {
  18290.         return $this->privates['.service_locator.k2UDkSr'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18291.             'categoryEnvironnementRepository' => ['privates''App\\Repository\\CategoryEnvironnementRepository''getCategoryEnvironnementRepositoryService'false],
  18292.         ], [
  18293.             'categoryEnvironnementRepository' => 'App\\Repository\\CategoryEnvironnementRepository',
  18294.         ]);
  18295.     }
  18296.     /**
  18297.      * Gets the private '.service_locator.kHIPNC3' shared service.
  18298.      *
  18299.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18300.      */
  18301.     protected function get_ServiceLocator_KHIPNC3Service()
  18302.     {
  18303.         return $this->privates['.service_locator.kHIPNC3'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18304.             '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.'],
  18305.         ], [
  18306.             'workcost' => 'App\\Entity\\Workcost',
  18307.         ]);
  18308.     }
  18309.     /**
  18310.      * Gets the private '.service_locator.kJ7g21u' shared service.
  18311.      *
  18312.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18313.      */
  18314.     protected function get_ServiceLocator_KJ7g21uService()
  18315.     {
  18316.         return $this->privates['.service_locator.kJ7g21u'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18317.             '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.'],
  18318.             '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.'],
  18319.             '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.'],
  18320.         ], [
  18321.             'dateMovinExist' => 'App\\Entity\\MovingDate',
  18322.             'theProperty' => 'App\\Entity\\TheProperty',
  18323.             'user' => 'App\\Entity\\User',
  18324.         ]);
  18325.     }
  18326.     /**
  18327.      * Gets the private '.service_locator.kSnmcso' shared service.
  18328.      *
  18329.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18330.      */
  18331.     protected function get_ServiceLocator_KSnmcsoService()
  18332.     {
  18333.         return $this->privates['.service_locator.kSnmcso'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18334.             '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.'],
  18335.         ], [
  18336.             'rentestimation' => 'App\\Entity\\Rentestimation',
  18337.         ]);
  18338.     }
  18339.     /**
  18340.      * Gets the private '.service_locator.kmSUvCn' shared service.
  18341.      *
  18342.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18343.      */
  18344.     protected function get_ServiceLocator_KmSUvCnService()
  18345.     {
  18346.         return $this->privates['.service_locator.kmSUvCn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18347.             '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.'],
  18348.         ], [
  18349.             'clientSales' => 'App\\Entity\\ClientSalesAgreement',
  18350.         ]);
  18351.     }
  18352.     /**
  18353.      * Gets the private '.service_locator.kn9MsEH' shared service.
  18354.      *
  18355.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18356.      */
  18357.     protected function get_ServiceLocator_Kn9MsEHService()
  18358.     {
  18359.         return $this->privates['.service_locator.kn9MsEH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18360.             '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.'],
  18361.             'repository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  18362.             'service' => ['privates''App\\Service\\Api\\Notification\\NotificationService''getNotificationService2Service'false],
  18363.         ], [
  18364.             'data' => 'App\\Entity\\Notification',
  18365.             'repository' => 'App\\Repository\\NotificationRepository',
  18366.             'service' => 'App\\Service\\Api\\Notification\\NotificationService',
  18367.         ]);
  18368.     }
  18369.     /**
  18370.      * Gets the private '.service_locator.kw12yOt' shared service.
  18371.      *
  18372.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18373.      */
  18374.     protected function get_ServiceLocator_Kw12yOtService()
  18375.     {
  18376.         return $this->privates['.service_locator.kw12yOt'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18377.             '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.'],
  18378.             'excelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  18379.         ], [
  18380.             'excelFile' => 'App\\Entity\\ExcelFile',
  18381.             'excelFileRepository' => 'App\\Repository\\ExcelFileRepository',
  18382.         ]);
  18383.     }
  18384.     /**
  18385.      * Gets the private '.service_locator.l2QwsaZ' shared service.
  18386.      *
  18387.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18388.      */
  18389.     protected function get_ServiceLocator_L2QwsaZService()
  18390.     {
  18391.         return $this->privates['.service_locator.l2QwsaZ'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18392.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18393.         ], [
  18394.             'entityManager' => '?',
  18395.         ]);
  18396.     }
  18397.     /**
  18398.      * Gets the private '.service_locator.lqzS9y4' shared service.
  18399.      *
  18400.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18401.      */
  18402.     protected function get_ServiceLocator_LqzS9y4Service()
  18403.     {
  18404.         return $this->privates['.service_locator.lqzS9y4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18405.             'repository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  18406.         ], [
  18407.             'repository' => 'App\\Repository\\UserRepository',
  18408.         ]);
  18409.     }
  18410.     /**
  18411.      * Gets the private '.service_locator.luv6nW.' shared service.
  18412.      *
  18413.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18414.      */
  18415.     protected function get_ServiceLocator_Luv6nW_Service()
  18416.     {
  18417.         return $this->privates['.service_locator.luv6nW.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18418.             '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.'],
  18419.         ], [
  18420.             'order' => 'App\\Entity\\Orders',
  18421.         ]);
  18422.     }
  18423.     /**
  18424.      * Gets the private '.service_locator.mC7pTcw' shared service.
  18425.      *
  18426.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18427.      */
  18428.     protected function get_ServiceLocator_MC7pTcwService()
  18429.     {
  18430.         return $this->privates['.service_locator.mC7pTcw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18431.             'webhookService' => ['services''App\\Service\\YousignWebhookService''getYousignWebhookServiceService'false],
  18432.         ], [
  18433.             'webhookService' => 'App\\Service\\YousignWebhookService',
  18434.         ]);
  18435.     }
  18436.     /**
  18437.      * Gets the private '.service_locator.mZFiE_G' shared service.
  18438.      *
  18439.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18440.      */
  18441.     protected function get_ServiceLocator_MZFiEGService()
  18442.     {
  18443.         return $this->privates['.service_locator.mZFiE_G'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18444.             'thePropertyExtensionOrderRepository' => ['privates''App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository''getThePropertyExtensionOrderRepositoryService'false],
  18445.         ], [
  18446.             'thePropertyExtensionOrderRepository' => 'App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository',
  18447.         ]);
  18448.     }
  18449.     /**
  18450.      * Gets the private '.service_locator.m_.Dc7T' shared service.
  18451.      *
  18452.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18453.      */
  18454.     protected function get_ServiceLocator_M_Dc7TService()
  18455.     {
  18456.         return $this->privates['.service_locator.m_.Dc7T'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18457.             '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.'],
  18458.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  18459.             '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.'],
  18460.         ], [
  18461.             'property' => 'App\\Entity\\TheProperty',
  18462.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  18463.             'user' => 'App\\Entity\\User',
  18464.         ]);
  18465.     }
  18466.     /**
  18467.      * Gets the private '.service_locator.mfu9Rg_' shared service.
  18468.      *
  18469.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18470.      */
  18471.     protected function get_ServiceLocator_Mfu9RgService()
  18472.     {
  18473.         return $this->privates['.service_locator.mfu9Rg_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18474.             '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.'],
  18475.             'propertyAdService' => ['privates''App\\Service\\Api\\TheProperty\\PropertyAdService''getPropertyAdServiceService'false],
  18476.         ], [
  18477.             'data' => 'App\\Entity\\TheProperty',
  18478.             'propertyAdService' => 'App\\Service\\Api\\TheProperty\\PropertyAdService',
  18479.         ]);
  18480.     }
  18481.     /**
  18482.      * Gets the private '.service_locator.moJPmD6' shared service.
  18483.      *
  18484.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18485.      */
  18486.     protected function get_ServiceLocator_MoJPmD6Service()
  18487.     {
  18488.         return $this->privates['.service_locator.moJPmD6'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18489.             'guardAuthenticatorHandler' => ['privates''security.authentication.guard_handler''getSecurity_Authentication_GuardHandlerService'false],
  18490.             'personnelAuthenticator' => ['privates''App\\Security\\PersonnelAuthenticator''getPersonnelAuthenticatorService'false],
  18491.         ], [
  18492.             'guardAuthenticatorHandler' => '?',
  18493.             'personnelAuthenticator' => 'App\\Security\\PersonnelAuthenticator',
  18494.         ]);
  18495.     }
  18496.     /**
  18497.      * Gets the private '.service_locator.mv5KO2i' shared service.
  18498.      *
  18499.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18500.      */
  18501.     protected function get_ServiceLocator_Mv5KO2iService()
  18502.     {
  18503.         return $this->privates['.service_locator.mv5KO2i'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18504.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  18505.             'getloyerimmmogo' => ['privates''App\\Service\\GetloyerprospectifImmogo''getGetloyerprospectifImmogoService'false],
  18506.             'property' => ['privates''.errored..service_locator.mv5KO2i.App\\Entity\\TheProperty'NULL'Cannot autowire service ".service_locator.mv5KO2i": it references class "App\\Entity\\TheProperty" but no such service exists. Try changing the type-hint to "App\\Mybase\\Entity\\BaseEntity" instead.'],
  18507.             'searchIndexUpdater' => ['privates''App\\Service\\GlobalSearch\\SearchIndexUpdater''getSearchIndexUpdaterService'false],
  18508.             'sendmailservice' => ['services''App\\Service\\SendMail\\SendmailService''getSendmailServiceService'false],
  18509.             'traitementUrl' => ['privates''App\\Service\\TraitementUrl''getTraitementUrlService'false],
  18510.         ], [
  18511.             'formule' => 'App\\Service\\Formule',
  18512.             'getloyerimmmogo' => 'App\\Service\\GetloyerprospectifImmogo',
  18513.             'property' => 'App\\Entity\\TheProperty',
  18514.             'searchIndexUpdater' => 'App\\Service\\GlobalSearch\\SearchIndexUpdater',
  18515.             'sendmailservice' => 'App\\Service\\SendMail\\SendmailService',
  18516.             'traitementUrl' => 'App\\Service\\TraitementUrl',
  18517.         ]);
  18518.     }
  18519.     /**
  18520.      * Gets the private '.service_locator.n0PRmXS' shared service.
  18521.      *
  18522.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18523.      */
  18524.     protected function get_ServiceLocator_N0PRmXSService()
  18525.     {
  18526.         return $this->privates['.service_locator.n0PRmXS'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18527.             'contractRejectionService' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService''getContractRejectionServiceService'false],
  18528.             '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.'],
  18529.         ], [
  18530.             'contractRejectionService' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService',
  18531.             'solicitation' => 'App\\Entity\\Solicitation',
  18532.         ]);
  18533.     }
  18534.     /**
  18535.      * Gets the private '.service_locator.nDQTbMz' shared service.
  18536.      *
  18537.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18538.      */
  18539.     protected function get_ServiceLocator_NDQTbMzService()
  18540.     {
  18541.         return $this->privates['.service_locator.nDQTbMz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18542.             '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.'],
  18543.         ], [
  18544.             'solarVoltaic' => 'App\\Entity\\ProviderSolarPhotovoltaic',
  18545.         ]);
  18546.     }
  18547.     /**
  18548.      * Gets the private '.service_locator.nouU6Pi' shared service.
  18549.      *
  18550.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18551.      */
  18552.     protected function get_ServiceLocator_NouU6PiService()
  18553.     {
  18554.         return $this->privates['.service_locator.nouU6Pi'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18555.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18556.         ], [
  18557.             'entityManager' => '?',
  18558.         ]);
  18559.     }
  18560.     /**
  18561.      * Gets the private '.service_locator.o.pBLRP' shared service.
  18562.      *
  18563.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18564.      */
  18565.     protected function get_ServiceLocator_O_PBLRPService()
  18566.     {
  18567.         return $this->privates['.service_locator.o.pBLRP'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18568.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  18569.         ], [
  18570.             'formule' => 'App\\Service\\Formule',
  18571.         ]);
  18572.     }
  18573.     /**
  18574.      * Gets the private '.service_locator.o9wrxnc' shared service.
  18575.      *
  18576.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18577.      */
  18578.     protected function get_ServiceLocator_O9wrxncService()
  18579.     {
  18580.         return $this->privates['.service_locator.o9wrxnc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18581.             '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.'],
  18582.             'repository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  18583.         ], [
  18584.             'property' => 'App\\Entity\\TheProperty',
  18585.             'repository' => 'App\\Repository\\ThepropertyRepository',
  18586.         ]);
  18587.     }
  18588.     /**
  18589.      * Gets the private '.service_locator.oYeaqIz' shared service.
  18590.      *
  18591.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18592.      */
  18593.     protected function get_ServiceLocator_OYeaqIzService()
  18594.     {
  18595.         return $this->privates['.service_locator.oYeaqIz'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18596.             'sBase' => ['privates''App\\Mybase\\Services\\Base\\SBase''getSBaseService'false],
  18597.             'serializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  18598.             'subsectionRepository' => ['privates''App\\Repository\\SubsectionRepository''getSubsectionRepositoryService'false],
  18599.         ], [
  18600.             'sBase' => 'App\\Mybase\\Services\\Base\\SBase',
  18601.             'serializerInterface' => '?',
  18602.             'subsectionRepository' => 'App\\Repository\\SubsectionRepository',
  18603.         ]);
  18604.     }
  18605.     /**
  18606.      * Gets the private '.service_locator.oiABibH' shared service.
  18607.      *
  18608.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18609.      */
  18610.     protected function get_ServiceLocator_OiABibHService()
  18611.     {
  18612.         return $this->privates['.service_locator.oiABibH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18613.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18614.         ], [
  18615.             'manager' => '?',
  18616.         ]);
  18617.     }
  18618.     /**
  18619.      * Gets the private '.service_locator.or.noX7' shared service.
  18620.      *
  18621.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18622.      */
  18623.     protected function get_ServiceLocator_Or_NoX7Service()
  18624.     {
  18625.         return $this->privates['.service_locator.or.noX7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18626.             '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.'],
  18627.         ], [
  18628.             'salesAgreement' => 'App\\Entity\\ClientSalesAgreement',
  18629.         ]);
  18630.     }
  18631.     /**
  18632.      * Gets the private '.service_locator.p.ZVzkD' shared service.
  18633.      *
  18634.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18635.      */
  18636.     protected function get_ServiceLocator_P_ZVzkDService()
  18637.     {
  18638.         return $this->privates['.service_locator.p.ZVzkD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18639.             'excelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  18640.         ], [
  18641.             'excelFileRepository' => 'App\\Repository\\ExcelFileRepository',
  18642.         ]);
  18643.     }
  18644.     /**
  18645.      * Gets the private '.service_locator.p8d3Ugc' shared service.
  18646.      *
  18647.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18648.      */
  18649.     protected function get_ServiceLocator_P8d3UgcService()
  18650.     {
  18651.         return $this->privates['.service_locator.p8d3Ugc'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18652.             'security.firewall.map.context.admin' => ['privates''security.firewall.map.context.admin''getSecurity_Firewall_Map_Context_AdminService'false],
  18653.             'security.firewall.map.context.client' => ['privates''security.firewall.map.context.client''getSecurity_Firewall_Map_Context_ClientService'false],
  18654.             'security.firewall.map.context.client_refresh' => ['privates''security.firewall.map.context.client_refresh''getSecurity_Firewall_Map_Context_ClientRefreshService'false],
  18655.             'security.firewall.map.context.dev' => ['privates''security.firewall.map.context.dev''getSecurity_Firewall_Map_Context_DevService'false],
  18656.         ], [
  18657.             'security.firewall.map.context.admin' => '?',
  18658.             'security.firewall.map.context.client' => '?',
  18659.             'security.firewall.map.context.client_refresh' => '?',
  18660.             'security.firewall.map.context.dev' => '?',
  18661.         ]);
  18662.     }
  18663.     /**
  18664.      * Gets the private '.service_locator.p8g7kFY' shared service.
  18665.      *
  18666.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18667.      */
  18668.     protected function get_ServiceLocator_P8g7kFYService()
  18669.     {
  18670.         return $this->privates['.service_locator.p8g7kFY'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18671.             'AreaCsvRepository' => ['privates''App\\Repository\\AreaCsvRepository''getAreaCsvRepositoryService'false],
  18672.         ], [
  18673.             'AreaCsvRepository' => 'App\\Repository\\AreaCsvRepository',
  18674.         ]);
  18675.     }
  18676.     /**
  18677.      * Gets the private '.service_locator.pIUPwuq' shared service.
  18678.      *
  18679.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18680.      */
  18681.     protected function get_ServiceLocator_PIUPwuqService()
  18682.     {
  18683.         return $this->privates['.service_locator.pIUPwuq'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18684.             '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.'],
  18685.         ], [
  18686.             'supplier' => 'App\\Entity\\Supplier',
  18687.         ]);
  18688.     }
  18689.     /**
  18690.      * Gets the private '.service_locator.piW.LyK' shared service.
  18691.      *
  18692.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18693.      */
  18694.     protected function get_ServiceLocator_PiW_LyKService()
  18695.     {
  18696.         return $this->privates['.service_locator.piW.LyK'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18697.             'csrfTokenManager' => ['services''.container.private.security.csrf.token_manager''get_Container_Private_Security_Csrf_TokenManagerService'false],
  18698.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  18699.             '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.'],
  18700.         ], [
  18701.             'csrfTokenManager' => '?',
  18702.             'passwordEncoder' => '?',
  18703.             'personnel' => 'App\\Entity\\User',
  18704.         ]);
  18705.     }
  18706.     /**
  18707.      * Gets the private '.service_locator.pmZg3Qp' shared service.
  18708.      *
  18709.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18710.      */
  18711.     protected function get_ServiceLocator_PmZg3QpService()
  18712.     {
  18713.         return $this->privates['.service_locator.pmZg3Qp'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18714.             '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.'],
  18715.         ], [
  18716.             'csv' => 'App\\Entity\\EducationCsv',
  18717.         ]);
  18718.     }
  18719.     /**
  18720.      * Gets the private '.service_locator.q4bsI0S' shared service.
  18721.      *
  18722.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18723.      */
  18724.     protected function get_ServiceLocator_Q4bsI0SService()
  18725.     {
  18726.         return $this->privates['.service_locator.q4bsI0S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18727.             '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.'],
  18728.         ], [
  18729.             'region' => 'App\\Entity\\Region',
  18730.         ]);
  18731.     }
  18732.     /**
  18733.      * Gets the private '.service_locator.qC0B8LW' shared service.
  18734.      *
  18735.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18736.      */
  18737.     protected function get_ServiceLocator_QC0B8LWService()
  18738.     {
  18739.         return $this->privates['.service_locator.qC0B8LW'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18740.             'suggestionPriceService' => ['privates''App\\Service\\Api\\TheProperty\\SuggestionPriceService''getSuggestionPriceServiceService'false],
  18741.         ], [
  18742.             'suggestionPriceService' => 'App\\Service\\Api\\TheProperty\\SuggestionPriceService',
  18743.         ]);
  18744.     }
  18745.     /**
  18746.      * Gets the private '.service_locator.qfFZR0.' shared service.
  18747.      *
  18748.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18749.      */
  18750.     protected function get_ServiceLocator_QfFZR0_Service()
  18751.     {
  18752.         return $this->privates['.service_locator.qfFZR0.'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18753.             '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.'],
  18754.             'excelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  18755.             'parameterBag' => ['privates''parameter_bag''getParameterBagService'false],
  18756.         ], [
  18757.             'excelFile' => 'App\\Entity\\ExcelFile',
  18758.             'excelFileRepository' => 'App\\Repository\\ExcelFileRepository',
  18759.             'parameterBag' => '?',
  18760.         ]);
  18761.     }
  18762.     /**
  18763.      * Gets the private '.service_locator.qkWn6JN' shared service.
  18764.      *
  18765.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18766.      */
  18767.     protected function get_ServiceLocator_QkWn6JNService()
  18768.     {
  18769.         return $this->privates['.service_locator.qkWn6JN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18770.             'authenticationUtils' => ['privates''security.authentication_utils''getSecurity_AuthenticationUtilsService'false],
  18771.             'traiteFolder' => ['privates''App\\Service\\TraitementFolder''getTraitementFolderService'false],
  18772.         ], [
  18773.             'authenticationUtils' => '?',
  18774.             'traiteFolder' => 'App\\Service\\TraitementFolder',
  18775.         ]);
  18776.     }
  18777.     /**
  18778.      * Gets the private '.service_locator.rJp3xY1' shared service.
  18779.      *
  18780.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18781.      */
  18782.     protected function get_ServiceLocator_RJp3xY1Service()
  18783.     {
  18784.         return $this->privates['.service_locator.rJp3xY1'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18785.             'sBase' => ['privates''App\\Mybase\\Services\\Base\\SBase''getSBaseService'false],
  18786.             'serializerInterface' => ['services''.container.private.serializer''get_Container_Private_SerializerService'false],
  18787.             'typeofworkRepository' => ['privates''App\\Repository\\TypeofworkRepository''getTypeofworkRepositoryService'false],
  18788.         ], [
  18789.             'sBase' => 'App\\Mybase\\Services\\Base\\SBase',
  18790.             'serializerInterface' => '?',
  18791.             'typeofworkRepository' => 'App\\Repository\\TypeofworkRepository',
  18792.         ]);
  18793.     }
  18794.     /**
  18795.      * Gets the private '.service_locator.rLRqRgA' shared service.
  18796.      *
  18797.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18798.      */
  18799.     protected function get_ServiceLocator_RLRqRgAService()
  18800.     {
  18801.         return $this->privates['.service_locator.rLRqRgA'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18802.             '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.'],
  18803.         ], [
  18804.             'deedOfSale' => 'App\\Entity\\DeedOfSale',
  18805.         ]);
  18806.     }
  18807.     /**
  18808.      * Gets the private '.service_locator.rhFGw9S' shared service.
  18809.      *
  18810.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18811.      */
  18812.     protected function get_ServiceLocator_RhFGw9SService()
  18813.     {
  18814.         return $this->privates['.service_locator.rhFGw9S'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18815.             '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.'],
  18816.             '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.'],
  18817.             '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.'],
  18818.         ], [
  18819.             'receivedUser' => 'App\\Entity\\User',
  18820.             'senderUser' => 'App\\Entity\\User',
  18821.             'theproperty' => 'App\\Entity\\TheProperty',
  18822.         ]);
  18823.     }
  18824.     /**
  18825.      * Gets the private '.service_locator.rx4Btpa' shared service.
  18826.      *
  18827.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18828.      */
  18829.     protected function get_ServiceLocator_Rx4BtpaService()
  18830.     {
  18831.         return $this->privates['.service_locator.rx4Btpa'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18832.             'repository' => ['privates''App\\Repository\\PublicInquiryInProgressCsvRepository''getPublicInquiryInProgressCsvRepositoryService'false],
  18833.         ], [
  18834.             'repository' => 'App\\Repository\\PublicInquiryInProgressCsvRepository',
  18835.         ]);
  18836.     }
  18837.     /**
  18838.      * Gets the private '.service_locator.s4h4eVI' shared service.
  18839.      *
  18840.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18841.      */
  18842.     protected function get_ServiceLocator_S4h4eVIService()
  18843.     {
  18844.         return $this->privates['.service_locator.s4h4eVI'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18845.             'mailToSend' => ['privates''App\\Service\\MailToSend''getMailToSendService'false],
  18846.             'manager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18847.         ], [
  18848.             'mailToSend' => 'App\\Service\\MailToSend',
  18849.             'manager' => '?',
  18850.         ]);
  18851.     }
  18852.     /**
  18853.      * Gets the private '.service_locator.tUSUGrk' shared service.
  18854.      *
  18855.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18856.      */
  18857.     protected function get_ServiceLocator_TUSUGrkService()
  18858.     {
  18859.         return $this->privates['.service_locator.tUSUGrk'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18860.             '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.'],
  18861.         ], [
  18862.             'csv' => 'App\\Entity\\PublicInquiryInProgressCsv',
  18863.         ]);
  18864.     }
  18865.     /**
  18866.      * Gets the private '.service_locator.tUwTca4' shared service.
  18867.      *
  18868.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18869.      */
  18870.     protected function get_ServiceLocator_TUwTca4Service()
  18871.     {
  18872.         return $this->privates['.service_locator.tUwTca4'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18873.             'service' => ['privates''App\\Service\\Microservice\\CadastreService''getCadastreServiceService'false],
  18874.         ], [
  18875.             'service' => 'App\\Service\\Microservice\\CadastreService',
  18876.         ]);
  18877.     }
  18878.     /**
  18879.      * Gets the private '.service_locator.te70QFD' shared service.
  18880.      *
  18881.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18882.      */
  18883.     protected function get_ServiceLocator_Te70QFDService()
  18884.     {
  18885.         return $this->privates['.service_locator.te70QFD'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18886.             '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.'],
  18887.         ], [
  18888.             'csv' => 'App\\Entity\\Csv',
  18889.         ]);
  18890.     }
  18891.     /**
  18892.      * Gets the private '.service_locator.teylBQH' shared service.
  18893.      *
  18894.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18895.      */
  18896.     protected function get_ServiceLocator_TeylBQHService()
  18897.     {
  18898.         return $this->privates['.service_locator.teylBQH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18899.             'cache' => ['services''cache.app''getCache_AppService'false],
  18900.             'repository' => ['privates''App\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  18901.         ], [
  18902.             'cache' => '?',
  18903.             'repository' => 'App\\Repository\\PropertyTypeRepository',
  18904.         ]);
  18905.     }
  18906.     /**
  18907.      * Gets the private '.service_locator.tiqlpZ8' shared service.
  18908.      *
  18909.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18910.      */
  18911.     protected function get_ServiceLocator_TiqlpZ8Service()
  18912.     {
  18913.         return $this->privates['.service_locator.tiqlpZ8'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18914.             'advertisingRepository' => ['privates''App\\Repository\\ExternalProviderAdvertisingRepository''getExternalProviderAdvertisingRepositoryService'false],
  18915.         ], [
  18916.             'advertisingRepository' => 'App\\Repository\\ExternalProviderAdvertisingRepository',
  18917.         ]);
  18918.     }
  18919.     /**
  18920.      * Gets the private '.service_locator.u2JReeV' shared service.
  18921.      *
  18922.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18923.      */
  18924.     protected function get_ServiceLocator_U2JReeVService()
  18925.     {
  18926.         return $this->privates['.service_locator.u2JReeV'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18927.             '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.'],
  18928.         ], [
  18929.             'country' => 'App\\Entity\\Country',
  18930.         ]);
  18931.     }
  18932.     /**
  18933.      * Gets the private '.service_locator.v5Ow3DE' shared service.
  18934.      *
  18935.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18936.      */
  18937.     protected function get_ServiceLocator_V5Ow3DEService()
  18938.     {
  18939.         return $this->privates['.service_locator.v5Ow3DE'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18940.             'formule' => ['privates''App\\Service\\Formule''getFormuleService'false],
  18941.             'getloyerimmmogo' => ['privates''App\\Service\\GetloyerprospectifImmogo''getGetloyerprospectifImmogoService'false],
  18942.             'traitementUrl' => ['privates''App\\Service\\TraitementUrl''getTraitementUrlService'false],
  18943.         ], [
  18944.             'formule' => 'App\\Service\\Formule',
  18945.             'getloyerimmmogo' => 'App\\Service\\GetloyerprospectifImmogo',
  18946.             'traitementUrl' => 'App\\Service\\TraitementUrl',
  18947.         ]);
  18948.     }
  18949.     /**
  18950.      * Gets the private '.service_locator.vIdYB67' shared service.
  18951.      *
  18952.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18953.      */
  18954.     protected function get_ServiceLocator_VIdYB67Service()
  18955.     {
  18956.         return $this->privates['.service_locator.vIdYB67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18957.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  18958.         ], [
  18959.             'entityManager' => '?',
  18960.         ]);
  18961.     }
  18962.     /**
  18963.      * Gets the private '.service_locator.vZAMnV5' shared service.
  18964.      *
  18965.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18966.      */
  18967.     protected function get_ServiceLocator_VZAMnV5Service()
  18968.     {
  18969.         return $this->privates['.service_locator.vZAMnV5'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18970.             'service' => ['privates''App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService''getValidateOfferLeaseServiceService'false],
  18971.         ], [
  18972.             'service' => 'App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService',
  18973.         ]);
  18974.     }
  18975.     /**
  18976.      * Gets the private '.service_locator.viRkkJL' shared service.
  18977.      *
  18978.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18979.      */
  18980.     protected function get_ServiceLocator_ViRkkJLService()
  18981.     {
  18982.         return $this->privates['.service_locator.viRkkJL'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18983.             '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.'],
  18984.         ], [
  18985.             'salesAgreementFile' => 'App\\Entity\\SalesAgreementFile',
  18986.         ]);
  18987.     }
  18988.     /**
  18989.      * Gets the private '.service_locator.vwd5GYN' shared service.
  18990.      *
  18991.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  18992.      */
  18993.     protected function get_ServiceLocator_Vwd5GYNService()
  18994.     {
  18995.         return $this->privates['.service_locator.vwd5GYN'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  18996.             '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.'],
  18997.             'service' => ['privates''App\\Service\\Api\\ClientSales\\UploadSalesAgreementService''getUploadSalesAgreementServiceService'false],
  18998.         ], [
  18999.             'data' => 'App\\Entity\\ClientSalesAgreement',
  19000.             'service' => 'App\\Service\\Api\\ClientSales\\UploadSalesAgreementService',
  19001.         ]);
  19002.     }
  19003.     /**
  19004.      * Gets the private '.service_locator.whbH868' shared service.
  19005.      *
  19006.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19007.      */
  19008.     protected function get_ServiceLocator_WhbH868Service()
  19009.     {
  19010.         return $this->privates['.service_locator.whbH868'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19011.             '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.'],
  19012.         ], [
  19013.             'data' => 'App\\Entity\\LeaseContract',
  19014.         ]);
  19015.     }
  19016.     /**
  19017.      * Gets the private '.service_locator.wmfmmb7' shared service.
  19018.      *
  19019.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19020.      */
  19021.     protected function get_ServiceLocator_Wmfmmb7Service()
  19022.     {
  19023.         return $this->privates['.service_locator.wmfmmb7'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19024.             '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.'],
  19025.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  19026.         ], [
  19027.             'client' => 'App\\Entity\\User',
  19028.             'passwordEncoder' => '?',
  19029.         ]);
  19030.     }
  19031.     /**
  19032.      * Gets the private '.service_locator.wxP.RsM' shared service.
  19033.      *
  19034.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19035.      */
  19036.     protected function get_ServiceLocator_WxP_RsMService()
  19037.     {
  19038.         return $this->privates['.service_locator.wxP.RsM'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19039.             'service' => ['privates''App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService''getContractUploadServiceService'false],
  19040.         ], [
  19041.             'service' => 'App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService',
  19042.         ]);
  19043.     }
  19044.     /**
  19045.      * Gets the private '.service_locator.xFZHlpd' shared service.
  19046.      *
  19047.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19048.      */
  19049.     protected function get_ServiceLocator_XFZHlpdService()
  19050.     {
  19051.         return $this->privates['.service_locator.xFZHlpd'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19052.             'primeRepository' => ['privates''App\\Repository\\PrimeRepository''getPrimeRepositoryService'false],
  19053.             'thepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  19054.         ], [
  19055.             'primeRepository' => 'App\\Repository\\PrimeRepository',
  19056.             'thepropertyRepository' => 'App\\Repository\\ThepropertyRepository',
  19057.         ]);
  19058.     }
  19059.     /**
  19060.      * Gets the private '.service_locator.xlsQoWH' shared service.
  19061.      *
  19062.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19063.      */
  19064.     protected function get_ServiceLocator_XlsQoWHService()
  19065.     {
  19066.         return $this->privates['.service_locator.xlsQoWH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19067.             'passwordEncoder' => ['privates''security.user_password_hasher''getSecurity_UserPasswordHasherService'false],
  19068.         ], [
  19069.             'passwordEncoder' => '?',
  19070.         ]);
  19071.     }
  19072.     /**
  19073.      * Gets the private '.service_locator.yGdZL4P' shared service.
  19074.      *
  19075.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19076.      */
  19077.     protected function get_ServiceLocator_YGdZL4PService()
  19078.     {
  19079.         return $this->privates['.service_locator.yGdZL4P'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19080.             '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.'],
  19081.         ], [
  19082.             'leaseContract' => 'App\\Entity\\LeaseContract',
  19083.         ]);
  19084.     }
  19085.     /**
  19086.      * Gets the private '.service_locator.yV6bB6q' shared service.
  19087.      *
  19088.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19089.      */
  19090.     protected function get_ServiceLocator_YV6bB6qService()
  19091.     {
  19092.         return $this->privates['.service_locator.yV6bB6q'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19093.             'carpoolAnnouncementRepository' => ['privates''App\\Repository\\CarpoolAnnouncementRepository''getCarpoolAnnouncementRepositoryService'false],
  19094.         ], [
  19095.             'carpoolAnnouncementRepository' => 'App\\Repository\\CarpoolAnnouncementRepository',
  19096.         ]);
  19097.     }
  19098.     /**
  19099.      * Gets the private '.service_locator.yu8o_1d' shared service.
  19100.      *
  19101.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19102.      */
  19103.     protected function get_ServiceLocator_Yu8o1dService()
  19104.     {
  19105.         return $this->privates['.service_locator.yu8o_1d'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19106.             'editProfileService' => ['privates''App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService''getEditProfileServiceService'false],
  19107.         ], [
  19108.             'editProfileService' => 'App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService',
  19109.         ]);
  19110.     }
  19111.     /**
  19112.      * Gets the private '.service_locator.ywyVEm_' shared service.
  19113.      *
  19114.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19115.      */
  19116.     protected function get_ServiceLocator_YwyVEmService()
  19117.     {
  19118.         return $this->privates['.service_locator.ywyVEm_'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19119.             'primeAmountService' => ['privates''App\\Service\\Api\\Prime\\PrimeAmountService''getPrimeAmountServiceService'false],
  19120.         ], [
  19121.             'primeAmountService' => 'App\\Service\\Api\\Prime\\PrimeAmountService',
  19122.         ]);
  19123.     }
  19124.     /**
  19125.      * Gets the private '.service_locator.z7R5T1y' shared service.
  19126.      *
  19127.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19128.      */
  19129.     protected function get_ServiceLocator_Z7R5T1yService()
  19130.     {
  19131.         return $this->privates['.service_locator.z7R5T1y'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19132.             '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.'],
  19133.             'service' => ['privates''App\\Service\\Api\\OfferLease\\SignOfferLeaseService''getSignOfferLeaseServiceService'false],
  19134.         ], [
  19135.             'offerLease' => 'App\\Entity\\OfferLease',
  19136.             'service' => 'App\\Service\\Api\\OfferLease\\SignOfferLeaseService',
  19137.         ]);
  19138.     }
  19139.     /**
  19140.      * Gets the private '.service_locator.z7qwdkH' shared service.
  19141.      *
  19142.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19143.      */
  19144.     protected function get_ServiceLocator_Z7qwdkHService()
  19145.     {
  19146.         return $this->privates['.service_locator.z7qwdkH'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19147.             '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.'],
  19148.         ], [
  19149.             'plan' => 'App\\Entity\\Plan\\Plan',
  19150.         ]);
  19151.     }
  19152.     /**
  19153.      * Gets the private '.service_locator.zK2Ig67' shared service.
  19154.      *
  19155.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19156.      */
  19157.     protected function get_ServiceLocator_ZK2Ig67Service()
  19158.     {
  19159.         return $this->privates['.service_locator.zK2Ig67'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19160.             '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.'],
  19161.             'traitement' => ['privates''App\\Service\\Traitement''getTraitement2Service'false],
  19162.         ], [
  19163.             'productService' => 'App\\Entity\\SubscriptionProductService',
  19164.             'traitement' => 'App\\Service\\Traitement',
  19165.         ]);
  19166.     }
  19167.     /**
  19168.      * Gets the private '.service_locator.zOrquar' shared service.
  19169.      *
  19170.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19171.      */
  19172.     protected function get_ServiceLocator_ZOrquarService()
  19173.     {
  19174.         return $this->privates['.service_locator.zOrquar'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19175.             'professionalProfileService' => ['privates''App\\Service\\ProfessionalProfile\\ProfessionalProfileService''getProfessionalProfileServiceService'false],
  19176.         ], [
  19177.             'professionalProfileService' => 'App\\Service\\ProfessionalProfile\\ProfessionalProfileService',
  19178.         ]);
  19179.     }
  19180.     /**
  19181.      * Gets the private '.service_locator.zVCMWXn' shared service.
  19182.      *
  19183.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19184.      */
  19185.     protected function get_ServiceLocator_ZVCMWXnService()
  19186.     {
  19187.         return $this->privates['.service_locator.zVCMWXn'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19188.             'modelManager' => ['privates''App\\Service\\Api\\Rental\\LeaseContractModelManager''getLeaseContractModelManagerService'false],
  19189.         ], [
  19190.             'modelManager' => '?',
  19191.         ]);
  19192.     }
  19193.     /**
  19194.      * Gets the private '.service_locator.z_o1inx' shared service.
  19195.      *
  19196.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19197.      */
  19198.     protected function get_ServiceLocator_ZO1inxService()
  19199.     {
  19200.         return $this->privates['.service_locator.z_o1inx'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19201.             'subscriptionProductServiceRepository' => ['privates''App\\Repository\\SubscriptionProductServiceRepository''getSubscriptionProductServiceRepositoryService'false],
  19202.         ], [
  19203.             'subscriptionProductServiceRepository' => 'App\\Repository\\SubscriptionProductServiceRepository',
  19204.         ]);
  19205.     }
  19206.     /**
  19207.      * Gets the private '.service_locator.zfhfaAB' shared service.
  19208.      *
  19209.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19210.      */
  19211.     protected function get_ServiceLocator_ZfhfaABService()
  19212.     {
  19213.         return $this->privates['.service_locator.zfhfaAB'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19214.             'obligations' => ['privates''App\\Repository\\ObligationsRepository''getObligationsRepositoryService'false],
  19215.         ], [
  19216.             'obligations' => 'App\\Repository\\ObligationsRepository',
  19217.         ]);
  19218.     }
  19219.     /**
  19220.      * Gets the private '.service_locator.zyI4Piw' shared service.
  19221.      *
  19222.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  19223.      */
  19224.     protected function get_ServiceLocator_ZyI4PiwService()
  19225.     {
  19226.         return $this->privates['.service_locator.zyI4Piw'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  19227.             'entityManager' => ['services''doctrine.orm.default_entity_manager''getDoctrine_Orm_DefaultEntityManagerService'false],
  19228.         ], [
  19229.             'entityManager' => '?',
  19230.         ]);
  19231.     }
  19232.     /**
  19233.      * Gets the private '.session.deprecated' shared service.
  19234.      *
  19235.      * @return \Symfony\Component\HttpFoundation\Session\SessionInterface
  19236.      */
  19237.     protected function get_Session_DeprecatedService()
  19238.     {
  19239.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionInterface.php';
  19240.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Session/DeprecatedSessionFactory.php';
  19241.         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();
  19242.     }
  19243.     /**
  19244.      * Gets the private '.twig.command.debug.lazy' shared service.
  19245.      *
  19246.      * @return \Symfony\Component\Console\Command\LazyCommand
  19247.      */
  19248.     protected function get_Twig_Command_Debug_LazyService()
  19249.     {
  19250.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19251.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19252.         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 {
  19253.             return ($this->privates['twig.command.debug'] ?? $this->getTwig_Command_DebugService());
  19254.         });
  19255.     }
  19256.     /**
  19257.      * Gets the private '.twig.command.lint.lazy' shared service.
  19258.      *
  19259.      * @return \Symfony\Component\Console\Command\LazyCommand
  19260.      */
  19261.     protected function get_Twig_Command_Lint_LazyService()
  19262.     {
  19263.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19264.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19265.         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 {
  19266.             return ($this->privates['twig.command.lint'] ?? $this->getTwig_Command_LintService());
  19267.         });
  19268.     }
  19269.     /**
  19270.      * Gets the private '.var_dumper.command.server_dump.lazy' shared service.
  19271.      *
  19272.      * @return \Symfony\Component\Console\Command\LazyCommand
  19273.      */
  19274.     protected function get_VarDumper_Command_ServerDump_LazyService()
  19275.     {
  19276.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/LazyCommand.php';
  19278.         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 {
  19279.             return ($this->privates['var_dumper.command.server_dump'] ?? $this->getVarDumper_Command_ServerDumpService());
  19280.         });
  19281.     }
  19282.     /**
  19283.      * Gets the private 'App\Command\Admin\CreateAdminUserCommand' shared autowired service.
  19284.      *
  19285.      * @return \App\Command\Admin\CreateAdminUserCommand
  19286.      */
  19287.     protected function getCreateAdminUserCommandService()
  19288.     {
  19289.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19290.         include_once \dirname(__DIR__4).'/src/Command/Admin/ValidateInputAdminUserCommand.php';
  19291.         include_once \dirname(__DIR__4).'/src/Command/Admin/CreateAdminUserCommand.php';
  19292.         $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()));
  19293.         $instance->setName('admin:create:admin-user');
  19294.         return $instance;
  19295.     }
  19296.     /**
  19297.      * Gets the private 'App\Command\Admin\ImportPrasCommand' shared autowired service.
  19298.      *
  19299.      * @return \App\Command\Admin\ImportPrasCommand
  19300.      */
  19301.     protected function getImportPrasCommandService()
  19302.     {
  19303.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19304.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportPrasCommand.php';
  19305.         $this->privates['App\\Command\\Admin\\ImportPrasCommand'] = $instance = new \App\Command\Admin\ImportPrasCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService()));
  19306.         $instance->setName('app:import:pras');
  19307.         $instance->setDescription('Imports PRAS data from Excel files');
  19308.         return $instance;
  19309.     }
  19310.     /**
  19311.      * Gets the private 'App\Command\Admin\ImportThePropertyDailyNeedsCommand' shared autowired service.
  19312.      *
  19313.      * @return \App\Command\Admin\ImportThePropertyDailyNeedsCommand
  19314.      */
  19315.     protected function getImportThePropertyDailyNeedsCommandService()
  19316.     {
  19317.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19318.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyDailyNeedsCommand.php';
  19319.         $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()));
  19320.         $instance->setName('admin:import:daily-needs');
  19321.         $instance->setDescription('This command import the properties daily needs from a json file');
  19322.         return $instance;
  19323.     }
  19324.     /**
  19325.      * Gets the private 'App\Command\Admin\ImportThePropertyDocumentTypesCommand' shared autowired service.
  19326.      *
  19327.      * @return \App\Command\Admin\ImportThePropertyDocumentTypesCommand
  19328.      */
  19329.     protected function getImportThePropertyDocumentTypesCommandService()
  19330.     {
  19331.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19332.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyDocumentTypesCommand.php';
  19333.         $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()));
  19334.         $instance->setName('admin:import:property-document-types');
  19335.         $instance->setDescription('This command import the properties document types from a json file');
  19336.         return $instance;
  19337.     }
  19338.     /**
  19339.      * Gets the private 'App\Command\Admin\ImportThePropertyFeaturesCommand' shared autowired service.
  19340.      *
  19341.      * @return \App\Command\Admin\ImportThePropertyFeaturesCommand
  19342.      */
  19343.     protected function getImportThePropertyFeaturesCommandService()
  19344.     {
  19345.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19346.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyFeaturesCommand.php';
  19347.         $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()));
  19348.         $instance->setName('admin:import:property-features');
  19349.         $instance->setDescription('This command import the properties features list from a json file');
  19350.         return $instance;
  19351.     }
  19352.     /**
  19353.      * Gets the private 'App\Command\Admin\ImportThePropertyOptionsCommand' shared autowired service.
  19354.      *
  19355.      * @return \App\Command\Admin\ImportThePropertyOptionsCommand
  19356.      */
  19357.     protected function getImportThePropertyOptionsCommandService()
  19358.     {
  19359.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19360.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportThePropertyOptionsCommand.php';
  19361.         $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()));
  19362.         $instance->setName('admin:import:property-options');
  19363.         $instance->setDescription('This command import the properties options from a json file');
  19364.         return $instance;
  19365.     }
  19366.     /**
  19367.      * Gets the private 'App\Command\Admin\ImportTheServiceCategoriesCommand' shared autowired service.
  19368.      *
  19369.      * @return \App\Command\Admin\ImportTheServiceCategoriesCommand
  19370.      */
  19371.     protected function getImportTheServiceCategoriesCommandService()
  19372.     {
  19373.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19374.         include_once \dirname(__DIR__4).'/src/Command/Admin/ImportTheServiceCategoriesCommand.php';
  19375.         $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()));
  19376.         $instance->setName('admin:import:service-categories');
  19377.         $instance->setDescription('This command import the service proximity categories from a json file');
  19378.         return $instance;
  19379.     }
  19380.     /**
  19381.      * Gets the private 'App\Command\AlertCommand' shared autowired service.
  19382.      *
  19383.      * @return \App\Command\AlertCommand
  19384.      */
  19385.     protected function getAlertCommandService()
  19386.     {
  19387.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19388.         include_once \dirname(__DIR__4).'/src/Command/AlertCommand.php';
  19389.         $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))));
  19390.         $instance->setName('app:alert:search-result');
  19391.         $instance->setDescription('Commande pour verifier si les alertes ont des reponses.');
  19392.         return $instance;
  19393.     }
  19394.     /**
  19395.      * Gets the private 'App\Command\BoilerExpert\BoilerBrusselsCommand' shared autowired service.
  19396.      *
  19397.      * @return \App\Command\BoilerExpert\BoilerBrusselsCommand
  19398.      */
  19399.     protected function getBoilerBrusselsCommandService()
  19400.     {
  19401.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19402.         include_once \dirname(__DIR__4).'/src/Command/BoilerExpert/BoilerBrusselsCommand.php';
  19403.         $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))));
  19404.         $instance->setName('app:boiler-brussels');
  19405.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes d\'expert de chaudières  pour la Region Bruxelles Capitaled');
  19406.         return $instance;
  19407.     }
  19408.     /**
  19409.      * Gets the private 'App\Command\BoilerExpert\BoilerFlandreCommand' shared autowired service.
  19410.      *
  19411.      * @return \App\Command\BoilerExpert\BoilerFlandreCommand
  19412.      */
  19413.     protected function getBoilerFlandreCommandService()
  19414.     {
  19415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19416.         include_once \dirname(__DIR__4).'/src/Command/BoilerExpert/BoilerFlandreCommand.php';
  19417.         $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))));
  19418.         $instance->setName('app:boiler-flandre');
  19419.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes de chaudiere pour Flandre');
  19420.         return $instance;
  19421.     }
  19422.     /**
  19423.      * Gets the private 'App\Command\BoilerExpert\BoilerWallonieCommand' shared autowired service.
  19424.      *
  19425.      * @return \App\Command\BoilerExpert\BoilerWallonieCommand
  19426.      */
  19427.     protected function getBoilerWallonieCommandService()
  19428.     {
  19429.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19430.         include_once \dirname(__DIR__4).'/src/Command/BoilerExpert/BoilerWallonieCommand.php';
  19431.         $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))));
  19432.         $instance->setName('app:boiler-wallonie');
  19433.         $instance->setDescription('Add a short description for your command');
  19434.         return $instance;
  19435.     }
  19436.     /**
  19437.      * Gets the private 'App\Command\CheckEmailReceivedCommand' shared autowired service.
  19438.      *
  19439.      * @return \App\Command\CheckEmailReceivedCommand
  19440.      */
  19441.     protected function getCheckEmailReceivedCommandService()
  19442.     {
  19443.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19444.         include_once \dirname(__DIR__4).'/src/Command/CheckEmailReceivedCommand.php';
  19445.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/InboundCheckerInterface.php';
  19446.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/InboundCheckerService.php';
  19447.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/HtmlParser.php';
  19448.         include_once \dirname(__DIR__4).'/src/Service/Mailbox/Inbound/AttachmentService.php';
  19449.         $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/')))));
  19450.         $instance->setName('email:inbound:check');
  19451.         return $instance;
  19452.     }
  19453.     /**
  19454.      * Gets the private 'App\Command\CreateEventsOnspanCommand' shared autowired service.
  19455.      *
  19456.      * @return \App\Command\CreateEventsOnspanCommand
  19457.      */
  19458.     protected function getCreateEventsOnspanCommandService()
  19459.     {
  19460.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19461.         include_once \dirname(__DIR__4).'/src/Command/CreateEventsOnspanCommand.php';
  19462.         $this->privates['App\\Command\\CreateEventsOnspanCommand'] = $instance = new \App\Command\CreateEventsOnspanCommand(($this->services['App\\Service\\Onespan\\EventNotificationService'] ?? $this->getEventNotificationServiceService()));
  19463.         $instance->setName('CreateEventsOnspan');
  19464.         $instance->setDescription('Create events notifications for Onespan');
  19465.         return $instance;
  19466.     }
  19467.     /**
  19468.      * Gets the private 'App\Command\ElevatorExpert\CompaniesCommand' shared autowired service.
  19469.      *
  19470.      * @return \App\Command\ElevatorExpert\CompaniesCommand
  19471.      */
  19472.     protected function getCompaniesCommandService()
  19473.     {
  19474.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19475.         include_once \dirname(__DIR__4).'/src/Command/ElevatorExpert/CompaniesCommand.php';
  19476.         $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()));
  19477.         $instance->setName('app:companies');
  19478.         $instance->setDescription('Commande pour ajouter des données pour simuler sur la liste des entreprises ayant un certificat valable pour les travaux d\'entretien');
  19479.         return $instance;
  19480.     }
  19481.     /**
  19482.      * Gets the private 'App\Command\Engie\NewEngieCommand' shared autowired service.
  19483.      *
  19484.      * @return \App\Command\Engie\NewEngieCommand
  19485.      */
  19486.     protected function getNewEngieCommandService()
  19487.     {
  19488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19489.         include_once \dirname(__DIR__4).'/src/Command/Engie/NewEngieCommand.php';
  19490.         $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))));
  19491.         $instance->setName('app:new-engie');
  19492.         $instance->setDescription('Command to import new engie data');
  19493.         return $instance;
  19494.     }
  19495.     /**
  19496.      * Gets the private 'App\Command\ImportArtistList' shared autowired service.
  19497.      *
  19498.      * @return \App\Command\ImportArtistList
  19499.      */
  19500.     protected function getImportArtistListService()
  19501.     {
  19502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19503.         include_once \dirname(__DIR__4).'/src/Command/ImportArtistList.php';
  19504.         include_once \dirname(__DIR__4).'/src/Service/Manager/Society/SocietyManager.php';
  19505.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19506.         $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));
  19507.         $instance->setName('import:artist');
  19508.         $instance->setDescription('Import artist list');
  19509.         return $instance;
  19510.     }
  19511.     /**
  19512.      * Gets the private 'App\Command\ImportCsvBankCommand' shared autowired service.
  19513.      *
  19514.      * @return \App\Command\ImportCsvBankCommand
  19515.      */
  19516.     protected function getImportCsvBankCommandService()
  19517.     {
  19518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19519.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvBankCommand.php';
  19520.         $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()));
  19521.         $instance->setName('app:import:csv:bank');
  19522.         $instance->setDescription('Insertion du contenu di fichier csv dans la base de donnée');
  19523.         return $instance;
  19524.     }
  19525.     /**
  19526.      * Gets the private 'App\Command\ImportCsvsimulationCommand' shared autowired service.
  19527.      *
  19528.      * @return \App\Command\ImportCsvsimulationCommand
  19529.      */
  19530.     protected function getImportCsvsimulationCommandService()
  19531.     {
  19532.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19533.         include_once \dirname(__DIR__4).'/src/Command/ImportCsvsimulationCommand.php';
  19534.         $this->privates['App\\Command\\ImportCsvsimulationCommand'] = $instance = new \App\Command\ImportCsvsimulationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19535.         $instance->setName('app:import:csvsimulation');
  19536.         $instance->setDescription('Commande pour ajouter une simulation depuis un fichier csv.');
  19537.         return $instance;
  19538.     }
  19539.     /**
  19540.      * Gets the private 'App\Command\ImportEngineeringToUserCommand' shared autowired service.
  19541.      *
  19542.      * @return \App\Command\ImportEngineeringToUserCommand
  19543.      */
  19544.     protected function getImportEngineeringToUserCommandService()
  19545.     {
  19546.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19547.         include_once \dirname(__DIR__4).'/src/Command/ImportEngineeringToUserCommand.php';
  19548.         $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()));
  19549.         $instance->setName('app:import:engineering-to:user');
  19550.         return $instance;
  19551.     }
  19552.     /**
  19553.      * Gets the private 'App\Command\ImportExcelFileCommand' shared autowired service.
  19554.      *
  19555.      * @return \App\Command\ImportExcelFileCommand
  19556.      */
  19557.     protected function getImportExcelFileCommandService()
  19558.     {
  19559.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19560.         include_once \dirname(__DIR__4).'/src/Command/ImportExcelFileCommand.php';
  19561.         include_once \dirname(__DIR__4).'/src/Service/Import/DataImportService.php';
  19562.         $a = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  19563.         $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);
  19564.         $instance->setName('import:excel');
  19565.         $instance->setDescription('Importer les données depuis les fichiers xls, csv, xlsx');
  19566.         return $instance;
  19567.     }
  19568.     /**
  19569.      * Gets the private 'App\Command\ImportImageGeoportailCommand' shared autowired service.
  19570.      *
  19571.      * @return \App\Command\ImportImageGeoportailCommand
  19572.      */
  19573.     protected function getImportImageGeoportailCommandService()
  19574.     {
  19575.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19576.         include_once \dirname(__DIR__4).'/src/Command/ImportImageGeoportailCommand.php';
  19577.         $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))));
  19578.         $instance->setName('app:import:image-geoportail');
  19579.         $instance->setDescription('Add a short description for your command');
  19580.         return $instance;
  19581.     }
  19582.     /**
  19583.      * Gets the private 'App\Command\ImportMovingCompanyCommand' shared autowired service.
  19584.      *
  19585.      * @return \App\Command\ImportMovingCompanyCommand
  19586.      */
  19587.     protected function getImportMovingCompanyCommandService()
  19588.     {
  19589.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19590.         include_once \dirname(__DIR__4).'/src/Command/ImportMovingCompanyCommand.php';
  19591.         $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()));
  19592.         $instance->setName('import:moving-company');
  19593.         $instance->setDescription('Import moving company list');
  19594.         return $instance;
  19595.     }
  19596.     /**
  19597.      * Gets the private 'App\Command\ImportNeighborhoodProjectMunicipalitiesCommand' shared autowired service.
  19598.      *
  19599.      * @return \App\Command\ImportNeighborhoodProjectMunicipalitiesCommand
  19600.      */
  19601.     protected function getImportNeighborhoodProjectMunicipalitiesCommandService()
  19602.     {
  19603.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19604.         include_once \dirname(__DIR__4).'/src/Command/ImportNeighborhoodProjectMunicipalitiesCommand.php';
  19605.         $this->privates['App\\Command\\ImportNeighborhoodProjectMunicipalitiesCommand'] = $instance = new \App\Command\ImportNeighborhoodProjectMunicipalitiesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectMunicipalityRepository'] ?? $this->getNeighborhoodProjectMunicipalityRepositoryService()), ($this->privates['App\\Service\\Csv\\CsvManager'] ?? $this->getCsvManagerService()), ($this->services['kernel'] ?? $this->get('kernel'1)));
  19606.         $instance->setName('app:import:neighborhood-project-municipalities');
  19607.         $instance->setDescription('Import municipality emails for neighborhood projects.');
  19608.         return $instance;
  19609.     }
  19610.     /**
  19611.      * Gets the private 'App\Command\ImportObligationsCommand' shared autowired service.
  19612.      *
  19613.      * @return \App\Command\ImportObligationsCommand
  19614.      */
  19615.     protected function getImportObligationsCommandService()
  19616.     {
  19617.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19618.         include_once \dirname(__DIR__4).'/src/Command/ImportObligationsCommand.php';
  19619.         include_once \dirname(__DIR__4).'/src/Mybase/Manager/MybaseManager.php';
  19620.         include_once \dirname(__DIR__4).'/src/Service/Manager/ImportObligationsManager.php';
  19621.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19622.         $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()));
  19623.         $instance->setName('import:environment:obligation');
  19624.         $instance->setDescription('Importer les obligations après demande de permis depuis un fichier csv');
  19625.         return $instance;
  19626.     }
  19627.     /**
  19628.      * Gets the private 'App\Command\ImportOccupationPeriodDataCommand' shared autowired service.
  19629.      *
  19630.      * @return \App\Command\ImportOccupationPeriodDataCommand
  19631.      */
  19632.     protected function getImportOccupationPeriodDataCommandService()
  19633.     {
  19634.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19635.         include_once \dirname(__DIR__4).'/src/Command/ImportOccupationPeriodDataCommand.php';
  19636.         $this->privates['App\\Command\\ImportOccupationPeriodDataCommand'] = $instance = new \App\Command\ImportOccupationPeriodDataCommand();
  19637.         $instance->setName('import:occupation:data');
  19638.         $instance->setDescription('Import days maximum occupation period');
  19639.         return $instance;
  19640.     }
  19641.     /**
  19642.      * Gets the private 'App\Command\ImportPrimeCommand' shared autowired service.
  19643.      *
  19644.      * @return \App\Command\ImportPrimeCommand
  19645.      */
  19646.     protected function getImportPrimeCommandService()
  19647.     {
  19648.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19649.         include_once \dirname(__DIR__4).'/src/Command/ImportPrimeCommand.php';
  19650.         include_once \dirname(__DIR__4).'/src/Service/Csv/ImportPrimeManager.php';
  19651.         $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))));
  19652.         $instance->setName('import:prime-bruxelle');
  19653.         $instance->setDescription('Importer les types et les details de primes depuis un fichier csv');
  19654.         return $instance;
  19655.     }
  19656.     /**
  19657.      * Gets the private 'App\Command\ImportProviderSocietyCommand' shared autowired service.
  19658.      *
  19659.      * @return \App\Command\ImportProviderSocietyCommand
  19660.      */
  19661.     protected function getImportProviderSocietyCommandService()
  19662.     {
  19663.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19664.         include_once \dirname(__DIR__4).'/src/Command/ImportProviderSocietyCommand.php';
  19665.         include_once \dirname(__DIR__4).'/src/Service/Manager/ProviderSocietyImportManager.php';
  19666.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  19667.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19668.         $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())));
  19669.         $instance->setName('import:provider-society');
  19670.         $instance->setDescription('Ajouter les sociétés de fournisseur');
  19671.         return $instance;
  19672.     }
  19673.     /**
  19674.      * Gets the private 'App\Command\ImportReferenceRentCommand' shared autowired service.
  19675.      *
  19676.      * @return \App\Command\ImportReferenceRentCommand
  19677.      */
  19678.     protected function getImportReferenceRentCommandService()
  19679.     {
  19680.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19681.         include_once \dirname(__DIR__4).'/src/Command/ImportReferenceRentCommand.php';
  19682.         include_once \dirname(__DIR__4).'/src/Service/Import/ReferenceRentFileProvider.php';
  19683.         include_once \dirname(__DIR__4).'/src/Service/Import/ReferenceRentImportService.php';
  19684.         include_once \dirname(__DIR__4).'/src/Service/Import/ReferenceRentExcelReader.php';
  19685.         include_once \dirname(__DIR__4).'/src/Service/Import/ReferenceRentMapper.php';
  19686.         include_once \dirname(__DIR__4).'/src/Service/Import/ReferenceRentPersister.php';
  19687.         $a = new \App\Service\Import\ReferenceRentExcelReader();
  19688.         $b = ($this->privates['App\\Repository\\ReferenceRentRepository'] ?? $this->getReferenceRentRepositoryService());
  19689.         $this->privates['App\\Command\\ImportReferenceRentCommand'] = $instance = new \App\Command\ImportReferenceRentCommand(new \App\Service\Import\ReferenceRentFileProvider(($this->privates['App\\Repository\\ExcelFileRepository'] ?? $this->getExcelFileRepositoryService())), new \App\Service\Import\ReferenceRentImportService($a, new \App\Service\Import\ReferenceRentMapper(($this->privates['App\\Repository\\PropertyTypeRepository'] ?? $this->getPropertyTypeRepositoryService()), ($this->privates['App\\Service\\Api\\Address\\AddressService'] ?? $this->getAddressServiceService()), $b), new \App\Service\Import\ReferenceRentPersister(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), $b)), $a);
  19690.         $instance->setName('app:import:reference-rent');
  19691.         $instance->setDescription('Import reference rents/prices from public/xlsx/pending.');
  19692.         return $instance;
  19693.     }
  19694.     /**
  19695.      * Gets the private 'App\Command\ImportStreetAveragePriceCommand' shared autowired service.
  19696.      *
  19697.      * @return \App\Command\ImportStreetAveragePriceCommand
  19698.      */
  19699.     protected function getImportStreetAveragePriceCommandService()
  19700.     {
  19701.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19702.         include_once \dirname(__DIR__4).'/src/Service/Common/StringUtils.php';
  19703.         include_once \dirname(__DIR__4).'/src/Service/Common/FloatUtils.php';
  19704.         include_once \dirname(__DIR__4).'/src/Service/Common/IntegerUtils.php';
  19705.         include_once \dirname(__DIR__4).'/src/Command/ImportStreetAveragePriceCommand.php';
  19706.         $this->privates['App\\Command\\ImportStreetAveragePriceCommand'] = $instance = new \App\Command\ImportStreetAveragePriceCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), ($this->privates['App\\Service\\Api\\Address\\AddressService'] ?? $this->getAddressServiceService()), ($this->privates['App\\Repository\\ExcelFileRepository'] ?? $this->getExcelFileRepositoryService()));
  19707.         $instance->setName('app:import:street-average-price');
  19708.         $instance->setDescription('Importer les prix moyens par mètre carré pour chaque rue.');
  19709.         return $instance;
  19710.     }
  19711.     /**
  19712.      * Gets the private 'App\Command\ImportThepropertyProviderCommand' shared autowired service.
  19713.      *
  19714.      * @return \App\Command\ImportThepropertyProviderCommand
  19715.      */
  19716.     protected function getImportThepropertyProviderCommandService()
  19717.     {
  19718.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19719.         include_once \dirname(__DIR__4).'/src/Command/ImportThepropertyProviderCommand.php';
  19720.         include_once \dirname(__DIR__4).'/src/Service/Manager/ThepropertyProviderImportManager.php';
  19721.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvConvertToArray.php';
  19722.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19723.         $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())));
  19724.         $instance->setName('app:import:thepropertyProvider');
  19725.         return $instance;
  19726.     }
  19727.     /**
  19728.      * Gets the private 'App\Command\InsertCsvPretCommand' shared autowired service.
  19729.      *
  19730.      * @return \App\Command\InsertCsvPretCommand
  19731.      */
  19732.     protected function getInsertCsvPretCommandService()
  19733.     {
  19734.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19735.         include_once \dirname(__DIR__4).'/src/Command/InsertCsvPretCommand.php';
  19736.         $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()));
  19737.         $instance->setName('app:insert:csv-pret');
  19738.         $instance->setDescription('Insertion de contenu di fichier csv dans la base de donnée');
  19739.         return $instance;
  19740.     }
  19741.     /**
  19742.      * Gets the private 'App\Command\Mobility\FranceMobilityCommand' shared autowired service.
  19743.      *
  19744.      * @return \App\Command\Mobility\FranceMobilityCommand
  19745.      */
  19746.     protected function getFranceMobilityCommandService()
  19747.     {
  19748.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19749.         include_once \dirname(__DIR__4).'/src/Command/Mobility/FranceMobilityCommand.php';
  19750.         include_once \dirname(__DIR__4).'/src/Service/Manager/FranceMobilityManager.php';
  19751.         $a = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  19752.         $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);
  19753.         $instance->setName('app:mobility:france');
  19754.         return $instance;
  19755.     }
  19756.     /**
  19757.      * Gets the private 'App\Command\MunicipalityCommand' shared autowired service.
  19758.      *
  19759.      * @return \App\Command\MunicipalityCommand
  19760.      */
  19761.     protected function getMunicipalityCommandService()
  19762.     {
  19763.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19764.         include_once \dirname(__DIR__4).'/src/Command/MunicipalityCommand.php';
  19765.         $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))));
  19766.         $instance->setName('app:import:municipality');
  19767.         $instance->setDescription('Commande pour ajouter des communes depuis un fichier csv.');
  19768.         return $instance;
  19769.     }
  19770.     /**
  19771.      * Gets the private 'App\Command\PolygonTransformationCommand' shared autowired service.
  19772.      *
  19773.      * @return \App\Command\PolygonTransformationCommand
  19774.      */
  19775.     protected function getPolygonTransformationCommandService()
  19776.     {
  19777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19778.         include_once \dirname(__DIR__4).'/src/Command/PolygonTransformationCommand.php';
  19779.         $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()));
  19780.         $instance->setName('app:polygon:transformation');
  19781.         $instance->setDescription('Transform a array of coordinates to a polygon as string format');
  19782.         return $instance;
  19783.     }
  19784.     /**
  19785.      * Gets the private 'App\Command\PrimeAlertCommand' shared autowired service.
  19786.      *
  19787.      * @return \App\Command\PrimeAlertCommand
  19788.      */
  19789.     protected function getPrimeAlertCommandService()
  19790.     {
  19791.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19792.         include_once \dirname(__DIR__4).'/src/Command/PrimeAlertCommand.php';
  19793.         $this->privates['App\\Command\\PrimeAlertCommand'] = $instance = new \App\Command\PrimeAlertCommand(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  19794.         $instance->setName('app:prime-alert');
  19795.         $instance->setDescription('Envoyez les alertes de suivie des procédures de prime');
  19796.         return $instance;
  19797.     }
  19798.     /**
  19799.      * Gets the private 'App\Command\RebuildSearchIndexCommand' shared autowired service.
  19800.      *
  19801.      * @return \App\Command\RebuildSearchIndexCommand
  19802.      */
  19803.     protected function getRebuildSearchIndexCommandService()
  19804.     {
  19805.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19806.         include_once \dirname(__DIR__4).'/src/Command/RebuildSearchIndexCommand.php';
  19807.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexRebuilder.php';
  19808.         $this->privates['App\\Command\\RebuildSearchIndexCommand'] = $instance = new \App\Command\RebuildSearchIndexCommand(new \App\Service\GlobalSearch\SearchIndexRebuilder(($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService()), new RewindableGenerator(function () {
  19809.             yield => ($this->privates['App\\Service\\GlobalSearch\\Indexing\\MarkOfInterestIndexBuilder'] ?? $this->getMarkOfInterestIndexBuilderService());
  19810.             yield => ($this->privates['App\\Service\\GlobalSearch\\Indexing\\NeighborhoodProjectIndexBuilder'] ?? $this->getNeighborhoodProjectIndexBuilderService());
  19811.             yield => ($this->privates['App\\Service\\GlobalSearch\\Indexing\\PropertyIndexBuilder'] ?? $this->getPropertyIndexBuilderService());
  19812.             yield => ($this->privates['App\\Service\\GlobalSearch\\Indexing\\ServiceIndexBuilder'] ?? $this->getServiceIndexBuilderService());
  19813.             yield => ($this->privates['App\\Service\\GlobalSearch\\Indexing\\UserIndexBuilder'] ?? $this->getUserIndexBuilderService());
  19814.         }, 5)));
  19815.         $instance->setName('app:search-index:rebuild');
  19816.         $instance->setDescription('Rebuild search_index from database sources');
  19817.         return $instance;
  19818.     }
  19819.     /**
  19820.      * Gets the private 'App\Command\RedisClearCacheCommand' shared autowired service.
  19821.      *
  19822.      * @return \App\Command\RedisClearCacheCommand
  19823.      */
  19824.     protected function getRedisClearCacheCommandService()
  19825.     {
  19826.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19827.         include_once \dirname(__DIR__4).'/src/Command/RedisClearCacheCommand.php';
  19828.         $this->privates['App\\Command\\RedisClearCacheCommand'] = $instance = new \App\Command\RedisClearCacheCommand(($this->services['SymfonyBundles\\RedisBundle\\Redis\\ClientInterface'] ?? $this->getClientInterfaceService()));
  19829.         $instance->setName('app:redis:clear-cache');
  19830.         $instance->setDescription('Clears the Redis cache');
  19831.         return $instance;
  19832.     }
  19833.     /**
  19834.      * Gets the private 'App\Command\RegionCommand' shared autowired service.
  19835.      *
  19836.      * @return \App\Command\RegionCommand
  19837.      */
  19838.     protected function getRegionCommandService()
  19839.     {
  19840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19841.         include_once \dirname(__DIR__4).'/src/Command/RegionCommand.php';
  19842.         $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))));
  19843.         $instance->setName('app:import:region');
  19844.         $instance->setDescription('Commande pour ajouter des regions depuis un fichier csv.');
  19845.         return $instance;
  19846.     }
  19847.     /**
  19848.      * Gets the private 'App\Command\RentestimationCommand' shared autowired service.
  19849.      *
  19850.      * @return \App\Command\RentestimationCommand
  19851.      */
  19852.     protected function getRentestimationCommandService()
  19853.     {
  19854.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19855.         include_once \dirname(__DIR__4).'/src/Command/RentestimationCommand.php';
  19856.         $this->privates['App\\Command\\RentestimationCommand'] = $instance = new \App\Command\RentestimationCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19857.         $instance->setName('app:import:rentestimation');
  19858.         $instance->setDescription('Commande pour ajouter des estimations de loyer depuis un fichier csv.');
  19859.         return $instance;
  19860.     }
  19861.     /**
  19862.      * Gets the private 'App\Command\SendEmailNotificationCommand' shared autowired service.
  19863.      *
  19864.      * @return \App\Command\SendEmailNotificationCommand
  19865.      */
  19866.     protected function getSendEmailNotificationCommandService()
  19867.     {
  19868.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19869.         include_once \dirname(__DIR__4).'/src/Command/SendEmailNotificationCommand.php';
  19870.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/MailerInterface.php';
  19871.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Mailer.php';
  19872.         $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())));
  19873.         $instance->setName('SendMailNotification');
  19874.         $instance->setDescription(' M’envoyer une alerte la veille de l’échéance, precount Bruxelles');
  19875.         return $instance;
  19876.     }
  19877.     /**
  19878.      * Gets the private 'App\Command\SendNotifSalesAgreementLimitCommand' shared autowired service.
  19879.      *
  19880.      * @return \App\Command\SendNotifSalesAgreementLimitCommand
  19881.      */
  19882.     protected function getSendNotifSalesAgreementLimitCommandService()
  19883.     {
  19884.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19885.         include_once \dirname(__DIR__4).'/src/Command/SendNotifSalesAgreementLimitCommand.php';
  19886.         include_once \dirname(__DIR__4).'/src/Service/TraitementDate.php';
  19887.         $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()));
  19888.         $instance->setName('app:salesagreement:notif');
  19889.         $instance->setDescription('Notification de l\'utilisateur 3 jours avant le délai du compromis');
  19890.         return $instance;
  19891.     }
  19892.     /**
  19893.      * Gets the private 'App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand' shared autowired service.
  19894.      *
  19895.      * @return \App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand
  19896.      */
  19897.     protected function getCreatePermitLocationAndCategoryCommandService()
  19898.     {
  19899.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19900.         include_once \dirname(__DIR__4).'/src/Command/SetUpEnvironmentData/CreatePermitLocationAndCategoryCommand.php';
  19901.         include_once \dirname(__DIR__4).'/src/Service/Environment/PermitPropertyService.php';
  19902.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19903.         $this->privates['App\\Command\\SetUpEnvironmentData\\CreatePermitLocationAndCategoryCommand'] = $instance = new \App\Command\SetUpEnvironmentData\CreatePermitLocationAndCategoryCommand($a, new \App\Service\Environment\PermitPropertyService($a));
  19904.         $instance->setName('environment:create-location-category');
  19905.         $instance->setDescription('This command create Permit location and category for setup data for environments permit');
  19906.         return $instance;
  19907.     }
  19908.     /**
  19909.      * Gets the private 'App\Command\TankExpert\EngOffFlandreCommand' shared autowired service.
  19910.      *
  19911.      * @return \App\Command\TankExpert\EngOffFlandreCommand
  19912.      */
  19913.     protected function getEngOffFlandreCommandService()
  19914.     {
  19915.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19916.         include_once \dirname(__DIR__4).'/src/Command/TankExpert/EngOffFlandreCommand.php';
  19917.         $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()));
  19918.         $instance->setName('app:engOffFlandre');
  19919.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes pour Flandre');
  19920.         return $instance;
  19921.     }
  19922.     /**
  19923.      * Gets the private 'App\Command\TankExpert\EngineeringOfficesCommand' shared autowired service.
  19924.      *
  19925.      * @return \App\Command\TankExpert\EngineeringOfficesCommand
  19926.      */
  19927.     protected function getEngineeringOfficesCommandService()
  19928.     {
  19929.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19930.         include_once \dirname(__DIR__4).'/src/Command/TankExpert/EngineeringOfficesCommand.php';
  19931.         $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()));
  19932.         $instance->setName('app:engineeringOffices');
  19933.         $instance->setDescription('Commande pour ajouter des données pour les bureaux d\'etudes d\'expert de citernes  pour la Region Bruxelles Capitale');
  19934.         return $instance;
  19935.     }
  19936.     /**
  19937.      * Gets the private 'App\Command\TankExpert\TankWallonieCommand' shared autowired service.
  19938.      *
  19939.      * @return \App\Command\TankExpert\TankWallonieCommand
  19940.      */
  19941.     protected function getTankWallonieCommandService()
  19942.     {
  19943.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19944.         include_once \dirname(__DIR__4).'/src/Command/TankExpert/TankWallonieCommand.php';
  19945.         $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()));
  19946.         $instance->setName('app:tank-wallonie');
  19947.         $instance->setDescription('Add a short description for your command');
  19948.         return $instance;
  19949.     }
  19950.     /**
  19951.      * Gets the private 'App\Command\UpdateUsernamesCommand' shared autowired service.
  19952.      *
  19953.      * @return \App\Command\UpdateUsernamesCommand
  19954.      */
  19955.     protected function getUpdateUsernamesCommandService()
  19956.     {
  19957.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19958.         include_once \dirname(__DIR__4).'/src/Command/UpdateUsernamesCommand.php';
  19959.         $this->privates['App\\Command\\UpdateUsernamesCommand'] = $instance = new \App\Command\UpdateUsernamesCommand(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  19960.         $instance->setName('app:user:update-usernames');
  19961.         $instance->setDescription('Updates usernames for users who do not have one yet');
  19962.         return $instance;
  19963.     }
  19964.     /**
  19965.      * Gets the private 'App\Command\sendAlertAquisitionCommand' shared autowired service.
  19966.      *
  19967.      * @return \App\Command\sendAlertAquisitionCommand
  19968.      */
  19969.     protected function getSendAlertAquisitionCommandService()
  19970.     {
  19971.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  19972.         include_once \dirname(__DIR__4).'/src/Command/sendAlertAquisitionCommand.php';
  19973.         $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()));
  19974.         $instance->setName('app:aquisition:alert');
  19975.         $instance->setDescription('Notification de l\'utilisateur avant l\'echeanche');
  19976.         return $instance;
  19977.     }
  19978.     /**
  19979.      * Gets the private 'App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectCommentPersister' shared autowired service.
  19980.      *
  19981.      * @return \App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectCommentPersister
  19982.      */
  19983.     protected function getCreateNeighborhoodProjectCommentPersisterService()
  19984.     {
  19985.         include_once \dirname(__DIR__4).'/src/DataPersister/NeighborhoodProject/CreateNeighborhoodProjectCommentPersister.php';
  19986.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  19987.         if (isset($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'])) {
  19988.             return $this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'];
  19989.         }
  19990.         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())));
  19991.     }
  19992.     /**
  19993.      * Gets the private 'App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectReactionPersister' shared autowired service.
  19994.      *
  19995.      * @return \App\DataPersister\NeighborhoodProject\CreateNeighborhoodProjectReactionPersister
  19996.      */
  19997.     protected function getCreateNeighborhoodProjectReactionPersisterService()
  19998.     {
  19999.         include_once \dirname(__DIR__4).'/src/DataPersister/NeighborhoodProject/CreateNeighborhoodProjectReactionPersister.php';
  20000.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20001.         if (isset($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'])) {
  20002.             return $this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'];
  20003.         }
  20004.         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())));
  20005.     }
  20006.     /**
  20007.      * Gets the private 'App\DataProvider\UserProvider' shared autowired service.
  20008.      *
  20009.      * @return \App\DataProvider\UserProvider
  20010.      */
  20011.     protected function getUserProviderService()
  20012.     {
  20013.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserProviderInterface.php';
  20014.         include_once \dirname(__DIR__4).'/src/DataProvider/UserProvider.php';
  20015.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20016.         if (isset($this->privates['App\\DataProvider\\UserProvider'])) {
  20017.             return $this->privates['App\\DataProvider\\UserProvider'];
  20018.         }
  20019.         return $this->privates['App\\DataProvider\\UserProvider'] = new \App\DataProvider\UserProvider($a);
  20020.     }
  20021.     /**
  20022.      * Gets the private 'App\DataTransformer\AssistanceObtained\SimulationInputDataTransformer' shared autowired service.
  20023.      *
  20024.      * @return \App\DataTransformer\AssistanceObtained\SimulationInputDataTransformer
  20025.      */
  20026.     protected function getSimulationInputDataTransformerService()
  20027.     {
  20028.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  20029.         include_once \dirname(__DIR__4).'/src/DataTransformer/AssistanceObtained/SimulationInputDataTransformer.php';
  20030.         $a = ($this->privates['api_platform.validator'] ?? $this->getApiPlatform_ValidatorService());
  20031.         if (isset($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'])) {
  20032.             return $this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'];
  20033.         }
  20034.         $b = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  20035.         if (isset($this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'])) {
  20036.             return $this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'];
  20037.         }
  20038.         return $this->privates['App\\DataTransformer\\AssistanceObtained\\SimulationInputDataTransformer'] = new \App\DataTransformer\AssistanceObtained\SimulationInputDataTransformer($a, ($this->privates['App\\Repository\\MunicipalityRepository'] ?? $this->getMunicipalityRepositoryService()), $b);
  20039.     }
  20040.     /**
  20041.      * Gets the private 'App\DataTransformer\Precount\SimulationInputDataTransformer' shared autowired service.
  20042.      *
  20043.      * @return \App\DataTransformer\Precount\SimulationInputDataTransformer
  20044.      */
  20045.     protected function getSimulationInputDataTransformer2Service()
  20046.     {
  20047.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  20048.         include_once \dirname(__DIR__4).'/src/DataTransformer/Precount/SimulationInputDataTransformer.php';
  20049.         $a = ($this->privates['serializer.normalizer.object'] ?? $this->getSerializer_Normalizer_ObjectService());
  20050.         if (isset($this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'])) {
  20051.             return $this->privates['App\\DataTransformer\\Precount\\SimulationInputDataTransformer'];
  20052.         }
  20053.         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);
  20054.     }
  20055.     /**
  20056.      * Gets the private 'App\Doctrine\ServicePromoExtension' shared autowired service.
  20057.      *
  20058.      * @return \App\Doctrine\ServicePromoExtension
  20059.      */
  20060.     protected function getServicePromoExtensionService()
  20061.     {
  20062.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  20063.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  20064.         include_once \dirname(__DIR__4).'/src/Doctrine/ServicePromoExtension.php';
  20065.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20066.         if (isset($this->privates['App\\Doctrine\\ServicePromoExtension'])) {
  20067.             return $this->privates['App\\Doctrine\\ServicePromoExtension'];
  20068.         }
  20069.         return $this->privates['App\\Doctrine\\ServicePromoExtension'] = new \App\Doctrine\ServicePromoExtension($a);
  20070.     }
  20071.     /**
  20072.      * Gets the private 'App\EventListener\FilePathListener' shared autowired service.
  20073.      *
  20074.      * @return \App\EventListener\FilePathListener
  20075.      */
  20076.     protected function getFilePathListenerService()
  20077.     {
  20078.         include_once \dirname(__DIR__4).'/src/EventListener/FilePathListener.php';
  20079.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20080.         if (isset($this->privates['App\\EventListener\\FilePathListener'])) {
  20081.             return $this->privates['App\\EventListener\\FilePathListener'];
  20082.         }
  20083.         return $this->privates['App\\EventListener\\FilePathListener'] = new \App\EventListener\FilePathListener($a);
  20084.     }
  20085.     /**
  20086.      * Gets the private 'App\EventListener\ThePropertyAlertListener' shared autowired service.
  20087.      *
  20088.      * @return \App\EventListener\ThePropertyAlertListener
  20089.      */
  20090.     protected function getThePropertyAlertListenerService()
  20091.     {
  20092.         include_once \dirname(__DIR__4).'/src/EventListener/ThePropertyAlertListener.php';
  20093.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20094.         if (isset($this->privates['App\\EventListener\\ThePropertyAlertListener'])) {
  20095.             return $this->privates['App\\EventListener\\ThePropertyAlertListener'];
  20096.         }
  20097.         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()));
  20098.     }
  20099.     /**
  20100.      * Gets the private 'App\EventListener\UrlContextListener' shared autowired service.
  20101.      *
  20102.      * @return \App\EventListener\UrlContextListener
  20103.      */
  20104.     protected function getUrlContextListenerService()
  20105.     {
  20106.         return $this->privates['App\\EventListener\\UrlContextListener'] = new \App\EventListener\UrlContextListener(($this->privates['App\\Service\\UrlContext'] ?? ($this->privates['App\\Service\\UrlContext'] = new \App\Service\UrlContext())));
  20107.     }
  20108.     /**
  20109.      * Gets the private 'App\EventSubscriber\AccounringGardenUserSubscriber' shared autowired service.
  20110.      *
  20111.      * @return \App\EventSubscriber\AccounringGardenUserSubscriber
  20112.      */
  20113.     protected function getAccounringGardenUserSubscriberService()
  20114.     {
  20115.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20116.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AccounringGardenUserSubscriber.php';
  20117.         return $this->privates['App\\EventSubscriber\\AccounringGardenUserSubscriber'] = new \App\EventSubscriber\AccounringGardenUserSubscriber(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  20118.     }
  20119.     /**
  20120.      * Gets the private 'App\EventSubscriber\AccountingGardenSubsriber' shared autowired service.
  20121.      *
  20122.      * @return \App\EventSubscriber\AccountingGardenSubsriber
  20123.      */
  20124.     protected function getAccountingGardenSubsriberService()
  20125.     {
  20126.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20127.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AccountingGardenSubsriber.php';
  20128.         return $this->privates['App\\EventSubscriber\\AccountingGardenSubsriber'] = new \App\EventSubscriber\AccountingGardenSubsriber();
  20129.     }
  20130.     /**
  20131.      * Gets the private 'App\EventSubscriber\AddOfferLeaseSubscriber' shared autowired service.
  20132.      *
  20133.      * @return \App\EventSubscriber\AddOfferLeaseSubscriber
  20134.      */
  20135.     protected function getAddOfferLeaseSubscriberService()
  20136.     {
  20137.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AddOfferLeaseSubscriber.php';
  20138.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  20139.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/AddOfferLeaseService.php';
  20140.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  20141.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  20142.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20143.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20144.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20145.         }
  20146.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20147.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20148.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20149.         }
  20150.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20151.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20152.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20153.         }
  20154.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  20155.         if (isset($this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'])) {
  20156.             return $this->privates['App\\EventSubscriber\\AddOfferLeaseSubscriber'];
  20157.         }
  20158.         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()));
  20159.     }
  20160.     /**
  20161.      * Gets the private 'App\EventSubscriber\AlertDuplicateSubscriber' shared autowired service.
  20162.      *
  20163.      * @return \App\EventSubscriber\AlertDuplicateSubscriber
  20164.      */
  20165.     protected function getAlertDuplicateSubscriberService()
  20166.     {
  20167.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AlertDuplicateSubscriber.php';
  20168.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20169.         if (isset($this->privates['App\\EventSubscriber\\AlertDuplicateSubscriber'])) {
  20170.             return $this->privates['App\\EventSubscriber\\AlertDuplicateSubscriber'];
  20171.         }
  20172.         return $this->privates['App\\EventSubscriber\\AlertDuplicateSubscriber'] = new \App\EventSubscriber\AlertDuplicateSubscriber(($this->privates['App\\Repository\\AlertRepository'] ?? $this->getAlertRepositoryService()), $a);
  20173.     }
  20174.     /**
  20175.      * Gets the private 'App\EventSubscriber\AlertEventSubscriber' shared autowired service.
  20176.      *
  20177.      * @return \App\EventSubscriber\AlertEventSubscriber
  20178.      */
  20179.     protected function getAlertEventSubscriberService()
  20180.     {
  20181.         include_once \dirname(__DIR__4).'/src/EventSubscriber/AlertEventSubscriber.php';
  20182.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20183.         if (isset($this->privates['App\\EventSubscriber\\AlertEventSubscriber'])) {
  20184.             return $this->privates['App\\EventSubscriber\\AlertEventSubscriber'];
  20185.         }
  20186.         return $this->privates['App\\EventSubscriber\\AlertEventSubscriber'] = new \App\EventSubscriber\AlertEventSubscriber($a);
  20187.     }
  20188.     /**
  20189.      * Gets the private 'App\EventSubscriber\BankSimulationSubscriber' shared autowired service.
  20190.      *
  20191.      * @return \App\EventSubscriber\BankSimulationSubscriber
  20192.      */
  20193.     protected function getBankSimulationSubscriberService()
  20194.     {
  20195.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20196.         if (isset($this->privates['App\\EventSubscriber\\BankSimulationSubscriber'])) {
  20197.             return $this->privates['App\\EventSubscriber\\BankSimulationSubscriber'];
  20198.         }
  20199.         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);
  20200.     }
  20201.     /**
  20202.      * Gets the private 'App\EventSubscriber\CoOwnershipBalancePostSubscriber' shared autowired service.
  20203.      *
  20204.      * @return \App\EventSubscriber\CoOwnershipBalancePostSubscriber
  20205.      */
  20206.     protected function getCoOwnershipBalancePostSubscriberService()
  20207.     {
  20208.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20209.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CoOwnershipBalancePostSubscriber.php';
  20210.         return $this->privates['App\\EventSubscriber\\CoOwnershipBalancePostSubscriber'] = new \App\EventSubscriber\CoOwnershipBalancePostSubscriber();
  20211.     }
  20212.     /**
  20213.      * Gets the private 'App\EventSubscriber\CoOwnershipInvoicesPostSubscriber' shared autowired service.
  20214.      *
  20215.      * @return \App\EventSubscriber\CoOwnershipInvoicesPostSubscriber
  20216.      */
  20217.     protected function getCoOwnershipInvoicesPostSubscriberService()
  20218.     {
  20219.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20220.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CoOwnershipInvoicesPostSubscriber.php';
  20221.         return $this->privates['App\\EventSubscriber\\CoOwnershipInvoicesPostSubscriber'] = new \App\EventSubscriber\CoOwnershipInvoicesPostSubscriber();
  20222.     }
  20223.     /**
  20224.      * Gets the private 'App\EventSubscriber\CommunityPostAlertSubscriber' shared autowired service.
  20225.      *
  20226.      * @return \App\EventSubscriber\CommunityPostAlertSubscriber
  20227.      */
  20228.     protected function getCommunityPostAlertSubscriberService()
  20229.     {
  20230.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CommunityPostAlertSubscriber.php';
  20231.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  20232.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'])) {
  20233.             return $this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'];
  20234.         }
  20235.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20236.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'])) {
  20237.             return $this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'];
  20238.         }
  20239.         return $this->privates['App\\EventSubscriber\\CommunityPostAlertSubscriber'] = new \App\EventSubscriber\CommunityPostAlertSubscriber($a$b, ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()));
  20240.     }
  20241.     /**
  20242.      * Gets the private 'App\EventSubscriber\CommunityPostEventSubscriber' shared autowired service.
  20243.      *
  20244.      * @return \App\EventSubscriber\CommunityPostEventSubscriber
  20245.      */
  20246.     protected function getCommunityPostEventSubscriberService()
  20247.     {
  20248.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CommunityPostEventSubscriber.php';
  20249.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20250.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'])) {
  20251.             return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'];
  20252.         }
  20253.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  20254.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'])) {
  20255.             return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'];
  20256.         }
  20257.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20258.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'])) {
  20259.             return $this->privates['App\\EventSubscriber\\CommunityPostEventSubscriber'];
  20260.         }
  20261.         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())));
  20262.     }
  20263.     /**
  20264.      * Gets the private 'App\EventSubscriber\CommunityPostReadSubscriber' shared autowired service.
  20265.      *
  20266.      * @return \App\EventSubscriber\CommunityPostReadSubscriber
  20267.      */
  20268.     protected function getCommunityPostReadSubscriberService()
  20269.     {
  20270.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CommunityPostReadSubscriber.php';
  20271.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20272.         if (isset($this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'])) {
  20273.             return $this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'];
  20274.         }
  20275.         return $this->privates['App\\EventSubscriber\\CommunityPostReadSubscriber'] = new \App\EventSubscriber\CommunityPostReadSubscriber($a);
  20276.     }
  20277.     /**
  20278.      * Gets the private 'App\EventSubscriber\CreatePdfEnvironment' shared autowired service.
  20279.      *
  20280.      * @return \App\EventSubscriber\CreatePdfEnvironment
  20281.      */
  20282.     protected function getCreatePdfEnvironmentService()
  20283.     {
  20284.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CreatePdfEnvironment.php';
  20285.         include_once \dirname(__DIR__4).'/src/Service/TraitementImage.php';
  20286.         $a = ($this->privates['App\\Service\\Api\\PermitEnvironmentalService'] ?? $this->getPermitEnvironmentalServiceService());
  20287.         if (isset($this->privates['App\\EventSubscriber\\CreatePdfEnvironment'])) {
  20288.             return $this->privates['App\\EventSubscriber\\CreatePdfEnvironment'];
  20289.         }
  20290.         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);
  20291.     }
  20292.     /**
  20293.      * Gets the private 'App\EventSubscriber\CurrentUserExceptionSubscriber' shared autowired service.
  20294.      *
  20295.      * @return \App\EventSubscriber\CurrentUserExceptionSubscriber
  20296.      */
  20297.     protected function getCurrentUserExceptionSubscriberService()
  20298.     {
  20299.         include_once \dirname(__DIR__4).'/src/EventSubscriber/CurrentUserExceptionSubscriber.php';
  20300.         return $this->privates['App\\EventSubscriber\\CurrentUserExceptionSubscriber'] = new \App\EventSubscriber\CurrentUserExceptionSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20301.     }
  20302.     /**
  20303.      * Gets the private 'App\EventSubscriber\CurrentUserSubscriber' shared autowired service.
  20304.      *
  20305.      * @return \App\EventSubscriber\CurrentUserSubscriber
  20306.      */
  20307.     protected function getCurrentUserSubscriberService()
  20308.     {
  20309.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20310.         if (isset($this->privates['App\\EventSubscriber\\CurrentUserSubscriber'])) {
  20311.             return $this->privates['App\\EventSubscriber\\CurrentUserSubscriber'];
  20312.         }
  20313.         return $this->privates['App\\EventSubscriber\\CurrentUserSubscriber'] = new \App\EventSubscriber\CurrentUserSubscriber($a);
  20314.     }
  20315.     /**
  20316.      * Gets the private 'App\EventSubscriber\DeleteCommitteeEventSubscriber' shared autowired service.
  20317.      *
  20318.      * @return \App\EventSubscriber\DeleteCommitteeEventSubscriber
  20319.      */
  20320.     protected function getDeleteCommitteeEventSubscriberService()
  20321.     {
  20322.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DeleteCommitteeEventSubscriber.php';
  20323.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20324.         if (isset($this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'])) {
  20325.             return $this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'];
  20326.         }
  20327.         return $this->privates['App\\EventSubscriber\\DeleteCommitteeEventSubscriber'] = new \App\EventSubscriber\DeleteCommitteeEventSubscriber($a, ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20328.     }
  20329.     /**
  20330.      * Gets the private 'App\EventSubscriber\DeleteDesignNeighborhoodEventSubscriber' shared autowired service.
  20331.      *
  20332.      * @return \App\EventSubscriber\DeleteDesignNeighborhoodEventSubscriber
  20333.      */
  20334.     protected function getDeleteDesignNeighborhoodEventSubscriberService()
  20335.     {
  20336.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DeleteDesignNeighborhoodEventSubscriber.php';
  20337.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20338.         if (isset($this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'])) {
  20339.             return $this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'];
  20340.         }
  20341.         return $this->privates['App\\EventSubscriber\\DeleteDesignNeighborhoodEventSubscriber'] = new \App\EventSubscriber\DeleteDesignNeighborhoodEventSubscriber($a, ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20342.     }
  20343.     /**
  20344.      * Gets the private 'App\EventSubscriber\DesignNeighborhoodExceptionSubscriber' shared autowired service.
  20345.      *
  20346.      * @return \App\EventSubscriber\DesignNeighborhoodExceptionSubscriber
  20347.      */
  20348.     protected function getDesignNeighborhoodExceptionSubscriberService()
  20349.     {
  20350.         include_once \dirname(__DIR__4).'/src/EventSubscriber/DesignNeighborhoodExceptionSubscriber.php';
  20351.         return $this->privates['App\\EventSubscriber\\DesignNeighborhoodExceptionSubscriber'] = new \App\EventSubscriber\DesignNeighborhoodExceptionSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20352.     }
  20353.     /**
  20354.      * Gets the private 'App\EventSubscriber\EditRegistersSubscriber' shared autowired service.
  20355.      *
  20356.      * @return \App\EventSubscriber\EditRegistersSubscriber
  20357.      */
  20358.     protected function getEditRegistersSubscriberService()
  20359.     {
  20360.         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()));
  20361.     }
  20362.     /**
  20363.      * Gets the private 'App\EventSubscriber\FeatureNotAvailableExceptionSubscriber' shared autowired service.
  20364.      *
  20365.      * @return \App\EventSubscriber\FeatureNotAvailableExceptionSubscriber
  20366.      */
  20367.     protected function getFeatureNotAvailableExceptionSubscriberService()
  20368.     {
  20369.         include_once \dirname(__DIR__4).'/src/EventSubscriber/FeatureNotAvailableExceptionSubscriber.php';
  20370.         return $this->privates['App\\EventSubscriber\\FeatureNotAvailableExceptionSubscriber'] = new \App\EventSubscriber\FeatureNotAvailableExceptionSubscriber(($this->privates['App\\Repository\\Plan\\PlanRepository'] ?? $this->getPlanRepositoryService()));
  20371.     }
  20372.     /**
  20373.      * Gets the private 'App\EventSubscriber\InjectUserSubscriber' shared autowired service.
  20374.      *
  20375.      * @return \App\EventSubscriber\InjectUserSubscriber
  20376.      */
  20377.     protected function getInjectUserSubscriberService()
  20378.     {
  20379.         include_once \dirname(__DIR__4).'/src/EventSubscriber/InjectUserSubscriber.php';
  20380.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20381.         if (isset($this->privates['App\\EventSubscriber\\InjectUserSubscriber'])) {
  20382.             return $this->privates['App\\EventSubscriber\\InjectUserSubscriber'];
  20383.         }
  20384.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20385.         if (isset($this->privates['App\\EventSubscriber\\InjectUserSubscriber'])) {
  20386.             return $this->privates['App\\EventSubscriber\\InjectUserSubscriber'];
  20387.         }
  20388.         return $this->privates['App\\EventSubscriber\\InjectUserSubscriber'] = new \App\EventSubscriber\InjectUserSubscriber($a$b);
  20389.     }
  20390.     /**
  20391.      * Gets the private 'App\EventSubscriber\MissingParameterRequestDataExceptionSubscriber' shared autowired service.
  20392.      *
  20393.      * @return \App\EventSubscriber\MissingParameterRequestDataExceptionSubscriber
  20394.      */
  20395.     protected function getMissingParameterRequestDataExceptionSubscriberService()
  20396.     {
  20397.         include_once \dirname(__DIR__4).'/src/EventSubscriber/MissingParameterRequestDataExceptionSubscriber.php';
  20398.         return $this->privates['App\\EventSubscriber\\MissingParameterRequestDataExceptionSubscriber'] = new \App\EventSubscriber\MissingParameterRequestDataExceptionSubscriber(($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService()));
  20399.     }
  20400.     /**
  20401.      * Gets the private 'App\EventSubscriber\PermitPropertySubscriber' shared autowired service.
  20402.      *
  20403.      * @return \App\EventSubscriber\PermitPropertySubscriber
  20404.      */
  20405.     protected function getPermitPropertySubscriberService()
  20406.     {
  20407.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20408.         if (isset($this->privates['App\\EventSubscriber\\PermitPropertySubscriber'])) {
  20409.             return $this->privates['App\\EventSubscriber\\PermitPropertySubscriber'];
  20410.         }
  20411.         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()));
  20412.     }
  20413.     /**
  20414.      * Gets the private 'App\EventSubscriber\PostThepropertyLotSubscriber' shared autowired service.
  20415.      *
  20416.      * @return \App\EventSubscriber\PostThepropertyLotSubscriber
  20417.      */
  20418.     protected function getPostThepropertyLotSubscriberService()
  20419.     {
  20420.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20421.         include_once \dirname(__DIR__4).'/src/EventSubscriber/PostThepropertyLotSubscriber.php';
  20422.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20423.         if (isset($this->privates['App\\EventSubscriber\\PostThepropertyLotSubscriber'])) {
  20424.             return $this->privates['App\\EventSubscriber\\PostThepropertyLotSubscriber'];
  20425.         }
  20426.         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())));
  20427.     }
  20428.     /**
  20429.      * Gets the private 'App\EventSubscriber\PrimeRequestEventSubscriber' shared autowired service.
  20430.      *
  20431.      * @return \App\EventSubscriber\PrimeRequestEventSubscriber
  20432.      */
  20433.     protected function getPrimeRequestEventSubscriberService()
  20434.     {
  20435.         include_once \dirname(__DIR__4).'/src/EventSubscriber/PrimeRequestEventSubscriber.php';
  20436.         $a = ($this->services['App\\Service\\Pdf\\ProviderWaterInterventionPdf'] ?? $this->getProviderWaterInterventionPdfService());
  20437.         if (isset($this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'])) {
  20438.             return $this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'];
  20439.         }
  20440.         return $this->privates['App\\EventSubscriber\\PrimeRequestEventSubscriber'] = new \App\EventSubscriber\PrimeRequestEventSubscriber(($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService()), $a);
  20441.     }
  20442.     /**
  20443.      * Gets the private 'App\EventSubscriber\ProviderServiceSubscriber' shared autowired service.
  20444.      *
  20445.      * @return \App\EventSubscriber\ProviderServiceSubscriber
  20446.      */
  20447.     protected function getProviderServiceSubscriberService()
  20448.     {
  20449.         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()));
  20450.     }
  20451.     /**
  20452.      * Gets the private 'App\EventSubscriber\ProviderSolarSubscriber' shared autowired service.
  20453.      *
  20454.      * @return \App\EventSubscriber\ProviderSolarSubscriber
  20455.      */
  20456.     protected function getProviderSolarSubscriberService()
  20457.     {
  20458.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  20459.         if (isset($this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'])) {
  20460.             return $this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'];
  20461.         }
  20462.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20463.         if (isset($this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'])) {
  20464.             return $this->privates['App\\EventSubscriber\\ProviderSolarSubscriber'];
  20465.         }
  20466.         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()));
  20467.     }
  20468.     /**
  20469.      * Gets the private 'App\EventSubscriber\ResponseSubscriber' shared autowired service.
  20470.      *
  20471.      * @return \App\EventSubscriber\ResponseSubscriber
  20472.      */
  20473.     protected function getResponseSubscriberService()
  20474.     {
  20475.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20476.         if (isset($this->privates['App\\EventSubscriber\\ResponseSubscriber'])) {
  20477.             return $this->privates['App\\EventSubscriber\\ResponseSubscriber'];
  20478.         }
  20479.         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())));
  20480.     }
  20481.     /**
  20482.      * Gets the private 'App\EventSubscriber\SearchIndexSubscriber' shared autowired service.
  20483.      *
  20484.      * @return \App\EventSubscriber\SearchIndexSubscriber
  20485.      */
  20486.     protected function getSearchIndexSubscriberService()
  20487.     {
  20488.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  20489.         include_once \dirname(__DIR__4).'/src/EventSubscriber/SearchIndexSubscriber.php';
  20490.         return $this->privates['App\\EventSubscriber\\SearchIndexSubscriber'] = new \App\EventSubscriber\SearchIndexSubscriber(($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService()));
  20491.     }
  20492.     /**
  20493.      * Gets the private 'App\EventSubscriber\TheServiceSubscriber' shared autowired service.
  20494.      *
  20495.      * @return \App\EventSubscriber\TheServiceSubscriber
  20496.      */
  20497.     protected function getTheServiceSubscriberService()
  20498.     {
  20499.         include_once \dirname(__DIR__4).'/src/EventSubscriber/TheServiceSubscriber.php';
  20500.         $a = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  20501.         if (isset($this->privates['App\\EventSubscriber\\TheServiceSubscriber'])) {
  20502.             return $this->privates['App\\EventSubscriber\\TheServiceSubscriber'];
  20503.         }
  20504.         return $this->privates['App\\EventSubscriber\\TheServiceSubscriber'] = new \App\EventSubscriber\TheServiceSubscriber($a, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20505.     }
  20506.     /**
  20507.      * Gets the private 'App\EventSubscriber\UserServicePromoSubscriber' shared autowired service.
  20508.      *
  20509.      * @return \App\EventSubscriber\UserServicePromoSubscriber
  20510.      */
  20511.     protected function getUserServicePromoSubscriberService()
  20512.     {
  20513.         include_once \dirname(__DIR__4).'/src/EventSubscriber/UserServicePromoSubscriber.php';
  20514.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20515.         if (isset($this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'])) {
  20516.             return $this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'];
  20517.         }
  20518.         return $this->privates['App\\EventSubscriber\\UserServicePromoSubscriber'] = new \App\EventSubscriber\UserServicePromoSubscriber($a, ($this->privates['App\\Repository\\UserServicePromoRepository'] ?? $this->getUserServicePromoRepositoryService()));
  20519.     }
  20520.     /**
  20521.      * Gets the private 'App\Filter\CadastreFilter' shared autowired service.
  20522.      *
  20523.      * @return \App\Filter\CadastreFilter
  20524.      */
  20525.     protected function getCadastreFilterService()
  20526.     {
  20527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20534.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  20535.         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()));
  20536.     }
  20537.     /**
  20538.      * Gets the private 'App\Filter\ChangeWaterBranchFilter' shared autowired service.
  20539.      *
  20540.      * @return \App\Filter\ChangeWaterBranchFilter
  20541.      */
  20542.     protected function getChangeWaterBranchFilterService()
  20543.     {
  20544.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20545.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20546.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20548.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20551.         include_once \dirname(__DIR__4).'/src/Filter/ChangeWaterBranchFilter.php';
  20552.         return $this->privates['App\\Filter\\ChangeWaterBranchFilter'] = new \App\Filter\ChangeWaterBranchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20553.     }
  20554.     /**
  20555.      * Gets the private 'App\Filter\CommunityPostAuthorFilter' shared autowired service.
  20556.      *
  20557.      * @return \App\Filter\CommunityPostAuthorFilter
  20558.      */
  20559.     protected function getCommunityPostAuthorFilterService()
  20560.     {
  20561.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20562.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20563.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20564.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20565.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20566.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20568.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostAuthorFilter.php';
  20569.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20570.         if (isset($this->privates['App\\Filter\\CommunityPostAuthorFilter'])) {
  20571.             return $this->privates['App\\Filter\\CommunityPostAuthorFilter'];
  20572.         }
  20573.         return $this->privates['App\\Filter\\CommunityPostAuthorFilter'] = new \App\Filter\CommunityPostAuthorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20574.     }
  20575.     /**
  20576.      * Gets the private 'App\Filter\CommunityPostCategoryFilter' shared autowired service.
  20577.      *
  20578.      * @return \App\Filter\CommunityPostCategoryFilter
  20579.      */
  20580.     protected function getCommunityPostCategoryFilterService()
  20581.     {
  20582.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20585.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20586.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20587.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20589.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCategoryFilter.php';
  20590.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20591.         if (isset($this->privates['App\\Filter\\CommunityPostCategoryFilter'])) {
  20592.             return $this->privates['App\\Filter\\CommunityPostCategoryFilter'];
  20593.         }
  20594.         return $this->privates['App\\Filter\\CommunityPostCategoryFilter'] = new \App\Filter\CommunityPostCategoryFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20595.     }
  20596.     /**
  20597.      * Gets the private 'App\Filter\CommunityPostCommentFilter' shared autowired service.
  20598.      *
  20599.      * @return \App\Filter\CommunityPostCommentFilter
  20600.      */
  20601.     protected function getCommunityPostCommentFilterService()
  20602.     {
  20603.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20604.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20605.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20606.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20607.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20608.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20609.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20610.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommentFilter.php';
  20611.         return $this->privates['App\\Filter\\CommunityPostCommentFilter'] = new \App\Filter\CommunityPostCommentFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20612.     }
  20613.     /**
  20614.      * Gets the private 'App\Filter\CommunityPostCommitteeFilter' shared autowired service.
  20615.      *
  20616.      * @return \App\Filter\CommunityPostCommitteeFilter
  20617.      */
  20618.     protected function getCommunityPostCommitteeFilterService()
  20619.     {
  20620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20623.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20624.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20625.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20626.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20627.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommitteeFilter.php';
  20628.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  20629.         if (isset($this->privates['App\\Filter\\CommunityPostCommitteeFilter'])) {
  20630.             return $this->privates['App\\Filter\\CommunityPostCommitteeFilter'];
  20631.         }
  20632.         return $this->privates['App\\Filter\\CommunityPostCommitteeFilter'] = new \App\Filter\CommunityPostCommitteeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20633.     }
  20634.     /**
  20635.      * Gets the private 'App\Filter\CommunityPostTypeFilter' shared autowired service.
  20636.      *
  20637.      * @return \App\Filter\CommunityPostTypeFilter
  20638.      */
  20639.     protected function getCommunityPostTypeFilterService()
  20640.     {
  20641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20646.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20647.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20648.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostTypeFilter.php';
  20649.         return $this->privates['App\\Filter\\CommunityPostTypeFilter'] = new \App\Filter\CommunityPostTypeFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20650.     }
  20651.     /**
  20652.      * Gets the private 'App\Filter\InvoiceWaterFilter' shared autowired service.
  20653.      *
  20654.      * @return \App\Filter\InvoiceWaterFilter
  20655.      */
  20656.     protected function getInvoiceWaterFilterService()
  20657.     {
  20658.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20659.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20660.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20661.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20662.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20663.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20664.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20665.         include_once \dirname(__DIR__4).'/src/Filter/InvoiceWaterFilter.php';
  20666.         return $this->privates['App\\Filter\\InvoiceWaterFilter'] = new \App\Filter\InvoiceWaterFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20667.     }
  20668.     /**
  20669.      * Gets the private 'App\Filter\MessageConversationFilter' shared autowired service.
  20670.      *
  20671.      * @return \App\Filter\MessageConversationFilter
  20672.      */
  20673.     protected function getMessageConversationFilterService()
  20674.     {
  20675.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20676.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20677.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20678.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20679.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20680.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20681.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20682.         include_once \dirname(__DIR__4).'/src/Filter/MessageConversationFilter.php';
  20683.         return $this->privates['App\\Filter\\MessageConversationFilter'] = new \App\Filter\MessageConversationFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20684.     }
  20685.     /**
  20686.      * Gets the private 'App\Filter\NearbyFilter' shared autowired service.
  20687.      *
  20688.      * @return \App\Filter\NearbyFilter
  20689.      */
  20690.     protected function getNearbyFilterService()
  20691.     {
  20692.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20699.         include_once \dirname(__DIR__4).'/src/Filter/NearbyFilter.php';
  20700.         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()));
  20701.     }
  20702.     /**
  20703.      * Gets the private 'App\Filter\ProviderWatterConsumptionFilter' shared autowired service.
  20704.      *
  20705.      * @return \App\Filter\ProviderWatterConsumptionFilter
  20706.      */
  20707.     protected function getProviderWatterConsumptionFilterService()
  20708.     {
  20709.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20710.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20714.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20716.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterConsumptionFilter.php';
  20717.         return $this->privates['App\\Filter\\ProviderWatterConsumptionFilter'] = new \App\Filter\ProviderWatterConsumptionFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20718.     }
  20719.     /**
  20720.      * Gets the private 'App\Filter\ProviderWatterDeleteFilter' shared autowired service.
  20721.      *
  20722.      * @return \App\Filter\ProviderWatterDeleteFilter
  20723.      */
  20724.     protected function getProviderWatterDeleteFilterService()
  20725.     {
  20726.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20727.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20729.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20730.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20733.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterDeleteFilter.php';
  20734.         return $this->privates['App\\Filter\\ProviderWatterDeleteFilter'] = new \App\Filter\ProviderWatterDeleteFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20735.     }
  20736.     /**
  20737.      * Gets the private 'App\Filter\ProviderWatterInterventionOrderFilter' shared autowired service.
  20738.      *
  20739.      * @return \App\Filter\ProviderWatterInterventionOrderFilter
  20740.      */
  20741.     protected function getProviderWatterInterventionOrderFilterService()
  20742.     {
  20743.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20744.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20745.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20746.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20747.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20748.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20749.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20750.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterInterventionOrderFilter.php';
  20751.         return $this->privates['App\\Filter\\ProviderWatterInterventionOrderFilter'] = new \App\Filter\ProviderWatterInterventionOrderFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20752.     }
  20753.     /**
  20754.      * Gets the private 'App\Filter\SearchFilter' shared autowired service.
  20755.      *
  20756.      * @return \App\Filter\SearchFilter
  20757.      */
  20758.     protected function getSearchFilterService()
  20759.     {
  20760.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20763.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20764.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20765.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20766.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20767.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  20768.         return $this->privates['App\\Filter\\SearchFilter'] = new \App\Filter\SearchFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20769.     }
  20770.     /**
  20771.      * Gets the private 'App\Filter\SyndicChatGroupFilter' shared autowired service.
  20772.      *
  20773.      * @return \App\Filter\SyndicChatGroupFilter
  20774.      */
  20775.     protected function getSyndicChatGroupFilterService()
  20776.     {
  20777.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  20778.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  20779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  20780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  20781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  20782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  20783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  20784.         include_once \dirname(__DIR__4).'/src/Filter/SyndicChatGroupFilter.php';
  20785.         return $this->privates['App\\Filter\\SyndicChatGroupFilter'] = new \App\Filter\SyndicChatGroupFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), NULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  20786.     }
  20787.     /**
  20788.      * Gets the private 'App\Form\AdressType' shared autowired service.
  20789.      *
  20790.      * @return \App\Form\AdressType
  20791.      */
  20792.     protected function getAdressTypeService()
  20793.     {
  20794.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20795.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20796.         include_once \dirname(__DIR__4).'/src/Form/AdressType.php';
  20797.         return $this->privates['App\\Form\\AdressType'] = new \App\Form\AdressType();
  20798.     }
  20799.     /**
  20800.      * Gets the private 'App\Form\AllObjectAnnouncementType' shared autowired service.
  20801.      *
  20802.      * @return \App\Form\AllObjectAnnouncementType
  20803.      */
  20804.     protected function getAllObjectAnnouncementTypeService()
  20805.     {
  20806.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20807.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20808.         include_once \dirname(__DIR__4).'/src/Form/AllObjectAnnouncementType.php';
  20809.         return $this->privates['App\\Form\\AllObjectAnnouncementType'] = new \App\Form\AllObjectAnnouncementType();
  20810.     }
  20811.     /**
  20812.      * Gets the private 'App\Form\ArchitectArtWorkType' shared autowired service.
  20813.      *
  20814.      * @return \App\Form\ArchitectArtWorkType
  20815.      */
  20816.     protected function getArchitectArtWorkTypeService()
  20817.     {
  20818.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20819.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20820.         include_once \dirname(__DIR__4).'/src/Form/ArchitectArtWorkType.php';
  20821.         return $this->privates['App\\Form\\ArchitectArtWorkType'] = new \App\Form\ArchitectArtWorkType();
  20822.     }
  20823.     /**
  20824.      * Gets the private 'App\Form\ArchitectSpecialistType' shared autowired service.
  20825.      *
  20826.      * @return \App\Form\ArchitectSpecialistType
  20827.      */
  20828.     protected function getArchitectSpecialistTypeService()
  20829.     {
  20830.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20831.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20832.         include_once \dirname(__DIR__4).'/src/Form/ArchitectSpecialistType.php';
  20833.         return $this->privates['App\\Form\\ArchitectSpecialistType'] = new \App\Form\ArchitectSpecialistType();
  20834.     }
  20835.     /**
  20836.      * Gets the private 'App\Form\AreaCsvType' shared autowired service.
  20837.      *
  20838.      * @return \App\Form\AreaCsvType
  20839.      */
  20840.     protected function getAreaCsvTypeService()
  20841.     {
  20842.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20843.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20844.         include_once \dirname(__DIR__4).'/src/Form/AreaCsvType.php';
  20845.         return $this->privates['App\\Form\\AreaCsvType'] = new \App\Form\AreaCsvType();
  20846.     }
  20847.     /**
  20848.      * Gets the private 'App\Form\BankAccountClientType' shared autowired service.
  20849.      *
  20850.      * @return \App\Form\BankAccountClientType
  20851.      */
  20852.     protected function getBankAccountClientTypeService()
  20853.     {
  20854.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20855.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20856.         include_once \dirname(__DIR__4).'/src/Form/BankAccountClientType.php';
  20857.         return $this->privates['App\\Form\\BankAccountClientType'] = new \App\Form\BankAccountClientType();
  20858.     }
  20859.     /**
  20860.      * Gets the private 'App\Form\BankCardType' shared autowired service.
  20861.      *
  20862.      * @return \App\Form\BankCardType
  20863.      */
  20864.     protected function getBankCardTypeService()
  20865.     {
  20866.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20867.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20868.         include_once \dirname(__DIR__4).'/src/Form/BankCardType.php';
  20869.         return $this->privates['App\\Form\\BankCardType'] = new \App\Form\BankCardType();
  20870.     }
  20871.     /**
  20872.      * Gets the private 'App\Form\BankType' shared autowired service.
  20873.      *
  20874.      * @return \App\Form\BankType
  20875.      */
  20876.     protected function getBankTypeService()
  20877.     {
  20878.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20879.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20880.         include_once \dirname(__DIR__4).'/src/Form/BankType.php';
  20881.         return $this->privates['App\\Form\\BankType'] = new \App\Form\BankType();
  20882.     }
  20883.     /**
  20884.      * Gets the private 'App\Form\BrugisType' shared autowired service.
  20885.      *
  20886.      * @return \App\Form\BrugisType
  20887.      */
  20888.     protected function getBrugisTypeService()
  20889.     {
  20890.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20891.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20892.         include_once \dirname(__DIR__4).'/src/Form/BrugisType.php';
  20893.         return $this->privates['App\\Form\\BrugisType'] = new \App\Form\BrugisType();
  20894.     }
  20895.     /**
  20896.      * Gets the private 'App\Form\CategoryEnvironnementType' shared autowired service.
  20897.      *
  20898.      * @return \App\Form\CategoryEnvironnementType
  20899.      */
  20900.     protected function getCategoryEnvironnementTypeService()
  20901.     {
  20902.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20903.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20904.         include_once \dirname(__DIR__4).'/src/Form/CategoryEnvironnementType.php';
  20905.         return $this->privates['App\\Form\\CategoryEnvironnementType'] = new \App\Form\CategoryEnvironnementType();
  20906.     }
  20907.     /**
  20908.      * Gets the private 'App\Form\ChoicecategoryType' shared autowired service.
  20909.      *
  20910.      * @return \App\Form\ChoicecategoryType
  20911.      */
  20912.     protected function getChoicecategoryTypeService()
  20913.     {
  20914.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20915.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20916.         include_once \dirname(__DIR__4).'/src/Form/ChoicecategoryType.php';
  20917.         return $this->privates['App\\Form\\ChoicecategoryType'] = new \App\Form\ChoicecategoryType();
  20918.     }
  20919.     /**
  20920.      * Gets the private 'App\Form\CityType' shared autowired service.
  20921.      *
  20922.      * @return \App\Form\CityType
  20923.      */
  20924.     protected function getCityTypeService()
  20925.     {
  20926.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20927.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20928.         include_once \dirname(__DIR__4).'/src/Form/CityType.php';
  20929.         return $this->privates['App\\Form\\CityType'] = new \App\Form\CityType();
  20930.     }
  20931.     /**
  20932.      * Gets the private 'App\Form\ClientFrontType' shared autowired service.
  20933.      *
  20934.      * @return \App\Form\ClientFrontType
  20935.      */
  20936.     protected function getClientFrontTypeService()
  20937.     {
  20938.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20939.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20940.         include_once \dirname(__DIR__4).'/src/Form/ClientFrontType.php';
  20941.         return $this->privates['App\\Form\\ClientFrontType'] = new \App\Form\ClientFrontType();
  20942.     }
  20943.     /**
  20944.      * Gets the private 'App\Form\ClientType' shared autowired service.
  20945.      *
  20946.      * @return \App\Form\ClientType
  20947.      */
  20948.     protected function getClientTypeService()
  20949.     {
  20950.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20951.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20952.         include_once \dirname(__DIR__4).'/src/Form/ClientType.php';
  20953.         return $this->privates['App\\Form\\ClientType'] = new \App\Form\ClientType();
  20954.     }
  20955.     /**
  20956.      * Gets the private 'App\Form\ClientclauseType' shared autowired service.
  20957.      *
  20958.      * @return \App\Form\ClientclauseType
  20959.      */
  20960.     protected function getClientclauseTypeService()
  20961.     {
  20962.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20963.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20964.         include_once \dirname(__DIR__4).'/src/Form/ClientclauseType.php';
  20965.         return $this->privates['App\\Form\\ClientclauseType'] = new \App\Form\ClientclauseType();
  20966.     }
  20967.     /**
  20968.      * Gets the private 'App\Form\ClientfriendType' shared autowired service.
  20969.      *
  20970.      * @return \App\Form\ClientfriendType
  20971.      */
  20972.     protected function getClientfriendTypeService()
  20973.     {
  20974.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20975.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20976.         include_once \dirname(__DIR__4).'/src/Form/ClientfriendType.php';
  20977.         return $this->privates['App\\Form\\ClientfriendType'] = new \App\Form\ClientfriendType();
  20978.     }
  20979.     /**
  20980.      * Gets the private 'App\Form\CountryType' shared autowired service.
  20981.      *
  20982.      * @return \App\Form\CountryType
  20983.      */
  20984.     protected function getCountryTypeService()
  20985.     {
  20986.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20987.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  20988.         include_once \dirname(__DIR__4).'/src/Form/CountryType.php';
  20989.         return $this->privates['App\\Form\\CountryType'] = new \App\Form\CountryType();
  20990.     }
  20991.     /**
  20992.      * Gets the private 'App\Form\CsvType' shared autowired service.
  20993.      *
  20994.      * @return \App\Form\CsvType
  20995.      */
  20996.     protected function getCsvTypeService()
  20997.     {
  20998.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  20999.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21000.         include_once \dirname(__DIR__4).'/src/Form/CsvType.php';
  21001.         return $this->privates['App\\Form\\CsvType'] = new \App\Form\CsvType();
  21002.     }
  21003.     /**
  21004.      * Gets the private 'App\Form\DVFType' shared autowired service.
  21005.      *
  21006.      * @return \App\Form\DVFType
  21007.      */
  21008.     protected function getDVFTypeService()
  21009.     {
  21010.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21011.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21012.         include_once \dirname(__DIR__4).'/src/Form/DVFType.php';
  21013.         return $this->privates['App\\Form\\DVFType'] = new \App\Form\DVFType();
  21014.     }
  21015.     /**
  21016.      * Gets the private 'App\Form\DailyNeededType' shared autowired service.
  21017.      *
  21018.      * @return \App\Form\DailyNeededType
  21019.      */
  21020.     protected function getDailyNeededTypeService()
  21021.     {
  21022.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21023.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21024.         include_once \dirname(__DIR__4).'/src/Form/DailyNeededType.php';
  21025.         return $this->privates['App\\Form\\DailyNeededType'] = new \App\Form\DailyNeededType();
  21026.     }
  21027.     /**
  21028.      * Gets the private 'App\Form\DeedOfSaleType' shared autowired service.
  21029.      *
  21030.      * @return \App\Form\DeedOfSaleType
  21031.      */
  21032.     protected function getDeedOfSaleTypeService()
  21033.     {
  21034.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21035.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21036.         include_once \dirname(__DIR__4).'/src/Form/DeedOfSaleType.php';
  21037.         return $this->privates['App\\Form\\DeedOfSaleType'] = new \App\Form\DeedOfSaleType();
  21038.     }
  21039.     /**
  21040.      * Gets the private 'App\Form\DefaultclauseType' shared autowired service.
  21041.      *
  21042.      * @return \App\Form\DefaultclauseType
  21043.      */
  21044.     protected function getDefaultclauseTypeService()
  21045.     {
  21046.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21047.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21048.         include_once \dirname(__DIR__4).'/src/Form/DefaultclauseType.php';
  21049.         return $this->privates['App\\Form\\DefaultclauseType'] = new \App\Form\DefaultclauseType();
  21050.     }
  21051.     /**
  21052.      * Gets the private 'App\Form\DemenagementAnnoncementType' shared autowired service.
  21053.      *
  21054.      * @return \App\Form\DemenagementAnnoncementType
  21055.      */
  21056.     protected function getDemenagementAnnoncementTypeService()
  21057.     {
  21058.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21059.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21060.         include_once \dirname(__DIR__4).'/src/Form/DemenagementAnnoncementType.php';
  21061.         return $this->privates['App\\Form\\DemenagementAnnoncementType'] = new \App\Form\DemenagementAnnoncementType();
  21062.     }
  21063.     /**
  21064.      * Gets the private 'App\Form\DistanceType' shared autowired service.
  21065.      *
  21066.      * @return \App\Form\DistanceType
  21067.      */
  21068.     protected function getDistanceTypeService()
  21069.     {
  21070.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21071.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21072.         include_once \dirname(__DIR__4).'/src/Form/DistanceType.php';
  21073.         return $this->privates['App\\Form\\DistanceType'] = new \App\Form\DistanceType();
  21074.     }
  21075.     /**
  21076.      * Gets the private 'App\Form\EducationCsvType' shared autowired service.
  21077.      *
  21078.      * @return \App\Form\EducationCsvType
  21079.      */
  21080.     protected function getEducationCsvTypeService()
  21081.     {
  21082.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21083.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21084.         include_once \dirname(__DIR__4).'/src/Form/EducationCsvType.php';
  21085.         return $this->privates['App\\Form\\EducationCsvType'] = new \App\Form\EducationCsvType();
  21086.     }
  21087.     /**
  21088.      * Gets the private 'App\Form\EngieCsvType' shared autowired service.
  21089.      *
  21090.      * @return \App\Form\EngieCsvType
  21091.      */
  21092.     protected function getEngieCsvTypeService()
  21093.     {
  21094.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21095.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21096.         include_once \dirname(__DIR__4).'/src/Form/EngieCsvType.php';
  21097.         return $this->privates['App\\Form\\EngieCsvType'] = new \App\Form\EngieCsvType();
  21098.     }
  21099.     /**
  21100.      * Gets the private 'App\Form\ExcelFileType' shared autowired service.
  21101.      *
  21102.      * @return \App\Form\ExcelFileType
  21103.      */
  21104.     protected function getExcelFileTypeService()
  21105.     {
  21106.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21107.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21108.         include_once \dirname(__DIR__4).'/src/Form/ExcelFileType.php';
  21109.         return $this->privates['App\\Form\\ExcelFileType'] = new \App\Form\ExcelFileType();
  21110.     }
  21111.     /**
  21112.      * Gets the private 'App\Form\ExcelFileWorkType' shared autowired service.
  21113.      *
  21114.      * @return \App\Form\ExcelFileWorkType
  21115.      */
  21116.     protected function getExcelFileWorkTypeService()
  21117.     {
  21118.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21119.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21120.         include_once \dirname(__DIR__4).'/src/Form/ExcelFileWorkType.php';
  21121.         return $this->privates['App\\Form\\ExcelFileWorkType'] = new \App\Form\ExcelFileWorkType();
  21122.     }
  21123.     /**
  21124.      * Gets the private 'App\Form\ExternalProviderAdvertisingType' shared autowired service.
  21125.      *
  21126.      * @return \App\Form\ExternalProviderAdvertisingType
  21127.      */
  21128.     protected function getExternalProviderAdvertisingTypeService()
  21129.     {
  21130.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21131.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21132.         include_once \dirname(__DIR__4).'/src/Form/ExternalProviderAdvertisingType.php';
  21133.         return $this->privates['App\\Form\\ExternalProviderAdvertisingType'] = new \App\Form\ExternalProviderAdvertisingType();
  21134.     }
  21135.     /**
  21136.      * Gets the private 'App\Form\ExternalProviderOfferType' shared autowired service.
  21137.      *
  21138.      * @return \App\Form\ExternalProviderOfferType
  21139.      */
  21140.     protected function getExternalProviderOfferTypeService()
  21141.     {
  21142.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21143.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21144.         include_once \dirname(__DIR__4).'/src/Form/ExternalProviderOfferType.php';
  21145.         return $this->privates['App\\Form\\ExternalProviderOfferType'] = new \App\Form\ExternalProviderOfferType();
  21146.     }
  21147.     /**
  21148.      * Gets the private 'App\Form\ExternalProviderType' shared autowired service.
  21149.      *
  21150.      * @return \App\Form\ExternalProviderType
  21151.      */
  21152.     protected function getExternalProviderTypeService()
  21153.     {
  21154.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21155.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21156.         include_once \dirname(__DIR__4).'/src/Form/ExternalProviderType.php';
  21157.         return $this->privates['App\\Form\\ExternalProviderType'] = new \App\Form\ExternalProviderType();
  21158.     }
  21159.     /**
  21160.      * Gets the private 'App\Form\FeatureType' shared autowired service.
  21161.      *
  21162.      * @return \App\Form\FeatureType
  21163.      */
  21164.     protected function getFeatureTypeService()
  21165.     {
  21166.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21167.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21168.         include_once \dirname(__DIR__4).'/src/Form/FeatureType.php';
  21169.         return $this->privates['App\\Form\\FeatureType'] = new \App\Form\FeatureType();
  21170.     }
  21171.     /**
  21172.      * Gets the private 'App\Form\ImagepubType' shared autowired service.
  21173.      *
  21174.      * @return \App\Form\ImagepubType
  21175.      */
  21176.     protected function getImagepubTypeService()
  21177.     {
  21178.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21179.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21180.         include_once \dirname(__DIR__4).'/src/Form/ImagepubType.php';
  21181.         return $this->privates['App\\Form\\ImagepubType'] = new \App\Form\ImagepubType();
  21182.     }
  21183.     /**
  21184.      * Gets the private 'App\Form\KycDocumenType' shared autowired service.
  21185.      *
  21186.      * @return \App\Form\KycDocumenType
  21187.      */
  21188.     protected function getKycDocumenTypeService()
  21189.     {
  21190.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21191.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21192.         include_once \dirname(__DIR__4).'/src/Form/KycDocumenType.php';
  21193.         return $this->privates['App\\Form\\KycDocumenType'] = new \App\Form\KycDocumenType();
  21194.     }
  21195.     /**
  21196.      * Gets the private 'App\Form\LandPropertyDestinationType' shared autowired service.
  21197.      *
  21198.      * @return \App\Form\LandPropertyDestinationType
  21199.      */
  21200.     protected function getLandPropertyDestinationTypeService()
  21201.     {
  21202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21203.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21204.         include_once \dirname(__DIR__4).'/src/Form/LandPropertyDestinationType.php';
  21205.         return $this->privates['App\\Form\\LandPropertyDestinationType'] = new \App\Form\LandPropertyDestinationType();
  21206.     }
  21207.     /**
  21208.      * Gets the private 'App\Form\LeaseContractAnnexType' shared autowired service.
  21209.      *
  21210.      * @return \App\Form\LeaseContractAnnexType
  21211.      */
  21212.     protected function getLeaseContractAnnexTypeService()
  21213.     {
  21214.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21215.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21216.         include_once \dirname(__DIR__4).'/src/Form/LeaseContractAnnexType.php';
  21217.         return $this->privates['App\\Form\\LeaseContractAnnexType'] = new \App\Form\LeaseContractAnnexType();
  21218.     }
  21219.     /**
  21220.      * Gets the private 'App\Form\LeaseContractModelType' shared autowired service.
  21221.      *
  21222.      * @return \App\Form\LeaseContractModelType
  21223.      */
  21224.     protected function getLeaseContractModelTypeService()
  21225.     {
  21226.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21227.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21228.         include_once \dirname(__DIR__4).'/src/Form/LeaseContractModelType.php';
  21229.         return $this->privates['App\\Form\\LeaseContractModelType'] = new \App\Form\LeaseContractModelType();
  21230.     }
  21231.     /**
  21232.      * Gets the private 'App\Form\LocationTypeType' shared autowired service.
  21233.      *
  21234.      * @return \App\Form\LocationTypeType
  21235.      */
  21236.     protected function getLocationTypeTypeService()
  21237.     {
  21238.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21239.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21240.         include_once \dirname(__DIR__4).'/src/Form/LocationTypeType.php';
  21241.         return $this->privates['App\\Form\\LocationTypeType'] = new \App\Form\LocationTypeType();
  21242.     }
  21243.     /**
  21244.      * Gets the private 'App\Form\Location\UrbanInformationType' shared autowired service.
  21245.      *
  21246.      * @return \App\Form\Location\UrbanInformationType
  21247.      */
  21248.     protected function getUrbanInformationTypeService()
  21249.     {
  21250.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21251.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21252.         include_once \dirname(__DIR__4).'/src/Form/Location/UrbanInformationType.php';
  21253.         return $this->privates['App\\Form\\Location\\UrbanInformationType'] = new \App\Form\Location\UrbanInformationType();
  21254.     }
  21255.     /**
  21256.      * Gets the private 'App\Form\MagasinType' shared autowired service.
  21257.      *
  21258.      * @return \App\Form\MagasinType
  21259.      */
  21260.     protected function getMagasinTypeService()
  21261.     {
  21262.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21263.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21264.         include_once \dirname(__DIR__4).'/src/Form/MagasinType.php';
  21265.         return $this->privates['App\\Form\\MagasinType'] = new \App\Form\MagasinType();
  21266.     }
  21267.     /**
  21268.      * Gets the private 'App\Form\ModelType' shared autowired service.
  21269.      *
  21270.      * @return \App\Form\ModelType
  21271.      */
  21272.     protected function getModelTypeService()
  21273.     {
  21274.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21275.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21276.         include_once \dirname(__DIR__4).'/src/Form/ModelType.php';
  21277.         return $this->privates['App\\Form\\ModelType'] = new \App\Form\ModelType();
  21278.     }
  21279.     /**
  21280.      * Gets the private 'App\Form\MunicipalityType' shared autowired service.
  21281.      *
  21282.      * @return \App\Form\MunicipalityType
  21283.      */
  21284.     protected function getMunicipalityTypeService()
  21285.     {
  21286.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21287.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21288.         include_once \dirname(__DIR__4).'/src/Form/MunicipalityType.php';
  21289.         return $this->privates['App\\Form\\MunicipalityType'] = new \App\Form\MunicipalityType();
  21290.     }
  21291.     /**
  21292.      * Gets the private 'App\Form\NeighborhoodEdit\TextureTreeDType' shared autowired service.
  21293.      *
  21294.      * @return \App\Form\NeighborhoodEdit\TextureTreeDType
  21295.      */
  21296.     protected function getTextureTreeDTypeService()
  21297.     {
  21298.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21299.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21300.         include_once \dirname(__DIR__4).'/src/Form/NeighborhoodEdit/TextureTreeDType.php';
  21301.         return $this->privates['App\\Form\\NeighborhoodEdit\\TextureTreeDType'] = new \App\Form\NeighborhoodEdit\TextureTreeDType();
  21302.     }
  21303.     /**
  21304.      * Gets the private 'App\Form\NeighborhoodType' shared autowired service.
  21305.      *
  21306.      * @return \App\Form\NeighborhoodType
  21307.      */
  21308.     protected function getNeighborhoodTypeService()
  21309.     {
  21310.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21311.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21312.         include_once \dirname(__DIR__4).'/src/Form/NeighborhoodType.php';
  21313.         return $this->privates['App\\Form\\NeighborhoodType'] = new \App\Form\NeighborhoodType();
  21314.     }
  21315.     /**
  21316.      * Gets the private 'App\Form\NewProjectImmoCsvType' shared autowired service.
  21317.      *
  21318.      * @return \App\Form\NewProjectImmoCsvType
  21319.      */
  21320.     protected function getNewProjectImmoCsvTypeService()
  21321.     {
  21322.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21323.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21324.         include_once \dirname(__DIR__4).'/src/Form/NewProjectImmoCsvType.php';
  21325.         return $this->privates['App\\Form\\NewProjectImmoCsvType'] = new \App\Form\NewProjectImmoCsvType();
  21326.     }
  21327.     /**
  21328.      * Gets the private 'App\Form\NotaryCsvType' shared autowired service.
  21329.      *
  21330.      * @return \App\Form\NotaryCsvType
  21331.      */
  21332.     protected function getNotaryCsvTypeService()
  21333.     {
  21334.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21335.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21336.         include_once \dirname(__DIR__4).'/src/Form/NotaryCsvType.php';
  21337.         return $this->privates['App\\Form\\NotaryCsvType'] = new \App\Form\NotaryCsvType();
  21338.     }
  21339.     /**
  21340.      * Gets the private 'App\Form\NotaryType' shared autowired service.
  21341.      *
  21342.      * @return \App\Form\NotaryType
  21343.      */
  21344.     protected function getNotaryTypeService()
  21345.     {
  21346.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21347.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21348.         include_once \dirname(__DIR__4).'/src/Form/NotaryType.php';
  21349.         return $this->privates['App\\Form\\NotaryType'] = new \App\Form\NotaryType();
  21350.     }
  21351.     /**
  21352.      * Gets the private 'App\Form\ObligationCsvType' shared autowired service.
  21353.      *
  21354.      * @return \App\Form\ObligationCsvType
  21355.      */
  21356.     protected function getObligationCsvTypeService()
  21357.     {
  21358.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21359.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21360.         include_once \dirname(__DIR__4).'/src/Form/ObligationCsvType.php';
  21361.         return $this->privates['App\\Form\\ObligationCsvType'] = new \App\Form\ObligationCsvType();
  21362.     }
  21363.     /**
  21364.      * Gets the private 'App\Form\ObligationType' shared autowired service.
  21365.      *
  21366.      * @return \App\Form\ObligationType
  21367.      */
  21368.     protected function getObligationTypeService()
  21369.     {
  21370.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21371.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21372.         include_once \dirname(__DIR__4).'/src/Form/ObligationType.php';
  21373.         return $this->privates['App\\Form\\ObligationType'] = new \App\Form\ObligationType();
  21374.     }
  21375.     /**
  21376.      * Gets the private 'App\Form\OccupationPeriodFileType' shared autowired service.
  21377.      *
  21378.      * @return \App\Form\OccupationPeriodFileType
  21379.      */
  21380.     protected function getOccupationPeriodFileTypeService()
  21381.     {
  21382.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21383.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21384.         include_once \dirname(__DIR__4).'/src/Form/OccupationPeriodFileType.php';
  21385.         return $this->privates['App\\Form\\OccupationPeriodFileType'] = new \App\Form\OccupationPeriodFileType();
  21386.     }
  21387.     /**
  21388.      * Gets the private 'App\Form\OccupieCsvType' shared autowired service.
  21389.      *
  21390.      * @return \App\Form\OccupieCsvType
  21391.      */
  21392.     protected function getOccupieCsvTypeService()
  21393.     {
  21394.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21395.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21396.         include_once \dirname(__DIR__4).'/src/Form/OccupieCsvType.php';
  21397.         return $this->privates['App\\Form\\OccupieCsvType'] = new \App\Form\OccupieCsvType();
  21398.     }
  21399.     /**
  21400.      * Gets the private 'App\Form\OccupieEstimationType' shared autowired service.
  21401.      *
  21402.      * @return \App\Form\OccupieEstimationType
  21403.      */
  21404.     protected function getOccupieEstimationTypeService()
  21405.     {
  21406.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21407.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21408.         include_once \dirname(__DIR__4).'/src/Form/OccupieEstimationType.php';
  21409.         return $this->privates['App\\Form\\OccupieEstimationType'] = new \App\Form\OccupieEstimationType();
  21410.     }
  21411.     /**
  21412.      * Gets the private 'App\Form\OfferType' shared autowired service.
  21413.      *
  21414.      * @return \App\Form\OfferType
  21415.      */
  21416.     protected function getOfferTypeService()
  21417.     {
  21418.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21419.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21420.         include_once \dirname(__DIR__4).'/src/Form/OfferType.php';
  21421.         return $this->privates['App\\Form\\OfferType'] = new \App\Form\OfferType();
  21422.     }
  21423.     /**
  21424.      * Gets the private 'App\Form\OptionType' shared autowired service.
  21425.      *
  21426.      * @return \App\Form\OptionType
  21427.      */
  21428.     protected function getOptionTypeService()
  21429.     {
  21430.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21431.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21432.         include_once \dirname(__DIR__4).'/src/Form/OptionType.php';
  21433.         return $this->privates['App\\Form\\OptionType'] = new \App\Form\OptionType();
  21434.     }
  21435.     /**
  21436.      * Gets the private 'App\Form\ParameterType' shared autowired service.
  21437.      *
  21438.      * @return \App\Form\ParameterType
  21439.      */
  21440.     protected function getParameterTypeService()
  21441.     {
  21442.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21443.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21444.         include_once \dirname(__DIR__4).'/src/Form/ParameterType.php';
  21445.         return $this->privates['App\\Form\\ParameterType'] = new \App\Form\ParameterType();
  21446.     }
  21447.     /**
  21448.      * Gets the private 'App\Form\PebInformation\BoilerPerformanceType' shared autowired service.
  21449.      *
  21450.      * @return \App\Form\PebInformation\BoilerPerformanceType
  21451.      */
  21452.     protected function getBoilerPerformanceTypeService()
  21453.     {
  21454.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21455.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21456.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/BoilerPerformanceType.php';
  21457.         return $this->privates['App\\Form\\PebInformation\\BoilerPerformanceType'] = new \App\Form\PebInformation\BoilerPerformanceType();
  21458.     }
  21459.     /**
  21460.      * Gets the private 'App\Form\PebInformation\HeatNeededType' shared autowired service.
  21461.      *
  21462.      * @return \App\Form\PebInformation\HeatNeededType
  21463.      */
  21464.     protected function getHeatNeededTypeService()
  21465.     {
  21466.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21467.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21468.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/HeatNeededType.php';
  21469.         return $this->privates['App\\Form\\PebInformation\\HeatNeededType'] = new \App\Form\PebInformation\HeatNeededType();
  21470.     }
  21471.     /**
  21472.      * Gets the private 'App\Form\PebInformation\IndicatorType' shared autowired service.
  21473.      *
  21474.      * @return \App\Form\PebInformation\IndicatorType
  21475.      */
  21476.     protected function getIndicatorTypeService()
  21477.     {
  21478.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21479.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21480.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/IndicatorType.php';
  21481.         return $this->privates['App\\Form\\PebInformation\\IndicatorType'] = new \App\Form\PebInformation\IndicatorType();
  21482.     }
  21483.     /**
  21484.      * Gets the private 'App\Form\PebInformation\PebInformationType' shared autowired service.
  21485.      *
  21486.      * @return \App\Form\PebInformation\PebInformationType
  21487.      */
  21488.     protected function getPebInformationTypeService()
  21489.     {
  21490.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21491.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21492.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/PebInformationType.php';
  21493.         return $this->privates['App\\Form\\PebInformation\\PebInformationType'] = new \App\Form\PebInformation\PebInformationType();
  21494.     }
  21495.     /**
  21496.      * Gets the private 'App\Form\PebInformation\RenewalEnergyFormType' shared autowired service.
  21497.      *
  21498.      * @return \App\Form\PebInformation\RenewalEnergyFormType
  21499.      */
  21500.     protected function getRenewalEnergyFormTypeService()
  21501.     {
  21502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21503.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21504.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/RenewalEnergyFormType.php';
  21505.         return $this->privates['App\\Form\\PebInformation\\RenewalEnergyFormType'] = new \App\Form\PebInformation\RenewalEnergyFormType();
  21506.     }
  21507.     /**
  21508.      * Gets the private 'App\Form\PebInformation\SubContent\BiomassType' shared autowired service.
  21509.      *
  21510.      * @return \App\Form\PebInformation\SubContent\BiomassType
  21511.      */
  21512.     protected function getBiomassTypeService()
  21513.     {
  21514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21515.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21516.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/BiomassType.php';
  21517.         return $this->privates['App\\Form\\PebInformation\\SubContent\\BiomassType'] = new \App\Form\PebInformation\SubContent\BiomassType();
  21518.     }
  21519.     /**
  21520.      * Gets the private 'App\Form\PebInformation\SubContent\CogenerationUnitType' shared autowired service.
  21521.      *
  21522.      * @return \App\Form\PebInformation\SubContent\CogenerationUnitType
  21523.      */
  21524.     protected function getCogenerationUnitTypeService()
  21525.     {
  21526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21527.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21528.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/CogenerationUnitType.php';
  21529.         return $this->privates['App\\Form\\PebInformation\\SubContent\\CogenerationUnitType'] = new \App\Form\PebInformation\SubContent\CogenerationUnitType();
  21530.     }
  21531.     /**
  21532.      * Gets the private 'App\Form\PebInformation\SubContent\HeatPumpType' shared autowired service.
  21533.      *
  21534.      * @return \App\Form\PebInformation\SubContent\HeatPumpType
  21535.      */
  21536.     protected function getHeatPumpTypeService()
  21537.     {
  21538.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21539.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21540.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/HeatPumpType.php';
  21541.         return $this->privates['App\\Form\\PebInformation\\SubContent\\HeatPumpType'] = new \App\Form\PebInformation\SubContent\HeatPumpType();
  21542.     }
  21543.     /**
  21544.      * Gets the private 'App\Form\PebInformation\SubContent\SolarPvInstallationType' shared autowired service.
  21545.      *
  21546.      * @return \App\Form\PebInformation\SubContent\SolarPvInstallationType
  21547.      */
  21548.     protected function getSolarPvInstallationTypeService()
  21549.     {
  21550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21552.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/SolarPvInstallationType.php';
  21553.         return $this->privates['App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType'] = new \App\Form\PebInformation\SubContent\SolarPvInstallationType();
  21554.     }
  21555.     /**
  21556.      * Gets the private 'App\Form\PebInformation\SubContent\SolarThermalType' shared autowired service.
  21557.      *
  21558.      * @return \App\Form\PebInformation\SubContent\SolarThermalType
  21559.      */
  21560.     protected function getSolarThermalTypeService()
  21561.     {
  21562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21564.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/SubContent/SolarThermalType.php';
  21565.         return $this->privates['App\\Form\\PebInformation\\SubContent\\SolarThermalType'] = new \App\Form\PebInformation\SubContent\SolarThermalType();
  21566.     }
  21567.     /**
  21568.      * Gets the private 'App\Form\PebInformation\VentilationLosesType' shared autowired service.
  21569.      *
  21570.      * @return \App\Form\PebInformation\VentilationLosesType
  21571.      */
  21572.     protected function getVentilationLosesTypeService()
  21573.     {
  21574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21576.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/VentilationLosesType.php';
  21577.         return $this->privates['App\\Form\\PebInformation\\VentilationLosesType'] = new \App\Form\PebInformation\VentilationLosesType();
  21578.     }
  21579.     /**
  21580.      * Gets the private 'App\Form\PebInformation\VentilationType' shared autowired service.
  21581.      *
  21582.      * @return \App\Form\PebInformation\VentilationType
  21583.      */
  21584.     protected function getVentilationTypeService()
  21585.     {
  21586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21588.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/VentilationType.php';
  21589.         return $this->privates['App\\Form\\PebInformation\\VentilationType'] = new \App\Form\PebInformation\VentilationType();
  21590.     }
  21591.     /**
  21592.      * Gets the private 'App\Form\PebInformation\WaterPerformanceType' shared autowired service.
  21593.      *
  21594.      * @return \App\Form\PebInformation\WaterPerformanceType
  21595.      */
  21596.     protected function getWaterPerformanceTypeService()
  21597.     {
  21598.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21599.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21600.         include_once \dirname(__DIR__4).'/src/Form/PebInformation/WaterPerformanceType.php';
  21601.         return $this->privates['App\\Form\\PebInformation\\WaterPerformanceType'] = new \App\Form\PebInformation\WaterPerformanceType();
  21602.     }
  21603.     /**
  21604.      * Gets the private 'App\Form\PermitCiterneType' shared autowired service.
  21605.      *
  21606.      * @return \App\Form\PermitCiterneType
  21607.      */
  21608.     protected function getPermitCiterneTypeService()
  21609.     {
  21610.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21611.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21612.         include_once \dirname(__DIR__4).'/src/Form/PermitCiterneType.php';
  21613.         return $this->privates['App\\Form\\PermitCiterneType'] = new \App\Form\PermitCiterneType();
  21614.     }
  21615.     /**
  21616.      * Gets the private 'App\Form\PermitLocationEnvironmentType' shared autowired service.
  21617.      *
  21618.      * @return \App\Form\PermitLocationEnvironmentType
  21619.      */
  21620.     protected function getPermitLocationEnvironmentTypeService()
  21621.     {
  21622.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21623.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21624.         include_once \dirname(__DIR__4).'/src/Form/PermitLocationEnvironmentType.php';
  21625.         return $this->privates['App\\Form\\PermitLocationEnvironmentType'] = new \App\Form\PermitLocationEnvironmentType();
  21626.     }
  21627.     /**
  21628.      * Gets the private 'App\Form\PersonnelType' shared autowired service.
  21629.      *
  21630.      * @return \App\Form\PersonnelType
  21631.      */
  21632.     protected function getPersonnelTypeService()
  21633.     {
  21634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21636.         include_once \dirname(__DIR__4).'/src/Form/PersonnelType.php';
  21637.         return $this->privates['App\\Form\\PersonnelType'] = new \App\Form\PersonnelType();
  21638.     }
  21639.     /**
  21640.      * Gets the private 'App\Form\Plan\PlanFeatureType' shared autowired service.
  21641.      *
  21642.      * @return \App\Form\Plan\PlanFeatureType
  21643.      */
  21644.     protected function getPlanFeatureTypeService()
  21645.     {
  21646.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21647.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21648.         include_once \dirname(__DIR__4).'/src/Form/Plan/PlanFeatureType.php';
  21649.         return $this->privates['App\\Form\\Plan\\PlanFeatureType'] = new \App\Form\Plan\PlanFeatureType();
  21650.     }
  21651.     /**
  21652.      * Gets the private 'App\Form\Plan\PlanType' shared autowired service.
  21653.      *
  21654.      * @return \App\Form\Plan\PlanType
  21655.      */
  21656.     protected function getPlanTypeService()
  21657.     {
  21658.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21659.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21660.         include_once \dirname(__DIR__4).'/src/Form/Plan/PlanType.php';
  21661.         return $this->privates['App\\Form\\Plan\\PlanType'] = new \App\Form\Plan\PlanType();
  21662.     }
  21663.     /**
  21664.      * Gets the private 'App\Form\PpasAffectationType' shared autowired service.
  21665.      *
  21666.      * @return \App\Form\PpasAffectationType
  21667.      */
  21668.     protected function getPpasAffectationTypeService()
  21669.     {
  21670.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21671.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21672.         include_once \dirname(__DIR__4).'/src/Form/PpasAffectationType.php';
  21673.         return $this->privates['App\\Form\\PpasAffectationType'] = new \App\Form\PpasAffectationType();
  21674.     }
  21675.     /**
  21676.      * Gets the private 'App\Form\PpasCsvType' shared autowired service.
  21677.      *
  21678.      * @return \App\Form\PpasCsvType
  21679.      */
  21680.     protected function getPpasCsvTypeService()
  21681.     {
  21682.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21683.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21684.         include_once \dirname(__DIR__4).'/src/Form/PpasCsvType.php';
  21685.         return $this->privates['App\\Form\\PpasCsvType'] = new \App\Form\PpasCsvType();
  21686.     }
  21687.     /**
  21688.      * Gets the private 'App\Form\PrimeProcedureFieldFormType' shared autowired service.
  21689.      *
  21690.      * @return \App\Form\PrimeProcedureFieldFormType
  21691.      */
  21692.     protected function getPrimeProcedureFieldFormTypeService()
  21693.     {
  21694.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21695.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21696.         include_once \dirname(__DIR__4).'/src/Form/PrimeProcedureFieldFormType.php';
  21697.         return $this->privates['App\\Form\\PrimeProcedureFieldFormType'] = new \App\Form\PrimeProcedureFieldFormType();
  21698.     }
  21699.     /**
  21700.      * Gets the private 'App\Form\PrimeProcedureFormType' shared autowired service.
  21701.      *
  21702.      * @return \App\Form\PrimeProcedureFormType
  21703.      */
  21704.     protected function getPrimeProcedureFormTypeService()
  21705.     {
  21706.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21707.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21708.         include_once \dirname(__DIR__4).'/src/Form/PrimeProcedureFormType.php';
  21709.         return $this->privates['App\\Form\\PrimeProcedureFormType'] = new \App\Form\PrimeProcedureFormType();
  21710.     }
  21711.     /**
  21712.      * Gets the private 'App\Form\PrimeSourceFormType' shared autowired service.
  21713.      *
  21714.      * @return \App\Form\PrimeSourceFormType
  21715.      */
  21716.     protected function getPrimeSourceFormTypeService()
  21717.     {
  21718.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21719.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21720.         include_once \dirname(__DIR__4).'/src/Form/PrimeSourceFormType.php';
  21721.         return $this->privates['App\\Form\\PrimeSourceFormType'] = new \App\Form\PrimeSourceFormType();
  21722.     }
  21723.     /**
  21724.      * Gets the private 'App\Form\Prime\CsvType' shared autowired service.
  21725.      *
  21726.      * @return \App\Form\Prime\CsvType
  21727.      */
  21728.     protected function getCsvType2Service()
  21729.     {
  21730.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21731.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21732.         include_once \dirname(__DIR__4).'/src/Form/Prime/CsvType.php';
  21733.         return $this->privates['App\\Form\\Prime\\CsvType'] = new \App\Form\Prime\CsvType();
  21734.     }
  21735.     /**
  21736.      * Gets the private 'App\Form\Prime\FormeType' shared autowired service.
  21737.      *
  21738.      * @return \App\Form\Prime\FormeType
  21739.      */
  21740.     protected function getFormeTypeService()
  21741.     {
  21742.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21743.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21744.         include_once \dirname(__DIR__4).'/src/Form/Prime/FormeType.php';
  21745.         return $this->privates['App\\Form\\Prime\\FormeType'] = new \App\Form\Prime\FormeType();
  21746.     }
  21747.     /**
  21748.      * Gets the private 'App\Form\PropertyImageType' shared autowired service.
  21749.      *
  21750.      * @return \App\Form\PropertyImageType
  21751.      */
  21752.     protected function getPropertyImageTypeService()
  21753.     {
  21754.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21755.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21756.         include_once \dirname(__DIR__4).'/src/Form/PropertyImageType.php';
  21757.         return $this->privates['App\\Form\\PropertyImageType'] = new \App\Form\PropertyImageType();
  21758.     }
  21759.     /**
  21760.      * Gets the private 'App\Form\PropertytypeType' shared autowired service.
  21761.      *
  21762.      * @return \App\Form\PropertytypeType
  21763.      */
  21764.     protected function getPropertytypeTypeService()
  21765.     {
  21766.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21767.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21768.         include_once \dirname(__DIR__4).'/src/Form/PropertytypeType.php';
  21769.         return $this->privates['App\\Form\\PropertytypeType'] = new \App\Form\PropertytypeType();
  21770.     }
  21771.     /**
  21772.      * Gets the private 'App\Form\ProviderFluviusType' shared autowired service.
  21773.      *
  21774.      * @return \App\Form\ProviderFluviusType
  21775.      */
  21776.     protected function getProviderFluviusTypeService()
  21777.     {
  21778.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21779.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21780.         include_once \dirname(__DIR__4).'/src/Form/ProviderFluviusType.php';
  21781.         return $this->privates['App\\Form\\ProviderFluviusType'] = new \App\Form\ProviderFluviusType();
  21782.     }
  21783.     /**
  21784.      * Gets the private 'App\Form\ProviderInverterType' shared autowired service.
  21785.      *
  21786.      * @return \App\Form\ProviderInverterType
  21787.      */
  21788.     protected function getProviderInverterTypeService()
  21789.     {
  21790.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21791.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21792.         include_once \dirname(__DIR__4).'/src/Form/ProviderInverterType.php';
  21793.         return $this->privates['App\\Form\\ProviderInverterType'] = new \App\Form\ProviderInverterType();
  21794.     }
  21795.     /**
  21796.      * Gets the private 'App\Form\ProviderOresType' shared autowired service.
  21797.      *
  21798.      * @return \App\Form\ProviderOresType
  21799.      */
  21800.     protected function getProviderOresTypeService()
  21801.     {
  21802.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21803.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21804.         include_once \dirname(__DIR__4).'/src/Form/ProviderOresType.php';
  21805.         return $this->privates['App\\Form\\ProviderOresType'] = new \App\Form\ProviderOresType();
  21806.     }
  21807.     /**
  21808.      * Gets the private 'App\Form\ProviderSibelgaTaskType' shared autowired service.
  21809.      *
  21810.      * @return \App\Form\ProviderSibelgaTaskType
  21811.      */
  21812.     protected function getProviderSibelgaTaskTypeService()
  21813.     {
  21814.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21815.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21816.         include_once \dirname(__DIR__4).'/src/Form/ProviderSibelgaTaskType.php';
  21817.         return $this->privates['App\\Form\\ProviderSibelgaTaskType'] = new \App\Form\ProviderSibelgaTaskType();
  21818.     }
  21819.     /**
  21820.      * Gets the private 'App\Form\ProviderSibelgaType' shared autowired service.
  21821.      *
  21822.      * @return \App\Form\ProviderSibelgaType
  21823.      */
  21824.     protected function getProviderSibelgaTypeService()
  21825.     {
  21826.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21827.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21828.         include_once \dirname(__DIR__4).'/src/Form/ProviderSibelgaType.php';
  21829.         return $this->privates['App\\Form\\ProviderSibelgaType'] = new \App\Form\ProviderSibelgaType();
  21830.     }
  21831.     /**
  21832.      * Gets the private 'App\Form\ProviderSibelgaWorkType' shared autowired service.
  21833.      *
  21834.      * @return \App\Form\ProviderSibelgaWorkType
  21835.      */
  21836.     protected function getProviderSibelgaWorkTypeService()
  21837.     {
  21838.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21839.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21840.         include_once \dirname(__DIR__4).'/src/Form/ProviderSibelgaWorkType.php';
  21841.         return $this->privates['App\\Form\\ProviderSibelgaWorkType'] = new \App\Form\ProviderSibelgaWorkType();
  21842.     }
  21843.     /**
  21844.      * Gets the private 'App\Form\ProviderSocietyCsvType' shared autowired service.
  21845.      *
  21846.      * @return \App\Form\ProviderSocietyCsvType
  21847.      */
  21848.     protected function getProviderSocietyCsvTypeService()
  21849.     {
  21850.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21851.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21852.         include_once \dirname(__DIR__4).'/src/Form/ProviderSocietyCsvType.php';
  21853.         return $this->privates['App\\Form\\ProviderSocietyCsvType'] = new \App\Form\ProviderSocietyCsvType();
  21854.     }
  21855.     /**
  21856.      * Gets the private 'App\Form\PublicInquiryInProgressCsvType' shared autowired service.
  21857.      *
  21858.      * @return \App\Form\PublicInquiryInProgressCsvType
  21859.      */
  21860.     protected function getPublicInquiryInProgressCsvTypeService()
  21861.     {
  21862.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21863.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21864.         include_once \dirname(__DIR__4).'/src/Form/PublicInquiryInProgressCsvType.php';
  21865.         return $this->privates['App\\Form\\PublicInquiryInProgressCsvType'] = new \App\Form\PublicInquiryInProgressCsvType();
  21866.     }
  21867.     /**
  21868.      * Gets the private 'App\Form\PurchasePartnerRequestObjectifType' shared autowired service.
  21869.      *
  21870.      * @return \App\Form\PurchasePartnerRequestObjectifType
  21871.      */
  21872.     protected function getPurchasePartnerRequestObjectifTypeService()
  21873.     {
  21874.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21875.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21876.         include_once \dirname(__DIR__4).'/src/Form/PurchasePartnerRequestObjectifType.php';
  21877.         return $this->privates['App\\Form\\PurchasePartnerRequestObjectifType'] = new \App\Form\PurchasePartnerRequestObjectifType();
  21878.     }
  21879.     /**
  21880.      * Gets the private 'App\Form\PurchasePartnerRequestType' shared autowired service.
  21881.      *
  21882.      * @return \App\Form\PurchasePartnerRequestType
  21883.      */
  21884.     protected function getPurchasePartnerRequestTypeService()
  21885.     {
  21886.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21887.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21888.         include_once \dirname(__DIR__4).'/src/Form/PurchasePartnerRequestType.php';
  21889.         return $this->privates['App\\Form\\PurchasePartnerRequestType'] = new \App\Form\PurchasePartnerRequestType();
  21890.     }
  21891.     /**
  21892.      * Gets the private 'App\Form\RegionType' shared autowired service.
  21893.      *
  21894.      * @return \App\Form\RegionType
  21895.      */
  21896.     protected function getRegionTypeService()
  21897.     {
  21898.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21899.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21900.         include_once \dirname(__DIR__4).'/src/Form/RegionType.php';
  21901.         return $this->privates['App\\Form\\RegionType'] = new \App\Form\RegionType();
  21902.     }
  21903.     /**
  21904.      * Gets the private 'App\Form\RentestimationType' shared autowired service.
  21905.      *
  21906.      * @return \App\Form\RentestimationType
  21907.      */
  21908.     protected function getRentestimationTypeService()
  21909.     {
  21910.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21911.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21912.         include_once \dirname(__DIR__4).'/src/Form/RentestimationType.php';
  21913.         return $this->privates['App\\Form\\RentestimationType'] = new \App\Form\RentestimationType();
  21914.     }
  21915.     /**
  21916.      * Gets the private 'App\Form\RoofType' shared autowired service.
  21917.      *
  21918.      * @return \App\Form\RoofType
  21919.      */
  21920.     protected function getRoofTypeService()
  21921.     {
  21922.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21923.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21924.         include_once \dirname(__DIR__4).'/src/Form/RoofType.php';
  21925.         return $this->privates['App\\Form\\RoofType'] = new \App\Form\RoofType();
  21926.     }
  21927.     /**
  21928.      * Gets the private 'App\Form\RulesCsvType' shared autowired service.
  21929.      *
  21930.      * @return \App\Form\RulesCsvType
  21931.      */
  21932.     protected function getRulesCsvTypeService()
  21933.     {
  21934.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21935.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21936.         include_once \dirname(__DIR__4).'/src/Form/RulesCsvType.php';
  21937.         return $this->privates['App\\Form\\RulesCsvType'] = new \App\Form\RulesCsvType();
  21938.     }
  21939.     /**
  21940.      * Gets the private 'App\Form\SalesAgreementFileType' shared autowired service.
  21941.      *
  21942.      * @return \App\Form\SalesAgreementFileType
  21943.      */
  21944.     protected function getSalesAgreementFileTypeService()
  21945.     {
  21946.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21947.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21948.         include_once \dirname(__DIR__4).'/src/Form/SalesAgreementFileType.php';
  21949.         return $this->privates['App\\Form\\SalesAgreementFileType'] = new \App\Form\SalesAgreementFileType();
  21950.     }
  21951.     /**
  21952.      * Gets the private 'App\Form\ServiceCategoryType' shared autowired service.
  21953.      *
  21954.      * @return \App\Form\ServiceCategoryType
  21955.      */
  21956.     protected function getServiceCategoryTypeService()
  21957.     {
  21958.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21959.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21960.         include_once \dirname(__DIR__4).'/src/Form/ServiceCategoryType.php';
  21961.         return $this->privates['App\\Form\\ServiceCategoryType'] = new \App\Form\ServiceCategoryType();
  21962.     }
  21963.     /**
  21964.      * Gets the private 'App\Form\ServicePromoType' shared autowired service.
  21965.      *
  21966.      * @return \App\Form\ServicePromoType
  21967.      */
  21968.     protected function getServicePromoTypeService()
  21969.     {
  21970.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21971.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21972.         include_once \dirname(__DIR__4).'/src/Form/ServicePromoType.php';
  21973.         return $this->privates['App\\Form\\ServicePromoType'] = new \App\Form\ServicePromoType();
  21974.     }
  21975.     /**
  21976.      * Gets the private 'App\Form\SimulationType' shared autowired service.
  21977.      *
  21978.      * @return \App\Form\SimulationType
  21979.      */
  21980.     protected function getSimulationTypeService()
  21981.     {
  21982.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21983.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21984.         include_once \dirname(__DIR__4).'/src/Form/SimulationType.php';
  21985.         return $this->privates['App\\Form\\SimulationType'] = new \App\Form\SimulationType();
  21986.     }
  21987.     /**
  21988.      * Gets the private 'App\Form\SizeType' shared autowired service.
  21989.      *
  21990.      * @return \App\Form\SizeType
  21991.      */
  21992.     protected function getSizeTypeService()
  21993.     {
  21994.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  21995.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  21996.         include_once \dirname(__DIR__4).'/src/Form/SizeType.php';
  21997.         return $this->privates['App\\Form\\SizeType'] = new \App\Form\SizeType();
  21998.     }
  21999.     /**
  22000.      * Gets the private 'App\Form\SocietyApprovalType' shared autowired service.
  22001.      *
  22002.      * @return \App\Form\SocietyApprovalType
  22003.      */
  22004.     protected function getSocietyApprovalTypeService()
  22005.     {
  22006.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22007.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22008.         include_once \dirname(__DIR__4).'/src/Form/SocietyApprovalType.php';
  22009.         return $this->privates['App\\Form\\SocietyApprovalType'] = new \App\Form\SocietyApprovalType();
  22010.     }
  22011.     /**
  22012.      * Gets the private 'App\Form\SocietyType' shared autowired service.
  22013.      *
  22014.      * @return \App\Form\SocietyType
  22015.      */
  22016.     protected function getSocietyTypeService()
  22017.     {
  22018.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22020.         include_once \dirname(__DIR__4).'/src/Form/SocietyType.php';
  22021.         return $this->privates['App\\Form\\SocietyType'] = new \App\Form\SocietyType();
  22022.     }
  22023.     /**
  22024.      * Gets the private 'App\Form\StreetType' shared autowired service.
  22025.      *
  22026.      * @return \App\Form\StreetType
  22027.      */
  22028.     protected function getStreetTypeService()
  22029.     {
  22030.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22031.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22032.         include_once \dirname(__DIR__4).'/src/Form/StreetType.php';
  22033.         return $this->privates['App\\Form\\StreetType'] = new \App\Form\StreetType();
  22034.     }
  22035.     /**
  22036.      * Gets the private 'App\Form\SubjectType' shared autowired service.
  22037.      *
  22038.      * @return \App\Form\SubjectType
  22039.      */
  22040.     protected function getSubjectTypeService()
  22041.     {
  22042.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22043.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22044.         include_once \dirname(__DIR__4).'/src/Form/SubjectType.php';
  22045.         return $this->privates['App\\Form\\SubjectType'] = new \App\Form\SubjectType();
  22046.     }
  22047.     /**
  22048.      * Gets the private 'App\Form\SubmodelType' shared autowired service.
  22049.      *
  22050.      * @return \App\Form\SubmodelType
  22051.      */
  22052.     protected function getSubmodelTypeService()
  22053.     {
  22054.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22055.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22056.         include_once \dirname(__DIR__4).'/src/Form/SubmodelType.php';
  22057.         return $this->privates['App\\Form\\SubmodelType'] = new \App\Form\SubmodelType();
  22058.     }
  22059.     /**
  22060.      * Gets the private 'App\Form\SubscriptionProductServiceType' shared autowired service.
  22061.      *
  22062.      * @return \App\Form\SubscriptionProductServiceType
  22063.      */
  22064.     protected function getSubscriptionProductServiceTypeService()
  22065.     {
  22066.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22067.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22068.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionProductServiceType.php';
  22069.         return $this->privates['App\\Form\\SubscriptionProductServiceType'] = new \App\Form\SubscriptionProductServiceType();
  22070.     }
  22071.     /**
  22072.      * Gets the private 'App\Form\SubscriptionProductType' shared autowired service.
  22073.      *
  22074.      * @return \App\Form\SubscriptionProductType
  22075.      */
  22076.     protected function getSubscriptionProductTypeService()
  22077.     {
  22078.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22079.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22080.         include_once \dirname(__DIR__4).'/src/Form/SubscriptionProductType.php';
  22081.         return $this->privates['App\\Form\\SubscriptionProductType'] = new \App\Form\SubscriptionProductType();
  22082.     }
  22083.     /**
  22084.      * Gets the private 'App\Form\SubsectionType' shared autowired service.
  22085.      *
  22086.      * @return \App\Form\SubsectionType
  22087.      */
  22088.     protected function getSubsectionTypeService()
  22089.     {
  22090.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22091.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22092.         include_once \dirname(__DIR__4).'/src/Form/SubsectionType.php';
  22093.         return $this->privates['App\\Form\\SubsectionType'] = new \App\Form\SubsectionType();
  22094.     }
  22095.     /**
  22096.      * Gets the private 'App\Form\SuperficieType' shared autowired service.
  22097.      *
  22098.      * @return \App\Form\SuperficieType
  22099.      */
  22100.     protected function getSuperficieTypeService()
  22101.     {
  22102.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22103.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22104.         include_once \dirname(__DIR__4).'/src/Form/SuperficieType.php';
  22105.         return $this->privates['App\\Form\\SuperficieType'] = new \App\Form\SuperficieType();
  22106.     }
  22107.     /**
  22108.      * Gets the private 'App\Form\SupplierType' shared autowired service.
  22109.      *
  22110.      * @return \App\Form\SupplierType
  22111.      */
  22112.     protected function getSupplierTypeService()
  22113.     {
  22114.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22115.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22116.         include_once \dirname(__DIR__4).'/src/Form/SupplierType.php';
  22117.         return $this->privates['App\\Form\\SupplierType'] = new \App\Form\SupplierType();
  22118.     }
  22119.     /**
  22120.      * Gets the private 'App\Form\SyndicApartmentType' shared autowired service.
  22121.      *
  22122.      * @return \App\Form\SyndicApartmentType
  22123.      */
  22124.     protected function getSyndicApartmentTypeService()
  22125.     {
  22126.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22127.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22128.         include_once \dirname(__DIR__4).'/src/Form/SyndicApartmentType.php';
  22129.         return $this->privates['App\\Form\\SyndicApartmentType'] = new \App\Form\SyndicApartmentType();
  22130.     }
  22131.     /**
  22132.      * Gets the private 'App\Form\TestImageType' shared autowired service.
  22133.      *
  22134.      * @return \App\Form\TestImageType
  22135.      */
  22136.     protected function getTestImageTypeService()
  22137.     {
  22138.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22139.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22140.         include_once \dirname(__DIR__4).'/src/Form/TestImageType.php';
  22141.         return $this->privates['App\\Form\\TestImageType'] = new \App\Form\TestImageType();
  22142.     }
  22143.     /**
  22144.      * Gets the private 'App\Form\ThePropertyConstructionWorkRulesType' shared autowired service.
  22145.      *
  22146.      * @return \App\Form\ThePropertyConstructionWorkRulesType
  22147.      */
  22148.     protected function getThePropertyConstructionWorkRulesTypeService()
  22149.     {
  22150.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22151.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22152.         include_once \dirname(__DIR__4).'/src/Form/ThePropertyConstructionWorkRulesType.php';
  22153.         return $this->privates['App\\Form\\ThePropertyConstructionWorkRulesType'] = new \App\Form\ThePropertyConstructionWorkRulesType();
  22154.     }
  22155.     /**
  22156.      * Gets the private 'App\Form\TheProperty\ExtensionOrder\MarkAsDeliveredType' shared autowired service.
  22157.      *
  22158.      * @return \App\Form\TheProperty\ExtensionOrder\MarkAsDeliveredType
  22159.      */
  22160.     protected function getMarkAsDeliveredTypeService()
  22161.     {
  22162.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22163.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22164.         include_once \dirname(__DIR__4).'/src/Form/TheProperty/ExtensionOrder/MarkAsDeliveredType.php';
  22165.         return $this->privates['App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType'] = new \App\Form\TheProperty\ExtensionOrder\MarkAsDeliveredType();
  22166.     }
  22167.     /**
  22168.      * Gets the private 'App\Form\ThepropertyDocumentCategoryType' shared autowired service.
  22169.      *
  22170.      * @return \App\Form\ThepropertyDocumentCategoryType
  22171.      */
  22172.     protected function getThepropertyDocumentCategoryTypeService()
  22173.     {
  22174.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22175.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22176.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyDocumentCategoryType.php';
  22177.         return $this->privates['App\\Form\\ThepropertyDocumentCategoryType'] = new \App\Form\ThepropertyDocumentCategoryType();
  22178.     }
  22179.     /**
  22180.      * Gets the private 'App\Form\ThepropertyDocumentType' shared autowired service.
  22181.      *
  22182.      * @return \App\Form\ThepropertyDocumentType
  22183.      */
  22184.     protected function getThepropertyDocumentTypeService()
  22185.     {
  22186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22187.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22188.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyDocumentType.php';
  22189.         return $this->privates['App\\Form\\ThepropertyDocumentType'] = new \App\Form\ThepropertyDocumentType();
  22190.     }
  22191.     /**
  22192.      * Gets the private 'App\Form\ThepropertyProviderType' shared autowired service.
  22193.      *
  22194.      * @return \App\Form\ThepropertyProviderType
  22195.      */
  22196.     protected function getThepropertyProviderTypeService()
  22197.     {
  22198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22200.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyProviderType.php';
  22201.         return $this->privates['App\\Form\\ThepropertyProviderType'] = new \App\Form\ThepropertyProviderType();
  22202.     }
  22203.     /**
  22204.      * Gets the private 'App\Form\ThepropertyType' shared autowired service.
  22205.      *
  22206.      * @return \App\Form\ThepropertyType
  22207.      */
  22208.     protected function getThepropertyTypeService()
  22209.     {
  22210.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22211.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22212.         include_once \dirname(__DIR__4).'/src/Form/ThepropertyType.php';
  22213.         return $this->privates['App\\Form\\ThepropertyType'] = new \App\Form\ThepropertyType();
  22214.     }
  22215.     /**
  22216.      * Gets the private 'App\Form\TheserviceType' shared autowired service.
  22217.      *
  22218.      * @return \App\Form\TheserviceType
  22219.      */
  22220.     protected function getTheserviceTypeService()
  22221.     {
  22222.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22223.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22224.         include_once \dirname(__DIR__4).'/src/Form/TheserviceType.php';
  22225.         return $this->privates['App\\Form\\TheserviceType'] = new \App\Form\TheserviceType();
  22226.     }
  22227.     /**
  22228.      * Gets the private 'App\Form\TransactionTypeType' shared autowired service.
  22229.      *
  22230.      * @return \App\Form\TransactionTypeType
  22231.      */
  22232.     protected function getTransactionTypeTypeService()
  22233.     {
  22234.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22235.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22236.         include_once \dirname(__DIR__4).'/src/Form/TransactionTypeType.php';
  22237.         return $this->privates['App\\Form\\TransactionTypeType'] = new \App\Form\TransactionTypeType();
  22238.     }
  22239.     /**
  22240.      * Gets the private 'App\Form\TypeDocumentType' shared autowired service.
  22241.      *
  22242.      * @return \App\Form\TypeDocumentType
  22243.      */
  22244.     protected function getTypeDocumentTypeService()
  22245.     {
  22246.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22247.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22248.         include_once \dirname(__DIR__4).'/src/Form/TypeDocumentType.php';
  22249.         return $this->privates['App\\Form\\TypeDocumentType'] = new \App\Form\TypeDocumentType();
  22250.     }
  22251.     /**
  22252.      * Gets the private 'App\Form\TypeofworkType' shared autowired service.
  22253.      *
  22254.      * @return \App\Form\TypeofworkType
  22255.      */
  22256.     protected function getTypeofworkTypeService()
  22257.     {
  22258.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22259.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22260.         include_once \dirname(__DIR__4).'/src/Form/TypeofworkType.php';
  22261.         return $this->privates['App\\Form\\TypeofworkType'] = new \App\Form\TypeofworkType();
  22262.     }
  22263.     /**
  22264.      * Gets the private 'App\Form\UboType' shared autowired service.
  22265.      *
  22266.      * @return \App\Form\UboType
  22267.      */
  22268.     protected function getUboTypeService()
  22269.     {
  22270.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22271.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22272.         include_once \dirname(__DIR__4).'/src/Form/UboType.php';
  22273.         return $this->privates['App\\Form\\UboType'] = new \App\Form\UboType();
  22274.     }
  22275.     /**
  22276.      * Gets the private 'App\Form\VoirieType' shared autowired service.
  22277.      *
  22278.      * @return \App\Form\VoirieType
  22279.      */
  22280.     protected function getVoirieTypeService()
  22281.     {
  22282.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22284.         include_once \dirname(__DIR__4).'/src/Form/VoirieType.php';
  22285.         return $this->privates['App\\Form\\VoirieType'] = new \App\Form\VoirieType();
  22286.     }
  22287.     /**
  22288.      * Gets the private 'App\Form\WalletUserType' shared autowired service.
  22289.      *
  22290.      * @return \App\Form\WalletUserType
  22291.      */
  22292.     protected function getWalletUserTypeService()
  22293.     {
  22294.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22295.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22296.         include_once \dirname(__DIR__4).'/src/Form/WalletUserType.php';
  22297.         return $this->privates['App\\Form\\WalletUserType'] = new \App\Form\WalletUserType();
  22298.     }
  22299.     /**
  22300.      * Gets the private 'App\Form\WallonieCsvType' shared autowired service.
  22301.      *
  22302.      * @return \App\Form\WallonieCsvType
  22303.      */
  22304.     protected function getWallonieCsvTypeService()
  22305.     {
  22306.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22307.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22308.         include_once \dirname(__DIR__4).'/src/Form/WallonieCsvType.php';
  22309.         return $this->privates['App\\Form\\WallonieCsvType'] = new \App\Form\WallonieCsvType();
  22310.     }
  22311.     /**
  22312.      * Gets the private 'App\Form\WaterSupllierControllerExcelType' shared autowired service.
  22313.      *
  22314.      * @return \App\Form\WaterSupllierControllerExcelType
  22315.      */
  22316.     protected function getWaterSupllierControllerExcelTypeService()
  22317.     {
  22318.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22319.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22320.         include_once \dirname(__DIR__4).'/src/Form/WaterSupllierControllerExcelType.php';
  22321.         return $this->privates['App\\Form\\WaterSupllierControllerExcelType'] = new \App\Form\WaterSupllierControllerExcelType();
  22322.     }
  22323.     /**
  22324.      * Gets the private 'App\Form\WorkCsvType' shared autowired service.
  22325.      *
  22326.      * @return \App\Form\WorkCsvType
  22327.      */
  22328.     protected function getWorkCsvTypeService()
  22329.     {
  22330.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  22331.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  22332.         include_once \dirname(__DIR__4).'/src/Form/WorkCsvType.php';
  22333.         return $this->privates['App\\Form\\WorkCsvType'] = new \App\Form\WorkCsvType();
  22334.     }
  22335.     /**
  22336.      * Gets the private 'App\Mybase\Services\Base\SBase' shared autowired service.
  22337.      *
  22338.      * @return \App\Mybase\Services\Base\SBase
  22339.      */
  22340.     protected function getSBaseService()
  22341.     {
  22342.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22343.         if (isset($this->privates['App\\Mybase\\Services\\Base\\SBase'])) {
  22344.             return $this->privates['App\\Mybase\\Services\\Base\\SBase'];
  22345.         }
  22346.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  22347.         if (isset($this->privates['App\\Mybase\\Services\\Base\\SBase'])) {
  22348.             return $this->privates['App\\Mybase\\Services\\Base\\SBase'];
  22349.         }
  22350.         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()));
  22351.     }
  22352.     /**
  22353.      * Gets the private 'App\Mybase\Services\HttpClientService' shared autowired service.
  22354.      *
  22355.      * @return \App\Mybase\Services\HttpClientService
  22356.      */
  22357.     protected function getHttpClientServiceService()
  22358.     {
  22359.         include_once \dirname(__DIR__4).'/src/Mybase/Services/HttpClientService.php';
  22360.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22361.         if (isset($this->privates['App\\Mybase\\Services\\HttpClientService'])) {
  22362.             return $this->privates['App\\Mybase\\Services\\HttpClientService'];
  22363.         }
  22364.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  22365.         if (isset($this->privates['App\\Mybase\\Services\\HttpClientService'])) {
  22366.             return $this->privates['App\\Mybase\\Services\\HttpClientService'];
  22367.         }
  22368.         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()));
  22369.     }
  22370.     /**
  22371.      * Gets the private 'App\OpenApi\OpenApiFactory' shared autowired service.
  22372.      *
  22373.      * @return \App\OpenApi\OpenApiFactory
  22374.      */
  22375.     protected function getOpenApiFactoryService()
  22376.     {
  22377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Factory/OpenApiFactoryInterface.php';
  22378.         include_once \dirname(__DIR__4).'/src/OpenApi/OpenApiFactory.php';
  22379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/OpenApi/Factory/OpenApiFactory.php';
  22380.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/State/Pagination/PaginationOptions.php';
  22381.         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')));
  22382.     }
  22383.     /**
  22384.      * Gets the private 'App\Repository\ActorsRepository' shared autowired service.
  22385.      *
  22386.      * @return \App\Repository\ActorsRepository
  22387.      */
  22388.     protected function getActorsRepositoryService()
  22389.     {
  22390.         include_once \dirname(__DIR__4).'/src/Repository/ActorsRepository.php';
  22391.         return $this->privates['App\\Repository\\ActorsRepository'] = new \App\Repository\ActorsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22392.     }
  22393.     /**
  22394.      * Gets the private 'App\Repository\AdditionalCentsRepository' shared autowired service.
  22395.      *
  22396.      * @return \App\Repository\AdditionalCentsRepository
  22397.      */
  22398.     protected function getAdditionalCentsRepositoryService()
  22399.     {
  22400.         include_once \dirname(__DIR__4).'/src/Repository/AdditionalCentsRepository.php';
  22401.         return $this->privates['App\\Repository\\AdditionalCentsRepository'] = new \App\Repository\AdditionalCentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22402.     }
  22403.     /**
  22404.      * Gets the private 'App\Repository\AdressCsvRepository' shared autowired service.
  22405.      *
  22406.      * @return \App\Repository\AdressCsvRepository
  22407.      */
  22408.     protected function getAdressCsvRepositoryService()
  22409.     {
  22410.         include_once \dirname(__DIR__4).'/src/Repository/AdressCsvRepository.php';
  22411.         return $this->privates['App\\Repository\\AdressCsvRepository'] = new \App\Repository\AdressCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22412.     }
  22413.     /**
  22414.      * Gets the private 'App\Repository\AdressRepository' shared autowired service.
  22415.      *
  22416.      * @return \App\Repository\AdressRepository
  22417.      */
  22418.     protected function getAdressRepositoryService()
  22419.     {
  22420.         include_once \dirname(__DIR__4).'/src/Repository/AdressRepository.php';
  22421.         return $this->privates['App\\Repository\\AdressRepository'] = new \App\Repository\AdressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22422.     }
  22423.     /**
  22424.      * Gets the private 'App\Repository\AlarmSystemRepository' shared autowired service.
  22425.      *
  22426.      * @return \App\Repository\AlarmSystemRepository
  22427.      */
  22428.     protected function getAlarmSystemRepositoryService()
  22429.     {
  22430.         include_once \dirname(__DIR__4).'/src/Repository/AlarmSystemRepository.php';
  22431.         return $this->privates['App\\Repository\\AlarmSystemRepository'] = new \App\Repository\AlarmSystemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22432.     }
  22433.     /**
  22434.      * Gets the private 'App\Repository\AlertNewProjectImmoRepository' shared autowired service.
  22435.      *
  22436.      * @return \App\Repository\AlertNewProjectImmoRepository
  22437.      */
  22438.     protected function getAlertNewProjectImmoRepositoryService()
  22439.     {
  22440.         include_once \dirname(__DIR__4).'/src/Repository/AlertNewProjectImmoRepository.php';
  22441.         return $this->privates['App\\Repository\\AlertNewProjectImmoRepository'] = new \App\Repository\AlertNewProjectImmoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22442.     }
  22443.     /**
  22444.      * Gets the private 'App\Repository\AlertRepository' shared autowired service.
  22445.      *
  22446.      * @return \App\Repository\AlertRepository
  22447.      */
  22448.     protected function getAlertRepositoryService()
  22449.     {
  22450.         include_once \dirname(__DIR__4).'/src/Repository/AlertRepository.php';
  22451.         return $this->privates['App\\Repository\\AlertRepository'] = new \App\Repository\AlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22452.     }
  22453.     /**
  22454.      * Gets the private 'App\Repository\AnnexPermitPropertyRepository' shared autowired service.
  22455.      *
  22456.      * @return \App\Repository\AnnexPermitPropertyRepository
  22457.      */
  22458.     protected function getAnnexPermitPropertyRepositoryService()
  22459.     {
  22460.         return $this->privates['App\\Repository\\AnnexPermitPropertyRepository'] = new \App\Repository\AnnexPermitPropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22461.     }
  22462.     /**
  22463.      * Gets the private 'App\Repository\AnnexPermitRepository' shared autowired service.
  22464.      *
  22465.      * @return \App\Repository\AnnexPermitRepository
  22466.      */
  22467.     protected function getAnnexPermitRepositoryService()
  22468.     {
  22469.         include_once \dirname(__DIR__4).'/src/Repository/AnnexPermitRepository.php';
  22470.         return $this->privates['App\\Repository\\AnnexPermitRepository'] = new \App\Repository\AnnexPermitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22471.     }
  22472.     /**
  22473.      * Gets the private 'App\Repository\AnnouncementObjectRepository' shared autowired service.
  22474.      *
  22475.      * @return \App\Repository\AnnouncementObjectRepository
  22476.      */
  22477.     protected function getAnnouncementObjectRepositoryService()
  22478.     {
  22479.         include_once \dirname(__DIR__4).'/src/Repository/AnnouncementObjectRepository.php';
  22480.         return $this->privates['App\\Repository\\AnnouncementObjectRepository'] = new \App\Repository\AnnouncementObjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22481.     }
  22482.     /**
  22483.      * Gets the private 'App\Repository\AnnouncementRepository' shared autowired service.
  22484.      *
  22485.      * @return \App\Repository\AnnouncementRepository
  22486.      */
  22487.     protected function getAnnouncementRepositoryService()
  22488.     {
  22489.         include_once \dirname(__DIR__4).'/src/Repository/AnnouncementRepository.php';
  22490.         return $this->privates['App\\Repository\\AnnouncementRepository'] = new \App\Repository\AnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22491.     }
  22492.     /**
  22493.      * Gets the private 'App\Repository\AppointmentRequestRepository' shared autowired service.
  22494.      *
  22495.      * @return \App\Repository\AppointmentRequestRepository
  22496.      */
  22497.     protected function getAppointmentRequestRepositoryService()
  22498.     {
  22499.         include_once \dirname(__DIR__4).'/src/Repository/AppointmentRequestRepository.php';
  22500.         return $this->privates['App\\Repository\\AppointmentRequestRepository'] = new \App\Repository\AppointmentRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22501.     }
  22502.     /**
  22503.      * Gets the private 'App\Repository\ArchitectArtWorkRepository' shared autowired service.
  22504.      *
  22505.      * @return \App\Repository\ArchitectArtWorkRepository
  22506.      */
  22507.     protected function getArchitectArtWorkRepositoryService()
  22508.     {
  22509.         include_once \dirname(__DIR__4).'/src/Repository/ArchitectArtWorkRepository.php';
  22510.         return $this->privates['App\\Repository\\ArchitectArtWorkRepository'] = new \App\Repository\ArchitectArtWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22511.     }
  22512.     /**
  22513.      * Gets the private 'App\Repository\ArchitectSpecialistRepository' shared autowired service.
  22514.      *
  22515.      * @return \App\Repository\ArchitectSpecialistRepository
  22516.      */
  22517.     protected function getArchitectSpecialistRepositoryService()
  22518.     {
  22519.         include_once \dirname(__DIR__4).'/src/Repository/ArchitectSpecialistRepository.php';
  22520.         return $this->privates['App\\Repository\\ArchitectSpecialistRepository'] = new \App\Repository\ArchitectSpecialistRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22521.     }
  22522.     /**
  22523.      * Gets the private 'App\Repository\AreaCsvRepository' shared autowired service.
  22524.      *
  22525.      * @return \App\Repository\AreaCsvRepository
  22526.      */
  22527.     protected function getAreaCsvRepositoryService()
  22528.     {
  22529.         include_once \dirname(__DIR__4).'/src/Repository/AreaCsvRepository.php';
  22530.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22531.         if (isset($this->privates['App\\Repository\\AreaCsvRepository'])) {
  22532.             return $this->privates['App\\Repository\\AreaCsvRepository'];
  22533.         }
  22534.         return $this->privates['App\\Repository\\AreaCsvRepository'] = new \App\Repository\AreaCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  22535.     }
  22536.     /**
  22537.      * Gets the private 'App\Repository\AssitanceObtainedRepository' shared autowired service.
  22538.      *
  22539.      * @return \App\Repository\AssitanceObtainedRepository
  22540.      */
  22541.     protected function getAssitanceObtainedRepositoryService()
  22542.     {
  22543.         include_once \dirname(__DIR__4).'/src/Repository/AssitanceObtainedRepository.php';
  22544.         return $this->privates['App\\Repository\\AssitanceObtainedRepository'] = new \App\Repository\AssitanceObtainedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22545.     }
  22546.     /**
  22547.      * Gets the private 'App\Repository\AuthorizationsRepository' shared autowired service.
  22548.      *
  22549.      * @return \App\Repository\AuthorizationsRepository
  22550.      */
  22551.     protected function getAuthorizationsRepositoryService()
  22552.     {
  22553.         include_once \dirname(__DIR__4).'/src/Repository/AuthorizationsRepository.php';
  22554.         return $this->privates['App\\Repository\\AuthorizationsRepository'] = new \App\Repository\AuthorizationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22555.     }
  22556.     /**
  22557.      * Gets the private 'App\Repository\BankDetailsRepository' shared autowired service.
  22558.      *
  22559.      * @return \App\Repository\BankDetailsRepository
  22560.      */
  22561.     protected function getBankDetailsRepositoryService()
  22562.     {
  22563.         include_once \dirname(__DIR__4).'/src/Repository/BankDetailsRepository.php';
  22564.         return $this->privates['App\\Repository\\BankDetailsRepository'] = new \App\Repository\BankDetailsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22565.     }
  22566.     /**
  22567.      * Gets the private 'App\Repository\BankRepository' shared autowired service.
  22568.      *
  22569.      * @return \App\Repository\BankRepository
  22570.      */
  22571.     protected function getBankRepositoryService()
  22572.     {
  22573.         include_once \dirname(__DIR__4).'/src/Repository/BankRepository.php';
  22574.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22575.         if (isset($this->privates['App\\Repository\\BankRepository'])) {
  22576.             return $this->privates['App\\Repository\\BankRepository'];
  22577.         }
  22578.         return $this->privates['App\\Repository\\BankRepository'] = new \App\Repository\BankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  22579.     }
  22580.     /**
  22581.      * Gets the private 'App\Repository\BankSimulationRepository' shared autowired service.
  22582.      *
  22583.      * @return \App\Repository\BankSimulationRepository
  22584.      */
  22585.     protected function getBankSimulationRepositoryService()
  22586.     {
  22587.         return $this->privates['App\\Repository\\BankSimulationRepository'] = new \App\Repository\BankSimulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22588.     }
  22589.     /**
  22590.      * Gets the private 'App\Repository\BoilerPerformanceRepository' shared autowired service.
  22591.      *
  22592.      * @return \App\Repository\BoilerPerformanceRepository
  22593.      */
  22594.     protected function getBoilerPerformanceRepositoryService()
  22595.     {
  22596.         include_once \dirname(__DIR__4).'/src/Repository/BoilerPerformanceRepository.php';
  22597.         return $this->privates['App\\Repository\\BoilerPerformanceRepository'] = new \App\Repository\BoilerPerformanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22598.     }
  22599.     /**
  22600.      * Gets the private 'App\Repository\BorrowBankRepository' shared autowired service.
  22601.      *
  22602.      * @return \App\Repository\BorrowBankRepository
  22603.      */
  22604.     protected function getBorrowBankRepositoryService()
  22605.     {
  22606.         include_once \dirname(__DIR__4).'/src/Repository/BorrowBankRepository.php';
  22607.         return $this->privates['App\\Repository\\BorrowBankRepository'] = new \App\Repository\BorrowBankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22608.     }
  22609.     /**
  22610.      * Gets the private 'App\Repository\CareCompaniesRepository' shared autowired service.
  22611.      *
  22612.      * @return \App\Repository\CareCompaniesRepository
  22613.      */
  22614.     protected function getCareCompaniesRepositoryService()
  22615.     {
  22616.         include_once \dirname(__DIR__4).'/src/Repository/CareCompaniesRepository.php';
  22617.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  22618.         if (isset($this->privates['App\\Repository\\CareCompaniesRepository'])) {
  22619.             return $this->privates['App\\Repository\\CareCompaniesRepository'];
  22620.         }
  22621.         return $this->privates['App\\Repository\\CareCompaniesRepository'] = new \App\Repository\CareCompaniesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  22622.     }
  22623.     /**
  22624.      * Gets the private 'App\Repository\CarpoolAnnouncementRepository' shared autowired service.
  22625.      *
  22626.      * @return \App\Repository\CarpoolAnnouncementRepository
  22627.      */
  22628.     protected function getCarpoolAnnouncementRepositoryService()
  22629.     {
  22630.         include_once \dirname(__DIR__4).'/src/Repository/CarpoolAnnouncementRepository.php';
  22631.         return $this->privates['App\\Repository\\CarpoolAnnouncementRepository'] = new \App\Repository\CarpoolAnnouncementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22632.     }
  22633.     /**
  22634.      * Gets the private 'App\Repository\CategoryEnvironnementRepository' shared autowired service.
  22635.      *
  22636.      * @return \App\Repository\CategoryEnvironnementRepository
  22637.      */
  22638.     protected function getCategoryEnvironnementRepositoryService()
  22639.     {
  22640.         include_once \dirname(__DIR__4).'/src/Repository/CategoryEnvironnementRepository.php';
  22641.         return $this->privates['App\\Repository\\CategoryEnvironnementRepository'] = new \App\Repository\CategoryEnvironnementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22642.     }
  22643.     /**
  22644.      * Gets the private 'App\Repository\ChangeAdressRepository' shared autowired service.
  22645.      *
  22646.      * @return \App\Repository\ChangeAdressRepository
  22647.      */
  22648.     protected function getChangeAdressRepositoryService()
  22649.     {
  22650.         include_once \dirname(__DIR__4).'/src/Repository/ChangeAdressRepository.php';
  22651.         return $this->privates['App\\Repository\\ChangeAdressRepository'] = new \App\Repository\ChangeAdressRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22652.     }
  22653.     /**
  22654.      * Gets the private 'App\Repository\ChangeWaterBranchRepository' shared autowired service.
  22655.      *
  22656.      * @return \App\Repository\ChangeWaterBranchRepository
  22657.      */
  22658.     protected function getChangeWaterBranchRepositoryService()
  22659.     {
  22660.         include_once \dirname(__DIR__4).'/src/Repository/ChangeWaterBranchRepository.php';
  22661.         return $this->privates['App\\Repository\\ChangeWaterBranchRepository'] = new \App\Repository\ChangeWaterBranchRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22662.     }
  22663.     /**
  22664.      * Gets the private 'App\Repository\ChatFileRepository' shared autowired service.
  22665.      *
  22666.      * @return \App\Repository\ChatFileRepository
  22667.      */
  22668.     protected function getChatFileRepositoryService()
  22669.     {
  22670.         include_once \dirname(__DIR__4).'/src/Repository/ChatFileRepository.php';
  22671.         return $this->privates['App\\Repository\\ChatFileRepository'] = new \App\Repository\ChatFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22672.     }
  22673.     /**
  22674.      * Gets the private 'App\Repository\ChatRepository' shared autowired service.
  22675.      *
  22676.      * @return \App\Repository\ChatRepository
  22677.      */
  22678.     protected function getChatRepositoryService()
  22679.     {
  22680.         include_once \dirname(__DIR__4).'/src/Repository/ChatRepository.php';
  22681.         return $this->privates['App\\Repository\\ChatRepository'] = new \App\Repository\ChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22682.     }
  22683.     /**
  22684.      * Gets the private 'App\Repository\CheckEmailProcessRepository' shared autowired service.
  22685.      *
  22686.      * @return \App\Repository\CheckEmailProcessRepository
  22687.      */
  22688.     protected function getCheckEmailProcessRepositoryService()
  22689.     {
  22690.         include_once \dirname(__DIR__4).'/src/Repository/Mailbox/Inbound/CheckProcessRepositoryInterface.php';
  22691.         include_once \dirname(__DIR__4).'/src/Repository/CheckEmailProcessRepository.php';
  22692.         return $this->privates['App\\Repository\\CheckEmailProcessRepository'] = new \App\Repository\CheckEmailProcessRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22693.     }
  22694.     /**
  22695.      * Gets the private 'App\Repository\ChoicecategoryRepository' shared autowired service.
  22696.      *
  22697.      * @return \App\Repository\ChoicecategoryRepository
  22698.      */
  22699.     protected function getChoicecategoryRepositoryService()
  22700.     {
  22701.         return $this->privates['App\\Repository\\ChoicecategoryRepository'] = new \App\Repository\ChoicecategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22702.     }
  22703.     /**
  22704.      * Gets the private 'App\Repository\ChoicedEngieRepository' shared autowired service.
  22705.      *
  22706.      * @return \App\Repository\ChoicedEngieRepository
  22707.      */
  22708.     protected function getChoicedEngieRepositoryService()
  22709.     {
  22710.         include_once \dirname(__DIR__4).'/src/Repository/ChoicedEngieRepository.php';
  22711.         return $this->privates['App\\Repository\\ChoicedEngieRepository'] = new \App\Repository\ChoicedEngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22712.     }
  22713.     /**
  22714.      * Gets the private 'App\Repository\CiternInstallModifRepository' shared autowired service.
  22715.      *
  22716.      * @return \App\Repository\CiternInstallModifRepository
  22717.      */
  22718.     protected function getCiternInstallModifRepositoryService()
  22719.     {
  22720.         include_once \dirname(__DIR__4).'/src/Repository/CiternInstallModifRepository.php';
  22721.         return $this->privates['App\\Repository\\CiternInstallModifRepository'] = new \App\Repository\CiternInstallModifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22722.     }
  22723.     /**
  22724.      * Gets the private 'App\Repository\CityEuropaRepository' shared autowired service.
  22725.      *
  22726.      * @return \App\Repository\CityEuropaRepository
  22727.      */
  22728.     protected function getCityEuropaRepositoryService()
  22729.     {
  22730.         include_once \dirname(__DIR__4).'/src/Repository/CityEuropaRepository.php';
  22731.         return $this->privates['App\\Repository\\CityEuropaRepository'] = new \App\Repository\CityEuropaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22732.     }
  22733.     /**
  22734.      * Gets the private 'App\Repository\CityRepository' shared autowired service.
  22735.      *
  22736.      * @return \App\Repository\CityRepository
  22737.      */
  22738.     protected function getCityRepositoryService()
  22739.     {
  22740.         include_once \dirname(__DIR__4).'/src/Repository/CityRepository.php';
  22741.         return $this->privates['App\\Repository\\CityRepository'] = new \App\Repository\CityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22742.     }
  22743.     /**
  22744.      * Gets the private 'App\Repository\ClassesRepository' shared autowired service.
  22745.      *
  22746.      * @return \App\Repository\ClassesRepository
  22747.      */
  22748.     protected function getClassesRepositoryService()
  22749.     {
  22750.         include_once \dirname(__DIR__4).'/src/Repository/ClassesRepository.php';
  22751.         return $this->privates['App\\Repository\\ClassesRepository'] = new \App\Repository\ClassesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22752.     }
  22753.     /**
  22754.      * Gets the private 'App\Repository\CleaningAndGardeningRepository' shared autowired service.
  22755.      *
  22756.      * @return \App\Repository\CleaningAndGardeningRepository
  22757.      */
  22758.     protected function getCleaningAndGardeningRepositoryService()
  22759.     {
  22760.         include_once \dirname(__DIR__4).'/src/Repository/CleaningAndGardeningRepository.php';
  22761.         return $this->privates['App\\Repository\\CleaningAndGardeningRepository'] = new \App\Repository\CleaningAndGardeningRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22762.     }
  22763.     /**
  22764.      * Gets the private 'App\Repository\ClientClauseRepository' shared autowired service.
  22765.      *
  22766.      * @return \App\Repository\ClientClauseRepository
  22767.      */
  22768.     protected function getClientClauseRepositoryService()
  22769.     {
  22770.         include_once \dirname(__DIR__4).'/src/Repository/ClientClauseRepository.php';
  22771.         return $this->privates['App\\Repository\\ClientClauseRepository'] = new \App\Repository\ClientClauseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22772.     }
  22773.     /**
  22774.      * Gets the private 'App\Repository\ClientDeedOfSaleDiscussionFileRepository' shared autowired service.
  22775.      *
  22776.      * @return \App\Repository\ClientDeedOfSaleDiscussionFileRepository
  22777.      */
  22778.     protected function getClientDeedOfSaleDiscussionFileRepositoryService()
  22779.     {
  22780.         include_once \dirname(__DIR__4).'/src/Repository/ClientDeedOfSaleDiscussionFileRepository.php';
  22781.         return $this->privates['App\\Repository\\ClientDeedOfSaleDiscussionFileRepository'] = new \App\Repository\ClientDeedOfSaleDiscussionFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22782.     }
  22783.     /**
  22784.      * Gets the private 'App\Repository\ClientDeedOfSaleDiscussionRepository' shared autowired service.
  22785.      *
  22786.      * @return \App\Repository\ClientDeedOfSaleDiscussionRepository
  22787.      */
  22788.     protected function getClientDeedOfSaleDiscussionRepositoryService()
  22789.     {
  22790.         include_once \dirname(__DIR__4).'/src/Repository/ClientDeedOfSaleDiscussionRepository.php';
  22791.         return $this->privates['App\\Repository\\ClientDeedOfSaleDiscussionRepository'] = new \App\Repository\ClientDeedOfSaleDiscussionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22792.     }
  22793.     /**
  22794.      * Gets the private 'App\Repository\ClientDeedOfSaleRepository' shared autowired service.
  22795.      *
  22796.      * @return \App\Repository\ClientDeedOfSaleRepository
  22797.      */
  22798.     protected function getClientDeedOfSaleRepositoryService()
  22799.     {
  22800.         include_once \dirname(__DIR__4).'/src/Repository/ClientDeedOfSaleRepository.php';
  22801.         return $this->privates['App\\Repository\\ClientDeedOfSaleRepository'] = new \App\Repository\ClientDeedOfSaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22802.     }
  22803.     /**
  22804.      * Gets the private 'App\Repository\ClientFriendRepository' shared autowired service.
  22805.      *
  22806.      * @return \App\Repository\ClientFriendRepository
  22807.      */
  22808.     protected function getClientFriendRepositoryService()
  22809.     {
  22810.         include_once \dirname(__DIR__4).'/src/Repository/ClientFriendRepository.php';
  22811.         return $this->privates['App\\Repository\\ClientFriendRepository'] = new \App\Repository\ClientFriendRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22812.     }
  22813.     /**
  22814.      * Gets the private 'App\Repository\ClientSalesAgreementDiscussionFileRepository' shared autowired service.
  22815.      *
  22816.      * @return \App\Repository\ClientSalesAgreementDiscussionFileRepository
  22817.      */
  22818.     protected function getClientSalesAgreementDiscussionFileRepositoryService()
  22819.     {
  22820.         include_once \dirname(__DIR__4).'/src/Repository/ClientSalesAgreementDiscussionFileRepository.php';
  22821.         return $this->privates['App\\Repository\\ClientSalesAgreementDiscussionFileRepository'] = new \App\Repository\ClientSalesAgreementDiscussionFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22822.     }
  22823.     /**
  22824.      * Gets the private 'App\Repository\ClientSalesAgreementDiscussionRepository' shared autowired service.
  22825.      *
  22826.      * @return \App\Repository\ClientSalesAgreementDiscussionRepository
  22827.      */
  22828.     protected function getClientSalesAgreementDiscussionRepositoryService()
  22829.     {
  22830.         include_once \dirname(__DIR__4).'/src/Repository/ClientSalesAgreementDiscussionRepository.php';
  22831.         return $this->privates['App\\Repository\\ClientSalesAgreementDiscussionRepository'] = new \App\Repository\ClientSalesAgreementDiscussionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22832.     }
  22833.     /**
  22834.      * Gets the private 'App\Repository\ClientSalesAgreementRepository' shared autowired service.
  22835.      *
  22836.      * @return \App\Repository\ClientSalesAgreementRepository
  22837.      */
  22838.     protected function getClientSalesAgreementRepositoryService()
  22839.     {
  22840.         include_once \dirname(__DIR__4).'/src/Repository/ClientSalesAgreementRepository.php';
  22841.         return $this->privates['App\\Repository\\ClientSalesAgreementRepository'] = new \App\Repository\ClientSalesAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22842.     }
  22843.     /**
  22844.      * Gets the private 'App\Repository\CoOwershipPropositionVoteRepository' shared autowired service.
  22845.      *
  22846.      * @return \App\Repository\CoOwershipPropositionVoteRepository
  22847.      */
  22848.     protected function getCoOwershipPropositionVoteRepositoryService()
  22849.     {
  22850.         include_once \dirname(__DIR__4).'/src/Repository/CoOwershipPropositionVoteRepository.php';
  22851.         return $this->privates['App\\Repository\\CoOwershipPropositionVoteRepository'] = new \App\Repository\CoOwershipPropositionVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22852.     }
  22853.     /**
  22854.      * Gets the private 'App\Repository\CoOwnerShipDocumentRepository' shared autowired service.
  22855.      *
  22856.      * @return \App\Repository\CoOwnerShipDocumentRepository
  22857.      */
  22858.     protected function getCoOwnerShipDocumentRepositoryService()
  22859.     {
  22860.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnerShipDocumentRepository.php';
  22861.         return $this->privates['App\\Repository\\CoOwnerShipDocumentRepository'] = new \App\Repository\CoOwnerShipDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22862.     }
  22863.     /**
  22864.      * Gets the private 'App\Repository\CoOwnershipAgendaRepository' shared autowired service.
  22865.      *
  22866.      * @return \App\Repository\CoOwnershipAgendaRepository
  22867.      */
  22868.     protected function getCoOwnershipAgendaRepositoryService()
  22869.     {
  22870.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipAgendaRepository.php';
  22871.         return $this->privates['App\\Repository\\CoOwnershipAgendaRepository'] = new \App\Repository\CoOwnershipAgendaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22872.     }
  22873.     /**
  22874.      * Gets the private 'App\Repository\CoOwnershipAuditorRepository' shared autowired service.
  22875.      *
  22876.      * @return \App\Repository\CoOwnershipAuditorRepository
  22877.      */
  22878.     protected function getCoOwnershipAuditorRepositoryService()
  22879.     {
  22880.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipAuditorRepository.php';
  22881.         return $this->privates['App\\Repository\\CoOwnershipAuditorRepository'] = new \App\Repository\CoOwnershipAuditorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22882.     }
  22883.     /**
  22884.      * Gets the private 'App\Repository\CoOwnershipBalanceRepository' shared autowired service.
  22885.      *
  22886.      * @return \App\Repository\CoOwnershipBalanceRepository
  22887.      */
  22888.     protected function getCoOwnershipBalanceRepositoryService()
  22889.     {
  22890.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipBalanceRepository.php';
  22891.         return $this->privates['App\\Repository\\CoOwnershipBalanceRepository'] = new \App\Repository\CoOwnershipBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22892.     }
  22893.     /**
  22894.      * Gets the private 'App\Repository\CoOwnershipCouncilRepository' shared autowired service.
  22895.      *
  22896.      * @return \App\Repository\CoOwnershipCouncilRepository
  22897.      */
  22898.     protected function getCoOwnershipCouncilRepositoryService()
  22899.     {
  22900.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipCouncilRepository.php';
  22901.         return $this->privates['App\\Repository\\CoOwnershipCouncilRepository'] = new \App\Repository\CoOwnershipCouncilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22902.     }
  22903.     /**
  22904.      * Gets the private 'App\Repository\CoOwnershipFilesRepository' shared autowired service.
  22905.      *
  22906.      * @return \App\Repository\CoOwnershipFilesRepository
  22907.      */
  22908.     protected function getCoOwnershipFilesRepositoryService()
  22909.     {
  22910.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipFilesRepository.php';
  22911.         return $this->privates['App\\Repository\\CoOwnershipFilesRepository'] = new \App\Repository\CoOwnershipFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22912.     }
  22913.     /**
  22914.      * Gets the private 'App\Repository\CoOwnershipGMDecisionRepository' shared autowired service.
  22915.      *
  22916.      * @return \App\Repository\CoOwnershipGMDecisionRepository
  22917.      */
  22918.     protected function getCoOwnershipGMDecisionRepositoryService()
  22919.     {
  22920.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipGMDecisionRepository.php';
  22921.         return $this->privates['App\\Repository\\CoOwnershipGMDecisionRepository'] = new \App\Repository\CoOwnershipGMDecisionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22922.     }
  22923.     /**
  22924.      * Gets the private 'App\Repository\CoOwnershipInvoicesRepository' shared autowired service.
  22925.      *
  22926.      * @return \App\Repository\CoOwnershipInvoicesRepository
  22927.      */
  22928.     protected function getCoOwnershipInvoicesRepositoryService()
  22929.     {
  22930.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipInvoicesRepository.php';
  22931.         return $this->privates['App\\Repository\\CoOwnershipInvoicesRepository'] = new \App\Repository\CoOwnershipInvoicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22932.     }
  22933.     /**
  22934.      * Gets the private 'App\Repository\CoOwnershipLotAccountRepository' shared autowired service.
  22935.      *
  22936.      * @return \App\Repository\CoOwnershipLotAccountRepository
  22937.      */
  22938.     protected function getCoOwnershipLotAccountRepositoryService()
  22939.     {
  22940.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipLotAccountRepository.php';
  22941.         return $this->privates['App\\Repository\\CoOwnershipLotAccountRepository'] = new \App\Repository\CoOwnershipLotAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22942.     }
  22943.     /**
  22944.      * Gets the private 'App\Repository\CoOwnershipLotBalanceRepository' shared autowired service.
  22945.      *
  22946.      * @return \App\Repository\CoOwnershipLotBalanceRepository
  22947.      */
  22948.     protected function getCoOwnershipLotBalanceRepositoryService()
  22949.     {
  22950.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipLotBalanceRepository.php';
  22951.         return $this->privates['App\\Repository\\CoOwnershipLotBalanceRepository'] = new \App\Repository\CoOwnershipLotBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22952.     }
  22953.     /**
  22954.      * Gets the private 'App\Repository\CoOwnershipLotTotalAccountRepository' shared autowired service.
  22955.      *
  22956.      * @return \App\Repository\CoOwnershipLotTotalAccountRepository
  22957.      */
  22958.     protected function getCoOwnershipLotTotalAccountRepositoryService()
  22959.     {
  22960.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipLotTotalAccountRepository.php';
  22961.         return $this->privates['App\\Repository\\CoOwnershipLotTotalAccountRepository'] = new \App\Repository\CoOwnershipLotTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22962.     }
  22963.     /**
  22964.      * Gets the private 'App\Repository\CoOwnershipMeetingTranscriptFileRepository' shared autowired service.
  22965.      *
  22966.      * @return \App\Repository\CoOwnershipMeetingTranscriptFileRepository
  22967.      */
  22968.     protected function getCoOwnershipMeetingTranscriptFileRepositoryService()
  22969.     {
  22970.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipMeetingTranscriptFileRepository.php';
  22971.         return $this->privates['App\\Repository\\CoOwnershipMeetingTranscriptFileRepository'] = new \App\Repository\CoOwnershipMeetingTranscriptFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22972.     }
  22973.     /**
  22974.      * Gets the private 'App\Repository\CoOwnershipMeetingTranscriptRepository' shared autowired service.
  22975.      *
  22976.      * @return \App\Repository\CoOwnershipMeetingTranscriptRepository
  22977.      */
  22978.     protected function getCoOwnershipMeetingTranscriptRepositoryService()
  22979.     {
  22980.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipMeetingTranscriptRepository.php';
  22981.         return $this->privates['App\\Repository\\CoOwnershipMeetingTranscriptRepository'] = new \App\Repository\CoOwnershipMeetingTranscriptRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22982.     }
  22983.     /**
  22984.      * Gets the private 'App\Repository\CoOwnershipPropositionRepository' shared autowired service.
  22985.      *
  22986.      * @return \App\Repository\CoOwnershipPropositionRepository
  22987.      */
  22988.     protected function getCoOwnershipPropositionRepositoryService()
  22989.     {
  22990.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipPropositionRepository.php';
  22991.         return $this->privates['App\\Repository\\CoOwnershipPropositionRepository'] = new \App\Repository\CoOwnershipPropositionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  22992.     }
  22993.     /**
  22994.      * Gets the private 'App\Repository\CoOwnershipRepository' shared autowired service.
  22995.      *
  22996.      * @return \App\Repository\CoOwnershipRepository
  22997.      */
  22998.     protected function getCoOwnershipRepositoryService()
  22999.     {
  23000.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipRepository.php';
  23001.         return $this->privates['App\\Repository\\CoOwnershipRepository'] = new \App\Repository\CoOwnershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23002.     }
  23003.     /**
  23004.      * Gets the private 'App\Repository\CoOwnershipThePropertyFileRepository' shared autowired service.
  23005.      *
  23006.      * @return \App\Repository\CoOwnershipThePropertyFileRepository
  23007.      */
  23008.     protected function getCoOwnershipThePropertyFileRepositoryService()
  23009.     {
  23010.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipThePropertyFileRepository.php';
  23011.         return $this->privates['App\\Repository\\CoOwnershipThePropertyFileRepository'] = new \App\Repository\CoOwnershipThePropertyFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23012.     }
  23013.     /**
  23014.      * Gets the private 'App\Repository\CoOwnershipThePropertyRepository' shared autowired service.
  23015.      *
  23016.      * @return \App\Repository\CoOwnershipThePropertyRepository
  23017.      */
  23018.     protected function getCoOwnershipThePropertyRepositoryService()
  23019.     {
  23020.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipThePropertyRepository.php';
  23021.         return $this->privates['App\\Repository\\CoOwnershipThePropertyRepository'] = new \App\Repository\CoOwnershipThePropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23022.     }
  23023.     /**
  23024.      * Gets the private 'App\Repository\CoOwnershipThePropertySyndicResponseRepository' shared autowired service.
  23025.      *
  23026.      * @return \App\Repository\CoOwnershipThePropertySyndicResponseRepository
  23027.      */
  23028.     protected function getCoOwnershipThePropertySyndicResponseRepositoryService()
  23029.     {
  23030.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipThePropertySyndicResponseRepository.php';
  23031.         return $this->privates['App\\Repository\\CoOwnershipThePropertySyndicResponseRepository'] = new \App\Repository\CoOwnershipThePropertySyndicResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23032.     }
  23033.     /**
  23034.      * Gets the private 'App\Repository\CoOwnershipTotalAccountRepository' shared autowired service.
  23035.      *
  23036.      * @return \App\Repository\CoOwnershipTotalAccountRepository
  23037.      */
  23038.     protected function getCoOwnershipTotalAccountRepositoryService()
  23039.     {
  23040.         include_once \dirname(__DIR__4).'/src/Repository/CoOwnershipTotalAccountRepository.php';
  23041.         return $this->privates['App\\Repository\\CoOwnershipTotalAccountRepository'] = new \App\Repository\CoOwnershipTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23042.     }
  23043.     /**
  23044.      * Gets the private 'App\Repository\ColectiveGardenRepository' shared autowired service.
  23045.      *
  23046.      * @return \App\Repository\ColectiveGardenRepository
  23047.      */
  23048.     protected function getColectiveGardenRepositoryService()
  23049.     {
  23050.         include_once \dirname(__DIR__4).'/src/Repository/ColectiveGardenRepository.php';
  23051.         return $this->privates['App\\Repository\\ColectiveGardenRepository'] = new \App\Repository\ColectiveGardenRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23052.     }
  23053.     /**
  23054.      * Gets the private 'App\Repository\CommissionershipRepository' shared autowired service.
  23055.      *
  23056.      * @return \App\Repository\CommissionershipRepository
  23057.      */
  23058.     protected function getCommissionershipRepositoryService()
  23059.     {
  23060.         include_once \dirname(__DIR__4).'/src/Repository/CommissionershipRepository.php';
  23061.         return $this->privates['App\\Repository\\CommissionershipRepository'] = new \App\Repository\CommissionershipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23062.     }
  23063.     /**
  23064.      * Gets the private 'App\Repository\CommitteeRepository' shared autowired service.
  23065.      *
  23066.      * @return \App\Repository\CommitteeRepository
  23067.      */
  23068.     protected function getCommitteeRepositoryService()
  23069.     {
  23070.         include_once \dirname(__DIR__4).'/src/Repository/CommitteeRepository.php';
  23071.         return $this->privates['App\\Repository\\CommitteeRepository'] = new \App\Repository\CommitteeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23072.     }
  23073.     /**
  23074.      * Gets the private 'App\Repository\CommunaleServiceRepository' shared autowired service.
  23075.      *
  23076.      * @return \App\Repository\CommunaleServiceRepository
  23077.      */
  23078.     protected function getCommunaleServiceRepositoryService()
  23079.     {
  23080.         include_once \dirname(__DIR__4).'/src/Repository/CommunaleServiceRepository.php';
  23081.         return $this->privates['App\\Repository\\CommunaleServiceRepository'] = new \App\Repository\CommunaleServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23082.     }
  23083.     /**
  23084.      * Gets the private 'App\Repository\CommunityConsultationRepository' shared autowired service.
  23085.      *
  23086.      * @return \App\Repository\CommunityConsultationRepository
  23087.      */
  23088.     protected function getCommunityConsultationRepositoryService()
  23089.     {
  23090.         include_once \dirname(__DIR__4).'/src/Repository/CommunityConsultationRepository.php';
  23091.         return $this->privates['App\\Repository\\CommunityConsultationRepository'] = new \App\Repository\CommunityConsultationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23092.     }
  23093.     /**
  23094.      * Gets the private 'App\Repository\CommunityCoordinateRepository' shared autowired service.
  23095.      *
  23096.      * @return \App\Repository\CommunityCoordinateRepository
  23097.      */
  23098.     protected function getCommunityCoordinateRepositoryService()
  23099.     {
  23100.         return $this->privates['App\\Repository\\CommunityCoordinateRepository'] = new \App\Repository\CommunityCoordinateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23101.     }
  23102.     /**
  23103.      * Gets the private 'App\Repository\CommunityEventFileRepository' shared autowired service.
  23104.      *
  23105.      * @return \App\Repository\CommunityEventFileRepository
  23106.      */
  23107.     protected function getCommunityEventFileRepositoryService()
  23108.     {
  23109.         include_once \dirname(__DIR__4).'/src/Repository/CommunityEventFileRepository.php';
  23110.         return $this->privates['App\\Repository\\CommunityEventFileRepository'] = new \App\Repository\CommunityEventFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23111.     }
  23112.     /**
  23113.      * Gets the private 'App\Repository\CommunityEventRepository' shared autowired service.
  23114.      *
  23115.      * @return \App\Repository\CommunityEventRepository
  23116.      */
  23117.     protected function getCommunityEventRepositoryService()
  23118.     {
  23119.         include_once \dirname(__DIR__4).'/src/Repository/CommunityEventRepository.php';
  23120.         return $this->privates['App\\Repository\\CommunityEventRepository'] = new \App\Repository\CommunityEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23121.     }
  23122.     /**
  23123.      * Gets the private 'App\Repository\CommunityFleatMarketRepository' shared autowired service.
  23124.      *
  23125.      * @return \App\Repository\CommunityFleatMarketRepository
  23126.      */
  23127.     protected function getCommunityFleatMarketRepositoryService()
  23128.     {
  23129.         include_once \dirname(__DIR__4).'/src/Repository/CommunityFleatMarketRepository.php';
  23130.         return $this->privates['App\\Repository\\CommunityFleatMarketRepository'] = new \App\Repository\CommunityFleatMarketRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23131.     }
  23132.     /**
  23133.      * Gets the private 'App\Repository\CommunityHouseWarmingRepository' shared autowired service.
  23134.      *
  23135.      * @return \App\Repository\CommunityHouseWarmingRepository
  23136.      */
  23137.     protected function getCommunityHouseWarmingRepositoryService()
  23138.     {
  23139.         include_once \dirname(__DIR__4).'/src/Repository/CommunityHouseWarmingRepository.php';
  23140.         return $this->privates['App\\Repository\\CommunityHouseWarmingRepository'] = new \App\Repository\CommunityHouseWarmingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23141.     }
  23142.     /**
  23143.      * Gets the private 'App\Repository\CommunityLocalPartenarshipRepository' shared autowired service.
  23144.      *
  23145.      * @return \App\Repository\CommunityLocalPartenarshipRepository
  23146.      */
  23147.     protected function getCommunityLocalPartenarshipRepositoryService()
  23148.     {
  23149.         include_once \dirname(__DIR__4).'/src/Repository/CommunityLocalPartenarshipRepository.php';
  23150.         return $this->privates['App\\Repository\\CommunityLocalPartenarshipRepository'] = new \App\Repository\CommunityLocalPartenarshipRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23151.     }
  23152.     /**
  23153.      * Gets the private 'App\Repository\CommunityLostAnimalRepository' shared autowired service.
  23154.      *
  23155.      * @return \App\Repository\CommunityLostAnimalRepository
  23156.      */
  23157.     protected function getCommunityLostAnimalRepositoryService()
  23158.     {
  23159.         include_once \dirname(__DIR__4).'/src/Repository/CommunityLostAnimalRepository.php';
  23160.         return $this->privates['App\\Repository\\CommunityLostAnimalRepository'] = new \App\Repository\CommunityLostAnimalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23161.     }
  23162.     /**
  23163.      * Gets the private 'App\Repository\CommunityPartyRepository' shared autowired service.
  23164.      *
  23165.      * @return \App\Repository\CommunityPartyRepository
  23166.      */
  23167.     protected function getCommunityPartyRepositoryService()
  23168.     {
  23169.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPartyRepository.php';
  23170.         return $this->privates['App\\Repository\\CommunityPartyRepository'] = new \App\Repository\CommunityPartyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23171.     }
  23172.     /**
  23173.      * Gets the private 'App\Repository\CommunityPlpRepository' shared autowired service.
  23174.      *
  23175.      * @return \App\Repository\CommunityPlpRepository
  23176.      */
  23177.     protected function getCommunityPlpRepositoryService()
  23178.     {
  23179.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPlpRepository.php';
  23180.         return $this->privates['App\\Repository\\CommunityPlpRepository'] = new \App\Repository\CommunityPlpRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23181.     }
  23182.     /**
  23183.      * Gets the private 'App\Repository\CommunityPlpVoteRepository' shared autowired service.
  23184.      *
  23185.      * @return \App\Repository\CommunityPlpVoteRepository
  23186.      */
  23187.     protected function getCommunityPlpVoteRepositoryService()
  23188.     {
  23189.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPlpVoteRepository.php';
  23190.         return $this->privates['App\\Repository\\CommunityPlpVoteRepository'] = new \App\Repository\CommunityPlpVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23191.     }
  23192.     /**
  23193.      * Gets the private 'App\Repository\CommunityPostCommentRepository' shared autowired service.
  23194.      *
  23195.      * @return \App\Repository\CommunityPostCommentRepository
  23196.      */
  23197.     protected function getCommunityPostCommentRepositoryService()
  23198.     {
  23199.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostCommentRepository.php';
  23200.         return $this->privates['App\\Repository\\CommunityPostCommentRepository'] = new \App\Repository\CommunityPostCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23201.     }
  23202.     /**
  23203.      * Gets the private 'App\Repository\CommunityPostFileRepository' shared autowired service.
  23204.      *
  23205.      * @return \App\Repository\CommunityPostFileRepository
  23206.      */
  23207.     protected function getCommunityPostFileRepositoryService()
  23208.     {
  23209.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostFileRepository.php';
  23210.         return $this->privates['App\\Repository\\CommunityPostFileRepository'] = new \App\Repository\CommunityPostFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23211.     }
  23212.     /**
  23213.      * Gets the private 'App\Repository\CommunityPostLikeRepository' shared autowired service.
  23214.      *
  23215.      * @return \App\Repository\CommunityPostLikeRepository
  23216.      */
  23217.     protected function getCommunityPostLikeRepositoryService()
  23218.     {
  23219.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostLikeRepository.php';
  23220.         return $this->privates['App\\Repository\\CommunityPostLikeRepository'] = new \App\Repository\CommunityPostLikeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23221.     }
  23222.     /**
  23223.      * Gets the private 'App\Repository\CommunityPostRepository' shared autowired service.
  23224.      *
  23225.      * @return \App\Repository\CommunityPostRepository
  23226.      */
  23227.     protected function getCommunityPostRepositoryService()
  23228.     {
  23229.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostRepository.php';
  23230.         return $this->privates['App\\Repository\\CommunityPostRepository'] = new \App\Repository\CommunityPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23231.     }
  23232.     /**
  23233.      * Gets the private 'App\Repository\CommunityPostSignalRepository' shared autowired service.
  23234.      *
  23235.      * @return \App\Repository\CommunityPostSignalRepository
  23236.      */
  23237.     protected function getCommunityPostSignalRepositoryService()
  23238.     {
  23239.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPostSignalRepository.php';
  23240.         return $this->privates['App\\Repository\\CommunityPostSignalRepository'] = new \App\Repository\CommunityPostSignalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23241.     }
  23242.     /**
  23243.      * Gets the private 'App\Repository\CommunityProductRepository' shared autowired service.
  23244.      *
  23245.      * @return \App\Repository\CommunityProductRepository
  23246.      */
  23247.     protected function getCommunityProductRepositoryService()
  23248.     {
  23249.         include_once \dirname(__DIR__4).'/src/Repository/CommunityProductRepository.php';
  23250.         return $this->privates['App\\Repository\\CommunityProductRepository'] = new \App\Repository\CommunityProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23251.     }
  23252.     /**
  23253.      * Gets the private 'App\Repository\CommunityPurchaseRepository' shared autowired service.
  23254.      *
  23255.      * @return \App\Repository\CommunityPurchaseRepository
  23256.      */
  23257.     protected function getCommunityPurchaseRepositoryService()
  23258.     {
  23259.         include_once \dirname(__DIR__4).'/src/Repository/CommunityPurchaseRepository.php';
  23260.         return $this->privates['App\\Repository\\CommunityPurchaseRepository'] = new \App\Repository\CommunityPurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23261.     }
  23262.     /**
  23263.      * Gets the private 'App\Repository\CommunitySaleRepository' shared autowired service.
  23264.      *
  23265.      * @return \App\Repository\CommunitySaleRepository
  23266.      */
  23267.     protected function getCommunitySaleRepositoryService()
  23268.     {
  23269.         include_once \dirname(__DIR__4).'/src/Repository/CommunitySaleRepository.php';
  23270.         return $this->privates['App\\Repository\\CommunitySaleRepository'] = new \App\Repository\CommunitySaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23271.     }
  23272.     /**
  23273.      * Gets the private 'App\Repository\CommunityServiceRequestRepository' shared autowired service.
  23274.      *
  23275.      * @return \App\Repository\CommunityServiceRequestRepository
  23276.      */
  23277.     protected function getCommunityServiceRequestRepositoryService()
  23278.     {
  23279.         include_once \dirname(__DIR__4).'/src/Repository/CommunityServiceRequestRepository.php';
  23280.         return $this->privates['App\\Repository\\CommunityServiceRequestRepository'] = new \App\Repository\CommunityServiceRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23281.     }
  23282.     /**
  23283.      * Gets the private 'App\Repository\CommunityServiceResponseRepository' shared autowired service.
  23284.      *
  23285.      * @return \App\Repository\CommunityServiceResponseRepository
  23286.      */
  23287.     protected function getCommunityServiceResponseRepositoryService()
  23288.     {
  23289.         include_once \dirname(__DIR__4).'/src/Repository/CommunityServiceResponseRepository.php';
  23290.         return $this->privates['App\\Repository\\CommunityServiceResponseRepository'] = new \App\Repository\CommunityServiceResponseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23291.     }
  23292.     /**
  23293.      * Gets the private 'App\Repository\CommunitySolicitationRepository' shared autowired service.
  23294.      *
  23295.      * @return \App\Repository\CommunitySolicitationRepository
  23296.      */
  23297.     protected function getCommunitySolicitationRepositoryService()
  23298.     {
  23299.         include_once \dirname(__DIR__4).'/src/Repository/CommunitySolicitationRepository.php';
  23300.         return $this->privates['App\\Repository\\CommunitySolicitationRepository'] = new \App\Repository\CommunitySolicitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23301.     }
  23302.     /**
  23303.      * Gets the private 'App\Repository\CommunitySolicitationVoteRepository' shared autowired service.
  23304.      *
  23305.      * @return \App\Repository\CommunitySolicitationVoteRepository
  23306.      */
  23307.     protected function getCommunitySolicitationVoteRepositoryService()
  23308.     {
  23309.         include_once \dirname(__DIR__4).'/src/Repository/CommunitySolicitationVoteRepository.php';
  23310.         return $this->privates['App\\Repository\\CommunitySolicitationVoteRepository'] = new \App\Repository\CommunitySolicitationVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23311.     }
  23312.     /**
  23313.      * Gets the private 'App\Repository\CommunityTypeProductRepository' shared autowired service.
  23314.      *
  23315.      * @return \App\Repository\CommunityTypeProductRepository
  23316.      */
  23317.     protected function getCommunityTypeProductRepositoryService()
  23318.     {
  23319.         include_once \dirname(__DIR__4).'/src/Repository/CommunityTypeProductRepository.php';
  23320.         return $this->privates['App\\Repository\\CommunityTypeProductRepository'] = new \App\Repository\CommunityTypeProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23321.     }
  23322.     /**
  23323.      * Gets the private 'App\Repository\CommunityVoteConsultationRepository' shared autowired service.
  23324.      *
  23325.      * @return \App\Repository\CommunityVoteConsultationRepository
  23326.      */
  23327.     protected function getCommunityVoteConsultationRepositoryService()
  23328.     {
  23329.         include_once \dirname(__DIR__4).'/src/Repository/CommunityVoteConsultationRepository.php';
  23330.         return $this->privates['App\\Repository\\CommunityVoteConsultationRepository'] = new \App\Repository\CommunityVoteConsultationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23331.     }
  23332.     /**
  23333.      * Gets the private 'App\Repository\CommunityVotePartyRepository' shared autowired service.
  23334.      *
  23335.      * @return \App\Repository\CommunityVotePartyRepository
  23336.      */
  23337.     protected function getCommunityVotePartyRepositoryService()
  23338.     {
  23339.         include_once \dirname(__DIR__4).'/src/Repository/CommunityVotePartyRepository.php';
  23340.         return $this->privates['App\\Repository\\CommunityVotePartyRepository'] = new \App\Repository\CommunityVotePartyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23341.     }
  23342.     /**
  23343.      * Gets the private 'App\Repository\CommunityWorkRepository' shared autowired service.
  23344.      *
  23345.      * @return \App\Repository\CommunityWorkRepository
  23346.      */
  23347.     protected function getCommunityWorkRepositoryService()
  23348.     {
  23349.         include_once \dirname(__DIR__4).'/src/Repository/CommunityWorkRepository.php';
  23350.         return $this->privates['App\\Repository\\CommunityWorkRepository'] = new \App\Repository\CommunityWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23351.     }
  23352.     /**
  23353.      * Gets the private 'App\Repository\CommunityWorkVoteRepository' shared autowired service.
  23354.      *
  23355.      * @return \App\Repository\CommunityWorkVoteRepository
  23356.      */
  23357.     protected function getCommunityWorkVoteRepositoryService()
  23358.     {
  23359.         include_once \dirname(__DIR__4).'/src/Repository/CommunityWorkVoteRepository.php';
  23360.         return $this->privates['App\\Repository\\CommunityWorkVoteRepository'] = new \App\Repository\CommunityWorkVoteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23361.     }
  23362.     /**
  23363.      * Gets the private 'App\Repository\CondominiumFeeRepository' shared autowired service.
  23364.      *
  23365.      * @return \App\Repository\CondominiumFeeRepository
  23366.      */
  23367.     protected function getCondominiumFeeRepositoryService()
  23368.     {
  23369.         include_once \dirname(__DIR__4).'/src/Repository/CondominiumFeeRepository.php';
  23370.         return $this->privates['App\\Repository\\CondominiumFeeRepository'] = new \App\Repository\CondominiumFeeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23371.     }
  23372.     /**
  23373.      * Gets the private 'App\Repository\CondominiumRepository' shared autowired service.
  23374.      *
  23375.      * @return \App\Repository\CondominiumRepository
  23376.      */
  23377.     protected function getCondominiumRepositoryService()
  23378.     {
  23379.         include_once \dirname(__DIR__4).'/src/Repository/CondominiumRepository.php';
  23380.         return $this->privates['App\\Repository\\CondominiumRepository'] = new \App\Repository\CondominiumRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23381.     }
  23382.     /**
  23383.      * Gets the private 'App\Repository\ConsumptionWaterRepository' shared autowired service.
  23384.      *
  23385.      * @return \App\Repository\ConsumptionWaterRepository
  23386.      */
  23387.     protected function getConsumptionWaterRepositoryService()
  23388.     {
  23389.         include_once \dirname(__DIR__4).'/src/Repository/ConsumptionWaterRepository.php';
  23390.         return $this->privates['App\\Repository\\ConsumptionWaterRepository'] = new \App\Repository\ConsumptionWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23391.     }
  23392.     /**
  23393.      * Gets the private 'App\Repository\ContactsellerRepository' shared autowired service.
  23394.      *
  23395.      * @return \App\Repository\ContactsellerRepository
  23396.      */
  23397.     protected function getContactsellerRepositoryService()
  23398.     {
  23399.         include_once \dirname(__DIR__4).'/src/Repository/ContactsellerRepository.php';
  23400.         return $this->privates['App\\Repository\\ContactsellerRepository'] = new \App\Repository\ContactsellerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23401.     }
  23402.     /**
  23403.      * Gets the private 'App\Repository\ControlsRepository' shared autowired service.
  23404.      *
  23405.      * @return \App\Repository\ControlsRepository
  23406.      */
  23407.     protected function getControlsRepositoryService()
  23408.     {
  23409.         include_once \dirname(__DIR__4).'/src/Repository/ControlsRepository.php';
  23410.         return $this->privates['App\\Repository\\ControlsRepository'] = new \App\Repository\ControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23411.     }
  23412.     /**
  23413.      * Gets the private 'App\Repository\ConversationRepository' shared autowired service.
  23414.      *
  23415.      * @return \App\Repository\ConversationRepository
  23416.      */
  23417.     protected function getConversationRepositoryService()
  23418.     {
  23419.         include_once \dirname(__DIR__4).'/src/Repository/ConversationRepository.php';
  23420.         return $this->privates['App\\Repository\\ConversationRepository'] = new \App\Repository\ConversationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23421.     }
  23422.     /**
  23423.      * Gets the private 'App\Repository\CounterOfferLeaseRepository' shared autowired service.
  23424.      *
  23425.      * @return \App\Repository\CounterOfferLeaseRepository
  23426.      */
  23427.     protected function getCounterOfferLeaseRepositoryService()
  23428.     {
  23429.         include_once \dirname(__DIR__4).'/src/Repository/CounterOfferLeaseRepository.php';
  23430.         return $this->privates['App\\Repository\\CounterOfferLeaseRepository'] = new \App\Repository\CounterOfferLeaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23431.     }
  23432.     /**
  23433.      * Gets the private 'App\Repository\CounterOfferRepository' shared autowired service.
  23434.      *
  23435.      * @return \App\Repository\CounterOfferRepository
  23436.      */
  23437.     protected function getCounterOfferRepositoryService()
  23438.     {
  23439.         include_once \dirname(__DIR__4).'/src/Repository/CounterOfferRepository.php';
  23440.         return $this->privates['App\\Repository\\CounterOfferRepository'] = new \App\Repository\CounterOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23441.     }
  23442.     /**
  23443.      * Gets the private 'App\Repository\CountryRepository' shared autowired service.
  23444.      *
  23445.      * @return \App\Repository\CountryRepository
  23446.      */
  23447.     protected function getCountryRepositoryService()
  23448.     {
  23449.         include_once \dirname(__DIR__4).'/src/Repository/CountryRepository.php';
  23450.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  23451.         if (isset($this->privates['App\\Repository\\CountryRepository'])) {
  23452.             return $this->privates['App\\Repository\\CountryRepository'];
  23453.         }
  23454.         return $this->privates['App\\Repository\\CountryRepository'] = new \App\Repository\CountryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  23455.     }
  23456.     /**
  23457.      * Gets the private 'App\Repository\CsvRepository' shared autowired service.
  23458.      *
  23459.      * @return \App\Repository\CsvRepository
  23460.      */
  23461.     protected function getCsvRepositoryService()
  23462.     {
  23463.         include_once \dirname(__DIR__4).'/src/Repository/CsvRepository.php';
  23464.         return $this->privates['App\\Repository\\CsvRepository'] = new \App\Repository\CsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23465.     }
  23466.     /**
  23467.      * Gets the private 'App\Repository\DVFCsvRepository' shared autowired service.
  23468.      *
  23469.      * @return \App\Repository\DVFCsvRepository
  23470.      */
  23471.     protected function getDVFCsvRepositoryService()
  23472.     {
  23473.         include_once \dirname(__DIR__4).'/src/Repository/DVFCsvRepository.php';
  23474.         return $this->privates['App\\Repository\\DVFCsvRepository'] = new \App\Repository\DVFCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23475.     }
  23476.     /**
  23477.      * Gets the private 'App\Repository\DVFRepository' shared autowired service.
  23478.      *
  23479.      * @return \App\Repository\DVFRepository
  23480.      */
  23481.     protected function getDVFRepositoryService()
  23482.     {
  23483.         include_once \dirname(__DIR__4).'/src/Repository/DVFRepository.php';
  23484.         return $this->privates['App\\Repository\\DVFRepository'] = new \App\Repository\DVFRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23485.     }
  23486.     /**
  23487.      * Gets the private 'App\Repository\DailyNeededRepository' shared autowired service.
  23488.      *
  23489.      * @return \App\Repository\DailyNeededRepository
  23490.      */
  23491.     protected function getDailyNeededRepositoryService()
  23492.     {
  23493.         include_once \dirname(__DIR__4).'/src/Repository/DailyNeededRepository.php';
  23494.         return $this->privates['App\\Repository\\DailyNeededRepository'] = new \App\Repository\DailyNeededRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23495.     }
  23496.     /**
  23497.      * Gets the private 'App\Repository\DeedOfSaleRepository' shared autowired service.
  23498.      *
  23499.      * @return \App\Repository\DeedOfSaleRepository
  23500.      */
  23501.     protected function getDeedOfSaleRepositoryService()
  23502.     {
  23503.         include_once \dirname(__DIR__4).'/src/Repository/DeedOfSaleRepository.php';
  23504.         return $this->privates['App\\Repository\\DeedOfSaleRepository'] = new \App\Repository\DeedOfSaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23505.     }
  23506.     /**
  23507.      * Gets the private 'App\Repository\DefaultClauseRepository' shared autowired service.
  23508.      *
  23509.      * @return \App\Repository\DefaultClauseRepository
  23510.      */
  23511.     protected function getDefaultClauseRepositoryService()
  23512.     {
  23513.         include_once \dirname(__DIR__4).'/src/Repository/DefaultClauseRepository.php';
  23514.         return $this->privates['App\\Repository\\DefaultClauseRepository'] = new \App\Repository\DefaultClauseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23515.     }
  23516.     /**
  23517.      * Gets the private 'App\Repository\DeliveryTimesRepository' shared autowired service.
  23518.      *
  23519.      * @return \App\Repository\DeliveryTimesRepository
  23520.      */
  23521.     protected function getDeliveryTimesRepositoryService()
  23522.     {
  23523.         include_once \dirname(__DIR__4).'/src/Repository/DeliveryTimesRepository.php';
  23524.         return $this->privates['App\\Repository\\DeliveryTimesRepository'] = new \App\Repository\DeliveryTimesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23525.     }
  23526.     /**
  23527.      * Gets the private 'App\Repository\DemandsRepository' shared autowired service.
  23528.      *
  23529.      * @return \App\Repository\DemandsRepository
  23530.      */
  23531.     protected function getDemandsRepositoryService()
  23532.     {
  23533.         include_once \dirname(__DIR__4).'/src/Repository/DemandsRepository.php';
  23534.         return $this->privates['App\\Repository\\DemandsRepository'] = new \App\Repository\DemandsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23535.     }
  23536.     /**
  23537.      * Gets the private 'App\Repository\DesignNeighborhoodRepository' shared autowired service.
  23538.      *
  23539.      * @return \App\Repository\DesignNeighborhoodRepository
  23540.      */
  23541.     protected function getDesignNeighborhoodRepositoryService()
  23542.     {
  23543.         include_once \dirname(__DIR__4).'/src/Repository/DesignNeighborhoodRepository.php';
  23544.         return $this->privates['App\\Repository\\DesignNeighborhoodRepository'] = new \App\Repository\DesignNeighborhoodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23545.     }
  23546.     /**
  23547.      * Gets the private 'App\Repository\DestinationHabitationRepository' shared autowired service.
  23548.      *
  23549.      * @return \App\Repository\DestinationHabitationRepository
  23550.      */
  23551.     protected function getDestinationHabitationRepositoryService()
  23552.     {
  23553.         include_once \dirname(__DIR__4).'/src/Repository/DestinationHabitationRepository.php';
  23554.         return $this->privates['App\\Repository\\DestinationHabitationRepository'] = new \App\Repository\DestinationHabitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23555.     }
  23556.     /**
  23557.      * Gets the private 'App\Repository\DetailedStudyWorkRepository' shared autowired service.
  23558.      *
  23559.      * @return \App\Repository\DetailedStudyWorkRepository
  23560.      */
  23561.     protected function getDetailedStudyWorkRepositoryService()
  23562.     {
  23563.         include_once \dirname(__DIR__4).'/src/Repository/DetailedStudyWorkRepository.php';
  23564.         return $this->privates['App\\Repository\\DetailedStudyWorkRepository'] = new \App\Repository\DetailedStudyWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23565.     }
  23566.     /**
  23567.      * Gets the private 'App\Repository\DispensePdfRepository' shared autowired service.
  23568.      *
  23569.      * @return \App\Repository\DispensePdfRepository
  23570.      */
  23571.     protected function getDispensePdfRepositoryService()
  23572.     {
  23573.         include_once \dirname(__DIR__4).'/src/Repository/DispensePdfRepository.php';
  23574.         return $this->privates['App\\Repository\\DispensePdfRepository'] = new \App\Repository\DispensePdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23575.     }
  23576.     /**
  23577.      * Gets the private 'App\Repository\DispenseRepository' shared autowired service.
  23578.      *
  23579.      * @return \App\Repository\DispenseRepository
  23580.      */
  23581.     protected function getDispenseRepositoryService()
  23582.     {
  23583.         include_once \dirname(__DIR__4).'/src/Repository/DispenseRepository.php';
  23584.         return $this->privates['App\\Repository\\DispenseRepository'] = new \App\Repository\DispenseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23585.     }
  23586.     /**
  23587.      * Gets the private 'App\Repository\DistanceRepository' shared autowired service.
  23588.      *
  23589.      * @return \App\Repository\DistanceRepository
  23590.      */
  23591.     protected function getDistanceRepositoryService()
  23592.     {
  23593.         include_once \dirname(__DIR__4).'/src/Repository/DistanceRepository.php';
  23594.         return $this->privates['App\\Repository\\DistanceRepository'] = new \App\Repository\DistanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23595.     }
  23596.     /**
  23597.      * Gets the private 'App\Repository\DocumentTypeRepository' shared autowired service.
  23598.      *
  23599.      * @return \App\Repository\DocumentTypeRepository
  23600.      */
  23601.     protected function getDocumentTypeRepositoryService()
  23602.     {
  23603.         include_once \dirname(__DIR__4).'/src/Repository/DocumentTypeRepository.php';
  23604.         return $this->privates['App\\Repository\\DocumentTypeRepository'] = new \App\Repository\DocumentTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23605.     }
  23606.     /**
  23607.      * Gets the private 'App\Repository\DomiciliationAquisitionRepository' shared autowired service.
  23608.      *
  23609.      * @return \App\Repository\DomiciliationAquisitionRepository
  23610.      */
  23611.     protected function getDomiciliationAquisitionRepositoryService()
  23612.     {
  23613.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationAquisitionRepository.php';
  23614.         return $this->privates['App\\Repository\\DomiciliationAquisitionRepository'] = new \App\Repository\DomiciliationAquisitionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23615.     }
  23616.     /**
  23617.      * Gets the private 'App\Repository\DomiciliationDeclarationRepository' shared autowired service.
  23618.      *
  23619.      * @return \App\Repository\DomiciliationDeclarationRepository
  23620.      */
  23621.     protected function getDomiciliationDeclarationRepositoryService()
  23622.     {
  23623.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationDeclarationRepository.php';
  23624.         return $this->privates['App\\Repository\\DomiciliationDeclarationRepository'] = new \App\Repository\DomiciliationDeclarationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23625.     }
  23626.     /**
  23627.      * Gets the private 'App\Repository\DomiciliationFilesRepository' shared autowired service.
  23628.      *
  23629.      * @return \App\Repository\DomiciliationFilesRepository
  23630.      */
  23631.     protected function getDomiciliationFilesRepositoryService()
  23632.     {
  23633.         return $this->privates['App\\Repository\\DomiciliationFilesRepository'] = new \App\Repository\DomiciliationFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23634.     }
  23635.     /**
  23636.      * Gets the private 'App\Repository\DomiciliationResaleRepository' shared autowired service.
  23637.      *
  23638.      * @return \App\Repository\DomiciliationResaleRepository
  23639.      */
  23640.     protected function getDomiciliationResaleRepositoryService()
  23641.     {
  23642.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationResaleRepository.php';
  23643.         return $this->privates['App\\Repository\\DomiciliationResaleRepository'] = new \App\Repository\DomiciliationResaleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23644.     }
  23645.     /**
  23646.      * Gets the private 'App\Repository\DomiciliationResidenceRepository' shared autowired service.
  23647.      *
  23648.      * @return \App\Repository\DomiciliationResidenceRepository
  23649.      */
  23650.     protected function getDomiciliationResidenceRepositoryService()
  23651.     {
  23652.         include_once \dirname(__DIR__4).'/src/Repository/DomiciliationResidenceRepository.php';
  23653.         return $this->privates['App\\Repository\\DomiciliationResidenceRepository'] = new \App\Repository\DomiciliationResidenceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23654.     }
  23655.     /**
  23656.      * Gets the private 'App\Repository\EasyPermitForm2Repository' shared autowired service.
  23657.      *
  23658.      * @return \App\Repository\EasyPermitForm2Repository
  23659.      */
  23660.     protected function getEasyPermitForm2RepositoryService()
  23661.     {
  23662.         include_once \dirname(__DIR__4).'/src/Repository/EasyPermitForm2Repository.php';
  23663.         return $this->privates['App\\Repository\\EasyPermitForm2Repository'] = new \App\Repository\EasyPermitForm2Repository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23664.     }
  23665.     /**
  23666.      * Gets the private 'App\Repository\EditRegistersRepository' shared autowired service.
  23667.      *
  23668.      * @return \App\Repository\EditRegistersRepository
  23669.      */
  23670.     protected function getEditRegistersRepositoryService()
  23671.     {
  23672.         return $this->privates['App\\Repository\\EditRegistersRepository'] = new \App\Repository\EditRegistersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23673.     }
  23674.     /**
  23675.      * Gets the private 'App\Repository\EducationCsvRepository' shared autowired service.
  23676.      *
  23677.      * @return \App\Repository\EducationCsvRepository
  23678.      */
  23679.     protected function getEducationCsvRepositoryService()
  23680.     {
  23681.         include_once \dirname(__DIR__4).'/src/Repository/EducationCsvRepository.php';
  23682.         return $this->privates['App\\Repository\\EducationCsvRepository'] = new \App\Repository\EducationCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23683.     }
  23684.     /**
  23685.      * Gets the private 'App\Repository\EducationRepository' shared autowired service.
  23686.      *
  23687.      * @return \App\Repository\EducationRepository
  23688.      */
  23689.     protected function getEducationRepositoryService()
  23690.     {
  23691.         include_once \dirname(__DIR__4).'/src/Repository/EducationRepository.php';
  23692.         return $this->privates['App\\Repository\\EducationRepository'] = new \App\Repository\EducationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23693.     }
  23694.     /**
  23695.      * Gets the private 'App\Repository\EidaRepository' shared autowired service.
  23696.      *
  23697.      * @return \App\Repository\EidaRepository
  23698.      */
  23699.     protected function getEidaRepositoryService()
  23700.     {
  23701.         include_once \dirname(__DIR__4).'/src/Repository/EidaRepository.php';
  23702.         return $this->privates['App\\Repository\\EidaRepository'] = new \App\Repository\EidaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23703.     }
  23704.     /**
  23705.      * Gets the private 'App\Repository\ElectrisRepository' shared autowired service.
  23706.      *
  23707.      * @return \App\Repository\ElectrisRepository
  23708.      */
  23709.     protected function getElectrisRepositoryService()
  23710.     {
  23711.         include_once \dirname(__DIR__4).'/src/Repository/ElectrisRepository.php';
  23712.         return $this->privates['App\\Repository\\ElectrisRepository'] = new \App\Repository\ElectrisRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23713.     }
  23714.     /**
  23715.      * Gets the private 'App\Repository\EnergyBelgiqueRepository' shared autowired service.
  23716.      *
  23717.      * @return \App\Repository\EnergyBelgiqueRepository
  23718.      */
  23719.     protected function getEnergyBelgiqueRepositoryService()
  23720.     {
  23721.         include_once \dirname(__DIR__4).'/src/Repository/EnergyBelgiqueRepository.php';
  23722.         return $this->privates['App\\Repository\\EnergyBelgiqueRepository'] = new \App\Repository\EnergyBelgiqueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23723.     }
  23724.     /**
  23725.      * Gets the private 'App\Repository\EnergyProviderFormRepository' shared autowired service.
  23726.      *
  23727.      * @return \App\Repository\EnergyProviderFormRepository
  23728.      */
  23729.     protected function getEnergyProviderFormRepositoryService()
  23730.     {
  23731.         include_once \dirname(__DIR__4).'/src/Repository/EnergyProviderFormRepository.php';
  23732.         return $this->privates['App\\Repository\\EnergyProviderFormRepository'] = new \App\Repository\EnergyProviderFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23733.     }
  23734.     /**
  23735.      * Gets the private 'App\Repository\EnergySupplierRepository' shared autowired service.
  23736.      *
  23737.      * @return \App\Repository\EnergySupplierRepository
  23738.      */
  23739.     protected function getEnergySupplierRepositoryService()
  23740.     {
  23741.         include_once \dirname(__DIR__4).'/src/Repository/EnergySupplierRepository.php';
  23742.         return $this->privates['App\\Repository\\EnergySupplierRepository'] = new \App\Repository\EnergySupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23743.     }
  23744.     /**
  23745.      * Gets the private 'App\Repository\EngieCsvRepository' shared autowired service.
  23746.      *
  23747.      * @return \App\Repository\EngieCsvRepository
  23748.      */
  23749.     protected function getEngieCsvRepositoryService()
  23750.     {
  23751.         include_once \dirname(__DIR__4).'/src/Repository/EngieCsvRepository.php';
  23752.         return $this->privates['App\\Repository\\EngieCsvRepository'] = new \App\Repository\EngieCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23753.     }
  23754.     /**
  23755.      * Gets the private 'App\Repository\EngieRepository' shared autowired service.
  23756.      *
  23757.      * @return \App\Repository\EngieRepository
  23758.      */
  23759.     protected function getEngieRepositoryService()
  23760.     {
  23761.         include_once \dirname(__DIR__4).'/src/Repository/EngieRepository.php';
  23762.         return $this->privates['App\\Repository\\EngieRepository'] = new \App\Repository\EngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23763.     }
  23764.     /**
  23765.      * Gets the private 'App\Repository\EngieResultSimulationRepository' shared autowired service.
  23766.      *
  23767.      * @return \App\Repository\EngieResultSimulationRepository
  23768.      */
  23769.     protected function getEngieResultSimulationRepositoryService()
  23770.     {
  23771.         include_once \dirname(__DIR__4).'/src/Repository/EngieResultSimulationRepository.php';
  23772.         return $this->privates['App\\Repository\\EngieResultSimulationRepository'] = new \App\Repository\EngieResultSimulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23773.     }
  23774.     /**
  23775.      * Gets the private 'App\Repository\EngineeringOfficesRepository' shared autowired service.
  23776.      *
  23777.      * @return \App\Repository\EngineeringOfficesRepository
  23778.      */
  23779.     protected function getEngineeringOfficesRepositoryService()
  23780.     {
  23781.         include_once \dirname(__DIR__4).'/src/Repository/EngineeringOfficesRepository.php';
  23782.         return $this->privates['App\\Repository\\EngineeringOfficesRepository'] = new \App\Repository\EngineeringOfficesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23783.     }
  23784.     /**
  23785.      * Gets the private 'App\Repository\EnvironmentDatasRepository' shared autowired service.
  23786.      *
  23787.      * @return \App\Repository\EnvironmentDatasRepository
  23788.      */
  23789.     protected function getEnvironmentDatasRepositoryService()
  23790.     {
  23791.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentDatasRepository.php';
  23792.         return $this->privates['App\\Repository\\EnvironmentDatasRepository'] = new \App\Repository\EnvironmentDatasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23793.     }
  23794.     /**
  23795.      * Gets the private 'App\Repository\EnvironmentRequestRepository' shared autowired service.
  23796.      *
  23797.      * @return \App\Repository\EnvironmentRequestRepository
  23798.      */
  23799.     protected function getEnvironmentRequestRepositoryService()
  23800.     {
  23801.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentRequestRepository.php';
  23802.         return $this->privates['App\\Repository\\EnvironmentRequestRepository'] = new \App\Repository\EnvironmentRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23803.     }
  23804.     /**
  23805.      * Gets the private 'App\Repository\EnvironmentalFormWastRepository' shared autowired service.
  23806.      *
  23807.      * @return \App\Repository\EnvironmentalFormWastRepository
  23808.      */
  23809.     protected function getEnvironmentalFormWastRepositoryService()
  23810.     {
  23811.         include_once \dirname(__DIR__4).'/src/Repository/EnvironmentalFormWastRepository.php';
  23812.         return $this->privates['App\\Repository\\EnvironmentalFormWastRepository'] = new \App\Repository\EnvironmentalFormWastRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23813.     }
  23814.     /**
  23815.      * Gets the private 'App\Repository\EtatCivilRepository' shared autowired service.
  23816.      *
  23817.      * @return \App\Repository\EtatCivilRepository
  23818.      */
  23819.     protected function getEtatCivilRepositoryService()
  23820.     {
  23821.         include_once \dirname(__DIR__4).'/src/Repository/EtatCivilRepository.php';
  23822.         return $this->privates['App\\Repository\\EtatCivilRepository'] = new \App\Repository\EtatCivilRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23823.     }
  23824.     /**
  23825.      * Gets the private 'App\Repository\EucationsRepository' shared autowired service.
  23826.      *
  23827.      * @return \App\Repository\EucationsRepository
  23828.      */
  23829.     protected function getEucationsRepositoryService()
  23830.     {
  23831.         include_once \dirname(__DIR__4).'/src/Repository/EucationsRepository.php';
  23832.         return $this->privates['App\\Repository\\EucationsRepository'] = new \App\Repository\EucationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23833.     }
  23834.     /**
  23835.      * Gets the private 'App\Repository\EvacuationsRepository' shared autowired service.
  23836.      *
  23837.      * @return \App\Repository\EvacuationsRepository
  23838.      */
  23839.     protected function getEvacuationsRepositoryService()
  23840.     {
  23841.         include_once \dirname(__DIR__4).'/src/Repository/EvacuationsRepository.php';
  23842.         return $this->privates['App\\Repository\\EvacuationsRepository'] = new \App\Repository\EvacuationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23843.     }
  23844.     /**
  23845.      * Gets the private 'App\Repository\ExcelFileRepository' shared autowired service.
  23846.      *
  23847.      * @return \App\Repository\ExcelFileRepository
  23848.      */
  23849.     protected function getExcelFileRepositoryService()
  23850.     {
  23851.         include_once \dirname(__DIR__4).'/src/Repository/ExcelFileRepository.php';
  23852.         return $this->privates['App\\Repository\\ExcelFileRepository'] = new \App\Repository\ExcelFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23853.     }
  23854.     /**
  23855.      * Gets the private 'App\Repository\ExpertsRepository' shared autowired service.
  23856.      *
  23857.      * @return \App\Repository\ExpertsRepository
  23858.      */
  23859.     protected function getExpertsRepositoryService()
  23860.     {
  23861.         include_once \dirname(__DIR__4).'/src/Repository/ExpertsRepository.php';
  23862.         return $this->privates['App\\Repository\\ExpertsRepository'] = new \App\Repository\ExpertsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23863.     }
  23864.     /**
  23865.      * Gets the private 'App\Repository\ExternalDocumentExchangeRepository' shared autowired service.
  23866.      *
  23867.      * @return \App\Repository\ExternalDocumentExchangeRepository
  23868.      */
  23869.     protected function getExternalDocumentExchangeRepositoryService()
  23870.     {
  23871.         include_once \dirname(__DIR__4).'/src/Repository/ExternalDocumentExchangeRepository.php';
  23872.         return $this->privates['App\\Repository\\ExternalDocumentExchangeRepository'] = new \App\Repository\ExternalDocumentExchangeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23873.     }
  23874.     /**
  23875.      * Gets the private 'App\Repository\ExternalProviderAdvertisingRepository' shared autowired service.
  23876.      *
  23877.      * @return \App\Repository\ExternalProviderAdvertisingRepository
  23878.      */
  23879.     protected function getExternalProviderAdvertisingRepositoryService()
  23880.     {
  23881.         include_once \dirname(__DIR__4).'/src/Repository/ExternalProviderAdvertisingRepository.php';
  23882.         return $this->privates['App\\Repository\\ExternalProviderAdvertisingRepository'] = new \App\Repository\ExternalProviderAdvertisingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23883.     }
  23884.     /**
  23885.      * Gets the private 'App\Repository\ExternalProviderOfferRepository' shared autowired service.
  23886.      *
  23887.      * @return \App\Repository\ExternalProviderOfferRepository
  23888.      */
  23889.     protected function getExternalProviderOfferRepositoryService()
  23890.     {
  23891.         include_once \dirname(__DIR__4).'/src/Repository/ExternalProviderOfferRepository.php';
  23892.         return $this->privates['App\\Repository\\ExternalProviderOfferRepository'] = new \App\Repository\ExternalProviderOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23893.     }
  23894.     /**
  23895.      * Gets the private 'App\Repository\ExternalProviderRepository' shared autowired service.
  23896.      *
  23897.      * @return \App\Repository\ExternalProviderRepository
  23898.      */
  23899.     protected function getExternalProviderRepositoryService()
  23900.     {
  23901.         include_once \dirname(__DIR__4).'/src/Repository/ExternalProviderRepository.php';
  23902.         return $this->privates['App\\Repository\\ExternalProviderRepository'] = new \App\Repository\ExternalProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23903.     }
  23904.     /**
  23905.      * Gets the private 'App\Repository\FeatureRelationRepository' shared autowired service.
  23906.      *
  23907.      * @return \App\Repository\FeatureRelationRepository
  23908.      */
  23909.     protected function getFeatureRelationRepositoryService()
  23910.     {
  23911.         include_once \dirname(__DIR__4).'/src/Repository/FeatureRelationRepository.php';
  23912.         return $this->privates['App\\Repository\\FeatureRelationRepository'] = new \App\Repository\FeatureRelationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23913.     }
  23914.     /**
  23915.      * Gets the private 'App\Repository\FeatureRepository' shared autowired service.
  23916.      *
  23917.      * @return \App\Repository\FeatureRepository
  23918.      */
  23919.     protected function getFeatureRepositoryService()
  23920.     {
  23921.         include_once \dirname(__DIR__4).'/src/Repository/FeatureRepository.php';
  23922.         return $this->privates['App\\Repository\\FeatureRepository'] = new \App\Repository\FeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23923.     }
  23924.     /**
  23925.      * Gets the private 'App\Repository\FillingsRepository' shared autowired service.
  23926.      *
  23927.      * @return \App\Repository\FillingsRepository
  23928.      */
  23929.     protected function getFillingsRepositoryService()
  23930.     {
  23931.         include_once \dirname(__DIR__4).'/src/Repository/FillingsRepository.php';
  23932.         return $this->privates['App\\Repository\\FillingsRepository'] = new \App\Repository\FillingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23933.     }
  23934.     /**
  23935.      * Gets the private 'App\Repository\GardenProjectActionsLotAccountRepository' shared autowired service.
  23936.      *
  23937.      * @return \App\Repository\GardenProjectActionsLotAccountRepository
  23938.      */
  23939.     protected function getGardenProjectActionsLotAccountRepositoryService()
  23940.     {
  23941.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsLotAccountRepository.php';
  23942.         return $this->privates['App\\Repository\\GardenProjectActionsLotAccountRepository'] = new \App\Repository\GardenProjectActionsLotAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23943.     }
  23944.     /**
  23945.      * Gets the private 'App\Repository\GardenProjectActionsLotRepository' shared autowired service.
  23946.      *
  23947.      * @return \App\Repository\GardenProjectActionsLotRepository
  23948.      */
  23949.     protected function getGardenProjectActionsLotRepositoryService()
  23950.     {
  23951.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsLotRepository.php';
  23952.         return $this->privates['App\\Repository\\GardenProjectActionsLotRepository'] = new \App\Repository\GardenProjectActionsLotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23953.     }
  23954.     /**
  23955.      * Gets the private 'App\Repository\GardenProjectActionsLotTotalAccountRepository' shared autowired service.
  23956.      *
  23957.      * @return \App\Repository\GardenProjectActionsLotTotalAccountRepository
  23958.      */
  23959.     protected function getGardenProjectActionsLotTotalAccountRepositoryService()
  23960.     {
  23961.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsLotTotalAccountRepository.php';
  23962.         return $this->privates['App\\Repository\\GardenProjectActionsLotTotalAccountRepository'] = new \App\Repository\GardenProjectActionsLotTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23963.     }
  23964.     /**
  23965.      * Gets the private 'App\Repository\GardenProjectActionsRepository' shared autowired service.
  23966.      *
  23967.      * @return \App\Repository\GardenProjectActionsRepository
  23968.      */
  23969.     protected function getGardenProjectActionsRepositoryService()
  23970.     {
  23971.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsRepository.php';
  23972.         return $this->privates['App\\Repository\\GardenProjectActionsRepository'] = new \App\Repository\GardenProjectActionsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23973.     }
  23974.     /**
  23975.      * Gets the private 'App\Repository\GardenProjectActionsTotalAccountRepository' shared autowired service.
  23976.      *
  23977.      * @return \App\Repository\GardenProjectActionsTotalAccountRepository
  23978.      */
  23979.     protected function getGardenProjectActionsTotalAccountRepositoryService()
  23980.     {
  23981.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectActionsTotalAccountRepository.php';
  23982.         return $this->privates['App\\Repository\\GardenProjectActionsTotalAccountRepository'] = new \App\Repository\GardenProjectActionsTotalAccountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23983.     }
  23984.     /**
  23985.      * Gets the private 'App\Repository\GardenProjectDocumentRepository' shared autowired service.
  23986.      *
  23987.      * @return \App\Repository\GardenProjectDocumentRepository
  23988.      */
  23989.     protected function getGardenProjectDocumentRepositoryService()
  23990.     {
  23991.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectDocumentRepository.php';
  23992.         return $this->privates['App\\Repository\\GardenProjectDocumentRepository'] = new \App\Repository\GardenProjectDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  23993.     }
  23994.     /**
  23995.      * Gets the private 'App\Repository\GardenProjectResourcesDocumentRepository' shared autowired service.
  23996.      *
  23997.      * @return \App\Repository\GardenProjectResourcesDocumentRepository
  23998.      */
  23999.     protected function getGardenProjectResourcesDocumentRepositoryService()
  24000.     {
  24001.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectResourcesDocumentRepository.php';
  24002.         return $this->privates['App\\Repository\\GardenProjectResourcesDocumentRepository'] = new \App\Repository\GardenProjectResourcesDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24003.     }
  24004.     /**
  24005.      * Gets the private 'App\Repository\GardenProjectResourcesRepository' shared autowired service.
  24006.      *
  24007.      * @return \App\Repository\GardenProjectResourcesRepository
  24008.      */
  24009.     protected function getGardenProjectResourcesRepositoryService()
  24010.     {
  24011.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectResourcesRepository.php';
  24012.         return $this->privates['App\\Repository\\GardenProjectResourcesRepository'] = new \App\Repository\GardenProjectResourcesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24013.     }
  24014.     /**
  24015.      * Gets the private 'App\Repository\GardenProjectSetBalanceRepository' shared autowired service.
  24016.      *
  24017.      * @return \App\Repository\GardenProjectSetBalanceRepository
  24018.      */
  24019.     protected function getGardenProjectSetBalanceRepositoryService()
  24020.     {
  24021.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetBalanceRepository.php';
  24022.         return $this->privates['App\\Repository\\GardenProjectSetBalanceRepository'] = new \App\Repository\GardenProjectSetBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24023.     }
  24024.     /**
  24025.      * Gets the private 'App\Repository\GardenProjectSetInvoicesRepository' shared autowired service.
  24026.      *
  24027.      * @return \App\Repository\GardenProjectSetInvoicesRepository
  24028.      */
  24029.     protected function getGardenProjectSetInvoicesRepositoryService()
  24030.     {
  24031.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetInvoicesRepository.php';
  24032.         return $this->privates['App\\Repository\\GardenProjectSetInvoicesRepository'] = new \App\Repository\GardenProjectSetInvoicesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24033.     }
  24034.     /**
  24035.      * Gets the private 'App\Repository\GardenProjectSetTotalAccountingRepository' shared autowired service.
  24036.      *
  24037.      * @return \App\Repository\GardenProjectSetTotalAccountingRepository
  24038.      */
  24039.     protected function getGardenProjectSetTotalAccountingRepositoryService()
  24040.     {
  24041.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetTotalAccountingRepository.php';
  24042.         return $this->privates['App\\Repository\\GardenProjectSetTotalAccountingRepository'] = new \App\Repository\GardenProjectSetTotalAccountingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24043.     }
  24044.     /**
  24045.      * Gets the private 'App\Repository\GardenProjectSetsRepository' shared autowired service.
  24046.      *
  24047.      * @return \App\Repository\GardenProjectSetsRepository
  24048.      */
  24049.     protected function getGardenProjectSetsRepositoryService()
  24050.     {
  24051.         include_once \dirname(__DIR__4).'/src/Repository/GardenProjectSetsRepository.php';
  24052.         return $this->privates['App\\Repository\\GardenProjectSetsRepository'] = new \App\Repository\GardenProjectSetsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24053.     }
  24054.     /**
  24055.      * Gets the private 'App\Repository\GeoPortailDetailRepository' shared autowired service.
  24056.      *
  24057.      * @return \App\Repository\GeoPortailDetailRepository
  24058.      */
  24059.     protected function getGeoPortailDetailRepositoryService()
  24060.     {
  24061.         include_once \dirname(__DIR__4).'/src/Repository/GeoPortailDetailRepository.php';
  24062.         return $this->privates['App\\Repository\\GeoPortailDetailRepository'] = new \App\Repository\GeoPortailDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24063.     }
  24064.     /**
  24065.      * Gets the private 'App\Repository\GeoPortailParcelRepository' shared autowired service.
  24066.      *
  24067.      * @return \App\Repository\GeoPortailParcelRepository
  24068.      */
  24069.     protected function getGeoPortailParcelRepositoryService()
  24070.     {
  24071.         include_once \dirname(__DIR__4).'/src/Repository/GeoPortailParcelRepository.php';
  24072.         return $this->privates['App\\Repository\\GeoPortailParcelRepository'] = new \App\Repository\GeoPortailParcelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24073.     }
  24074.     /**
  24075.      * Gets the private 'App\Repository\GeoportailImageRepository' shared autowired service.
  24076.      *
  24077.      * @return \App\Repository\GeoportailImageRepository
  24078.      */
  24079.     protected function getGeoportailImageRepositoryService()
  24080.     {
  24081.         include_once \dirname(__DIR__4).'/src/Repository/GeoportailImageRepository.php';
  24082.         return $this->privates['App\\Repository\\GeoportailImageRepository'] = new \App\Repository\GeoportailImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24083.     }
  24084.     /**
  24085.      * Gets the private 'App\Repository\HandicapOuInvalidRepository' shared autowired service.
  24086.      *
  24087.      * @return \App\Repository\HandicapOuInvalidRepository
  24088.      */
  24089.     protected function getHandicapOuInvalidRepositoryService()
  24090.     {
  24091.         include_once \dirname(__DIR__4).'/src/Repository/HandicapOuInvalidRepository.php';
  24092.         return $this->privates['App\\Repository\\HandicapOuInvalidRepository'] = new \App\Repository\HandicapOuInvalidRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24093.     }
  24094.     /**
  24095.      * Gets the private 'App\Repository\HeatNeededRepository' shared autowired service.
  24096.      *
  24097.      * @return \App\Repository\HeatNeededRepository
  24098.      */
  24099.     protected function getHeatNeededRepositoryService()
  24100.     {
  24101.         include_once \dirname(__DIR__4).'/src/Repository/HeatNeededRepository.php';
  24102.         return $this->privates['App\\Repository\\HeatNeededRepository'] = new \App\Repository\HeatNeededRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24103.     }
  24104.     /**
  24105.      * Gets the private 'App\Repository\IdentityDocumentRepository' shared autowired service.
  24106.      *
  24107.      * @return \App\Repository\IdentityDocumentRepository
  24108.      */
  24109.     protected function getIdentityDocumentRepositoryService()
  24110.     {
  24111.         include_once \dirname(__DIR__4).'/src/Repository/IdentityDocumentRepository.php';
  24112.         return $this->privates['App\\Repository\\IdentityDocumentRepository'] = new \App\Repository\IdentityDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24113.     }
  24114.     /**
  24115.      * Gets the private 'App\Repository\ImagePubRepository' shared autowired service.
  24116.      *
  24117.      * @return \App\Repository\ImagePubRepository
  24118.      */
  24119.     protected function getImagePubRepositoryService()
  24120.     {
  24121.         include_once \dirname(__DIR__4).'/src/Repository/ImagePubRepository.php';
  24122.         return $this->privates['App\\Repository\\ImagePubRepository'] = new \App\Repository\ImagePubRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24123.     }
  24124.     /**
  24125.      * Gets the private 'App\Repository\IndicatorRepository' shared autowired service.
  24126.      *
  24127.      * @return \App\Repository\IndicatorRepository
  24128.      */
  24129.     protected function getIndicatorRepositoryService()
  24130.     {
  24131.         include_once \dirname(__DIR__4).'/src/Repository/IndicatorRepository.php';
  24132.         return $this->privates['App\\Repository\\IndicatorRepository'] = new \App\Repository\IndicatorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24133.     }
  24134.     /**
  24135.      * Gets the private 'App\Repository\InspectorRepository' shared autowired service.
  24136.      *
  24137.      * @return \App\Repository\InspectorRepository
  24138.      */
  24139.     protected function getInspectorRepositoryService()
  24140.     {
  24141.         include_once \dirname(__DIR__4).'/src/Repository/InspectorRepository.php';
  24142.         return $this->privates['App\\Repository\\InspectorRepository'] = new \App\Repository\InspectorRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24143.     }
  24144.     /**
  24145.      * Gets the private 'App\Repository\InstallationCategoryRepository' shared autowired service.
  24146.      *
  24147.      * @return \App\Repository\InstallationCategoryRepository
  24148.      */
  24149.     protected function getInstallationCategoryRepositoryService()
  24150.     {
  24151.         include_once \dirname(__DIR__4).'/src/Repository/InstallationCategoryRepository.php';
  24152.         return $this->privates['App\\Repository\\InstallationCategoryRepository'] = new \App\Repository\InstallationCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24153.     }
  24154.     /**
  24155.      * Gets the private 'App\Repository\InventoryImageRepository' shared autowired service.
  24156.      *
  24157.      * @return \App\Repository\InventoryImageRepository
  24158.      */
  24159.     protected function getInventoryImageRepositoryService()
  24160.     {
  24161.         include_once \dirname(__DIR__4).'/src/Repository/InventoryImageRepository.php';
  24162.         return $this->privates['App\\Repository\\InventoryImageRepository'] = new \App\Repository\InventoryImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24163.     }
  24164.     /**
  24165.      * Gets the private 'App\Repository\InventoryRepository' shared autowired service.
  24166.      *
  24167.      * @return \App\Repository\InventoryRepository
  24168.      */
  24169.     protected function getInventoryRepositoryService()
  24170.     {
  24171.         include_once \dirname(__DIR__4).'/src/Repository/InventoryRepository.php';
  24172.         return $this->privates['App\\Repository\\InventoryRepository'] = new \App\Repository\InventoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24173.     }
  24174.     /**
  24175.      * Gets the private 'App\Repository\InvoiceRegistrationRepository' shared autowired service.
  24176.      *
  24177.      * @return \App\Repository\InvoiceRegistrationRepository
  24178.      */
  24179.     protected function getInvoiceRegistrationRepositoryService()
  24180.     {
  24181.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceRegistrationRepository.php';
  24182.         return $this->privates['App\\Repository\\InvoiceRegistrationRepository'] = new \App\Repository\InvoiceRegistrationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24183.     }
  24184.     /**
  24185.      * Gets the private 'App\Repository\InvoiceWaterFilesRepository' shared autowired service.
  24186.      *
  24187.      * @return \App\Repository\InvoiceWaterFilesRepository
  24188.      */
  24189.     protected function getInvoiceWaterFilesRepositoryService()
  24190.     {
  24191.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceWaterFilesRepository.php';
  24192.         return $this->privates['App\\Repository\\InvoiceWaterFilesRepository'] = new \App\Repository\InvoiceWaterFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24193.     }
  24194.     /**
  24195.      * Gets the private 'App\Repository\InvoiceWaterRepository' shared autowired service.
  24196.      *
  24197.      * @return \App\Repository\InvoiceWaterRepository
  24198.      */
  24199.     protected function getInvoiceWaterRepositoryService()
  24200.     {
  24201.         include_once \dirname(__DIR__4).'/src/Repository/InvoiceWaterRepository.php';
  24202.         return $this->privates['App\\Repository\\InvoiceWaterRepository'] = new \App\Repository\InvoiceWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24203.     }
  24204.     /**
  24205.      * Gets the private 'App\Repository\KycDocumentRepository' shared autowired service.
  24206.      *
  24207.      * @return \App\Repository\KycDocumentRepository
  24208.      */
  24209.     protected function getKycDocumentRepositoryService()
  24210.     {
  24211.         include_once \dirname(__DIR__4).'/src/Repository/KycDocumentRepository.php';
  24212.         return $this->privates['App\\Repository\\KycDocumentRepository'] = new \App\Repository\KycDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24213.     }
  24214.     /**
  24215.      * Gets the private 'App\Repository\LandPropertyDestinationRepository' shared autowired service.
  24216.      *
  24217.      * @return \App\Repository\LandPropertyDestinationRepository
  24218.      */
  24219.     protected function getLandPropertyDestinationRepositoryService()
  24220.     {
  24221.         include_once \dirname(__DIR__4).'/src/Repository/LandPropertyDestinationRepository.php';
  24222.         return $this->privates['App\\Repository\\LandPropertyDestinationRepository'] = new \App\Repository\LandPropertyDestinationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24223.     }
  24224.     /**
  24225.      * Gets the private 'App\Repository\LastMinutesRepository' shared autowired service.
  24226.      *
  24227.      * @return \App\Repository\LastMinutesRepository
  24228.      */
  24229.     protected function getLastMinutesRepositoryService()
  24230.     {
  24231.         include_once \dirname(__DIR__4).'/src/Repository/LastMinutesRepository.php';
  24232.         return $this->privates['App\\Repository\\LastMinutesRepository'] = new \App\Repository\LastMinutesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24233.     }
  24234.     /**
  24235.      * Gets the private 'App\Repository\LastvisitRepository' shared autowired service.
  24236.      *
  24237.      * @return \App\Repository\LastvisitRepository
  24238.      */
  24239.     protected function getLastvisitRepositoryService()
  24240.     {
  24241.         include_once \dirname(__DIR__4).'/src/Repository/LastvisitRepository.php';
  24242.         return $this->privates['App\\Repository\\LastvisitRepository'] = new \App\Repository\LastvisitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24243.     }
  24244.     /**
  24245.      * Gets the private 'App\Repository\LeaseAgreementRepository' shared autowired service.
  24246.      *
  24247.      * @return \App\Repository\LeaseAgreementRepository
  24248.      */
  24249.     protected function getLeaseAgreementRepositoryService()
  24250.     {
  24251.         include_once \dirname(__DIR__4).'/src/Repository/LeaseAgreementRepository.php';
  24252.         return $this->privates['App\\Repository\\LeaseAgreementRepository'] = new \App\Repository\LeaseAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24253.     }
  24254.     /**
  24255.      * Gets the private 'App\Repository\LeaseContractAnnexRepository' shared autowired service.
  24256.      *
  24257.      * @return \App\Repository\LeaseContractAnnexRepository
  24258.      */
  24259.     protected function getLeaseContractAnnexRepositoryService()
  24260.     {
  24261.         include_once \dirname(__DIR__4).'/src/Repository/LeaseContractAnnexRepository.php';
  24262.         return $this->privates['App\\Repository\\LeaseContractAnnexRepository'] = new \App\Repository\LeaseContractAnnexRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24263.     }
  24264.     /**
  24265.      * Gets the private 'App\Repository\LeaseContractModelRepository' shared autowired service.
  24266.      *
  24267.      * @return \App\Repository\LeaseContractModelRepository
  24268.      */
  24269.     protected function getLeaseContractModelRepositoryService()
  24270.     {
  24271.         include_once \dirname(__DIR__4).'/src/Repository/LeaseContractModelRepository.php';
  24272.         return $this->privates['App\\Repository\\LeaseContractModelRepository'] = new \App\Repository\LeaseContractModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24273.     }
  24274.     /**
  24275.      * Gets the private 'App\Repository\LeaseContractRepository' shared autowired service.
  24276.      *
  24277.      * @return \App\Repository\LeaseContractRepository
  24278.      */
  24279.     protected function getLeaseContractRepositoryService()
  24280.     {
  24281.         include_once \dirname(__DIR__4).'/src/Repository/LeaseContractRepository.php';
  24282.         return $this->privates['App\\Repository\\LeaseContractRepository'] = new \App\Repository\LeaseContractRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24283.     }
  24284.     /**
  24285.      * Gets the private 'App\Repository\LevelsRepository' shared autowired service.
  24286.      *
  24287.      * @return \App\Repository\LevelsRepository
  24288.      */
  24289.     protected function getLevelsRepositoryService()
  24290.     {
  24291.         include_once \dirname(__DIR__4).'/src/Repository/LevelsRepository.php';
  24292.         return $this->privates['App\\Repository\\LevelsRepository'] = new \App\Repository\LevelsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24293.     }
  24294.     /**
  24295.      * Gets the private 'App\Repository\LocationTypeRepository' shared autowired service.
  24296.      *
  24297.      * @return \App\Repository\LocationTypeRepository
  24298.      */
  24299.     protected function getLocationTypeRepositoryService()
  24300.     {
  24301.         include_once \dirname(__DIR__4).'/src/Repository/LocationTypeRepository.php';
  24302.         return $this->privates['App\\Repository\\LocationTypeRepository'] = new \App\Repository\LocationTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24303.     }
  24304.     /**
  24305.      * Gets the private 'App\Repository\MagasinRepository' shared autowired service.
  24306.      *
  24307.      * @return \App\Repository\MagasinRepository
  24308.      */
  24309.     protected function getMagasinRepositoryService()
  24310.     {
  24311.         include_once \dirname(__DIR__4).'/src/Repository/MagasinRepository.php';
  24312.         return $this->privates['App\\Repository\\MagasinRepository'] = new \App\Repository\MagasinRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24313.     }
  24314.     /**
  24315.      * Gets the private 'App\Repository\MarkofInterestRepository' shared autowired service.
  24316.      *
  24317.      * @return \App\Repository\MarkofInterestRepository
  24318.      */
  24319.     protected function getMarkofInterestRepositoryService()
  24320.     {
  24321.         include_once \dirname(__DIR__4).'/src/Repository/MarkofInterestRepository.php';
  24322.         return $this->privates['App\\Repository\\MarkofInterestRepository'] = new \App\Repository\MarkofInterestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24323.     }
  24324.     /**
  24325.      * Gets the private 'App\Repository\MessageFileRepository' shared autowired service.
  24326.      *
  24327.      * @return \App\Repository\MessageFileRepository
  24328.      */
  24329.     protected function getMessageFileRepositoryService()
  24330.     {
  24331.         include_once \dirname(__DIR__4).'/src/Repository/MessageFileRepository.php';
  24332.         return $this->privates['App\\Repository\\MessageFileRepository'] = new \App\Repository\MessageFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24333.     }
  24334.     /**
  24335.      * Gets the private 'App\Repository\MessageReactionRepository' shared autowired service.
  24336.      *
  24337.      * @return \App\Repository\MessageReactionRepository
  24338.      */
  24339.     protected function getMessageReactionRepositoryService()
  24340.     {
  24341.         include_once \dirname(__DIR__4).'/src/Repository/MessageReactionRepository.php';
  24342.         return $this->privates['App\\Repository\\MessageReactionRepository'] = new \App\Repository\MessageReactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24343.     }
  24344.     /**
  24345.      * Gets the private 'App\Repository\MessageRepository' shared autowired service.
  24346.      *
  24347.      * @return \App\Repository\MessageRepository
  24348.      */
  24349.     protected function getMessageRepositoryService()
  24350.     {
  24351.         include_once \dirname(__DIR__4).'/src/Repository/MessageRepository.php';
  24352.         return $this->privates['App\\Repository\\MessageRepository'] = new \App\Repository\MessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24353.     }
  24354.     /**
  24355.      * Gets the private 'App\Repository\MessageViewRepository' shared autowired service.
  24356.      *
  24357.      * @return \App\Repository\MessageViewRepository
  24358.      */
  24359.     protected function getMessageViewRepositoryService()
  24360.     {
  24361.         include_once \dirname(__DIR__4).'/src/Repository/MessageViewRepository.php';
  24362.         return $this->privates['App\\Repository\\MessageViewRepository'] = new \App\Repository\MessageViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24363.     }
  24364.     /**
  24365.      * Gets the private 'App\Repository\ModelRepository' shared autowired service.
  24366.      *
  24367.      * @return \App\Repository\ModelRepository
  24368.      */
  24369.     protected function getModelRepositoryService()
  24370.     {
  24371.         return $this->privates['App\\Repository\\ModelRepository'] = new \App\Repository\ModelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24372.     }
  24373.     /**
  24374.      * Gets the private 'App\Repository\MovingDateRepository' shared autowired service.
  24375.      *
  24376.      * @return \App\Repository\MovingDateRepository
  24377.      */
  24378.     protected function getMovingDateRepositoryService()
  24379.     {
  24380.         include_once \dirname(__DIR__4).'/src/Repository/MovingDateRepository.php';
  24381.         return $this->privates['App\\Repository\\MovingDateRepository'] = new \App\Repository\MovingDateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24382.     }
  24383.     /**
  24384.      * Gets the private 'App\Repository\MunicipalTaxDetailRepository' shared autowired service.
  24385.      *
  24386.      * @return \App\Repository\MunicipalTaxDetailRepository
  24387.      */
  24388.     protected function getMunicipalTaxDetailRepositoryService()
  24389.     {
  24390.         include_once \dirname(__DIR__4).'/src/Repository/MunicipalTaxDetailRepository.php';
  24391.         return $this->privates['App\\Repository\\MunicipalTaxDetailRepository'] = new \App\Repository\MunicipalTaxDetailRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24392.     }
  24393.     /**
  24394.      * Gets the private 'App\Repository\MunicipalTaxDetailValueRepository' shared autowired service.
  24395.      *
  24396.      * @return \App\Repository\MunicipalTaxDetailValueRepository
  24397.      */
  24398.     protected function getMunicipalTaxDetailValueRepositoryService()
  24399.     {
  24400.         include_once \dirname(__DIR__4).'/src/Repository/MunicipalTaxDetailValueRepository.php';
  24401.         return $this->privates['App\\Repository\\MunicipalTaxDetailValueRepository'] = new \App\Repository\MunicipalTaxDetailValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24402.     }
  24403.     /**
  24404.      * Gets the private 'App\Repository\MunicipalTaxRepository' shared autowired service.
  24405.      *
  24406.      * @return \App\Repository\MunicipalTaxRepository
  24407.      */
  24408.     protected function getMunicipalTaxRepositoryService()
  24409.     {
  24410.         include_once \dirname(__DIR__4).'/src/Repository/MunicipalTaxRepository.php';
  24411.         return $this->privates['App\\Repository\\MunicipalTaxRepository'] = new \App\Repository\MunicipalTaxRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24412.     }
  24413.     /**
  24414.      * Gets the private 'App\Repository\MunicipalityRepository' shared autowired service.
  24415.      *
  24416.      * @return \App\Repository\MunicipalityRepository
  24417.      */
  24418.     protected function getMunicipalityRepositoryService()
  24419.     {
  24420.         return $this->privates['App\\Repository\\MunicipalityRepository'] = new \App\Repository\MunicipalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24421.     }
  24422.     /**
  24423.      * Gets the private 'App\Repository\NeighborhoodEditRepository' shared autowired service.
  24424.      *
  24425.      * @return \App\Repository\NeighborhoodEditRepository
  24426.      */
  24427.     protected function getNeighborhoodEditRepositoryService()
  24428.     {
  24429.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodEditRepository.php';
  24430.         return $this->privates['App\\Repository\\NeighborhoodEditRepository'] = new \App\Repository\NeighborhoodEditRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24431.     }
  24432.     /**
  24433.      * Gets the private 'App\Repository\NeighborhoodImageRepository' shared autowired service.
  24434.      *
  24435.      * @return \App\Repository\NeighborhoodImageRepository
  24436.      */
  24437.     protected function getNeighborhoodImageRepositoryService()
  24438.     {
  24439.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodImageRepository.php';
  24440.         return $this->privates['App\\Repository\\NeighborhoodImageRepository'] = new \App\Repository\NeighborhoodImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24441.     }
  24442.     /**
  24443.      * Gets the private 'App\Repository\NeighborhoodOfficerRepository' shared autowired service.
  24444.      *
  24445.      * @return \App\Repository\NeighborhoodOfficerRepository
  24446.      */
  24447.     protected function getNeighborhoodOfficerRepositoryService()
  24448.     {
  24449.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodOfficerRepository.php';
  24450.         return $this->privates['App\\Repository\\NeighborhoodOfficerRepository'] = new \App\Repository\NeighborhoodOfficerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24451.     }
  24452.     /**
  24453.      * Gets the private 'App\Repository\NeighborhoodProject\NeighborhoodProjectAlertRepository' shared autowired service.
  24454.      *
  24455.      * @return \App\Repository\NeighborhoodProject\NeighborhoodProjectAlertRepository
  24456.      */
  24457.     protected function getNeighborhoodProjectAlertRepositoryService()
  24458.     {
  24459.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodProject/NeighborhoodProjectAlertRepository.php';
  24460.         return $this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository'] = new \App\Repository\NeighborhoodProject\NeighborhoodProjectAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24461.     }
  24462.     /**
  24463.      * Gets the private 'App\Repository\NeighborhoodProject\NeighborhoodProjectMunicipalityRepository' shared autowired service.
  24464.      *
  24465.      * @return \App\Repository\NeighborhoodProject\NeighborhoodProjectMunicipalityRepository
  24466.      */
  24467.     protected function getNeighborhoodProjectMunicipalityRepositoryService()
  24468.     {
  24469.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodProject/NeighborhoodProjectMunicipalityRepository.php';
  24470.         return $this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectMunicipalityRepository'] = new \App\Repository\NeighborhoodProject\NeighborhoodProjectMunicipalityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24471.     }
  24472.     /**
  24473.      * Gets the private 'App\Repository\NeighborhoodProject\NeighborhoodProjectRepository' shared autowired service.
  24474.      *
  24475.      * @return \App\Repository\NeighborhoodProject\NeighborhoodProjectRepository
  24476.      */
  24477.     protected function getNeighborhoodProjectRepositoryService()
  24478.     {
  24479.         include_once \dirname(__DIR__4).'/src/Repository/NeighborhoodProject/NeighborhoodProjectRepository.php';
  24480.         return $this->privates['App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository'] = new \App\Repository\NeighborhoodProject\NeighborhoodProjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24481.     }
  24482.     /**
  24483.      * Gets the private 'App\Repository\NewEngieRepository' shared autowired service.
  24484.      *
  24485.      * @return \App\Repository\NewEngieRepository
  24486.      */
  24487.     protected function getNewEngieRepositoryService()
  24488.     {
  24489.         include_once \dirname(__DIR__4).'/src/Repository/NewEngieRepository.php';
  24490.         return $this->privates['App\\Repository\\NewEngieRepository'] = new \App\Repository\NewEngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24491.     }
  24492.     /**
  24493.      * Gets the private 'App\Repository\NewProjectImmoCsvRepository' shared autowired service.
  24494.      *
  24495.      * @return \App\Repository\NewProjectImmoCsvRepository
  24496.      */
  24497.     protected function getNewProjectImmoCsvRepositoryService()
  24498.     {
  24499.         include_once \dirname(__DIR__4).'/src/Repository/NewProjectImmoCsvRepository.php';
  24500.         return $this->privates['App\\Repository\\NewProjectImmoCsvRepository'] = new \App\Repository\NewProjectImmoCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24501.     }
  24502.     /**
  24503.      * Gets the private 'App\Repository\NewProjectImmoFileRepository' shared autowired service.
  24504.      *
  24505.      * @return \App\Repository\NewProjectImmoFileRepository
  24506.      */
  24507.     protected function getNewProjectImmoFileRepositoryService()
  24508.     {
  24509.         include_once \dirname(__DIR__4).'/src/Repository/NewProjectImmoFileRepository.php';
  24510.         return $this->privates['App\\Repository\\NewProjectImmoFileRepository'] = new \App\Repository\NewProjectImmoFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24511.     }
  24512.     /**
  24513.      * Gets the private 'App\Repository\NewProjectImmoRepository' shared autowired service.
  24514.      *
  24515.      * @return \App\Repository\NewProjectImmoRepository
  24516.      */
  24517.     protected function getNewProjectImmoRepositoryService()
  24518.     {
  24519.         include_once \dirname(__DIR__4).'/src/Repository/NewProjectImmoRepository.php';
  24520.         return $this->privates['App\\Repository\\NewProjectImmoRepository'] = new \App\Repository\NewProjectImmoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24521.     }
  24522.     /**
  24523.      * Gets the private 'App\Repository\NextControlsRepository' shared autowired service.
  24524.      *
  24525.      * @return \App\Repository\NextControlsRepository
  24526.      */
  24527.     protected function getNextControlsRepositoryService()
  24528.     {
  24529.         include_once \dirname(__DIR__4).'/src/Repository/NextControlsRepository.php';
  24530.         return $this->privates['App\\Repository\\NextControlsRepository'] = new \App\Repository\NextControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24531.     }
  24532.     /**
  24533.      * Gets the private 'App\Repository\NextPebControlsRepository' shared autowired service.
  24534.      *
  24535.      * @return \App\Repository\NextPebControlsRepository
  24536.      */
  24537.     protected function getNextPebControlsRepositoryService()
  24538.     {
  24539.         include_once \dirname(__DIR__4).'/src/Repository/NextPebControlsRepository.php';
  24540.         return $this->privates['App\\Repository\\NextPebControlsRepository'] = new \App\Repository\NextPebControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24541.     }
  24542.     /**
  24543.      * Gets the private 'App\Repository\NotaryCsvRepository' shared autowired service.
  24544.      *
  24545.      * @return \App\Repository\NotaryCsvRepository
  24546.      */
  24547.     protected function getNotaryCsvRepositoryService()
  24548.     {
  24549.         include_once \dirname(__DIR__4).'/src/Repository/NotaryCsvRepository.php';
  24550.         return $this->privates['App\\Repository\\NotaryCsvRepository'] = new \App\Repository\NotaryCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24551.     }
  24552.     /**
  24553.      * Gets the private 'App\Repository\NotaryRepository' shared autowired service.
  24554.      *
  24555.      * @return \App\Repository\NotaryRepository
  24556.      */
  24557.     protected function getNotaryRepositoryService()
  24558.     {
  24559.         include_once \dirname(__DIR__4).'/src/Repository/NotaryRepository.php';
  24560.         return $this->privates['App\\Repository\\NotaryRepository'] = new \App\Repository\NotaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24561.     }
  24562.     /**
  24563.      * Gets the private 'App\Repository\NotificationRepository' shared autowired service.
  24564.      *
  24565.      * @return \App\Repository\NotificationRepository
  24566.      */
  24567.     protected function getNotificationRepositoryService()
  24568.     {
  24569.         include_once \dirname(__DIR__4).'/src/Repository/NotificationRepository.php';
  24570.         return $this->privates['App\\Repository\\NotificationRepository'] = new \App\Repository\NotificationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24571.     }
  24572.     /**
  24573.      * Gets the private 'App\Repository\ObligationCsvRepository' shared autowired service.
  24574.      *
  24575.      * @return \App\Repository\ObligationCsvRepository
  24576.      */
  24577.     protected function getObligationCsvRepositoryService()
  24578.     {
  24579.         include_once \dirname(__DIR__4).'/src/Repository/ObligationCsvRepository.php';
  24580.         return $this->privates['App\\Repository\\ObligationCsvRepository'] = new \App\Repository\ObligationCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24581.     }
  24582.     /**
  24583.      * Gets the private 'App\Repository\ObligationsRepository' shared autowired service.
  24584.      *
  24585.      * @return \App\Repository\ObligationsRepository
  24586.      */
  24587.     protected function getObligationsRepositoryService()
  24588.     {
  24589.         include_once \dirname(__DIR__4).'/src/Repository/ObligationsRepository.php';
  24590.         return $this->privates['App\\Repository\\ObligationsRepository'] = new \App\Repository\ObligationsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24591.     }
  24592.     /**
  24593.      * Gets the private 'App\Repository\OccupancyAgreementRepository' shared autowired service.
  24594.      *
  24595.      * @return \App\Repository\OccupancyAgreementRepository
  24596.      */
  24597.     protected function getOccupancyAgreementRepositoryService()
  24598.     {
  24599.         include_once \dirname(__DIR__4).'/src/Repository/OccupancyAgreementRepository.php';
  24600.         return $this->privates['App\\Repository\\OccupancyAgreementRepository'] = new \App\Repository\OccupancyAgreementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24601.     }
  24602.     /**
  24603.      * Gets the private 'App\Repository\OccupationPeriodDataRepository' shared autowired service.
  24604.      *
  24605.      * @return \App\Repository\OccupationPeriodDataRepository
  24606.      */
  24607.     protected function getOccupationPeriodDataRepositoryService()
  24608.     {
  24609.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodDataRepository.php';
  24610.         return $this->privates['App\\Repository\\OccupationPeriodDataRepository'] = new \App\Repository\OccupationPeriodDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24611.     }
  24612.     /**
  24613.      * Gets the private 'App\Repository\OccupationPeriodFileRepository' shared autowired service.
  24614.      *
  24615.      * @return \App\Repository\OccupationPeriodFileRepository
  24616.      */
  24617.     protected function getOccupationPeriodFileRepositoryService()
  24618.     {
  24619.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodFileRepository.php';
  24620.         return $this->privates['App\\Repository\\OccupationPeriodFileRepository'] = new \App\Repository\OccupationPeriodFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24621.     }
  24622.     /**
  24623.      * Gets the private 'App\Repository\OccupationPeriodListRepository' shared autowired service.
  24624.      *
  24625.      * @return \App\Repository\OccupationPeriodListRepository
  24626.      */
  24627.     protected function getOccupationPeriodListRepositoryService()
  24628.     {
  24629.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodListRepository.php';
  24630.         return $this->privates['App\\Repository\\OccupationPeriodListRepository'] = new \App\Repository\OccupationPeriodListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24631.     }
  24632.     /**
  24633.      * Gets the private 'App\Repository\OccupationPeriodRepository' shared autowired service.
  24634.      *
  24635.      * @return \App\Repository\OccupationPeriodRepository
  24636.      */
  24637.     protected function getOccupationPeriodRepositoryService()
  24638.     {
  24639.         include_once \dirname(__DIR__4).'/src/Repository/OccupationPeriodRepository.php';
  24640.         return $this->privates['App\\Repository\\OccupationPeriodRepository'] = new \App\Repository\OccupationPeriodRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24641.     }
  24642.     /**
  24643.      * Gets the private 'App\Repository\OccupieCsvRepository' shared autowired service.
  24644.      *
  24645.      * @return \App\Repository\OccupieCsvRepository
  24646.      */
  24647.     protected function getOccupieCsvRepositoryService()
  24648.     {
  24649.         include_once \dirname(__DIR__4).'/src/Repository/OccupieCsvRepository.php';
  24650.         return $this->privates['App\\Repository\\OccupieCsvRepository'] = new \App\Repository\OccupieCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24651.     }
  24652.     /**
  24653.      * Gets the private 'App\Repository\OccupieEstimationRepository' shared autowired service.
  24654.      *
  24655.      * @return \App\Repository\OccupieEstimationRepository
  24656.      */
  24657.     protected function getOccupieEstimationRepositoryService()
  24658.     {
  24659.         include_once \dirname(__DIR__4).'/src/Repository/OccupieEstimationRepository.php';
  24660.         return $this->privates['App\\Repository\\OccupieEstimationRepository'] = new \App\Repository\OccupieEstimationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24661.     }
  24662.     /**
  24663.      * Gets the private 'App\Repository\OccupieOfferRepository' shared autowired service.
  24664.      *
  24665.      * @return \App\Repository\OccupieOfferRepository
  24666.      */
  24667.     protected function getOccupieOfferRepositoryService()
  24668.     {
  24669.         include_once \dirname(__DIR__4).'/src/Repository/OccupieOfferRepository.php';
  24670.         return $this->privates['App\\Repository\\OccupieOfferRepository'] = new \App\Repository\OccupieOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24671.     }
  24672.     /**
  24673.      * Gets the private 'App\Repository\OfferCollaborativeBuyerConditionRepository' shared autowired service.
  24674.      *
  24675.      * @return \App\Repository\OfferCollaborativeBuyerConditionRepository
  24676.      */
  24677.     protected function getOfferCollaborativeBuyerConditionRepositoryService()
  24678.     {
  24679.         include_once \dirname(__DIR__4).'/src/Repository/OfferCollaborativeBuyerConditionRepository.php';
  24680.         return $this->privates['App\\Repository\\OfferCollaborativeBuyerConditionRepository'] = new \App\Repository\OfferCollaborativeBuyerConditionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24681.     }
  24682.     /**
  24683.      * Gets the private 'App\Repository\OfferCollaborativeBuyerRepository' shared autowired service.
  24684.      *
  24685.      * @return \App\Repository\OfferCollaborativeBuyerRepository
  24686.      */
  24687.     protected function getOfferCollaborativeBuyerRepositoryService()
  24688.     {
  24689.         include_once \dirname(__DIR__4).'/src/Repository/OfferCollaborativeBuyerRepository.php';
  24690.         return $this->privates['App\\Repository\\OfferCollaborativeBuyerRepository'] = new \App\Repository\OfferCollaborativeBuyerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24691.     }
  24692.     /**
  24693.      * Gets the private 'App\Repository\OfferCollaborativeRepository' shared autowired service.
  24694.      *
  24695.      * @return \App\Repository\OfferCollaborativeRepository
  24696.      */
  24697.     protected function getOfferCollaborativeRepositoryService()
  24698.     {
  24699.         include_once \dirname(__DIR__4).'/src/Repository/OfferCollaborativeRepository.php';
  24700.         return $this->privates['App\\Repository\\OfferCollaborativeRepository'] = new \App\Repository\OfferCollaborativeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24701.     }
  24702.     /**
  24703.      * Gets the private 'App\Repository\OfferDocumentSpeakerRepository' shared autowired service.
  24704.      *
  24705.      * @return \App\Repository\OfferDocumentSpeakerRepository
  24706.      */
  24707.     protected function getOfferDocumentSpeakerRepositoryService()
  24708.     {
  24709.         include_once \dirname(__DIR__4).'/src/Repository/OfferDocumentSpeakerRepository.php';
  24710.         return $this->privates['App\\Repository\\OfferDocumentSpeakerRepository'] = new \App\Repository\OfferDocumentSpeakerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24711.     }
  24712.     /**
  24713.      * Gets the private 'App\Repository\OfferLeaseRepository' shared autowired service.
  24714.      *
  24715.      * @return \App\Repository\OfferLeaseRepository
  24716.      */
  24717.     protected function getOfferLeaseRepositoryService()
  24718.     {
  24719.         include_once \dirname(__DIR__4).'/src/Repository/OfferLeaseRepository.php';
  24720.         return $this->privates['App\\Repository\\OfferLeaseRepository'] = new \App\Repository\OfferLeaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24721.     }
  24722.     /**
  24723.      * Gets the private 'App\Repository\OfferRepository' shared autowired service.
  24724.      *
  24725.      * @return \App\Repository\OfferRepository
  24726.      */
  24727.     protected function getOfferRepositoryService()
  24728.     {
  24729.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  24730.         if (isset($this->privates['App\\Repository\\OfferRepository'])) {
  24731.             return $this->privates['App\\Repository\\OfferRepository'];
  24732.         }
  24733.         return $this->privates['App\\Repository\\OfferRepository'] = new \App\Repository\OfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  24734.     }
  24735.     /**
  24736.      * Gets the private 'App\Repository\OfficesRepository' shared autowired service.
  24737.      *
  24738.      * @return \App\Repository\OfficesRepository
  24739.      */
  24740.     protected function getOfficesRepositoryService()
  24741.     {
  24742.         include_once \dirname(__DIR__4).'/src/Repository/OfficesRepository.php';
  24743.         return $this->privates['App\\Repository\\OfficesRepository'] = new \App\Repository\OfficesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24744.     }
  24745.     /**
  24746.      * Gets the private 'App\Repository\OnespanDataRepository' shared autowired service.
  24747.      *
  24748.      * @return \App\Repository\OnespanDataRepository
  24749.      */
  24750.     protected function getOnespanDataRepositoryService()
  24751.     {
  24752.         include_once \dirname(__DIR__4).'/src/Repository/OnespanDataRepository.php';
  24753.         return $this->privates['App\\Repository\\OnespanDataRepository'] = new \App\Repository\OnespanDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24754.     }
  24755.     /**
  24756.      * Gets the private 'App\Repository\OptionRepository' shared autowired service.
  24757.      *
  24758.      * @return \App\Repository\OptionRepository
  24759.      */
  24760.     protected function getOptionRepositoryService()
  24761.     {
  24762.         include_once \dirname(__DIR__4).'/src/Repository/OptionRepository.php';
  24763.         return $this->privates['App\\Repository\\OptionRepository'] = new \App\Repository\OptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24764.     }
  24765.     /**
  24766.      * Gets the private 'App\Repository\OrdersRepository' shared autowired service.
  24767.      *
  24768.      * @return \App\Repository\OrdersRepository
  24769.      */
  24770.     protected function getOrdersRepositoryService()
  24771.     {
  24772.         include_once \dirname(__DIR__4).'/src/Repository/OrdersRepository.php';
  24773.         return $this->privates['App\\Repository\\OrdersRepository'] = new \App\Repository\OrdersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24774.     }
  24775.     /**
  24776.      * Gets the private 'App\Repository\OrganicPlotFilesRepository' shared autowired service.
  24777.      *
  24778.      * @return \App\Repository\OrganicPlotFilesRepository
  24779.      */
  24780.     protected function getOrganicPlotFilesRepositoryService()
  24781.     {
  24782.         include_once \dirname(__DIR__4).'/src/Repository/OrganicPlotFilesRepository.php';
  24783.         return $this->privates['App\\Repository\\OrganicPlotFilesRepository'] = new \App\Repository\OrganicPlotFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24784.     }
  24785.     /**
  24786.      * Gets the private 'App\Repository\OrganicPlotRequestsRepository' shared autowired service.
  24787.      *
  24788.      * @return \App\Repository\OrganicPlotRequestsRepository
  24789.      */
  24790.     protected function getOrganicPlotRequestsRepositoryService()
  24791.     {
  24792.         include_once \dirname(__DIR__4).'/src/Repository/OrganicPlotRequestsRepository.php';
  24793.         return $this->privates['App\\Repository\\OrganicPlotRequestsRepository'] = new \App\Repository\OrganicPlotRequestsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24794.     }
  24795.     /**
  24796.      * Gets the private 'App\Repository\OwnershipGeneralMeetingRepository' shared autowired service.
  24797.      *
  24798.      * @return \App\Repository\OwnershipGeneralMeetingRepository
  24799.      */
  24800.     protected function getOwnershipGeneralMeetingRepositoryService()
  24801.     {
  24802.         include_once \dirname(__DIR__4).'/src/Repository/OwnershipGeneralMeetingRepository.php';
  24803.         return $this->privates['App\\Repository\\OwnershipGeneralMeetingRepository'] = new \App\Repository\OwnershipGeneralMeetingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24804.     }
  24805.     /**
  24806.      * Gets the private 'App\Repository\ParameterRepository' shared autowired service.
  24807.      *
  24808.      * @return \App\Repository\ParameterRepository
  24809.      */
  24810.     protected function getParameterRepositoryService()
  24811.     {
  24812.         include_once \dirname(__DIR__4).'/src/Repository/ParameterRepository.php';
  24813.         return $this->privates['App\\Repository\\ParameterRepository'] = new \App\Repository\ParameterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24814.     }
  24815.     /**
  24816.      * Gets the private 'App\Repository\ParticipantRepository' shared autowired service.
  24817.      *
  24818.      * @return \App\Repository\ParticipantRepository
  24819.      */
  24820.     protected function getParticipantRepositoryService()
  24821.     {
  24822.         include_once \dirname(__DIR__4).'/src/Repository/ParticipantRepository.php';
  24823.         return $this->privates['App\\Repository\\ParticipantRepository'] = new \App\Repository\ParticipantRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24824.     }
  24825.     /**
  24826.      * Gets the private 'App\Repository\PdfMailLocationRepository' shared autowired service.
  24827.      *
  24828.      * @return \App\Repository\PdfMailLocationRepository
  24829.      */
  24830.     protected function getPdfMailLocationRepositoryService()
  24831.     {
  24832.         return $this->privates['App\\Repository\\PdfMailLocationRepository'] = new \App\Repository\PdfMailLocationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24833.     }
  24834.     /**
  24835.      * Gets the private 'App\Repository\PebControlsRepository' shared autowired service.
  24836.      *
  24837.      * @return \App\Repository\PebControlsRepository
  24838.      */
  24839.     protected function getPebControlsRepositoryService()
  24840.     {
  24841.         include_once \dirname(__DIR__4).'/src/Repository/PebControlsRepository.php';
  24842.         return $this->privates['App\\Repository\\PebControlsRepository'] = new \App\Repository\PebControlsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24843.     }
  24844.     /**
  24845.      * Gets the private 'App\Repository\PebInformationRepository' shared autowired service.
  24846.      *
  24847.      * @return \App\Repository\PebInformationRepository
  24848.      */
  24849.     protected function getPebInformationRepositoryService()
  24850.     {
  24851.         include_once \dirname(__DIR__4).'/src/Repository/PebInformationRepository.php';
  24852.         return $this->privates['App\\Repository\\PebInformationRepository'] = new \App\Repository\PebInformationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24853.     }
  24854.     /**
  24855.      * Gets the private 'App\Repository\PerimeterPostRepository' shared autowired service.
  24856.      *
  24857.      * @return \App\Repository\PerimeterPostRepository
  24858.      */
  24859.     protected function getPerimeterPostRepositoryService()
  24860.     {
  24861.         include_once \dirname(__DIR__4).'/src/Repository/PerimeterPostRepository.php';
  24862.         return $this->privates['App\\Repository\\PerimeterPostRepository'] = new \App\Repository\PerimeterPostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24863.     }
  24864.     /**
  24865.      * Gets the private 'App\Repository\PermitCiterneRepository' shared autowired service.
  24866.      *
  24867.      * @return \App\Repository\PermitCiterneRepository
  24868.      */
  24869.     protected function getPermitCiterneRepositoryService()
  24870.     {
  24871.         include_once \dirname(__DIR__4).'/src/Repository/PermitCiterneRepository.php';
  24872.         return $this->privates['App\\Repository\\PermitCiterneRepository'] = new \App\Repository\PermitCiterneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24873.     }
  24874.     /**
  24875.      * Gets the private 'App\Repository\PermitEnvironmentFileRepository' shared autowired service.
  24876.      *
  24877.      * @return \App\Repository\PermitEnvironmentFileRepository
  24878.      */
  24879.     protected function getPermitEnvironmentFileRepositoryService()
  24880.     {
  24881.         include_once \dirname(__DIR__4).'/src/Repository/PermitEnvironmentFileRepository.php';
  24882.         return $this->privates['App\\Repository\\PermitEnvironmentFileRepository'] = new \App\Repository\PermitEnvironmentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24883.     }
  24884.     /**
  24885.      * Gets the private 'App\Repository\PermitEnvironmentalFormRepository' shared autowired service.
  24886.      *
  24887.      * @return \App\Repository\PermitEnvironmentalFormRepository
  24888.      */
  24889.     protected function getPermitEnvironmentalFormRepositoryService()
  24890.     {
  24891.         include_once \dirname(__DIR__4).'/src/Repository/PermitEnvironmentalFormRepository.php';
  24892.         return $this->privates['App\\Repository\\PermitEnvironmentalFormRepository'] = new \App\Repository\PermitEnvironmentalFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24893.     }
  24894.     /**
  24895.      * Gets the private 'App\Repository\PermitLocationEnvironmentRepository' shared autowired service.
  24896.      *
  24897.      * @return \App\Repository\PermitLocationEnvironmentRepository
  24898.      */
  24899.     protected function getPermitLocationEnvironmentRepositoryService()
  24900.     {
  24901.         include_once \dirname(__DIR__4).'/src/Repository/PermitLocationEnvironmentRepository.php';
  24902.         return $this->privates['App\\Repository\\PermitLocationEnvironmentRepository'] = new \App\Repository\PermitLocationEnvironmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24903.     }
  24904.     /**
  24905.      * Gets the private 'App\Repository\PermitPropertyProcedureRepository' shared autowired service.
  24906.      *
  24907.      * @return \App\Repository\PermitPropertyProcedureRepository
  24908.      */
  24909.     protected function getPermitPropertyProcedureRepositoryService()
  24910.     {
  24911.         include_once \dirname(__DIR__4).'/src/Repository/PermitPropertyProcedureRepository.php';
  24912.         return $this->privates['App\\Repository\\PermitPropertyProcedureRepository'] = new \App\Repository\PermitPropertyProcedureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24913.     }
  24914.     /**
  24915.      * Gets the private 'App\Repository\PermitPropertyRepository' shared autowired service.
  24916.      *
  24917.      * @return \App\Repository\PermitPropertyRepository
  24918.      */
  24919.     protected function getPermitPropertyRepositoryService()
  24920.     {
  24921.         return $this->privates['App\\Repository\\PermitPropertyRepository'] = new \App\Repository\PermitPropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24922.     }
  24923.     /**
  24924.      * Gets the private 'App\Repository\PhotoRepository' shared autowired service.
  24925.      *
  24926.      * @return \App\Repository\PhotoRepository
  24927.      */
  24928.     protected function getPhotoRepositoryService()
  24929.     {
  24930.         include_once \dirname(__DIR__4).'/src/Repository/PhotoRepository.php';
  24931.         return $this->privates['App\\Repository\\PhotoRepository'] = new \App\Repository\PhotoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24932.     }
  24933.     /**
  24934.      * Gets the private 'App\Repository\Plan\FeatureUsageRepository' shared autowired service.
  24935.      *
  24936.      * @return \App\Repository\Plan\FeatureUsageRepository
  24937.      */
  24938.     protected function getFeatureUsageRepositoryService()
  24939.     {
  24940.         include_once \dirname(__DIR__4).'/src/Repository/Plan/FeatureUsageRepository.php';
  24941.         return $this->privates['App\\Repository\\Plan\\FeatureUsageRepository'] = new \App\Repository\Plan\FeatureUsageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24942.     }
  24943.     /**
  24944.      * Gets the private 'App\Repository\Plan\InvoiceRepository' shared autowired service.
  24945.      *
  24946.      * @return \App\Repository\Plan\InvoiceRepository
  24947.      */
  24948.     protected function getInvoiceRepositoryService()
  24949.     {
  24950.         include_once \dirname(__DIR__4).'/src/Repository/Plan/InvoiceRepository.php';
  24951.         return $this->privates['App\\Repository\\Plan\\InvoiceRepository'] = new \App\Repository\Plan\InvoiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24952.     }
  24953.     /**
  24954.      * Gets the private 'App\Repository\Plan\PlanFeatureRepository' shared autowired service.
  24955.      *
  24956.      * @return \App\Repository\Plan\PlanFeatureRepository
  24957.      */
  24958.     protected function getPlanFeatureRepositoryService()
  24959.     {
  24960.         include_once \dirname(__DIR__4).'/src/Repository/Plan/PlanFeatureRepository.php';
  24961.         return $this->privates['App\\Repository\\Plan\\PlanFeatureRepository'] = new \App\Repository\Plan\PlanFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24962.     }
  24963.     /**
  24964.      * Gets the private 'App\Repository\Plan\PlanRepository' shared autowired service.
  24965.      *
  24966.      * @return \App\Repository\Plan\PlanRepository
  24967.      */
  24968.     protected function getPlanRepositoryService()
  24969.     {
  24970.         include_once \dirname(__DIR__4).'/src/Repository/Plan/PlanRepository.php';
  24971.         return $this->privates['App\\Repository\\Plan\\PlanRepository'] = new \App\Repository\Plan\PlanRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24972.     }
  24973.     /**
  24974.      * Gets the private 'App\Repository\Plan\PlanSubscriptionRepository' shared autowired service.
  24975.      *
  24976.      * @return \App\Repository\Plan\PlanSubscriptionRepository
  24977.      */
  24978.     protected function getPlanSubscriptionRepositoryService()
  24979.     {
  24980.         include_once \dirname(__DIR__4).'/src/Repository/Plan/PlanSubscriptionRepository.php';
  24981.         return $this->privates['App\\Repository\\Plan\\PlanSubscriptionRepository'] = new \App\Repository\Plan\PlanSubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24982.     }
  24983.     /**
  24984.      * Gets the private 'App\Repository\PortfolioRepository' shared autowired service.
  24985.      *
  24986.      * @return \App\Repository\PortfolioRepository
  24987.      */
  24988.     protected function getPortfolioRepositoryService()
  24989.     {
  24990.         include_once \dirname(__DIR__4).'/src/Repository/PortfolioRepository.php';
  24991.         return $this->privates['App\\Repository\\PortfolioRepository'] = new \App\Repository\PortfolioRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  24992.     }
  24993.     /**
  24994.      * Gets the private 'App\Repository\PpasAffectationCsvRepository' shared autowired service.
  24995.      *
  24996.      * @return \App\Repository\PpasAffectationCsvRepository
  24997.      */
  24998.     protected function getPpasAffectationCsvRepositoryService()
  24999.     {
  25000.         include_once \dirname(__DIR__4).'/src/Repository/PpasAffectationCsvRepository.php';
  25001.         return $this->privates['App\\Repository\\PpasAffectationCsvRepository'] = new \App\Repository\PpasAffectationCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25002.     }
  25003.     /**
  25004.      * Gets the private 'App\Repository\PpasAffectationRepository' shared autowired service.
  25005.      *
  25006.      * @return \App\Repository\PpasAffectationRepository
  25007.      */
  25008.     protected function getPpasAffectationRepositoryService()
  25009.     {
  25010.         include_once \dirname(__DIR__4).'/src/Repository/PpasAffectationRepository.php';
  25011.         return $this->privates['App\\Repository\\PpasAffectationRepository'] = new \App\Repository\PpasAffectationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25012.     }
  25013.     /**
  25014.      * Gets the private 'App\Repository\PpasCsvRepository' shared autowired service.
  25015.      *
  25016.      * @return \App\Repository\PpasCsvRepository
  25017.      */
  25018.     protected function getPpasCsvRepositoryService()
  25019.     {
  25020.         include_once \dirname(__DIR__4).'/src/Repository/PpasCsvRepository.php';
  25021.         return $this->privates['App\\Repository\\PpasCsvRepository'] = new \App\Repository\PpasCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25022.     }
  25023.     /**
  25024.      * Gets the private 'App\Repository\PpasInfoRepository' shared autowired service.
  25025.      *
  25026.      * @return \App\Repository\PpasInfoRepository
  25027.      */
  25028.     protected function getPpasInfoRepositoryService()
  25029.     {
  25030.         include_once \dirname(__DIR__4).'/src/Repository/PpasInfoRepository.php';
  25031.         return $this->privates['App\\Repository\\PpasInfoRepository'] = new \App\Repository\PpasInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25032.     }
  25033.     /**
  25034.      * Gets the private 'App\Repository\PpasRepository' shared autowired service.
  25035.      *
  25036.      * @return \App\Repository\PpasRepository
  25037.      */
  25038.     protected function getPpasRepositoryService()
  25039.     {
  25040.         include_once \dirname(__DIR__4).'/src/Repository/PpasRepository.php';
  25041.         return $this->privates['App\\Repository\\PpasRepository'] = new \App\Repository\PpasRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25042.     }
  25043.     /**
  25044.      * Gets the private 'App\Repository\PrasDataRepository' shared autowired service.
  25045.      *
  25046.      * @return \App\Repository\PrasDataRepository
  25047.      */
  25048.     protected function getPrasDataRepositoryService()
  25049.     {
  25050.         include_once \dirname(__DIR__4).'/src/Repository/PrasDataRepository.php';
  25051.         return $this->privates['App\\Repository\\PrasDataRepository'] = new \App\Repository\PrasDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25052.     }
  25053.     /**
  25054.      * Gets the private 'App\Repository\PrecountRepository' shared autowired service.
  25055.      *
  25056.      * @return \App\Repository\PrecountRepository
  25057.      */
  25058.     protected function getPrecountRepositoryService()
  25059.     {
  25060.         include_once \dirname(__DIR__4).'/src/Repository/PrecountRepository.php';
  25061.         return $this->privates['App\\Repository\\PrecountRepository'] = new \App\Repository\PrecountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25062.     }
  25063.     /**
  25064.      * Gets the private 'App\Repository\PrestashopMappingRepository' shared autowired service.
  25065.      *
  25066.      * @return \App\Repository\PrestashopMappingRepository
  25067.      */
  25068.     protected function getPrestashopMappingRepositoryService()
  25069.     {
  25070.         include_once \dirname(__DIR__4).'/src/Repository/PrestashopMappingRepository.php';
  25071.         return $this->privates['App\\Repository\\PrestashopMappingRepository'] = new \App\Repository\PrestashopMappingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25072.     }
  25073.     /**
  25074.      * Gets the private 'App\Repository\PretRepository' shared autowired service.
  25075.      *
  25076.      * @return \App\Repository\PretRepository
  25077.      */
  25078.     protected function getPretRepositoryService()
  25079.     {
  25080.         include_once \dirname(__DIR__4).'/src/Repository/PretRepository.php';
  25081.         $a = ($this->services['App\\Service\\PretService'] ?? $this->getPretServiceService());
  25082.         if (isset($this->privates['App\\Repository\\PretRepository'])) {
  25083.             return $this->privates['App\\Repository\\PretRepository'];
  25084.         }
  25085.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25086.         if (isset($this->privates['App\\Repository\\PretRepository'])) {
  25087.             return $this->privates['App\\Repository\\PretRepository'];
  25088.         }
  25089.         return $this->privates['App\\Repository\\PretRepository'] = new \App\Repository\PretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a$b);
  25090.     }
  25091.     /**
  25092.      * Gets the private 'App\Repository\PrimeAlertRepository' shared autowired service.
  25093.      *
  25094.      * @return \App\Repository\PrimeAlertRepository
  25095.      */
  25096.     protected function getPrimeAlertRepositoryService()
  25097.     {
  25098.         include_once \dirname(__DIR__4).'/src/Repository/PrimeAlertRepository.php';
  25099.         return $this->privates['App\\Repository\\PrimeAlertRepository'] = new \App\Repository\PrimeAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25100.     }
  25101.     /**
  25102.      * Gets the private 'App\Repository\PrimeAmountRepository' shared autowired service.
  25103.      *
  25104.      * @return \App\Repository\PrimeAmountRepository
  25105.      */
  25106.     protected function getPrimeAmountRepositoryService()
  25107.     {
  25108.         include_once \dirname(__DIR__4).'/src/Repository/PrimeAmountRepository.php';
  25109.         return $this->privates['App\\Repository\\PrimeAmountRepository'] = new \App\Repository\PrimeAmountRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25110.     }
  25111.     /**
  25112.      * Gets the private 'App\Repository\PrimeCsvRepository' shared autowired service.
  25113.      *
  25114.      * @return \App\Repository\PrimeCsvRepository
  25115.      */
  25116.     protected function getPrimeCsvRepositoryService()
  25117.     {
  25118.         include_once \dirname(__DIR__4).'/src/Repository/PrimeCsvRepository.php';
  25119.         return $this->privates['App\\Repository\\PrimeCsvRepository'] = new \App\Repository\PrimeCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25120.     }
  25121.     /**
  25122.      * Gets the private 'App\Repository\PrimeFieldValueRepository' shared autowired service.
  25123.      *
  25124.      * @return \App\Repository\PrimeFieldValueRepository
  25125.      */
  25126.     protected function getPrimeFieldValueRepositoryService()
  25127.     {
  25128.         include_once \dirname(__DIR__4).'/src/Repository/PrimeFieldValueRepository.php';
  25129.         return $this->privates['App\\Repository\\PrimeFieldValueRepository'] = new \App\Repository\PrimeFieldValueRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25130.     }
  25131.     /**
  25132.      * Gets the private 'App\Repository\PrimeFormRepository' shared autowired service.
  25133.      *
  25134.      * @return \App\Repository\PrimeFormRepository
  25135.      */
  25136.     protected function getPrimeFormRepositoryService()
  25137.     {
  25138.         include_once \dirname(__DIR__4).'/src/Repository/PrimeFormRepository.php';
  25139.         return $this->privates['App\\Repository\\PrimeFormRepository'] = new \App\Repository\PrimeFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25140.     }
  25141.     /**
  25142.      * Gets the private 'App\Repository\PrimePlafondRepository' shared autowired service.
  25143.      *
  25144.      * @return \App\Repository\PrimePlafondRepository
  25145.      */
  25146.     protected function getPrimePlafondRepositoryService()
  25147.     {
  25148.         include_once \dirname(__DIR__4).'/src/Repository/PrimePlafondRepository.php';
  25149.         return $this->privates['App\\Repository\\PrimePlafondRepository'] = new \App\Repository\PrimePlafondRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25150.     }
  25151.     /**
  25152.      * Gets the private 'App\Repository\PrimeProcedureFieldRepository' shared autowired service.
  25153.      *
  25154.      * @return \App\Repository\PrimeProcedureFieldRepository
  25155.      */
  25156.     protected function getPrimeProcedureFieldRepositoryService()
  25157.     {
  25158.         include_once \dirname(__DIR__4).'/src/Repository/PrimeProcedureFieldRepository.php';
  25159.         return $this->privates['App\\Repository\\PrimeProcedureFieldRepository'] = new \App\Repository\PrimeProcedureFieldRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25160.     }
  25161.     /**
  25162.      * Gets the private 'App\Repository\PrimeProcedureRepository' shared autowired service.
  25163.      *
  25164.      * @return \App\Repository\PrimeProcedureRepository
  25165.      */
  25166.     protected function getPrimeProcedureRepositoryService()
  25167.     {
  25168.         include_once \dirname(__DIR__4).'/src/Repository/PrimeProcedureRepository.php';
  25169.         return $this->privates['App\\Repository\\PrimeProcedureRepository'] = new \App\Repository\PrimeProcedureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25170.     }
  25171.     /**
  25172.      * Gets the private 'App\Repository\PrimeProcessRepository' shared autowired service.
  25173.      *
  25174.      * @return \App\Repository\PrimeProcessRepository
  25175.      */
  25176.     protected function getPrimeProcessRepositoryService()
  25177.     {
  25178.         include_once \dirname(__DIR__4).'/src/Repository/PrimeProcessRepository.php';
  25179.         return $this->privates['App\\Repository\\PrimeProcessRepository'] = new \App\Repository\PrimeProcessRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25180.     }
  25181.     /**
  25182.      * Gets the private 'App\Repository\PrimeRepository' shared autowired service.
  25183.      *
  25184.      * @return \App\Repository\PrimeRepository
  25185.      */
  25186.     protected function getPrimeRepositoryService()
  25187.     {
  25188.         include_once \dirname(__DIR__4).'/src/Repository/PrimeRepository.php';
  25189.         return $this->privates['App\\Repository\\PrimeRepository'] = new \App\Repository\PrimeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25190.     }
  25191.     /**
  25192.      * Gets the private 'App\Repository\PrimeSourceRepository' shared autowired service.
  25193.      *
  25194.      * @return \App\Repository\PrimeSourceRepository
  25195.      */
  25196.     protected function getPrimeSourceRepositoryService()
  25197.     {
  25198.         include_once \dirname(__DIR__4).'/src/Repository/PrimeSourceRepository.php';
  25199.         return $this->privates['App\\Repository\\PrimeSourceRepository'] = new \App\Repository\PrimeSourceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25200.     }
  25201.     /**
  25202.      * Gets the private 'App\Repository\PrimeTankWorkRepository' shared autowired service.
  25203.      *
  25204.      * @return \App\Repository\PrimeTankWorkRepository
  25205.      */
  25206.     protected function getPrimeTankWorkRepositoryService()
  25207.     {
  25208.         include_once \dirname(__DIR__4).'/src/Repository/PrimeTankWorkRepository.php';
  25209.         return $this->privates['App\\Repository\\PrimeTankWorkRepository'] = new \App\Repository\PrimeTankWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25210.     }
  25211.     /**
  25212.      * Gets the private 'App\Repository\PropertyDailyNeedRepository' shared autowired service.
  25213.      *
  25214.      * @return \App\Repository\PropertyDailyNeedRepository
  25215.      */
  25216.     protected function getPropertyDailyNeedRepositoryService()
  25217.     {
  25218.         include_once \dirname(__DIR__4).'/src/Repository/PropertyDailyNeedRepository.php';
  25219.         return $this->privates['App\\Repository\\PropertyDailyNeedRepository'] = new \App\Repository\PropertyDailyNeedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25220.     }
  25221.     /**
  25222.      * Gets the private 'App\Repository\PropertyImageRepository' shared autowired service.
  25223.      *
  25224.      * @return \App\Repository\PropertyImageRepository
  25225.      */
  25226.     protected function getPropertyImageRepositoryService()
  25227.     {
  25228.         include_once \dirname(__DIR__4).'/src/Repository/PropertyImageRepository.php';
  25229.         return $this->privates['App\\Repository\\PropertyImageRepository'] = new \App\Repository\PropertyImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25230.     }
  25231.     /**
  25232.      * Gets the private 'App\Repository\PropertyOptionRepository' shared autowired service.
  25233.      *
  25234.      * @return \App\Repository\PropertyOptionRepository
  25235.      */
  25236.     protected function getPropertyOptionRepositoryService()
  25237.     {
  25238.         include_once \dirname(__DIR__4).'/src/Repository/PropertyOptionRepository.php';
  25239.         return $this->privates['App\\Repository\\PropertyOptionRepository'] = new \App\Repository\PropertyOptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25240.     }
  25241.     /**
  25242.      * Gets the private 'App\Repository\PropertyTypeRepository' shared autowired service.
  25243.      *
  25244.      * @return \App\Repository\PropertyTypeRepository
  25245.      */
  25246.     protected function getPropertyTypeRepositoryService()
  25247.     {
  25248.         include_once \dirname(__DIR__4).'/src/Repository/PropertyTypeRepository.php';
  25249.         return $this->privates['App\\Repository\\PropertyTypeRepository'] = new \App\Repository\PropertyTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25250.     }
  25251.     /**
  25252.      * Gets the private 'App\Repository\ProviderFluviusRepository' shared autowired service.
  25253.      *
  25254.      * @return \App\Repository\ProviderFluviusRepository
  25255.      */
  25256.     protected function getProviderFluviusRepositoryService()
  25257.     {
  25258.         include_once \dirname(__DIR__4).'/src/Repository/ProviderFluviusRepository.php';
  25259.         return $this->privates['App\\Repository\\ProviderFluviusRepository'] = new \App\Repository\ProviderFluviusRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25260.     }
  25261.     /**
  25262.      * Gets the private 'App\Repository\ProviderInventerListCsvRepository' shared autowired service.
  25263.      *
  25264.      * @return \App\Repository\ProviderInventerListCsvRepository
  25265.      */
  25266.     protected function getProviderInventerListCsvRepositoryService()
  25267.     {
  25268.         include_once \dirname(__DIR__4).'/src/Repository/ProviderInventerListCsvRepository.php';
  25269.         return $this->privates['App\\Repository\\ProviderInventerListCsvRepository'] = new \App\Repository\ProviderInventerListCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25270.     }
  25271.     /**
  25272.      * Gets the private 'App\Repository\ProviderInverterListRepository' shared autowired service.
  25273.      *
  25274.      * @return \App\Repository\ProviderInverterListRepository
  25275.      */
  25276.     protected function getProviderInverterListRepositoryService()
  25277.     {
  25278.         include_once \dirname(__DIR__4).'/src/Repository/ProviderInverterListRepository.php';
  25279.         return $this->privates['App\\Repository\\ProviderInverterListRepository'] = new \App\Repository\ProviderInverterListRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25280.     }
  25281.     /**
  25282.      * Gets the private 'App\Repository\ProviderOresRepository' shared autowired service.
  25283.      *
  25284.      * @return \App\Repository\ProviderOresRepository
  25285.      */
  25286.     protected function getProviderOresRepositoryService()
  25287.     {
  25288.         include_once \dirname(__DIR__4).'/src/Repository/ProviderOresRepository.php';
  25289.         return $this->privates['App\\Repository\\ProviderOresRepository'] = new \App\Repository\ProviderOresRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25290.     }
  25291.     /**
  25292.      * Gets the private 'App\Repository\ProviderSibelgaRepository' shared autowired service.
  25293.      *
  25294.      * @return \App\Repository\ProviderSibelgaRepository
  25295.      */
  25296.     protected function getProviderSibelgaRepositoryService()
  25297.     {
  25298.         return $this->privates['App\\Repository\\ProviderSibelgaRepository'] = new \App\Repository\ProviderSibelgaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25299.     }
  25300.     /**
  25301.      * Gets the private 'App\Repository\ProviderSibelgaTaskRepository' shared autowired service.
  25302.      *
  25303.      * @return \App\Repository\ProviderSibelgaTaskRepository
  25304.      */
  25305.     protected function getProviderSibelgaTaskRepositoryService()
  25306.     {
  25307.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSibelgaTaskRepository.php';
  25308.         return $this->privates['App\\Repository\\ProviderSibelgaTaskRepository'] = new \App\Repository\ProviderSibelgaTaskRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25309.     }
  25310.     /**
  25311.      * Gets the private 'App\Repository\ProviderSibelgaWorkRepository' shared autowired service.
  25312.      *
  25313.      * @return \App\Repository\ProviderSibelgaWorkRepository
  25314.      */
  25315.     protected function getProviderSibelgaWorkRepositoryService()
  25316.     {
  25317.         return $this->privates['App\\Repository\\ProviderSibelgaWorkRepository'] = new \App\Repository\ProviderSibelgaWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25318.     }
  25319.     /**
  25320.      * Gets the private 'App\Repository\ProviderSocietyCsvRepository' shared autowired service.
  25321.      *
  25322.      * @return \App\Repository\ProviderSocietyCsvRepository
  25323.      */
  25324.     protected function getProviderSocietyCsvRepositoryService()
  25325.     {
  25326.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSocietyCsvRepository.php';
  25327.         return $this->privates['App\\Repository\\ProviderSocietyCsvRepository'] = new \App\Repository\ProviderSocietyCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25328.     }
  25329.     /**
  25330.      * Gets the private 'App\Repository\ProviderSocietyRepository' shared autowired service.
  25331.      *
  25332.      * @return \App\Repository\ProviderSocietyRepository
  25333.      */
  25334.     protected function getProviderSocietyRepositoryService()
  25335.     {
  25336.         return $this->privates['App\\Repository\\ProviderSocietyRepository'] = new \App\Repository\ProviderSocietyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25337.     }
  25338.     /**
  25339.      * Gets the private 'App\Repository\ProviderSolarBrugelRepository' shared autowired service.
  25340.      *
  25341.      * @return \App\Repository\ProviderSolarBrugelRepository
  25342.      */
  25343.     protected function getProviderSolarBrugelRepositoryService()
  25344.     {
  25345.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarBrugelRepository.php';
  25346.         return $this->privates['App\\Repository\\ProviderSolarBrugelRepository'] = new \App\Repository\ProviderSolarBrugelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25347.     }
  25348.     /**
  25349.      * Gets the private 'App\Repository\ProviderSolarDeclarationCadastreRepository' shared autowired service.
  25350.      *
  25351.      * @return \App\Repository\ProviderSolarDeclarationCadastreRepository
  25352.      */
  25353.     protected function getProviderSolarDeclarationCadastreRepositoryService()
  25354.     {
  25355.         return $this->privates['App\\Repository\\ProviderSolarDeclarationCadastreRepository'] = new \App\Repository\ProviderSolarDeclarationCadastreRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25356.     }
  25357.     /**
  25358.      * Gets the private 'App\Repository\ProviderSolarFitterFilesRepository' shared autowired service.
  25359.      *
  25360.      * @return \App\Repository\ProviderSolarFitterFilesRepository
  25361.      */
  25362.     protected function getProviderSolarFitterFilesRepositoryService()
  25363.     {
  25364.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarFitterFilesRepository.php';
  25365.         return $this->privates['App\\Repository\\ProviderSolarFitterFilesRepository'] = new \App\Repository\ProviderSolarFitterFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25366.     }
  25367.     /**
  25368.      * Gets the private 'App\Repository\ProviderSolarFitterRepository' shared autowired service.
  25369.      *
  25370.      * @return \App\Repository\ProviderSolarFitterRepository
  25371.      */
  25372.     protected function getProviderSolarFitterRepositoryService()
  25373.     {
  25374.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarFitterRepository.php';
  25375.         return $this->privates['App\\Repository\\ProviderSolarFitterRepository'] = new \App\Repository\ProviderSolarFitterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25376.     }
  25377.     /**
  25378.      * Gets the private 'App\Repository\ProviderSolarGreenCertificateFilesRepository' shared autowired service.
  25379.      *
  25380.      * @return \App\Repository\ProviderSolarGreenCertificateFilesRepository
  25381.      */
  25382.     protected function getProviderSolarGreenCertificateFilesRepositoryService()
  25383.     {
  25384.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarGreenCertificateFilesRepository.php';
  25385.         return $this->privates['App\\Repository\\ProviderSolarGreenCertificateFilesRepository'] = new \App\Repository\ProviderSolarGreenCertificateFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25386.     }
  25387.     /**
  25388.      * Gets the private 'App\Repository\ProviderSolarGreenCertificateRepository' shared autowired service.
  25389.      *
  25390.      * @return \App\Repository\ProviderSolarGreenCertificateRepository
  25391.      */
  25392.     protected function getProviderSolarGreenCertificateRepositoryService()
  25393.     {
  25394.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarGreenCertificateRepository.php';
  25395.         return $this->privates['App\\Repository\\ProviderSolarGreenCertificateRepository'] = new \App\Repository\ProviderSolarGreenCertificateRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25396.     }
  25397.     /**
  25398.      * Gets the private 'App\Repository\ProviderSolarOrganizationRepository' shared autowired service.
  25399.      *
  25400.      * @return \App\Repository\ProviderSolarOrganizationRepository
  25401.      */
  25402.     protected function getProviderSolarOrganizationRepositoryService()
  25403.     {
  25404.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarOrganizationRepository.php';
  25405.         return $this->privates['App\\Repository\\ProviderSolarOrganizationRepository'] = new \App\Repository\ProviderSolarOrganizationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25406.     }
  25407.     /**
  25408.      * Gets the private 'App\Repository\ProviderSolarPhotovoltaicRepository' shared autowired service.
  25409.      *
  25410.      * @return \App\Repository\ProviderSolarPhotovoltaicRepository
  25411.      */
  25412.     protected function getProviderSolarPhotovoltaicRepositoryService()
  25413.     {
  25414.         include_once \dirname(__DIR__4).'/src/Repository/ProviderSolarPhotovoltaicRepository.php';
  25415.         return $this->privates['App\\Repository\\ProviderSolarPhotovoltaicRepository'] = new \App\Repository\ProviderSolarPhotovoltaicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25416.     }
  25417.     /**
  25418.      * Gets the private 'App\Repository\ProviderSolarRepository' shared autowired service.
  25419.      *
  25420.      * @return \App\Repository\ProviderSolarRepository
  25421.      */
  25422.     protected function getProviderSolarRepositoryService()
  25423.     {
  25424.         return $this->privates['App\\Repository\\ProviderSolarRepository'] = new \App\Repository\ProviderSolarRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25425.     }
  25426.     /**
  25427.      * Gets the private 'App\Repository\ProviderTankInstallationRepository' shared autowired service.
  25428.      *
  25429.      * @return \App\Repository\ProviderTankInstallationRepository
  25430.      */
  25431.     protected function getProviderTankInstallationRepositoryService()
  25432.     {
  25433.         include_once \dirname(__DIR__4).'/src/Repository/ProviderTankInstallationRepository.php';
  25434.         return $this->privates['App\\Repository\\ProviderTankInstallationRepository'] = new \App\Repository\ProviderTankInstallationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25435.     }
  25436.     /**
  25437.      * Gets the private 'App\Repository\ProviderWaterInterventionRepository' shared autowired service.
  25438.      *
  25439.      * @return \App\Repository\ProviderWaterInterventionRepository
  25440.      */
  25441.     protected function getProviderWaterInterventionRepositoryService()
  25442.     {
  25443.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWaterInterventionRepository.php';
  25444.         return $this->privates['App\\Repository\\ProviderWaterInterventionRepository'] = new \App\Repository\ProviderWaterInterventionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25445.     }
  25446.     /**
  25447.      * Gets the private 'App\Repository\ProviderWaterRepository' shared autowired service.
  25448.      *
  25449.      * @return \App\Repository\ProviderWaterRepository
  25450.      */
  25451.     protected function getProviderWaterRepositoryService()
  25452.     {
  25453.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWaterRepository.php';
  25454.         return $this->privates['App\\Repository\\ProviderWaterRepository'] = new \App\Repository\ProviderWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25455.     }
  25456.     /**
  25457.      * Gets the private 'App\Repository\ProviderWatterDeleteRepository' shared autowired service.
  25458.      *
  25459.      * @return \App\Repository\ProviderWatterDeleteRepository
  25460.      */
  25461.     protected function getProviderWatterDeleteRepositoryService()
  25462.     {
  25463.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWatterDeleteRepository.php';
  25464.         return $this->privates['App\\Repository\\ProviderWatterDeleteRepository'] = new \App\Repository\ProviderWatterDeleteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25465.     }
  25466.     /**
  25467.      * Gets the private 'App\Repository\ProviderWorkRepository' shared autowired service.
  25468.      *
  25469.      * @return \App\Repository\ProviderWorkRepository
  25470.      */
  25471.     protected function getProviderWorkRepositoryService()
  25472.     {
  25473.         include_once \dirname(__DIR__4).'/src/Repository/ProviderWorkRepository.php';
  25474.         return $this->privates['App\\Repository\\ProviderWorkRepository'] = new \App\Repository\ProviderWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25475.     }
  25476.     /**
  25477.      * Gets the private 'App\Repository\ProvincesRepository' shared autowired service.
  25478.      *
  25479.      * @return \App\Repository\ProvincesRepository
  25480.      */
  25481.     protected function getProvincesRepositoryService()
  25482.     {
  25483.         include_once \dirname(__DIR__4).'/src/Repository/ProvincesRepository.php';
  25484.         return $this->privates['App\\Repository\\ProvincesRepository'] = new \App\Repository\ProvincesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25485.     }
  25486.     /**
  25487.      * Gets the private 'App\Repository\PublicInquiryAnversRepository' shared autowired service.
  25488.      *
  25489.      * @return \App\Repository\PublicInquiryAnversRepository
  25490.      */
  25491.     protected function getPublicInquiryAnversRepositoryService()
  25492.     {
  25493.         include_once \dirname(__DIR__4).'/src/Repository/PublicInquiryAnversRepository.php';
  25494.         return $this->privates['App\\Repository\\PublicInquiryAnversRepository'] = new \App\Repository\PublicInquiryAnversRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25495.     }
  25496.     /**
  25497.      * Gets the private 'App\Repository\PublicInquiryBruxellesRepository' shared autowired service.
  25498.      *
  25499.      * @return \App\Repository\PublicInquiryBruxellesRepository
  25500.      */
  25501.     protected function getPublicInquiryBruxellesRepositoryService()
  25502.     {
  25503.         include_once \dirname(__DIR__4).'/src/Repository/PublicInquiryBruxellesRepository.php';
  25504.         return $this->privates['App\\Repository\\PublicInquiryBruxellesRepository'] = new \App\Repository\PublicInquiryBruxellesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25505.     }
  25506.     /**
  25507.      * Gets the private 'App\Repository\PublicInquiryInProgressCsvRepository' shared autowired service.
  25508.      *
  25509.      * @return \App\Repository\PublicInquiryInProgressCsvRepository
  25510.      */
  25511.     protected function getPublicInquiryInProgressCsvRepositoryService()
  25512.     {
  25513.         include_once \dirname(__DIR__4).'/src/Repository/PublicInquiryInProgressCsvRepository.php';
  25514.         return $this->privates['App\\Repository\\PublicInquiryInProgressCsvRepository'] = new \App\Repository\PublicInquiryInProgressCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25515.     }
  25516.     /**
  25517.      * Gets the private 'App\Repository\PublicityRepository' shared autowired service.
  25518.      *
  25519.      * @return \App\Repository\PublicityRepository
  25520.      */
  25521.     protected function getPublicityRepositoryService()
  25522.     {
  25523.         include_once \dirname(__DIR__4).'/src/Repository/PublicityRepository.php';
  25524.         return $this->privates['App\\Repository\\PublicityRepository'] = new \App\Repository\PublicityRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25525.     }
  25526.     /**
  25527.      * Gets the private 'App\Repository\PublicityUserRepository' shared autowired service.
  25528.      *
  25529.      * @return \App\Repository\PublicityUserRepository
  25530.      */
  25531.     protected function getPublicityUserRepositoryService()
  25532.     {
  25533.         include_once \dirname(__DIR__4).'/src/Repository/PublicityUserRepository.php';
  25534.         return $this->privates['App\\Repository\\PublicityUserRepository'] = new \App\Repository\PublicityUserRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25535.     }
  25536.     /**
  25537.      * Gets the private 'App\Repository\PurchasePartnerRequestObjectifRepository' shared autowired service.
  25538.      *
  25539.      * @return \App\Repository\PurchasePartnerRequestObjectifRepository
  25540.      */
  25541.     protected function getPurchasePartnerRequestObjectifRepositoryService()
  25542.     {
  25543.         include_once \dirname(__DIR__4).'/src/Repository/PurchasePartnerRequestObjectifRepository.php';
  25544.         return $this->privates['App\\Repository\\PurchasePartnerRequestObjectifRepository'] = new \App\Repository\PurchasePartnerRequestObjectifRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25545.     }
  25546.     /**
  25547.      * Gets the private 'App\Repository\PurchasePartnerRequestRepository' shared autowired service.
  25548.      *
  25549.      * @return \App\Repository\PurchasePartnerRequestRepository
  25550.      */
  25551.     protected function getPurchasePartnerRequestRepositoryService()
  25552.     {
  25553.         include_once \dirname(__DIR__4).'/src/Repository/PurchasePartnerRequestRepository.php';
  25554.         return $this->privates['App\\Repository\\PurchasePartnerRequestRepository'] = new \App\Repository\PurchasePartnerRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25555.     }
  25556.     /**
  25557.      * Gets the private 'App\Repository\PurchaseRepository' shared autowired service.
  25558.      *
  25559.      * @return \App\Repository\PurchaseRepository
  25560.      */
  25561.     protected function getPurchaseRepositoryService()
  25562.     {
  25563.         include_once \dirname(__DIR__4).'/src/Repository/PurchaseRepository.php';
  25564.         return $this->privates['App\\Repository\\PurchaseRepository'] = new \App\Repository\PurchaseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25565.     }
  25566.     /**
  25567.      * Gets the private 'App\Repository\RapportsRepository' shared autowired service.
  25568.      *
  25569.      * @return \App\Repository\RapportsRepository
  25570.      */
  25571.     protected function getRapportsRepositoryService()
  25572.     {
  25573.         include_once \dirname(__DIR__4).'/src/Repository/RapportsRepository.php';
  25574.         return $this->privates['App\\Repository\\RapportsRepository'] = new \App\Repository\RapportsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25575.     }
  25576.     /**
  25577.      * Gets the private 'App\Repository\ReferenceRentRepository' shared autowired service.
  25578.      *
  25579.      * @return \App\Repository\ReferenceRentRepository
  25580.      */
  25581.     protected function getReferenceRentRepositoryService()
  25582.     {
  25583.         include_once \dirname(__DIR__4).'/src/Repository/ReferenceRentRepository.php';
  25584.         return $this->privates['App\\Repository\\ReferenceRentRepository'] = new \App\Repository\ReferenceRentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25585.     }
  25586.     /**
  25587.      * Gets the private 'App\Repository\RegionRepository' shared autowired service.
  25588.      *
  25589.      * @return \App\Repository\RegionRepository
  25590.      */
  25591.     protected function getRegionRepositoryService()
  25592.     {
  25593.         include_once \dirname(__DIR__4).'/src/Repository/RegionRepository.php';
  25594.         return $this->privates['App\\Repository\\RegionRepository'] = new \App\Repository\RegionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25595.     }
  25596.     /**
  25597.      * Gets the private 'App\Repository\RegisterFilesRepository' shared autowired service.
  25598.      *
  25599.      * @return \App\Repository\RegisterFilesRepository
  25600.      */
  25601.     protected function getRegisterFilesRepositoryService()
  25602.     {
  25603.         include_once \dirname(__DIR__4).'/src/Repository/RegisterFilesRepository.php';
  25604.         return $this->privates['App\\Repository\\RegisterFilesRepository'] = new \App\Repository\RegisterFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25605.     }
  25606.     /**
  25607.      * Gets the private 'App\Repository\RegistersRepository' shared autowired service.
  25608.      *
  25609.      * @return \App\Repository\RegistersRepository
  25610.      */
  25611.     protected function getRegistersRepositoryService()
  25612.     {
  25613.         return $this->privates['App\\Repository\\RegistersRepository'] = new \App\Repository\RegistersRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25614.     }
  25615.     /**
  25616.      * Gets the private 'App\Repository\RelookingSaveRepository' shared autowired service.
  25617.      *
  25618.      * @return \App\Repository\RelookingSaveRepository
  25619.      */
  25620.     protected function getRelookingSaveRepositoryService()
  25621.     {
  25622.         include_once \dirname(__DIR__4).'/src/Repository/RelookingSaveRepository.php';
  25623.         return $this->privates['App\\Repository\\RelookingSaveRepository'] = new \App\Repository\RelookingSaveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25624.     }
  25625.     /**
  25626.      * Gets the private 'App\Repository\RenewalEnergyRepository' shared autowired service.
  25627.      *
  25628.      * @return \App\Repository\RenewalEnergyRepository
  25629.      */
  25630.     protected function getRenewalEnergyRepositoryService()
  25631.     {
  25632.         include_once \dirname(__DIR__4).'/src/Repository/RenewalEnergyRepository.php';
  25633.         return $this->privates['App\\Repository\\RenewalEnergyRepository'] = new \App\Repository\RenewalEnergyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25634.     }
  25635.     /**
  25636.      * Gets the private 'App\Repository\RentalGuaranteeFileRepository' shared autowired service.
  25637.      *
  25638.      * @return \App\Repository\RentalGuaranteeFileRepository
  25639.      */
  25640.     protected function getRentalGuaranteeFileRepositoryService()
  25641.     {
  25642.         include_once \dirname(__DIR__4).'/src/Repository/RentalGuaranteeFileRepository.php';
  25643.         return $this->privates['App\\Repository\\RentalGuaranteeFileRepository'] = new \App\Repository\RentalGuaranteeFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25644.     }
  25645.     /**
  25646.      * Gets the private 'App\Repository\RentalManagementLeaveRepository' shared autowired service.
  25647.      *
  25648.      * @return \App\Repository\RentalManagementLeaveRepository
  25649.      */
  25650.     protected function getRentalManagementLeaveRepositoryService()
  25651.     {
  25652.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementLeaveRepository.php';
  25653.         return $this->privates['App\\Repository\\RentalManagementLeaveRepository'] = new \App\Repository\RentalManagementLeaveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25654.     }
  25655.     /**
  25656.      * Gets the private 'App\Repository\RentalManagementPaymentHistoryRepository' shared autowired service.
  25657.      *
  25658.      * @return \App\Repository\RentalManagementPaymentHistoryRepository
  25659.      */
  25660.     protected function getRentalManagementPaymentHistoryRepositoryService()
  25661.     {
  25662.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementPaymentHistoryRepository.php';
  25663.         return $this->privates['App\\Repository\\RentalManagementPaymentHistoryRepository'] = new \App\Repository\RentalManagementPaymentHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25664.     }
  25665.     /**
  25666.      * Gets the private 'App\Repository\RentalManagementPaymentRepository' shared autowired service.
  25667.      *
  25668.      * @return \App\Repository\RentalManagementPaymentRepository
  25669.      */
  25670.     protected function getRentalManagementPaymentRepositoryService()
  25671.     {
  25672.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementPaymentRepository.php';
  25673.         return $this->privates['App\\Repository\\RentalManagementPaymentRepository'] = new \App\Repository\RentalManagementPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25674.     }
  25675.     /**
  25676.      * Gets the private 'App\Repository\RentalManagementRentHistoryRepository' shared autowired service.
  25677.      *
  25678.      * @return \App\Repository\RentalManagementRentHistoryRepository
  25679.      */
  25680.     protected function getRentalManagementRentHistoryRepositoryService()
  25681.     {
  25682.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementRentHistoryRepository.php';
  25683.         return $this->privates['App\\Repository\\RentalManagementRentHistoryRepository'] = new \App\Repository\RentalManagementRentHistoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25684.     }
  25685.     /**
  25686.      * Gets the private 'App\Repository\RentalManagementRepository' shared autowired service.
  25687.      *
  25688.      * @return \App\Repository\RentalManagementRepository
  25689.      */
  25690.     protected function getRentalManagementRepositoryService()
  25691.     {
  25692.         include_once \dirname(__DIR__4).'/src/Repository/RentalManagementRepository.php';
  25693.         return $this->privates['App\\Repository\\RentalManagementRepository'] = new \App\Repository\RentalManagementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25694.     }
  25695.     /**
  25696.      * Gets the private 'App\Repository\RentalScheduleRepository' shared autowired service.
  25697.      *
  25698.      * @return \App\Repository\RentalScheduleRepository
  25699.      */
  25700.     protected function getRentalScheduleRepositoryService()
  25701.     {
  25702.         include_once \dirname(__DIR__4).'/src/Repository/RentalScheduleRepository.php';
  25703.         return $this->privates['App\\Repository\\RentalScheduleRepository'] = new \App\Repository\RentalScheduleRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25704.     }
  25705.     /**
  25706.      * Gets the private 'App\Repository\RentestimationRepository' shared autowired service.
  25707.      *
  25708.      * @return \App\Repository\RentestimationRepository
  25709.      */
  25710.     protected function getRentestimationRepositoryService()
  25711.     {
  25712.         include_once \dirname(__DIR__4).'/src/Repository/RentestimationRepository.php';
  25713.         return $this->privates['App\\Repository\\RentestimationRepository'] = new \App\Repository\RentestimationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25714.     }
  25715.     /**
  25716.      * Gets the private 'App\Repository\RequestRepaymentFileRepository' shared autowired service.
  25717.      *
  25718.      * @return \App\Repository\RequestRepaymentFileRepository
  25719.      */
  25720.     protected function getRequestRepaymentFileRepositoryService()
  25721.     {
  25722.         include_once \dirname(__DIR__4).'/src/Repository/RequestRepaymentFileRepository.php';
  25723.         return $this->privates['App\\Repository\\RequestRepaymentFileRepository'] = new \App\Repository\RequestRepaymentFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25724.     }
  25725.     /**
  25726.      * Gets the private 'App\Repository\RequestSellerToNotaryRepository' shared autowired service.
  25727.      *
  25728.      * @return \App\Repository\RequestSellerToNotaryRepository
  25729.      */
  25730.     protected function getRequestSellerToNotaryRepositoryService()
  25731.     {
  25732.         include_once \dirname(__DIR__4).'/src/Repository/RequestSellerToNotaryRepository.php';
  25733.         return $this->privates['App\\Repository\\RequestSellerToNotaryRepository'] = new \App\Repository\RequestSellerToNotaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25734.     }
  25735.     /**
  25736.      * Gets the private 'App\Repository\ResponsesRepository' shared autowired service.
  25737.      *
  25738.      * @return \App\Repository\ResponsesRepository
  25739.      */
  25740.     protected function getResponsesRepositoryService()
  25741.     {
  25742.         include_once \dirname(__DIR__4).'/src/Repository/ResponsesRepository.php';
  25743.         return $this->privates['App\\Repository\\ResponsesRepository'] = new \App\Repository\ResponsesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25744.     }
  25745.     /**
  25746.      * Gets the private 'App\Repository\ResultEngieRepository' shared autowired service.
  25747.      *
  25748.      * @return \App\Repository\ResultEngieRepository
  25749.      */
  25750.     protected function getResultEngieRepositoryService()
  25751.     {
  25752.         include_once \dirname(__DIR__4).'/src/Repository/ResultEngieRepository.php';
  25753.         return $this->privates['App\\Repository\\ResultEngieRepository'] = new \App\Repository\ResultEngieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25754.     }
  25755.     /**
  25756.      * Gets the private 'App\Repository\ResultPretContentRepository' shared autowired service.
  25757.      *
  25758.      * @return \App\Repository\ResultPretContentRepository
  25759.      */
  25760.     protected function getResultPretContentRepositoryService()
  25761.     {
  25762.         include_once \dirname(__DIR__4).'/src/Repository/ResultPretContentRepository.php';
  25763.         return $this->privates['App\\Repository\\ResultPretContentRepository'] = new \App\Repository\ResultPretContentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25764.     }
  25765.     /**
  25766.      * Gets the private 'App\Repository\ResultPretRepository' shared autowired service.
  25767.      *
  25768.      * @return \App\Repository\ResultPretRepository
  25769.      */
  25770.     protected function getResultPretRepositoryService()
  25771.     {
  25772.         include_once \dirname(__DIR__4).'/src/Repository/ResultPretRepository.php';
  25773.         return $this->privates['App\\Repository\\ResultPretRepository'] = new \App\Repository\ResultPretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25774.     }
  25775.     /**
  25776.      * Gets the private 'App\Repository\RoofRepository' shared autowired service.
  25777.      *
  25778.      * @return \App\Repository\RoofRepository
  25779.      */
  25780.     protected function getRoofRepositoryService()
  25781.     {
  25782.         include_once \dirname(__DIR__4).'/src/Repository/RoofRepository.php';
  25783.         return $this->privates['App\\Repository\\RoofRepository'] = new \App\Repository\RoofRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25784.     }
  25785.     /**
  25786.      * Gets the private 'App\Repository\RulesCsvRepository' shared autowired service.
  25787.      *
  25788.      * @return \App\Repository\RulesCsvRepository
  25789.      */
  25790.     protected function getRulesCsvRepositoryService()
  25791.     {
  25792.         include_once \dirname(__DIR__4).'/src/Repository/RulesCsvRepository.php';
  25793.         return $this->privates['App\\Repository\\RulesCsvRepository'] = new \App\Repository\RulesCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25794.     }
  25795.     /**
  25796.      * Gets the private 'App\Repository\SalesAgreementFileRepository' shared autowired service.
  25797.      *
  25798.      * @return \App\Repository\SalesAgreementFileRepository
  25799.      */
  25800.     protected function getSalesAgreementFileRepositoryService()
  25801.     {
  25802.         include_once \dirname(__DIR__4).'/src/Repository/SalesAgreementFileRepository.php';
  25803.         return $this->privates['App\\Repository\\SalesAgreementFileRepository'] = new \App\Repository\SalesAgreementFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25804.     }
  25805.     /**
  25806.      * Gets the private 'App\Repository\SaveRepository' shared autowired service.
  25807.      *
  25808.      * @return \App\Repository\SaveRepository
  25809.      */
  25810.     protected function getSaveRepositoryService()
  25811.     {
  25812.         include_once \dirname(__DIR__4).'/src/Repository/SaveRepository.php';
  25813.         return $this->privates['App\\Repository\\SaveRepository'] = new \App\Repository\SaveRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25814.     }
  25815.     /**
  25816.      * Gets the private 'App\Repository\SchoolsRepository' shared autowired service.
  25817.      *
  25818.      * @return \App\Repository\SchoolsRepository
  25819.      */
  25820.     protected function getSchoolsRepositoryService()
  25821.     {
  25822.         include_once \dirname(__DIR__4).'/src/Repository/SchoolsRepository.php';
  25823.         return $this->privates['App\\Repository\\SchoolsRepository'] = new \App\Repository\SchoolsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25824.     }
  25825.     /**
  25826.      * Gets the private 'App\Repository\SearchIndexRepository' shared autowired service.
  25827.      *
  25828.      * @return \App\Repository\SearchIndexRepository
  25829.      */
  25830.     protected function getSearchIndexRepositoryService()
  25831.     {
  25832.         include_once \dirname(__DIR__4).'/src/Repository/SearchIndexRepository.php';
  25833.         return $this->privates['App\\Repository\\SearchIndexRepository'] = new \App\Repository\SearchIndexRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25834.     }
  25835.     /**
  25836.      * Gets the private 'App\Repository\ServiceCategoryRepository' shared autowired service.
  25837.      *
  25838.      * @return \App\Repository\ServiceCategoryRepository
  25839.      */
  25840.     protected function getServiceCategoryRepositoryService()
  25841.     {
  25842.         include_once \dirname(__DIR__4).'/src/Repository/ServiceCategoryRepository.php';
  25843.         return $this->privates['App\\Repository\\ServiceCategoryRepository'] = new \App\Repository\ServiceCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25844.     }
  25845.     /**
  25846.      * Gets the private 'App\Repository\ServiceOfferRepository' shared autowired service.
  25847.      *
  25848.      * @return \App\Repository\ServiceOfferRepository
  25849.      */
  25850.     protected function getServiceOfferRepositoryService()
  25851.     {
  25852.         include_once \dirname(__DIR__4).'/src/Repository/ServiceOfferRepository.php';
  25853.         return $this->privates['App\\Repository\\ServiceOfferRepository'] = new \App\Repository\ServiceOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25854.     }
  25855.     /**
  25856.      * Gets the private 'App\Repository\ServicePromoRepository' shared autowired service.
  25857.      *
  25858.      * @return \App\Repository\ServicePromoRepository
  25859.      */
  25860.     protected function getServicePromoRepositoryService()
  25861.     {
  25862.         include_once \dirname(__DIR__4).'/src/Repository/ServicePromoRepository.php';
  25863.         return $this->privates['App\\Repository\\ServicePromoRepository'] = new \App\Repository\ServicePromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25864.     }
  25865.     /**
  25866.      * Gets the private 'App\Repository\SimulationRepository' shared autowired service.
  25867.      *
  25868.      * @return \App\Repository\SimulationRepository
  25869.      */
  25870.     protected function getSimulationRepositoryService()
  25871.     {
  25872.         include_once \dirname(__DIR__4).'/src/Repository/SimulationRepository.php';
  25873.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  25874.         if (isset($this->privates['App\\Repository\\SimulationRepository'])) {
  25875.             return $this->privates['App\\Repository\\SimulationRepository'];
  25876.         }
  25877.         return $this->privates['App\\Repository\\SimulationRepository'] = new \App\Repository\SimulationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  25878.     }
  25879.     /**
  25880.      * Gets the private 'App\Repository\SituationResidentielRepository' shared autowired service.
  25881.      *
  25882.      * @return \App\Repository\SituationResidentielRepository
  25883.      */
  25884.     protected function getSituationResidentielRepositoryService()
  25885.     {
  25886.         include_once \dirname(__DIR__4).'/src/Repository/SituationResidentielRepository.php';
  25887.         return $this->privates['App\\Repository\\SituationResidentielRepository'] = new \App\Repository\SituationResidentielRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25888.     }
  25889.     /**
  25890.      * Gets the private 'App\Repository\SizeRepository' shared autowired service.
  25891.      *
  25892.      * @return \App\Repository\SizeRepository
  25893.      */
  25894.     protected function getSizeRepositoryService()
  25895.     {
  25896.         include_once \dirname(__DIR__4).'/src/Repository/SizeRepository.php';
  25897.         return $this->privates['App\\Repository\\SizeRepository'] = new \App\Repository\SizeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25898.     }
  25899.     /**
  25900.      * Gets the private 'App\Repository\SocietyApprovalRepository' shared autowired service.
  25901.      *
  25902.      * @return \App\Repository\SocietyApprovalRepository
  25903.      */
  25904.     protected function getSocietyApprovalRepositoryService()
  25905.     {
  25906.         include_once \dirname(__DIR__4).'/src/Repository/SocietyApprovalRepository.php';
  25907.         return $this->privates['App\\Repository\\SocietyApprovalRepository'] = new \App\Repository\SocietyApprovalRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25908.     }
  25909.     /**
  25910.      * Gets the private 'App\Repository\SocietyGeographicAreaRepository' shared autowired service.
  25911.      *
  25912.      * @return \App\Repository\SocietyGeographicAreaRepository
  25913.      */
  25914.     protected function getSocietyGeographicAreaRepositoryService()
  25915.     {
  25916.         include_once \dirname(__DIR__4).'/src/Repository/SocietyGeographicAreaRepository.php';
  25917.         return $this->privates['App\\Repository\\SocietyGeographicAreaRepository'] = new \App\Repository\SocietyGeographicAreaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25918.     }
  25919.     /**
  25920.      * Gets the private 'App\Repository\SocietyGroupRepository' shared autowired service.
  25921.      *
  25922.      * @return \App\Repository\SocietyGroupRepository
  25923.      */
  25924.     protected function getSocietyGroupRepositoryService()
  25925.     {
  25926.         include_once \dirname(__DIR__4).'/src/Repository/SocietyGroupRepository.php';
  25927.         return $this->privates['App\\Repository\\SocietyGroupRepository'] = new \App\Repository\SocietyGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25928.     }
  25929.     /**
  25930.      * Gets the private 'App\Repository\SocietyRepository' shared autowired service.
  25931.      *
  25932.      * @return \App\Repository\SocietyRepository
  25933.      */
  25934.     protected function getSocietyRepositoryService()
  25935.     {
  25936.         include_once \dirname(__DIR__4).'/src/Repository/SocietyRepository.php';
  25937.         return $this->privates['App\\Repository\\SocietyRepository'] = new \App\Repository\SocietyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25938.     }
  25939.     /**
  25940.      * Gets the private 'App\Repository\SocietyUseRepository' shared autowired service.
  25941.      *
  25942.      * @return \App\Repository\SocietyUseRepository
  25943.      */
  25944.     protected function getSocietyUseRepositoryService()
  25945.     {
  25946.         include_once \dirname(__DIR__4).'/src/Repository/SocietyUseRepository.php';
  25947.         return $this->privates['App\\Repository\\SocietyUseRepository'] = new \App\Repository\SocietyUseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25948.     }
  25949.     /**
  25950.      * Gets the private 'App\Repository\SolicitationRepository' shared autowired service.
  25951.      *
  25952.      * @return \App\Repository\SolicitationRepository
  25953.      */
  25954.     protected function getSolicitationRepositoryService()
  25955.     {
  25956.         include_once \dirname(__DIR__4).'/src/Repository/SolicitationRepository.php';
  25957.         return $this->privates['App\\Repository\\SolicitationRepository'] = new \App\Repository\SolicitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25958.     }
  25959.     /**
  25960.      * Gets the private 'App\Repository\StandardFormRepository' shared autowired service.
  25961.      *
  25962.      * @return \App\Repository\StandardFormRepository
  25963.      */
  25964.     protected function getStandardFormRepositoryService()
  25965.     {
  25966.         include_once \dirname(__DIR__4).'/src/Repository/StandardFormRepository.php';
  25967.         return $this->privates['App\\Repository\\StandardFormRepository'] = new \App\Repository\StandardFormRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25968.     }
  25969.     /**
  25970.      * Gets the private 'App\Repository\StarRatingsRepository' shared autowired service.
  25971.      *
  25972.      * @return \App\Repository\StarRatingsRepository
  25973.      */
  25974.     protected function getStarRatingsRepositoryService()
  25975.     {
  25976.         include_once \dirname(__DIR__4).'/src/Repository/StarRatingsRepository.php';
  25977.         return $this->privates['App\\Repository\\StarRatingsRepository'] = new \App\Repository\StarRatingsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25978.     }
  25979.     /**
  25980.      * Gets the private 'App\Repository\StreetAveragePriceRepository' shared autowired service.
  25981.      *
  25982.      * @return \App\Repository\StreetAveragePriceRepository
  25983.      */
  25984.     protected function getStreetAveragePriceRepositoryService()
  25985.     {
  25986.         include_once \dirname(__DIR__4).'/src/Repository/StreetAveragePriceRepository.php';
  25987.         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())));
  25988.     }
  25989.     /**
  25990.      * Gets the private 'App\Repository\SubjectRepository' shared autowired service.
  25991.      *
  25992.      * @return \App\Repository\SubjectRepository
  25993.      */
  25994.     protected function getSubjectRepositoryService()
  25995.     {
  25996.         include_once \dirname(__DIR__4).'/src/Repository/SubjectRepository.php';
  25997.         return $this->privates['App\\Repository\\SubjectRepository'] = new \App\Repository\SubjectRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  25998.     }
  25999.     /**
  26000.      * Gets the private 'App\Repository\SubmodelRepository' shared autowired service.
  26001.      *
  26002.      * @return \App\Repository\SubmodelRepository
  26003.      */
  26004.     protected function getSubmodelRepositoryService()
  26005.     {
  26006.         include_once \dirname(__DIR__4).'/src/Repository/SubmodelRepository.php';
  26007.         return $this->privates['App\\Repository\\SubmodelRepository'] = new \App\Repository\SubmodelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26008.     }
  26009.     /**
  26010.      * Gets the private 'App\Repository\SubscriptionProductRepository' shared autowired service.
  26011.      *
  26012.      * @return \App\Repository\SubscriptionProductRepository
  26013.      */
  26014.     protected function getSubscriptionProductRepositoryService()
  26015.     {
  26016.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionProductRepository.php';
  26017.         return $this->privates['App\\Repository\\SubscriptionProductRepository'] = new \App\Repository\SubscriptionProductRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26018.     }
  26019.     /**
  26020.      * Gets the private 'App\Repository\SubscriptionProductServiceRepository' shared autowired service.
  26021.      *
  26022.      * @return \App\Repository\SubscriptionProductServiceRepository
  26023.      */
  26024.     protected function getSubscriptionProductServiceRepositoryService()
  26025.     {
  26026.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionProductServiceRepository.php';
  26027.         return $this->privates['App\\Repository\\SubscriptionProductServiceRepository'] = new \App\Repository\SubscriptionProductServiceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26028.     }
  26029.     /**
  26030.      * Gets the private 'App\Repository\SubscriptionRepository' shared autowired service.
  26031.      *
  26032.      * @return \App\Repository\SubscriptionRepository
  26033.      */
  26034.     protected function getSubscriptionRepositoryService()
  26035.     {
  26036.         include_once \dirname(__DIR__4).'/src/Repository/SubscriptionRepository.php';
  26037.         return $this->privates['App\\Repository\\SubscriptionRepository'] = new \App\Repository\SubscriptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26038.     }
  26039.     /**
  26040.      * Gets the private 'App\Repository\SubsectionRepository' shared autowired service.
  26041.      *
  26042.      * @return \App\Repository\SubsectionRepository
  26043.      */
  26044.     protected function getSubsectionRepositoryService()
  26045.     {
  26046.         return $this->privates['App\\Repository\\SubsectionRepository'] = new \App\Repository\SubsectionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26047.     }
  26048.     /**
  26049.      * Gets the private 'App\Repository\SudStroumRepository' shared autowired service.
  26050.      *
  26051.      * @return \App\Repository\SudStroumRepository
  26052.      */
  26053.     protected function getSudStroumRepositoryService()
  26054.     {
  26055.         include_once \dirname(__DIR__4).'/src/Repository/SudStroumRepository.php';
  26056.         return $this->privates['App\\Repository\\SudStroumRepository'] = new \App\Repository\SudStroumRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26057.     }
  26058.     /**
  26059.      * Gets the private 'App\Repository\SuperficieRepository' shared autowired service.
  26060.      *
  26061.      * @return \App\Repository\SuperficieRepository
  26062.      */
  26063.     protected function getSuperficieRepositoryService()
  26064.     {
  26065.         include_once \dirname(__DIR__4).'/src/Repository/SuperficieRepository.php';
  26066.         return $this->privates['App\\Repository\\SuperficieRepository'] = new \App\Repository\SuperficieRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26067.     }
  26068.     /**
  26069.      * Gets the private 'App\Repository\SupplierRepository' shared autowired service.
  26070.      *
  26071.      * @return \App\Repository\SupplierRepository
  26072.      */
  26073.     protected function getSupplierRepositoryService()
  26074.     {
  26075.         include_once \dirname(__DIR__4).'/src/Repository/SupplierRepository.php';
  26076.         return $this->privates['App\\Repository\\SupplierRepository'] = new \App\Repository\SupplierRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26077.     }
  26078.     /**
  26079.      * Gets the private 'App\Repository\SurveillanceCameraRepository' shared autowired service.
  26080.      *
  26081.      * @return \App\Repository\SurveillanceCameraRepository
  26082.      */
  26083.     protected function getSurveillanceCameraRepositoryService()
  26084.     {
  26085.         include_once \dirname(__DIR__4).'/src/Repository/SurveillanceCameraRepository.php';
  26086.         return $this->privates['App\\Repository\\SurveillanceCameraRepository'] = new \App\Repository\SurveillanceCameraRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26087.     }
  26088.     /**
  26089.      * Gets the private 'App\Repository\SurveillanceCameraTypeRepository' shared autowired service.
  26090.      *
  26091.      * @return \App\Repository\SurveillanceCameraTypeRepository
  26092.      */
  26093.     protected function getSurveillanceCameraTypeRepositoryService()
  26094.     {
  26095.         include_once \dirname(__DIR__4).'/src/Repository/SurveillanceCameraTypeRepository.php';
  26096.         return $this->privates['App\\Repository\\SurveillanceCameraTypeRepository'] = new \App\Repository\SurveillanceCameraTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26097.     }
  26098.     /**
  26099.      * Gets the private 'App\Repository\SyndicAccountingRepository' shared autowired service.
  26100.      *
  26101.      * @return \App\Repository\SyndicAccountingRepository
  26102.      */
  26103.     protected function getSyndicAccountingRepositoryService()
  26104.     {
  26105.         include_once \dirname(__DIR__4).'/src/Repository/SyndicAccountingRepository.php';
  26106.         return $this->privates['App\\Repository\\SyndicAccountingRepository'] = new \App\Repository\SyndicAccountingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26107.     }
  26108.     /**
  26109.      * Gets the private 'App\Repository\SyndicApartmentCsvRepository' shared autowired service.
  26110.      *
  26111.      * @return \App\Repository\SyndicApartmentCsvRepository
  26112.      */
  26113.     protected function getSyndicApartmentCsvRepositoryService()
  26114.     {
  26115.         include_once \dirname(__DIR__4).'/src/Repository/SyndicApartmentCsvRepository.php';
  26116.         return $this->privates['App\\Repository\\SyndicApartmentCsvRepository'] = new \App\Repository\SyndicApartmentCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26117.     }
  26118.     /**
  26119.      * Gets the private 'App\Repository\SyndicApartmentRepository' shared autowired service.
  26120.      *
  26121.      * @return \App\Repository\SyndicApartmentRepository
  26122.      */
  26123.     protected function getSyndicApartmentRepositoryService()
  26124.     {
  26125.         include_once \dirname(__DIR__4).'/src/Repository/SyndicApartmentRepository.php';
  26126.         return $this->privates['App\\Repository\\SyndicApartmentRepository'] = new \App\Repository\SyndicApartmentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26127.     }
  26128.     /**
  26129.      * Gets the private 'App\Repository\SyndicChatFileRepository' shared autowired service.
  26130.      *
  26131.      * @return \App\Repository\SyndicChatFileRepository
  26132.      */
  26133.     protected function getSyndicChatFileRepositoryService()
  26134.     {
  26135.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatFileRepository.php';
  26136.         return $this->privates['App\\Repository\\SyndicChatFileRepository'] = new \App\Repository\SyndicChatFileRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26137.     }
  26138.     /**
  26139.      * Gets the private 'App\Repository\SyndicChatReactionRepository' shared autowired service.
  26140.      *
  26141.      * @return \App\Repository\SyndicChatReactionRepository
  26142.      */
  26143.     protected function getSyndicChatReactionRepositoryService()
  26144.     {
  26145.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatReactionRepository.php';
  26146.         return $this->privates['App\\Repository\\SyndicChatReactionRepository'] = new \App\Repository\SyndicChatReactionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26147.     }
  26148.     /**
  26149.      * Gets the private 'App\Repository\SyndicChatReplyMessageRepository' shared autowired service.
  26150.      *
  26151.      * @return \App\Repository\SyndicChatReplyMessageRepository
  26152.      */
  26153.     protected function getSyndicChatReplyMessageRepositoryService()
  26154.     {
  26155.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatReplyMessageRepository.php';
  26156.         return $this->privates['App\\Repository\\SyndicChatReplyMessageRepository'] = new \App\Repository\SyndicChatReplyMessageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26157.     }
  26158.     /**
  26159.      * Gets the private 'App\Repository\SyndicChatRepository' shared autowired service.
  26160.      *
  26161.      * @return \App\Repository\SyndicChatRepository
  26162.      */
  26163.     protected function getSyndicChatRepositoryService()
  26164.     {
  26165.         include_once \dirname(__DIR__4).'/src/Repository/SyndicChatRepository.php';
  26166.         return $this->privates['App\\Repository\\SyndicChatRepository'] = new \App\Repository\SyndicChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26167.     }
  26168.     /**
  26169.      * Gets the private 'App\Repository\SyndicDocumentCommentRepository' shared autowired service.
  26170.      *
  26171.      * @return \App\Repository\SyndicDocumentCommentRepository
  26172.      */
  26173.     protected function getSyndicDocumentCommentRepositoryService()
  26174.     {
  26175.         include_once \dirname(__DIR__4).'/src/Repository/SyndicDocumentCommentRepository.php';
  26176.         return $this->privates['App\\Repository\\SyndicDocumentCommentRepository'] = new \App\Repository\SyndicDocumentCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26177.     }
  26178.     /**
  26179.      * Gets the private 'App\Repository\SyndicDocumentRepository' shared autowired service.
  26180.      *
  26181.      * @return \App\Repository\SyndicDocumentRepository
  26182.      */
  26183.     protected function getSyndicDocumentRepositoryService()
  26184.     {
  26185.         include_once \dirname(__DIR__4).'/src/Repository/SyndicDocumentRepository.php';
  26186.         return $this->privates['App\\Repository\\SyndicDocumentRepository'] = new \App\Repository\SyndicDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26187.     }
  26188.     /**
  26189.      * Gets the private 'App\Repository\SyndicDocumentShareRepository' shared autowired service.
  26190.      *
  26191.      * @return \App\Repository\SyndicDocumentShareRepository
  26192.      */
  26193.     protected function getSyndicDocumentShareRepositoryService()
  26194.     {
  26195.         include_once \dirname(__DIR__4).'/src/Repository/SyndicDocumentShareRepository.php';
  26196.         return $this->privates['App\\Repository\\SyndicDocumentShareRepository'] = new \App\Repository\SyndicDocumentShareRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26197.     }
  26198.     /**
  26199.      * Gets the private 'App\Repository\SyndicGroupRepository' shared autowired service.
  26200.      *
  26201.      * @return \App\Repository\SyndicGroupRepository
  26202.      */
  26203.     protected function getSyndicGroupRepositoryService()
  26204.     {
  26205.         include_once \dirname(__DIR__4).'/src/Repository/SyndicGroupRepository.php';
  26206.         return $this->privates['App\\Repository\\SyndicGroupRepository'] = new \App\Repository\SyndicGroupRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26207.     }
  26208.     /**
  26209.      * Gets the private 'App\Repository\SyndicRepository' shared autowired service.
  26210.      *
  26211.      * @return \App\Repository\SyndicRepository
  26212.      */
  26213.     protected function getSyndicRepositoryService()
  26214.     {
  26215.         include_once \dirname(__DIR__4).'/src/Repository/SyndicRepository.php';
  26216.         return $this->privates['App\\Repository\\SyndicRepository'] = new \App\Repository\SyndicRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26217.     }
  26218.     /**
  26219.      * Gets the private 'App\Repository\T3dDemandsRepository' shared autowired service.
  26220.      *
  26221.      * @return \App\Repository\T3dDemandsRepository
  26222.      */
  26223.     protected function getT3dDemandsRepositoryService()
  26224.     {
  26225.         include_once \dirname(__DIR__4).'/src/Repository/T3dDemandsRepository.php';
  26226.         return $this->privates['App\\Repository\\T3dDemandsRepository'] = new \App\Repository\T3dDemandsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26227.     }
  26228.     /**
  26229.      * Gets the private 'App\Repository\TextureTreeDRepository' shared autowired service.
  26230.      *
  26231.      * @return \App\Repository\TextureTreeDRepository
  26232.      */
  26233.     protected function getTextureTreeDRepositoryService()
  26234.     {
  26235.         include_once \dirname(__DIR__4).'/src/Repository/TextureTreeDRepository.php';
  26236.         return $this->privates['App\\Repository\\TextureTreeDRepository'] = new \App\Repository\TextureTreeDRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26237.     }
  26238.     /**
  26239.      * Gets the private 'App\Repository\ThePorpertyLevelRepository' shared autowired service.
  26240.      *
  26241.      * @return \App\Repository\ThePorpertyLevelRepository
  26242.      */
  26243.     protected function getThePorpertyLevelRepositoryService()
  26244.     {
  26245.         include_once \dirname(__DIR__4).'/src/Repository/ThePorpertyLevelRepository.php';
  26246.         return $this->privates['App\\Repository\\ThePorpertyLevelRepository'] = new \App\Repository\ThePorpertyLevelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26247.     }
  26248.     /**
  26249.      * Gets the private 'App\Repository\ThePropertyAlertRepository' shared autowired service.
  26250.      *
  26251.      * @return \App\Repository\ThePropertyAlertRepository
  26252.      */
  26253.     protected function getThePropertyAlertRepositoryService()
  26254.     {
  26255.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyAlertRepository.php';
  26256.         return $this->privates['App\\Repository\\ThePropertyAlertRepository'] = new \App\Repository\ThePropertyAlertRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26257.     }
  26258.     /**
  26259.      * Gets the private 'App\Repository\ThePropertyAppointmentSlotsRepository' shared autowired service.
  26260.      *
  26261.      * @return \App\Repository\ThePropertyAppointmentSlotsRepository
  26262.      */
  26263.     protected function getThePropertyAppointmentSlotsRepositoryService()
  26264.     {
  26265.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyAppointmentSlotsRepository.php';
  26266.         return $this->privates['App\\Repository\\ThePropertyAppointmentSlotsRepository'] = new \App\Repository\ThePropertyAppointmentSlotsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26267.     }
  26268.     /**
  26269.      * Gets the private 'App\Repository\ThePropertyBoilerRepository' shared autowired service.
  26270.      *
  26271.      * @return \App\Repository\ThePropertyBoilerRepository
  26272.      */
  26273.     protected function getThePropertyBoilerRepositoryService()
  26274.     {
  26275.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyBoilerRepository.php';
  26276.         return $this->privates['App\\Repository\\ThePropertyBoilerRepository'] = new \App\Repository\ThePropertyBoilerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26277.     }
  26278.     /**
  26279.      * Gets the private 'App\Repository\ThePropertyConstructionWorkRulesRepository' shared autowired service.
  26280.      *
  26281.      * @return \App\Repository\ThePropertyConstructionWorkRulesRepository
  26282.      */
  26283.     protected function getThePropertyConstructionWorkRulesRepositoryService()
  26284.     {
  26285.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyConstructionWorkRulesRepository.php';
  26286.         return $this->privates['App\\Repository\\ThePropertyConstructionWorkRulesRepository'] = new \App\Repository\ThePropertyConstructionWorkRulesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26287.     }
  26288.     /**
  26289.      * Gets the private 'App\Repository\ThePropertyDocumentsRepository' shared autowired service.
  26290.      *
  26291.      * @return \App\Repository\ThePropertyDocumentsRepository
  26292.      */
  26293.     protected function getThePropertyDocumentsRepositoryService()
  26294.     {
  26295.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyDocumentsRepository.php';
  26296.         return $this->privates['App\\Repository\\ThePropertyDocumentsRepository'] = new \App\Repository\ThePropertyDocumentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26297.     }
  26298.     /**
  26299.      * Gets the private 'App\Repository\ThePropertyExteriorCommentRepository' shared autowired service.
  26300.      *
  26301.      * @return \App\Repository\ThePropertyExteriorCommentRepository
  26302.      */
  26303.     protected function getThePropertyExteriorCommentRepositoryService()
  26304.     {
  26305.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyExteriorCommentRepository.php';
  26306.         return $this->privates['App\\Repository\\ThePropertyExteriorCommentRepository'] = new \App\Repository\ThePropertyExteriorCommentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26307.     }
  26308.     /**
  26309.      * Gets the private 'App\Repository\ThePropertyMaifInsuranceSummaryRepository' shared autowired service.
  26310.      *
  26311.      * @return \App\Repository\ThePropertyMaifInsuranceSummaryRepository
  26312.      */
  26313.     protected function getThePropertyMaifInsuranceSummaryRepositoryService()
  26314.     {
  26315.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyMaifInsuranceSummaryRepository.php';
  26316.         return $this->privates['App\\Repository\\ThePropertyMaifInsuranceSummaryRepository'] = new \App\Repository\ThePropertyMaifInsuranceSummaryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26317.     }
  26318.     /**
  26319.      * Gets the private 'App\Repository\ThePropertyProviderWaterRepository' shared autowired service.
  26320.      *
  26321.      * @return \App\Repository\ThePropertyProviderWaterRepository
  26322.      */
  26323.     protected function getThePropertyProviderWaterRepositoryService()
  26324.     {
  26325.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyProviderWaterRepository.php';
  26326.         return $this->privates['App\\Repository\\ThePropertyProviderWaterRepository'] = new \App\Repository\ThePropertyProviderWaterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26327.     }
  26328.     /**
  26329.      * Gets the private 'App\Repository\ThePropertySessionRepository' shared autowired service.
  26330.      *
  26331.      * @return \App\Repository\ThePropertySessionRepository
  26332.      */
  26333.     protected function getThePropertySessionRepositoryService()
  26334.     {
  26335.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertySessionRepository.php';
  26336.         return $this->privates['App\\Repository\\ThePropertySessionRepository'] = new \App\Repository\ThePropertySessionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26337.     }
  26338.     /**
  26339.      * Gets the private 'App\Repository\ThePropertyTankRepository' shared autowired service.
  26340.      *
  26341.      * @return \App\Repository\ThePropertyTankRepository
  26342.      */
  26343.     protected function getThePropertyTankRepositoryService()
  26344.     {
  26345.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyTankRepository.php';
  26346.         return $this->privates['App\\Repository\\ThePropertyTankRepository'] = new \App\Repository\ThePropertyTankRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26347.     }
  26348.     /**
  26349.      * Gets the private 'App\Repository\ThePropertyTankWorkDocRepository' shared autowired service.
  26350.      *
  26351.      * @return \App\Repository\ThePropertyTankWorkDocRepository
  26352.      */
  26353.     protected function getThePropertyTankWorkDocRepositoryService()
  26354.     {
  26355.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyTankWorkDocRepository.php';
  26356.         return $this->privates['App\\Repository\\ThePropertyTankWorkDocRepository'] = new \App\Repository\ThePropertyTankWorkDocRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26357.     }
  26358.     /**
  26359.      * Gets the private 'App\Repository\ThePropertyTankWorkImagesRepository' shared autowired service.
  26360.      *
  26361.      * @return \App\Repository\ThePropertyTankWorkImagesRepository
  26362.      */
  26363.     protected function getThePropertyTankWorkImagesRepositoryService()
  26364.     {
  26365.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyTankWorkImagesRepository.php';
  26366.         return $this->privates['App\\Repository\\ThePropertyTankWorkImagesRepository'] = new \App\Repository\ThePropertyTankWorkImagesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26367.     }
  26368.     /**
  26369.      * Gets the private 'App\Repository\ThePropertyUseRepository' shared autowired service.
  26370.      *
  26371.      * @return \App\Repository\ThePropertyUseRepository
  26372.      */
  26373.     protected function getThePropertyUseRepositoryService()
  26374.     {
  26375.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyUseRepository.php';
  26376.         return $this->privates['App\\Repository\\ThePropertyUseRepository'] = new \App\Repository\ThePropertyUseRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26377.     }
  26378.     /**
  26379.      * Gets the private 'App\Repository\ThePropertyVisitRepository' shared autowired service.
  26380.      *
  26381.      * @return \App\Repository\ThePropertyVisitRepository
  26382.      */
  26383.     protected function getThePropertyVisitRepositoryService()
  26384.     {
  26385.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyVisitRepository.php';
  26386.         return $this->privates['App\\Repository\\ThePropertyVisitRepository'] = new \App\Repository\ThePropertyVisitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26387.     }
  26388.     /**
  26389.      * Gets the private 'App\Repository\ThePropertyWorkDocCategoryRepository' shared autowired service.
  26390.      *
  26391.      * @return \App\Repository\ThePropertyWorkDocCategoryRepository
  26392.      */
  26393.     protected function getThePropertyWorkDocCategoryRepositoryService()
  26394.     {
  26395.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkDocCategoryRepository.php';
  26396.         return $this->privates['App\\Repository\\ThePropertyWorkDocCategoryRepository'] = new \App\Repository\ThePropertyWorkDocCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26397.     }
  26398.     /**
  26399.      * Gets the private 'App\Repository\ThePropertyWorkDocumentsRepository' shared autowired service.
  26400.      *
  26401.      * @return \App\Repository\ThePropertyWorkDocumentsRepository
  26402.      */
  26403.     protected function getThePropertyWorkDocumentsRepositoryService()
  26404.     {
  26405.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkDocumentsRepository.php';
  26406.         return $this->privates['App\\Repository\\ThePropertyWorkDocumentsRepository'] = new \App\Repository\ThePropertyWorkDocumentsRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26407.     }
  26408.     /**
  26409.      * Gets the private 'App\Repository\ThePropertyWorkImageRepository' shared autowired service.
  26410.      *
  26411.      * @return \App\Repository\ThePropertyWorkImageRepository
  26412.      */
  26413.     protected function getThePropertyWorkImageRepositoryService()
  26414.     {
  26415.         include_once \dirname(__DIR__4).'/src/Repository/ThePropertyWorkImageRepository.php';
  26416.         return $this->privates['App\\Repository\\ThePropertyWorkImageRepository'] = new \App\Repository\ThePropertyWorkImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26417.     }
  26418.     /**
  26419.      * Gets the private 'App\Repository\ThePropertyWorkRepository' shared autowired service.
  26420.      *
  26421.      * @return \App\Repository\ThePropertyWorkRepository
  26422.      */
  26423.     protected function getThePropertyWorkRepositoryService()
  26424.     {
  26425.         return $this->privates['App\\Repository\\ThePropertyWorkRepository'] = new \App\Repository\ThePropertyWorkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26426.     }
  26427.     /**
  26428.      * Gets the private 'App\Repository\TheProperty\ExtensionOrder\ThePropertyExtensionOrderRepository' shared autowired service.
  26429.      *
  26430.      * @return \App\Repository\TheProperty\ExtensionOrder\ThePropertyExtensionOrderRepository
  26431.      */
  26432.     protected function getThePropertyExtensionOrderRepositoryService()
  26433.     {
  26434.         include_once \dirname(__DIR__4).'/src/Repository/TheProperty/ExtensionOrder/ThePropertyExtensionOrderRepository.php';
  26435.         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()));
  26436.     }
  26437.     /**
  26438.      * Gets the private 'App\Repository\ThepropertOfferBillRepository' shared autowired service.
  26439.      *
  26440.      * @return \App\Repository\ThepropertOfferBillRepository
  26441.      */
  26442.     protected function getThepropertOfferBillRepositoryService()
  26443.     {
  26444.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertOfferBillRepository.php';
  26445.         return $this->privates['App\\Repository\\ThepropertOfferBillRepository'] = new \App\Repository\ThepropertOfferBillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26446.     }
  26447.     /**
  26448.      * Gets the private 'App\Repository\ThepropertyBalanceRepository' shared autowired service.
  26449.      *
  26450.      * @return \App\Repository\ThepropertyBalanceRepository
  26451.      */
  26452.     protected function getThepropertyBalanceRepositoryService()
  26453.     {
  26454.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyBalanceRepository.php';
  26455.         return $this->privates['App\\Repository\\ThepropertyBalanceRepository'] = new \App\Repository\ThepropertyBalanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26456.     }
  26457.     /**
  26458.      * Gets the private 'App\Repository\ThepropertyConsumptionRepository' shared autowired service.
  26459.      *
  26460.      * @return \App\Repository\ThepropertyConsumptionRepository
  26461.      */
  26462.     protected function getThepropertyConsumptionRepositoryService()
  26463.     {
  26464.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyConsumptionRepository.php';
  26465.         return $this->privates['App\\Repository\\ThepropertyConsumptionRepository'] = new \App\Repository\ThepropertyConsumptionRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26466.     }
  26467.     /**
  26468.      * Gets the private 'App\Repository\ThepropertyCounterRepository' shared autowired service.
  26469.      *
  26470.      * @return \App\Repository\ThepropertyCounterRepository
  26471.      */
  26472.     protected function getThepropertyCounterRepositoryService()
  26473.     {
  26474.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyCounterRepository.php';
  26475.         return $this->privates['App\\Repository\\ThepropertyCounterRepository'] = new \App\Repository\ThepropertyCounterRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26476.     }
  26477.     /**
  26478.      * Gets the private 'App\Repository\ThepropertyCounterStatementRepository' shared autowired service.
  26479.      *
  26480.      * @return \App\Repository\ThepropertyCounterStatementRepository
  26481.      */
  26482.     protected function getThepropertyCounterStatementRepositoryService()
  26483.     {
  26484.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyCounterStatementRepository.php';
  26485.         return $this->privates['App\\Repository\\ThepropertyCounterStatementRepository'] = new \App\Repository\ThepropertyCounterStatementRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26486.     }
  26487.     /**
  26488.      * Gets the private 'App\Repository\ThepropertyDocumentCategoryRepository' shared autowired service.
  26489.      *
  26490.      * @return \App\Repository\ThepropertyDocumentCategoryRepository
  26491.      */
  26492.     protected function getThepropertyDocumentCategoryRepositoryService()
  26493.     {
  26494.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyDocumentCategoryRepository.php';
  26495.         return $this->privates['App\\Repository\\ThepropertyDocumentCategoryRepository'] = new \App\Repository\ThepropertyDocumentCategoryRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26496.     }
  26497.     /**
  26498.      * Gets the private 'App\Repository\ThepropertyDocumentRepository' shared autowired service.
  26499.      *
  26500.      * @return \App\Repository\ThepropertyDocumentRepository
  26501.      */
  26502.     protected function getThepropertyDocumentRepositoryService()
  26503.     {
  26504.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyDocumentRepository.php';
  26505.         return $this->privates['App\\Repository\\ThepropertyDocumentRepository'] = new \App\Repository\ThepropertyDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26506.     }
  26507.     /**
  26508.      * Gets the private 'App\Repository\ThepropertyFeatureRepository' shared autowired service.
  26509.      *
  26510.      * @return \App\Repository\ThepropertyFeatureRepository
  26511.      */
  26512.     protected function getThepropertyFeatureRepositoryService()
  26513.     {
  26514.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyFeatureRepository.php';
  26515.         return $this->privates['App\\Repository\\ThepropertyFeatureRepository'] = new \App\Repository\ThepropertyFeatureRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26516.     }
  26517.     /**
  26518.      * Gets the private 'App\Repository\ThepropertyLotRepository' shared autowired service.
  26519.      *
  26520.      * @return \App\Repository\ThepropertyLotRepository
  26521.      */
  26522.     protected function getThepropertyLotRepositoryService()
  26523.     {
  26524.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyLotRepository.php';
  26525.         return $this->privates['App\\Repository\\ThepropertyLotRepository'] = new \App\Repository\ThepropertyLotRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26526.     }
  26527.     /**
  26528.      * Gets the private 'App\Repository\ThepropertyOfferChatRepository' shared autowired service.
  26529.      *
  26530.      * @return \App\Repository\ThepropertyOfferChatRepository
  26531.      */
  26532.     protected function getThepropertyOfferChatRepositoryService()
  26533.     {
  26534.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferChatRepository.php';
  26535.         return $this->privates['App\\Repository\\ThepropertyOfferChatRepository'] = new \App\Repository\ThepropertyOfferChatRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26536.     }
  26537.     /**
  26538.      * Gets the private 'App\Repository\ThepropertyOfferImageRepository' shared autowired service.
  26539.      *
  26540.      * @return \App\Repository\ThepropertyOfferImageRepository
  26541.      */
  26542.     protected function getThepropertyOfferImageRepositoryService()
  26543.     {
  26544.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferImageRepository.php';
  26545.         return $this->privates['App\\Repository\\ThepropertyOfferImageRepository'] = new \App\Repository\ThepropertyOfferImageRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26546.     }
  26547.     /**
  26548.      * Gets the private 'App\Repository\ThepropertyOfferInterestedRepository' shared autowired service.
  26549.      *
  26550.      * @return \App\Repository\ThepropertyOfferInterestedRepository
  26551.      */
  26552.     protected function getThepropertyOfferInterestedRepositoryService()
  26553.     {
  26554.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferInterestedRepository.php';
  26555.         return $this->privates['App\\Repository\\ThepropertyOfferInterestedRepository'] = new \App\Repository\ThepropertyOfferInterestedRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26556.     }
  26557.     /**
  26558.      * Gets the private 'App\Repository\ThepropertyOfferRepository' shared autowired service.
  26559.      *
  26560.      * @return \App\Repository\ThepropertyOfferRepository
  26561.      */
  26562.     protected function getThepropertyOfferRepositoryService()
  26563.     {
  26564.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyOfferRepository.php';
  26565.         return $this->privates['App\\Repository\\ThepropertyOfferRepository'] = new \App\Repository\ThepropertyOfferRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26566.     }
  26567.     /**
  26568.      * Gets the private 'App\Repository\ThepropertyProviderBillRepository' shared autowired service.
  26569.      *
  26570.      * @return \App\Repository\ThepropertyProviderBillRepository
  26571.      */
  26572.     protected function getThepropertyProviderBillRepositoryService()
  26573.     {
  26574.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderBillRepository.php';
  26575.         return $this->privates['App\\Repository\\ThepropertyProviderBillRepository'] = new \App\Repository\ThepropertyProviderBillRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26576.     }
  26577.     /**
  26578.      * Gets the private 'App\Repository\ThepropertyProviderCsvRepository' shared autowired service.
  26579.      *
  26580.      * @return \App\Repository\ThepropertyProviderCsvRepository
  26581.      */
  26582.     protected function getThepropertyProviderCsvRepositoryService()
  26583.     {
  26584.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderCsvRepository.php';
  26585.         return $this->privates['App\\Repository\\ThepropertyProviderCsvRepository'] = new \App\Repository\ThepropertyProviderCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26586.     }
  26587.     /**
  26588.      * Gets the private 'App\Repository\ThepropertyProviderDocumentProofRepository' shared autowired service.
  26589.      *
  26590.      * @return \App\Repository\ThepropertyProviderDocumentProofRepository
  26591.      */
  26592.     protected function getThepropertyProviderDocumentProofRepositoryService()
  26593.     {
  26594.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderDocumentProofRepository.php';
  26595.         return $this->privates['App\\Repository\\ThepropertyProviderDocumentProofRepository'] = new \App\Repository\ThepropertyProviderDocumentProofRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26596.     }
  26597.     /**
  26598.      * Gets the private 'App\Repository\ThepropertyProviderRepository' shared autowired service.
  26599.      *
  26600.      * @return \App\Repository\ThepropertyProviderRepository
  26601.      */
  26602.     protected function getThepropertyProviderRepositoryService()
  26603.     {
  26604.         include_once \dirname(__DIR__4).'/src/Repository/ThepropertyProviderRepository.php';
  26605.         return $this->privates['App\\Repository\\ThepropertyProviderRepository'] = new \App\Repository\ThepropertyProviderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26606.     }
  26607.     /**
  26608.      * Gets the private 'App\Repository\ThepropertyRepository' shared autowired service.
  26609.      *
  26610.      * @return \App\Repository\ThepropertyRepository
  26611.      */
  26612.     protected function getThepropertyRepositoryService()
  26613.     {
  26614.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26615.         if (isset($this->privates['App\\Repository\\ThepropertyRepository'])) {
  26616.             return $this->privates['App\\Repository\\ThepropertyRepository'];
  26617.         }
  26618.         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())));
  26619.     }
  26620.     /**
  26621.      * Gets the private 'App\Repository\TheserviceRepository' shared autowired service.
  26622.      *
  26623.      * @return \App\Repository\TheserviceRepository
  26624.      */
  26625.     protected function getTheserviceRepositoryService()
  26626.     {
  26627.         include_once \dirname(__DIR__4).'/src/Repository/TheserviceRepository.php';
  26628.         return $this->privates['App\\Repository\\TheserviceRepository'] = new \App\Repository\TheserviceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26629.     }
  26630.     /**
  26631.      * Gets the private 'App\Repository\TimelineEventRepository' shared autowired service.
  26632.      *
  26633.      * @return \App\Repository\TimelineEventRepository
  26634.      */
  26635.     protected function getTimelineEventRepositoryService()
  26636.     {
  26637.         include_once \dirname(__DIR__4).'/src/Repository/TimelineEventRepository.php';
  26638.         return $this->privates['App\\Repository\\TimelineEventRepository'] = new \App\Repository\TimelineEventRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26639.     }
  26640.     /**
  26641.      * Gets the private 'App\Repository\TotalRevenuRepository' shared autowired service.
  26642.      *
  26643.      * @return \App\Repository\TotalRevenuRepository
  26644.      */
  26645.     protected function getTotalRevenuRepositoryService()
  26646.     {
  26647.         include_once \dirname(__DIR__4).'/src/Repository/TotalRevenuRepository.php';
  26648.         return $this->privates['App\\Repository\\TotalRevenuRepository'] = new \App\Repository\TotalRevenuRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26649.     }
  26650.     /**
  26651.      * Gets the private 'App\Repository\TransactionTypeRepository' shared autowired service.
  26652.      *
  26653.      * @return \App\Repository\TransactionTypeRepository
  26654.      */
  26655.     protected function getTransactionTypeRepositoryService()
  26656.     {
  26657.         include_once \dirname(__DIR__4).'/src/Repository/TransactionTypeRepository.php';
  26658.         return $this->privates['App\\Repository\\TransactionTypeRepository'] = new \App\Repository\TransactionTypeRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26659.     }
  26660.     /**
  26661.      * Gets the private 'App\Repository\TypeHabitationRepository' shared autowired service.
  26662.      *
  26663.      * @return \App\Repository\TypeHabitationRepository
  26664.      */
  26665.     protected function getTypeHabitationRepositoryService()
  26666.     {
  26667.         include_once \dirname(__DIR__4).'/src/Repository/TypeHabitationRepository.php';
  26668.         return $this->privates['App\\Repository\\TypeHabitationRepository'] = new \App\Repository\TypeHabitationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26669.     }
  26670.     /**
  26671.      * Gets the private 'App\Repository\TypeOfAlarmSystemRepository' shared autowired service.
  26672.      *
  26673.      * @return \App\Repository\TypeOfAlarmSystemRepository
  26674.      */
  26675.     protected function getTypeOfAlarmSystemRepositoryService()
  26676.     {
  26677.         include_once \dirname(__DIR__4).'/src/Repository/TypeOfAlarmSystemRepository.php';
  26678.         return $this->privates['App\\Repository\\TypeOfAlarmSystemRepository'] = new \App\Repository\TypeOfAlarmSystemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26679.     }
  26680.     /**
  26681.      * Gets the private 'App\Repository\TypePretRepository' shared autowired service.
  26682.      *
  26683.      * @return \App\Repository\TypePretRepository
  26684.      */
  26685.     protected function getTypePretRepositoryService()
  26686.     {
  26687.         include_once \dirname(__DIR__4).'/src/Repository/TypePretRepository.php';
  26688.         return $this->privates['App\\Repository\\TypePretRepository'] = new \App\Repository\TypePretRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26689.     }
  26690.     /**
  26691.      * Gets the private 'App\Repository\TypeofworkRepository' shared autowired service.
  26692.      *
  26693.      * @return \App\Repository\TypeofworkRepository
  26694.      */
  26695.     protected function getTypeofworkRepositoryService()
  26696.     {
  26697.         return $this->privates['App\\Repository\\TypeofworkRepository'] = new \App\Repository\TypeofworkRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26698.     }
  26699.     /**
  26700.      * Gets the private 'App\Repository\UboDocumentRepository' shared autowired service.
  26701.      *
  26702.      * @return \App\Repository\UboDocumentRepository
  26703.      */
  26704.     protected function getUboDocumentRepositoryService()
  26705.     {
  26706.         include_once \dirname(__DIR__4).'/src/Repository/UboDocumentRepository.php';
  26707.         return $this->privates['App\\Repository\\UboDocumentRepository'] = new \App\Repository\UboDocumentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26708.     }
  26709.     /**
  26710.      * Gets the private 'App\Repository\UrbanInformationRepository' shared autowired service.
  26711.      *
  26712.      * @return \App\Repository\UrbanInformationRepository
  26713.      */
  26714.     protected function getUrbanInformationRepositoryService()
  26715.     {
  26716.         include_once \dirname(__DIR__4).'/src/Repository/UrbanInformationRepository.php';
  26717.         return $this->privates['App\\Repository\\UrbanInformationRepository'] = new \App\Repository\UrbanInformationRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26718.     }
  26719.     /**
  26720.      * Gets the private 'App\Repository\UrbanPermitRepository' shared autowired service.
  26721.      *
  26722.      * @return \App\Repository\UrbanPermitRepository
  26723.      */
  26724.     protected function getUrbanPermitRepositoryService()
  26725.     {
  26726.         include_once \dirname(__DIR__4).'/src/Repository/UrbanPermitRepository.php';
  26727.         return $this->privates['App\\Repository\\UrbanPermitRepository'] = new \App\Repository\UrbanPermitRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26728.     }
  26729.     /**
  26730.      * Gets the private 'App\Repository\UrbanismPdfRepository' shared autowired service.
  26731.      *
  26732.      * @return \App\Repository\UrbanismPdfRepository
  26733.      */
  26734.     protected function getUrbanismPdfRepositoryService()
  26735.     {
  26736.         include_once \dirname(__DIR__4).'/src/Repository/UrbanismPdfRepository.php';
  26737.         return $this->privates['App\\Repository\\UrbanismPdfRepository'] = new \App\Repository\UrbanismPdfRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26738.     }
  26739.     /**
  26740.      * Gets the private 'App\Repository\UserPurchasePartnerRequestRepository' shared autowired service.
  26741.      *
  26742.      * @return \App\Repository\UserPurchasePartnerRequestRepository
  26743.      */
  26744.     protected function getUserPurchasePartnerRequestRepositoryService()
  26745.     {
  26746.         include_once \dirname(__DIR__4).'/src/Repository/UserPurchasePartnerRequestRepository.php';
  26747.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26748.         if (isset($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'])) {
  26749.             return $this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'];
  26750.         }
  26751.         return $this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] = new \App\Repository\UserPurchasePartnerRequestRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  26752.     }
  26753.     /**
  26754.      * Gets the private 'App\Repository\UserRating\UserRatingRepository' shared autowired service.
  26755.      *
  26756.      * @return \App\Repository\UserRating\UserRatingRepository
  26757.      */
  26758.     protected function getUserRatingRepositoryService()
  26759.     {
  26760.         include_once \dirname(__DIR__4).'/src/Repository/UserRating/UserRatingRepositoryInterface.php';
  26761.         include_once \dirname(__DIR__4).'/src/Repository/UserRating/UserRatingRepository.php';
  26762.         return $this->privates['App\\Repository\\UserRating\\UserRatingRepository'] = new \App\Repository\UserRating\UserRatingRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26763.     }
  26764.     /**
  26765.      * Gets the private 'App\Repository\UserServicePromoRepository' shared autowired service.
  26766.      *
  26767.      * @return \App\Repository\UserServicePromoRepository
  26768.      */
  26769.     protected function getUserServicePromoRepositoryService()
  26770.     {
  26771.         include_once \dirname(__DIR__4).'/src/Repository/UserServicePromoRepository.php';
  26772.         return $this->privates['App\\Repository\\UserServicePromoRepository'] = new \App\Repository\UserServicePromoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26773.     }
  26774.     /**
  26775.      * Gets the private 'App\Repository\VenteRepository' shared autowired service.
  26776.      *
  26777.      * @return \App\Repository\VenteRepository
  26778.      */
  26779.     protected function getVenteRepositoryService()
  26780.     {
  26781.         include_once \dirname(__DIR__4).'/src/Repository/VenteRepository.php';
  26782.         return $this->privates['App\\Repository\\VenteRepository'] = new \App\Repository\VenteRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26783.     }
  26784.     /**
  26785.      * Gets the private 'App\Repository\VentilationLosesRepository' shared autowired service.
  26786.      *
  26787.      * @return \App\Repository\VentilationLosesRepository
  26788.      */
  26789.     protected function getVentilationLosesRepositoryService()
  26790.     {
  26791.         include_once \dirname(__DIR__4).'/src/Repository/VentilationLosesRepository.php';
  26792.         return $this->privates['App\\Repository\\VentilationLosesRepository'] = new \App\Repository\VentilationLosesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26793.     }
  26794.     /**
  26795.      * Gets the private 'App\Repository\VentilationSystemRepository' shared autowired service.
  26796.      *
  26797.      * @return \App\Repository\VentilationSystemRepository
  26798.      */
  26799.     protected function getVentilationSystemRepositoryService()
  26800.     {
  26801.         include_once \dirname(__DIR__4).'/src/Repository/VentilationSystemRepository.php';
  26802.         return $this->privates['App\\Repository\\VentilationSystemRepository'] = new \App\Repository\VentilationSystemRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26803.     }
  26804.     /**
  26805.      * Gets the private 'App\Repository\ViewRepository' shared autowired service.
  26806.      *
  26807.      * @return \App\Repository\ViewRepository
  26808.      */
  26809.     protected function getViewRepositoryService()
  26810.     {
  26811.         include_once \dirname(__DIR__4).'/src/Repository/ViewRepository.php';
  26812.         return $this->privates['App\\Repository\\ViewRepository'] = new \App\Repository\ViewRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26813.     }
  26814.     /**
  26815.      * Gets the private 'App\Repository\VisitpropertyRepository' shared autowired service.
  26816.      *
  26817.      * @return \App\Repository\VisitpropertyRepository
  26818.      */
  26819.     protected function getVisitpropertyRepositoryService()
  26820.     {
  26821.         include_once \dirname(__DIR__4).'/src/Repository/VisitpropertyRepository.php';
  26822.         return $this->privates['App\\Repository\\VisitpropertyRepository'] = new \App\Repository\VisitpropertyRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26823.     }
  26824.     /**
  26825.      * Gets the private 'App\Repository\VivaquaRepository' shared autowired service.
  26826.      *
  26827.      * @return \App\Repository\VivaquaRepository
  26828.      */
  26829.     protected function getVivaquaRepositoryService()
  26830.     {
  26831.         include_once \dirname(__DIR__4).'/src/Repository/VivaquaRepository.php';
  26832.         return $this->privates['App\\Repository\\VivaquaRepository'] = new \App\Repository\VivaquaRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26833.     }
  26834.     /**
  26835.      * Gets the private 'App\Repository\VoirieFilesRepository' shared autowired service.
  26836.      *
  26837.      * @return \App\Repository\VoirieFilesRepository
  26838.      */
  26839.     protected function getVoirieFilesRepositoryService()
  26840.     {
  26841.         include_once \dirname(__DIR__4).'/src/Repository/VoirieFilesRepository.php';
  26842.         return $this->privates['App\\Repository\\VoirieFilesRepository'] = new \App\Repository\VoirieFilesRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26843.     }
  26844.     /**
  26845.      * Gets the private 'App\Repository\WarmWaterPerformanceRepository' shared autowired service.
  26846.      *
  26847.      * @return \App\Repository\WarmWaterPerformanceRepository
  26848.      */
  26849.     protected function getWarmWaterPerformanceRepositoryService()
  26850.     {
  26851.         include_once \dirname(__DIR__4).'/src/Repository/WarmWaterPerformanceRepository.php';
  26852.         return $this->privates['App\\Repository\\WarmWaterPerformanceRepository'] = new \App\Repository\WarmWaterPerformanceRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26853.     }
  26854.     /**
  26855.      * Gets the private 'App\Repository\WaterSupplierControllerExcelRepository' shared autowired service.
  26856.      *
  26857.      * @return \App\Repository\WaterSupplierControllerExcelRepository
  26858.      */
  26859.     protected function getWaterSupplierControllerExcelRepositoryService()
  26860.     {
  26861.         include_once \dirname(__DIR__4).'/src/Repository/WaterSupplierControllerExcelRepository.php';
  26862.         return $this->privates['App\\Repository\\WaterSupplierControllerExcelRepository'] = new \App\Repository\WaterSupplierControllerExcelRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26863.     }
  26864.     /**
  26865.      * Gets the private 'App\Repository\WaterSupplierControllerRepository' shared autowired service.
  26866.      *
  26867.      * @return \App\Repository\WaterSupplierControllerRepository
  26868.      */
  26869.     protected function getWaterSupplierControllerRepositoryService()
  26870.     {
  26871.         include_once \dirname(__DIR__4).'/src/Repository/WaterSupplierControllerRepository.php';
  26872.         return $this->privates['App\\Repository\\WaterSupplierControllerRepository'] = new \App\Repository\WaterSupplierControllerRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26873.     }
  26874.     /**
  26875.      * Gets the private 'App\Repository\WebshopOrderRepository' shared autowired service.
  26876.      *
  26877.      * @return \App\Repository\WebshopOrderRepository
  26878.      */
  26879.     protected function getWebshopOrderRepositoryService()
  26880.     {
  26881.         include_once \dirname(__DIR__4).'/src/Repository/WebshopOrderRepository.php';
  26882.         return $this->privates['App\\Repository\\WebshopOrderRepository'] = new \App\Repository\WebshopOrderRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26883.     }
  26884.     /**
  26885.      * Gets the private 'App\Repository\WebshopPaymentInfoRepository' shared autowired service.
  26886.      *
  26887.      * @return \App\Repository\WebshopPaymentInfoRepository
  26888.      */
  26889.     protected function getWebshopPaymentInfoRepositoryService()
  26890.     {
  26891.         include_once \dirname(__DIR__4).'/src/Repository/WebshopPaymentInfoRepository.php';
  26892.         return $this->privates['App\\Repository\\WebshopPaymentInfoRepository'] = new \App\Repository\WebshopPaymentInfoRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26893.     }
  26894.     /**
  26895.      * Gets the private 'App\Repository\WebshopPaymentRepository' shared autowired service.
  26896.      *
  26897.      * @return \App\Repository\WebshopPaymentRepository
  26898.      */
  26899.     protected function getWebshopPaymentRepositoryService()
  26900.     {
  26901.         include_once \dirname(__DIR__4).'/src/Repository/WebshopPaymentRepository.php';
  26902.         return $this->privates['App\\Repository\\WebshopPaymentRepository'] = new \App\Repository\WebshopPaymentRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26903.     }
  26904.     /**
  26905.      * Gets the private 'App\Repository\WorkArtRepository' shared autowired service.
  26906.      *
  26907.      * @return \App\Repository\WorkArtRepository
  26908.      */
  26909.     protected function getWorkArtRepositoryService()
  26910.     {
  26911.         include_once \dirname(__DIR__4).'/src/Repository/WorkArtRepository.php';
  26912.         return $this->privates['App\\Repository\\WorkArtRepository'] = new \App\Repository\WorkArtRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26913.     }
  26914.     /**
  26915.      * Gets the private 'App\Repository\WorkCsvRepository' shared autowired service.
  26916.      *
  26917.      * @return \App\Repository\WorkCsvRepository
  26918.      */
  26919.     protected function getWorkCsvRepositoryService()
  26920.     {
  26921.         include_once \dirname(__DIR__4).'/src/Repository/WorkCsvRepository.php';
  26922.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26923.         if (isset($this->privates['App\\Repository\\WorkCsvRepository'])) {
  26924.             return $this->privates['App\\Repository\\WorkCsvRepository'];
  26925.         }
  26926.         return $this->privates['App\\Repository\\WorkCsvRepository'] = new \App\Repository\WorkCsvRepository(($this->services['doctrine'] ?? $this->getDoctrineService()), $a);
  26927.     }
  26928.     /**
  26929.      * Gets the private 'App\Repository\WorkLinksRepository' shared autowired service.
  26930.      *
  26931.      * @return \App\Repository\WorkLinksRepository
  26932.      */
  26933.     protected function getWorkLinksRepositoryService()
  26934.     {
  26935.         include_once \dirname(__DIR__4).'/src/Repository/WorkLinksRepository.php';
  26936.         return $this->privates['App\\Repository\\WorkLinksRepository'] = new \App\Repository\WorkLinksRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26937.     }
  26938.     /**
  26939.      * Gets the private 'App\Repository\WorkcostRepository' shared autowired service.
  26940.      *
  26941.      * @return \App\Repository\WorkcostRepository
  26942.      */
  26943.     protected function getWorkcostRepositoryService()
  26944.     {
  26945.         include_once \dirname(__DIR__4).'/src/Repository/WorkcostRepository.php';
  26946.         return $this->privates['App\\Repository\\WorkcostRepository'] = new \App\Repository\WorkcostRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26947.     }
  26948.     /**
  26949.      * Gets the private 'App\Repository\YousignSavedDataRepository' shared autowired service.
  26950.      *
  26951.      * @return \App\Repository\YousignSavedDataRepository
  26952.      */
  26953.     protected function getYousignSavedDataRepositoryService()
  26954.     {
  26955.         include_once \dirname(__DIR__4).'/src/Repository/YousignSavedDataRepository.php';
  26956.         return $this->privates['App\\Repository\\YousignSavedDataRepository'] = new \App\Repository\YousignSavedDataRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26957.     }
  26958.     /**
  26959.      * Gets the private 'App\Repository\ZoneRepository' shared autowired service.
  26960.      *
  26961.      * @return \App\Repository\ZoneRepository
  26962.      */
  26963.     protected function getZoneRepositoryService()
  26964.     {
  26965.         include_once \dirname(__DIR__4).'/src/Repository/ZoneRepository.php';
  26966.         return $this->privates['App\\Repository\\ZoneRepository'] = new \App\Repository\ZoneRepository(($this->services['doctrine'] ?? $this->getDoctrineService()));
  26967.     }
  26968.     /**
  26969.      * Gets the private 'App\Security\PersonnelAuthenticator' shared autowired service.
  26970.      *
  26971.      * @return \App\Security\PersonnelAuthenticator
  26972.      */
  26973.     protected function getPersonnelAuthenticatorService()
  26974.     {
  26975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  26976.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  26977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AbstractGuardAuthenticator.php';
  26978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/Authenticator/AbstractFormLoginAuthenticator.php';
  26979.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/PasswordAuthenticatedInterface.php';
  26980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  26981.         include_once \dirname(__DIR__4).'/src/Security/PersonnelAuthenticator.php';
  26982.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  26983.         if (isset($this->privates['App\\Security\\PersonnelAuthenticator'])) {
  26984.             return $this->privates['App\\Security\\PersonnelAuthenticator'];
  26985.         }
  26986.         $b = ($this->services['router'] ?? $this->getRouterService());
  26987.         if (isset($this->privates['App\\Security\\PersonnelAuthenticator'])) {
  26988.             return $this->privates['App\\Security\\PersonnelAuthenticator'];
  26989.         }
  26990.         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()));
  26991.     }
  26992.     /**
  26993.      * Gets the private 'App\Service\AlertService' shared autowired service.
  26994.      *
  26995.      * @return \App\Service\AlertService
  26996.      */
  26997.     protected function getAlertServiceService()
  26998.     {
  26999.         include_once \dirname(__DIR__4).'/src/Service/AlertService.php';
  27000.         $a = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27001.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27002.             return $this->privates['App\\Service\\AlertService'];
  27003.         }
  27004.         $b = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  27005.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27006.             return $this->privates['App\\Service\\AlertService'];
  27007.         }
  27008.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27009.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27010.             return $this->privates['App\\Service\\AlertService'];
  27011.         }
  27012.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27013.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27014.             return $this->privates['App\\Service\\AlertService'];
  27015.         }
  27016.         $e = ($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] ?? $this->getMakeOfferServiceService());
  27017.         if (isset($this->privates['App\\Service\\AlertService'])) {
  27018.             return $this->privates['App\\Service\\AlertService'];
  27019.         }
  27020.         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);
  27021.     }
  27022.     /**
  27023.      * Gets the private 'App\Service\Api\Address\AddressService' shared autowired service.
  27024.      *
  27025.      * @return \App\Service\Api\Address\AddressService
  27026.      */
  27027.     protected function getAddressServiceService()
  27028.     {
  27029.         include_once \dirname(__DIR__4).'/src/Service/Api/Address/AddressService.php';
  27030.         return $this->privates['App\\Service\\Api\\Address\\AddressService'] = new \App\Service\Api\Address\AddressService(($this->privates['App\\Repository\\AdressRepository'] ?? $this->getAdressRepositoryService()));
  27031.     }
  27032.     /**
  27033.      * Gets the private 'App\Service\Api\Chat\FormatService' shared autowired service.
  27034.      *
  27035.      * @return \App\Service\Api\Chat\FormatService
  27036.      */
  27037.     protected function getFormatServiceService()
  27038.     {
  27039.         include_once \dirname(__DIR__4).'/src/Service/Api/Chat/FormatService.php';
  27040.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27041.         if (isset($this->privates['App\\Service\\Api\\Chat\\FormatService'])) {
  27042.             return $this->privates['App\\Service\\Api\\Chat\\FormatService'];
  27043.         }
  27044.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27045.         if (isset($this->privates['App\\Service\\Api\\Chat\\FormatService'])) {
  27046.             return $this->privates['App\\Service\\Api\\Chat\\FormatService'];
  27047.         }
  27048.         return $this->privates['App\\Service\\Api\\Chat\\FormatService'] = new \App\Service\Api\Chat\FormatService($a$b);
  27049.     }
  27050.     /**
  27051.      * Gets the private 'App\Service\Api\Chat\UpdateChannelService' shared autowired service.
  27052.      *
  27053.      * @return \App\Service\Api\Chat\UpdateChannelService
  27054.      */
  27055.     protected function getUpdateChannelServiceService()
  27056.     {
  27057.         include_once \dirname(__DIR__4).'/src/Service/Api/Chat/UpdateChannelService.php';
  27058.         $a = ($this->privates['App\\Service\\Api\\Chat\\FormatService'] ?? $this->getFormatServiceService());
  27059.         if (isset($this->privates['App\\Service\\Api\\Chat\\UpdateChannelService'])) {
  27060.             return $this->privates['App\\Service\\Api\\Chat\\UpdateChannelService'];
  27061.         }
  27062.         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);
  27063.     }
  27064.     /**
  27065.      * Gets the private 'App\Service\Api\ClientSales\ClientSalesAgreementService' shared autowired service.
  27066.      *
  27067.      * @return \App\Service\Api\ClientSales\ClientSalesAgreementService
  27068.      */
  27069.     protected function getClientSalesAgreementServiceService()
  27070.     {
  27071.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27072.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/ClientSalesAgreementService.php';
  27073.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27074.         include_once \dirname(__DIR__4).'/src/Service/Traitement.php';
  27075.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27076.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27077.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27078.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27079.         }
  27080.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27081.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27082.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27083.         }
  27084.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27085.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27086.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27087.         }
  27088.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27089.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27090.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27091.         }
  27092.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27093.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27094.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27095.         }
  27096.         $f = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27097.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27098.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27099.         }
  27100.         $g = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27101.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27102.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27103.         }
  27104.         $h = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27105.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27106.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27107.         }
  27108.         $i = ($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'] ?? $this->getSalesAgreementMailingServiceService());
  27109.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27110.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27111.         }
  27112.         $j = ($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'] ?? $this->getPropertyMonitoringService());
  27113.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'])) {
  27114.             return $this->privates['App\\Service\\Api\\ClientSales\\ClientSalesAgreementService'];
  27115.         }
  27116.         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$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')))));
  27117.     }
  27118.     /**
  27119.      * Gets the private 'App\Service\Api\ClientSales\SalesAgreementMailingService' shared autowired service.
  27120.      *
  27121.      * @return \App\Service\Api\ClientSales\SalesAgreementMailingService
  27122.      */
  27123.     protected function getSalesAgreementMailingServiceService()
  27124.     {
  27125.         include_once \dirname(__DIR__4).'/src/Service/Onespan/OnespanHandlerInterface.php';
  27126.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/SalesAgreementMailingService.php';
  27127.         $a = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  27128.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27129.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27130.         }
  27131.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27132.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27133.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27134.         }
  27135.         $c = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  27136.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27137.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27138.         }
  27139.         $d = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27140.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27141.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27142.         }
  27143.         $e = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27144.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'])) {
  27145.             return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'];
  27146.         }
  27147.         return $this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'] = new \App\Service\Api\ClientSales\SalesAgreementMailingService($a$b$c$d$e, ($this->privates['App\\Repository\\ClientSalesAgreementRepository'] ?? $this->getClientSalesAgreementRepositoryService()));
  27148.     }
  27149.     /**
  27150.      * Gets the private 'App\Service\Api\ClientSales\UploadSalesAgreementService' shared autowired service.
  27151.      *
  27152.      * @return \App\Service\Api\ClientSales\UploadSalesAgreementService
  27153.      */
  27154.     protected function getUploadSalesAgreementServiceService()
  27155.     {
  27156.         include_once \dirname(__DIR__4).'/src/Service/Api/ClientSales/UploadSalesAgreementService.php';
  27157.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27158.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27159.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27160.         }
  27161.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27162.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27163.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27164.         }
  27165.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27166.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27167.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27168.         }
  27169.         $d = ($this->privates['App\\Service\\Api\\ClientSales\\SalesAgreementMailingService'] ?? $this->getSalesAgreementMailingServiceService());
  27170.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27171.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27172.         }
  27173.         $e = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27174.         if (isset($this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'])) {
  27175.             return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'];
  27176.         }
  27177.         return $this->privates['App\\Service\\Api\\ClientSales\\UploadSalesAgreementService'] = new \App\Service\Api\ClientSales\UploadSalesAgreementService($a$b$c$d$e);
  27178.     }
  27179.     /**
  27180.      * Gets the private 'App\Service\Api\Community\NotificationService' shared autowired service.
  27181.      *
  27182.      * @return \App\Service\Api\Community\NotificationService
  27183.      */
  27184.     protected function getNotificationServiceService()
  27185.     {
  27186.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/CommunityService.php';
  27187.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/NotificationService.php';
  27188.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27189.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27190.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27191.         }
  27192.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  27193.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27194.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27195.         }
  27196.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27197.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27198.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27199.         }
  27200.         $d = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27201.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27202.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27203.         }
  27204.         $e = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  27205.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27206.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27207.         }
  27208.         $f = ($this->privates['App\\Service\\Api\\Community\\PerimeterService'] ?? $this->getPerimeterServiceService());
  27209.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27210.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27211.         }
  27212.         $g = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27213.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27214.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27215.         }
  27216.         $h = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27217.         if (isset($this->privates['App\\Service\\Api\\Community\\NotificationService'])) {
  27218.             return $this->privates['App\\Service\\Api\\Community\\NotificationService'];
  27219.         }
  27220.         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);
  27221.     }
  27222.     /**
  27223.      * Gets the private 'App\Service\Api\Community\PerimeterService' shared autowired service.
  27224.      *
  27225.      * @return \App\Service\Api\Community\PerimeterService
  27226.      */
  27227.     protected function getPerimeterServiceService()
  27228.     {
  27229.         include_once \dirname(__DIR__4).'/src/Service/Api/Community/PerimeterService.php';
  27230.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27231.         if (isset($this->privates['App\\Service\\Api\\Community\\PerimeterService'])) {
  27232.             return $this->privates['App\\Service\\Api\\Community\\PerimeterService'];
  27233.         }
  27234.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27235.         if (isset($this->privates['App\\Service\\Api\\Community\\PerimeterService'])) {
  27236.             return $this->privates['App\\Service\\Api\\Community\\PerimeterService'];
  27237.         }
  27238.         $c = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27239.         if (isset($this->privates['App\\Service\\Api\\Community\\PerimeterService'])) {
  27240.             return $this->privates['App\\Service\\Api\\Community\\PerimeterService'];
  27241.         }
  27242.         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);
  27243.     }
  27244.     /**
  27245.      * Gets the private 'App\Service\Api\EnergyBelgiqueService' shared autowired service.
  27246.      *
  27247.      * @return \App\Service\Api\EnergyBelgiqueService
  27248.      */
  27249.     protected function getEnergyBelgiqueServiceService()
  27250.     {
  27251.         include_once \dirname(__DIR__4).'/src/Service/Api/EnergyBelgiqueService.php';
  27252.         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()));
  27253.     }
  27254.     /**
  27255.      * Gets the private 'App\Service\Api\EstimationService' shared autowired service.
  27256.      *
  27257.      * @return \App\Service\Api\EstimationService
  27258.      */
  27259.     protected function getEstimationServiceService()
  27260.     {
  27261.         include_once \dirname(__DIR__4).'/src/Service/Api/EstimationService.php';
  27262.         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()));
  27263.     }
  27264.     /**
  27265.      * Gets the private 'App\Service\Api\Notification\NotificationService' shared autowired service.
  27266.      *
  27267.      * @return \App\Service\Api\Notification\NotificationService
  27268.      */
  27269.     protected function getNotificationService2Service()
  27270.     {
  27271.         include_once \dirname(__DIR__4).'/src/Service/Api/Notification/NotificationService.php';
  27272.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27273.         if (isset($this->privates['App\\Service\\Api\\Notification\\NotificationService'])) {
  27274.             return $this->privates['App\\Service\\Api\\Notification\\NotificationService'];
  27275.         }
  27276.         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()));
  27277.     }
  27278.     /**
  27279.      * Gets the private 'App\Service\Api\OfferCollaborative\AddOfferService' shared autowired service.
  27280.      *
  27281.      * @return \App\Service\Api\OfferCollaborative\AddOfferService
  27282.      */
  27283.     protected function getAddOfferServiceService()
  27284.     {
  27285.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/AddOfferService.php';
  27286.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27287.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27288.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27289.         }
  27290.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27291.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27292.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27293.         }
  27294.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27295.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27296.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27297.         }
  27298.         $d = ($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] ?? $this->getUserPurchasePartnerRequestRepositoryService());
  27299.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27300.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27301.         }
  27302.         $e = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27303.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27304.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27305.         }
  27306.         $f = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27307.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27308.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27309.         }
  27310.         $g = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27311.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'])) {
  27312.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\AddOfferService'];
  27313.         }
  27314.         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()));
  27315.     }
  27316.     /**
  27317.      * Gets the private 'App\Service\Api\OfferCollaborative\Common\CollaborativeOfferCommon' shared autowired service.
  27318.      *
  27319.      * @return \App\Service\Api\OfferCollaborative\Common\CollaborativeOfferCommon
  27320.      */
  27321.     protected function getCollaborativeOfferCommonService()
  27322.     {
  27323.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Common/CollaborativeOfferCommon.php';
  27324.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27325.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27326.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27327.         }
  27328.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27329.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27330.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27331.         }
  27332.         $c = ($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] ?? $this->getUserPurchasePartnerRequestRepositoryService());
  27333.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27334.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27335.         }
  27336.         $d = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27337.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'])) {
  27338.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'];
  27339.         }
  27340.         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()));
  27341.     }
  27342.     /**
  27343.      * Gets the private 'App\Service\Api\OfferCollaborative\ListOfferService' shared autowired service.
  27344.      *
  27345.      * @return \App\Service\Api\OfferCollaborative\ListOfferService
  27346.      */
  27347.     protected function getListOfferServiceService()
  27348.     {
  27349.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/ListOfferService.php';
  27350.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27351.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'])) {
  27352.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'];
  27353.         }
  27354.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27355.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'])) {
  27356.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'];
  27357.         }
  27358.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27359.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'])) {
  27360.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\ListOfferService'];
  27361.         }
  27362.         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);
  27363.     }
  27364.     /**
  27365.      * Gets the private 'App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestService' shared autowired service.
  27366.      *
  27367.      * @return \App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestService
  27368.      */
  27369.     protected function getPurchasePartnerRequestServiceService()
  27370.     {
  27371.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Purchase/PurchasePartnerRequestService.php';
  27372.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27373.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27374.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27375.         }
  27376.         $b = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27377.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27378.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27379.         }
  27380.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27381.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27382.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27383.         }
  27384.         $d = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27385.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27386.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27387.         }
  27388.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27389.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27390.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27391.         }
  27392.         $f = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27393.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27394.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27395.         }
  27396.         $g = ($this->privates['App\\Repository\\UserPurchasePartnerRequestRepository'] ?? $this->getUserPurchasePartnerRequestRepositoryService());
  27397.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27398.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27399.         }
  27400.         $h = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27401.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'])) {
  27402.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'];
  27403.         }
  27404.         return $this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'] = new \App\Service\Api\OfferCollaborative\Purchase\PurchasePartnerRequestService($a$this$b, ($this->privates['App\\Service\\TraitementMessage'] ?? ($this->privates['App\\Service\\TraitementMessage'] = new \App\Service\TraitementMessage())), $c, ($this->privates['security.csrf.token_generator'] ?? ($this->privates['security.csrf.token_generator'] = new \Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator())), $d, ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()), $e, ($this->privates['App\\Repository\\PurchasePartnerRequestRepository'] ?? $this->getPurchasePartnerRequestRepositoryService()), $f$g$h);
  27405.     }
  27406.     /**
  27407.      * Gets the private 'App\Service\Api\OfferCollaborative\Seller\OfferProcessService' shared autowired service.
  27408.      *
  27409.      * @return \App\Service\Api\OfferCollaborative\Seller\OfferProcessService
  27410.      */
  27411.     protected function getOfferProcessServiceService()
  27412.     {
  27413.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/Seller/OfferProcessService.php';
  27414.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27415.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27416.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27417.         }
  27418.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27419.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27420.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27421.         }
  27422.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27423.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27424.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27425.         }
  27426.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27427.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27428.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27429.         }
  27430.         $e = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27431.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'])) {
  27432.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\Seller\\OfferProcessService'];
  27433.         }
  27434.         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);
  27435.     }
  27436.     /**
  27437.      * Gets the private 'App\Service\Api\OfferCollaborative\SendOfferToSellerService' shared autowired service.
  27438.      *
  27439.      * @return \App\Service\Api\OfferCollaborative\SendOfferToSellerService
  27440.      */
  27441.     protected function getSendOfferToSellerServiceService()
  27442.     {
  27443.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/SendOfferToSellerService.php';
  27444.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27445.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27446.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27447.         }
  27448.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27449.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27450.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27451.         }
  27452.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27453.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27454.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27455.         }
  27456.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27457.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27458.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27459.         }
  27460.         $e = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27461.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'])) {
  27462.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SendOfferToSellerService'];
  27463.         }
  27464.         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);
  27465.     }
  27466.     /**
  27467.      * Gets the private 'App\Service\Api\OfferCollaborative\SignCollaboratorOfferService' shared autowired service.
  27468.      *
  27469.      * @return \App\Service\Api\OfferCollaborative\SignCollaboratorOfferService
  27470.      */
  27471.     protected function getSignCollaboratorOfferServiceService()
  27472.     {
  27473.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferCollaborative/SignCollaboratorOfferService.php';
  27474.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27475.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27476.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27477.         }
  27478.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27479.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27480.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27481.         }
  27482.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27483.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27484.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27485.         }
  27486.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  27487.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27488.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27489.         }
  27490.         $e = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27491.         if (isset($this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'])) {
  27492.             return $this->privates['App\\Service\\Api\\OfferCollaborative\\SignCollaboratorOfferService'];
  27493.         }
  27494.         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);
  27495.     }
  27496.     /**
  27497.      * Gets the private 'App\Service\Api\OfferLease\ListOfferLeaseService' shared autowired service.
  27498.      *
  27499.      * @return \App\Service\Api\OfferLease\ListOfferLeaseService
  27500.      */
  27501.     protected function getListOfferLeaseServiceService()
  27502.     {
  27503.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27504.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/ListOfferLeaseService.php';
  27505.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27506.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27507.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27508.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27509.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27510.         }
  27511.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27512.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27513.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27514.         }
  27515.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27516.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27517.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27518.         }
  27519.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27520.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27521.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27522.         }
  27523.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27524.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27525.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27526.         }
  27527.         $f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27528.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27529.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27530.         }
  27531.         $g = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27532.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'])) {
  27533.             return $this->privates['App\\Service\\Api\\OfferLease\\ListOfferLeaseService'];
  27534.         }
  27535.         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')))));
  27536.     }
  27537.     /**
  27538.      * Gets the private 'App\Service\Api\OfferLease\SignOfferLeaseService' shared autowired service.
  27539.      *
  27540.      * @return \App\Service\Api\OfferLease\SignOfferLeaseService
  27541.      */
  27542.     protected function getSignOfferLeaseServiceService()
  27543.     {
  27544.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27545.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/SignOfferLeaseService.php';
  27546.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27547.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27548.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27549.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27550.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27551.         }
  27552.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27553.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27554.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27555.         }
  27556.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27557.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27558.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27559.         }
  27560.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27561.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27562.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27563.         }
  27564.         $e = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27565.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27566.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27567.         }
  27568.         $f = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27569.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27570.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27571.         }
  27572.         $g = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27573.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'])) {
  27574.             return $this->privates['App\\Service\\Api\\OfferLease\\SignOfferLeaseService'];
  27575.         }
  27576.         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')))));
  27577.     }
  27578.     /**
  27579.      * Gets the private 'App\Service\Api\OfferLease\ValidateOfferLeaseService' shared autowired service.
  27580.      *
  27581.      * @return \App\Service\Api\OfferLease\ValidateOfferLeaseService
  27582.      */
  27583.     protected function getValidateOfferLeaseServiceService()
  27584.     {
  27585.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/Validation/SendingMailOfferTrait.php';
  27586.         include_once \dirname(__DIR__4).'/src/Service/Api/OfferLease/ValidateOfferLeaseService.php';
  27587.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27588.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'])) {
  27589.             return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'];
  27590.         }
  27591.         $b = ($this->privates['App\\Mybase\\Services\\Base\\SBase'] ?? $this->getSBaseService());
  27592.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'])) {
  27593.             return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'];
  27594.         }
  27595.         $c = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27596.         if (isset($this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'])) {
  27597.             return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'];
  27598.         }
  27599.         return $this->privates['App\\Service\\Api\\OfferLease\\ValidateOfferLeaseService'] = new \App\Service\Api\OfferLease\ValidateOfferLeaseService($a$b$c);
  27600.     }
  27601.     /**
  27602.      * Gets the private 'App\Service\Api\Offer\MakeOfferService' shared autowired service.
  27603.      *
  27604.      * @return \App\Service\Api\Offer\MakeOfferService
  27605.      */
  27606.     protected function getMakeOfferServiceService()
  27607.     {
  27608.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferServices.php';
  27609.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/MakeOfferService.php';
  27610.         include_once \dirname(__DIR__4).'/src/Service/OnespanSign.php';
  27611.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27612.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27613.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27614.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27615.         }
  27616.         $b = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  27617.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27618.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27619.         }
  27620.         $c = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  27621.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27622.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27623.         }
  27624.         $d = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27625.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27626.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27627.         }
  27628.         $e = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27629.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27630.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27631.         }
  27632.         $f = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27633.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27634.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27635.         }
  27636.         $g = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27637.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27638.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27639.         }
  27640.         $h = ($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] ?? $this->getOfferDocumentServiceService());
  27641.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27642.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27643.         }
  27644.         $i = ($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'] ?? $this->getOfferDestinationServiceService());
  27645.         if (isset($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'])) {
  27646.             return $this->privates['App\\Service\\Api\\Offer\\MakeOfferService'];
  27647.         }
  27648.         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);
  27649.     }
  27650.     /**
  27651.      * Gets the private 'App\Service\Api\Offer\NotaryCorrectionService' shared autowired service.
  27652.      *
  27653.      * @return \App\Service\Api\Offer\NotaryCorrectionService
  27654.      */
  27655.     protected function getNotaryCorrectionServiceService()
  27656.     {
  27657.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/NotaryCorrectionService.php';
  27658.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27659.         if (isset($this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'])) {
  27660.             return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'];
  27661.         }
  27662.         $b = ($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] ?? $this->getOfferDocumentServiceService());
  27663.         if (isset($this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'])) {
  27664.             return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'];
  27665.         }
  27666.         $c = ($this->privates['App\\Service\\Api\\Offer\\MakeOfferService'] ?? $this->getMakeOfferServiceService());
  27667.         if (isset($this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'])) {
  27668.             return $this->privates['App\\Service\\Api\\Offer\\NotaryCorrectionService'];
  27669.         }
  27670.         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);
  27671.     }
  27672.     /**
  27673.      * Gets the private 'App\Service\Api\Offer\OfferDestinationService' shared autowired service.
  27674.      *
  27675.      * @return \App\Service\Api\Offer\OfferDestinationService
  27676.      */
  27677.     protected function getOfferDestinationServiceService()
  27678.     {
  27679.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferDestinationService.php';
  27680.         $a = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27681.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'])) {
  27682.             return $this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'];
  27683.         }
  27684.         $b = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  27685.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'])) {
  27686.             return $this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'];
  27687.         }
  27688.         return $this->privates['App\\Service\\Api\\Offer\\OfferDestinationService'] = new \App\Service\Api\Offer\OfferDestinationService($a$b, ($this->services['kernel'] ?? $this->get('kernel'1)));
  27689.     }
  27690.     /**
  27691.      * Gets the private 'App\Service\Api\Offer\OfferDocumentService' shared autowired service.
  27692.      *
  27693.      * @return \App\Service\Api\Offer\OfferDocumentService
  27694.      */
  27695.     protected function getOfferDocumentServiceService()
  27696.     {
  27697.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferDocumentService.php';
  27698.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27699.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'])) {
  27700.             return $this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'];
  27701.         }
  27702.         return $this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] = new \App\Service\Api\Offer\OfferDocumentService($a, ($this->privates['App\\Service\\TraitementUrl'] ?? $this->getTraitementUrlService()));
  27703.     }
  27704.     /**
  27705.      * Gets the private 'App\Service\Api\Offer\OfferSigningService' shared autowired service.
  27706.      *
  27707.      * @return \App\Service\Api\Offer\OfferSigningService
  27708.      */
  27709.     protected function getOfferSigningServiceService()
  27710.     {
  27711.         include_once \dirname(__DIR__4).'/src/Service/Api/Offer/OfferSigningService.php';
  27712.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  27713.         $a = ($this->privates['App\\Service\\Api\\Offer\\OfferDocumentService'] ?? $this->getOfferDocumentServiceService());
  27714.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferSigningService'])) {
  27715.             return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'];
  27716.         }
  27717.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27718.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferSigningService'])) {
  27719.             return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'];
  27720.         }
  27721.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27722.         if (isset($this->privates['App\\Service\\Api\\Offer\\OfferSigningService'])) {
  27723.             return $this->privates['App\\Service\\Api\\Offer\\OfferSigningService'];
  27724.         }
  27725.         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')))));
  27726.     }
  27727.     /**
  27728.      * Gets the private 'App\Service\Api\PermitEnvironmentalService' shared autowired service.
  27729.      *
  27730.      * @return \App\Service\Api\PermitEnvironmentalService
  27731.      */
  27732.     protected function getPermitEnvironmentalServiceService()
  27733.     {
  27734.         include_once \dirname(__DIR__4).'/src/Service/Api/PermitEnvironmentalService.php';
  27735.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27736.         if (isset($this->privates['App\\Service\\Api\\PermitEnvironmentalService'])) {
  27737.             return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'];
  27738.         }
  27739.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27740.         if (isset($this->privates['App\\Service\\Api\\PermitEnvironmentalService'])) {
  27741.             return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'];
  27742.         }
  27743.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27744.         if (isset($this->privates['App\\Service\\Api\\PermitEnvironmentalService'])) {
  27745.             return $this->privates['App\\Service\\Api\\PermitEnvironmentalService'];
  27746.         }
  27747.         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()));
  27748.     }
  27749.     /**
  27750.      * Gets the private 'App\Service\Api\Prestashop\Customer' shared autowired service.
  27751.      *
  27752.      * @return \App\Service\Api\Prestashop\Customer
  27753.      */
  27754.     protected function getCustomerService()
  27755.     {
  27756.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27757.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Customer.php';
  27758.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27759.         if (isset($this->privates['App\\Service\\Api\\Prestashop\\Customer'])) {
  27760.             return $this->privates['App\\Service\\Api\\Prestashop\\Customer'];
  27761.         }
  27762.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27763.         if (isset($this->privates['App\\Service\\Api\\Prestashop\\Customer'])) {
  27764.             return $this->privates['App\\Service\\Api\\Prestashop\\Customer'];
  27765.         }
  27766.         return $this->privates['App\\Service\\Api\\Prestashop\\Customer'] = new \App\Service\Api\Prestashop\Customer($a$b, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  27767.     }
  27768.     /**
  27769.      * Gets the private 'App\Service\Api\Prestashop\Order' shared autowired service.
  27770.      *
  27771.      * @return \App\Service\Api\Prestashop\Order
  27772.      */
  27773.     protected function getOrderService()
  27774.     {
  27775.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27776.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Order.php';
  27777.         return $this->privates['App\\Service\\Api\\Prestashop\\Order'] = new \App\Service\Api\Prestashop\Order(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  27778.     }
  27779.     /**
  27780.      * Gets the private 'App\Service\Api\Prestashop\Product' shared autowired service.
  27781.      *
  27782.      * @return \App\Service\Api\Prestashop\Product
  27783.      */
  27784.     protected function getProductService()
  27785.     {
  27786.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27787.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Product.php';
  27788.         return $this->privates['App\\Service\\Api\\Prestashop\\Product'] = new \App\Service\Api\Prestashop\Product(($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()));
  27789.     }
  27790.     /**
  27791.      * Gets the private 'App\Service\Api\Prestashop\Suppliers' shared autowired service.
  27792.      *
  27793.      * @return \App\Service\Api\Prestashop\Suppliers
  27794.      */
  27795.     protected function getSuppliersService()
  27796.     {
  27797.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/AbstractPrestashopApiService.php';
  27798.         include_once \dirname(__DIR__4).'/src/Service/Api/Prestashop/Suppliers.php';
  27799.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27800.         if (isset($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'])) {
  27801.             return $this->privates['App\\Service\\Api\\Prestashop\\Suppliers'];
  27802.         }
  27803.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27804.         if (isset($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'])) {
  27805.             return $this->privates['App\\Service\\Api\\Prestashop\\Suppliers'];
  27806.         }
  27807.         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()));
  27808.     }
  27809.     /**
  27810.      * Gets the private 'App\Service\Api\Prime\PrimeAmountService' shared autowired service.
  27811.      *
  27812.      * @return \App\Service\Api\Prime\PrimeAmountService
  27813.      */
  27814.     protected function getPrimeAmountServiceService()
  27815.     {
  27816.         include_once \dirname(__DIR__4).'/src/Service/Api/Prime/PrimeAmountService.php';
  27817.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27818.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'])) {
  27819.             return $this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'];
  27820.         }
  27821.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27822.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'])) {
  27823.             return $this->privates['App\\Service\\Api\\Prime\\PrimeAmountService'];
  27824.         }
  27825.         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()));
  27826.     }
  27827.     /**
  27828.      * Gets the private 'App\Service\Api\Prime\PrimeProcessService' shared autowired service.
  27829.      *
  27830.      * @return \App\Service\Api\Prime\PrimeProcessService
  27831.      */
  27832.     protected function getPrimeProcessServiceService()
  27833.     {
  27834.         include_once \dirname(__DIR__4).'/src/Service/Api/Prime/PrimeProcessService.php';
  27835.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27836.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'])) {
  27837.             return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'];
  27838.         }
  27839.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27840.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'])) {
  27841.             return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'];
  27842.         }
  27843.         $c = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  27844.         if (isset($this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'])) {
  27845.             return $this->privates['App\\Service\\Api\\Prime\\PrimeProcessService'];
  27846.         }
  27847.         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);
  27848.     }
  27849.     /**
  27850.      * Gets the private 'App\Service\Api\RentalEmailService' shared autowired service.
  27851.      *
  27852.      * @return \App\Service\Api\RentalEmailService
  27853.      */
  27854.     protected function getRentalEmailServiceService()
  27855.     {
  27856.         include_once \dirname(__DIR__4).'/src/Service/Api/RentalEmailService.php';
  27857.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  27858.         if (isset($this->privates['App\\Service\\Api\\RentalEmailService'])) {
  27859.             return $this->privates['App\\Service\\Api\\RentalEmailService'];
  27860.         }
  27861.         $b = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  27862.         if (isset($this->privates['App\\Service\\Api\\RentalEmailService'])) {
  27863.             return $this->privates['App\\Service\\Api\\RentalEmailService'];
  27864.         }
  27865.         return $this->privates['App\\Service\\Api\\RentalEmailService'] = new \App\Service\Api\RentalEmailService($a$b);
  27866.     }
  27867.     /**
  27868.      * Gets the private 'App\Service\Api\Rental\LeaseContractManager' shared autowired service.
  27869.      *
  27870.      * @return \App\Service\Api\Rental\LeaseContractManager
  27871.      */
  27872.     protected function getLeaseContractManagerService()
  27873.     {
  27874.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/LeaseContractManagerInterface.php';
  27875.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/LeaseContractManager.php';
  27876.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27877.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'])) {
  27878.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'];
  27879.         }
  27880.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27881.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'])) {
  27882.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'];
  27883.         }
  27884.         $c = ($this->services['vich_uploader.upload_handler'] ?? $this->getVichUploader_UploadHandlerService());
  27885.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'])) {
  27886.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'];
  27887.         }
  27888.         $d = ($this->privates['App\\Service\\Api\\RentalEmailService'] ?? $this->getRentalEmailServiceService());
  27889.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'])) {
  27890.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'];
  27891.         }
  27892.         $e = ($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'] ?? $this->getUserPropertyFetcherService());
  27893.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'])) {
  27894.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'];
  27895.         }
  27896.         $f = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27897.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'])) {
  27898.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'];
  27899.         }
  27900.         return $this->privates['App\\Service\\Api\\Rental\\LeaseContractManager'] = new \App\Service\Api\Rental\LeaseContractManager($a$b$c$d$e$f'/uploads/lease_contract/');
  27901.     }
  27902.     /**
  27903.      * Gets the private 'App\Service\Api\Rental\LeaseContractModelManager' shared autowired service.
  27904.      *
  27905.      * @return \App\Service\Api\Rental\LeaseContractModelManager
  27906.      */
  27907.     protected function getLeaseContractModelManagerService()
  27908.     {
  27909.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/LeaseContractModelManagerInterface.php';
  27910.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/LeaseContractModelManager.php';
  27911.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27912.         if (isset($this->privates['App\\Service\\Api\\Rental\\LeaseContractModelManager'])) {
  27913.             return $this->privates['App\\Service\\Api\\Rental\\LeaseContractModelManager'];
  27914.         }
  27915.         return $this->privates['App\\Service\\Api\\Rental\\LeaseContractModelManager'] = new \App\Service\Api\Rental\LeaseContractModelManager($a);
  27916.     }
  27917.     /**
  27918.      * Gets the private 'App\Service\Api\Rental\OnespanHandler' shared autowired service.
  27919.      *
  27920.      * @return \App\Service\Api\Rental\OnespanHandler
  27921.      */
  27922.     protected function getOnespanHandlerService()
  27923.     {
  27924.         include_once \dirname(__DIR__4).'/src/Service/Onespan/OnespanHandlerInterface.php';
  27925.         include_once \dirname(__DIR__4).'/src/Service/Api/Rental/OnespanHandler.php';
  27926.         return $this->privates['App\\Service\\Api\\Rental\\OnespanHandler'] = new \App\Service\Api\Rental\OnespanHandler(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'] ?? $this->getSearchIndexUpdaterService()), ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService()), '/uploads/lease_contract/', ($this->privates['App\\Service\\FileService'] ?? $this->getFileServiceService()));
  27927.     }
  27928.     /**
  27929.      * Gets the private 'App\Service\Api\SendEmailService' shared autowired service.
  27930.      *
  27931.      * @return \App\Service\Api\SendEmailService
  27932.      */
  27933.     protected function getSendEmailServiceService()
  27934.     {
  27935.         include_once \dirname(__DIR__4).'/src/Service/Api/SendEmailService.php';
  27936.         $a = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  27937.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  27938.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  27939.         }
  27940.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  27941.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  27942.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  27943.         }
  27944.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27945.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  27946.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  27947.         }
  27948.         $d = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  27949.         if (isset($this->privates['App\\Service\\Api\\SendEmailService'])) {
  27950.             return $this->privates['App\\Service\\Api\\SendEmailService'];
  27951.         }
  27952.         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()));
  27953.     }
  27954.     /**
  27955.      * Gets the private 'App\Service\Api\StandardFormService' shared autowired service.
  27956.      *
  27957.      * @return \App\Service\Api\StandardFormService
  27958.      */
  27959.     protected function getStandardFormServiceService()
  27960.     {
  27961.         include_once \dirname(__DIR__4).'/src/Service/Api/StandardFormService.php';
  27962.         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()));
  27963.     }
  27964.     /**
  27965.      * Gets the private 'App\Service\Api\Subscription\FeatureService' shared autowired service.
  27966.      *
  27967.      * @return \App\Service\Api\Subscription\FeatureService
  27968.      */
  27969.     protected function getFeatureServiceService()
  27970.     {
  27971.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/FeatureService.php';
  27972.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27973.         if (isset($this->privates['App\\Service\\Api\\Subscription\\FeatureService'])) {
  27974.             return $this->privates['App\\Service\\Api\\Subscription\\FeatureService'];
  27975.         }
  27976.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  27977.         if (isset($this->privates['App\\Service\\Api\\Subscription\\FeatureService'])) {
  27978.             return $this->privates['App\\Service\\Api\\Subscription\\FeatureService'];
  27979.         }
  27980.         return $this->privates['App\\Service\\Api\\Subscription\\FeatureService'] = new \App\Service\Api\Subscription\FeatureService($a, ($this->privates['App\\Repository\\Plan\\FeatureUsageRepository'] ?? $this->getFeatureUsageRepositoryService()), $b);
  27981.     }
  27982.     /**
  27983.      * Gets the private 'App\Service\Api\Subscription\SubscriptionService' shared autowired service.
  27984.      *
  27985.      * @return \App\Service\Api\Subscription\SubscriptionService
  27986.      */
  27987.     protected function getSubscriptionServiceService()
  27988.     {
  27989.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/SubscriptionService.php';
  27990.         include_once \dirname(__DIR__4).'/src/Service/Api/Subscription/NotificationService.php';
  27991.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  27992.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  27993.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  27994.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  27995.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  27996.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  27997.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  27998.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  27999.         }
  28000.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28001.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28002.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28003.         }
  28004.         $c = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28005.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28006.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28007.         }
  28008.         $d = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28009.         if (isset($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'])) {
  28010.             return $this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'];
  28011.         }
  28012.         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);
  28013.     }
  28014.     /**
  28015.      * Gets the private 'App\Service\Api\TheProperty\DetailService' shared autowired service.
  28016.      *
  28017.      * @return \App\Service\Api\TheProperty\DetailService
  28018.      */
  28019.     protected function getDetailServiceService()
  28020.     {
  28021.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/DetailService.php';
  28022.         $a = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28023.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DetailService'])) {
  28024.             return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'];
  28025.         }
  28026.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28027.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DetailService'])) {
  28028.             return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'];
  28029.         }
  28030.         $c = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Purchase\\PurchasePartnerRequestService'] ?? $this->getPurchasePartnerRequestServiceService());
  28031.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DetailService'])) {
  28032.             return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'];
  28033.         }
  28034.         $d = ($this->privates['App\\Service\\Api\\OfferCollaborative\\Common\\CollaborativeOfferCommon'] ?? $this->getCollaborativeOfferCommonService());
  28035.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DetailService'])) {
  28036.             return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'];
  28037.         }
  28038.         $e = ($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'] ?? $this->getUserPropertyFetcherService());
  28039.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DetailService'])) {
  28040.             return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'];
  28041.         }
  28042.         $f = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28043.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DetailService'])) {
  28044.             return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'];
  28045.         }
  28046.         return $this->privates['App\\Service\\Api\\TheProperty\\DetailService'] = new \App\Service\Api\TheProperty\DetailService($a$b, ($this->privates['App\\Repository\\ViewRepository'] ?? $this->getViewRepositoryService()), $c$d, ($this->privates['App\\Service\\Api\\TheProperty\\VisitService'] ?? $this->getVisitServiceService()), $e, ($this->privates['App\\Repository\\LeaseContractRepository'] ?? $this->getLeaseContractRepositoryService()), $f);
  28047.     }
  28048.     /**
  28049.      * Gets the private 'App\Service\Api\TheProperty\DocumentRequestService' shared autowired service.
  28050.      *
  28051.      * @return \App\Service\Api\TheProperty\DocumentRequestService
  28052.      */
  28053.     protected function getDocumentRequestServiceService()
  28054.     {
  28055.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/DocumentRequestService.php';
  28056.         $a = ($this->services['App\\Service\\DompdfService'] ?? $this->getDompdfServiceService());
  28057.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28058.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28059.         }
  28060.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28061.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28062.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28063.         }
  28064.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28065.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28066.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28067.         }
  28068.         $d = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28069.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'])) {
  28070.             return $this->privates['App\\Service\\Api\\TheProperty\\DocumentRequestService'];
  28071.         }
  28072.         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);
  28073.     }
  28074.     /**
  28075.      * Gets the private 'App\Service\Api\TheProperty\ExtensionOrder\ThePropertyExtensionOrderService' shared autowired service.
  28076.      *
  28077.      * @return \App\Service\Api\TheProperty\ExtensionOrder\ThePropertyExtensionOrderService
  28078.      */
  28079.     protected function getThePropertyExtensionOrderServiceService()
  28080.     {
  28081.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ExtensionOrder/ThePropertyExtensionOrderService.php';
  28082.         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()));
  28083.     }
  28084.     /**
  28085.      * Gets the private 'App\Service\Api\TheProperty\LocalityService' shared autowired service.
  28086.      *
  28087.      * @return \App\Service\Api\TheProperty\LocalityService
  28088.      */
  28089.     protected function getLocalityServiceService()
  28090.     {
  28091.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/LocalityService.php';
  28092.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28093.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\LocalityService'])) {
  28094.             return $this->privates['App\\Service\\Api\\TheProperty\\LocalityService'];
  28095.         }
  28096.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28097.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\LocalityService'])) {
  28098.             return $this->privates['App\\Service\\Api\\TheProperty\\LocalityService'];
  28099.         }
  28100.         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()));
  28101.     }
  28102.     /**
  28103.      * Gets the private 'App\Service\Api\TheProperty\PropertyAdService' shared autowired service.
  28104.      *
  28105.      * @return \App\Service\Api\TheProperty\PropertyAdService
  28106.      */
  28107.     protected function getPropertyAdServiceService()
  28108.     {
  28109.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/PropertyAdService.php';
  28110.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/CadastreFetcherService.php';
  28111.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/PostCreatePropertyAdHandler.php';
  28112.         include_once \dirname(__DIR__4).'/src/Service/Environment/SendContactService.php';
  28113.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28114.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28115.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28116.         }
  28117.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28118.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28119.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28120.         }
  28121.         $c = ($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'] ?? $this->getPropertyMonitoringService());
  28122.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28123.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28124.         }
  28125.         $d = ($this->privates['App\\Service\\Api\\Subscription\\FeatureService'] ?? $this->getFeatureServiceService());
  28126.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28127.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28128.         }
  28129.         $e = ($this->services['App\\Service\\Api\\Work\\ThePropertyWorkService'] ?? $this->getThePropertyWorkServiceService());
  28130.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28131.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28132.         }
  28133.         $f = ($this->privates['App\\Service\\MailToSend'] ?? $this->getMailToSendService());
  28134.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28135.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28136.         }
  28137.         $g = ($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'] ?? $this->getSolicitationServiceService());
  28138.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28139.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28140.         }
  28141.         $h = ($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'] ?? $this->getMarkOfInterestInCaseOfSaleServiceService());
  28142.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28143.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28144.         }
  28145.         $i = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28146.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28147.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28148.         }
  28149.         $j = ($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'] ?? $this->getThePropertyAppointmentSlotsServiceService());
  28150.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'])) {
  28151.             return $this->privates['App\\Service\\Api\\TheProperty\\PropertyAdService'];
  28152.         }
  28153.         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));
  28154.     }
  28155.     /**
  28156.      * Gets the private 'App\Service\Api\TheProperty\SoilAffectationPlanService' shared autowired service.
  28157.      *
  28158.      * @return \App\Service\Api\TheProperty\SoilAffectationPlanService
  28159.      */
  28160.     protected function getSoilAffectationPlanServiceService()
  28161.     {
  28162.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SoilAffectationPlanService.php';
  28163.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28164.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'])) {
  28165.             return $this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'];
  28166.         }
  28167.         $b = ($this->privates['App\\Service\\TraitementData'] ?? $this->getTraitementDataService());
  28168.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'])) {
  28169.             return $this->privates['App\\Service\\Api\\TheProperty\\SoilAffectationPlanService'];
  28170.         }
  28171.         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())), $b);
  28172.     }
  28173.     /**
  28174.      * Gets the private 'App\Service\Api\TheProperty\SolicitationService' shared autowired service.
  28175.      *
  28176.      * @return \App\Service\Api\TheProperty\SolicitationService
  28177.      */
  28178.     protected function getSolicitationServiceService()
  28179.     {
  28180.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SolicitationService.php';
  28181.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28182.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28183.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28184.         }
  28185.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28186.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28187.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28188.         }
  28189.         $c = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28190.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28191.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28192.         }
  28193.         $d = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28194.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28195.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28196.         }
  28197.         $e = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28198.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'])) {
  28199.             return $this->privates['App\\Service\\Api\\TheProperty\\SolicitationService'];
  28200.         }
  28201.         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);
  28202.     }
  28203.     /**
  28204.      * Gets the private 'App\Service\Api\TheProperty\SuggestionPriceService' shared autowired service.
  28205.      *
  28206.      * @return \App\Service\Api\TheProperty\SuggestionPriceService
  28207.      */
  28208.     protected function getSuggestionPriceServiceService()
  28209.     {
  28210.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/SuggestionPriceService.php';
  28211.         return $this->privates['App\\Service\\Api\\TheProperty\\SuggestionPriceService'] = new \App\Service\Api\TheProperty\SuggestionPriceService(($this->privates['App\\Repository\\StreetAveragePriceRepository'] ?? $this->getStreetAveragePriceRepositoryService()));
  28212.     }
  28213.     /**
  28214.      * Gets the private 'App\Service\Api\TheProperty\ThePropertyAppointmentSlotsService' shared autowired service.
  28215.      *
  28216.      * @return \App\Service\Api\TheProperty\ThePropertyAppointmentSlotsService
  28217.      */
  28218.     protected function getThePropertyAppointmentSlotsServiceService()
  28219.     {
  28220.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/ThePropertyAppointmentSlotsService.php';
  28221.         include_once \dirname(__DIR__4).'/src/Constant/UserConstants.php';
  28222.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28223.         if (isset($this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'])) {
  28224.             return $this->privates['App\\Service\\Api\\TheProperty\\ThePropertyAppointmentSlotsService'];
  28225.         }
  28226.         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())));
  28227.     }
  28228.     /**
  28229.      * Gets the private 'App\Service\Api\TheProperty\VisitService' shared autowired service.
  28230.      *
  28231.      * @return \App\Service\Api\TheProperty\VisitService
  28232.      */
  28233.     protected function getVisitServiceService()
  28234.     {
  28235.         include_once \dirname(__DIR__4).'/src/Service/Api/TheProperty/VisitService.php';
  28236.         return $this->privates['App\\Service\\Api\\TheProperty\\VisitService'] = new \App\Service\Api\TheProperty\VisitService(($this->privates['App\\Repository\\ThePropertyVisitRepository'] ?? $this->getThePropertyVisitRepositoryService()));
  28237.     }
  28238.     /**
  28239.      * Gets the private 'App\Service\Api\Timeline\OtherMonitoring' shared autowired service.
  28240.      *
  28241.      * @return \App\Service\Api\Timeline\OtherMonitoring
  28242.      */
  28243.     protected function getOtherMonitoringService()
  28244.     {
  28245.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/TimelineCreation.php';
  28246.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/OtherMonitoring.php';
  28247.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28248.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28249.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28250.         }
  28251.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28252.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28253.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28254.         }
  28255.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28256.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28257.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28258.         }
  28259.         $d = ($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService());
  28260.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28261.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28262.         }
  28263.         $e = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28264.         if (isset($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'])) {
  28265.             return $this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'];
  28266.         }
  28267.         $f = ($this->privates['App\\Repository\\TimelineEventRepository'] ?? $this->getTimelineEventRepositoryService());
  28268.         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, ($this->privates['App\\Repository\\LeaseContractRepository'] ?? $this->getLeaseContractRepositoryService()));
  28269.     }
  28270.     /**
  28271.      * Gets the private 'App\Service\Api\Timeline\PropertyMonitoring' shared autowired service.
  28272.      *
  28273.      * @return \App\Service\Api\Timeline\PropertyMonitoring
  28274.      */
  28275.     protected function getPropertyMonitoringService()
  28276.     {
  28277.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/TimelineCreation.php';
  28278.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/PropertyMonitoring.php';
  28279.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28280.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28281.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28282.         }
  28283.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28284.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28285.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28286.         }
  28287.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28288.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28289.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28290.         }
  28291.         $d = ($this->privates['App\\Service\\Api\\Prestashop\\Suppliers'] ?? $this->getSuppliersService());
  28292.         if (isset($this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'])) {
  28293.             return $this->privates['App\\Service\\Api\\Timeline\\PropertyMonitoring'];
  28294.         }
  28295.         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()));
  28296.     }
  28297.     /**
  28298.      * Gets the private 'App\Service\Api\Timeline\TimelineCreation' shared autowired service.
  28299.      *
  28300.      * @return \App\Service\Api\Timeline\TimelineCreation
  28301.      */
  28302.     protected function getTimelineCreationService()
  28303.     {
  28304.         include_once \dirname(__DIR__4).'/src/Service/Api/Timeline/TimelineCreation.php';
  28305.         $a = ($this->privates['App\\Repository\\TimelineEventRepository'] ?? $this->getTimelineEventRepositoryService());
  28306.         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);
  28307.     }
  28308.     /**
  28309.      * Gets the private 'App\Service\Api\Urbanism\AlertNewProjectImmoService' shared autowired service.
  28310.      *
  28311.      * @return \App\Service\Api\Urbanism\AlertNewProjectImmoService
  28312.      */
  28313.     protected function getAlertNewProjectImmoServiceService()
  28314.     {
  28315.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/AlertNewProjectImmoService.php';
  28316.         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()));
  28317.     }
  28318.     /**
  28319.      * Gets the private 'App\Service\Api\Urbanism\NewProjectImmoService' shared autowired service.
  28320.      *
  28321.      * @return \App\Service\Api\Urbanism\NewProjectImmoService
  28322.      */
  28323.     protected function getNewProjectImmoServiceService()
  28324.     {
  28325.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/NewProjectImmoService.php';
  28326.         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()));
  28327.     }
  28328.     /**
  28329.      * Gets the private 'App\Service\Api\Urbanism\PublicInquiryInProgressService' shared autowired service.
  28330.      *
  28331.      * @return \App\Service\Api\Urbanism\PublicInquiryInProgressService
  28332.      */
  28333.     protected function getPublicInquiryInProgressServiceService()
  28334.     {
  28335.         include_once \dirname(__DIR__4).'/src/Service/Api/Urbanism/PublicInquiryInProgressService.php';
  28336.         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()));
  28337.     }
  28338.     /**
  28339.      * Gets the private 'App\Service\Api\User\CertificatorService' shared autowired service.
  28340.      *
  28341.      * @return \App\Service\Api\User\CertificatorService
  28342.      */
  28343.     protected function getCertificatorServiceService()
  28344.     {
  28345.         include_once \dirname(__DIR__4).'/src/Service/Api/User/CertificatorService.php';
  28346.         return $this->privates['App\\Service\\Api\\User\\CertificatorService'] = new \App\Service\Api\User\CertificatorService(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()));
  28347.     }
  28348.     /**
  28349.      * Gets the private 'App\Service\Api\User\NotaryService' shared autowired service.
  28350.      *
  28351.      * @return \App\Service\Api\User\NotaryService
  28352.      */
  28353.     protected function getNotaryServiceService()
  28354.     {
  28355.         include_once \dirname(__DIR__4).'/src/Service/Api/User/NotaryService.php';
  28356.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28357.         if (isset($this->privates['App\\Service\\Api\\User\\NotaryService'])) {
  28358.             return $this->privates['App\\Service\\Api\\User\\NotaryService'];
  28359.         }
  28360.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28361.         if (isset($this->privates['App\\Service\\Api\\User\\NotaryService'])) {
  28362.             return $this->privates['App\\Service\\Api\\User\\NotaryService'];
  28363.         }
  28364.         return $this->privates['App\\Service\\Api\\User\\NotaryService'] = new \App\Service\Api\User\NotaryService(($this->services['App\\Repository\\UserRepository'] ?? $this->getUserRepositoryService()), $a$b);
  28365.     }
  28366.     /**
  28367.      * Gets the private 'App\Service\Api\User\UserPropertyFetcher' shared autowired service.
  28368.      *
  28369.      * @return \App\Service\Api\User\UserPropertyFetcher
  28370.      */
  28371.     protected function getUserPropertyFetcherService()
  28372.     {
  28373.         include_once \dirname(__DIR__4).'/src/Service/Api/User/UserPropertyFetcher.php';
  28374.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28375.         if (isset($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'])) {
  28376.             return $this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'];
  28377.         }
  28378.         $b = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  28379.         if (isset($this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'])) {
  28380.             return $this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'];
  28381.         }
  28382.         return $this->privates['App\\Service\\Api\\User\\UserPropertyFetcher'] = new \App\Service\Api\User\UserPropertyFetcher($a$b);
  28383.     }
  28384.     /**
  28385.      * Gets the private 'App\Service\Api\User\UserService' shared autowired service.
  28386.      *
  28387.      * @return \App\Service\Api\User\UserService
  28388.      */
  28389.     protected function getUserServiceService()
  28390.     {
  28391.         include_once \dirname(__DIR__4).'/src/Service/Api/User/UserService.php';
  28392.         include_once \dirname(__DIR__4).'/src/Service/Api/MailApiService.php';
  28393.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28394.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28395.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28396.         }
  28397.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28398.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28399.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28400.         }
  28401.         $c = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28402.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28403.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28404.         }
  28405.         $d = ($this->services['App\\Service\\Api\\Portfolio\\PortfolioApiService'] ?? $this->getPortfolioApiServiceService());
  28406.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28407.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28408.         }
  28409.         $e = ($this->privates['App\\Service\\Api\\Subscription\\SubscriptionService'] ?? $this->getSubscriptionServiceService());
  28410.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28411.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28412.         }
  28413.         $f = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28414.         if (isset($this->privates['App\\Service\\Api\\User\\UserService'])) {
  28415.             return $this->privates['App\\Service\\Api\\User\\UserService'];
  28416.         }
  28417.         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);
  28418.     }
  28419.     /**
  28420.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractAcceptationService' shared autowired service.
  28421.      *
  28422.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractAcceptationService
  28423.      */
  28424.     protected function getContractAcceptationServiceService()
  28425.     {
  28426.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractAcceptationService.php';
  28427.         include_once \dirname(__DIR__4).'/src/Service/Onespan/SignatureBuildingService.php';
  28428.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28429.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'])) {
  28430.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'];
  28431.         }
  28432.         $b = ($this->privates['App\\Service\\Api\\Timeline\\OtherMonitoring'] ?? $this->getOtherMonitoringService());
  28433.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'])) {
  28434.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractAcceptationService'];
  28435.         }
  28436.         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);
  28437.     }
  28438.     /**
  28439.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractDetailService' shared autowired service.
  28440.      *
  28441.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractDetailService
  28442.      */
  28443.     protected function getContractDetailServiceService()
  28444.     {
  28445.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractDetailService.php';
  28446.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28447.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'])) {
  28448.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'];
  28449.         }
  28450.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28451.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'])) {
  28452.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'];
  28453.         }
  28454.         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()));
  28455.     }
  28456.     /**
  28457.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractGenerationService' shared autowired service.
  28458.      *
  28459.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractGenerationService
  28460.      */
  28461.     protected function getContractGenerationServiceService()
  28462.     {
  28463.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractGenerationService.php';
  28464.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28465.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'])) {
  28466.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'];
  28467.         }
  28468.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28469.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'])) {
  28470.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'];
  28471.         }
  28472.         $c = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28473.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'])) {
  28474.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractGenerationService'];
  28475.         }
  28476.         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);
  28477.     }
  28478.     /**
  28479.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractListingService' shared autowired service.
  28480.      *
  28481.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractListingService
  28482.      */
  28483.     protected function getContractListingServiceService()
  28484.     {
  28485.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractListingService.php';
  28486.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28487.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService'])) {
  28488.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService'];
  28489.         }
  28490.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractListingService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractListingService(($this->privates['App\\Repository\\SolicitationRepository'] ?? $this->getSolicitationRepositoryService()), $a);
  28491.     }
  28492.     /**
  28493.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractRejectionService' shared autowired service.
  28494.      *
  28495.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractRejectionService
  28496.      */
  28497.     protected function getContractRejectionServiceService()
  28498.     {
  28499.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractRejectionService.php';
  28500.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28501.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'])) {
  28502.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'];
  28503.         }
  28504.         $b = ($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractDetailService'] ?? $this->getContractDetailServiceService());
  28505.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'])) {
  28506.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'];
  28507.         }
  28508.         return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractRejectionService'] = new \App\Service\Api\UsersProfile\Solicitation\ContractRejectionService($a$b);
  28509.     }
  28510.     /**
  28511.      * Gets the private 'App\Service\Api\UsersProfile\Solicitation\ContractUploadService' shared autowired service.
  28512.      *
  28513.      * @return \App\Service\Api\UsersProfile\Solicitation\ContractUploadService
  28514.      */
  28515.     protected function getContractUploadServiceService()
  28516.     {
  28517.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Solicitation/ContractUploadService.php';
  28518.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28519.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'])) {
  28520.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'];
  28521.         }
  28522.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28523.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'])) {
  28524.             return $this->privates['App\\Service\\Api\\UsersProfile\\Solicitation\\ContractUploadService'];
  28525.         }
  28526.         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);
  28527.     }
  28528.     /**
  28529.      * Gets the private 'App\Service\Api\UsersProfile\ThePropertyDocument\DocumentModificationService' shared autowired service.
  28530.      *
  28531.      * @return \App\Service\Api\UsersProfile\ThePropertyDocument\DocumentModificationService
  28532.      */
  28533.     protected function getDocumentModificationServiceService()
  28534.     {
  28535.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/ThePropertyDocument/DocumentModificationService.php';
  28536.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28537.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'])) {
  28538.             return $this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'];
  28539.         }
  28540.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28541.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'])) {
  28542.             return $this->privates['App\\Service\\Api\\UsersProfile\\ThePropertyDocument\\DocumentModificationService'];
  28543.         }
  28544.         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()));
  28545.     }
  28546.     /**
  28547.      * Gets the private 'App\Service\Api\UsersProfile\Webshop\EditProfileService' shared autowired service.
  28548.      *
  28549.      * @return \App\Service\Api\UsersProfile\Webshop\EditProfileService
  28550.      */
  28551.     protected function getEditProfileServiceService()
  28552.     {
  28553.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Webshop/EditProfileService.php';
  28554.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  28555.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  28556.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  28557.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  28558.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  28559.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28560.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService'])) {
  28561.             return $this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\EditProfileService'];
  28562.         }
  28563.         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')]))));
  28564.     }
  28565.     /**
  28566.      * Gets the private 'App\Service\Api\UsersProfile\Webshop\PaymentService' shared autowired service.
  28567.      *
  28568.      * @return \App\Service\Api\UsersProfile\Webshop\PaymentService
  28569.      */
  28570.     protected function getPaymentServiceService()
  28571.     {
  28572.         include_once \dirname(__DIR__4).'/src/Service/Api/UsersProfile/Webshop/PaymentService.php';
  28573.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClientInterface.php';
  28574.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClientInterface.php';
  28575.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeStreamingClientInterface.php';
  28576.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/BaseStripeClient.php';
  28577.         include_once \dirname(__DIR__4).'/vendor/stripe/stripe-php/lib/StripeClient.php';
  28578.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28579.         if (isset($this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService'])) {
  28580.             return $this->privates['App\\Service\\Api\\UsersProfile\\Webshop\\PaymentService'];
  28581.         }
  28582.         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()));
  28583.     }
  28584.     /**
  28585.      * Gets the private 'App\Service\Api\VivaquaService' shared autowired service.
  28586.      *
  28587.      * @return \App\Service\Api\VivaquaService
  28588.      */
  28589.     protected function getVivaquaServiceService()
  28590.     {
  28591.         include_once \dirname(__DIR__4).'/src/Service/Api/VivaquaService.php';
  28592.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28593.         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())));
  28594.     }
  28595.     /**
  28596.      * Gets the private 'App\Service\Api\Work\SubsectionService' shared autowired service.
  28597.      *
  28598.      * @return \App\Service\Api\Work\SubsectionService
  28599.      */
  28600.     protected function getSubsectionServiceService()
  28601.     {
  28602.         include_once \dirname(__DIR__4).'/src/Service/Api/Work/SubsectionService.php';
  28603.         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()));
  28604.     }
  28605.     /**
  28606.      * Gets the private 'App\Service\Csv\CsvManager' shared autowired service.
  28607.      *
  28608.      * @return \App\Service\Csv\CsvManager
  28609.      */
  28610.     protected function getCsvManagerService()
  28611.     {
  28612.         include_once \dirname(__DIR__4).'/src/Service/Csv/CsvManager.php';
  28613.         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()));
  28614.     }
  28615.     /**
  28616.      * Gets the private 'App\Service\EntityFetcherService' shared autowired service.
  28617.      *
  28618.      * @return \App\Service\EntityFetcherService
  28619.      */
  28620.     protected function getEntityFetcherServiceService()
  28621.     {
  28622.         include_once \dirname(__DIR__4).'/src/Service/EntityFetcherService.php';
  28623.         return $this->privates['App\\Service\\EntityFetcherService'] = new \App\Service\EntityFetcherService(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  28624.     }
  28625.     /**
  28626.      * Gets the private 'App\Service\FileService' shared autowired service.
  28627.      *
  28628.      * @return \App\Service\FileService
  28629.      */
  28630.     protected function getFileServiceService()
  28631.     {
  28632.         include_once \dirname(__DIR__4).'/src/Service/FileService.php';
  28633.         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))));
  28634.     }
  28635.     /**
  28636.      * Gets the private 'App\Service\Formule' shared autowired service.
  28637.      *
  28638.      * @return \App\Service\Formule
  28639.      */
  28640.     protected function getFormuleService()
  28641.     {
  28642.         return $this->privates['App\\Service\\Formule'] = new \App\Service\Formule();
  28643.     }
  28644.     /**
  28645.      * Gets the private 'App\Service\GetloyerprospectifImmogo' shared autowired service.
  28646.      *
  28647.      * @return \App\Service\GetloyerprospectifImmogo
  28648.      */
  28649.     protected function getGetloyerprospectifImmogoService()
  28650.     {
  28651.         include_once \dirname(__DIR__4).'/src/Service/GetloyerprospectifImmogo.php';
  28652.         return $this->privates['App\\Service\\GetloyerprospectifImmogo'] = new \App\Service\GetloyerprospectifImmogo();
  28653.     }
  28654.     /**
  28655.      * Gets the private 'App\Service\GlobalSearch\GlobalSearchService' shared autowired service.
  28656.      *
  28657.      * @return \App\Service\GlobalSearch\GlobalSearchService
  28658.      */
  28659.     protected function getGlobalSearchServiceService()
  28660.     {
  28661.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/GlobalSearchService.php';
  28662.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/GlobalSearchProviderInterface.php';
  28663.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SqlSearchProvider.php';
  28664.         include_once \dirname(__DIR__4).'/src/Model/GlobalSearch/WebshopProductSearchRepositoryInterface.php';
  28665.         include_once \dirname(__DIR__4).'/src/Repository/GlobalSearch/HttpWebshopProductSearchRepository.php';
  28666.         include_once \dirname(__DIR__4).'/src/Model/GlobalSearch/Websho3DSearchRepositoryInterface.php';
  28667.         include_once \dirname(__DIR__4).'/src/Repository/GlobalSearch/HttpWebsho3DSearchRepository.php';
  28668.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchNormalizer.php';
  28669.         $a = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  28670.         if (isset($this->privates['App\\Service\\GlobalSearch\\GlobalSearchService'])) {
  28671.             return $this->privates['App\\Service\\GlobalSearch\\GlobalSearchService'];
  28672.         }
  28673.         $b = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  28674.         if (isset($this->privates['App\\Service\\GlobalSearch\\GlobalSearchService'])) {
  28675.             return $this->privates['App\\Service\\GlobalSearch\\GlobalSearchService'];
  28676.         }
  28677.         $c = ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService());
  28678.         $d = ($this->privates['parameter_bag'] ?? ($this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this)));
  28679.         return $this->privates['App\\Service\\GlobalSearch\\GlobalSearchService'] = new \App\Service\GlobalSearch\GlobalSearchService(new \App\Service\GlobalSearch\SqlSearchProvider($a$b, ($this->privates['App\\Service\\GlobalSearch\\SearchNormalizer'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchNormalizer'] = new \App\Service\GlobalSearch\SearchNormalizer()))), new \App\Repository\GlobalSearch\HttpWebshopProductSearchRepository($c$d), new \App\Repository\GlobalSearch\HttpWebsho3DSearchRepository($c$d));
  28680.     }
  28681.     /**
  28682.      * Gets the private 'App\Service\GlobalSearch\Indexing\MarkOfInterestIndexBuilder' shared autowired service.
  28683.      *
  28684.      * @return \App\Service\GlobalSearch\Indexing\MarkOfInterestIndexBuilder
  28685.      */
  28686.     protected function getMarkOfInterestIndexBuilderService()
  28687.     {
  28688.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/SearchIndexBuilderInterface.php';
  28689.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/MarkOfInterestIndexBuilder.php';
  28690.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexPayloadFactory.php';
  28691.         return $this->privates['App\\Service\\GlobalSearch\\Indexing\\MarkOfInterestIndexBuilder'] = new \App\Service\GlobalSearch\Indexing\MarkOfInterestIndexBuilder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] ?? $this->getSearchIndexWriterService()), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] = new \App\Service\GlobalSearch\SearchIndexPayloadFactory())));
  28692.     }
  28693.     /**
  28694.      * Gets the private 'App\Service\GlobalSearch\Indexing\NeighborhoodProjectIndexBuilder' shared autowired service.
  28695.      *
  28696.      * @return \App\Service\GlobalSearch\Indexing\NeighborhoodProjectIndexBuilder
  28697.      */
  28698.     protected function getNeighborhoodProjectIndexBuilderService()
  28699.     {
  28700.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/SearchIndexBuilderInterface.php';
  28701.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/NeighborhoodProjectIndexBuilder.php';
  28702.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexPayloadFactory.php';
  28703.         return $this->privates['App\\Service\\GlobalSearch\\Indexing\\NeighborhoodProjectIndexBuilder'] = new \App\Service\GlobalSearch\Indexing\NeighborhoodProjectIndexBuilder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] ?? $this->getSearchIndexWriterService()), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] = new \App\Service\GlobalSearch\SearchIndexPayloadFactory())));
  28704.     }
  28705.     /**
  28706.      * Gets the private 'App\Service\GlobalSearch\Indexing\PropertyIndexBuilder' shared autowired service.
  28707.      *
  28708.      * @return \App\Service\GlobalSearch\Indexing\PropertyIndexBuilder
  28709.      */
  28710.     protected function getPropertyIndexBuilderService()
  28711.     {
  28712.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/SearchIndexBuilderInterface.php';
  28713.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/PropertyIndexBuilder.php';
  28714.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexPayloadFactory.php';
  28715.         return $this->privates['App\\Service\\GlobalSearch\\Indexing\\PropertyIndexBuilder'] = new \App\Service\GlobalSearch\Indexing\PropertyIndexBuilder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] ?? $this->getSearchIndexWriterService()), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] = new \App\Service\GlobalSearch\SearchIndexPayloadFactory())));
  28716.     }
  28717.     /**
  28718.      * Gets the private 'App\Service\GlobalSearch\Indexing\SearchIndexWriter' shared autowired service.
  28719.      *
  28720.      * @return \App\Service\GlobalSearch\Indexing\SearchIndexWriter
  28721.      */
  28722.     protected function getSearchIndexWriterService()
  28723.     {
  28724.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/SearchIndexWriter.php';
  28725.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchNormalizer.php';
  28726.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28727.         if (isset($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'])) {
  28728.             return $this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'];
  28729.         }
  28730.         $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  28731.         if (isset($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'])) {
  28732.             return $this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'];
  28733.         }
  28734.         return $this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] = new \App\Service\GlobalSearch\Indexing\SearchIndexWriter($a$b, ($this->privates['App\\Service\\GlobalSearch\\SearchNormalizer'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchNormalizer'] = new \App\Service\GlobalSearch\SearchNormalizer())));
  28735.     }
  28736.     /**
  28737.      * Gets the private 'App\Service\GlobalSearch\Indexing\ServiceIndexBuilder' shared autowired service.
  28738.      *
  28739.      * @return \App\Service\GlobalSearch\Indexing\ServiceIndexBuilder
  28740.      */
  28741.     protected function getServiceIndexBuilderService()
  28742.     {
  28743.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/SearchIndexBuilderInterface.php';
  28744.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/ServiceIndexBuilder.php';
  28745.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexPayloadFactory.php';
  28746.         return $this->privates['App\\Service\\GlobalSearch\\Indexing\\ServiceIndexBuilder'] = new \App\Service\GlobalSearch\Indexing\ServiceIndexBuilder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] ?? $this->getSearchIndexWriterService()), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] = new \App\Service\GlobalSearch\SearchIndexPayloadFactory())));
  28747.     }
  28748.     /**
  28749.      * Gets the private 'App\Service\GlobalSearch\Indexing\UserIndexBuilder' shared autowired service.
  28750.      *
  28751.      * @return \App\Service\GlobalSearch\Indexing\UserIndexBuilder
  28752.      */
  28753.     protected function getUserIndexBuilderService()
  28754.     {
  28755.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/SearchIndexBuilderInterface.php';
  28756.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/Indexing/UserIndexBuilder.php';
  28757.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexPayloadFactory.php';
  28758.         return $this->privates['App\\Service\\GlobalSearch\\Indexing\\UserIndexBuilder'] = new \App\Service\GlobalSearch\Indexing\UserIndexBuilder(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), ($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] ?? $this->getSearchIndexWriterService()), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] = new \App\Service\GlobalSearch\SearchIndexPayloadFactory())));
  28759.     }
  28760.     /**
  28761.      * Gets the private 'App\Service\GlobalSearch\SearchIndexUpdater' shared autowired service.
  28762.      *
  28763.      * @return \App\Service\GlobalSearch\SearchIndexUpdater
  28764.      */
  28765.     protected function getSearchIndexUpdaterService()
  28766.     {
  28767.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexUpdater.php';
  28768.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchNormalizer.php';
  28769.         include_once \dirname(__DIR__4).'/src/Service/GlobalSearch/SearchIndexPayloadFactory.php';
  28770.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28771.         if (isset($this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'])) {
  28772.             return $this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'];
  28773.         }
  28774.         $b = ($this->services['doctrine.dbal.default_connection'] ?? $this->getDoctrine_Dbal_DefaultConnectionService());
  28775.         if (isset($this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'])) {
  28776.             return $this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'];
  28777.         }
  28778.         $c = ($this->privates['App\\Service\\GlobalSearch\\Indexing\\SearchIndexWriter'] ?? $this->getSearchIndexWriterService());
  28779.         if (isset($this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'])) {
  28780.             return $this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'];
  28781.         }
  28782.         return $this->privates['App\\Service\\GlobalSearch\\SearchIndexUpdater'] = new \App\Service\GlobalSearch\SearchIndexUpdater($a$b, ($this->privates['App\\Service\\GlobalSearch\\SearchNormalizer'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchNormalizer'] = new \App\Service\GlobalSearch\SearchNormalizer())), ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] ?? ($this->privates['App\\Service\\GlobalSearch\\SearchIndexPayloadFactory'] = new \App\Service\GlobalSearch\SearchIndexPayloadFactory())), $c, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this->getEnv('IMMO_AI_BASE_URL'), $this->getEnv('IMMO_AI_KEY'));
  28783.     }
  28784.     /**
  28785.      * Gets the private 'App\Service\MailToSend' shared autowired service.
  28786.      *
  28787.      * @return \App\Service\MailToSend
  28788.      */
  28789.     protected function getMailToSendService()
  28790.     {
  28791.         $a = ($this->services['App\\Service\\SendMail\\SendmailService'] ?? $this->getSendmailServiceService());
  28792.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28793.             return $this->privates['App\\Service\\MailToSend'];
  28794.         }
  28795.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28796.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28797.             return $this->privates['App\\Service\\MailToSend'];
  28798.         }
  28799.         $c = ($this->privates['App\\Repository\\OfferRepository'] ?? $this->getOfferRepositoryService());
  28800.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28801.             return $this->privates['App\\Service\\MailToSend'];
  28802.         }
  28803.         $d = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28804.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28805.             return $this->privates['App\\Service\\MailToSend'];
  28806.         }
  28807.         $e = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28808.         if (isset($this->privates['App\\Service\\MailToSend'])) {
  28809.             return $this->privates['App\\Service\\MailToSend'];
  28810.         }
  28811.         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);
  28812.     }
  28813.     /**
  28814.      * Gets the private 'App\Service\Mailbox\MailboxService' shared autowired service.
  28815.      *
  28816.      * @return \App\Service\Mailbox\MailboxService
  28817.      */
  28818.     protected function getMailboxServiceService()
  28819.     {
  28820.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28821.         if (isset($this->privates['App\\Service\\Mailbox\\MailboxService'])) {
  28822.             return $this->privates['App\\Service\\Mailbox\\MailboxService'];
  28823.         }
  28824.         $b = ($this->services['App\\Service\\Mailbox\\Attachment\\AttachmentService'] ?? $this->getAttachmentServiceService());
  28825.         if (isset($this->privates['App\\Service\\Mailbox\\MailboxService'])) {
  28826.             return $this->privates['App\\Service\\Mailbox\\MailboxService'];
  28827.         }
  28828.         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()));
  28829.     }
  28830.     /**
  28831.      * Gets the private 'App\Service\Mailbox\RealtimeApi\MercureRealtimePublisher' shared autowired service.
  28832.      *
  28833.      * @return \App\Service\Mailbox\RealtimeApi\MercureRealtimePublisher
  28834.      */
  28835.     protected function getMercureRealtimePublisherService()
  28836.     {
  28837.         return $this->privates['App\\Service\\Mailbox\\RealtimeApi\\MercureRealtimePublisher'] = new \App\Service\Mailbox\RealtimeApi\MercureRealtimePublisher(($this->services['App\\Service\\Realtime\\MercureService'] ?? $this->getMercureServiceService()));
  28838.     }
  28839.     /**
  28840.      * Gets the private 'App\Service\MarkOfInterest\MarkOfInterestInCaseOfSaleService' shared autowired service.
  28841.      *
  28842.      * @return \App\Service\MarkOfInterest\MarkOfInterestInCaseOfSaleService
  28843.      */
  28844.     protected function getMarkOfInterestInCaseOfSaleServiceService()
  28845.     {
  28846.         include_once \dirname(__DIR__4).'/src/Service/MarkOfInterest/MarkOfInterestInCaseOfSaleService.php';
  28847.         $a = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28848.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28849.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28850.         }
  28851.         $b = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  28852.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28853.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28854.         }
  28855.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28856.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28857.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28858.         }
  28859.         $d = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  28860.         if (isset($this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'])) {
  28861.             return $this->privates['App\\Service\\MarkOfInterest\\MarkOfInterestInCaseOfSaleService'];
  28862.         }
  28863.         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);
  28864.     }
  28865.     /**
  28866.      * Gets the private 'App\Service\Microservice\CadastreService' shared autowired service.
  28867.      *
  28868.      * @return \App\Service\Microservice\CadastreService
  28869.      */
  28870.     protected function getCadastreServiceService()
  28871.     {
  28872.         include_once \dirname(__DIR__4).'/src/Service/Microservice/CadastreService.php';
  28873.         $a = ($this->privates['App\\Repository\\ThepropertyRepository'] ?? $this->getThepropertyRepositoryService());
  28874.         if (isset($this->privates['App\\Service\\Microservice\\CadastreService'])) {
  28875.             return $this->privates['App\\Service\\Microservice\\CadastreService'];
  28876.         }
  28877.         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);
  28878.     }
  28879.     /**
  28880.      * Gets the private 'App\Service\Multipart\Deserializer\EntityDeserializationService' shared autowired service.
  28881.      *
  28882.      * @return \App\Service\Multipart\Deserializer\EntityDeserializationService
  28883.      */
  28884.     protected function getEntityDeserializationServiceService($lazyLoad true)
  28885.     {
  28886.         if ($lazyLoad) {
  28887.             return $this->privates['App\\Service\\Multipart\\Deserializer\\EntityDeserializationService'] = $this->createProxy('EntityDeserializationService_a41d2b6', function () {
  28888.                 return \EntityDeserializationService_a41d2b6::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  28889.                     $wrappedInstance $this->getEntityDeserializationServiceService(false);
  28890.                     $proxy->setProxyInitializer(null);
  28891.                     return true;
  28892.                 });
  28893.             });
  28894.         }
  28895.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/EntityDeserializationStrategyFactory.php';
  28896.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/EntityDeserializationStrategyInterface.php';
  28897.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/Strategy/DefaultEntityDeserializationStrategy.php';
  28898.         return new \App\Service\Multipart\Deserializer\EntityDeserializationService(new \App\Service\Multipart\Deserializer\EntityDeserializationStrategyFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  28899.             'App\\Entity\\TheProperty' => ['privates''App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy''getThePropertyDeserializationStrategyService'false],
  28900.         ], [
  28901.             'App\\Entity\\TheProperty' => 'App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy',
  28902.         ]), 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);
  28903.     }
  28904.     /**
  28905.      * Gets the private 'App\Service\Multipart\Deserializer\Strategy\ThePropertyDeserializationStrategy' shared autowired service.
  28906.      *
  28907.      * @return \App\Service\Multipart\Deserializer\Strategy\ThePropertyDeserializationStrategy
  28908.      */
  28909.     protected function getThePropertyDeserializationStrategyService()
  28910.     {
  28911.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/EntityDeserializationStrategyInterface.php';
  28912.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/Strategy/DefaultEntityDeserializationStrategy.php';
  28913.         include_once \dirname(__DIR__4).'/src/Service/Multipart/Deserializer/Strategy/ThePropertyDeserializationStrategy.php';
  28914.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  28915.         if (isset($this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'])) {
  28916.             return $this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'];
  28917.         }
  28918.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28919.         if (isset($this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'])) {
  28920.             return $this->privates['App\\Service\\Multipart\\Deserializer\\Strategy\\ThePropertyDeserializationStrategy'];
  28921.         }
  28922.         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);
  28923.     }
  28924.     /**
  28925.      * Gets the private 'App\Service\Precompte\PrecountService' shared autowired service.
  28926.      *
  28927.      * @return \App\Service\Precompte\PrecountService
  28928.      */
  28929.     protected function getPrecountServiceService()
  28930.     {
  28931.         include_once \dirname(__DIR__4).'/src/Service/Precompte/PrecountService.php';
  28932.         return $this->privates['App\\Service\\Precompte\\PrecountService'] = new \App\Service\Precompte\PrecountService(($this->privates['App\\Repository\\AdditionalCentsRepository'] ?? $this->getAdditionalCentsRepositoryService()));
  28933.     }
  28934.     /**
  28935.      * Gets the private 'App\Service\ProfessionalProfile\ProfessionalProfileService' shared autowired service.
  28936.      *
  28937.      * @return \App\Service\ProfessionalProfile\ProfessionalProfileService
  28938.      */
  28939.     protected function getProfessionalProfileServiceService()
  28940.     {
  28941.         include_once \dirname(__DIR__4).'/src/Service/ProfessionalProfile/ProfessionalProfileService.php';
  28942.         include_once \dirname(__DIR__4).'/src/Model/ProfessionalProfile/ProfessionalProfileRepositoryInterface.php';
  28943.         include_once \dirname(__DIR__4).'/src/Repository/ProfessionalProfile/ProfessionalProfileRepository.php';
  28944.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  28945.         if (isset($this->privates['App\\Service\\ProfessionalProfile\\ProfessionalProfileService'])) {
  28946.             return $this->privates['App\\Service\\ProfessionalProfile\\ProfessionalProfileService'];
  28947.         }
  28948.         return $this->privates['App\\Service\\ProfessionalProfile\\ProfessionalProfileService'] = new \App\Service\ProfessionalProfile\ProfessionalProfileService(new \App\Repository\ProfessionalProfile\ProfessionalProfileRepository($a));
  28949.     }
  28950.     /**
  28951.      * Gets the private 'App\Service\Rating\UserRatingService' shared autowired service.
  28952.      *
  28953.      * @return \App\Service\Rating\UserRatingService
  28954.      */
  28955.     protected function getUserRatingServiceService()
  28956.     {
  28957.         include_once \dirname(__DIR__4).'/src/Service/Rating/UserRatingService.php';
  28958.         return $this->privates['App\\Service\\Rating\\UserRatingService'] = new \App\Service\Rating\UserRatingService(($this->privates['App\\Repository\\UserRating\\UserRatingRepository'] ?? $this->getUserRatingRepositoryService()));
  28959.     }
  28960.     /**
  28961.      * Gets the private 'App\Service\SendMail\SwiftMailerService' shared autowired service.
  28962.      *
  28963.      * @return \App\Service\SendMail\SwiftMailerService
  28964.      */
  28965.     protected function getSwiftMailerServiceService()
  28966.     {
  28967.         return $this->privates['App\\Service\\SendMail\\SwiftMailerService'] = new \App\Service\SendMail\SwiftMailerService(($this->services['swiftmailer.mailer.default'] ?? $this->getSwiftmailer_Mailer_DefaultService()));
  28968.     }
  28969.     /**
  28970.      * Gets the private 'App\Service\StripeProcess' shared autowired service.
  28971.      *
  28972.      * @return \App\Service\StripeProcess
  28973.      */
  28974.     protected function getStripeProcessService()
  28975.     {
  28976.         include_once \dirname(__DIR__4).'/src/Service/StripeProcess.php';
  28977.         include_once \dirname(__DIR__4).'/src/Service/Stripe/SubscriptionService.php';
  28978.         include_once \dirname(__DIR__4).'/src/Service/Stripe/CustomerService.php';
  28979.         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))));
  28980.     }
  28981.     /**
  28982.      * Gets the private 'App\Service\Traitement' shared autowired service.
  28983.      *
  28984.      * @return \App\Service\Traitement
  28985.      */
  28986.     protected function getTraitement2Service()
  28987.     {
  28988.         include_once \dirname(__DIR__4).'/src/Service/Traitement.php';
  28989.         return $this->privates['App\\Service\\Traitement'] = new \App\Service\Traitement();
  28990.     }
  28991.     /**
  28992.      * Gets the private 'App\Service\TraitementCalcul' shared autowired service.
  28993.      *
  28994.      * @return \App\Service\TraitementCalcul
  28995.      */
  28996.     protected function getTraitementCalculService()
  28997.     {
  28998.         include_once \dirname(__DIR__4).'/src/Service/TraitementCalcul.php';
  28999.         return $this->privates['App\\Service\\TraitementCalcul'] = new \App\Service\TraitementCalcul(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()));
  29000.     }
  29001.     /**
  29002.      * Gets the private 'App\Service\TraitementData' shared autowired service.
  29003.      *
  29004.      * @return \App\Service\TraitementData
  29005.      */
  29006.     protected function getTraitementDataService()
  29007.     {
  29008.         include_once \dirname(__DIR__4).'/src/Service/TraitementData.php';
  29009.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  29010.         if (isset($this->privates['App\\Service\\TraitementData'])) {
  29011.             return $this->privates['App\\Service\\TraitementData'];
  29012.         }
  29013.         $b = ($this->privates['App\\Utils\\Utils'] ?? $this->getUtilsService());
  29014.         if (isset($this->privates['App\\Service\\TraitementData'])) {
  29015.             return $this->privates['App\\Service\\TraitementData'];
  29016.         }
  29017.         return $this->privates['App\\Service\\TraitementData'] = new \App\Service\TraitementData($a$b);
  29018.     }
  29019.     /**
  29020.      * Gets the private 'App\Service\TraitementFolder' shared autowired service.
  29021.      *
  29022.      * @return \App\Service\TraitementFolder
  29023.      */
  29024.     protected function getTraitementFolderService()
  29025.     {
  29026.         include_once \dirname(__DIR__4).'/src/Service/TraitementFolder.php';
  29027.         return $this->privates['App\\Service\\TraitementFolder'] = new \App\Service\TraitementFolder();
  29028.     }
  29029.     /**
  29030.      * Gets the private 'App\Service\TraitementImmogo' shared autowired service.
  29031.      *
  29032.      * @return \App\Service\TraitementImmogo
  29033.      */
  29034.     protected function getTraitementImmogoService()
  29035.     {
  29036.         include_once \dirname(__DIR__4).'/src/Service/TraitementImmogo.php';
  29037.         return $this->privates['App\\Service\\TraitementImmogo'] = new \App\Service\TraitementImmogo();
  29038.     }
  29039.     /**
  29040.      * Gets the private 'App\Service\TraitementUrl' shared autowired service.
  29041.      *
  29042.      * @return \App\Service\TraitementUrl
  29043.      */
  29044.     protected function getTraitementUrlService()
  29045.     {
  29046.         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))));
  29047.     }
  29048.     /**
  29049.      * Gets the private 'App\Service\TwoFactorService' shared autowired service.
  29050.      *
  29051.      * @return \App\Service\TwoFactorService
  29052.      */
  29053.     protected function getTwoFactorServiceService()
  29054.     {
  29055.         include_once \dirname(__DIR__4).'/src/Service/TwoFactorService.php';
  29056.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  29057.         if (isset($this->privates['App\\Service\\TwoFactorService'])) {
  29058.             return $this->privates['App\\Service\\TwoFactorService'];
  29059.         }
  29060.         $b = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  29061.         if (isset($this->privates['App\\Service\\TwoFactorService'])) {
  29062.             return $this->privates['App\\Service\\TwoFactorService'];
  29063.         }
  29064.         return $this->privates['App\\Service\\TwoFactorService'] = new \App\Service\TwoFactorService(($this->privates['App\\Service\\SendMail\\SwiftMailerService'] ?? $this->getSwiftMailerServiceService()), $a$b);
  29065.     }
  29066.     /**
  29067.      * Gets the private 'App\Service\Webshop\ThePropertyExtensionOrder' shared autowired service.
  29068.      *
  29069.      * @return \App\Service\Webshop\ThePropertyExtensionOrder
  29070.      */
  29071.     protected function getThePropertyExtensionOrder2Service()
  29072.     {
  29073.         include_once \dirname(__DIR__4).'/src/Service/Webshop/ThePropertyExtensionOrder.php';
  29074.         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))));
  29075.     }
  29076.     /**
  29077.      * Gets the private 'App\Utils\Utils' shared autowired service.
  29078.      *
  29079.      * @return \App\Utils\Utils
  29080.      */
  29081.     protected function getUtilsService()
  29082.     {
  29083.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  29084.         if (isset($this->privates['App\\Utils\\Utils'])) {
  29085.             return $this->privates['App\\Utils\\Utils'];
  29086.         }
  29087.         $b = ($this->services['router'] ?? $this->getRouterService());
  29088.         if (isset($this->privates['App\\Utils\\Utils'])) {
  29089.             return $this->privates['App\\Utils\\Utils'];
  29090.         }
  29091.         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);
  29092.     }
  29093.     /**
  29094.      * Gets the private 'Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider' shared service.
  29095.      *
  29096.      * @return \Doctrine\Bundle\DoctrineBundle\Dbal\ManagerRegistryAwareConnectionProvider
  29097.      */
  29098.     protected function getManagerRegistryAwareConnectionProviderService()
  29099.     {
  29100.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/ConnectionProvider.php';
  29101.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Dbal/ManagerRegistryAwareConnectionProvider.php';
  29102.         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'));
  29103.     }
  29104.     /**
  29105.      * Gets the private 'Doctrine\DBAL\Tools\Console\Command\RunSqlCommand' shared service.
  29106.      *
  29107.      * @return \Doctrine\DBAL\Tools\Console\Command\RunSqlCommand
  29108.      */
  29109.     protected function getRunSqlCommandService()
  29110.     {
  29111.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29112.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  29113.         $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()));
  29114.         $instance->setName('dbal:run-sql');
  29115.         return $instance;
  29116.     }
  29117.     /**
  29118.      * Gets the private 'Endroid\QrCodeBundle\Twig\QrCodeRuntime' shared autowired service.
  29119.      *
  29120.      * @return \Endroid\QrCodeBundle\Twig\QrCodeRuntime
  29121.      */
  29122.     protected function getQrCodeRuntimeService()
  29123.     {
  29124.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  29125.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src/Twig/QrCodeRuntime.php';
  29126.         $a = ($this->services['router'] ?? $this->getRouterService());
  29127.         if (isset($this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'])) {
  29128.             return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'];
  29129.         }
  29130.         return $this->privates['Endroid\\QrCodeBundle\\Twig\\QrCodeRuntime'] = new \Endroid\QrCodeBundle\Twig\QrCodeRuntime(($this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] ?? $this->getBuilderRegistryService()), $a);
  29131.     }
  29132.     /**
  29133.      * Gets the private 'Endroid\QrCode\Builder\BuilderRegistry' shared autowired service.
  29134.      *
  29135.      * @return \Endroid\QrCode\Builder\BuilderRegistry
  29136.      */
  29137.     protected function getBuilderRegistryService()
  29138.     {
  29139.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistryInterface.php';
  29140.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderRegistry.php';
  29141.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/BuilderInterface.php';
  29142.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Builder/Builder.php';
  29143.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/EncodingInterface.php';
  29144.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Encoding/Encoding.php';
  29145.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelInterface.php';
  29146.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/ErrorCorrectionLevel/ErrorCorrectionLevelLow.php';
  29147.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeInterface.php';
  29148.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/RoundBlockSizeMode/RoundBlockSizeModeMargin.php';
  29149.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/WriterInterface.php';
  29150.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/ValidatingWriterInterface.php';
  29151.         include_once \dirname(__DIR__4).'/vendor/endroid/qr-code/src/Writer/PngWriter.php';
  29152.         $this->privates['Endroid\\QrCode\\Builder\\BuilderRegistry'] = $instance = new \Endroid\QrCode\Builder\BuilderRegistry();
  29153.         $a = new \Endroid\QrCode\Builder\Builder();
  29154.         $a->writer(($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] ?? ($this->privates['Endroid\\QrCode\\Writer\\PngWriter'] = new \Endroid\QrCode\Writer\PngWriter())));
  29155.         $a->size(300);
  29156.         $a->margin(10);
  29157.         $a->encoding(new \Endroid\QrCode\Encoding\Encoding('UTF-8'));
  29158.         $a->errorCorrectionLevel(new \Endroid\QrCode\ErrorCorrectionLevel\ErrorCorrectionLevelLow());
  29159.         $a->roundBlockSizeMode(new \Endroid\QrCode\RoundBlockSizeMode\RoundBlockSizeModeMargin());
  29160.         $a->validateResult(false);
  29161.         $instance->addBuilder('default'$a);
  29162.         return $instance;
  29163.     }
  29164.     /**
  29165.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand' shared service.
  29166.      *
  29167.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand
  29168.      */
  29169.     protected function getClearInvalidRefreshTokensCommandService()
  29170.     {
  29171.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29172.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/ClearInvalidRefreshTokensCommand.php';
  29173.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\ClearInvalidRefreshTokensCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\ClearInvalidRefreshTokensCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  29174.         $instance->setName('gesdinet:jwt:clear');
  29175.         return $instance;
  29176.     }
  29177.     /**
  29178.      * Gets the private 'Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand' shared service.
  29179.      *
  29180.      * @return \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand
  29181.      */
  29182.     protected function getRevokeRefreshTokenCommandService()
  29183.     {
  29184.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29185.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Command/RevokeRefreshTokenCommand.php';
  29186.         $this->privates['Gesdinet\\JWTRefreshTokenBundle\\Command\\RevokeRefreshTokenCommand'] = $instance = new \Gesdinet\JWTRefreshTokenBundle\Command\RevokeRefreshTokenCommand(($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService()));
  29187.         $instance->setName('gesdinet:jwt:revoke');
  29188.         return $instance;
  29189.     }
  29190.     /**
  29191.      * Gets the private 'Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener' shared autowired service.
  29192.      *
  29193.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  29194.      */
  29195.     protected function getEmailSenderListenerService()
  29196.     {
  29197.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  29198.         return $this->privates['Symfony\\Bundle\\SwiftmailerBundle\\EventListener\\EmailSenderListener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  29199.     }
  29200.     /**
  29201.      * Gets the private 'Vich\UploaderBundle\Metadata\CacheWarmer' shared service.
  29202.      *
  29203.      * @return \Vich\UploaderBundle\Metadata\CacheWarmer
  29204.      */
  29205.     protected function getCacheWarmer2Service()
  29206.     {
  29207.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  29208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Metadata/CacheWarmer.php';
  29209.         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()));
  29210.     }
  29211.     /**
  29212.      * Gets the private 'Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime' shared service.
  29213.      *
  29214.      * @return \Vich\UploaderBundle\Twig\Extension\UploaderExtensionRuntime
  29215.      */
  29216.     protected function getUploaderExtensionRuntimeService()
  29217.     {
  29218.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  29219.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Twig/Extension/UploaderExtensionRuntime.php';
  29220.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelperInterface.php';
  29221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Templating/Helper/UploaderHelper.php';
  29222.         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())));
  29223.     }
  29224.     /**
  29225.      * Gets the private 'Vich\UploaderBundle\Util\Transliterator' shared service.
  29226.      *
  29227.      * @return \Vich\UploaderBundle\Util\Transliterator
  29228.      */
  29229.     protected function getTransliteratorService()
  29230.     {
  29231.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Util/Transliterator.php';
  29232.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/SluggerInterface.php';
  29233.         include_once \dirname(__DIR__4).'/vendor/symfony/string/Slugger/AsciiSlugger.php';
  29234.         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'))));
  29235.     }
  29236.     /**
  29237.      * Gets the private 'against_proposal.search_filter' shared service.
  29238.      *
  29239.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  29240.      */
  29241.     protected function getAgainstProposal_SearchFilterService()
  29242.     {
  29243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  29244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  29245.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  29246.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  29247.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  29248.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  29249.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  29250.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  29251.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  29252.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  29253.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  29254.         if (isset($this->privates['against_proposal.search_filter'])) {
  29255.             return $this->privates['against_proposal.search_filter'];
  29256.         }
  29257.         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()));
  29258.     }
  29259.     /**
  29260.      * Gets the private 'annotations.cache_adapter' shared service.
  29261.      *
  29262.      * @return \Symfony\Component\Cache\Adapter\PhpArrayAdapter
  29263.      */
  29264.     protected function getAnnotations_CacheAdapterService()
  29265.     {
  29266.         return \Symfony\Component\Cache\Adapter\PhpArrayAdapter::create(($this->targetDir.''.'/annotations.php'), ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService()));
  29267.     }
  29268.     /**
  29269.      * Gets the private 'annotations.cache_warmer' shared service.
  29270.      *
  29271.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\AnnotationsCacheWarmer
  29272.      */
  29273.     protected function getAnnotations_CacheWarmerService()
  29274.     {
  29275.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  29276.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  29277.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AnnotationsCacheWarmer.php';
  29278.         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);
  29279.     }
  29280.     /**
  29281.      * Gets the private 'annotations.cached_reader' shared service.
  29282.      *
  29283.      * @return \Doctrine\Common\Annotations\PsrCachedReader
  29284.      */
  29285.     protected function getAnnotations_CachedReaderService()
  29286.     {
  29287.         return $this->privates['annotations.cached_reader'] = new \Doctrine\Common\Annotations\PsrCachedReader(($this->privates['annotations.reader'] ?? $this->getAnnotations_ReaderService()), $this->getAnnotations_CacheAdapterService(), true);
  29288.     }
  29289.     /**
  29290.      * Gets the private 'annotations.dummy_registry' shared service.
  29291.      *
  29292.      * @return \Doctrine\Common\Annotations\AnnotationRegistry
  29293.      */
  29294.     protected function getAnnotations_DummyRegistryService()
  29295.     {
  29296.         $this->privates['annotations.dummy_registry'] = $instance = new \Doctrine\Common\Annotations\AnnotationRegistry();
  29297.         $instance->registerUniqueLoader('class_exists');
  29298.         return $instance;
  29299.     }
  29300.     /**
  29301.      * Gets the private 'annotations.reader' shared service.
  29302.      *
  29303.      * @return \Doctrine\Common\Annotations\AnnotationReader
  29304.      */
  29305.     protected function getAnnotations_ReaderService()
  29306.     {
  29307.         $this->privates['annotations.reader'] = $instance = new \Doctrine\Common\Annotations\AnnotationReader();
  29308.         $instance->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  29309.         return $instance;
  29310.     }
  29311.     /**
  29312.      * Gets the private 'api_platform.cache.identifiers_extractor' shared service.
  29313.      *
  29314.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29315.      */
  29316.     protected function getApiPlatform_Cache_IdentifiersExtractorService()
  29317.     {
  29318.         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())));
  29319.     }
  29320.     /**
  29321.      * Gets the private 'api_platform.cache.metadata.property.legacy' shared service.
  29322.      *
  29323.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29324.      */
  29325.     protected function getApiPlatform_Cache_Metadata_Property_LegacyService()
  29326.     {
  29327.         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())));
  29328.     }
  29329.     /**
  29330.      * Gets the private 'api_platform.cache.metadata.resource' shared service.
  29331.      *
  29332.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29333.      */
  29334.     protected function getApiPlatform_Cache_Metadata_ResourceService()
  29335.     {
  29336.         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())));
  29337.     }
  29338.     /**
  29339.      * Gets the private 'api_platform.cache.metadata.resource.legacy' shared service.
  29340.      *
  29341.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29342.      */
  29343.     protected function getApiPlatform_Cache_Metadata_Resource_LegacyService()
  29344.     {
  29345.         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())));
  29346.     }
  29347.     /**
  29348.      * Gets the private 'api_platform.cache.route_name_resolver' shared service.
  29349.      *
  29350.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29351.      */
  29352.     protected function getApiPlatform_Cache_RouteNameResolverService()
  29353.     {
  29354.         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())));
  29355.     }
  29356.     /**
  29357.      * Gets the private 'api_platform.cache.subresource_operation_factory' shared service.
  29358.      *
  29359.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  29360.      */
  29361.     protected function getApiPlatform_Cache_SubresourceOperationFactoryService()
  29362.     {
  29363.         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())));
  29364.     }
  29365.     /**
  29366.      * Gets the private 'api_platform.doctrine.orm.data_persister' shared service.
  29367.      *
  29368.      * @return \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister
  29369.      */
  29370.     protected function getApiPlatform_Doctrine_Orm_DataPersisterService()
  29371.     {
  29372.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/DataPersister.php';
  29373.         return $this->privates['api_platform.doctrine.orm.data_persister'] = new \ApiPlatform\Core\Bridge\Doctrine\Common\DataPersister(($this->services['doctrine'] ?? $this->getDoctrineService()));
  29374.     }
  29375.     /**
  29376.      * Gets the private 'api_platform.doctrine.orm.default.collection_data_provider' shared service.
  29377.      *
  29378.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\CollectionDataProvider
  29379.      */
  29380.     protected function getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService()
  29381.     {
  29382.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/CollectionDataProvider.php';
  29383.         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 () {
  29384.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29385.             yield => ($this->privates['App\\Doctrine\\SortByDateExtension'] ?? ($this->privates['App\\Doctrine\\SortByDateExtension'] = new \App\Doctrine\SortByDateExtension()));
  29386.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  29387.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  29388.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29389.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  29390.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  29391.         }, 7));
  29392.     }
  29393.     /**
  29394.      * Gets the private 'api_platform.doctrine.orm.default.item_data_provider' shared service.
  29395.      *
  29396.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\ItemDataProvider
  29397.      */
  29398.     protected function getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService()
  29399.     {
  29400.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/DenormalizedIdentifiersAwareItemDataProviderInterface.php';
  29401.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  29402.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/ItemDataProvider.php';
  29403.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29404.         if (isset($this->privates['api_platform.doctrine.orm.default.item_data_provider'])) {
  29405.             return $this->privates['api_platform.doctrine.orm.default.item_data_provider'];
  29406.         }
  29407.         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 () {
  29408.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29409.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29410.         }, 2), NULL);
  29411.     }
  29412.     /**
  29413.      * Gets the private 'api_platform.doctrine.orm.default.subresource_data_provider' shared service.
  29414.      *
  29415.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\SubresourceDataProvider
  29416.      */
  29417.     protected function getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService()
  29418.     {
  29419.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Util/IdentifierManagerTrait.php';
  29420.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/SubresourceDataProvider.php';
  29421.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29422.         if (isset($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'])) {
  29423.             return $this->privates['api_platform.doctrine.orm.default.subresource_data_provider'];
  29424.         }
  29425.         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 () {
  29426.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29427.             yield => ($this->privates['App\\Doctrine\\SortByDateExtension'] ?? ($this->privates['App\\Doctrine\\SortByDateExtension'] = new \App\Doctrine\SortByDateExtension()));
  29428.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterService());
  29429.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.filter_eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService());
  29430.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29431.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.order'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_OrderService());
  29432.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.pagination'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService());
  29433.         }, 7), new RewindableGenerator(function () {
  29434.             yield => ($this->privates['App\\Doctrine\\ServicePromoExtension'] ?? $this->getServicePromoExtensionService());
  29435.             yield => ($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'] ?? $this->getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService());
  29436.         }, 2), NULL);
  29437.     }
  29438.     /**
  29439.      * Gets the private 'api_platform.doctrine.orm.query_extension.eager_loading' shared service.
  29440.      *
  29441.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\EagerLoadingExtension
  29442.      */
  29443.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_EagerLoadingService()
  29444.     {
  29445.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29446.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29447.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryItemExtensionInterface.php';
  29448.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  29449.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/EagerLoadingExtension.php';
  29450.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29451.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.eager_loading'])) {
  29452.             return $this->privates['api_platform.doctrine.orm.query_extension.eager_loading'];
  29453.         }
  29454.         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()));
  29455.     }
  29456.     /**
  29457.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter' shared service.
  29458.      *
  29459.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterExtension
  29460.      */
  29461.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterService()
  29462.     {
  29463.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29464.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29465.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterExtension.php';
  29466.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  29467.         if (isset($this->privates['api_platform.doctrine.orm.query_extension.filter'])) {
  29468.             return $this->privates['api_platform.doctrine.orm.query_extension.filter'];
  29469.         }
  29470.         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);
  29471.     }
  29472.     /**
  29473.      * Gets the private 'api_platform.doctrine.orm.query_extension.filter_eager_loading' shared service.
  29474.      *
  29475.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\FilterEagerLoadingExtension
  29476.      */
  29477.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_FilterEagerLoadingService()
  29478.     {
  29479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29480.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29481.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Util/EagerLoadingTrait.php';
  29482.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtension.php';
  29483.         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()));
  29484.     }
  29485.     /**
  29486.      * Gets the private 'api_platform.doctrine.orm.query_extension.order' shared service.
  29487.      *
  29488.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\OrderExtension
  29489.      */
  29490.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_OrderService()
  29491.     {
  29492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryCollectionExtensionInterface.php';
  29494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/OrderExtension.php';
  29495.         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()));
  29496.     }
  29497.     /**
  29498.      * Gets the private 'api_platform.doctrine.orm.query_extension.pagination' shared service.
  29499.      *
  29500.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Extension\PaginationExtension
  29501.      */
  29502.     protected function getApiPlatform_Doctrine_Orm_QueryExtension_PaginationService()
  29503.     {
  29504.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryCollectionExtensionInterface.php';
  29505.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/QueryResultCollectionExtensionInterface.php';
  29506.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/ContextAwareQueryResultCollectionExtensionInterface.php';
  29507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Extension/PaginationExtension.php';
  29508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataProvider/Pagination.php';
  29509.         $a = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  29510.         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']));
  29511.     }
  29512.     /**
  29513.      * Gets the private 'api_platform.filter_locator' shared service.
  29514.      *
  29515.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  29516.      */
  29517.     protected function getApiPlatform_FilterLocatorService()
  29518.     {
  29519.         return $this->privates['api_platform.filter_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  29520.             'App\\Filter\\CadastreFilter' => ['privates''App\\Filter\\CadastreFilter''getCadastreFilterService'false],
  29521.             'App\\Filter\\ChangeWaterBranchFilter' => ['privates''App\\Filter\\ChangeWaterBranchFilter''getChangeWaterBranchFilterService'false],
  29522.             'App\\Filter\\CommunityPostAuthorFilter' => ['privates''App\\Filter\\CommunityPostAuthorFilter''getCommunityPostAuthorFilterService'false],
  29523.             'App\\Filter\\CommunityPostCategoryFilter' => ['privates''App\\Filter\\CommunityPostCategoryFilter''getCommunityPostCategoryFilterService'false],
  29524.             'App\\Filter\\CommunityPostCommentFilter' => ['privates''App\\Filter\\CommunityPostCommentFilter''getCommunityPostCommentFilterService'false],
  29525.             'App\\Filter\\CommunityPostCommitteeFilter' => ['privates''App\\Filter\\CommunityPostCommitteeFilter''getCommunityPostCommitteeFilterService'false],
  29526.             'App\\Filter\\CommunityPostTypeFilter' => ['privates''App\\Filter\\CommunityPostTypeFilter''getCommunityPostTypeFilterService'false],
  29527.             'App\\Filter\\InvoiceWaterFilter' => ['privates''App\\Filter\\InvoiceWaterFilter''getInvoiceWaterFilterService'false],
  29528.             'App\\Filter\\MessageConversationFilter' => ['privates''App\\Filter\\MessageConversationFilter''getMessageConversationFilterService'false],
  29529.             'App\\Filter\\NearbyFilter' => ['privates''App\\Filter\\NearbyFilter''getNearbyFilterService'false],
  29530.             'App\\Filter\\ProviderWatterConsumptionFilter' => ['privates''App\\Filter\\ProviderWatterConsumptionFilter''getProviderWatterConsumptionFilterService'false],
  29531.             'App\\Filter\\ProviderWatterDeleteFilter' => ['privates''App\\Filter\\ProviderWatterDeleteFilter''getProviderWatterDeleteFilterService'false],
  29532.             'App\\Filter\\ProviderWatterInterventionOrderFilter' => ['privates''App\\Filter\\ProviderWatterInterventionOrderFilter''getProviderWatterInterventionOrderFilterService'false],
  29533.             'App\\Filter\\SearchFilter' => ['privates''App\\Filter\\SearchFilter''getSearchFilterService'false],
  29534.             'App\\Filter\\SyndicChatGroupFilter' => ['privates''App\\Filter\\SyndicChatGroupFilter''getSyndicChatGroupFilterService'false],
  29535.             'against_proposal.search_filter' => ['privates''against_proposal.search_filter''getAgainstProposal_SearchFilterService'false],
  29536.             'app.filter.cadastre_filter' => ['privates''app.filter.cadastre_filter''getApp_Filter_CadastreFilterService'false],
  29537.             'app.filter.changewaterbranch_theproperty_filter' => ['privates''app.filter.changewaterbranch_theproperty_filter''getApp_Filter_ChangewaterbranchThepropertyFilterService'false],
  29538.             'app.filter.community_post_author_filter' => ['privates''app.filter.community_post_author_filter''getApp_Filter_CommunityPostAuthorFilterService'false],
  29539.             'app.filter.community_post_category_filter' => ['privates''app.filter.community_post_category_filter''getApp_Filter_CommunityPostCategoryFilterService'false],
  29540.             'app.filter.community_post_comment_filter' => ['privates''app.filter.community_post_comment_filter''getApp_Filter_CommunityPostCommentFilterService'false],
  29541.             'app.filter.community_post_committee_filter' => ['privates''app.filter.community_post_committee_filter''getApp_Filter_CommunityPostCommitteeFilterService'false],
  29542.             'app.filter.community_post_type_filter' => ['privates''app.filter.community_post_type_filter''getApp_Filter_CommunityPostTypeFilterService'false],
  29543.             'app.filter.message_conversation_filter' => ['privates''app.filter.message_conversation_filter''getApp_Filter_MessageConversationFilterService'false],
  29544.             'app.filter.nearby_filter' => ['privates''app.filter.nearby_filter''getApp_Filter_NearbyFilterService'false],
  29545.             'app.filter.provider_water_consumption' => ['privates''app.filter.provider_water_consumption''getApp_Filter_ProviderWaterConsumptionService'false],
  29546.             'app.filter.provider_watter_delete_filter' => ['privates''app.filter.provider_watter_delete_filter''getApp_Filter_ProviderWatterDeleteFilterService'false],
  29547.             'app.filter.search_filter' => ['privates''app.filter.search_filter''getApp_Filter_SearchFilterService'false],
  29548.             'app.filter.syndic_chat_group_filter' => ['privates''app.filter.syndic_chat_group_filter''getApp_Filter_SyndicChatGroupFilterService'false],
  29549.             'app.provider.watter_intervention_filter' => ['privates''app.provider.watter_intervention_filter''getApp_Provider_WatterInterventionFilterService'false],
  29550.             'app.the_property_work_filter' => ['privates''app.the_property_work_filter''getApp_ThePropertyWorkFilterService'false],
  29551.             'bank_simulation.search_filter' => ['privates''bank_simulation.search_filter''getBankSimulation_SearchFilterService'false],
  29552.             'category_permit.search_filter' => ['privates''category_permit.search_filter''getCategoryPermit_SearchFilterService'false],
  29553.             'changewaterbranch.theproperty_filter' => ['privates''changewaterbranch.theproperty_filter''getChangewaterbranch_ThepropertyFilterService'false],
  29554.             'co_ownership_account_lot.search_filter' => ['privates''co_ownership_account_lot.search_filter''getCoOwnershipAccountLot_SearchFilterService'false],
  29555.             'co_ownership_agenda.search_filter' => ['privates''co_ownership_agenda.search_filter''getCoOwnershipAgenda_SearchFilterService'false],
  29556.             'co_ownership_balance.search_filter' => ['privates''co_ownership_balance.search_filter''getCoOwnershipBalance_SearchFilterService'false],
  29557.             'co_ownership_document.search_filter' => ['privates''co_ownership_document.search_filter''getCoOwnershipDocument_SearchFilterService'false],
  29558.             'co_ownership_lot_balance.search_filter' => ['privates''co_ownership_lot_balance.search_filter''getCoOwnershipLotBalance_SearchFilterService'false],
  29559.             'co_ownership_lot_vote.search_filter' => ['privates''co_ownership_lot_vote.search_filter''getCoOwnershipLotVote_SearchFilterService'false],
  29560.             'co_ownership_the_property.search_filter' => ['privates''co_ownership_the_property.search_filter''getCoOwnershipTheProperty_SearchFilterService'false],
  29561.             'co_ownership_the_property_response.search_filter' => ['privates''co_ownership_the_property_response.search_filter''getCoOwnershipThePropertyResponse_SearchFilterService'false],
  29562.             'co_ownership_transcript.search_filter' => ['privates''co_ownership_transcript.search_filter''getCoOwnershipTranscript_SearchFilterService'false],
  29563.             'colective_garden.search_filter' => ['privates''colective_garden.search_filter''getColectiveGarden_SearchFilterService'false],
  29564.             'collective_garden_cadastre.search_filter' => ['privates''collective_garden_cadastre.search_filter''getCollectiveGardenCadastre_SearchFilterService'false],
  29565.             'community.post.author_filter' => ['privates''community.post.author_filter''getCommunity_Post_AuthorFilterService'false],
  29566.             'community.post.category_filter' => ['privates''community.post.category_filter''getCommunity_Post_CategoryFilterService'false],
  29567.             'community.post.comment.comment_filter' => ['privates''community.post.comment.comment_filter''getCommunity_Post_Comment_CommentFilterService'false],
  29568.             'community.post.committee_filter' => ['privates''community.post.committee_filter''getCommunity_Post_CommitteeFilterService'false],
  29569.             'community.post.search_filter' => ['privates''community.post.search_filter''getCommunity_Post_SearchFilterService'false],
  29570.             'community.post.type_filter' => ['privates''community.post.type_filter''getCommunity_Post_TypeFilterService'false],
  29571.             'condominium.date_filter' => ['privates''condominium.date_filter''getCondominium_DateFilterService'false],
  29572.             'condominium.search_filter' => ['privates''condominium.search_filter''getCondominium_SearchFilterService'false],
  29573.             'garden_project_actions_lot.search_filter' => ['privates''garden_project_actions_lot.search_filter''getGardenProjectActionsLot_SearchFilterService'false],
  29574.             'garden_project_actions_lot_account.search_filter' => ['privates''garden_project_actions_lot_account.search_filter''getGardenProjectActionsLotAccount_SearchFilterService'false],
  29575.             'inventory.search_filter' => ['privates''inventory.search_filter''getInventory_SearchFilterService'false],
  29576.             'message.conversation_filter' => ['privates''message.conversation_filter''getMessage_ConversationFilterService'false],
  29577.             'municipal_tax.search_filter' => ['privates''municipal_tax.search_filter''getMunicipalTax_SearchFilterService'false],
  29578.             'obligations.search_filter' => ['privates''obligations.search_filter''getObligations_SearchFilterService'false],
  29579.             'occupation_period.search_filter' => ['privates''occupation_period.search_filter''getOccupationPeriod_SearchFilterService'false],
  29580.             'offer_collaborative.search_filter' => ['privates''offer_collaborative.search_filter''getOfferCollaborative_SearchFilterService'false],
  29581.             'offer_collaborative_buyers.search_filter' => ['privates''offer_collaborative_buyers.search_filter''getOfferCollaborativeBuyers_SearchFilterService'false],
  29582.             'operation_type_filter' => ['privates''app.operation_type_filter''getApp_OperationTypeFilterService'false],
  29583.             'payment_history.search_filter' => ['privates''payment_history.search_filter''getPaymentHistory_SearchFilterService'false],
  29584.             'permit_citerne.search_filter' => ['privates''permit_citerne.search_filter''getPermitCiterne_SearchFilterService'false],
  29585.             'permit_property.search_filter' => ['privates''permit_property.search_filter''getPermitProperty_SearchFilterService'false],
  29586.             'permit_property_procedure.search_filter' => ['privates''permit_property_procedure.search_filter''getPermitPropertyProcedure_SearchFilterService'false],
  29587.             'provider.delete.watter_filter' => ['privates''provider.delete.watter_filter''getProvider_Delete_WatterFilterService'false],
  29588.             'provider.water_invoice_filter' => ['privates''provider.water_invoice_filter''getProvider_WaterInvoiceFilterService'false],
  29589.             'provider.watter_consumption_filter' => ['privates''provider.watter_consumption_filter''getProvider_WatterConsumptionFilterService'false],
  29590.             'provider.watter_intervention_filter' => ['privates''provider.watter_intervention_filter''getProvider_WatterInterventionFilterService'false],
  29591.             'provider_fluvius.boolean_filter' => ['privates''provider_fluvius.boolean_filter''getProviderFluvius_BooleanFilterService'false],
  29592.             'provider_ores.boolean_filter' => ['privates''provider_ores.boolean_filter''getProviderOres_BooleanFilterService'false],
  29593.             'provider_ores_brugel.search_filter' => ['privates''provider_ores_brugel.search_filter''getProviderOresBrugel_SearchFilterService'false],
  29594.             'provider_sibelga_task.boolean_filter' => ['privates''provider_sibelga_task.boolean_filter''getProviderSibelgaTask_BooleanFilterService'false],
  29595.             'provider_solar.search_filter' => ['privates''provider_solar.search_filter''getProviderSolar_SearchFilterService'false],
  29596.             'provider_solar_declaration_cadastre.boolean_filter' => ['privates''provider_solar_declaration_cadastre.boolean_filter''getProviderSolarDeclarationCadastre_BooleanFilterService'false],
  29597.             'provider_tank_installation.search_filter' => ['privates''provider_tank_installation.search_filter''getProviderTankInstallation_SearchFilterService'false],
  29598.             'rent_history.search_filter' => ['privates''rent_history.search_filter''getRentHistory_SearchFilterService'false],
  29599.             'rent_request_details.search_filter' => ['privates''rent_request_details.search_filter''getRentRequestDetails_SearchFilterService'false],
  29600.             'rental_management.search_filter' => ['privates''rental_management.search_filter''getRentalManagement_SearchFilterService'false],
  29601.             'rm_leave.search_filter' => ['privates''rm_leave.search_filter''getRmLeave_SearchFilterService'false],
  29602.             'rm_payment.search_filter' => ['privates''rm_payment.search_filter''getRmPayment_SearchFilterService'false],
  29603.             'service_category.search_filter' => ['privates''service_category.search_filter''getServiceCategory_SearchFilterService'false],
  29604.             'syndic_chat.syndic_chat_group_filter' => ['privates''syndic_chat.syndic_chat_group_filter''getSyndicChat_SyndicChatGroupFilterService'false],
  29605.             'the_property_counter.search_filter' => ['privates''the_property_counter.search_filter''getThePropertyCounter_SearchFilterService'false],
  29606.             'the_property_counter_statement.search_filter' => ['privates''the_property_counter_statement.search_filter''getThePropertyCounterStatement_SearchFilterService'false],
  29607.             'the_property_filter' => ['privates''app.the_property__filter''getApp_ThePropertyFilterService'false],
  29608.             'the_property_provider.search_filter' => ['privates''the_property_provider.search_filter''getThePropertyProvider_SearchFilterService'false],
  29609.             'the_property_work.search_filter' => ['privates''the_property_work.search_filter''getThePropertyWork_SearchFilterService'false],
  29610.             'theservice_nearby.search_filter' => ['privates''theservice_nearby.search_filter''getTheserviceNearby_SearchFilterService'false],
  29611.             'total_revenu.total_revenue_filter' => ['privates''total_revenu.total_revenue_filter''getTotalRevenu_TotalRevenueFilterService'false],
  29612.             'user.search_filter' => ['privates''user.search_filter''getUser_SearchFilterService'false],
  29613.             'user_cadastre.search_filter' => ['privates''user_cadastre.search_filter''getUserCadastre_SearchFilterService'false],
  29614.         ], [
  29615.             'App\\Filter\\CadastreFilter' => '?',
  29616.             'App\\Filter\\ChangeWaterBranchFilter' => '?',
  29617.             'App\\Filter\\CommunityPostAuthorFilter' => '?',
  29618.             'App\\Filter\\CommunityPostCategoryFilter' => '?',
  29619.             'App\\Filter\\CommunityPostCommentFilter' => '?',
  29620.             'App\\Filter\\CommunityPostCommitteeFilter' => '?',
  29621.             'App\\Filter\\CommunityPostTypeFilter' => '?',
  29622.             'App\\Filter\\InvoiceWaterFilter' => '?',
  29623.             'App\\Filter\\MessageConversationFilter' => '?',
  29624.             'App\\Filter\\NearbyFilter' => '?',
  29625.             'App\\Filter\\ProviderWatterConsumptionFilter' => '?',
  29626.             'App\\Filter\\ProviderWatterDeleteFilter' => '?',
  29627.             'App\\Filter\\ProviderWatterInterventionOrderFilter' => '?',
  29628.             'App\\Filter\\SearchFilter' => '?',
  29629.             'App\\Filter\\SyndicChatGroupFilter' => '?',
  29630.             'against_proposal.search_filter' => '?',
  29631.             'app.filter.cadastre_filter' => '?',
  29632.             'app.filter.changewaterbranch_theproperty_filter' => '?',
  29633.             'app.filter.community_post_author_filter' => '?',
  29634.             'app.filter.community_post_category_filter' => '?',
  29635.             'app.filter.community_post_comment_filter' => '?',
  29636.             'app.filter.community_post_committee_filter' => '?',
  29637.             'app.filter.community_post_type_filter' => '?',
  29638.             'app.filter.message_conversation_filter' => '?',
  29639.             'app.filter.nearby_filter' => '?',
  29640.             'app.filter.provider_water_consumption' => '?',
  29641.             'app.filter.provider_watter_delete_filter' => '?',
  29642.             'app.filter.search_filter' => '?',
  29643.             'app.filter.syndic_chat_group_filter' => '?',
  29644.             'app.provider.watter_intervention_filter' => '?',
  29645.             'app.the_property_work_filter' => '?',
  29646.             'bank_simulation.search_filter' => '?',
  29647.             'category_permit.search_filter' => '?',
  29648.             'changewaterbranch.theproperty_filter' => '?',
  29649.             'co_ownership_account_lot.search_filter' => '?',
  29650.             'co_ownership_agenda.search_filter' => '?',
  29651.             'co_ownership_balance.search_filter' => '?',
  29652.             'co_ownership_document.search_filter' => '?',
  29653.             'co_ownership_lot_balance.search_filter' => '?',
  29654.             'co_ownership_lot_vote.search_filter' => '?',
  29655.             'co_ownership_the_property.search_filter' => '?',
  29656.             'co_ownership_the_property_response.search_filter' => '?',
  29657.             'co_ownership_transcript.search_filter' => '?',
  29658.             'colective_garden.search_filter' => '?',
  29659.             'collective_garden_cadastre.search_filter' => '?',
  29660.             'community.post.author_filter' => '?',
  29661.             'community.post.category_filter' => '?',
  29662.             'community.post.comment.comment_filter' => '?',
  29663.             'community.post.committee_filter' => '?',
  29664.             'community.post.search_filter' => '?',
  29665.             'community.post.type_filter' => '?',
  29666.             'condominium.date_filter' => '?',
  29667.             'condominium.search_filter' => '?',
  29668.             'garden_project_actions_lot.search_filter' => '?',
  29669.             'garden_project_actions_lot_account.search_filter' => '?',
  29670.             'inventory.search_filter' => '?',
  29671.             'message.conversation_filter' => '?',
  29672.             'municipal_tax.search_filter' => '?',
  29673.             'obligations.search_filter' => '?',
  29674.             'occupation_period.search_filter' => '?',
  29675.             'offer_collaborative.search_filter' => '?',
  29676.             'offer_collaborative_buyers.search_filter' => '?',
  29677.             'operation_type_filter' => '?',
  29678.             'payment_history.search_filter' => '?',
  29679.             'permit_citerne.search_filter' => '?',
  29680.             'permit_property.search_filter' => '?',
  29681.             'permit_property_procedure.search_filter' => '?',
  29682.             'provider.delete.watter_filter' => '?',
  29683.             'provider.water_invoice_filter' => '?',
  29684.             'provider.watter_consumption_filter' => '?',
  29685.             'provider.watter_intervention_filter' => '?',
  29686.             'provider_fluvius.boolean_filter' => '?',
  29687.             'provider_ores.boolean_filter' => '?',
  29688.             'provider_ores_brugel.search_filter' => '?',
  29689.             'provider_sibelga_task.boolean_filter' => '?',
  29690.             'provider_solar.search_filter' => '?',
  29691.             'provider_solar_declaration_cadastre.boolean_filter' => '?',
  29692.             'provider_tank_installation.search_filter' => '?',
  29693.             'rent_history.search_filter' => '?',
  29694.             'rent_request_details.search_filter' => '?',
  29695.             'rental_management.search_filter' => '?',
  29696.             'rm_leave.search_filter' => '?',
  29697.             'rm_payment.search_filter' => '?',
  29698.             'service_category.search_filter' => '?',
  29699.             'syndic_chat.syndic_chat_group_filter' => '?',
  29700.             'the_property_counter.search_filter' => '?',
  29701.             'the_property_counter_statement.search_filter' => '?',
  29702.             'the_property_filter' => '?',
  29703.             'the_property_provider.search_filter' => '?',
  29704.             'the_property_work.search_filter' => '?',
  29705.             'theservice_nearby.search_filter' => '?',
  29706.             'total_revenu.total_revenue_filter' => '?',
  29707.             'user.search_filter' => '?',
  29708.             'user_cadastre.search_filter' => '?',
  29709.         ]);
  29710.     }
  29711.     /**
  29712.      * Gets the private 'api_platform.http_cache.listener.response.configure' shared service.
  29713.      *
  29714.      * @return \ApiPlatform\HttpCache\EventListener\AddHeadersListener
  29715.      */
  29716.     protected function getApiPlatform_HttpCache_Listener_Response_ConfigureService()
  29717.     {
  29718.         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()));
  29719.     }
  29720.     /**
  29721.      * Gets the private 'api_platform.hydra.json_schema.schema_factory' shared service.
  29722.      *
  29723.      * @return \ApiPlatform\Core\Hydra\JsonSchema\SchemaFactory
  29724.      */
  29725.     protected function getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()
  29726.     {
  29727.         $a = ($this->privates['api_platform.json_schema.type_factory'] ?? $this->getApiPlatform_JsonSchema_TypeFactoryService());
  29728.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  29729.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  29730.         }
  29731.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29732.         if (isset($this->privates['api_platform.hydra.json_schema.schema_factory'])) {
  29733.             return $this->privates['api_platform.hydra.json_schema.schema_factory'];
  29734.         }
  29735.         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())));
  29736.     }
  29737.     /**
  29738.      * Gets the private 'api_platform.hydra.listener.response.add_link_header' shared service.
  29739.      *
  29740.      * @return \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener
  29741.      */
  29742.     protected function getApiPlatform_Hydra_Listener_Response_AddLinkHeaderService()
  29743.     {
  29744.         return $this->privates['api_platform.hydra.listener.response.add_link_header'] = new \ApiPlatform\Hydra\EventListener\AddLinkHeaderListener(($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService()));
  29745.     }
  29746.     /**
  29747.      * Gets the private 'api_platform.identifier.converter' shared service.
  29748.      *
  29749.      * @return \ApiPlatform\Core\Identifier\IdentifierConverter
  29750.      */
  29751.     protected function getApiPlatform_Identifier_ConverterService()
  29752.     {
  29753.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29754.         if (isset($this->privates['api_platform.identifier.converter'])) {
  29755.             return $this->privates['api_platform.identifier.converter'];
  29756.         }
  29757.         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 () {
  29758.             yield => ($this->privates['api_platform.identifier.integer'] ?? ($this->privates['api_platform.identifier.integer'] = new \ApiPlatform\Core\Identifier\Normalizer\IntegerDenormalizer()));
  29759.             yield => ($this->privates['api_platform.identifier.date_normalizer'] ?? ($this->privates['api_platform.identifier.date_normalizer'] = new \ApiPlatform\Core\Identifier\Normalizer\DateTimeIdentifierDenormalizer()));
  29760.             yield => ($this->privates['api_platform.identifier.uuid_normalizer'] ?? $this->getApiPlatform_Identifier_UuidNormalizerService());
  29761.         }, 3));
  29762.     }
  29763.     /**
  29764.      * Gets the private 'api_platform.identifier.uuid_normalizer' shared service.
  29765.      *
  29766.      * @return \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer
  29767.      *
  29768.      * @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.
  29769.      */
  29770.     protected function getApiPlatform_Identifier_UuidNormalizerService()
  29771.     {
  29772.         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.');
  29773.         return $this->privates['api_platform.identifier.uuid_normalizer'] = new \ApiPlatform\Core\Bridge\RamseyUuid\Identifier\Normalizer\UuidNormalizer();
  29774.     }
  29775.     /**
  29776.      * Gets the private 'api_platform.identifiers_extractor.cached' shared service.
  29777.      *
  29778.      * @return \ApiPlatform\Core\Api\CachedIdentifiersExtractor
  29779.      */
  29780.     protected function getApiPlatform_IdentifiersExtractor_CachedService()
  29781.     {
  29782.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  29783.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  29784.             return $this->privates['api_platform.identifiers_extractor.cached'];
  29785.         }
  29786.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29787.         if (isset($this->privates['api_platform.identifiers_extractor.cached'])) {
  29788.             return $this->privates['api_platform.identifiers_extractor.cached'];
  29789.         }
  29790.         $c = ($this->privates['property_accessor'] ?? $this->getPropertyAccessorService());
  29791.         $d = ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService());
  29792.         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);
  29793.     }
  29794.     /**
  29795.      * Gets the private 'api_platform.iri_converter.legacy' shared service.
  29796.      *
  29797.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\IriConverter
  29798.      *
  29799.      * @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.
  29800.      */
  29801.     protected function getApiPlatform_IriConverter_LegacyService()
  29802.     {
  29803.         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.');
  29804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolverInterface.php';
  29805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/CachedRouteNameResolver.php';
  29806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Routing/RouteNameResolver.php';
  29807.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29808.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29809.             return $this->privates['api_platform.iri_converter.legacy'];
  29810.         }
  29811.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  29812.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29813.             return $this->privates['api_platform.iri_converter.legacy'];
  29814.         }
  29815.         $c = ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService());
  29816.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29817.             return $this->privates['api_platform.iri_converter.legacy'];
  29818.         }
  29819.         $d = ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService());
  29820.         if (isset($this->privates['api_platform.iri_converter.legacy'])) {
  29821.             return $this->privates['api_platform.iri_converter.legacy'];
  29822.         }
  29823.         $e = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  29824.         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()));
  29825.     }
  29826.     /**
  29827.      * Gets the private 'api_platform.json_schema.json_schema_generate_command' shared service.
  29828.      *
  29829.      * @return \ApiPlatform\JsonSchema\Command\JsonSchemaGenerateCommand
  29830.      */
  29831.     protected function getApiPlatform_JsonSchema_JsonSchemaGenerateCommandService()
  29832.     {
  29833.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  29834.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/JsonSchema/Command/JsonSchemaGenerateCommand.php';
  29835.         $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']);
  29836.         $instance->setName('api:json-schema:generate');
  29837.         return $instance;
  29838.     }
  29839.     /**
  29840.      * Gets the private 'api_platform.json_schema.type_factory' shared service.
  29841.      *
  29842.      * @return \ApiPlatform\Core\JsonSchema\TypeFactory
  29843.      */
  29844.     protected function getApiPlatform_JsonSchema_TypeFactoryService()
  29845.     {
  29846.         $this->privates['api_platform.json_schema.type_factory'] = $instance = new \ApiPlatform\Core\JsonSchema\TypeFactory(($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  29847.         $instance->setSchemaFactory(($this->privates['api_platform.hydra.json_schema.schema_factory'] ?? $this->getApiPlatform_Hydra_JsonSchema_SchemaFactoryService()));
  29848.         return $instance;
  29849.     }
  29850.     /**
  29851.      * Gets the private 'api_platform.jsonld.context_builder' shared service.
  29852.      *
  29853.      * @return \ApiPlatform\JsonLd\ContextBuilder
  29854.      */
  29855.     protected function getApiPlatform_Jsonld_ContextBuilderService()
  29856.     {
  29857.         $a = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  29858.         if (isset($this->privates['api_platform.jsonld.context_builder'])) {
  29859.             return $this->privates['api_platform.jsonld.context_builder'];
  29860.         }
  29861.         $b = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  29862.         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));
  29863.     }
  29864.     /**
  29865.      * Gets the private 'api_platform.listener.exception' shared service.
  29866.      *
  29867.      * @return \ApiPlatform\Symfony\EventListener\ExceptionListener
  29868.      */
  29869.     protected function getApiPlatform_Listener_ExceptionService()
  29870.     {
  29871.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ExceptionListener.php';
  29872.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ErrorListener.php';
  29873.         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));
  29874.     }
  29875.     /**
  29876.      * Gets the private 'api_platform.listener.exception.validation' shared service.
  29877.      *
  29878.      * @return \ApiPlatform\Symfony\Validator\EventListener\ValidationExceptionListener
  29879.      */
  29880.     protected function getApiPlatform_Listener_Exception_ValidationService()
  29881.     {
  29882.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/EventListener/ValidationExceptionListener.php';
  29883.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  29884.         if (isset($this->privates['api_platform.listener.exception.validation'])) {
  29885.             return $this->privates['api_platform.listener.exception.validation'];
  29886.         }
  29887.         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']);
  29888.     }
  29889.     /**
  29890.      * Gets the private 'api_platform.listener.request.add_format' shared service.
  29891.      *
  29892.      * @return \ApiPlatform\Symfony\EventListener\AddFormatListener
  29893.      */
  29894.     protected function getApiPlatform_Listener_Request_AddFormatService()
  29895.     {
  29896.         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']);
  29897.     }
  29898.     /**
  29899.      * Gets the private 'api_platform.listener.request.read.legacy' shared service.
  29900.      *
  29901.      * @return \ApiPlatform\Core\EventListener\ReadListener
  29902.      */
  29903.     protected function getApiPlatform_Listener_Request_Read_LegacyService()
  29904.     {
  29905.         $a = ($this->privates['debug.api_platform.collection_data_provider'] ?? $this->getDebug_ApiPlatform_CollectionDataProviderService());
  29906.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  29907.             return $this->privates['api_platform.listener.request.read.legacy'];
  29908.         }
  29909.         $b = ($this->privates['debug.api_platform.item_data_provider'] ?? $this->getDebug_ApiPlatform_ItemDataProviderService());
  29910.         if (isset($this->privates['api_platform.listener.request.read.legacy'])) {
  29911.             return $this->privates['api_platform.listener.request.read.legacy'];
  29912.         }
  29913.         return $this->privates['api_platform.listener.request.read.legacy'] = new \ApiPlatform\Core\EventListener\ReadListener($a$b, ($this->privates['debug.api_platform.subresource_data_provider'] ?? $this->getDebug_ApiPlatform_SubresourceDataProviderService()), ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.identifier.converter'] ?? $this->getApiPlatform_Identifier_ConverterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()));
  29914.     }
  29915.     /**
  29916.      * Gets the private 'api_platform.listener.view.respond' shared service.
  29917.      *
  29918.      * @return \ApiPlatform\Symfony\EventListener\RespondListener
  29919.      */
  29920.     protected function getApiPlatform_Listener_View_RespondService()
  29921.     {
  29922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/RespondListener.php';
  29923.         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);
  29924.     }
  29925.     /**
  29926.      * Gets the private 'api_platform.listener.view.serialize' shared service.
  29927.      *
  29928.      * @return \ApiPlatform\Symfony\EventListener\SerializeListener
  29929.      */
  29930.     protected function getApiPlatform_Listener_View_SerializeService()
  29931.     {
  29932.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/SerializeListener.php';
  29933.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  29934.         if (isset($this->privates['api_platform.listener.view.serialize'])) {
  29935.             return $this->privates['api_platform.listener.view.serialize'];
  29936.         }
  29937.         return $this->privates['api_platform.listener.view.serialize'] = new \ApiPlatform\Symfony\EventListener\SerializeListener($a, ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService()), ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()), ($this->privates['api_platform.resource_class_resolver'] ?? $this->getApiPlatform_ResourceClassResolverService()));
  29938.     }
  29939.     /**
  29940.      * Gets the private 'api_platform.listener.view.validate' shared service.
  29941.      *
  29942.      * @return \ApiPlatform\Symfony\EventListener\ValidateListener
  29943.      */
  29944.     protected function getApiPlatform_Listener_View_ValidateService()
  29945.     {
  29946.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/EventListener/ValidateListener.php';
  29947.         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()));
  29948.     }
  29949.     /**
  29950.      * Gets the private 'api_platform.listener.view.validate_query_parameters' shared service.
  29951.      *
  29952.      * @return \ApiPlatform\Symfony\EventListener\QueryParameterValidateListener
  29953.      */
  29954.     protected function getApiPlatform_Listener_View_ValidateQueryParametersService()
  29955.     {
  29956.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  29957.         if (isset($this->privates['api_platform.listener.view.validate_query_parameters'])) {
  29958.             return $this->privates['api_platform.listener.view.validate_query_parameters'];
  29959.         }
  29960.         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);
  29961.     }
  29962.     /**
  29963.      * Gets the private 'api_platform.listener.view.write.legacy' shared service.
  29964.      *
  29965.      * @return \ApiPlatform\Core\EventListener\WriteListener
  29966.      */
  29967.     protected function getApiPlatform_Listener_View_Write_LegacyService()
  29968.     {
  29969.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/EventListener/WriteListener.php';
  29970.         $a = ($this->privates['debug.api_platform.data_persister'] ?? $this->getDebug_ApiPlatform_DataPersisterService());
  29971.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  29972.             return $this->privates['api_platform.listener.view.write.legacy'];
  29973.         }
  29974.         $b = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  29975.         if (isset($this->privates['api_platform.listener.view.write.legacy'])) {
  29976.             return $this->privates['api_platform.listener.view.write.legacy'];
  29977.         }
  29978.         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()));
  29979.     }
  29980.     /**
  29981.      * Gets the private 'api_platform.messenger.data_persister' shared service.
  29982.      *
  29983.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataPersister
  29984.      */
  29985.     protected function getApiPlatform_Messenger_DataPersisterService()
  29986.     {
  29987.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Messenger/DispatchTrait.php';
  29988.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataPersister.php';
  29989.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  29990.         if (isset($this->privates['api_platform.messenger.data_persister'])) {
  29991.             return $this->privates['api_platform.messenger.data_persister'];
  29992.         }
  29993.         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);
  29994.     }
  29995.     /**
  29996.      * Gets the private 'api_platform.messenger.data_transformer' shared service.
  29997.      *
  29998.      * @return \ApiPlatform\Core\Bridge\Symfony\Messenger\DataTransformer
  29999.      */
  30000.     protected function getApiPlatform_Messenger_DataTransformerService()
  30001.     {
  30002.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/DataTransformer/DataTransformerInterface.php';
  30003.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Messenger/DataTransformer.php';
  30004.         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()));
  30005.     }
  30006.     /**
  30007.      * Gets the private 'api_platform.metadata.extractor.yaml.legacy' shared service.
  30008.      *
  30009.      * @return \ApiPlatform\Core\Metadata\Extractor\YamlExtractor
  30010.      */
  30011.     protected function getApiPlatform_Metadata_Extractor_Yaml_LegacyService()
  30012.     {
  30013.         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/CarpoolAnnouncement.yaml'), 11 => (\dirname(__DIR__4).'/config/api_platform/resources/CategoryCiterne.yaml'), 12 => (\dirname(__DIR__4).'/config/api_platform/resources/CategoryEnvironnement.yaml'), 13 => (\dirname(__DIR__4).'/config/api_platform/resources/Change_water_branch.yaml'), 14 => (\dirname(__DIR__4).'/config/api_platform/resources/ChoiceCategory.yaml'), 15 => (\dirname(__DIR__4).'/config/api_platform/resources/ChoicedEngie.yaml'), 16 => (\dirname(__DIR__4).'/config/api_platform/resources/CiternInstallModif.yaml'), 17 => (\dirname(__DIR__4).'/config/api_platform/resources/CityEuropa.yaml'), 18 => (\dirname(__DIR__4).'/config/api_platform/resources/CleaningAndGardening.yaml'), 19 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientClause.yaml'), 20 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientDeedOfSale.yaml'), 21 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientSalesAgreement.yaml'), 22 => (\dirname(__DIR__4).'/config/api_platform/resources/ClientSalesAgreementDiscussion.yaml'), 23 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnerShipDocument.yaml'), 24 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnership.yaml'), 25 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipAgenda.yaml'), 26 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipAuditor.yaml'), 27 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipBalance.yaml'), 28 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipCouncil.yaml'), 29 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipFiles.yaml'), 30 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipGMDecision.yaml'), 31 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipInvoices.yaml'), 32 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipLotAccount.yaml'), 33 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipLotBalance.yaml'), 34 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipLotTotalAccount.yaml'), 35 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipMeetingTranscript.yaml'), 36 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipMeetingTranscriptFile.yaml'), 37 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipProposition.yaml'), 38 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipPropositionVote.yaml'), 39 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipTheProperty.yaml'), 40 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipThePropertyFile.yaml'), 41 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipThePropertySyndicResponse.yaml'), 42 => (\dirname(__DIR__4).'/config/api_platform/resources/CoOwnershipTotalAccount.yaml'), 43 => (\dirname(__DIR__4).'/config/api_platform/resources/ColectiveGarden.yaml'), 44 => (\dirname(__DIR__4).'/config/api_platform/resources/Commissionership.yaml'), 45 => (\dirname(__DIR__4).'/config/api_platform/resources/Committee.yaml'), 46 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunaleService.yaml'), 47 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityEvent.yaml'), 48 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityEventFile.yaml'), 49 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPlpVote.yaml'), 50 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPost.yaml'), 51 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPostComment.yaml'), 52 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityPostFile.yaml'), 53 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityProduct.yaml'), 54 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityServiceResponse.yaml'), 55 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunitySolicitationVote.yaml'), 56 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityTypeProduct.yaml'), 57 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityVoteConsultation.yaml'), 58 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityVoteParty.yaml'), 59 => (\dirname(__DIR__4).'/config/api_platform/resources/CommunityWorkVote.yaml'), 60 => (\dirname(__DIR__4).'/config/api_platform/resources/CondominiumFee.yaml'), 61 => (\dirname(__DIR__4).'/config/api_platform/resources/Contactseller.yaml'), 62 => (\dirname(__DIR__4).'/config/api_platform/resources/Conversation.yaml'), 63 => (\dirname(__DIR__4).'/config/api_platform/resources/CounterOffer.yaml'), 64 => (\dirname(__DIR__4).'/config/api_platform/resources/CounterOfferLease.yaml'), 65 => (\dirname(__DIR__4).'/config/api_platform/resources/Country.yaml'), 66 => (\dirname(__DIR__4).'/config/api_platform/resources/DailyNeeded.yaml'), 67 => (\dirname(__DIR__4).'/config/api_platform/resources/DesignNeighborhood.yaml'), 68 => (\dirname(__DIR__4).'/config/api_platform/resources/DestinationHabitation.yaml'), 69 => (\dirname(__DIR__4).'/config/api_platform/resources/Dispense.yaml'), 70 => (\dirname(__DIR__4).'/config/api_platform/resources/DocumentType.yaml'), 71 => (\dirname(__DIR__4).'/config/api_platform/resources/DomiciliationAquisition.yaml'), 72 => (\dirname(__DIR__4).'/config/api_platform/resources/DomiciliationResidence.yaml'), 73 => (\dirname(__DIR__4).'/config/api_platform/resources/EasyPermitForm2.yaml'), 74 => (\dirname(__DIR__4).'/config/api_platform/resources/EditRegisters.yaml'), 75 => (\dirname(__DIR__4).'/config/api_platform/resources/Education.yaml'), 76 => (\dirname(__DIR__4).'/config/api_platform/resources/EnergyBelgique.yaml'), 77 => (\dirname(__DIR__4).'/config/api_platform/resources/EnergyProviderForm.yaml'), 78 => (\dirname(__DIR__4).'/config/api_platform/resources/Engie.yaml'), 79 => (\dirname(__DIR__4).'/config/api_platform/resources/EnvironmentDatas.yaml'), 80 => (\dirname(__DIR__4).'/config/api_platform/resources/EnvironmentRequest.yaml'), 81 => (\dirname(__DIR__4).'/config/api_platform/resources/EtatCivil.yaml'), 82 => (\dirname(__DIR__4).'/config/api_platform/resources/ExternalOffer.yaml'), 83 => (\dirname(__DIR__4).'/config/api_platform/resources/ExternalProvider.yaml'), 84 => (\dirname(__DIR__4).'/config/api_platform/resources/ExternalProviderAdvertising.yaml'), 85 => (\dirname(__DIR__4).'/config/api_platform/resources/Feature.yaml'), 86 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectActions.yaml'), 87 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectActionsLot.yaml'), 88 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectActionsLotAccount.yaml'), 89 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectDocument.yaml'), 90 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectResources.yaml'), 91 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectSetBalance.yaml'), 92 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectSetInvoices.yaml'), 93 => (\dirname(__DIR__4).'/config/api_platform/resources/GardenProjectSets.yaml'), 94 => (\dirname(__DIR__4).'/config/api_platform/resources/GeoPortail.yaml'), 95 => (\dirname(__DIR__4).'/config/api_platform/resources/Indicator.yaml'), 96 => (\dirname(__DIR__4).'/config/api_platform/resources/Inspector.yaml'), 97 => (\dirname(__DIR__4).'/config/api_platform/resources/Inventory.yaml'), 98 => (\dirname(__DIR__4).'/config/api_platform/resources/InventoryImage.yaml'), 99 => (\dirname(__DIR__4).'/config/api_platform/resources/InvoiceWater.yaml'), 100 => (\dirname(__DIR__4).'/config/api_platform/resources/LastVisit.yaml'), 101 => (\dirname(__DIR__4).'/config/api_platform/resources/LeaseContract.yml'), 102 => (\dirname(__DIR__4).'/config/api_platform/resources/Levels.yaml'), 103 => (\dirname(__DIR__4).'/config/api_platform/resources/LocationType.yaml'), 104 => (\dirname(__DIR__4).'/config/api_platform/resources/Message.yaml'), 105 => (\dirname(__DIR__4).'/config/api_platform/resources/MessageFile.yaml'), 106 => (\dirname(__DIR__4).'/config/api_platform/resources/MessageReaction.yaml'), 107 => (\dirname(__DIR__4).'/config/api_platform/resources/Model.yaml'), 108 => (\dirname(__DIR__4).'/config/api_platform/resources/MovingDate.yaml'), 109 => (\dirname(__DIR__4).'/config/api_platform/resources/MunicipalTax.yaml'), 110 => (\dirname(__DIR__4).'/config/api_platform/resources/Municipality.yaml'), 111 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodEdit.yaml'), 112 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodOfficer.yaml'), 113 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProject.yaml'), 114 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProjectAlert.yaml'), 115 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProjectComment.yaml'), 116 => (\dirname(__DIR__4).'/config/api_platform/resources/NeighborhoodProject/NeighborhoodProjectReaction.yaml'), 117 => (\dirname(__DIR__4).'/config/api_platform/resources/NewProjectImmo.yaml'), 118 => (\dirname(__DIR__4).'/config/api_platform/resources/Notification.yaml'), 119 => (\dirname(__DIR__4).'/config/api_platform/resources/Obligations.yaml'), 120 => (\dirname(__DIR__4).'/config/api_platform/resources/OccupancyAgreement.yaml'), 121 => (\dirname(__DIR__4).'/config/api_platform/resources/OccupationPeriod.yaml'), 122 => (\dirname(__DIR__4).'/config/api_platform/resources/Occupie.yaml'), 123 => (\dirname(__DIR__4).'/config/api_platform/resources/Offer.yaml'), 124 => (\dirname(__DIR__4).'/config/api_platform/resources/OfferCollaborative.yaml'), 125 => (\dirname(__DIR__4).'/config/api_platform/resources/OfferDocumentSpeaker.yaml'), 126 => (\dirname(__DIR__4).'/config/api_platform/resources/OfferLease.yaml'), 127 => (\dirname(__DIR__4).'/config/api_platform/resources/Option.yaml'), 128 => (\dirname(__DIR__4).'/config/api_platform/resources/OrganicPlotFiles.yaml'), 129 => (\dirname(__DIR__4).'/config/api_platform/resources/OrganicPlotRequests.yaml'), 130 => (\dirname(__DIR__4).'/config/api_platform/resources/OwnershipGeneralMeeting.yaml'), 131 => (\dirname(__DIR__4).'/config/api_platform/resources/PerimeterPost.yaml'), 132 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitEnvironmentFile.yaml'), 133 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitEnvironmentalForm.yaml'), 134 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitLocationEnvironment.yaml'), 135 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitProperty.yaml'), 136 => (\dirname(__DIR__4).'/config/api_platform/resources/PermitPropertyProcedure.yaml'), 137 => (\dirname(__DIR__4).'/config/api_platform/resources/Plan.yaml'), 138 => (\dirname(__DIR__4).'/config/api_platform/resources/Poll.yaml'), 139 => (\dirname(__DIR__4).'/config/api_platform/resources/Ppas.yaml'), 140 => (\dirname(__DIR__4).'/config/api_platform/resources/Precount.yaml'), 141 => (\dirname(__DIR__4).'/config/api_platform/resources/PrecountConstant.yaml'), 142 => (\dirname(__DIR__4).'/config/api_platform/resources/Pret.yaml'), 143 => (\dirname(__DIR__4).'/config/api_platform/resources/Prime.yaml'), 144 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimeAmount.yaml'), 145 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimeForm.yaml'), 146 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimePlafond.yaml'), 147 => (\dirname(__DIR__4).'/config/api_platform/resources/PrimeProcess.yaml'), 148 => (\dirname(__DIR__4).'/config/api_platform/resources/PropertyDestination.yaml'), 149 => (\dirname(__DIR__4).'/config/api_platform/resources/PropertyImage.yaml'), 150 => (\dirname(__DIR__4).'/config/api_platform/resources/PropertyType.yaml'), 151 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWater.yaml'), 152 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWaterIntervention.yaml'), 153 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWatterDelete.yaml'), 154 => (\dirname(__DIR__4).'/config/api_platform/resources/ProviderWork.yaml'), 155 => (\dirname(__DIR__4).'/config/api_platform/resources/Purchase.yaml'), 156 => (\dirname(__DIR__4).'/config/api_platform/resources/PurchasePartnerRequest.yaml'), 157 => (\dirname(__DIR__4).'/config/api_platform/resources/PurchasePartnerRequestObjectif.yaml'), 158 => (\dirname(__DIR__4).'/config/api_platform/resources/Region.yaml'), 159 => (\dirname(__DIR__4).'/config/api_platform/resources/RegisterFiles.yaml'), 160 => (\dirname(__DIR__4).'/config/api_platform/resources/Registers.yaml'), 161 => (\dirname(__DIR__4).'/config/api_platform/resources/RelookingSave.yaml'), 162 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagement.yaml'), 163 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementLeave.yaml'), 164 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementPayment.yaml'), 165 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementPaymentHistory.yaml'), 166 => (\dirname(__DIR__4).'/config/api_platform/resources/RentalManagementRentHistory.yaml'), 167 => (\dirname(__DIR__4).'/config/api_platform/resources/RequestRepaymentFile.yaml'), 168 => (\dirname(__DIR__4).'/config/api_platform/resources/RequestSellerToNotary.yaml'), 169 => (\dirname(__DIR__4).'/config/api_platform/resources/SalesAgreementFile.yaml'), 170 => (\dirname(__DIR__4).'/config/api_platform/resources/Save.yaml'), 171 => (\dirname(__DIR__4).'/config/api_platform/resources/Schools.yaml'), 172 => (\dirname(__DIR__4).'/config/api_platform/resources/ServiceCategory.yaml'), 173 => (\dirname(__DIR__4).'/config/api_platform/resources/ServiceOffer.yaml'), 174 => (\dirname(__DIR__4).'/config/api_platform/resources/ServicePromo.yaml'), 175 => (\dirname(__DIR__4).'/config/api_platform/resources/SituationResidentiel.yaml'), 176 => (\dirname(__DIR__4).'/config/api_platform/resources/SocietyApproval.yaml'), 177 => (\dirname(__DIR__4).'/config/api_platform/resources/Solicitation.yaml'), 178 => (\dirname(__DIR__4).'/config/api_platform/resources/StandardForm.yaml'), 179 => (\dirname(__DIR__4).'/config/api_platform/resources/StarRatings.yaml'), 180 => (\dirname(__DIR__4).'/config/api_platform/resources/SubModel.yaml'), 181 => (\dirname(__DIR__4).'/config/api_platform/resources/SubscriptionProduct.yaml'), 182 => (\dirname(__DIR__4).'/config/api_platform/resources/SubscriptionProductService.yaml'), 183 => (\dirname(__DIR__4).'/config/api_platform/resources/Subsection.yaml'), 184 => (\dirname(__DIR__4).'/config/api_platform/resources/SudStroum.yaml'), 185 => (\dirname(__DIR__4).'/config/api_platform/resources/SurveillanceCamera.yaml'), 186 => (\dirname(__DIR__4).'/config/api_platform/resources/SurveillanceCameraType.yaml'), 187 => (\dirname(__DIR__4).'/config/api_platform/resources/Syndic.yaml'), 188 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicAccounting.yaml'), 189 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicChat.yaml'), 190 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicChatFile.yaml'), 191 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicChatReaction.yaml'), 192 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicDocument.yaml'), 193 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicDocumentComment.yaml'), 194 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicDocumentShare.yaml'), 195 => (\dirname(__DIR__4).'/config/api_platform/resources/SyndicGroup.yaml'), 196 => (\dirname(__DIR__4).'/config/api_platform/resources/T3dDemands.yaml'), 197 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePorpertyConstructionWorkRules.yaml'), 198 => (\dirname(__DIR__4).'/config/api_platform/resources/TheProperty.yaml'), 199 => (\dirname(__DIR__4).'/config/api_platform/resources/TheProperty/ExtensionOrder/ThePropertyExtensionOrder.yaml'), 200 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyExteriorComment.yaml'), 201 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyMaifInsuranceSummary.yaml'), 202 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyOfferChat.yaml'), 203 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyUse.yaml'), 204 => (\dirname(__DIR__4).'/config/api_platform/resources/ThePropertyWork.yaml'), 205 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyBalance.yaml'), 206 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyDocument.yaml'), 207 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyLot.yaml'), 208 => (\dirname(__DIR__4).'/config/api_platform/resources/ThepropertyOfferBill.yaml'), 209 => (\dirname(__DIR__4).'/config/api_platform/resources/Theservice.yaml'), 210 => (\dirname(__DIR__4).'/config/api_platform/resources/TimelineEvent.yaml'), 211 => (\dirname(__DIR__4).'/config/api_platform/resources/TotalRevenu.yaml'), 212 => (\dirname(__DIR__4).'/config/api_platform/resources/TransactionType.yaml'), 213 => (\dirname(__DIR__4).'/config/api_platform/resources/Transportation.yaml'), 214 => (\dirname(__DIR__4).'/config/api_platform/resources/TypeHabitation.yaml'), 215 => (\dirname(__DIR__4).'/config/api_platform/resources/TypeOfAlarmSystem.yml'), 216 => (\dirname(__DIR__4).'/config/api_platform/resources/Typeofwork.yaml'), 217 => (\dirname(__DIR__4).'/config/api_platform/resources/UrbanInformation.yaml'), 218 => (\dirname(__DIR__4).'/config/api_platform/resources/UrbanismePdf.yaml'), 219 => (\dirname(__DIR__4).'/config/api_platform/resources/UserRating.yaml'), 220 => (\dirname(__DIR__4).'/config/api_platform/resources/UserServicePromo.yaml'), 221 => (\dirname(__DIR__4).'/config/api_platform/resources/VentilationLoses.yaml'), 222 => (\dirname(__DIR__4).'/config/api_platform/resources/VentilationSystem.yaml'), 223 => (\dirname(__DIR__4).'/config/api_platform/resources/VisitProperty.yaml'), 224 => (\dirname(__DIR__4).'/config/api_platform/resources/Vivaqua.yaml'), 225 => (\dirname(__DIR__4).'/config/api_platform/resources/WalloniePrecompte.yaml'), 226 => (\dirname(__DIR__4).'/config/api_platform/resources/WarmWaterPerformance.yaml'), 227 => (\dirname(__DIR__4).'/config/api_platform/resources/WorkCost.yaml'), 228 => (\dirname(__DIR__4).'/config/api_platform/resources/bank_simulation.yaml'), 229 => (\dirname(__DIR__4).'/config/api_platform/resources/consumption_water.yaml'), 230 => (\dirname(__DIR__4).'/config/api_platform/resources/permitCiterne.yaml'), 231 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_fluvius.yaml'), 232 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_inverter.yaml'), 233 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_ores.yaml'), 234 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_sebelga_task.yaml'), 235 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_sibelga.yaml'), 236 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_sibelga_work.yaml'), 237 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_society.yaml'), 238 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar.yaml'), 239 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_brugel.yaml'), 240 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_declaration_cadastre.yaml'), 241 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_fitter.yaml'), 242 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_green_certificate.yaml'), 243 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_organization.yaml'), 244 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_solar_photovoltaic.yaml'), 245 => (\dirname(__DIR__4).'/config/api_platform/resources/provider_tank_installation.yaml'), 246 => (\dirname(__DIR__4).'/config/api_platform/resources/roof.yaml'), 247 => (\dirname(__DIR__4).'/config/api_platform/resources/society.yaml'), 248 => (\dirname(__DIR__4).'/config/api_platform/resources/store.yaml'), 249 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_consumption.yaml'), 250 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_counter.yaml'), 251 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_counter_statement.yaml'), 252 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider.yaml'), 253 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_bill.yaml'), 254 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_document_proof.yaml'), 255 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_watter.yaml'), 256 => (\dirname(__DIR__4).'/config/api_platform/resources/the_property_provider_work.yaml'), 257 => (\dirname(__DIR__4).'/config/api_platform/resources/user.yaml')], $this);
  30014.     }
  30015.     /**
  30016.      * Gets the private 'api_platform.metadata.property.metadata_factory.cached.legacy' shared service.
  30017.      *
  30018.      * @return \ApiPlatform\Core\Metadata\Property\Factory\CachedPropertyMetadataFactory
  30019.      */
  30020.     protected function getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService()
  30021.     {
  30022.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30023.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  30024.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  30025.         }
  30026.         $b = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  30027.         if (isset($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'])) {
  30028.             return $this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'];
  30029.         }
  30030.         $c = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  30031.         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 () {
  30032.             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()));
  30033.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  30034.             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()));
  30035.             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()));
  30036.             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()));
  30037.             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()));
  30038.             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()));
  30039.             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()));
  30040.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  30041.             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()));
  30042.             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()));
  30043.             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()));
  30044.             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()));
  30045.         }, 13)));
  30046.     }
  30047.     /**
  30048.      * Gets the private 'api_platform.metadata.property.name_collection_factory.cached' shared service.
  30049.      *
  30050.      * @return \ApiPlatform\Metadata\Property\Factory\CachedPropertyNameCollectionFactory
  30051.      */
  30052.     protected function getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService()
  30053.     {
  30054.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  30055.         if (isset($this->privates['api_platform.metadata.property.name_collection_factory.cached'])) {
  30056.             return $this->privates['api_platform.metadata.property.name_collection_factory.cached'];
  30057.         }
  30058.         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)));
  30059.     }
  30060.     /**
  30061.      * Gets the private 'api_platform.metadata.property_schema.collection_restriction' shared service.
  30062.      *
  30063.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction
  30064.      */
  30065.     protected function getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService()
  30066.     {
  30067.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  30068.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaCollectionRestriction.php';
  30069.         return $this->privates['api_platform.metadata.property_schema.collection_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaCollectionRestriction(new RewindableGenerator(function () {
  30070.             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()));
  30071.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  30072.             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()));
  30073.             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()));
  30074.             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()));
  30075.             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()));
  30076.             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()));
  30077.             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()));
  30078.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  30079.             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()));
  30080.             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()));
  30081.             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()));
  30082.             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()));
  30083.         }, 13));
  30084.     }
  30085.     /**
  30086.      * Gets the private 'api_platform.metadata.property_schema.one_of_restriction' shared service.
  30087.      *
  30088.      * @return \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction
  30089.      */
  30090.     protected function getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService()
  30091.     {
  30092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaRestrictionMetadataInterface.php';
  30093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Validator/Metadata/Property/Restriction/PropertySchemaOneOfRestriction.php';
  30094.         return $this->privates['api_platform.metadata.property_schema.one_of_restriction'] = new \ApiPlatform\Core\Bridge\Symfony\Validator\Metadata\Property\Restriction\PropertySchemaOneOfRestriction(new RewindableGenerator(function () {
  30095.             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()));
  30096.             yield => ($this->privates['api_platform.metadata.property_schema.collection_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_CollectionRestrictionService());
  30097.             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()));
  30098.             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()));
  30099.             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()));
  30100.             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()));
  30101.             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()));
  30102.             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()));
  30103.             yield => ($this->privates['api_platform.metadata.property_schema.one_of_restriction'] ?? $this->getApiPlatform_Metadata_PropertySchema_OneOfRestrictionService());
  30104.             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()));
  30105.             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()));
  30106.             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()));
  30107.             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()));
  30108.         }, 13));
  30109.     }
  30110.     /**
  30111.      * Gets the private 'api_platform.metadata.resource.metadata_factory.cached' shared service.
  30112.      *
  30113.      * @return \ApiPlatform\Core\Metadata\Resource\Factory\CachedResourceMetadataFactory
  30114.      */
  30115.     protected function getApiPlatform_Metadata_Resource_MetadataFactory_CachedService()
  30116.     {
  30117.         $a = ($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService());
  30118.         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']));
  30119.     }
  30120.     /**
  30121.      * Gets the private 'api_platform.metadata.resource.name_collection_factory.cached' shared service.
  30122.      *
  30123.      * @return \ApiPlatform\Metadata\Resource\Factory\CachedResourceNameCollectionFactory
  30124.      */
  30125.     protected function getApiPlatform_Metadata_Resource_NameCollectionFactory_CachedService()
  30126.     {
  30127.         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)))))));
  30128.     }
  30129.     /**
  30130.      * Gets the private 'api_platform.openapi.command' shared service.
  30131.      *
  30132.      * @return \ApiPlatform\Symfony\Bundle\Command\OpenApiCommand
  30133.      */
  30134.     protected function getApiPlatform_Openapi_CommandService()
  30135.     {
  30136.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30137.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle/Command/OpenApiCommand.php';
  30138.         $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()));
  30139.         $instance->setName('api:openapi:export');
  30140.         return $instance;
  30141.     }
  30142.     /**
  30143.      * Gets the private 'api_platform.openapi.options' shared service.
  30144.      *
  30145.      * @return \ApiPlatform\OpenApi\Options
  30146.      */
  30147.     protected function getApiPlatform_Openapi_OptionsService()
  30148.     {
  30149.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/OpenApi/Options.php';
  30150.         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);
  30151.     }
  30152.     /**
  30153.      * Gets the private 'api_platform.operation_path_resolver.custom' shared service.
  30154.      *
  30155.      * @return \ApiPlatform\PathResolver\CustomOperationPathResolver
  30156.      */
  30157.     protected function getApiPlatform_OperationPathResolver_CustomService()
  30158.     {
  30159.         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()))));
  30160.     }
  30161.     /**
  30162.      * Gets the private 'api_platform.operation_path_resolver.router' shared service.
  30163.      *
  30164.      * @return \ApiPlatform\Core\Bridge\Symfony\Routing\RouterOperationPathResolver
  30165.      */
  30166.     protected function getApiPlatform_OperationPathResolver_RouterService()
  30167.     {
  30168.         $a = ($this->privates['api_platform.router'] ?? $this->getApiPlatform_RouterService());
  30169.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  30170.             return $this->privates['api_platform.operation_path_resolver.router'];
  30171.         }
  30172.         $b = ($this->privates['api_platform.subresource_operation_factory.cached'] ?? $this->getApiPlatform_SubresourceOperationFactory_CachedService());
  30173.         if (isset($this->privates['api_platform.operation_path_resolver.router'])) {
  30174.             return $this->privates['api_platform.operation_path_resolver.router'];
  30175.         }
  30176.         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);
  30177.     }
  30178.     /**
  30179.      * Gets the private 'api_platform.resource_class_resolver' shared service.
  30180.      *
  30181.      * @return \ApiPlatform\Api\ResourceClassResolver
  30182.      */
  30183.     protected function getApiPlatform_ResourceClassResolverService()
  30184.     {
  30185.         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()));
  30186.     }
  30187.     /**
  30188.      * Gets the private 'api_platform.router' shared service.
  30189.      *
  30190.      * @return \ApiPlatform\Symfony\Routing\Router
  30191.      */
  30192.     protected function getApiPlatform_RouterService()
  30193.     {
  30194.         $a = ($this->services['router'] ?? $this->getRouterService());
  30195.         if (isset($this->privates['api_platform.router'])) {
  30196.             return $this->privates['api_platform.router'];
  30197.         }
  30198.         return $this->privates['api_platform.router'] = new \ApiPlatform\Symfony\Routing\Router($a1);
  30199.     }
  30200.     /**
  30201.      * Gets the private 'api_platform.security.listener.request.deny_access' shared service.
  30202.      *
  30203.      * @return \ApiPlatform\Symfony\EventListener\DenyAccessListener
  30204.      */
  30205.     protected function getApiPlatform_Security_Listener_Request_DenyAccessService()
  30206.     {
  30207.         $a = ($this->privates['api_platform.security.resource_access_checker'] ?? $this->getApiPlatform_Security_ResourceAccessCheckerService());
  30208.         if (isset($this->privates['api_platform.security.listener.request.deny_access'])) {
  30209.             return $this->privates['api_platform.security.listener.request.deny_access'];
  30210.         }
  30211.         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);
  30212.     }
  30213.     /**
  30214.      * Gets the private 'api_platform.security.resource_access_checker' shared service.
  30215.      *
  30216.      * @return \ApiPlatform\Symfony\Security\ResourceAccessChecker
  30217.      */
  30218.     protected function getApiPlatform_Security_ResourceAccessCheckerService()
  30219.     {
  30220.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  30221.         if (isset($this->privates['api_platform.security.resource_access_checker'])) {
  30222.             return $this->privates['api_platform.security.resource_access_checker'];
  30223.         }
  30224.         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);
  30225.     }
  30226.     /**
  30227.      * Gets the private 'api_platform.serializer.context_builder.filter' shared service.
  30228.      *
  30229.      * @return \ApiPlatform\Serializer\SerializerFilterContextBuilder
  30230.      */
  30231.     protected function getApiPlatform_Serializer_ContextBuilder_FilterService()
  30232.     {
  30233.         $a = ($this->privates['api_platform.filter_locator'] ?? $this->getApiPlatform_FilterLocatorService());
  30234.         if (isset($this->privates['api_platform.serializer.context_builder.filter'])) {
  30235.             return $this->privates['api_platform.serializer.context_builder.filter'];
  30236.         }
  30237.         $b = ($this->privates['api_platform.metadata.resource.metadata_factory.cached'] ?? $this->getApiPlatform_Metadata_Resource_MetadataFactory_CachedService());
  30238.         return $this->privates['api_platform.serializer.context_builder.filter'] = new \ApiPlatform\Serializer\SerializerFilterContextBuilder($b$a, new \App\Serializer\ThePropertyDetailContextBuilder(new \ApiPlatform\Serializer\SerializerContextBuilder($b)));
  30239.     }
  30240.     /**
  30241.      * Gets the private 'api_platform.serializer.mapping.class_metadata_factory' shared service.
  30242.      *
  30243.      * @return \ApiPlatform\Serializer\Mapping\Factory\ClassMetadataFactory
  30244.      */
  30245.     protected function getApiPlatform_Serializer_Mapping_ClassMetadataFactoryService()
  30246.     {
  30247.         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()))])));
  30248.     }
  30249.     /**
  30250.      * Gets the private 'api_platform.subresource_operation_factory.cached' shared service.
  30251.      *
  30252.      * @return \ApiPlatform\Core\Operation\Factory\CachedSubresourceOperationFactory
  30253.      */
  30254.     protected function getApiPlatform_SubresourceOperationFactory_CachedService()
  30255.     {
  30256.         $a = ($this->privates['api_platform.metadata.property.name_collection_factory.cached'] ?? $this->getApiPlatform_Metadata_Property_NameCollectionFactory_CachedService());
  30257.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  30258.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  30259.         }
  30260.         $b = ($this->privates['api_platform.metadata.property.metadata_factory.cached.legacy'] ?? $this->getApiPlatform_Metadata_Property_MetadataFactory_Cached_LegacyService());
  30261.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  30262.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  30263.         }
  30264.         $c = ($this->privates['api_platform.identifiers_extractor.cached'] ?? $this->getApiPlatform_IdentifiersExtractor_CachedService());
  30265.         if (isset($this->privates['api_platform.subresource_operation_factory.cached'])) {
  30266.             return $this->privates['api_platform.subresource_operation_factory.cached'];
  30267.         }
  30268.         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));
  30269.     }
  30270.     /**
  30271.      * Gets the private 'api_platform.swagger.command.swagger_command' shared service.
  30272.      *
  30273.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\SwaggerCommand
  30274.      */
  30275.     protected function getApiPlatform_Swagger_Command_SwaggerCommandService()
  30276.     {
  30277.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/SwaggerCommand.php';
  30279.         $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);
  30280.         $instance->setName('api:swagger:export');
  30281.         return $instance;
  30282.     }
  30283.     /**
  30284.      * Gets the private 'api_platform.upgrade_resource.command' shared service.
  30285.      *
  30286.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\Command\UpgradeApiResourceCommand
  30287.      */
  30288.     protected function getApiPlatform_UpgradeResource_CommandService()
  30289.     {
  30290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  30291.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Bundle/Command/UpgradeApiResourceCommand.php';
  30292.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Upgrade/SubresourceTransformer.php';
  30293.         $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()));
  30294.         $instance->setName('api:upgrade-resource');
  30295.         return $instance;
  30296.     }
  30297.     /**
  30298.      * Gets the private 'api_platform.validator' shared service.
  30299.      *
  30300.      * @return \ApiPlatform\Symfony\Validator\Validator
  30301.      */
  30302.     protected function getApiPlatform_ValidatorService()
  30303.     {
  30304.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Validator/ValidatorInterface.php';
  30305.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Validator/Validator.php';
  30306.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  30307.         if (isset($this->privates['api_platform.validator'])) {
  30308.             return $this->privates['api_platform.validator'];
  30309.         }
  30310.         return $this->privates['api_platform.validator'] = new \ApiPlatform\Symfony\Validator\Validator($a$this);
  30311.     }
  30312.     /**
  30313.      * Gets the private 'app.event_listener.add_user_promo' shared service.
  30314.      *
  30315.      * @return \App\EventListener\UserServicePromoListener
  30316.      */
  30317.     protected function getApp_EventListener_AddUserPromoService()
  30318.     {
  30319.         include_once \dirname(__DIR__4).'/src/EventListener/UserServicePromoListener.php';
  30320.         include_once \dirname(__DIR__4).'/src/Service/QrCodeService.php';
  30321.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30322.         if (isset($this->privates['app.event_listener.add_user_promo'])) {
  30323.             return $this->privates['app.event_listener.add_user_promo'];
  30324.         }
  30325.         $b = ($this->privates['App\\Service\\Api\\Subscription\\FeatureService'] ?? $this->getFeatureServiceService());
  30326.         if (isset($this->privates['app.event_listener.add_user_promo'])) {
  30327.             return $this->privates['app.event_listener.add_user_promo'];
  30328.         }
  30329.         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);
  30330.     }
  30331.     /**
  30332.      * Gets the private 'app.event_listener.carpool_announcement_listener' shared autowired service.
  30333.      *
  30334.      * @return \App\EventListener\CarpoolAnnouncementListener
  30335.      */
  30336.     protected function getApp_EventListener_CarpoolAnnouncementListenerService()
  30337.     {
  30338.         include_once \dirname(__DIR__4).'/src/EventListener/CarpoolAnnouncementListener.php';
  30339.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30340.         if (isset($this->privates['app.event_listener.carpool_announcement_listener'])) {
  30341.             return $this->privates['app.event_listener.carpool_announcement_listener'];
  30342.         }
  30343.         return $this->privates['app.event_listener.carpool_announcement_listener'] = new \App\EventListener\CarpoolAnnouncementListener($a);
  30344.     }
  30345.     /**
  30346.      * Gets the private 'app.event_listener.multipart_form_deserialize_listener' shared autowired service.
  30347.      *
  30348.      * @return \App\EventListener\MultipartFormDeserializeListener
  30349.      */
  30350.     protected function getApp_EventListener_MultipartFormDeserializeListenerService()
  30351.     {
  30352.         $a = ($this->privates['api_platform.serializer.context_builder.filter'] ?? $this->getApiPlatform_Serializer_ContextBuilder_FilterService());
  30353.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30354.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30355.         }
  30356.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  30357.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30358.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30359.         }
  30360.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30361.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30362.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30363.         }
  30364.         $d = ($this->privates['App\\Service\\Multipart\\Deserializer\\EntityDeserializationService'] ?? $this->getEntityDeserializationServiceService());
  30365.         if (isset($this->privates['app.event_listener.multipart_form_deserialize_listener'])) {
  30366.             return $this->privates['app.event_listener.multipart_form_deserialize_listener'];
  30367.         }
  30368.         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);
  30369.     }
  30370.     /**
  30371.      * Gets the private 'app.event_listener.neighborhood_project_listener' shared service.
  30372.      *
  30373.      * @return \App\EventListener\NeighborhoodProject\NeighborhoodProjectListener
  30374.      */
  30375.     protected function getApp_EventListener_NeighborhoodProjectListenerService()
  30376.     {
  30377.         include_once \dirname(__DIR__4).'/src/EventListener/NeighborhoodProject/NeighborhoodProjectListener.php';
  30378.         include_once \dirname(__DIR__4).'/src/Service/NeighborhoodProject/NeighborhoodProjectAlertService.php';
  30379.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30380.         if (isset($this->privates['app.event_listener.neighborhood_project_listener'])) {
  30381.             return $this->privates['app.event_listener.neighborhood_project_listener'];
  30382.         }
  30383.         $b = ($this->privates['App\\Service\\Mailbox\\MailboxService'] ?? $this->getMailboxServiceService());
  30384.         if (isset($this->privates['app.event_listener.neighborhood_project_listener'])) {
  30385.             return $this->privates['app.event_listener.neighborhood_project_listener'];
  30386.         }
  30387.         $c = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  30388.         if (isset($this->privates['app.event_listener.neighborhood_project_listener'])) {
  30389.             return $this->privates['app.event_listener.neighborhood_project_listener'];
  30390.         }
  30391.         return $this->privates['app.event_listener.neighborhood_project_listener'] = new \App\EventListener\NeighborhoodProject\NeighborhoodProjectListener(new \App\Service\NeighborhoodProject\NeighborhoodProjectAlertService($a), $b$c);
  30392.     }
  30393.     /**
  30394.      * Gets the private 'app.event_listener.precount_listener' shared service.
  30395.      *
  30396.      * @return \App\EventListener\PrecountListener
  30397.      */
  30398.     protected function getApp_EventListener_PrecountListenerService()
  30399.     {
  30400.         include_once \dirname(__DIR__4).'/src/EventListener/PrecountListener.php';
  30401.         return $this->privates['app.event_listener.precount_listener'] = new \App\EventListener\PrecountListener(($this->privates['App\\Service\\Precompte\\PrecountService'] ?? $this->getPrecountServiceService()));
  30402.     }
  30403.     /**
  30404.      * Gets the private 'app.event_listener.provider_solar_brugel' shared autowired service.
  30405.      *
  30406.      * @return \App\EventListener\ProviderSolarBrugelListener
  30407.      */
  30408.     protected function getApp_EventListener_ProviderSolarBrugelService()
  30409.     {
  30410.         include_once \dirname(__DIR__4).'/src/EventListener/ProviderSolarBrugelListener.php';
  30411.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30412.         if (isset($this->privates['app.event_listener.provider_solar_brugel'])) {
  30413.             return $this->privates['app.event_listener.provider_solar_brugel'];
  30414.         }
  30415.         return $this->privates['app.event_listener.provider_solar_brugel'] = new \App\EventListener\ProviderSolarBrugelListener(($this->privates['App\\Repository\\ProviderSolarBrugelRepository'] ?? $this->getProviderSolarBrugelRepositoryService()), $a);
  30416.     }
  30417.     /**
  30418.      * Gets the private 'app.event_listener.provider_tank_installation_listener' shared service.
  30419.      *
  30420.      * @return \App\EventListener\ProviderTankInstallationListener
  30421.      */
  30422.     protected function getApp_EventListener_ProviderTankInstallationListenerService()
  30423.     {
  30424.         include_once \dirname(__DIR__4).'/src/EventListener/ProviderTankInstallationListener.php';
  30425.         $a = ($this->privates['App\\Service\\Api\\Notification\\NotificationService'] ?? $this->getNotificationService2Service());
  30426.         if (isset($this->privates['app.event_listener.provider_tank_installation_listener'])) {
  30427.             return $this->privates['app.event_listener.provider_tank_installation_listener'];
  30428.         }
  30429.         return $this->privates['app.event_listener.provider_tank_installation_listener'] = new \App\EventListener\ProviderTankInstallationListener($a);
  30430.     }
  30431.     /**
  30432.      * Gets the private 'app.event_listener.theproperty_listener' shared service.
  30433.      *
  30434.      * @return \App\EventListener\ThePropertyListener
  30435.      */
  30436.     protected function getApp_EventListener_ThepropertyListenerService()
  30437.     {
  30438.         include_once \dirname(__DIR__4).'/src/EventListener/ThePropertyListener.php';
  30439.         $a = ($this->privates['App\\Service\\Api\\Community\\PerimeterService'] ?? $this->getPerimeterServiceService());
  30440.         if (isset($this->privates['app.event_listener.theproperty_listener'])) {
  30441.             return $this->privates['app.event_listener.theproperty_listener'];
  30442.         }
  30443.         return $this->privates['app.event_listener.theproperty_listener'] = new \App\EventListener\ThePropertyListener($a);
  30444.     }
  30445.     /**
  30446.      * Gets the private 'app.filter.cadastre_filter' shared autowired service.
  30447.      *
  30448.      * @return \App\Filter\CadastreFilter
  30449.      */
  30450.     protected function getApp_Filter_CadastreFilterService()
  30451.     {
  30452.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30453.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30454.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30455.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30458.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30459.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  30460.         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()));
  30461.     }
  30462.     /**
  30463.      * Gets the private 'app.filter.changewaterbranch_theproperty_filter' shared autowired service.
  30464.      *
  30465.      * @return \App\Filter\ChangeWaterBranchFilter
  30466.      */
  30467.     protected function getApp_Filter_ChangewaterbranchThepropertyFilterService()
  30468.     {
  30469.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30470.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30471.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30472.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30473.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30474.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30476.         include_once \dirname(__DIR__4).'/src/Filter/ChangeWaterBranchFilter.php';
  30477.         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');
  30478.     }
  30479.     /**
  30480.      * Gets the private 'app.filter.community_post_author_filter' shared autowired service.
  30481.      *
  30482.      * @return \App\Filter\CommunityPostAuthorFilter
  30483.      */
  30484.     protected function getApp_Filter_CommunityPostAuthorFilterService()
  30485.     {
  30486.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30487.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30489.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30493.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostAuthorFilter.php';
  30494.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30495.         if (isset($this->privates['app.filter.community_post_author_filter'])) {
  30496.             return $this->privates['app.filter.community_post_author_filter'];
  30497.         }
  30498.         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()));
  30499.     }
  30500.     /**
  30501.      * Gets the private 'app.filter.community_post_category_filter' shared autowired service.
  30502.      *
  30503.      * @return \App\Filter\CommunityPostCategoryFilter
  30504.      */
  30505.     protected function getApp_Filter_CommunityPostCategoryFilterService()
  30506.     {
  30507.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30511.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30514.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCategoryFilter.php';
  30515.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30516.         if (isset($this->privates['app.filter.community_post_category_filter'])) {
  30517.             return $this->privates['app.filter.community_post_category_filter'];
  30518.         }
  30519.         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');
  30520.     }
  30521.     /**
  30522.      * Gets the private 'app.filter.community_post_comment_filter' shared autowired service.
  30523.      *
  30524.      * @return \App\Filter\CommunityPostCommentFilter
  30525.      */
  30526.     protected function getApp_Filter_CommunityPostCommentFilterService()
  30527.     {
  30528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30535.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommentFilter.php';
  30536.         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');
  30537.     }
  30538.     /**
  30539.      * Gets the private 'app.filter.community_post_committee_filter' shared autowired service.
  30540.      *
  30541.      * @return \App\Filter\CommunityPostCommitteeFilter
  30542.      */
  30543.     protected function getApp_Filter_CommunityPostCommitteeFilterService()
  30544.     {
  30545.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30546.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30547.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30548.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30552.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommitteeFilter.php';
  30553.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  30554.         if (isset($this->privates['app.filter.community_post_committee_filter'])) {
  30555.             return $this->privates['app.filter.community_post_committee_filter'];
  30556.         }
  30557.         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');
  30558.     }
  30559.     /**
  30560.      * Gets the private 'app.filter.community_post_type_filter' shared autowired service.
  30561.      *
  30562.      * @return \App\Filter\CommunityPostTypeFilter
  30563.      */
  30564.     protected function getApp_Filter_CommunityPostTypeFilterService()
  30565.     {
  30566.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30568.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30573.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostTypeFilter.php';
  30574.         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');
  30575.     }
  30576.     /**
  30577.      * Gets the private 'app.filter.message_conversation_filter' shared autowired service.
  30578.      *
  30579.      * @return \App\Filter\MessageConversationFilter
  30580.      */
  30581.     protected function getApp_Filter_MessageConversationFilterService()
  30582.     {
  30583.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30584.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30585.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30586.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30587.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30588.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30589.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30590.         include_once \dirname(__DIR__4).'/src/Filter/MessageConversationFilter.php';
  30591.         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');
  30592.     }
  30593.     /**
  30594.      * Gets the private 'app.filter.nearby_filter' shared autowired service.
  30595.      *
  30596.      * @return \App\Filter\NearbyFilter
  30597.      */
  30598.     protected function getApp_Filter_NearbyFilterService()
  30599.     {
  30600.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30601.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30602.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30603.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30604.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30605.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30606.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30607.         include_once \dirname(__DIR__4).'/src/Filter/NearbyFilter.php';
  30608.         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()));
  30609.     }
  30610.     /**
  30611.      * Gets the private 'app.filter.provider_water_consumption' shared autowired service.
  30612.      *
  30613.      * @return \App\Filter\ProviderWatterConsumptionFilter
  30614.      */
  30615.     protected function getApp_Filter_ProviderWaterConsumptionService()
  30616.     {
  30617.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30619.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30623.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30624.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterConsumptionFilter.php';
  30625.         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');
  30626.     }
  30627.     /**
  30628.      * Gets the private 'app.filter.provider_watter_delete_filter' shared autowired service.
  30629.      *
  30630.      * @return \App\Filter\ProviderWatterDeleteFilter
  30631.      */
  30632.     protected function getApp_Filter_ProviderWatterDeleteFilterService()
  30633.     {
  30634.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30635.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30636.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30641.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterDeleteFilter.php';
  30642.         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');
  30643.     }
  30644.     /**
  30645.      * Gets the private 'app.filter.search_filter' shared autowired service.
  30646.      *
  30647.      * @return \App\Filter\SearchFilter
  30648.      */
  30649.     protected function getApp_Filter_SearchFilterService()
  30650.     {
  30651.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30652.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30653.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30654.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30655.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30656.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30657.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30658.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  30659.         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');
  30660.     }
  30661.     /**
  30662.      * Gets the private 'app.filter.syndic_chat_group_filter' shared autowired service.
  30663.      *
  30664.      * @return \App\Filter\SyndicChatGroupFilter
  30665.      */
  30666.     protected function getApp_Filter_SyndicChatGroupFilterService()
  30667.     {
  30668.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30669.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30670.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30671.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30672.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30673.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30674.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30675.         include_once \dirname(__DIR__4).'/src/Filter/SyndicChatGroupFilter.php';
  30676.         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');
  30677.     }
  30678.     /**
  30679.      * Gets the private 'app.listener.authentication_success_response' shared autowired service.
  30680.      *
  30681.      * @return \App\EventListener\AuthenticationSuccessListener
  30682.      */
  30683.     protected function getApp_Listener_AuthenticationSuccessResponseService()
  30684.     {
  30685.         include_once \dirname(__DIR__4).'/src/EventListener/AuthenticationSuccessListener.php';
  30686.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  30687.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30688.             return $this->privates['app.listener.authentication_success_response'];
  30689.         }
  30690.         $b = ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService());
  30691.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30692.             return $this->privates['app.listener.authentication_success_response'];
  30693.         }
  30694.         $c = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  30695.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30696.             return $this->privates['app.listener.authentication_success_response'];
  30697.         }
  30698.         $d = ($this->privates['App\\Service\\Api\\User\\UserService'] ?? $this->getUserServiceService());
  30699.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30700.             return $this->privates['app.listener.authentication_success_response'];
  30701.         }
  30702.         $e = ($this->privates['App\\Service\\TwoFactorService'] ?? $this->getTwoFactorServiceService());
  30703.         if (isset($this->privates['app.listener.authentication_success_response'])) {
  30704.             return $this->privates['app.listener.authentication_success_response'];
  30705.         }
  30706.         return $this->privates['app.listener.authentication_success_response'] = new \App\EventListener\AuthenticationSuccessListener($a, ($this->privates['.debug.http_client'] ?? $this->get_Debug_HttpClientService()), $this$b$c$d, ($this->services['.container.private.session'] ?? $this->get_Container_Private_SessionService()), $c, ($this->privates['App\\Service\\Api\\Prestashop\\Customer'] ?? $this->getCustomerService()), $e);
  30707.     }
  30708.     /**
  30709.      * Gets the private 'app.operation_type_filter' shared service.
  30710.      *
  30711.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30712.      */
  30713.     protected function getApp_OperationTypeFilterService()
  30714.     {
  30715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30716.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30717.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30718.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30723.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30725.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30726.         if (isset($this->privates['app.operation_type_filter'])) {
  30727.             return $this->privates['app.operation_type_filter'];
  30728.         }
  30729.         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()));
  30730.     }
  30731.     /**
  30732.      * Gets the private 'app.provider.watter_intervention_filter' shared autowired service.
  30733.      *
  30734.      * @return \App\Filter\ProviderWatterInterventionOrderFilter
  30735.      */
  30736.     protected function getApp_Provider_WatterInterventionFilterService()
  30737.     {
  30738.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30739.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30740.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30741.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30743.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30744.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30745.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterInterventionOrderFilter.php';
  30746.         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');
  30747.     }
  30748.     /**
  30749.      * Gets the private 'app.the_property__filter' shared service.
  30750.      *
  30751.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30752.      */
  30753.     protected function getApp_ThePropertyFilterService()
  30754.     {
  30755.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30756.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30757.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30758.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30759.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30760.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30761.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30762.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30763.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30764.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30765.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30766.         if (isset($this->privates['app.the_property__filter'])) {
  30767.             return $this->privates['app.the_property__filter'];
  30768.         }
  30769.         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()));
  30770.     }
  30771.     /**
  30772.      * Gets the private 'app.the_property_work_filter' shared service.
  30773.      *
  30774.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30775.      */
  30776.     protected function getApp_ThePropertyWorkFilterService()
  30777.     {
  30778.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30784.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30785.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30788.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30789.         if (isset($this->privates['app.the_property_work_filter'])) {
  30790.             return $this->privates['app.the_property_work_filter'];
  30791.         }
  30792.         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()));
  30793.     }
  30794.     /**
  30795.      * Gets the private 'bank_simulation.search_filter' shared service.
  30796.      *
  30797.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30798.      */
  30799.     protected function getBankSimulation_SearchFilterService()
  30800.     {
  30801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30803.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30804.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30805.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30806.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30807.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30808.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30809.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30810.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30811.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30812.         if (isset($this->privates['bank_simulation.search_filter'])) {
  30813.             return $this->privates['bank_simulation.search_filter'];
  30814.         }
  30815.         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()));
  30816.     }
  30817.     /**
  30818.      * Gets the private 'cache.annotations' shared service.
  30819.      *
  30820.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30821.      */
  30822.     protected function getCache_AnnotationsService()
  30823.     {
  30824.         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())));
  30825.     }
  30826.     /**
  30827.      * Gets the private 'cache.doctrine.orm.import.query' shared service.
  30828.      *
  30829.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30830.      */
  30831.     protected function getCache_Doctrine_Orm_Import_QueryService()
  30832.     {
  30833.         return $this->privates['cache.doctrine.orm.import.query'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  30834.     }
  30835.     /**
  30836.      * Gets the private 'cache.doctrine.orm.import.result' shared service.
  30837.      *
  30838.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30839.      */
  30840.     protected function getCache_Doctrine_Orm_Import_ResultService()
  30841.     {
  30842.         return $this->privates['cache.doctrine.orm.import.result'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter(new \Symfony\Component\Cache\Adapter\ArrayAdapter());
  30843.     }
  30844.     /**
  30845.      * Gets the private 'cache.messenger.restart_workers_signal' shared service.
  30846.      *
  30847.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30848.      */
  30849.     protected function getCache_Messenger_RestartWorkersSignalService()
  30850.     {
  30851.         $a = new \Symfony\Component\Cache\Adapter\RedisAdapter(($this->privates['.cache_connection.PhtYv8i'] ?? $this->get_CacheConnection_PhtYv8iService()), 'USFP7-MyxI'0, ($this->privates['cache.default_marshaller'] ?? ($this->privates['cache.default_marshaller'] = new \Symfony\Component\Cache\Marshaller\DefaultMarshaller(NULLtrue))));
  30852.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  30853.         return $this->privates['cache.messenger.restart_workers_signal'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  30854.     }
  30855.     /**
  30856.      * Gets the private 'cache.property_info' shared service.
  30857.      *
  30858.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30859.      */
  30860.     protected function getCache_PropertyInfoService()
  30861.     {
  30862.         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())));
  30863.     }
  30864.     /**
  30865.      * Gets the private 'cache.security_expression_language' shared service.
  30866.      *
  30867.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30868.      */
  30869.     protected function getCache_SecurityExpressionLanguageService()
  30870.     {
  30871.         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())));
  30872.     }
  30873.     /**
  30874.      * Gets the private 'cache.serializer' shared service.
  30875.      *
  30876.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30877.      */
  30878.     protected function getCache_SerializerService()
  30879.     {
  30880.         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())));
  30881.     }
  30882.     /**
  30883.      * Gets the private 'cache.validator' shared service.
  30884.      *
  30885.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  30886.      */
  30887.     protected function getCache_ValidatorService()
  30888.     {
  30889.         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())));
  30890.     }
  30891.     /**
  30892.      * Gets the private 'cache_pool_clearer.cache_warmer' shared service.
  30893.      *
  30894.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\CachePoolClearerCacheWarmer
  30895.      */
  30896.     protected function getCachePoolClearer_CacheWarmerService()
  30897.     {
  30898.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  30899.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/CachePoolClearerCacheWarmer.php';
  30900.         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']);
  30901.     }
  30902.     /**
  30903.      * Gets the private 'category_permit.search_filter' shared service.
  30904.      *
  30905.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30906.      */
  30907.     protected function getCategoryPermit_SearchFilterService()
  30908.     {
  30909.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30910.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30911.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30912.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30913.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30914.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30915.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30916.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30917.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30918.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30919.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30920.         if (isset($this->privates['category_permit.search_filter'])) {
  30921.             return $this->privates['category_permit.search_filter'];
  30922.         }
  30923.         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()));
  30924.     }
  30925.     /**
  30926.      * Gets the private 'changewaterbranch.theproperty_filter' shared autowired service.
  30927.      *
  30928.      * @return \App\Filter\ChangeWaterBranchFilter
  30929.      */
  30930.     protected function getChangewaterbranch_ThepropertyFilterService()
  30931.     {
  30932.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30933.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30934.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30935.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30936.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30937.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30938.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30939.         include_once \dirname(__DIR__4).'/src/Filter/ChangeWaterBranchFilter.php';
  30940.         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');
  30941.     }
  30942.     /**
  30943.      * Gets the private 'co_ownership_account_lot.search_filter' shared service.
  30944.      *
  30945.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30946.      */
  30947.     protected function getCoOwnershipAccountLot_SearchFilterService()
  30948.     {
  30949.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30950.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30951.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30952.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30953.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30954.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30955.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30956.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30957.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30958.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30959.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30960.         if (isset($this->privates['co_ownership_account_lot.search_filter'])) {
  30961.             return $this->privates['co_ownership_account_lot.search_filter'];
  30962.         }
  30963.         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()));
  30964.     }
  30965.     /**
  30966.      * Gets the private 'co_ownership_agenda.search_filter' shared service.
  30967.      *
  30968.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30969.      */
  30970.     protected function getCoOwnershipAgenda_SearchFilterService()
  30971.     {
  30972.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30973.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30974.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30975.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30976.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  30977.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  30978.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  30979.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  30980.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  30981.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  30982.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  30983.         if (isset($this->privates['co_ownership_agenda.search_filter'])) {
  30984.             return $this->privates['co_ownership_agenda.search_filter'];
  30985.         }
  30986.         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()));
  30987.     }
  30988.     /**
  30989.      * Gets the private 'co_ownership_balance.search_filter' shared service.
  30990.      *
  30991.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  30992.      */
  30993.     protected function getCoOwnershipBalance_SearchFilterService()
  30994.     {
  30995.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  30996.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  30997.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  30998.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  30999.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31000.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31001.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31002.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31003.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31004.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31005.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31006.         if (isset($this->privates['co_ownership_balance.search_filter'])) {
  31007.             return $this->privates['co_ownership_balance.search_filter'];
  31008.         }
  31009.         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()));
  31010.     }
  31011.     /**
  31012.      * Gets the private 'co_ownership_document.search_filter' shared service.
  31013.      *
  31014.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31015.      */
  31016.     protected function getCoOwnershipDocument_SearchFilterService()
  31017.     {
  31018.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31019.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31020.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31021.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31022.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31023.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31024.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31025.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31026.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31027.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31028.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31029.         if (isset($this->privates['co_ownership_document.search_filter'])) {
  31030.             return $this->privates['co_ownership_document.search_filter'];
  31031.         }
  31032.         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()));
  31033.     }
  31034.     /**
  31035.      * Gets the private 'co_ownership_lot_balance.search_filter' shared service.
  31036.      *
  31037.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31038.      */
  31039.     protected function getCoOwnershipLotBalance_SearchFilterService()
  31040.     {
  31041.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31042.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31043.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31044.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31045.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31046.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31047.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31048.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31049.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31050.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31051.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31052.         if (isset($this->privates['co_ownership_lot_balance.search_filter'])) {
  31053.             return $this->privates['co_ownership_lot_balance.search_filter'];
  31054.         }
  31055.         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()));
  31056.     }
  31057.     /**
  31058.      * Gets the private 'co_ownership_lot_vote.search_filter' shared service.
  31059.      *
  31060.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31061.      */
  31062.     protected function getCoOwnershipLotVote_SearchFilterService()
  31063.     {
  31064.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31065.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31066.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31067.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31068.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31069.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31070.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31071.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31072.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31073.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31074.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31075.         if (isset($this->privates['co_ownership_lot_vote.search_filter'])) {
  31076.             return $this->privates['co_ownership_lot_vote.search_filter'];
  31077.         }
  31078.         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()));
  31079.     }
  31080.     /**
  31081.      * Gets the private 'co_ownership_the_property.search_filter' shared service.
  31082.      *
  31083.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31084.      */
  31085.     protected function getCoOwnershipTheProperty_SearchFilterService()
  31086.     {
  31087.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31088.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31089.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31090.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31091.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31094.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31095.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31096.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31097.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31098.         if (isset($this->privates['co_ownership_the_property.search_filter'])) {
  31099.             return $this->privates['co_ownership_the_property.search_filter'];
  31100.         }
  31101.         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()));
  31102.     }
  31103.     /**
  31104.      * Gets the private 'co_ownership_the_property_response.search_filter' shared service.
  31105.      *
  31106.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31107.      */
  31108.     protected function getCoOwnershipThePropertyResponse_SearchFilterService()
  31109.     {
  31110.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31111.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31112.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31113.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31114.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31115.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31116.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31117.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31118.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31119.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31120.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31121.         if (isset($this->privates['co_ownership_the_property_response.search_filter'])) {
  31122.             return $this->privates['co_ownership_the_property_response.search_filter'];
  31123.         }
  31124.         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()));
  31125.     }
  31126.     /**
  31127.      * Gets the private 'co_ownership_transcript.search_filter' shared service.
  31128.      *
  31129.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31130.      */
  31131.     protected function getCoOwnershipTranscript_SearchFilterService()
  31132.     {
  31133.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31134.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31135.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31136.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31137.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31138.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31139.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31140.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31141.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31142.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31143.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31144.         if (isset($this->privates['co_ownership_transcript.search_filter'])) {
  31145.             return $this->privates['co_ownership_transcript.search_filter'];
  31146.         }
  31147.         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()));
  31148.     }
  31149.     /**
  31150.      * Gets the private 'colective_garden.search_filter' shared service.
  31151.      *
  31152.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31153.      */
  31154.     protected function getColectiveGarden_SearchFilterService()
  31155.     {
  31156.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31157.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31158.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31159.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31160.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31161.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31162.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31163.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31164.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31165.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31166.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31167.         if (isset($this->privates['colective_garden.search_filter'])) {
  31168.             return $this->privates['colective_garden.search_filter'];
  31169.         }
  31170.         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()));
  31171.     }
  31172.     /**
  31173.      * Gets the private 'collective_garden_cadastre.search_filter' shared autowired service.
  31174.      *
  31175.      * @return \App\Filter\CadastreFilter
  31176.      */
  31177.     protected function getCollectiveGardenCadastre_SearchFilterService()
  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/CadastreFilter.php';
  31187.         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()), []);
  31188.     }
  31189.     /**
  31190.      * Gets the private 'community.post.author_filter' shared autowired service.
  31191.      *
  31192.      * @return \App\Filter\CommunityPostAuthorFilter
  31193.      */
  31194.     protected function getCommunity_Post_AuthorFilterService()
  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/CommunityPostAuthorFilter.php';
  31204.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  31205.         if (isset($this->privates['community.post.author_filter'])) {
  31206.             return $this->privates['community.post.author_filter'];
  31207.         }
  31208.         return $this->privates['community.post.author_filter'] = new \App\Filter\CommunityPostAuthorFilter(($this->services['doctrine'] ?? $this->getDoctrineService()), $aNULL, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()), []);
  31209.     }
  31210.     /**
  31211.      * Gets the private 'community.post.category_filter' shared autowired service.
  31212.      *
  31213.      * @return \App\Filter\CommunityPostCategoryFilter
  31214.      */
  31215.     protected function getCommunity_Post_CategoryFilterService()
  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/CommunityPostCategoryFilter.php';
  31225.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  31226.         if (isset($this->privates['community.post.category_filter'])) {
  31227.             return $this->privates['community.post.category_filter'];
  31228.         }
  31229.         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');
  31230.     }
  31231.     /**
  31232.      * Gets the private 'community.post.comment.comment_filter' shared autowired service.
  31233.      *
  31234.      * @return \App\Filter\CommunityPostCommentFilter
  31235.      */
  31236.     protected function getCommunity_Post_Comment_CommentFilterService()
  31237.     {
  31238.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31239.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31240.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31241.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31245.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommentFilter.php';
  31246.         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');
  31247.     }
  31248.     /**
  31249.      * Gets the private 'community.post.committee_filter' shared autowired service.
  31250.      *
  31251.      * @return \App\Filter\CommunityPostCommitteeFilter
  31252.      */
  31253.     protected function getCommunity_Post_CommitteeFilterService()
  31254.     {
  31255.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31256.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31257.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31258.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31260.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31261.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31262.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostCommitteeFilter.php';
  31263.         $a = ($this->privates['security.helper'] ?? $this->getSecurity_HelperService());
  31264.         if (isset($this->privates['community.post.committee_filter'])) {
  31265.             return $this->privates['community.post.committee_filter'];
  31266.         }
  31267.         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');
  31268.     }
  31269.     /**
  31270.      * Gets the private 'community.post.search_filter' shared autowired service.
  31271.      *
  31272.      * @return \App\Filter\SearchFilter
  31273.      */
  31274.     protected function getCommunity_Post_SearchFilterService()
  31275.     {
  31276.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31280.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31281.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31282.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31283.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  31284.         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');
  31285.     }
  31286.     /**
  31287.      * Gets the private 'community.post.type_filter' shared autowired service.
  31288.      *
  31289.      * @return \App\Filter\CommunityPostTypeFilter
  31290.      */
  31291.     protected function getCommunity_Post_TypeFilterService()
  31292.     {
  31293.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31294.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31295.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31299.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31300.         include_once \dirname(__DIR__4).'/src/Filter/CommunityPostTypeFilter.php';
  31301.         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');
  31302.     }
  31303.     /**
  31304.      * Gets the private 'condominium.date_filter' shared service.
  31305.      *
  31306.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\DateFilter
  31307.      */
  31308.     protected function getCondominium_DateFilterService()
  31309.     {
  31310.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31311.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31312.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31313.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31314.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31315.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31316.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31317.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterInterface.php';
  31318.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/DateFilterTrait.php';
  31319.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/DateFilter.php';
  31320.         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()));
  31321.     }
  31322.     /**
  31323.      * Gets the private 'condominium.search_filter' shared service.
  31324.      *
  31325.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  31326.      */
  31327.     protected function getCondominium_SearchFilterService()
  31328.     {
  31329.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  31330.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  31331.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  31332.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  31333.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  31334.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  31335.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  31336.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  31337.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  31338.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  31339.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  31340.         if (isset($this->privates['condominium.search_filter'])) {
  31341.             return $this->privates['condominium.search_filter'];
  31342.         }
  31343.         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()));
  31344.     }
  31345.     /**
  31346.      * Gets the private 'config_builder.warmer' shared service.
  31347.      *
  31348.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ConfigBuilderCacheWarmer
  31349.      */
  31350.     protected function getConfigBuilder_WarmerService()
  31351.     {
  31352.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  31353.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ConfigBuilderCacheWarmer.php';
  31354.         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()));
  31355.     }
  31356.     /**
  31357.      * Gets the private 'config_cache_factory' shared service.
  31358.      *
  31359.      * @return \Symfony\Component\Config\ResourceCheckerConfigCacheFactory
  31360.      */
  31361.     protected function getConfigCacheFactoryService()
  31362.     {
  31363.         return $this->privates['config_cache_factory'] = new \Symfony\Component\Config\ResourceCheckerConfigCacheFactory(new RewindableGenerator(function () {
  31364.             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)));
  31365.             yield => ($this->privates['config.resource.self_checking_resource_checker'] ?? ($this->privates['config.resource.self_checking_resource_checker'] = new \Symfony\Component\Config\Resource\SelfCheckingResourceChecker()));
  31366.         }, 2));
  31367.     }
  31368.     /**
  31369.      * Gets the private 'console.command.about' shared service.
  31370.      *
  31371.      * @return \Symfony\Bundle\FrameworkBundle\Command\AboutCommand
  31372.      */
  31373.     protected function getConsole_Command_AboutService()
  31374.     {
  31375.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31376.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AboutCommand.php';
  31377.         $this->privates['console.command.about'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\AboutCommand();
  31378.         $instance->setName('about');
  31379.         $instance->setDescription('Display information about the current project');
  31380.         return $instance;
  31381.     }
  31382.     /**
  31383.      * Gets the private 'console.command.assets_install' shared service.
  31384.      *
  31385.      * @return \Symfony\Bundle\FrameworkBundle\Command\AssetsInstallCommand
  31386.      */
  31387.     protected function getConsole_Command_AssetsInstallService()
  31388.     {
  31389.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31390.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AssetsInstallCommand.php';
  31391.         $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));
  31392.         $instance->setName('assets:install');
  31393.         $instance->setDescription('Install bundle\'s web assets under a public directory');
  31394.         return $instance;
  31395.     }
  31396.     /**
  31397.      * Gets the private 'console.command.cache_clear' shared service.
  31398.      *
  31399.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheClearCommand
  31400.      */
  31401.     protected function getConsole_Command_CacheClearService()
  31402.     {
  31403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31404.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheClearCommand.php';
  31405.         $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())));
  31406.         $instance->setName('cache:clear');
  31407.         $instance->setDescription('Clear the cache');
  31408.         return $instance;
  31409.     }
  31410.     /**
  31411.      * Gets the private 'console.command.cache_pool_clear' shared service.
  31412.      *
  31413.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolClearCommand
  31414.      */
  31415.     protected function getConsole_Command_CachePoolClearService()
  31416.     {
  31417.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31418.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolClearCommand.php';
  31419.         $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']);
  31420.         $instance->setName('cache:pool:clear');
  31421.         $instance->setDescription('Clear cache pools');
  31422.         return $instance;
  31423.     }
  31424.     /**
  31425.      * Gets the private 'console.command.cache_pool_delete' shared service.
  31426.      *
  31427.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolDeleteCommand
  31428.      */
  31429.     protected function getConsole_Command_CachePoolDeleteService()
  31430.     {
  31431.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31432.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolDeleteCommand.php';
  31433.         $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']);
  31434.         $instance->setName('cache:pool:delete');
  31435.         $instance->setDescription('Delete an item from a cache pool');
  31436.         return $instance;
  31437.     }
  31438.     /**
  31439.      * Gets the private 'console.command.cache_pool_list' shared service.
  31440.      *
  31441.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolListCommand
  31442.      */
  31443.     protected function getConsole_Command_CachePoolListService()
  31444.     {
  31445.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31446.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolListCommand.php';
  31447.         $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']);
  31448.         $instance->setName('cache:pool:list');
  31449.         $instance->setDescription('List available cache pools');
  31450.         return $instance;
  31451.     }
  31452.     /**
  31453.      * Gets the private 'console.command.cache_pool_prune' shared service.
  31454.      *
  31455.      * @return \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand
  31456.      */
  31457.     protected function getConsole_Command_CachePoolPruneService()
  31458.     {
  31459.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31460.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CachePoolPruneCommand.php';
  31461.         $this->privates['console.command.cache_pool_prune'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CachePoolPruneCommand(new RewindableGenerator(function () {
  31462.             yield 'cache.app' => ($this->services['cache.app'] ?? $this->getCache_AppService());
  31463.             yield 'cache.system' => ($this->services['cache.system'] ?? $this->getCache_SystemService());
  31464.             yield 'cache.validator' => ($this->privates['cache.validator'] ?? $this->getCache_ValidatorService());
  31465.             yield 'cache.serializer' => ($this->privates['cache.serializer'] ?? $this->getCache_SerializerService());
  31466.             yield 'cache.annotations' => ($this->privates['cache.annotations'] ?? $this->getCache_AnnotationsService());
  31467.             yield 'cache.property_info' => ($this->privates['cache.property_info'] ?? $this->getCache_PropertyInfoService());
  31468.             yield 'cache.messenger.restart_workers_signal' => ($this->privates['cache.messenger.restart_workers_signal'] ?? $this->getCache_Messenger_RestartWorkersSignalService());
  31469.             yield 'doctrine.result_cache_pool' => ($this->privates['doctrine.result_cache_pool'] ?? $this->getDoctrine_ResultCachePoolService());
  31470.             yield 'doctrine.system_cache_pool' => ($this->privates['doctrine.system_cache_pool'] ?? $this->getDoctrine_SystemCachePoolService());
  31471.             yield 'cache.validator_expression_language' => ($this->services['cache.validator_expression_language'] ?? $this->getCache_ValidatorExpressionLanguageService());
  31472.             yield 'cache.doctrine.orm.import.result' => ($this->privates['cache.doctrine.orm.import.result'] ?? $this->getCache_Doctrine_Orm_Import_ResultService());
  31473.             yield 'cache.doctrine.orm.import.query' => ($this->privates['cache.doctrine.orm.import.query'] ?? $this->getCache_Doctrine_Orm_Import_QueryService());
  31474.             yield 'cache.security_expression_language' => ($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService());
  31475.             yield 'api_platform.cache.route_name_resolver' => ($this->privates['api_platform.cache.route_name_resolver'] ?? $this->getApiPlatform_Cache_RouteNameResolverService());
  31476.             yield 'api_platform.cache.metadata.resource' => ($this->privates['api_platform.cache.metadata.resource'] ?? $this->getApiPlatform_Cache_Metadata_ResourceService());
  31477.             yield 'api_platform.cache.metadata.resource.legacy' => ($this->privates['api_platform.cache.metadata.resource.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Resource_LegacyService());
  31478.             yield 'api_platform.cache.metadata.property.legacy' => ($this->privates['api_platform.cache.metadata.property.legacy'] ?? $this->getApiPlatform_Cache_Metadata_Property_LegacyService());
  31479.             yield 'api_platform.cache.subresource_operation_factory' => ($this->privates['api_platform.cache.subresource_operation_factory'] ?? $this->getApiPlatform_Cache_SubresourceOperationFactoryService());
  31480.             yield 'api_platform.cache.identifiers_extractor' => ($this->privates['api_platform.cache.identifiers_extractor'] ?? $this->getApiPlatform_Cache_IdentifiersExtractorService());
  31481.         }, 19));
  31482.         $instance->setName('cache:pool:prune');
  31483.         $instance->setDescription('Prune cache pools');
  31484.         return $instance;
  31485.     }
  31486.     /**
  31487.      * Gets the private 'console.command.cache_warmup' shared service.
  31488.      *
  31489.      * @return \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand
  31490.      */
  31491.     protected function getConsole_Command_CacheWarmupService()
  31492.     {
  31493.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31494.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/CacheWarmupCommand.php';
  31495.         $this->privates['console.command.cache_warmup'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\CacheWarmupCommand(($this->services['cache_warmer'] ?? $this->getCacheWarmerService()));
  31496.         $instance->setName('cache:warmup');
  31497.         $instance->setDescription('Warm up an empty cache');
  31498.         return $instance;
  31499.     }
  31500.     /**
  31501.      * Gets the private 'console.command.config_debug' shared service.
  31502.      *
  31503.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand
  31504.      */
  31505.     protected function getConsole_Command_ConfigDebugService()
  31506.     {
  31507.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31508.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31509.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31510.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  31511.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDebugCommand.php';
  31512.         $this->privates['console.command.config_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDebugCommand();
  31513.         $instance->setName('debug:config');
  31514.         $instance->setDescription('Dump the current configuration for an extension');
  31515.         return $instance;
  31516.     }
  31517.     /**
  31518.      * Gets the private 'console.command.config_dump_reference' shared service.
  31519.      *
  31520.      * @return \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand
  31521.      */
  31522.     protected function getConsole_Command_ConfigDumpReferenceService()
  31523.     {
  31524.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31525.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31526.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31527.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  31528.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ConfigDumpReferenceCommand.php';
  31529.         $this->privates['console.command.config_dump_reference'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ConfigDumpReferenceCommand();
  31530.         $instance->setName('config:dump-reference');
  31531.         $instance->setDescription('Dump the default configuration for an extension');
  31532.         return $instance;
  31533.     }
  31534.     /**
  31535.      * Gets the private 'console.command.container_debug' shared service.
  31536.      *
  31537.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand
  31538.      */
  31539.     protected function getConsole_Command_ContainerDebugService()
  31540.     {
  31541.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31542.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31543.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31544.         $this->privates['console.command.container_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerDebugCommand();
  31545.         $instance->setName('debug:container');
  31546.         $instance->setDescription('Display current services for an application');
  31547.         return $instance;
  31548.     }
  31549.     /**
  31550.      * Gets the private 'console.command.container_lint' shared service.
  31551.      *
  31552.      * @return \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand
  31553.      */
  31554.     protected function getConsole_Command_ContainerLintService()
  31555.     {
  31556.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31557.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerLintCommand.php';
  31558.         $this->privates['console.command.container_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\ContainerLintCommand();
  31559.         $instance->setName('lint:container');
  31560.         $instance->setDescription('Ensure that arguments injected into services match type declarations');
  31561.         return $instance;
  31562.     }
  31563.     /**
  31564.      * Gets the private 'console.command.debug_autowiring' shared service.
  31565.      *
  31566.      * @return \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand
  31567.      */
  31568.     protected function getConsole_Command_DebugAutowiringService()
  31569.     {
  31570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31571.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31572.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  31573.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/DebugAutowiringCommand.php';
  31574.         $this->privates['console.command.debug_autowiring'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\DebugAutowiringCommand(NULL, ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService()));
  31575.         $instance->setName('debug:autowiring');
  31576.         $instance->setDescription('List classes/interfaces you can use for autowiring');
  31577.         return $instance;
  31578.     }
  31579.     /**
  31580.      * Gets the private 'console.command.dotenv_debug' shared service.
  31581.      *
  31582.      * @return \Symfony\Component\Dotenv\Command\DebugCommand
  31583.      */
  31584.     protected function getConsole_Command_DotenvDebugService()
  31585.     {
  31586.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31587.         include_once \dirname(__DIR__4).'/vendor/symfony/dotenv/Command/DebugCommand.php';
  31588.         $this->privates['console.command.dotenv_debug'] = $instance = new \Symfony\Component\Dotenv\Command\DebugCommand('dev', \dirname(__DIR__4));
  31589.         $instance->setName('debug:dotenv');
  31590.         $instance->setDescription('Lists all dotenv files with variables and values');
  31591.         return $instance;
  31592.     }
  31593.     /**
  31594.      * Gets the private 'console.command.event_dispatcher_debug' shared service.
  31595.      *
  31596.      * @return \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand
  31597.      */
  31598.     protected function getConsole_Command_EventDispatcherDebugService()
  31599.     {
  31600.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31601.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/EventDispatcherDebugCommand.php';
  31602.         $this->privates['console.command.event_dispatcher_debug'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\EventDispatcherDebugCommand(($this->privates['.service_locator.LLUPgpm'] ?? $this->get_ServiceLocator_LLUPgpmService()));
  31603.         $instance->setName('debug:event-dispatcher');
  31604.         $instance->setDescription('Display configured listeners for an application');
  31605.         return $instance;
  31606.     }
  31607.     /**
  31608.      * Gets the private 'console.command.form_debug' shared service.
  31609.      *
  31610.      * @return \Symfony\Component\Form\Command\DebugCommand
  31611.      */
  31612.     protected function getConsole_Command_FormDebugService()
  31613.     {
  31614.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Command/DebugCommand.php';
  31616.         $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\\Prime\\CsvType'76 => 'App\\Form\\Prime\\FormeType'77 => 'App\\Form\\PrimeProcedureFieldFormType'78 => 'App\\Form\\PrimeProcedureFormType'79 => 'App\\Form\\PrimeSourceFormType'80 => 'App\\Form\\PropertyImageType'81 => 'App\\Form\\PropertytypeType'82 => 'App\\Form\\ProviderFluviusType'83 => 'App\\Form\\ProviderInverterType'84 => 'App\\Form\\ProviderOresType'85 => 'App\\Form\\ProviderSibelgaTaskType'86 => 'App\\Form\\ProviderSibelgaType'87 => 'App\\Form\\ProviderSibelgaWorkType'88 => 'App\\Form\\ProviderSocietyCsvType'89 => 'App\\Form\\PublicInquiryInProgressCsvType'90 => 'App\\Form\\PurchasePartnerRequestObjectifType'91 => 'App\\Form\\PurchasePartnerRequestType'92 => 'App\\Form\\RegionType'93 => 'App\\Form\\RentestimationType'94 => 'App\\Form\\RoofType'95 => 'App\\Form\\RulesCsvType'96 => 'App\\Form\\SalesAgreementFileType'97 => 'App\\Form\\ServiceCategoryType'98 => 'App\\Form\\ServicePromoType'99 => 'App\\Form\\SimulationType'100 => 'App\\Form\\SizeType'101 => 'App\\Form\\SocietyApprovalType'102 => 'App\\Form\\SocietyType'103 => 'App\\Form\\StreetType'104 => 'App\\Form\\SubjectType'105 => 'App\\Form\\SubmodelType'106 => 'App\\Form\\SubscriptionProductServiceType'107 => 'App\\Form\\SubscriptionProductType'108 => 'App\\Form\\SubsectionType'109 => 'App\\Form\\SuperficieType'110 => 'App\\Form\\SupplierType'111 => 'App\\Form\\SyndicApartmentType'112 => 'App\\Form\\TestImageType'113 => 'App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType'114 => 'App\\Form\\ThePropertyConstructionWorkRulesType'115 => 'App\\Form\\ThepropertyDocumentCategoryType'116 => 'App\\Form\\ThepropertyDocumentType'117 => 'App\\Form\\ThepropertyProviderType'118 => 'App\\Form\\ThepropertyType'119 => 'App\\Form\\TheserviceType'120 => 'App\\Form\\TransactionTypeType'121 => 'App\\Form\\TypeDocumentType'122 => 'App\\Form\\TypeofworkType'123 => 'App\\Form\\UboType'124 => 'App\\Form\\VoirieType'125 => 'App\\Form\\WalletUserType'126 => 'App\\Form\\WallonieCsvType'127 => 'App\\Form\\WaterSupllierControllerExcelType'128 => 'App\\Form\\WorkCsvType'129 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType'130 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType'131 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType'132 => 'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType'133 => 'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType'134 => 'Vich\\UploaderBundle\\Form\\Type\\VichFileType'135 => 'Vich\\UploaderBundle\\Form\\Type\\VichImageType'136 => '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()));
  31617.         $instance->setName('debug:form');
  31618.         $instance->setDescription('Display form type information');
  31619.         return $instance;
  31620.     }
  31621.     /**
  31622.      * Gets the private 'console.command.messenger_consume_messages' shared service.
  31623.      *
  31624.      * @return \Symfony\Component\Messenger\Command\ConsumeMessagesCommand
  31625.      */
  31626.     protected function getConsole_Command_MessengerConsumeMessagesService()
  31627.     {
  31628.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31629.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/ConsumeMessagesCommand.php';
  31630.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/ResetServicesListener.php';
  31631.         $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']);
  31632.         $instance->setName('messenger:consume');
  31633.         $instance->setDescription('Consume messages');
  31634.         return $instance;
  31635.     }
  31636.     /**
  31637.      * Gets the private 'console.command.messenger_debug' shared service.
  31638.      *
  31639.      * @return \Symfony\Component\Messenger\Command\DebugCommand
  31640.      */
  31641.     protected function getConsole_Command_MessengerDebugService()
  31642.     {
  31643.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31644.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/DebugCommand.php';
  31645.         $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\\SearchIndexUpdateMessage' => [=> [=> 'App\\MessageHandler\\SearchIndexUpdateHandler'=> []]], 'App\\Message\\ShowInterestMessage' => [=> [=> 'App\\MessageHandler\\ShowInterestMessageHandler'=> []]], 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => [=> [=> 'mailer.messenger.message_handler'=> []]]]]);
  31646.         $instance->setName('debug:messenger');
  31647.         $instance->setDescription('List messages you can dispatch using the message buses');
  31648.         return $instance;
  31649.     }
  31650.     /**
  31651.      * Gets the private 'console.command.messenger_failed_messages_remove' shared service.
  31652.      *
  31653.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRemoveCommand
  31654.      */
  31655.     protected function getConsole_Command_MessengerFailedMessagesRemoveService()
  31656.     {
  31657.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31658.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  31659.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRemoveCommand.php';
  31660.         $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()));
  31661.         $instance->setName('messenger:failed:remove');
  31662.         $instance->setDescription('Remove given messages from the failure transport');
  31663.         return $instance;
  31664.     }
  31665.     /**
  31666.      * Gets the private 'console.command.messenger_failed_messages_retry' shared service.
  31667.      *
  31668.      * @return \Symfony\Component\Messenger\Command\FailedMessagesRetryCommand
  31669.      */
  31670.     protected function getConsole_Command_MessengerFailedMessagesRetryService()
  31671.     {
  31672.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31673.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  31674.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesRetryCommand.php';
  31675.         $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()));
  31676.         $instance->setName('messenger:failed:retry');
  31677.         $instance->setDescription('Retry one or more messages from the failure transport');
  31678.         return $instance;
  31679.     }
  31680.     /**
  31681.      * Gets the private 'console.command.messenger_failed_messages_show' shared service.
  31682.      *
  31683.      * @return \Symfony\Component\Messenger\Command\FailedMessagesShowCommand
  31684.      */
  31685.     protected function getConsole_Command_MessengerFailedMessagesShowService()
  31686.     {
  31687.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31688.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/AbstractFailedMessagesCommand.php';
  31689.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/FailedMessagesShowCommand.php';
  31690.         $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()));
  31691.         $instance->setName('messenger:failed:show');
  31692.         $instance->setDescription('Show one or more messages from the failure transport');
  31693.         return $instance;
  31694.     }
  31695.     /**
  31696.      * Gets the private 'console.command.messenger_setup_transports' shared service.
  31697.      *
  31698.      * @return \Symfony\Component\Messenger\Command\SetupTransportsCommand
  31699.      */
  31700.     protected function getConsole_Command_MessengerSetupTransportsService()
  31701.     {
  31702.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31703.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/SetupTransportsCommand.php';
  31704.         $this->privates['console.command.messenger_setup_transports'] = $instance = new \Symfony\Component\Messenger\Command\SetupTransportsCommand(($this->privates['messenger.receiver_locator'] ?? $this->getMessenger_ReceiverLocatorService()), [=> 'async'=> 'failed']);
  31705.         $instance->setName('messenger:setup-transports');
  31706.         $instance->setDescription('Prepare the required infrastructure for the transport');
  31707.         return $instance;
  31708.     }
  31709.     /**
  31710.      * Gets the private 'console.command.messenger_stop_workers' shared service.
  31711.      *
  31712.      * @return \Symfony\Component\Messenger\Command\StopWorkersCommand
  31713.      */
  31714.     protected function getConsole_Command_MessengerStopWorkersService()
  31715.     {
  31716.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31717.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Command/StopWorkersCommand.php';
  31718.         $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()));
  31719.         $instance->setName('messenger:stop-workers');
  31720.         $instance->setDescription('Stop workers after their current message');
  31721.         return $instance;
  31722.     }
  31723.     /**
  31724.      * Gets the private 'console.command.router_debug' shared service.
  31725.      *
  31726.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterDebugCommand
  31727.      */
  31728.     protected function getConsole_Command_RouterDebugService()
  31729.     {
  31730.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31731.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  31732.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterDebugCommand.php';
  31733.         $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()));
  31734.         $instance->setName('debug:router');
  31735.         $instance->setDescription('Display current routes for an application');
  31736.         return $instance;
  31737.     }
  31738.     /**
  31739.      * Gets the private 'console.command.router_match' shared service.
  31740.      *
  31741.      * @return \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand
  31742.      */
  31743.     protected function getConsole_Command_RouterMatchService()
  31744.     {
  31745.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31746.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/RouterMatchCommand.php';
  31747.         $this->privates['console.command.router_match'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\RouterMatchCommand(($this->services['router'] ?? $this->getRouterService()), new RewindableGenerator(function () {
  31748.             yield => ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService());
  31749.         }, 1));
  31750.         $instance->setName('router:match');
  31751.         $instance->setDescription('Help debug routes by simulating a path info match');
  31752.         return $instance;
  31753.     }
  31754.     /**
  31755.      * Gets the private 'console.command.secrets_decrypt_to_local' shared service.
  31756.      *
  31757.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsDecryptToLocalCommand
  31758.      */
  31759.     protected function getConsole_Command_SecretsDecryptToLocalService()
  31760.     {
  31761.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31762.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsDecryptToLocalCommand.php';
  31763.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31764.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31765.         $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')))));
  31766.         $instance->setName('secrets:decrypt-to-local');
  31767.         $instance->setDescription('Decrypt all secrets and stores them in the local vault');
  31768.         return $instance;
  31769.     }
  31770.     /**
  31771.      * Gets the private 'console.command.secrets_encrypt_from_local' shared service.
  31772.      *
  31773.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsEncryptFromLocalCommand
  31774.      */
  31775.     protected function getConsole_Command_SecretsEncryptFromLocalService()
  31776.     {
  31777.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31778.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsEncryptFromLocalCommand.php';
  31779.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31780.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31781.         $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')))));
  31782.         $instance->setName('secrets:encrypt-from-local');
  31783.         $instance->setDescription('Encrypt all local secrets to the vault');
  31784.         return $instance;
  31785.     }
  31786.     /**
  31787.      * Gets the private 'console.command.secrets_generate_key' shared service.
  31788.      *
  31789.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsGenerateKeysCommand
  31790.      */
  31791.     protected function getConsole_Command_SecretsGenerateKeyService()
  31792.     {
  31793.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31794.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsGenerateKeysCommand.php';
  31795.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31796.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31797.         $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')))));
  31798.         $instance->setName('secrets:generate-keys');
  31799.         $instance->setDescription('Generate new encryption keys');
  31800.         return $instance;
  31801.     }
  31802.     /**
  31803.      * Gets the private 'console.command.secrets_list' shared service.
  31804.      *
  31805.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsListCommand
  31806.      */
  31807.     protected function getConsole_Command_SecretsListService()
  31808.     {
  31809.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31810.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsListCommand.php';
  31811.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31812.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31813.         $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')))));
  31814.         $instance->setName('secrets:list');
  31815.         $instance->setDescription('List all secrets');
  31816.         return $instance;
  31817.     }
  31818.     /**
  31819.      * Gets the private 'console.command.secrets_remove' shared service.
  31820.      *
  31821.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsRemoveCommand
  31822.      */
  31823.     protected function getConsole_Command_SecretsRemoveService()
  31824.     {
  31825.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31826.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsRemoveCommand.php';
  31827.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31828.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31829.         $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')))));
  31830.         $instance->setName('secrets:remove');
  31831.         $instance->setDescription('Remove a secret from the vault');
  31832.         return $instance;
  31833.     }
  31834.     /**
  31835.      * Gets the private 'console.command.secrets_set' shared service.
  31836.      *
  31837.      * @return \Symfony\Bundle\FrameworkBundle\Command\SecretsSetCommand
  31838.      */
  31839.     protected function getConsole_Command_SecretsSetService()
  31840.     {
  31841.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31842.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/SecretsSetCommand.php';
  31843.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  31844.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/DotenvVault.php';
  31845.         $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')))));
  31846.         $instance->setName('secrets:set');
  31847.         $instance->setDescription('Set a secret in the vault');
  31848.         return $instance;
  31849.     }
  31850.     /**
  31851.      * Gets the private 'console.command.translation_debug' shared service.
  31852.      *
  31853.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationDebugCommand
  31854.      */
  31855.     protected function getConsole_Command_TranslationDebugService()
  31856.     {
  31857.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31858.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationDebugCommand.php';
  31859.         $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')], []);
  31860.         $instance->setName('debug:translation');
  31861.         $instance->setDescription('Display translation messages information');
  31862.         return $instance;
  31863.     }
  31864.     /**
  31865.      * Gets the private 'console.command.translation_extract' shared service.
  31866.      *
  31867.      * @return \Symfony\Bundle\FrameworkBundle\Command\TranslationUpdateCommand
  31868.      */
  31869.     protected function getConsole_Command_TranslationExtractService()
  31870.     {
  31871.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31872.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/TranslationUpdateCommand.php';
  31873.         $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')], []);
  31874.         $instance->setName('translation:extract');
  31875.         $instance->setAliases([=> 'translation:update']);
  31876.         $instance->setDescription('Extract missing translations keys from code to translation files.');
  31877.         return $instance;
  31878.     }
  31879.     /**
  31880.      * Gets the private 'console.command.translation_pull' shared service.
  31881.      *
  31882.      * @return \Symfony\Component\Translation\Command\TranslationPullCommand
  31883.      */
  31884.     protected function getConsole_Command_TranslationPullService()
  31885.     {
  31886.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31887.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  31888.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPullCommand.php';
  31889.         $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', [], []);
  31890.         $instance->setName('translation:pull');
  31891.         $instance->setDescription('Pull translations from a given provider.');
  31892.         return $instance;
  31893.     }
  31894.     /**
  31895.      * Gets the private 'console.command.translation_push' shared service.
  31896.      *
  31897.      * @return \Symfony\Component\Translation\Command\TranslationPushCommand
  31898.      */
  31899.     protected function getConsole_Command_TranslationPushService()
  31900.     {
  31901.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31902.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationTrait.php';
  31903.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/TranslationPushCommand.php';
  31904.         $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()), [], []);
  31905.         $instance->setName('translation:push');
  31906.         $instance->setDescription('Push translations to a given provider.');
  31907.         return $instance;
  31908.     }
  31909.     /**
  31910.      * Gets the private 'console.command.validator_debug' shared service.
  31911.      *
  31912.      * @return \Symfony\Component\Validator\Command\DebugCommand
  31913.      */
  31914.     protected function getConsole_Command_ValidatorDebugService()
  31915.     {
  31916.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31917.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Command/DebugCommand.php';
  31918.         $this->privates['console.command.validator_debug'] = $instance = new \Symfony\Component\Validator\Command\DebugCommand(($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService()));
  31919.         $instance->setName('debug:validator');
  31920.         $instance->setDescription('Display validation constraints for classes');
  31921.         return $instance;
  31922.     }
  31923.     /**
  31924.      * Gets the private 'console.command.xliff_lint' shared service.
  31925.      *
  31926.      * @return \Symfony\Component\Translation\Command\XliffLintCommand
  31927.      */
  31928.     protected function getConsole_Command_XliffLintService()
  31929.     {
  31930.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31931.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Command/XliffLintCommand.php';
  31932.         $this->privates['console.command.xliff_lint'] = $instance = new \Symfony\Component\Translation\Command\XliffLintCommand();
  31933.         $instance->setName('lint:xliff');
  31934.         $instance->setDescription('Lint an XLIFF file and outputs encountered errors');
  31935.         return $instance;
  31936.     }
  31937.     /**
  31938.      * Gets the private 'console.command.yaml_lint' shared service.
  31939.      *
  31940.      * @return \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand
  31941.      */
  31942.     protected function getConsole_Command_YamlLintService()
  31943.     {
  31944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  31945.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Command/LintCommand.php';
  31946.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/YamlLintCommand.php';
  31947.         $this->privates['console.command.yaml_lint'] = $instance = new \Symfony\Bundle\FrameworkBundle\Command\YamlLintCommand();
  31948.         $instance->setName('lint:yaml');
  31949.         $instance->setDescription('Lint a YAML file and outputs encountered errors');
  31950.         return $instance;
  31951.     }
  31952.     /**
  31953.      * Gets the private 'console.error_listener' shared service.
  31954.      *
  31955.      * @return \Symfony\Component\Console\EventListener\ErrorListener
  31956.      */
  31957.     protected function getConsole_ErrorListenerService()
  31958.     {
  31959.         include_once \dirname(__DIR__4).'/vendor/symfony/console/EventListener/ErrorListener.php';
  31960.         $a = new \Symfony\Bridge\Monolog\Logger('console');
  31961.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  31962.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  31963.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  31964.         return $this->privates['console.error_listener'] = new \Symfony\Component\Console\EventListener\ErrorListener($a);
  31965.     }
  31966.     /**
  31967.      * Gets the private 'container.env_var_processor' shared service.
  31968.      *
  31969.      * @return \Symfony\Component\DependencyInjection\EnvVarProcessor
  31970.      */
  31971.     protected function getContainer_EnvVarProcessorService()
  31972.     {
  31973.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessorInterface.php';
  31974.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarProcessor.php';
  31975.         return $this->privates['container.env_var_processor'] = new \Symfony\Component\DependencyInjection\EnvVarProcessor($this, new RewindableGenerator(function () {
  31976.             yield => ($this->privates['secrets.vault'] ?? $this->getSecrets_VaultService());
  31977.         }, 1));
  31978.     }
  31979.     /**
  31980.      * Gets the private 'container.getenv' shared service.
  31981.      *
  31982.      * @return \Closure
  31983.      */
  31984.     protected function getContainer_GetenvService()
  31985.     {
  31986.         return $this->privates['container.getenv'] = \Closure::fromCallable([=> $this=> 'getEnv']);
  31987.     }
  31988.     /**
  31989.      * Gets the private 'data_collector.form' shared service.
  31990.      *
  31991.      * @return \Symfony\Component\Form\Extension\DataCollector\FormDataCollector
  31992.      */
  31993.     protected function getDataCollector_FormService()
  31994.     {
  31995.         return $this->privates['data_collector.form'] = new \Symfony\Component\Form\Extension\DataCollector\FormDataCollector(new \Symfony\Component\Form\Extension\DataCollector\FormDataExtractor());
  31996.     }
  31997.     /**
  31998.      * Gets the private 'data_collector.request' shared service.
  31999.      *
  32000.      * @return \Symfony\Component\HttpKernel\DataCollector\RequestDataCollector
  32001.      */
  32002.     protected function getDataCollector_RequestService()
  32003.     {
  32004.         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())));
  32005.     }
  32006.     /**
  32007.      * Gets the private 'data_collector.request.session_collector' shared service.
  32008.      *
  32009.      * @return \Closure
  32010.      */
  32011.     protected function getDataCollector_Request_SessionCollectorService()
  32012.     {
  32013.         return $this->privates['data_collector.request.session_collector'] = \Closure::fromCallable([=> ($this->privates['data_collector.request'] ?? $this->getDataCollector_RequestService()), => 'collectSessionUsage']);
  32014.     }
  32015.     /**
  32016.      * Gets the private 'debug.api_platform.collection_data_provider' shared service.
  32017.      *
  32018.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainCollectionDataProvider
  32019.      */
  32020.     protected function getDebug_ApiPlatform_CollectionDataProviderService()
  32021.     {
  32022.         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 () {
  32023.             yield => ($this->privates['App\\DataProvider\\PrecountConstantProvider'] ?? ($this->privates['App\\DataProvider\\PrecountConstantProvider'] = new \App\DataProvider\PrecountConstantProvider()));
  32024.             yield => ($this->privates['api_platform.doctrine.orm.default.collection_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_CollectionDataProviderService());
  32025.         }, 2)));
  32026.     }
  32027.     /**
  32028.      * Gets the private 'debug.api_platform.data_persister' shared service.
  32029.      *
  32030.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister
  32031.      */
  32032.     protected function getDebug_ApiPlatform_DataPersisterService()
  32033.     {
  32034.         return $this->privates['debug.api_platform.data_persister'] = new \ApiPlatform\Core\Bridge\Symfony\Bundle\DataPersister\TraceableChainDataPersister(new \ApiPlatform\Core\DataPersister\ChainDataPersister(new RewindableGenerator(function () {
  32035.             yield => ($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectCommentPersister'] ?? $this->getCreateNeighborhoodProjectCommentPersisterService());
  32036.             yield => ($this->privates['App\\DataPersister\\NeighborhoodProject\\CreateNeighborhoodProjectReactionPersister'] ?? $this->getCreateNeighborhoodProjectReactionPersisterService());
  32037.             yield => ($this->privates['api_platform.messenger.data_persister'] ?? $this->getApiPlatform_Messenger_DataPersisterService());
  32038.             yield => ($this->privates['api_platform.doctrine.orm.data_persister'] ?? $this->getApiPlatform_Doctrine_Orm_DataPersisterService());
  32039.         }, 4)));
  32040.     }
  32041.     /**
  32042.      * Gets the private 'debug.api_platform.item_data_provider' shared service.
  32043.      *
  32044.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainItemDataProvider
  32045.      */
  32046.     protected function getDebug_ApiPlatform_ItemDataProviderService()
  32047.     {
  32048.         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 () {
  32049.             yield => ($this->privates['App\\DataProvider\\PrecountConstantProvider'] ?? ($this->privates['App\\DataProvider\\PrecountConstantProvider'] = new \App\DataProvider\PrecountConstantProvider()));
  32050.             yield => ($this->privates['api_platform.doctrine.orm.default.item_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_ItemDataProviderService());
  32051.         }, 2)));
  32052.     }
  32053.     /**
  32054.      * Gets the private 'debug.api_platform.subresource_data_provider' shared service.
  32055.      *
  32056.      * @return \ApiPlatform\Core\Bridge\Symfony\Bundle\DataProvider\TraceableChainSubresourceDataProvider
  32057.      */
  32058.     protected function getDebug_ApiPlatform_SubresourceDataProviderService()
  32059.     {
  32060.         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 () {
  32061.             yield => ($this->privates['api_platform.doctrine.orm.default.subresource_data_provider'] ?? $this->getApiPlatform_Doctrine_Orm_Default_SubresourceDataProviderService());
  32062.         }, 1)));
  32063.     }
  32064.     /**
  32065.      * Gets the private 'debug.argument_resolver.default' shared service.
  32066.      *
  32067.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32068.      */
  32069.     protected function getDebug_ArgumentResolver_DefaultService()
  32070.     {
  32071.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32072.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32073.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/DefaultValueResolver.php';
  32074.         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))));
  32075.     }
  32076.     /**
  32077.      * Gets the private 'debug.argument_resolver.not_tagged_controller' shared service.
  32078.      *
  32079.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32080.      */
  32081.     protected function getDebug_ArgumentResolver_NotTaggedControllerService()
  32082.     {
  32083.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32084.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32085.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php';
  32086.         $a = ($this->privates['.service_locator.1MOWLXB'] ?? $this->get_ServiceLocator_1MOWLXBService());
  32087.         if (isset($this->privates['debug.argument_resolver.not_tagged_controller'])) {
  32088.             return $this->privates['debug.argument_resolver.not_tagged_controller'];
  32089.         }
  32090.         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))));
  32091.     }
  32092.     /**
  32093.      * Gets the private 'debug.argument_resolver.request' shared service.
  32094.      *
  32095.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32096.      */
  32097.     protected function getDebug_ArgumentResolver_RequestService()
  32098.     {
  32099.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32100.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32101.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestValueResolver.php';
  32102.         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))));
  32103.     }
  32104.     /**
  32105.      * Gets the private 'debug.argument_resolver.request_attribute' shared service.
  32106.      *
  32107.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32108.      */
  32109.     protected function getDebug_ArgumentResolver_RequestAttributeService()
  32110.     {
  32111.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32112.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32113.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php';
  32114.         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))));
  32115.     }
  32116.     /**
  32117.      * Gets the private 'debug.argument_resolver.service' shared service.
  32118.      *
  32119.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32120.      */
  32121.     protected function getDebug_ArgumentResolver_ServiceService()
  32122.     {
  32123.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32124.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32125.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/ServiceValueResolver.php';
  32126.         $a = ($this->privates['.service_locator.1MOWLXB'] ?? $this->get_ServiceLocator_1MOWLXBService());
  32127.         if (isset($this->privates['debug.argument_resolver.service'])) {
  32128.             return $this->privates['debug.argument_resolver.service'];
  32129.         }
  32130.         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))));
  32131.     }
  32132.     /**
  32133.      * Gets the private 'debug.argument_resolver.session' shared service.
  32134.      *
  32135.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32136.      */
  32137.     protected function getDebug_ArgumentResolver_SessionService()
  32138.     {
  32139.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32140.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32141.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/SessionValueResolver.php';
  32142.         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))));
  32143.     }
  32144.     /**
  32145.      * Gets the private 'debug.argument_resolver.variadic' shared service.
  32146.      *
  32147.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32148.      */
  32149.     protected function getDebug_ArgumentResolver_VariadicService()
  32150.     {
  32151.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32153.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/VariadicValueResolver.php';
  32154.         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))));
  32155.     }
  32156.     /**
  32157.      * Gets the private 'debug.debug_handlers_listener' shared service.
  32158.      *
  32159.      * @return \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener
  32160.      */
  32161.     protected function getDebug_DebugHandlersListenerService()
  32162.     {
  32163.         $a = new \Symfony\Bridge\Monolog\Logger('php');
  32164.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  32165.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  32166.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  32167.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  32168.         return $this->privates['debug.debug_handlers_listener'] = new \Symfony\Component\HttpKernel\EventListener\DebugHandlersListener(NULL$aNULL, -1truetrueNULL);
  32169.     }
  32170.     /**
  32171.      * Gets the private 'debug.dump_listener' shared service.
  32172.      *
  32173.      * @return \Symfony\Component\HttpKernel\EventListener\DumpListener
  32174.      */
  32175.     protected function getDebug_DumpListenerService()
  32176.     {
  32177.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/EventListener/DumpListener.php';
  32178.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Dumper/ContextualizedDumper.php';
  32179.         $a = ($this->privates['var_dumper.contextualized_cli_dumper.inner'] ?? $this->getVarDumper_ContextualizedCliDumper_InnerService());
  32180.         if (isset($this->privates['debug.dump_listener'])) {
  32181.             return $this->privates['debug.dump_listener'];
  32182.         }
  32183.         $b = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  32184.         if (isset($this->privates['debug.dump_listener'])) {
  32185.             return $this->privates['debug.dump_listener'];
  32186.         }
  32187.         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()));
  32188.     }
  32189.     /**
  32190.      * Gets the private 'debug.file_link_formatter' shared service.
  32191.      *
  32192.      * @return \Symfony\Component\HttpKernel\Debug\FileLinkFormatter
  32193.      */
  32194.     protected function getDebug_FileLinkFormatterService()
  32195.     {
  32196.         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 () {
  32197.             return ($this->privates['debug.file_link_formatter.url_format'] ?? $this->getDebug_FileLinkFormatter_UrlFormatService());
  32198.         });
  32199.     }
  32200.     /**
  32201.      * Gets the private 'debug.file_link_formatter.url_format' shared service.
  32202.      *
  32203.      * @return \string
  32204.      */
  32205.     protected function getDebug_FileLinkFormatter_UrlFormatService()
  32206.     {
  32207.         $a = ($this->services['router'] ?? $this->getRouterService());
  32208.         if (isset($this->privates['debug.file_link_formatter.url_format'])) {
  32209.             return $this->privates['debug.file_link_formatter.url_format'];
  32210.         }
  32211.         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');
  32212.     }
  32213.     /**
  32214.      * Gets the private 'debug.log_processor' shared service.
  32215.      *
  32216.      * @return \Symfony\Bridge\Monolog\Processor\DebugProcessor
  32217.      */
  32218.     protected function getDebug_LogProcessorService()
  32219.     {
  32220.         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())));
  32221.     }
  32222.     /**
  32223.      * Gets the private 'debug.security.access.decision_manager' shared service.
  32224.      *
  32225.      * @return \Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager
  32226.      */
  32227.     protected function getDebug_Security_Access_DecisionManagerService()
  32228.     {
  32229.         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 () {
  32230.             yield => ($this->privates['debug.security.voter.security.access.authenticated_voter'] ?? $this->getDebug_Security_Voter_Security_Access_AuthenticatedVoterService());
  32231.             yield => ($this->privates['debug.security.voter.security.access.role_hierarchy_voter'] ?? $this->getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService());
  32232.             yield => ($this->privates['debug.security.voter.security.access.expression_voter'] ?? $this->getDebug_Security_Voter_Security_Access_ExpressionVoterService());
  32233.             yield => ($this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'] ?? $this->getFeatureVoterService());
  32234.         }, 4), new \Symfony\Component\Security\Core\Authorization\Strategy\AffirmativeStrategy(false)));
  32235.     }
  32236.     /**
  32237.      * Gets the private 'debug.security.firewall' shared service.
  32238.      *
  32239.      * @return \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener
  32240.      */
  32241.     protected function getDebug_Security_FirewallService()
  32242.     {
  32243.         $a = ($this->privates['security.firewall.map'] ?? $this->getSecurity_Firewall_MapService());
  32244.         if (isset($this->privates['debug.security.firewall'])) {
  32245.             return $this->privates['debug.security.firewall'];
  32246.         }
  32247.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32248.         if (isset($this->privates['debug.security.firewall'])) {
  32249.             return $this->privates['debug.security.firewall'];
  32250.         }
  32251.         return $this->privates['debug.security.firewall'] = new \Symfony\Bundle\SecurityBundle\Debug\TraceableFirewallListener($a$b, ($this->privates['security.logout_url_generator'] ?? $this->getSecurity_LogoutUrlGeneratorService()));
  32252.     }
  32253.     /**
  32254.      * Gets the private 'debug.security.user_value_resolver' shared service.
  32255.      *
  32256.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32257.      */
  32258.     protected function getDebug_Security_UserValueResolverService()
  32259.     {
  32260.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32261.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32262.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Controller/UserValueResolver.php';
  32263.         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))));
  32264.     }
  32265.     /**
  32266.      * Gets the private 'debug.security.voter.App\Security\Voter\FeatureVoter' shared service.
  32267.      *
  32268.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32269.      */
  32270.     protected function getFeatureVoterService()
  32271.     {
  32272.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32273.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32274.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32275.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/Voter.php';
  32276.         include_once \dirname(__DIR__4).'/src/Security/Voter/FeatureVoter.php';
  32277.         $a = ($this->privates['App\\Service\\Api\\Subscription\\FeatureService'] ?? $this->getFeatureServiceService());
  32278.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'])) {
  32279.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'];
  32280.         }
  32281.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32282.         if (isset($this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'])) {
  32283.             return $this->privates['debug.security.voter.App\\Security\\Voter\\FeatureVoter'];
  32284.         }
  32285.         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);
  32286.     }
  32287.     /**
  32288.      * Gets the private 'debug.security.voter.security.access.authenticated_voter' shared service.
  32289.      *
  32290.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32291.      */
  32292.     protected function getDebug_Security_Voter_Security_Access_AuthenticatedVoterService()
  32293.     {
  32294.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32295.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32296.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32297.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/AuthenticatedVoter.php';
  32298.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32299.         if (isset($this->privates['debug.security.voter.security.access.authenticated_voter'])) {
  32300.             return $this->privates['debug.security.voter.security.access.authenticated_voter'];
  32301.         }
  32302.         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);
  32303.     }
  32304.     /**
  32305.      * Gets the private 'debug.security.voter.security.access.expression_voter' shared service.
  32306.      *
  32307.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32308.      */
  32309.     protected function getDebug_Security_Voter_Security_Access_ExpressionVoterService()
  32310.     {
  32311.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32312.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32313.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32314.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/ExpressionVoter.php';
  32315.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  32316.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  32317.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  32318.         }
  32319.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32320.         if (isset($this->privates['debug.security.voter.security.access.expression_voter'])) {
  32321.             return $this->privates['debug.security.voter.security.access.expression_voter'];
  32322.         }
  32323.         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);
  32324.     }
  32325.     /**
  32326.      * Gets the private 'debug.security.voter.security.access.role_hierarchy_voter' shared service.
  32327.      *
  32328.      * @return \Symfony\Component\Security\Core\Authorization\Voter\TraceableVoter
  32329.      */
  32330.     protected function getDebug_Security_Voter_Security_Access_RoleHierarchyVoterService()
  32331.     {
  32332.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/VoterInterface.php';
  32333.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/CacheableVoterInterface.php';
  32334.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/TraceableVoter.php';
  32335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleVoter.php';
  32336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Authorization/Voter/RoleHierarchyVoter.php';
  32337.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  32338.         if (isset($this->privates['debug.security.voter.security.access.role_hierarchy_voter'])) {
  32339.             return $this->privates['debug.security.voter.security.access.role_hierarchy_voter'];
  32340.         }
  32341.         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);
  32342.     }
  32343.     /**
  32344.      * Gets the private 'debug.security.voter.vote_listener' shared service.
  32345.      *
  32346.      * @return \Symfony\Bundle\SecurityBundle\EventListener\VoteListener
  32347.      */
  32348.     protected function getDebug_Security_Voter_VoteListenerService()
  32349.     {
  32350.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/EventListener/VoteListener.php';
  32351.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  32352.         if (isset($this->privates['debug.security.voter.vote_listener'])) {
  32353.             return $this->privates['debug.security.voter.vote_listener'];
  32354.         }
  32355.         return $this->privates['debug.security.voter.vote_listener'] = new \Symfony\Bundle\SecurityBundle\EventListener\VoteListener($a);
  32356.     }
  32357.     /**
  32358.      * Gets the private 'debug.sensio_framework_extra.psr7.argument_value_resolver.server_request' shared service.
  32359.      *
  32360.      * @return \Symfony\Component\HttpKernel\Controller\ArgumentResolver\TraceableValueResolver
  32361.      */
  32362.     protected function getDebug_SensioFrameworkExtra_Psr7_ArgumentValueResolver_ServerRequestService()
  32363.     {
  32364.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentValueResolverInterface.php';
  32365.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Controller/ArgumentResolver/TraceableValueResolver.php';
  32366.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/Request/ArgumentValueResolver/Psr7ServerRequestResolver.php';
  32367.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpMessageFactoryInterface.php';
  32368.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/PsrHttpFactory.php';
  32369.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/RequestFactoryInterface.php';
  32370.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ResponseFactoryInterface.php';
  32371.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/ServerRequestFactoryInterface.php';
  32372.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/StreamFactoryInterface.php';
  32373.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UploadedFileFactoryInterface.php';
  32374.         include_once \dirname(__DIR__4).'/vendor/psr/http-factory/src/UriFactoryInterface.php';
  32375.         include_once \dirname(__DIR__4).'/vendor/php-http/discovery/src/Psr17Factory.php';
  32376.         $a = new \Http\Discovery\Psr17Factory();
  32377.         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))));
  32378.     }
  32379.     /**
  32380.      * Gets the private 'doctrine.cache_clear_metadata_command' shared service.
  32381.      *
  32382.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearMetadataCacheDoctrineCommand
  32383.      */
  32384.     protected function getDoctrine_CacheClearMetadataCommandService()
  32385.     {
  32386.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32387.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32388.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32389.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/MetadataCommand.php';
  32390.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32391.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearMetadataCacheDoctrineCommand.php';
  32392.         $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()));
  32393.         $instance->setName('doctrine:cache:clear-metadata');
  32394.         return $instance;
  32395.     }
  32396.     /**
  32397.      * Gets the private 'doctrine.cache_clear_query_cache_command' shared service.
  32398.      *
  32399.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearQueryCacheDoctrineCommand
  32400.      */
  32401.     protected function getDoctrine_CacheClearQueryCacheCommandService()
  32402.     {
  32403.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32404.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32405.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32406.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/QueryCommand.php';
  32407.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32408.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearQueryCacheDoctrineCommand.php';
  32409.         $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()));
  32410.         $instance->setName('doctrine:cache:clear-query');
  32411.         return $instance;
  32412.     }
  32413.     /**
  32414.      * Gets the private 'doctrine.cache_clear_result_command' shared service.
  32415.      *
  32416.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ClearResultCacheDoctrineCommand
  32417.      */
  32418.     protected function getDoctrine_CacheClearResultCommandService()
  32419.     {
  32420.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32421.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32422.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32423.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/ResultCommand.php';
  32424.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32425.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ClearResultCacheDoctrineCommand.php';
  32426.         $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()));
  32427.         $instance->setName('doctrine:cache:clear-result');
  32428.         return $instance;
  32429.     }
  32430.     /**
  32431.      * Gets the private 'doctrine.cache_collection_region_command' shared service.
  32432.      *
  32433.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CollectionRegionDoctrineCommand
  32434.      */
  32435.     protected function getDoctrine_CacheCollectionRegionCommandService()
  32436.     {
  32437.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32438.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32439.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32440.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/CollectionRegionCommand.php';
  32441.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32442.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CollectionRegionDoctrineCommand.php';
  32443.         $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()));
  32444.         $instance->setName('doctrine:cache:clear-collection-region');
  32445.         return $instance;
  32446.     }
  32447.     /**
  32448.      * Gets the private 'doctrine.clear_entity_region_command' shared service.
  32449.      *
  32450.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EntityRegionCacheDoctrineCommand
  32451.      */
  32452.     protected function getDoctrine_ClearEntityRegionCommandService()
  32453.     {
  32454.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32455.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32456.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32457.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ClearCache/EntityRegionCommand.php';
  32458.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32459.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EntityRegionCacheDoctrineCommand.php';
  32460.         $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()));
  32461.         $instance->setName('doctrine:cache:clear-entity-region');
  32462.         return $instance;
  32463.     }
  32464.     /**
  32465.      * Gets the private 'doctrine.clear_query_region_command' shared service.
  32466.      *
  32467.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\QueryRegionCacheDoctrineCommand
  32468.      */
  32469.     protected function getDoctrine_ClearQueryRegionCommandService()
  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/ClearCache/QueryRegionCommand.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/QueryRegionCacheDoctrineCommand.php';
  32477.         $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()));
  32478.         $instance->setName('doctrine:cache:clear-query-region');
  32479.         return $instance;
  32480.     }
  32481.     /**
  32482.      * Gets the private 'doctrine.database_create_command' shared service.
  32483.      *
  32484.      * @return \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand
  32485.      */
  32486.     protected function getDoctrine_DatabaseCreateCommandService()
  32487.     {
  32488.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32489.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32490.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/CreateDatabaseDoctrineCommand.php';
  32491.         $this->privates['doctrine.database_create_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\CreateDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32492.         $instance->setName('doctrine:database:create');
  32493.         return $instance;
  32494.     }
  32495.     /**
  32496.      * Gets the private 'doctrine.database_drop_command' shared service.
  32497.      *
  32498.      * @return \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand
  32499.      */
  32500.     protected function getDoctrine_DatabaseDropCommandService()
  32501.     {
  32502.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32503.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32504.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DropDatabaseDoctrineCommand.php';
  32505.         $this->privates['doctrine.database_drop_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\DropDatabaseDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32506.         $instance->setName('doctrine:database:drop');
  32507.         return $instance;
  32508.     }
  32509.     /**
  32510.      * Gets the private 'doctrine.database_import_command' shared service.
  32511.      *
  32512.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand
  32513.      */
  32514.     protected function getDoctrine_DatabaseImportCommandService()
  32515.     {
  32516.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32517.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/ImportCommand.php';
  32518.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ImportDoctrineCommand.php';
  32519.         $this->privates['doctrine.database_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ImportDoctrineCommand();
  32520.         $instance->setName('doctrine:database:import');
  32521.         return $instance;
  32522.     }
  32523.     /**
  32524.      * Gets the private 'doctrine.ensure_production_settings_command' shared service.
  32525.      *
  32526.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\EnsureProductionSettingsDoctrineCommand
  32527.      */
  32528.     protected function getDoctrine_EnsureProductionSettingsCommandService()
  32529.     {
  32530.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32531.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32532.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32533.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/EnsureProductionSettingsCommand.php';
  32534.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32535.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/EnsureProductionSettingsDoctrineCommand.php';
  32536.         $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()));
  32537.         $instance->setName('doctrine:ensure-production-settings');
  32538.         return $instance;
  32539.     }
  32540.     /**
  32541.      * Gets the private 'doctrine.fixtures.loader' shared service.
  32542.      *
  32543.      * @return \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader
  32544.      */
  32545.     protected function getDoctrine_Fixtures_LoaderService()
  32546.     {
  32547.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/Loader.php';
  32548.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/AddFixtureImplementation.php';
  32549.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/DataFixtures/ContainerAwareLoader.php';
  32550.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Loader/SymfonyFixturesLoader.php';
  32551.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/FixtureInterface.php';
  32552.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/SharedFixtureInterface.php';
  32553.         include_once \dirname(__DIR__4).'/vendor/doctrine/data-fixtures/src/AbstractFixture.php';
  32554.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/ORMFixtureInterface.php';
  32555.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Fixture.php';
  32556.         include_once \dirname(__DIR__4).'/src/DataFixtures/AppFixtures.php';
  32557.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/FixtureGroupInterface.php';
  32558.         include_once \dirname(__DIR__4).'/src/DataFixtures/CertificatorFixture.php';
  32559.         include_once \dirname(__DIR__4).'/src/DataFixtures/ClassesFixtures.php';
  32560.         include_once \dirname(__DIR__4).'/src/DataFixtures/ClientSaleDiscussionFixture.php';
  32561.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/CreateCommitteeFixture.php';
  32562.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/JoinCommitteeFixture.php';
  32563.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/PostFixture.php';
  32564.         include_once \dirname(__DIR__4).'/src/DataFixtures/Community/UserTokenFixture.php';
  32565.         include_once \dirname(__DIR__4).'/src/DataFixtures/ContactFixture.php';
  32566.         include_once \dirname(__DIR__4).'/src/DataFixtures/Environment/ThePropertyFixture.php';
  32567.         include_once \dirname(__DIR__4).'/src/DataFixtures/LevelsFixtures.php';
  32568.         include_once \dirname(__DIR__4).'/src/DataFixtures/LocalityFixtures.php';
  32569.         include_once \dirname(__DIR__4).'/src/DataFixtures/NotificationFixture.php';
  32570.         include_once \dirname(__DIR__4).'/src/DataFixtures/SchoolsFixtures.php';
  32571.         include_once \dirname(__DIR__4).'/src/DataFixtures/ThePropertyConstructionWorkRules.php';
  32572.         include_once \dirname(__DIR__4).'/src/DataFixtures/ThePropertyFixture.php';
  32573.         include_once \dirname(__DIR__4).'/src/DataFixtures/UserWithProperty.php';
  32574.         $this->privates['doctrine.fixtures.loader'] = $instance = new \Doctrine\Bundle\FixturesBundle\Loader\SymfonyFixturesLoader($this);
  32575.         $a = ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService());
  32576.         $b = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  32577.         $c = ($this->services['App\\Service\\Getlatlongbyadress'] ?? $this->getGetlatlongbyadressService());
  32578.         $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' => []]]);
  32579.         return $instance;
  32580.     }
  32581.     /**
  32582.      * Gets the private 'doctrine.fixtures_load_command' shared service.
  32583.      *
  32584.      * @return \Doctrine\Bundle\FixturesBundle\Command\LoadDataFixturesDoctrineCommand
  32585.      */
  32586.     protected function getDoctrine_FixturesLoadCommandService()
  32587.     {
  32588.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32589.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32590.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Command/LoadDataFixturesDoctrineCommand.php';
  32591.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/PurgerFactory.php';
  32592.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle/Purger/ORMPurgerFactory.php';
  32593.         $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()]);
  32594.         $instance->setName('doctrine:fixtures:load');
  32595.         return $instance;
  32596.     }
  32597.     /**
  32598.      * Gets the private 'doctrine.mapping_convert_command' shared service.
  32599.      *
  32600.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ConvertMappingDoctrineCommand
  32601.      */
  32602.     protected function getDoctrine_MappingConvertCommandService()
  32603.     {
  32604.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32605.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32606.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32607.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ConvertMappingCommand.php';
  32608.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32609.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ConvertMappingDoctrineCommand.php';
  32610.         $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()));
  32611.         $instance->setName('doctrine:mapping:convert');
  32612.         return $instance;
  32613.     }
  32614.     /**
  32615.      * Gets the private 'doctrine.mapping_import_command' shared service.
  32616.      *
  32617.      * @return \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand
  32618.      */
  32619.     protected function getDoctrine_MappingImportCommandService()
  32620.     {
  32621.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32622.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/DoctrineCommand.php';
  32623.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/ImportMappingDoctrineCommand.php';
  32624.         $this->privates['doctrine.mapping_import_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\ImportMappingDoctrineCommand(($this->services['doctrine'] ?? $this->getDoctrineService()), $this->parameters['kernel.bundles']);
  32625.         $instance->setName('doctrine:mapping:import');
  32626.         return $instance;
  32627.     }
  32628.     /**
  32629.      * Gets the private 'doctrine.mapping_info_command' shared service.
  32630.      *
  32631.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\InfoDoctrineCommand
  32632.      */
  32633.     protected function getDoctrine_MappingInfoCommandService()
  32634.     {
  32635.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  32636.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  32637.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  32638.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/InfoCommand.php';
  32639.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  32640.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/InfoDoctrineCommand.php';
  32641.         $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()));
  32642.         $instance->setName('doctrine:mapping:info');
  32643.         return $instance;
  32644.     }
  32645.     /**
  32646.      * Gets the private 'doctrine.migrations.container_aware_migrations_factory' shared service.
  32647.      *
  32648.      * @return \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory
  32649.      */
  32650.     protected function getDoctrine_Migrations_ContainerAwareMigrationsFactoryService()
  32651.     {
  32652.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Version/MigrationFactory.php';
  32653.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle/src/MigrationsFactory/ContainerAwareMigrationFactory.php';
  32654.         $a = ($this->privates['doctrine.migrations.dependency_factory'] ?? $this->getDoctrine_Migrations_DependencyFactoryService());
  32655.         if (isset($this->privates['doctrine.migrations.container_aware_migrations_factory'])) {
  32656.             return $this->privates['doctrine.migrations.container_aware_migrations_factory'];
  32657.         }
  32658.         return $this->privates['doctrine.migrations.container_aware_migrations_factory'] = new \Doctrine\Bundle\MigrationsBundle\MigrationsFactory\ContainerAwareMigrationFactory($a->getMigrationFactory(), $this);
  32659.     }
  32660.     /**
  32661.      * Gets the private 'doctrine.migrations.dependency_factory' shared service.
  32662.      *
  32663.      * @return \Doctrine\Migrations\DependencyFactory
  32664.      */
  32665.     protected function getDoctrine_Migrations_DependencyFactoryService()
  32666.     {
  32667.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/DependencyFactory.php';
  32668.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ConfigurationLoader.php';
  32669.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Migration/ExistingConfiguration.php';
  32670.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/Configuration.php';
  32671.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/MetadataStorageConfiguration.php';
  32672.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Metadata/Storage/TableMetadataStorageConfiguration.php';
  32673.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/EntityManagerLoader.php';
  32674.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Configuration/EntityManager/ManagerRegistryEntityManager.php';
  32675.         $a = new \Doctrine\Migrations\Configuration\Configuration();
  32676.         $a->addMigrationsDirectory('DoctrineMigrations', (\dirname(__DIR__4).'/migrations'));
  32677.         $a->setAllOrNothing(false);
  32678.         $a->setCheckDatabasePlatform(true);
  32679.         $a->setTransactional(true);
  32680.         $a->setMetadataStorageConfiguration(new \Doctrine\Migrations\Metadata\Storage\TableMetadataStorageConfiguration());
  32681.         $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()));
  32682.         $instance->setDefinition('Doctrine\\Migrations\\Version\\MigrationFactory', function () {
  32683.             return ($this->privates['doctrine.migrations.container_aware_migrations_factory'] ?? $this->getDoctrine_Migrations_ContainerAwareMigrationsFactoryService());
  32684.         });
  32685.         return $instance;
  32686.     }
  32687.     /**
  32688.      * Gets the private 'doctrine.orm.command.entity_manager_provider' shared service.
  32689.      *
  32690.      * @return \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider
  32691.      */
  32692.     protected function getDoctrine_Orm_Command_EntityManagerProviderService()
  32693.     {
  32694.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/EntityManagerProvider.php';
  32695.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Orm/ManagerRegistryAwareEntityManagerProvider.php';
  32696.         return $this->privates['doctrine.orm.command.entity_manager_provider'] = new \Doctrine\Bundle\DoctrineBundle\Orm\ManagerRegistryAwareEntityManagerProvider(($this->services['doctrine'] ?? $this->getDoctrineService()));
  32697.     }
  32698.     /**
  32699.      * Gets the private 'doctrine.orm.container_repository_factory' shared service.
  32700.      *
  32701.      * @return \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory
  32702.      */
  32703.     protected function getDoctrine_Orm_ContainerRepositoryFactoryService()
  32704.     {
  32705.         return $this->privates['doctrine.orm.container_repository_factory'] = new \Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  32706.             'App\\Repository\\ActorsRepository' => ['privates''App\\Repository\\ActorsRepository''getActorsRepositoryService'false],
  32707.             'App\\Repository\\AdditionalCentsRepository' => ['privates''App\\Repository\\AdditionalCentsRepository''getAdditionalCentsRepositoryService'false],
  32708.             'App\\Repository\\AdressCsvRepository' => ['privates''App\\Repository\\AdressCsvRepository''getAdressCsvRepositoryService'false],
  32709.             'App\\Repository\\AdressRepository' => ['privates''App\\Repository\\AdressRepository''getAdressRepositoryService'false],
  32710.             'App\\Repository\\AlarmSystemRepository' => ['privates''App\\Repository\\AlarmSystemRepository''getAlarmSystemRepositoryService'false],
  32711.             'App\\Repository\\AlertNewProjectImmoRepository' => ['privates''App\\Repository\\AlertNewProjectImmoRepository''getAlertNewProjectImmoRepositoryService'false],
  32712.             'App\\Repository\\AlertRepository' => ['privates''App\\Repository\\AlertRepository''getAlertRepositoryService'false],
  32713.             'App\\Repository\\AnnexPermitPropertyRepository' => ['privates''App\\Repository\\AnnexPermitPropertyRepository''getAnnexPermitPropertyRepositoryService'false],
  32714.             'App\\Repository\\AnnexPermitRepository' => ['privates''App\\Repository\\AnnexPermitRepository''getAnnexPermitRepositoryService'false],
  32715.             'App\\Repository\\AnnouncementObjectRepository' => ['privates''App\\Repository\\AnnouncementObjectRepository''getAnnouncementObjectRepositoryService'false],
  32716.             'App\\Repository\\AnnouncementRepository' => ['privates''App\\Repository\\AnnouncementRepository''getAnnouncementRepositoryService'false],
  32717.             'App\\Repository\\AppointmentRequestRepository' => ['privates''App\\Repository\\AppointmentRequestRepository''getAppointmentRequestRepositoryService'false],
  32718.             'App\\Repository\\ArchitectArtWorkRepository' => ['privates''App\\Repository\\ArchitectArtWorkRepository''getArchitectArtWorkRepositoryService'false],
  32719.             'App\\Repository\\ArchitectSpecialistRepository' => ['privates''App\\Repository\\ArchitectSpecialistRepository''getArchitectSpecialistRepositoryService'false],
  32720.             'App\\Repository\\AreaCsvRepository' => ['privates''App\\Repository\\AreaCsvRepository''getAreaCsvRepositoryService'false],
  32721.             'App\\Repository\\AssitanceObtainedRepository' => ['privates''App\\Repository\\AssitanceObtainedRepository''getAssitanceObtainedRepositoryService'false],
  32722.             'App\\Repository\\AuthorizationsRepository' => ['privates''App\\Repository\\AuthorizationsRepository''getAuthorizationsRepositoryService'false],
  32723.             'App\\Repository\\BankDetailsRepository' => ['privates''App\\Repository\\BankDetailsRepository''getBankDetailsRepositoryService'false],
  32724.             'App\\Repository\\BankRepository' => ['privates''App\\Repository\\BankRepository''getBankRepositoryService'false],
  32725.             'App\\Repository\\BankSimulationRepository' => ['privates''App\\Repository\\BankSimulationRepository''getBankSimulationRepositoryService'false],
  32726.             'App\\Repository\\BoilerPerformanceRepository' => ['privates''App\\Repository\\BoilerPerformanceRepository''getBoilerPerformanceRepositoryService'false],
  32727.             'App\\Repository\\BorrowBankRepository' => ['privates''App\\Repository\\BorrowBankRepository''getBorrowBankRepositoryService'false],
  32728.             'App\\Repository\\CareCompaniesRepository' => ['privates''App\\Repository\\CareCompaniesRepository''getCareCompaniesRepositoryService'false],
  32729.             'App\\Repository\\CarpoolAnnouncementRepository' => ['privates''App\\Repository\\CarpoolAnnouncementRepository''getCarpoolAnnouncementRepositoryService'false],
  32730.             'App\\Repository\\CategoryEnvironnementRepository' => ['privates''App\\Repository\\CategoryEnvironnementRepository''getCategoryEnvironnementRepositoryService'false],
  32731.             'App\\Repository\\ChangeAdressRepository' => ['privates''App\\Repository\\ChangeAdressRepository''getChangeAdressRepositoryService'false],
  32732.             'App\\Repository\\ChangeWaterBranchRepository' => ['privates''App\\Repository\\ChangeWaterBranchRepository''getChangeWaterBranchRepositoryService'false],
  32733.             'App\\Repository\\ChatFileRepository' => ['privates''App\\Repository\\ChatFileRepository''getChatFileRepositoryService'false],
  32734.             'App\\Repository\\ChatRepository' => ['privates''App\\Repository\\ChatRepository''getChatRepositoryService'false],
  32735.             'App\\Repository\\CheckEmailProcessRepository' => ['privates''App\\Repository\\CheckEmailProcessRepository''getCheckEmailProcessRepositoryService'false],
  32736.             'App\\Repository\\ChoicecategoryRepository' => ['privates''App\\Repository\\ChoicecategoryRepository''getChoicecategoryRepositoryService'false],
  32737.             'App\\Repository\\ChoicedEngieRepository' => ['privates''App\\Repository\\ChoicedEngieRepository''getChoicedEngieRepositoryService'false],
  32738.             'App\\Repository\\CiternInstallModifRepository' => ['privates''App\\Repository\\CiternInstallModifRepository''getCiternInstallModifRepositoryService'false],
  32739.             'App\\Repository\\CityEuropaRepository' => ['privates''App\\Repository\\CityEuropaRepository''getCityEuropaRepositoryService'false],
  32740.             'App\\Repository\\CityRepository' => ['privates''App\\Repository\\CityRepository''getCityRepositoryService'false],
  32741.             'App\\Repository\\ClassesRepository' => ['privates''App\\Repository\\ClassesRepository''getClassesRepositoryService'false],
  32742.             'App\\Repository\\CleaningAndGardeningRepository' => ['privates''App\\Repository\\CleaningAndGardeningRepository''getCleaningAndGardeningRepositoryService'false],
  32743.             'App\\Repository\\ClientClauseRepository' => ['privates''App\\Repository\\ClientClauseRepository''getClientClauseRepositoryService'false],
  32744.             'App\\Repository\\ClientDeedOfSaleDiscussionFileRepository' => ['privates''App\\Repository\\ClientDeedOfSaleDiscussionFileRepository''getClientDeedOfSaleDiscussionFileRepositoryService'false],
  32745.             'App\\Repository\\ClientDeedOfSaleDiscussionRepository' => ['privates''App\\Repository\\ClientDeedOfSaleDiscussionRepository''getClientDeedOfSaleDiscussionRepositoryService'false],
  32746.             'App\\Repository\\ClientDeedOfSaleRepository' => ['privates''App\\Repository\\ClientDeedOfSaleRepository''getClientDeedOfSaleRepositoryService'false],
  32747.             'App\\Repository\\ClientFriendRepository' => ['privates''App\\Repository\\ClientFriendRepository''getClientFriendRepositoryService'false],
  32748.             'App\\Repository\\ClientSalesAgreementDiscussionFileRepository' => ['privates''App\\Repository\\ClientSalesAgreementDiscussionFileRepository''getClientSalesAgreementDiscussionFileRepositoryService'false],
  32749.             'App\\Repository\\ClientSalesAgreementDiscussionRepository' => ['privates''App\\Repository\\ClientSalesAgreementDiscussionRepository''getClientSalesAgreementDiscussionRepositoryService'false],
  32750.             'App\\Repository\\ClientSalesAgreementRepository' => ['privates''App\\Repository\\ClientSalesAgreementRepository''getClientSalesAgreementRepositoryService'false],
  32751.             'App\\Repository\\CoOwershipPropositionVoteRepository' => ['privates''App\\Repository\\CoOwershipPropositionVoteRepository''getCoOwershipPropositionVoteRepositoryService'false],
  32752.             'App\\Repository\\CoOwnerShipDocumentRepository' => ['privates''App\\Repository\\CoOwnerShipDocumentRepository''getCoOwnerShipDocumentRepositoryService'false],
  32753.             'App\\Repository\\CoOwnershipAgendaRepository' => ['privates''App\\Repository\\CoOwnershipAgendaRepository''getCoOwnershipAgendaRepositoryService'false],
  32754.             'App\\Repository\\CoOwnershipAuditorRepository' => ['privates''App\\Repository\\CoOwnershipAuditorRepository''getCoOwnershipAuditorRepositoryService'false],
  32755.             'App\\Repository\\CoOwnershipBalanceRepository' => ['privates''App\\Repository\\CoOwnershipBalanceRepository''getCoOwnershipBalanceRepositoryService'false],
  32756.             'App\\Repository\\CoOwnershipCouncilRepository' => ['privates''App\\Repository\\CoOwnershipCouncilRepository''getCoOwnershipCouncilRepositoryService'false],
  32757.             'App\\Repository\\CoOwnershipFilesRepository' => ['privates''App\\Repository\\CoOwnershipFilesRepository''getCoOwnershipFilesRepositoryService'false],
  32758.             'App\\Repository\\CoOwnershipGMDecisionRepository' => ['privates''App\\Repository\\CoOwnershipGMDecisionRepository''getCoOwnershipGMDecisionRepositoryService'false],
  32759.             'App\\Repository\\CoOwnershipInvoicesRepository' => ['privates''App\\Repository\\CoOwnershipInvoicesRepository''getCoOwnershipInvoicesRepositoryService'false],
  32760.             'App\\Repository\\CoOwnershipLotAccountRepository' => ['privates''App\\Repository\\CoOwnershipLotAccountRepository''getCoOwnershipLotAccountRepositoryService'false],
  32761.             'App\\Repository\\CoOwnershipLotBalanceRepository' => ['privates''App\\Repository\\CoOwnershipLotBalanceRepository''getCoOwnershipLotBalanceRepositoryService'false],
  32762.             'App\\Repository\\CoOwnershipLotTotalAccountRepository' => ['privates''App\\Repository\\CoOwnershipLotTotalAccountRepository''getCoOwnershipLotTotalAccountRepositoryService'false],
  32763.             'App\\Repository\\CoOwnershipMeetingTranscriptFileRepository' => ['privates''App\\Repository\\CoOwnershipMeetingTranscriptFileRepository''getCoOwnershipMeetingTranscriptFileRepositoryService'false],
  32764.             'App\\Repository\\CoOwnershipMeetingTranscriptRepository' => ['privates''App\\Repository\\CoOwnershipMeetingTranscriptRepository''getCoOwnershipMeetingTranscriptRepositoryService'false],
  32765.             'App\\Repository\\CoOwnershipPropositionRepository' => ['privates''App\\Repository\\CoOwnershipPropositionRepository''getCoOwnershipPropositionRepositoryService'false],
  32766.             'App\\Repository\\CoOwnershipRepository' => ['privates''App\\Repository\\CoOwnershipRepository''getCoOwnershipRepositoryService'false],
  32767.             'App\\Repository\\CoOwnershipThePropertyFileRepository' => ['privates''App\\Repository\\CoOwnershipThePropertyFileRepository''getCoOwnershipThePropertyFileRepositoryService'false],
  32768.             'App\\Repository\\CoOwnershipThePropertyRepository' => ['privates''App\\Repository\\CoOwnershipThePropertyRepository''getCoOwnershipThePropertyRepositoryService'false],
  32769.             'App\\Repository\\CoOwnershipThePropertySyndicResponseRepository' => ['privates''App\\Repository\\CoOwnershipThePropertySyndicResponseRepository''getCoOwnershipThePropertySyndicResponseRepositoryService'false],
  32770.             'App\\Repository\\CoOwnershipTotalAccountRepository' => ['privates''App\\Repository\\CoOwnershipTotalAccountRepository''getCoOwnershipTotalAccountRepositoryService'false],
  32771.             'App\\Repository\\ColectiveGardenRepository' => ['privates''App\\Repository\\ColectiveGardenRepository''getColectiveGardenRepositoryService'false],
  32772.             'App\\Repository\\CommissionershipRepository' => ['privates''App\\Repository\\CommissionershipRepository''getCommissionershipRepositoryService'false],
  32773.             'App\\Repository\\CommitteeRepository' => ['privates''App\\Repository\\CommitteeRepository''getCommitteeRepositoryService'false],
  32774.             'App\\Repository\\CommunaleServiceRepository' => ['privates''App\\Repository\\CommunaleServiceRepository''getCommunaleServiceRepositoryService'false],
  32775.             'App\\Repository\\CommunityConsultationRepository' => ['privates''App\\Repository\\CommunityConsultationRepository''getCommunityConsultationRepositoryService'false],
  32776.             'App\\Repository\\CommunityCoordinateRepository' => ['privates''App\\Repository\\CommunityCoordinateRepository''getCommunityCoordinateRepositoryService'false],
  32777.             'App\\Repository\\CommunityEventFileRepository' => ['privates''App\\Repository\\CommunityEventFileRepository''getCommunityEventFileRepositoryService'false],
  32778.             'App\\Repository\\CommunityEventRepository' => ['privates''App\\Repository\\CommunityEventRepository''getCommunityEventRepositoryService'false],
  32779.             'App\\Repository\\CommunityFleatMarketRepository' => ['privates''App\\Repository\\CommunityFleatMarketRepository''getCommunityFleatMarketRepositoryService'false],
  32780.             'App\\Repository\\CommunityHouseWarmingRepository' => ['privates''App\\Repository\\CommunityHouseWarmingRepository''getCommunityHouseWarmingRepositoryService'false],
  32781.             'App\\Repository\\CommunityLocalPartenarshipRepository' => ['privates''App\\Repository\\CommunityLocalPartenarshipRepository''getCommunityLocalPartenarshipRepositoryService'false],
  32782.             'App\\Repository\\CommunityLostAnimalRepository' => ['privates''App\\Repository\\CommunityLostAnimalRepository''getCommunityLostAnimalRepositoryService'false],
  32783.             'App\\Repository\\CommunityPartyRepository' => ['privates''App\\Repository\\CommunityPartyRepository''getCommunityPartyRepositoryService'false],
  32784.             'App\\Repository\\CommunityPlpRepository' => ['privates''App\\Repository\\CommunityPlpRepository''getCommunityPlpRepositoryService'false],
  32785.             'App\\Repository\\CommunityPlpVoteRepository' => ['privates''App\\Repository\\CommunityPlpVoteRepository''getCommunityPlpVoteRepositoryService'false],
  32786.             'App\\Repository\\CommunityPostCommentRepository' => ['privates''App\\Repository\\CommunityPostCommentRepository''getCommunityPostCommentRepositoryService'false],
  32787.             'App\\Repository\\CommunityPostFileRepository' => ['privates''App\\Repository\\CommunityPostFileRepository''getCommunityPostFileRepositoryService'false],
  32788.             'App\\Repository\\CommunityPostLikeRepository' => ['privates''App\\Repository\\CommunityPostLikeRepository''getCommunityPostLikeRepositoryService'false],
  32789.             'App\\Repository\\CommunityPostRepository' => ['privates''App\\Repository\\CommunityPostRepository''getCommunityPostRepositoryService'false],
  32790.             'App\\Repository\\CommunityPostSignalRepository' => ['privates''App\\Repository\\CommunityPostSignalRepository''getCommunityPostSignalRepositoryService'false],
  32791.             'App\\Repository\\CommunityProductRepository' => ['privates''App\\Repository\\CommunityProductRepository''getCommunityProductRepositoryService'false],
  32792.             'App\\Repository\\CommunityPurchaseRepository' => ['privates''App\\Repository\\CommunityPurchaseRepository''getCommunityPurchaseRepositoryService'false],
  32793.             'App\\Repository\\CommunitySaleRepository' => ['privates''App\\Repository\\CommunitySaleRepository''getCommunitySaleRepositoryService'false],
  32794.             'App\\Repository\\CommunityServiceRequestRepository' => ['privates''App\\Repository\\CommunityServiceRequestRepository''getCommunityServiceRequestRepositoryService'false],
  32795.             'App\\Repository\\CommunityServiceResponseRepository' => ['privates''App\\Repository\\CommunityServiceResponseRepository''getCommunityServiceResponseRepositoryService'false],
  32796.             'App\\Repository\\CommunitySolicitationRepository' => ['privates''App\\Repository\\CommunitySolicitationRepository''getCommunitySolicitationRepositoryService'false],
  32797.             'App\\Repository\\CommunitySolicitationVoteRepository' => ['privates''App\\Repository\\CommunitySolicitationVoteRepository''getCommunitySolicitationVoteRepositoryService'false],
  32798.             'App\\Repository\\CommunityTypeProductRepository' => ['privates''App\\Repository\\CommunityTypeProductRepository''getCommunityTypeProductRepositoryService'false],
  32799.             'App\\Repository\\CommunityVoteConsultationRepository' => ['privates''App\\Repository\\CommunityVoteConsultationRepository''getCommunityVoteConsultationRepositoryService'false],
  32800.             'App\\Repository\\CommunityVotePartyRepository' => ['privates''App\\Repository\\CommunityVotePartyRepository''getCommunityVotePartyRepositoryService'false],
  32801.             'App\\Repository\\CommunityWorkRepository' => ['privates''App\\Repository\\CommunityWorkRepository''getCommunityWorkRepositoryService'false],
  32802.             'App\\Repository\\CommunityWorkVoteRepository' => ['privates''App\\Repository\\CommunityWorkVoteRepository''getCommunityWorkVoteRepositoryService'false],
  32803.             'App\\Repository\\CondominiumFeeRepository' => ['privates''App\\Repository\\CondominiumFeeRepository''getCondominiumFeeRepositoryService'false],
  32804.             'App\\Repository\\CondominiumRepository' => ['privates''App\\Repository\\CondominiumRepository''getCondominiumRepositoryService'false],
  32805.             'App\\Repository\\ConsumptionWaterRepository' => ['privates''App\\Repository\\ConsumptionWaterRepository''getConsumptionWaterRepositoryService'false],
  32806.             'App\\Repository\\ContactsellerRepository' => ['privates''App\\Repository\\ContactsellerRepository''getContactsellerRepositoryService'false],
  32807.             'App\\Repository\\ControlsRepository' => ['privates''App\\Repository\\ControlsRepository''getControlsRepositoryService'false],
  32808.             'App\\Repository\\ConversationRepository' => ['privates''App\\Repository\\ConversationRepository''getConversationRepositoryService'false],
  32809.             'App\\Repository\\CounterOfferLeaseRepository' => ['privates''App\\Repository\\CounterOfferLeaseRepository''getCounterOfferLeaseRepositoryService'false],
  32810.             'App\\Repository\\CounterOfferRepository' => ['privates''App\\Repository\\CounterOfferRepository''getCounterOfferRepositoryService'false],
  32811.             'App\\Repository\\CountryRepository' => ['privates''App\\Repository\\CountryRepository''getCountryRepositoryService'false],
  32812.             'App\\Repository\\CsvRepository' => ['privates''App\\Repository\\CsvRepository''getCsvRepositoryService'false],
  32813.             'App\\Repository\\DVFCsvRepository' => ['privates''App\\Repository\\DVFCsvRepository''getDVFCsvRepositoryService'false],
  32814.             'App\\Repository\\DVFRepository' => ['privates''App\\Repository\\DVFRepository''getDVFRepositoryService'false],
  32815.             'App\\Repository\\DailyNeededRepository' => ['privates''App\\Repository\\DailyNeededRepository''getDailyNeededRepositoryService'false],
  32816.             'App\\Repository\\DeedOfSaleRepository' => ['privates''App\\Repository\\DeedOfSaleRepository''getDeedOfSaleRepositoryService'false],
  32817.             'App\\Repository\\DefaultClauseRepository' => ['privates''App\\Repository\\DefaultClauseRepository''getDefaultClauseRepositoryService'false],
  32818.             'App\\Repository\\DeliveryTimesRepository' => ['privates''App\\Repository\\DeliveryTimesRepository''getDeliveryTimesRepositoryService'false],
  32819.             'App\\Repository\\DemandsRepository' => ['privates''App\\Repository\\DemandsRepository''getDemandsRepositoryService'false],
  32820.             'App\\Repository\\DesignNeighborhoodRepository' => ['privates''App\\Repository\\DesignNeighborhoodRepository''getDesignNeighborhoodRepositoryService'false],
  32821.             'App\\Repository\\DestinationHabitationRepository' => ['privates''App\\Repository\\DestinationHabitationRepository''getDestinationHabitationRepositoryService'false],
  32822.             'App\\Repository\\DetailedStudyWorkRepository' => ['privates''App\\Repository\\DetailedStudyWorkRepository''getDetailedStudyWorkRepositoryService'false],
  32823.             'App\\Repository\\DispensePdfRepository' => ['privates''App\\Repository\\DispensePdfRepository''getDispensePdfRepositoryService'false],
  32824.             'App\\Repository\\DispenseRepository' => ['privates''App\\Repository\\DispenseRepository''getDispenseRepositoryService'false],
  32825.             'App\\Repository\\DistanceRepository' => ['privates''App\\Repository\\DistanceRepository''getDistanceRepositoryService'false],
  32826.             'App\\Repository\\DocumentTypeRepository' => ['privates''App\\Repository\\DocumentTypeRepository''getDocumentTypeRepositoryService'false],
  32827.             'App\\Repository\\DomiciliationAquisitionRepository' => ['privates''App\\Repository\\DomiciliationAquisitionRepository''getDomiciliationAquisitionRepositoryService'false],
  32828.             'App\\Repository\\DomiciliationDeclarationRepository' => ['privates''App\\Repository\\DomiciliationDeclarationRepository''getDomiciliationDeclarationRepositoryService'false],
  32829.             'App\\Repository\\DomiciliationFilesRepository' => ['privates''App\\Repository\\DomiciliationFilesRepository''getDomiciliationFilesRepositoryService'false],
  32830.             'App\\Repository\\DomiciliationResaleRepository' => ['privates''App\\Repository\\DomiciliationResaleRepository''getDomiciliationResaleRepositoryService'false],
  32831.             'App\\Repository\\DomiciliationResidenceRepository' => ['privates''App\\Repository\\DomiciliationResidenceRepository''getDomiciliationResidenceRepositoryService'false],
  32832.             'App\\Repository\\EasyPermitForm2Repository' => ['privates''App\\Repository\\EasyPermitForm2Repository''getEasyPermitForm2RepositoryService'false],
  32833.             'App\\Repository\\EditRegistersRepository' => ['privates''App\\Repository\\EditRegistersRepository''getEditRegistersRepositoryService'false],
  32834.             'App\\Repository\\EducationCsvRepository' => ['privates''App\\Repository\\EducationCsvRepository''getEducationCsvRepositoryService'false],
  32835.             'App\\Repository\\EducationRepository' => ['privates''App\\Repository\\EducationRepository''getEducationRepositoryService'false],
  32836.             'App\\Repository\\EidaRepository' => ['privates''App\\Repository\\EidaRepository''getEidaRepositoryService'false],
  32837.             'App\\Repository\\ElectrisRepository' => ['privates''App\\Repository\\ElectrisRepository''getElectrisRepositoryService'false],
  32838.             'App\\Repository\\EnergyBelgiqueRepository' => ['privates''App\\Repository\\EnergyBelgiqueRepository''getEnergyBelgiqueRepositoryService'false],
  32839.             'App\\Repository\\EnergyProviderFormRepository' => ['privates''App\\Repository\\EnergyProviderFormRepository''getEnergyProviderFormRepositoryService'false],
  32840.             'App\\Repository\\EnergySupplierRepository' => ['privates''App\\Repository\\EnergySupplierRepository''getEnergySupplierRepositoryService'false],
  32841.             'App\\Repository\\EngieCsvRepository' => ['privates''App\\Repository\\EngieCsvRepository''getEngieCsvRepositoryService'false],
  32842.             'App\\Repository\\EngieRepository' => ['privates''App\\Repository\\EngieRepository''getEngieRepositoryService'false],
  32843.             'App\\Repository\\EngieResultSimulationRepository' => ['privates''App\\Repository\\EngieResultSimulationRepository''getEngieResultSimulationRepositoryService'false],
  32844.             'App\\Repository\\EngineeringOfficesRepository' => ['privates''App\\Repository\\EngineeringOfficesRepository''getEngineeringOfficesRepositoryService'false],
  32845.             'App\\Repository\\EnvironmentDatasRepository' => ['privates''App\\Repository\\EnvironmentDatasRepository''getEnvironmentDatasRepositoryService'false],
  32846.             'App\\Repository\\EnvironmentRequestRepository' => ['privates''App\\Repository\\EnvironmentRequestRepository''getEnvironmentRequestRepositoryService'false],
  32847.             'App\\Repository\\EnvironmentalFormWastRepository' => ['privates''App\\Repository\\EnvironmentalFormWastRepository''getEnvironmentalFormWastRepositoryService'false],
  32848.             'App\\Repository\\EtatCivilRepository' => ['privates''App\\Repository\\EtatCivilRepository''getEtatCivilRepositoryService'false],
  32849.             'App\\Repository\\EucationsRepository' => ['privates''App\\Repository\\EucationsRepository''getEucationsRepositoryService'false],
  32850.             'App\\Repository\\EvacuationsRepository' => ['privates''App\\Repository\\EvacuationsRepository''getEvacuationsRepositoryService'false],
  32851.             'App\\Repository\\ExcelFileRepository' => ['privates''App\\Repository\\ExcelFileRepository''getExcelFileRepositoryService'false],
  32852.             'App\\Repository\\ExpertsRepository' => ['privates''App\\Repository\\ExpertsRepository''getExpertsRepositoryService'false],
  32853.             'App\\Repository\\ExternalDocumentExchangeRepository' => ['privates''App\\Repository\\ExternalDocumentExchangeRepository''getExternalDocumentExchangeRepositoryService'false],
  32854.             'App\\Repository\\ExternalProviderAdvertisingRepository' => ['privates''App\\Repository\\ExternalProviderAdvertisingRepository''getExternalProviderAdvertisingRepositoryService'false],
  32855.             'App\\Repository\\ExternalProviderOfferRepository' => ['privates''App\\Repository\\ExternalProviderOfferRepository''getExternalProviderOfferRepositoryService'false],
  32856.             'App\\Repository\\ExternalProviderRepository' => ['privates''App\\Repository\\ExternalProviderRepository''getExternalProviderRepositoryService'false],
  32857.             'App\\Repository\\FeatureRelationRepository' => ['privates''App\\Repository\\FeatureRelationRepository''getFeatureRelationRepositoryService'false],
  32858.             'App\\Repository\\FeatureRepository' => ['privates''App\\Repository\\FeatureRepository''getFeatureRepositoryService'false],
  32859.             'App\\Repository\\FillingsRepository' => ['privates''App\\Repository\\FillingsRepository''getFillingsRepositoryService'false],
  32860.             'App\\Repository\\GardenProjectActionsLotAccountRepository' => ['privates''App\\Repository\\GardenProjectActionsLotAccountRepository''getGardenProjectActionsLotAccountRepositoryService'false],
  32861.             'App\\Repository\\GardenProjectActionsLotRepository' => ['privates''App\\Repository\\GardenProjectActionsLotRepository''getGardenProjectActionsLotRepositoryService'false],
  32862.             'App\\Repository\\GardenProjectActionsLotTotalAccountRepository' => ['privates''App\\Repository\\GardenProjectActionsLotTotalAccountRepository''getGardenProjectActionsLotTotalAccountRepositoryService'false],
  32863.             'App\\Repository\\GardenProjectActionsRepository' => ['privates''App\\Repository\\GardenProjectActionsRepository''getGardenProjectActionsRepositoryService'false],
  32864.             'App\\Repository\\GardenProjectActionsTotalAccountRepository' => ['privates''App\\Repository\\GardenProjectActionsTotalAccountRepository''getGardenProjectActionsTotalAccountRepositoryService'false],
  32865.             'App\\Repository\\GardenProjectDocumentRepository' => ['privates''App\\Repository\\GardenProjectDocumentRepository''getGardenProjectDocumentRepositoryService'false],
  32866.             'App\\Repository\\GardenProjectResourcesDocumentRepository' => ['privates''App\\Repository\\GardenProjectResourcesDocumentRepository''getGardenProjectResourcesDocumentRepositoryService'false],
  32867.             'App\\Repository\\GardenProjectResourcesRepository' => ['privates''App\\Repository\\GardenProjectResourcesRepository''getGardenProjectResourcesRepositoryService'false],
  32868.             'App\\Repository\\GardenProjectSetBalanceRepository' => ['privates''App\\Repository\\GardenProjectSetBalanceRepository''getGardenProjectSetBalanceRepositoryService'false],
  32869.             'App\\Repository\\GardenProjectSetInvoicesRepository' => ['privates''App\\Repository\\GardenProjectSetInvoicesRepository''getGardenProjectSetInvoicesRepositoryService'false],
  32870.             'App\\Repository\\GardenProjectSetTotalAccountingRepository' => ['privates''App\\Repository\\GardenProjectSetTotalAccountingRepository''getGardenProjectSetTotalAccountingRepositoryService'false],
  32871.             'App\\Repository\\GardenProjectSetsRepository' => ['privates''App\\Repository\\GardenProjectSetsRepository''getGardenProjectSetsRepositoryService'false],
  32872.             'App\\Repository\\GeoPortailDetailRepository' => ['privates''App\\Repository\\GeoPortailDetailRepository''getGeoPortailDetailRepositoryService'false],
  32873.             'App\\Repository\\GeoPortailParcelRepository' => ['privates''App\\Repository\\GeoPortailParcelRepository''getGeoPortailParcelRepositoryService'false],
  32874.             'App\\Repository\\GeoportailImageRepository' => ['privates''App\\Repository\\GeoportailImageRepository''getGeoportailImageRepositoryService'false],
  32875.             'App\\Repository\\HandicapOuInvalidRepository' => ['privates''App\\Repository\\HandicapOuInvalidRepository''getHandicapOuInvalidRepositoryService'false],
  32876.             'App\\Repository\\HeatNeededRepository' => ['privates''App\\Repository\\HeatNeededRepository''getHeatNeededRepositoryService'false],
  32877.             'App\\Repository\\IdentityDocumentRepository' => ['privates''App\\Repository\\IdentityDocumentRepository''getIdentityDocumentRepositoryService'false],
  32878.             'App\\Repository\\ImagePubRepository' => ['privates''App\\Repository\\ImagePubRepository''getImagePubRepositoryService'false],
  32879.             'App\\Repository\\IndicatorRepository' => ['privates''App\\Repository\\IndicatorRepository''getIndicatorRepositoryService'false],
  32880.             'App\\Repository\\InspectorRepository' => ['privates''App\\Repository\\InspectorRepository''getInspectorRepositoryService'false],
  32881.             'App\\Repository\\InstallationCategoryRepository' => ['privates''App\\Repository\\InstallationCategoryRepository''getInstallationCategoryRepositoryService'false],
  32882.             'App\\Repository\\InventoryImageRepository' => ['privates''App\\Repository\\InventoryImageRepository''getInventoryImageRepositoryService'false],
  32883.             'App\\Repository\\InventoryRepository' => ['privates''App\\Repository\\InventoryRepository''getInventoryRepositoryService'false],
  32884.             'App\\Repository\\InvoiceRegistrationRepository' => ['privates''App\\Repository\\InvoiceRegistrationRepository''getInvoiceRegistrationRepositoryService'false],
  32885.             'App\\Repository\\InvoiceWaterFilesRepository' => ['privates''App\\Repository\\InvoiceWaterFilesRepository''getInvoiceWaterFilesRepositoryService'false],
  32886.             'App\\Repository\\InvoiceWaterRepository' => ['privates''App\\Repository\\InvoiceWaterRepository''getInvoiceWaterRepositoryService'false],
  32887.             'App\\Repository\\KycDocumentRepository' => ['privates''App\\Repository\\KycDocumentRepository''getKycDocumentRepositoryService'false],
  32888.             'App\\Repository\\LandPropertyDestinationRepository' => ['privates''App\\Repository\\LandPropertyDestinationRepository''getLandPropertyDestinationRepositoryService'false],
  32889.             'App\\Repository\\LastMinutesRepository' => ['privates''App\\Repository\\LastMinutesRepository''getLastMinutesRepositoryService'false],
  32890.             'App\\Repository\\LastvisitRepository' => ['privates''App\\Repository\\LastvisitRepository''getLastvisitRepositoryService'false],
  32891.             'App\\Repository\\LeaseAgreementRepository' => ['privates''App\\Repository\\LeaseAgreementRepository''getLeaseAgreementRepositoryService'false],
  32892.             'App\\Repository\\LeaseContractAnnexRepository' => ['privates''App\\Repository\\LeaseContractAnnexRepository''getLeaseContractAnnexRepositoryService'false],
  32893.             'App\\Repository\\LeaseContractModelRepository' => ['privates''App\\Repository\\LeaseContractModelRepository''getLeaseContractModelRepositoryService'false],
  32894.             'App\\Repository\\LeaseContractRepository' => ['privates''App\\Repository\\LeaseContractRepository''getLeaseContractRepositoryService'false],
  32895.             'App\\Repository\\LevelsRepository' => ['privates''App\\Repository\\LevelsRepository''getLevelsRepositoryService'false],
  32896.             'App\\Repository\\LocationTypeRepository' => ['privates''App\\Repository\\LocationTypeRepository''getLocationTypeRepositoryService'false],
  32897.             'App\\Repository\\MagasinRepository' => ['privates''App\\Repository\\MagasinRepository''getMagasinRepositoryService'false],
  32898.             'App\\Repository\\MarkofInterestRepository' => ['privates''App\\Repository\\MarkofInterestRepository''getMarkofInterestRepositoryService'false],
  32899.             'App\\Repository\\MessageFileRepository' => ['privates''App\\Repository\\MessageFileRepository''getMessageFileRepositoryService'false],
  32900.             'App\\Repository\\MessageReactionRepository' => ['privates''App\\Repository\\MessageReactionRepository''getMessageReactionRepositoryService'false],
  32901.             'App\\Repository\\MessageRepository' => ['privates''App\\Repository\\MessageRepository''getMessageRepositoryService'false],
  32902.             'App\\Repository\\MessageViewRepository' => ['privates''App\\Repository\\MessageViewRepository''getMessageViewRepositoryService'false],
  32903.             'App\\Repository\\ModelRepository' => ['privates''App\\Repository\\ModelRepository''getModelRepositoryService'false],
  32904.             'App\\Repository\\MovingDateRepository' => ['privates''App\\Repository\\MovingDateRepository''getMovingDateRepositoryService'false],
  32905.             'App\\Repository\\MunicipalTaxDetailRepository' => ['privates''App\\Repository\\MunicipalTaxDetailRepository''getMunicipalTaxDetailRepositoryService'false],
  32906.             'App\\Repository\\MunicipalTaxDetailValueRepository' => ['privates''App\\Repository\\MunicipalTaxDetailValueRepository''getMunicipalTaxDetailValueRepositoryService'false],
  32907.             'App\\Repository\\MunicipalTaxRepository' => ['privates''App\\Repository\\MunicipalTaxRepository''getMunicipalTaxRepositoryService'false],
  32908.             'App\\Repository\\MunicipalityRepository' => ['privates''App\\Repository\\MunicipalityRepository''getMunicipalityRepositoryService'false],
  32909.             'App\\Repository\\NeighborhoodEditRepository' => ['privates''App\\Repository\\NeighborhoodEditRepository''getNeighborhoodEditRepositoryService'false],
  32910.             'App\\Repository\\NeighborhoodImageRepository' => ['privates''App\\Repository\\NeighborhoodImageRepository''getNeighborhoodImageRepositoryService'false],
  32911.             'App\\Repository\\NeighborhoodOfficerRepository' => ['privates''App\\Repository\\NeighborhoodOfficerRepository''getNeighborhoodOfficerRepositoryService'false],
  32912.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository' => ['privates''App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository''getNeighborhoodProjectAlertRepositoryService'false],
  32913.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectMunicipalityRepository' => ['privates''App\\Repository\\NeighborhoodProject\\NeighborhoodProjectMunicipalityRepository''getNeighborhoodProjectMunicipalityRepositoryService'false],
  32914.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository' => ['privates''App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository''getNeighborhoodProjectRepositoryService'false],
  32915.             'App\\Repository\\NewEngieRepository' => ['privates''App\\Repository\\NewEngieRepository''getNewEngieRepositoryService'false],
  32916.             'App\\Repository\\NewProjectImmoCsvRepository' => ['privates''App\\Repository\\NewProjectImmoCsvRepository''getNewProjectImmoCsvRepositoryService'false],
  32917.             'App\\Repository\\NewProjectImmoFileRepository' => ['privates''App\\Repository\\NewProjectImmoFileRepository''getNewProjectImmoFileRepositoryService'false],
  32918.             'App\\Repository\\NewProjectImmoRepository' => ['privates''App\\Repository\\NewProjectImmoRepository''getNewProjectImmoRepositoryService'false],
  32919.             'App\\Repository\\NextControlsRepository' => ['privates''App\\Repository\\NextControlsRepository''getNextControlsRepositoryService'false],
  32920.             'App\\Repository\\NextPebControlsRepository' => ['privates''App\\Repository\\NextPebControlsRepository''getNextPebControlsRepositoryService'false],
  32921.             'App\\Repository\\NotaryCsvRepository' => ['privates''App\\Repository\\NotaryCsvRepository''getNotaryCsvRepositoryService'false],
  32922.             'App\\Repository\\NotaryRepository' => ['privates''App\\Repository\\NotaryRepository''getNotaryRepositoryService'false],
  32923.             'App\\Repository\\NotificationRepository' => ['privates''App\\Repository\\NotificationRepository''getNotificationRepositoryService'false],
  32924.             'App\\Repository\\ObligationCsvRepository' => ['privates''App\\Repository\\ObligationCsvRepository''getObligationCsvRepositoryService'false],
  32925.             'App\\Repository\\ObligationsRepository' => ['privates''App\\Repository\\ObligationsRepository''getObligationsRepositoryService'false],
  32926.             'App\\Repository\\OccupancyAgreementRepository' => ['privates''App\\Repository\\OccupancyAgreementRepository''getOccupancyAgreementRepositoryService'false],
  32927.             'App\\Repository\\OccupationPeriodDataRepository' => ['privates''App\\Repository\\OccupationPeriodDataRepository''getOccupationPeriodDataRepositoryService'false],
  32928.             'App\\Repository\\OccupationPeriodFileRepository' => ['privates''App\\Repository\\OccupationPeriodFileRepository''getOccupationPeriodFileRepositoryService'false],
  32929.             'App\\Repository\\OccupationPeriodListRepository' => ['privates''App\\Repository\\OccupationPeriodListRepository''getOccupationPeriodListRepositoryService'false],
  32930.             'App\\Repository\\OccupationPeriodRepository' => ['privates''App\\Repository\\OccupationPeriodRepository''getOccupationPeriodRepositoryService'false],
  32931.             'App\\Repository\\OccupieCsvRepository' => ['privates''App\\Repository\\OccupieCsvRepository''getOccupieCsvRepositoryService'false],
  32932.             'App\\Repository\\OccupieEstimationRepository' => ['privates''App\\Repository\\OccupieEstimationRepository''getOccupieEstimationRepositoryService'false],
  32933.             'App\\Repository\\OccupieOfferRepository' => ['privates''App\\Repository\\OccupieOfferRepository''getOccupieOfferRepositoryService'false],
  32934.             'App\\Repository\\OfferCollaborativeBuyerConditionRepository' => ['privates''App\\Repository\\OfferCollaborativeBuyerConditionRepository''getOfferCollaborativeBuyerConditionRepositoryService'false],
  32935.             'App\\Repository\\OfferCollaborativeBuyerRepository' => ['privates''App\\Repository\\OfferCollaborativeBuyerRepository''getOfferCollaborativeBuyerRepositoryService'false],
  32936.             'App\\Repository\\OfferCollaborativeRepository' => ['privates''App\\Repository\\OfferCollaborativeRepository''getOfferCollaborativeRepositoryService'false],
  32937.             'App\\Repository\\OfferDocumentSpeakerRepository' => ['privates''App\\Repository\\OfferDocumentSpeakerRepository''getOfferDocumentSpeakerRepositoryService'false],
  32938.             'App\\Repository\\OfferLeaseRepository' => ['privates''App\\Repository\\OfferLeaseRepository''getOfferLeaseRepositoryService'false],
  32939.             'App\\Repository\\OfferRepository' => ['privates''App\\Repository\\OfferRepository''getOfferRepositoryService'false],
  32940.             'App\\Repository\\OfficesRepository' => ['privates''App\\Repository\\OfficesRepository''getOfficesRepositoryService'false],
  32941.             'App\\Repository\\OnespanDataRepository' => ['privates''App\\Repository\\OnespanDataRepository''getOnespanDataRepositoryService'false],
  32942.             'App\\Repository\\OptionRepository' => ['privates''App\\Repository\\OptionRepository''getOptionRepositoryService'false],
  32943.             'App\\Repository\\OrdersRepository' => ['privates''App\\Repository\\OrdersRepository''getOrdersRepositoryService'false],
  32944.             'App\\Repository\\OrganicPlotFilesRepository' => ['privates''App\\Repository\\OrganicPlotFilesRepository''getOrganicPlotFilesRepositoryService'false],
  32945.             'App\\Repository\\OrganicPlotRequestsRepository' => ['privates''App\\Repository\\OrganicPlotRequestsRepository''getOrganicPlotRequestsRepositoryService'false],
  32946.             'App\\Repository\\OwnershipGeneralMeetingRepository' => ['privates''App\\Repository\\OwnershipGeneralMeetingRepository''getOwnershipGeneralMeetingRepositoryService'false],
  32947.             'App\\Repository\\ParameterRepository' => ['privates''App\\Repository\\ParameterRepository''getParameterRepositoryService'false],
  32948.             'App\\Repository\\ParticipantRepository' => ['privates''App\\Repository\\ParticipantRepository''getParticipantRepositoryService'false],
  32949.             'App\\Repository\\PdfMailLocationRepository' => ['privates''App\\Repository\\PdfMailLocationRepository''getPdfMailLocationRepositoryService'false],
  32950.             'App\\Repository\\PebControlsRepository' => ['privates''App\\Repository\\PebControlsRepository''getPebControlsRepositoryService'false],
  32951.             'App\\Repository\\PebInformationRepository' => ['privates''App\\Repository\\PebInformationRepository''getPebInformationRepositoryService'false],
  32952.             'App\\Repository\\PerimeterPostRepository' => ['privates''App\\Repository\\PerimeterPostRepository''getPerimeterPostRepositoryService'false],
  32953.             'App\\Repository\\PermitCiterneRepository' => ['privates''App\\Repository\\PermitCiterneRepository''getPermitCiterneRepositoryService'false],
  32954.             'App\\Repository\\PermitEnvironmentFileRepository' => ['privates''App\\Repository\\PermitEnvironmentFileRepository''getPermitEnvironmentFileRepositoryService'false],
  32955.             'App\\Repository\\PermitEnvironmentalFormRepository' => ['privates''App\\Repository\\PermitEnvironmentalFormRepository''getPermitEnvironmentalFormRepositoryService'false],
  32956.             'App\\Repository\\PermitLocationEnvironmentRepository' => ['privates''App\\Repository\\PermitLocationEnvironmentRepository''getPermitLocationEnvironmentRepositoryService'false],
  32957.             'App\\Repository\\PermitPropertyProcedureRepository' => ['privates''App\\Repository\\PermitPropertyProcedureRepository''getPermitPropertyProcedureRepositoryService'false],
  32958.             'App\\Repository\\PermitPropertyRepository' => ['privates''App\\Repository\\PermitPropertyRepository''getPermitPropertyRepositoryService'false],
  32959.             'App\\Repository\\PhotoRepository' => ['privates''App\\Repository\\PhotoRepository''getPhotoRepositoryService'false],
  32960.             'App\\Repository\\Plan\\FeatureUsageRepository' => ['privates''App\\Repository\\Plan\\FeatureUsageRepository''getFeatureUsageRepositoryService'false],
  32961.             'App\\Repository\\Plan\\InvoiceRepository' => ['privates''App\\Repository\\Plan\\InvoiceRepository''getInvoiceRepositoryService'false],
  32962.             'App\\Repository\\Plan\\PlanFeatureRepository' => ['privates''App\\Repository\\Plan\\PlanFeatureRepository''getPlanFeatureRepositoryService'false],
  32963.             'App\\Repository\\Plan\\PlanRepository' => ['privates''App\\Repository\\Plan\\PlanRepository''getPlanRepositoryService'false],
  32964.             'App\\Repository\\Plan\\PlanSubscriptionRepository' => ['privates''App\\Repository\\Plan\\PlanSubscriptionRepository''getPlanSubscriptionRepositoryService'false],
  32965.             'App\\Repository\\PortfolioRepository' => ['privates''App\\Repository\\PortfolioRepository''getPortfolioRepositoryService'false],
  32966.             'App\\Repository\\PpasAffectationCsvRepository' => ['privates''App\\Repository\\PpasAffectationCsvRepository''getPpasAffectationCsvRepositoryService'false],
  32967.             'App\\Repository\\PpasAffectationRepository' => ['privates''App\\Repository\\PpasAffectationRepository''getPpasAffectationRepositoryService'false],
  32968.             'App\\Repository\\PpasCsvRepository' => ['privates''App\\Repository\\PpasCsvRepository''getPpasCsvRepositoryService'false],
  32969.             'App\\Repository\\PpasInfoRepository' => ['privates''App\\Repository\\PpasInfoRepository''getPpasInfoRepositoryService'false],
  32970.             'App\\Repository\\PpasRepository' => ['privates''App\\Repository\\PpasRepository''getPpasRepositoryService'false],
  32971.             'App\\Repository\\PrasDataRepository' => ['privates''App\\Repository\\PrasDataRepository''getPrasDataRepositoryService'false],
  32972.             'App\\Repository\\PrecountRepository' => ['privates''App\\Repository\\PrecountRepository''getPrecountRepositoryService'false],
  32973.             'App\\Repository\\PrestashopMappingRepository' => ['privates''App\\Repository\\PrestashopMappingRepository''getPrestashopMappingRepositoryService'false],
  32974.             'App\\Repository\\PretRepository' => ['privates''App\\Repository\\PretRepository''getPretRepositoryService'false],
  32975.             'App\\Repository\\PrimeAlertRepository' => ['privates''App\\Repository\\PrimeAlertRepository''getPrimeAlertRepositoryService'false],
  32976.             'App\\Repository\\PrimeAmountRepository' => ['privates''App\\Repository\\PrimeAmountRepository''getPrimeAmountRepositoryService'false],
  32977.             'App\\Repository\\PrimeCsvRepository' => ['privates''App\\Repository\\PrimeCsvRepository''getPrimeCsvRepositoryService'false],
  32978.             'App\\Repository\\PrimeFieldValueRepository' => ['privates''App\\Repository\\PrimeFieldValueRepository''getPrimeFieldValueRepositoryService'false],
  32979.             'App\\Repository\\PrimeFormRepository' => ['privates''App\\Repository\\PrimeFormRepository''getPrimeFormRepositoryService'false],
  32980.             'App\\Repository\\PrimePlafondRepository' => ['privates''App\\Repository\\PrimePlafondRepository''getPrimePlafondRepositoryService'false],
  32981.             'App\\Repository\\PrimeProcedureFieldRepository' => ['privates''App\\Repository\\PrimeProcedureFieldRepository''getPrimeProcedureFieldRepositoryService'false],
  32982.             'App\\Repository\\PrimeProcedureRepository' => ['privates''App\\Repository\\PrimeProcedureRepository''getPrimeProcedureRepositoryService'false],
  32983.             'App\\Repository\\PrimeProcessRepository' => ['privates''App\\Repository\\PrimeProcessRepository''getPrimeProcessRepositoryService'false],
  32984.             'App\\Repository\\PrimeRepository' => ['privates''App\\Repository\\PrimeRepository''getPrimeRepositoryService'false],
  32985.             'App\\Repository\\PrimeSourceRepository' => ['privates''App\\Repository\\PrimeSourceRepository''getPrimeSourceRepositoryService'false],
  32986.             'App\\Repository\\PrimeTankWorkRepository' => ['privates''App\\Repository\\PrimeTankWorkRepository''getPrimeTankWorkRepositoryService'false],
  32987.             'App\\Repository\\PropertyDailyNeedRepository' => ['privates''App\\Repository\\PropertyDailyNeedRepository''getPropertyDailyNeedRepositoryService'false],
  32988.             'App\\Repository\\PropertyImageRepository' => ['privates''App\\Repository\\PropertyImageRepository''getPropertyImageRepositoryService'false],
  32989.             'App\\Repository\\PropertyOptionRepository' => ['privates''App\\Repository\\PropertyOptionRepository''getPropertyOptionRepositoryService'false],
  32990.             'App\\Repository\\PropertyTypeRepository' => ['privates''App\\Repository\\PropertyTypeRepository''getPropertyTypeRepositoryService'false],
  32991.             'App\\Repository\\ProviderFluviusRepository' => ['privates''App\\Repository\\ProviderFluviusRepository''getProviderFluviusRepositoryService'false],
  32992.             'App\\Repository\\ProviderInventerListCsvRepository' => ['privates''App\\Repository\\ProviderInventerListCsvRepository''getProviderInventerListCsvRepositoryService'false],
  32993.             'App\\Repository\\ProviderInverterListRepository' => ['privates''App\\Repository\\ProviderInverterListRepository''getProviderInverterListRepositoryService'false],
  32994.             'App\\Repository\\ProviderOresRepository' => ['privates''App\\Repository\\ProviderOresRepository''getProviderOresRepositoryService'false],
  32995.             'App\\Repository\\ProviderSibelgaRepository' => ['privates''App\\Repository\\ProviderSibelgaRepository''getProviderSibelgaRepositoryService'false],
  32996.             'App\\Repository\\ProviderSibelgaTaskRepository' => ['privates''App\\Repository\\ProviderSibelgaTaskRepository''getProviderSibelgaTaskRepositoryService'false],
  32997.             'App\\Repository\\ProviderSibelgaWorkRepository' => ['privates''App\\Repository\\ProviderSibelgaWorkRepository''getProviderSibelgaWorkRepositoryService'false],
  32998.             'App\\Repository\\ProviderSocietyCsvRepository' => ['privates''App\\Repository\\ProviderSocietyCsvRepository''getProviderSocietyCsvRepositoryService'false],
  32999.             'App\\Repository\\ProviderSocietyRepository' => ['privates''App\\Repository\\ProviderSocietyRepository''getProviderSocietyRepositoryService'false],
  33000.             'App\\Repository\\ProviderSolarBrugelRepository' => ['privates''App\\Repository\\ProviderSolarBrugelRepository''getProviderSolarBrugelRepositoryService'false],
  33001.             'App\\Repository\\ProviderSolarDeclarationCadastreRepository' => ['privates''App\\Repository\\ProviderSolarDeclarationCadastreRepository''getProviderSolarDeclarationCadastreRepositoryService'false],
  33002.             'App\\Repository\\ProviderSolarFitterFilesRepository' => ['privates''App\\Repository\\ProviderSolarFitterFilesRepository''getProviderSolarFitterFilesRepositoryService'false],
  33003.             'App\\Repository\\ProviderSolarFitterRepository' => ['privates''App\\Repository\\ProviderSolarFitterRepository''getProviderSolarFitterRepositoryService'false],
  33004.             'App\\Repository\\ProviderSolarGreenCertificateFilesRepository' => ['privates''App\\Repository\\ProviderSolarGreenCertificateFilesRepository''getProviderSolarGreenCertificateFilesRepositoryService'false],
  33005.             'App\\Repository\\ProviderSolarGreenCertificateRepository' => ['privates''App\\Repository\\ProviderSolarGreenCertificateRepository''getProviderSolarGreenCertificateRepositoryService'false],
  33006.             'App\\Repository\\ProviderSolarOrganizationRepository' => ['privates''App\\Repository\\ProviderSolarOrganizationRepository''getProviderSolarOrganizationRepositoryService'false],
  33007.             'App\\Repository\\ProviderSolarPhotovoltaicRepository' => ['privates''App\\Repository\\ProviderSolarPhotovoltaicRepository''getProviderSolarPhotovoltaicRepositoryService'false],
  33008.             'App\\Repository\\ProviderSolarRepository' => ['privates''App\\Repository\\ProviderSolarRepository''getProviderSolarRepositoryService'false],
  33009.             'App\\Repository\\ProviderTankInstallationRepository' => ['privates''App\\Repository\\ProviderTankInstallationRepository''getProviderTankInstallationRepositoryService'false],
  33010.             'App\\Repository\\ProviderWaterInterventionRepository' => ['privates''App\\Repository\\ProviderWaterInterventionRepository''getProviderWaterInterventionRepositoryService'false],
  33011.             'App\\Repository\\ProviderWaterRepository' => ['privates''App\\Repository\\ProviderWaterRepository''getProviderWaterRepositoryService'false],
  33012.             'App\\Repository\\ProviderWatterDeleteRepository' => ['privates''App\\Repository\\ProviderWatterDeleteRepository''getProviderWatterDeleteRepositoryService'false],
  33013.             'App\\Repository\\ProviderWorkRepository' => ['privates''App\\Repository\\ProviderWorkRepository''getProviderWorkRepositoryService'false],
  33014.             'App\\Repository\\ProvincesRepository' => ['privates''App\\Repository\\ProvincesRepository''getProvincesRepositoryService'false],
  33015.             'App\\Repository\\PublicInquiryAnversRepository' => ['privates''App\\Repository\\PublicInquiryAnversRepository''getPublicInquiryAnversRepositoryService'false],
  33016.             'App\\Repository\\PublicInquiryBruxellesRepository' => ['privates''App\\Repository\\PublicInquiryBruxellesRepository''getPublicInquiryBruxellesRepositoryService'false],
  33017.             'App\\Repository\\PublicInquiryInProgressCsvRepository' => ['privates''App\\Repository\\PublicInquiryInProgressCsvRepository''getPublicInquiryInProgressCsvRepositoryService'false],
  33018.             'App\\Repository\\PublicityRepository' => ['privates''App\\Repository\\PublicityRepository''getPublicityRepositoryService'false],
  33019.             'App\\Repository\\PublicityUserRepository' => ['privates''App\\Repository\\PublicityUserRepository''getPublicityUserRepositoryService'false],
  33020.             'App\\Repository\\PurchasePartnerRequestObjectifRepository' => ['privates''App\\Repository\\PurchasePartnerRequestObjectifRepository''getPurchasePartnerRequestObjectifRepositoryService'false],
  33021.             'App\\Repository\\PurchasePartnerRequestRepository' => ['privates''App\\Repository\\PurchasePartnerRequestRepository''getPurchasePartnerRequestRepositoryService'false],
  33022.             'App\\Repository\\PurchaseRepository' => ['privates''App\\Repository\\PurchaseRepository''getPurchaseRepositoryService'false],
  33023.             'App\\Repository\\RapportsRepository' => ['privates''App\\Repository\\RapportsRepository''getRapportsRepositoryService'false],
  33024.             'App\\Repository\\ReferenceRentRepository' => ['privates''App\\Repository\\ReferenceRentRepository''getReferenceRentRepositoryService'false],
  33025.             'App\\Repository\\RegionRepository' => ['privates''App\\Repository\\RegionRepository''getRegionRepositoryService'false],
  33026.             'App\\Repository\\RegisterFilesRepository' => ['privates''App\\Repository\\RegisterFilesRepository''getRegisterFilesRepositoryService'false],
  33027.             'App\\Repository\\RegistersRepository' => ['privates''App\\Repository\\RegistersRepository''getRegistersRepositoryService'false],
  33028.             'App\\Repository\\RelookingSaveRepository' => ['privates''App\\Repository\\RelookingSaveRepository''getRelookingSaveRepositoryService'false],
  33029.             'App\\Repository\\RenewalEnergyRepository' => ['privates''App\\Repository\\RenewalEnergyRepository''getRenewalEnergyRepositoryService'false],
  33030.             'App\\Repository\\RentalGuaranteeFileRepository' => ['privates''App\\Repository\\RentalGuaranteeFileRepository''getRentalGuaranteeFileRepositoryService'false],
  33031.             'App\\Repository\\RentalManagementLeaveRepository' => ['privates''App\\Repository\\RentalManagementLeaveRepository''getRentalManagementLeaveRepositoryService'false],
  33032.             'App\\Repository\\RentalManagementPaymentHistoryRepository' => ['privates''App\\Repository\\RentalManagementPaymentHistoryRepository''getRentalManagementPaymentHistoryRepositoryService'false],
  33033.             'App\\Repository\\RentalManagementPaymentRepository' => ['privates''App\\Repository\\RentalManagementPaymentRepository''getRentalManagementPaymentRepositoryService'false],
  33034.             'App\\Repository\\RentalManagementRentHistoryRepository' => ['privates''App\\Repository\\RentalManagementRentHistoryRepository''getRentalManagementRentHistoryRepositoryService'false],
  33035.             'App\\Repository\\RentalManagementRepository' => ['privates''App\\Repository\\RentalManagementRepository''getRentalManagementRepositoryService'false],
  33036.             'App\\Repository\\RentalScheduleRepository' => ['privates''App\\Repository\\RentalScheduleRepository''getRentalScheduleRepositoryService'false],
  33037.             'App\\Repository\\RentestimationRepository' => ['privates''App\\Repository\\RentestimationRepository''getRentestimationRepositoryService'false],
  33038.             'App\\Repository\\RequestRepaymentFileRepository' => ['privates''App\\Repository\\RequestRepaymentFileRepository''getRequestRepaymentFileRepositoryService'false],
  33039.             'App\\Repository\\RequestSellerToNotaryRepository' => ['privates''App\\Repository\\RequestSellerToNotaryRepository''getRequestSellerToNotaryRepositoryService'false],
  33040.             'App\\Repository\\ResponsesRepository' => ['privates''App\\Repository\\ResponsesRepository''getResponsesRepositoryService'false],
  33041.             'App\\Repository\\ResultEngieRepository' => ['privates''App\\Repository\\ResultEngieRepository''getResultEngieRepositoryService'false],
  33042.             'App\\Repository\\ResultPretContentRepository' => ['privates''App\\Repository\\ResultPretContentRepository''getResultPretContentRepositoryService'false],
  33043.             'App\\Repository\\ResultPretRepository' => ['privates''App\\Repository\\ResultPretRepository''getResultPretRepositoryService'false],
  33044.             'App\\Repository\\RoofRepository' => ['privates''App\\Repository\\RoofRepository''getRoofRepositoryService'false],
  33045.             'App\\Repository\\RulesCsvRepository' => ['privates''App\\Repository\\RulesCsvRepository''getRulesCsvRepositoryService'false],
  33046.             'App\\Repository\\SalesAgreementFileRepository' => ['privates''App\\Repository\\SalesAgreementFileRepository''getSalesAgreementFileRepositoryService'false],
  33047.             'App\\Repository\\SaveRepository' => ['privates''App\\Repository\\SaveRepository''getSaveRepositoryService'false],
  33048.             'App\\Repository\\SchoolsRepository' => ['privates''App\\Repository\\SchoolsRepository''getSchoolsRepositoryService'false],
  33049.             'App\\Repository\\SearchIndexRepository' => ['privates''App\\Repository\\SearchIndexRepository''getSearchIndexRepositoryService'false],
  33050.             'App\\Repository\\ServiceCategoryRepository' => ['privates''App\\Repository\\ServiceCategoryRepository''getServiceCategoryRepositoryService'false],
  33051.             'App\\Repository\\ServiceOfferRepository' => ['privates''App\\Repository\\ServiceOfferRepository''getServiceOfferRepositoryService'false],
  33052.             'App\\Repository\\ServicePromoRepository' => ['privates''App\\Repository\\ServicePromoRepository''getServicePromoRepositoryService'false],
  33053.             'App\\Repository\\SimulationRepository' => ['privates''App\\Repository\\SimulationRepository''getSimulationRepositoryService'false],
  33054.             'App\\Repository\\SituationResidentielRepository' => ['privates''App\\Repository\\SituationResidentielRepository''getSituationResidentielRepositoryService'false],
  33055.             'App\\Repository\\SizeRepository' => ['privates''App\\Repository\\SizeRepository''getSizeRepositoryService'false],
  33056.             'App\\Repository\\SocietyApprovalRepository' => ['privates''App\\Repository\\SocietyApprovalRepository''getSocietyApprovalRepositoryService'false],
  33057.             'App\\Repository\\SocietyGeographicAreaRepository' => ['privates''App\\Repository\\SocietyGeographicAreaRepository''getSocietyGeographicAreaRepositoryService'false],
  33058.             'App\\Repository\\SocietyGroupRepository' => ['privates''App\\Repository\\SocietyGroupRepository''getSocietyGroupRepositoryService'false],
  33059.             'App\\Repository\\SocietyRepository' => ['privates''App\\Repository\\SocietyRepository''getSocietyRepositoryService'false],
  33060.             'App\\Repository\\SocietyUseRepository' => ['privates''App\\Repository\\SocietyUseRepository''getSocietyUseRepositoryService'false],
  33061.             'App\\Repository\\SolicitationRepository' => ['privates''App\\Repository\\SolicitationRepository''getSolicitationRepositoryService'false],
  33062.             'App\\Repository\\StandardFormRepository' => ['privates''App\\Repository\\StandardFormRepository''getStandardFormRepositoryService'false],
  33063.             'App\\Repository\\StarRatingsRepository' => ['privates''App\\Repository\\StarRatingsRepository''getStarRatingsRepositoryService'false],
  33064.             'App\\Repository\\StreetAveragePriceRepository' => ['privates''App\\Repository\\StreetAveragePriceRepository''getStreetAveragePriceRepositoryService'false],
  33065.             'App\\Repository\\SubjectRepository' => ['privates''App\\Repository\\SubjectRepository''getSubjectRepositoryService'false],
  33066.             'App\\Repository\\SubmodelRepository' => ['privates''App\\Repository\\SubmodelRepository''getSubmodelRepositoryService'false],
  33067.             'App\\Repository\\SubscriptionProductRepository' => ['privates''App\\Repository\\SubscriptionProductRepository''getSubscriptionProductRepositoryService'false],
  33068.             'App\\Repository\\SubscriptionProductServiceRepository' => ['privates''App\\Repository\\SubscriptionProductServiceRepository''getSubscriptionProductServiceRepositoryService'false],
  33069.             'App\\Repository\\SubscriptionRepository' => ['privates''App\\Repository\\SubscriptionRepository''getSubscriptionRepositoryService'false],
  33070.             'App\\Repository\\SubsectionRepository' => ['privates''App\\Repository\\SubsectionRepository''getSubsectionRepositoryService'false],
  33071.             'App\\Repository\\SudStroumRepository' => ['privates''App\\Repository\\SudStroumRepository''getSudStroumRepositoryService'false],
  33072.             'App\\Repository\\SuperficieRepository' => ['privates''App\\Repository\\SuperficieRepository''getSuperficieRepositoryService'false],
  33073.             'App\\Repository\\SupplierRepository' => ['privates''App\\Repository\\SupplierRepository''getSupplierRepositoryService'false],
  33074.             'App\\Repository\\SurveillanceCameraRepository' => ['privates''App\\Repository\\SurveillanceCameraRepository''getSurveillanceCameraRepositoryService'false],
  33075.             'App\\Repository\\SurveillanceCameraTypeRepository' => ['privates''App\\Repository\\SurveillanceCameraTypeRepository''getSurveillanceCameraTypeRepositoryService'false],
  33076.             'App\\Repository\\SyndicAccountingRepository' => ['privates''App\\Repository\\SyndicAccountingRepository''getSyndicAccountingRepositoryService'false],
  33077.             'App\\Repository\\SyndicApartmentCsvRepository' => ['privates''App\\Repository\\SyndicApartmentCsvRepository''getSyndicApartmentCsvRepositoryService'false],
  33078.             'App\\Repository\\SyndicApartmentRepository' => ['privates''App\\Repository\\SyndicApartmentRepository''getSyndicApartmentRepositoryService'false],
  33079.             'App\\Repository\\SyndicChatFileRepository' => ['privates''App\\Repository\\SyndicChatFileRepository''getSyndicChatFileRepositoryService'false],
  33080.             'App\\Repository\\SyndicChatReactionRepository' => ['privates''App\\Repository\\SyndicChatReactionRepository''getSyndicChatReactionRepositoryService'false],
  33081.             'App\\Repository\\SyndicChatReplyMessageRepository' => ['privates''App\\Repository\\SyndicChatReplyMessageRepository''getSyndicChatReplyMessageRepositoryService'false],
  33082.             'App\\Repository\\SyndicChatRepository' => ['privates''App\\Repository\\SyndicChatRepository''getSyndicChatRepositoryService'false],
  33083.             'App\\Repository\\SyndicDocumentCommentRepository' => ['privates''App\\Repository\\SyndicDocumentCommentRepository''getSyndicDocumentCommentRepositoryService'false],
  33084.             'App\\Repository\\SyndicDocumentRepository' => ['privates''App\\Repository\\SyndicDocumentRepository''getSyndicDocumentRepositoryService'false],
  33085.             'App\\Repository\\SyndicDocumentShareRepository' => ['privates''App\\Repository\\SyndicDocumentShareRepository''getSyndicDocumentShareRepositoryService'false],
  33086.             'App\\Repository\\SyndicGroupRepository' => ['privates''App\\Repository\\SyndicGroupRepository''getSyndicGroupRepositoryService'false],
  33087.             'App\\Repository\\SyndicRepository' => ['privates''App\\Repository\\SyndicRepository''getSyndicRepositoryService'false],
  33088.             'App\\Repository\\T3dDemandsRepository' => ['privates''App\\Repository\\T3dDemandsRepository''getT3dDemandsRepositoryService'false],
  33089.             'App\\Repository\\TextureTreeDRepository' => ['privates''App\\Repository\\TextureTreeDRepository''getTextureTreeDRepositoryService'false],
  33090.             'App\\Repository\\ThePorpertyLevelRepository' => ['privates''App\\Repository\\ThePorpertyLevelRepository''getThePorpertyLevelRepositoryService'false],
  33091.             'App\\Repository\\ThePropertyAlertRepository' => ['privates''App\\Repository\\ThePropertyAlertRepository''getThePropertyAlertRepositoryService'false],
  33092.             'App\\Repository\\ThePropertyAppointmentSlotsRepository' => ['privates''App\\Repository\\ThePropertyAppointmentSlotsRepository''getThePropertyAppointmentSlotsRepositoryService'false],
  33093.             'App\\Repository\\ThePropertyBoilerRepository' => ['privates''App\\Repository\\ThePropertyBoilerRepository''getThePropertyBoilerRepositoryService'false],
  33094.             'App\\Repository\\ThePropertyConstructionWorkRulesRepository' => ['privates''App\\Repository\\ThePropertyConstructionWorkRulesRepository''getThePropertyConstructionWorkRulesRepositoryService'false],
  33095.             'App\\Repository\\ThePropertyDocumentsRepository' => ['privates''App\\Repository\\ThePropertyDocumentsRepository''getThePropertyDocumentsRepositoryService'false],
  33096.             'App\\Repository\\ThePropertyExteriorCommentRepository' => ['privates''App\\Repository\\ThePropertyExteriorCommentRepository''getThePropertyExteriorCommentRepositoryService'false],
  33097.             'App\\Repository\\ThePropertyMaifInsuranceSummaryRepository' => ['privates''App\\Repository\\ThePropertyMaifInsuranceSummaryRepository''getThePropertyMaifInsuranceSummaryRepositoryService'false],
  33098.             'App\\Repository\\ThePropertyProviderWaterRepository' => ['privates''App\\Repository\\ThePropertyProviderWaterRepository''getThePropertyProviderWaterRepositoryService'false],
  33099.             'App\\Repository\\ThePropertySessionRepository' => ['privates''App\\Repository\\ThePropertySessionRepository''getThePropertySessionRepositoryService'false],
  33100.             'App\\Repository\\ThePropertyTankRepository' => ['privates''App\\Repository\\ThePropertyTankRepository''getThePropertyTankRepositoryService'false],
  33101.             'App\\Repository\\ThePropertyTankWorkDocRepository' => ['privates''App\\Repository\\ThePropertyTankWorkDocRepository''getThePropertyTankWorkDocRepositoryService'false],
  33102.             'App\\Repository\\ThePropertyTankWorkImagesRepository' => ['privates''App\\Repository\\ThePropertyTankWorkImagesRepository''getThePropertyTankWorkImagesRepositoryService'false],
  33103.             'App\\Repository\\ThePropertyUseRepository' => ['privates''App\\Repository\\ThePropertyUseRepository''getThePropertyUseRepositoryService'false],
  33104.             'App\\Repository\\ThePropertyVisitRepository' => ['privates''App\\Repository\\ThePropertyVisitRepository''getThePropertyVisitRepositoryService'false],
  33105.             'App\\Repository\\ThePropertyWorkDocCategoryRepository' => ['privates''App\\Repository\\ThePropertyWorkDocCategoryRepository''getThePropertyWorkDocCategoryRepositoryService'false],
  33106.             'App\\Repository\\ThePropertyWorkDocumentsRepository' => ['privates''App\\Repository\\ThePropertyWorkDocumentsRepository''getThePropertyWorkDocumentsRepositoryService'false],
  33107.             'App\\Repository\\ThePropertyWorkImageRepository' => ['privates''App\\Repository\\ThePropertyWorkImageRepository''getThePropertyWorkImageRepositoryService'false],
  33108.             'App\\Repository\\ThePropertyWorkRepository' => ['privates''App\\Repository\\ThePropertyWorkRepository''getThePropertyWorkRepositoryService'false],
  33109.             'App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository' => ['privates''App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository''getThePropertyExtensionOrderRepositoryService'false],
  33110.             'App\\Repository\\ThepropertOfferBillRepository' => ['privates''App\\Repository\\ThepropertOfferBillRepository''getThepropertOfferBillRepositoryService'false],
  33111.             'App\\Repository\\ThepropertyBalanceRepository' => ['privates''App\\Repository\\ThepropertyBalanceRepository''getThepropertyBalanceRepositoryService'false],
  33112.             'App\\Repository\\ThepropertyConsumptionRepository' => ['privates''App\\Repository\\ThepropertyConsumptionRepository''getThepropertyConsumptionRepositoryService'false],
  33113.             'App\\Repository\\ThepropertyCounterRepository' => ['privates''App\\Repository\\ThepropertyCounterRepository''getThepropertyCounterRepositoryService'false],
  33114.             'App\\Repository\\ThepropertyCounterStatementRepository' => ['privates''App\\Repository\\ThepropertyCounterStatementRepository''getThepropertyCounterStatementRepositoryService'false],
  33115.             'App\\Repository\\ThepropertyDocumentCategoryRepository' => ['privates''App\\Repository\\ThepropertyDocumentCategoryRepository''getThepropertyDocumentCategoryRepositoryService'false],
  33116.             'App\\Repository\\ThepropertyDocumentRepository' => ['privates''App\\Repository\\ThepropertyDocumentRepository''getThepropertyDocumentRepositoryService'false],
  33117.             'App\\Repository\\ThepropertyFeatureRepository' => ['privates''App\\Repository\\ThepropertyFeatureRepository''getThepropertyFeatureRepositoryService'false],
  33118.             'App\\Repository\\ThepropertyLotRepository' => ['privates''App\\Repository\\ThepropertyLotRepository''getThepropertyLotRepositoryService'false],
  33119.             'App\\Repository\\ThepropertyOfferChatRepository' => ['privates''App\\Repository\\ThepropertyOfferChatRepository''getThepropertyOfferChatRepositoryService'false],
  33120.             'App\\Repository\\ThepropertyOfferImageRepository' => ['privates''App\\Repository\\ThepropertyOfferImageRepository''getThepropertyOfferImageRepositoryService'false],
  33121.             'App\\Repository\\ThepropertyOfferInterestedRepository' => ['privates''App\\Repository\\ThepropertyOfferInterestedRepository''getThepropertyOfferInterestedRepositoryService'false],
  33122.             'App\\Repository\\ThepropertyOfferRepository' => ['privates''App\\Repository\\ThepropertyOfferRepository''getThepropertyOfferRepositoryService'false],
  33123.             'App\\Repository\\ThepropertyProviderBillRepository' => ['privates''App\\Repository\\ThepropertyProviderBillRepository''getThepropertyProviderBillRepositoryService'false],
  33124.             'App\\Repository\\ThepropertyProviderCsvRepository' => ['privates''App\\Repository\\ThepropertyProviderCsvRepository''getThepropertyProviderCsvRepositoryService'false],
  33125.             'App\\Repository\\ThepropertyProviderDocumentProofRepository' => ['privates''App\\Repository\\ThepropertyProviderDocumentProofRepository''getThepropertyProviderDocumentProofRepositoryService'false],
  33126.             'App\\Repository\\ThepropertyProviderRepository' => ['privates''App\\Repository\\ThepropertyProviderRepository''getThepropertyProviderRepositoryService'false],
  33127.             'App\\Repository\\ThepropertyRepository' => ['privates''App\\Repository\\ThepropertyRepository''getThepropertyRepositoryService'false],
  33128.             'App\\Repository\\TheserviceRepository' => ['privates''App\\Repository\\TheserviceRepository''getTheserviceRepositoryService'false],
  33129.             'App\\Repository\\TimelineEventRepository' => ['privates''App\\Repository\\TimelineEventRepository''getTimelineEventRepositoryService'false],
  33130.             'App\\Repository\\TotalRevenuRepository' => ['privates''App\\Repository\\TotalRevenuRepository''getTotalRevenuRepositoryService'false],
  33131.             'App\\Repository\\TransactionTypeRepository' => ['privates''App\\Repository\\TransactionTypeRepository''getTransactionTypeRepositoryService'false],
  33132.             'App\\Repository\\TypeHabitationRepository' => ['privates''App\\Repository\\TypeHabitationRepository''getTypeHabitationRepositoryService'false],
  33133.             'App\\Repository\\TypeOfAlarmSystemRepository' => ['privates''App\\Repository\\TypeOfAlarmSystemRepository''getTypeOfAlarmSystemRepositoryService'false],
  33134.             'App\\Repository\\TypePretRepository' => ['privates''App\\Repository\\TypePretRepository''getTypePretRepositoryService'false],
  33135.             'App\\Repository\\TypeofworkRepository' => ['privates''App\\Repository\\TypeofworkRepository''getTypeofworkRepositoryService'false],
  33136.             'App\\Repository\\UboDocumentRepository' => ['privates''App\\Repository\\UboDocumentRepository''getUboDocumentRepositoryService'false],
  33137.             'App\\Repository\\UrbanInformationRepository' => ['privates''App\\Repository\\UrbanInformationRepository''getUrbanInformationRepositoryService'false],
  33138.             'App\\Repository\\UrbanPermitRepository' => ['privates''App\\Repository\\UrbanPermitRepository''getUrbanPermitRepositoryService'false],
  33139.             'App\\Repository\\UrbanismPdfRepository' => ['privates''App\\Repository\\UrbanismPdfRepository''getUrbanismPdfRepositoryService'false],
  33140.             'App\\Repository\\UserPurchasePartnerRequestRepository' => ['privates''App\\Repository\\UserPurchasePartnerRequestRepository''getUserPurchasePartnerRequestRepositoryService'false],
  33141.             'App\\Repository\\UserRating\\UserRatingRepository' => ['privates''App\\Repository\\UserRating\\UserRatingRepository''getUserRatingRepositoryService'false],
  33142.             'App\\Repository\\UserRepository' => ['services''App\\Repository\\UserRepository''getUserRepositoryService'false],
  33143.             'App\\Repository\\UserServicePromoRepository' => ['privates''App\\Repository\\UserServicePromoRepository''getUserServicePromoRepositoryService'false],
  33144.             'App\\Repository\\VenteRepository' => ['privates''App\\Repository\\VenteRepository''getVenteRepositoryService'false],
  33145.             'App\\Repository\\VentilationLosesRepository' => ['privates''App\\Repository\\VentilationLosesRepository''getVentilationLosesRepositoryService'false],
  33146.             'App\\Repository\\VentilationSystemRepository' => ['privates''App\\Repository\\VentilationSystemRepository''getVentilationSystemRepositoryService'false],
  33147.             'App\\Repository\\ViewRepository' => ['privates''App\\Repository\\ViewRepository''getViewRepositoryService'false],
  33148.             'App\\Repository\\VisitpropertyRepository' => ['privates''App\\Repository\\VisitpropertyRepository''getVisitpropertyRepositoryService'false],
  33149.             'App\\Repository\\VivaquaRepository' => ['privates''App\\Repository\\VivaquaRepository''getVivaquaRepositoryService'false],
  33150.             'App\\Repository\\VoirieFilesRepository' => ['privates''App\\Repository\\VoirieFilesRepository''getVoirieFilesRepositoryService'false],
  33151.             'App\\Repository\\WarmWaterPerformanceRepository' => ['privates''App\\Repository\\WarmWaterPerformanceRepository''getWarmWaterPerformanceRepositoryService'false],
  33152.             'App\\Repository\\WaterSupplierControllerExcelRepository' => ['privates''App\\Repository\\WaterSupplierControllerExcelRepository''getWaterSupplierControllerExcelRepositoryService'false],
  33153.             'App\\Repository\\WaterSupplierControllerRepository' => ['privates''App\\Repository\\WaterSupplierControllerRepository''getWaterSupplierControllerRepositoryService'false],
  33154.             'App\\Repository\\WebshopOrderRepository' => ['privates''App\\Repository\\WebshopOrderRepository''getWebshopOrderRepositoryService'false],
  33155.             'App\\Repository\\WebshopPaymentInfoRepository' => ['privates''App\\Repository\\WebshopPaymentInfoRepository''getWebshopPaymentInfoRepositoryService'false],
  33156.             'App\\Repository\\WebshopPaymentRepository' => ['privates''App\\Repository\\WebshopPaymentRepository''getWebshopPaymentRepositoryService'false],
  33157.             'App\\Repository\\WorkArtRepository' => ['privates''App\\Repository\\WorkArtRepository''getWorkArtRepositoryService'false],
  33158.             'App\\Repository\\WorkCsvRepository' => ['privates''App\\Repository\\WorkCsvRepository''getWorkCsvRepositoryService'false],
  33159.             'App\\Repository\\WorkLinksRepository' => ['privates''App\\Repository\\WorkLinksRepository''getWorkLinksRepositoryService'false],
  33160.             'App\\Repository\\WorkcostRepository' => ['privates''App\\Repository\\WorkcostRepository''getWorkcostRepositoryService'false],
  33161.             'App\\Repository\\YousignSavedDataRepository' => ['privates''App\\Repository\\YousignSavedDataRepository''getYousignSavedDataRepositoryService'false],
  33162.             'App\\Repository\\ZoneRepository' => ['privates''App\\Repository\\ZoneRepository''getZoneRepositoryService'false],
  33163.         ], [
  33164.             'App\\Repository\\ActorsRepository' => '?',
  33165.             'App\\Repository\\AdditionalCentsRepository' => '?',
  33166.             'App\\Repository\\AdressCsvRepository' => '?',
  33167.             'App\\Repository\\AdressRepository' => '?',
  33168.             'App\\Repository\\AlarmSystemRepository' => '?',
  33169.             'App\\Repository\\AlertNewProjectImmoRepository' => '?',
  33170.             'App\\Repository\\AlertRepository' => '?',
  33171.             'App\\Repository\\AnnexPermitPropertyRepository' => '?',
  33172.             'App\\Repository\\AnnexPermitRepository' => '?',
  33173.             'App\\Repository\\AnnouncementObjectRepository' => '?',
  33174.             'App\\Repository\\AnnouncementRepository' => '?',
  33175.             'App\\Repository\\AppointmentRequestRepository' => '?',
  33176.             'App\\Repository\\ArchitectArtWorkRepository' => '?',
  33177.             'App\\Repository\\ArchitectSpecialistRepository' => '?',
  33178.             'App\\Repository\\AreaCsvRepository' => '?',
  33179.             'App\\Repository\\AssitanceObtainedRepository' => '?',
  33180.             'App\\Repository\\AuthorizationsRepository' => '?',
  33181.             'App\\Repository\\BankDetailsRepository' => '?',
  33182.             'App\\Repository\\BankRepository' => '?',
  33183.             'App\\Repository\\BankSimulationRepository' => '?',
  33184.             'App\\Repository\\BoilerPerformanceRepository' => '?',
  33185.             'App\\Repository\\BorrowBankRepository' => '?',
  33186.             'App\\Repository\\CareCompaniesRepository' => '?',
  33187.             'App\\Repository\\CarpoolAnnouncementRepository' => '?',
  33188.             'App\\Repository\\CategoryEnvironnementRepository' => '?',
  33189.             'App\\Repository\\ChangeAdressRepository' => '?',
  33190.             'App\\Repository\\ChangeWaterBranchRepository' => '?',
  33191.             'App\\Repository\\ChatFileRepository' => '?',
  33192.             'App\\Repository\\ChatRepository' => '?',
  33193.             'App\\Repository\\CheckEmailProcessRepository' => '?',
  33194.             'App\\Repository\\ChoicecategoryRepository' => '?',
  33195.             'App\\Repository\\ChoicedEngieRepository' => '?',
  33196.             'App\\Repository\\CiternInstallModifRepository' => '?',
  33197.             'App\\Repository\\CityEuropaRepository' => '?',
  33198.             'App\\Repository\\CityRepository' => '?',
  33199.             'App\\Repository\\ClassesRepository' => '?',
  33200.             'App\\Repository\\CleaningAndGardeningRepository' => '?',
  33201.             'App\\Repository\\ClientClauseRepository' => '?',
  33202.             'App\\Repository\\ClientDeedOfSaleDiscussionFileRepository' => '?',
  33203.             'App\\Repository\\ClientDeedOfSaleDiscussionRepository' => '?',
  33204.             'App\\Repository\\ClientDeedOfSaleRepository' => '?',
  33205.             'App\\Repository\\ClientFriendRepository' => '?',
  33206.             'App\\Repository\\ClientSalesAgreementDiscussionFileRepository' => '?',
  33207.             'App\\Repository\\ClientSalesAgreementDiscussionRepository' => '?',
  33208.             'App\\Repository\\ClientSalesAgreementRepository' => '?',
  33209.             'App\\Repository\\CoOwershipPropositionVoteRepository' => '?',
  33210.             'App\\Repository\\CoOwnerShipDocumentRepository' => '?',
  33211.             'App\\Repository\\CoOwnershipAgendaRepository' => '?',
  33212.             'App\\Repository\\CoOwnershipAuditorRepository' => '?',
  33213.             'App\\Repository\\CoOwnershipBalanceRepository' => '?',
  33214.             'App\\Repository\\CoOwnershipCouncilRepository' => '?',
  33215.             'App\\Repository\\CoOwnershipFilesRepository' => '?',
  33216.             'App\\Repository\\CoOwnershipGMDecisionRepository' => '?',
  33217.             'App\\Repository\\CoOwnershipInvoicesRepository' => '?',
  33218.             'App\\Repository\\CoOwnershipLotAccountRepository' => '?',
  33219.             'App\\Repository\\CoOwnershipLotBalanceRepository' => '?',
  33220.             'App\\Repository\\CoOwnershipLotTotalAccountRepository' => '?',
  33221.             'App\\Repository\\CoOwnershipMeetingTranscriptFileRepository' => '?',
  33222.             'App\\Repository\\CoOwnershipMeetingTranscriptRepository' => '?',
  33223.             'App\\Repository\\CoOwnershipPropositionRepository' => '?',
  33224.             'App\\Repository\\CoOwnershipRepository' => '?',
  33225.             'App\\Repository\\CoOwnershipThePropertyFileRepository' => '?',
  33226.             'App\\Repository\\CoOwnershipThePropertyRepository' => '?',
  33227.             'App\\Repository\\CoOwnershipThePropertySyndicResponseRepository' => '?',
  33228.             'App\\Repository\\CoOwnershipTotalAccountRepository' => '?',
  33229.             'App\\Repository\\ColectiveGardenRepository' => '?',
  33230.             'App\\Repository\\CommissionershipRepository' => '?',
  33231.             'App\\Repository\\CommitteeRepository' => '?',
  33232.             'App\\Repository\\CommunaleServiceRepository' => '?',
  33233.             'App\\Repository\\CommunityConsultationRepository' => '?',
  33234.             'App\\Repository\\CommunityCoordinateRepository' => '?',
  33235.             'App\\Repository\\CommunityEventFileRepository' => '?',
  33236.             'App\\Repository\\CommunityEventRepository' => '?',
  33237.             'App\\Repository\\CommunityFleatMarketRepository' => '?',
  33238.             'App\\Repository\\CommunityHouseWarmingRepository' => '?',
  33239.             'App\\Repository\\CommunityLocalPartenarshipRepository' => '?',
  33240.             'App\\Repository\\CommunityLostAnimalRepository' => '?',
  33241.             'App\\Repository\\CommunityPartyRepository' => '?',
  33242.             'App\\Repository\\CommunityPlpRepository' => '?',
  33243.             'App\\Repository\\CommunityPlpVoteRepository' => '?',
  33244.             'App\\Repository\\CommunityPostCommentRepository' => '?',
  33245.             'App\\Repository\\CommunityPostFileRepository' => '?',
  33246.             'App\\Repository\\CommunityPostLikeRepository' => '?',
  33247.             'App\\Repository\\CommunityPostRepository' => '?',
  33248.             'App\\Repository\\CommunityPostSignalRepository' => '?',
  33249.             'App\\Repository\\CommunityProductRepository' => '?',
  33250.             'App\\Repository\\CommunityPurchaseRepository' => '?',
  33251.             'App\\Repository\\CommunitySaleRepository' => '?',
  33252.             'App\\Repository\\CommunityServiceRequestRepository' => '?',
  33253.             'App\\Repository\\CommunityServiceResponseRepository' => '?',
  33254.             'App\\Repository\\CommunitySolicitationRepository' => '?',
  33255.             'App\\Repository\\CommunitySolicitationVoteRepository' => '?',
  33256.             'App\\Repository\\CommunityTypeProductRepository' => '?',
  33257.             'App\\Repository\\CommunityVoteConsultationRepository' => '?',
  33258.             'App\\Repository\\CommunityVotePartyRepository' => '?',
  33259.             'App\\Repository\\CommunityWorkRepository' => '?',
  33260.             'App\\Repository\\CommunityWorkVoteRepository' => '?',
  33261.             'App\\Repository\\CondominiumFeeRepository' => '?',
  33262.             'App\\Repository\\CondominiumRepository' => '?',
  33263.             'App\\Repository\\ConsumptionWaterRepository' => '?',
  33264.             'App\\Repository\\ContactsellerRepository' => '?',
  33265.             'App\\Repository\\ControlsRepository' => '?',
  33266.             'App\\Repository\\ConversationRepository' => '?',
  33267.             'App\\Repository\\CounterOfferLeaseRepository' => '?',
  33268.             'App\\Repository\\CounterOfferRepository' => '?',
  33269.             'App\\Repository\\CountryRepository' => '?',
  33270.             'App\\Repository\\CsvRepository' => '?',
  33271.             'App\\Repository\\DVFCsvRepository' => '?',
  33272.             'App\\Repository\\DVFRepository' => '?',
  33273.             'App\\Repository\\DailyNeededRepository' => '?',
  33274.             'App\\Repository\\DeedOfSaleRepository' => '?',
  33275.             'App\\Repository\\DefaultClauseRepository' => '?',
  33276.             'App\\Repository\\DeliveryTimesRepository' => '?',
  33277.             'App\\Repository\\DemandsRepository' => '?',
  33278.             'App\\Repository\\DesignNeighborhoodRepository' => '?',
  33279.             'App\\Repository\\DestinationHabitationRepository' => '?',
  33280.             'App\\Repository\\DetailedStudyWorkRepository' => '?',
  33281.             'App\\Repository\\DispensePdfRepository' => '?',
  33282.             'App\\Repository\\DispenseRepository' => '?',
  33283.             'App\\Repository\\DistanceRepository' => '?',
  33284.             'App\\Repository\\DocumentTypeRepository' => '?',
  33285.             'App\\Repository\\DomiciliationAquisitionRepository' => '?',
  33286.             'App\\Repository\\DomiciliationDeclarationRepository' => '?',
  33287.             'App\\Repository\\DomiciliationFilesRepository' => '?',
  33288.             'App\\Repository\\DomiciliationResaleRepository' => '?',
  33289.             'App\\Repository\\DomiciliationResidenceRepository' => '?',
  33290.             'App\\Repository\\EasyPermitForm2Repository' => '?',
  33291.             'App\\Repository\\EditRegistersRepository' => '?',
  33292.             'App\\Repository\\EducationCsvRepository' => '?',
  33293.             'App\\Repository\\EducationRepository' => '?',
  33294.             'App\\Repository\\EidaRepository' => '?',
  33295.             'App\\Repository\\ElectrisRepository' => '?',
  33296.             'App\\Repository\\EnergyBelgiqueRepository' => '?',
  33297.             'App\\Repository\\EnergyProviderFormRepository' => '?',
  33298.             'App\\Repository\\EnergySupplierRepository' => '?',
  33299.             'App\\Repository\\EngieCsvRepository' => '?',
  33300.             'App\\Repository\\EngieRepository' => '?',
  33301.             'App\\Repository\\EngieResultSimulationRepository' => '?',
  33302.             'App\\Repository\\EngineeringOfficesRepository' => '?',
  33303.             'App\\Repository\\EnvironmentDatasRepository' => '?',
  33304.             'App\\Repository\\EnvironmentRequestRepository' => '?',
  33305.             'App\\Repository\\EnvironmentalFormWastRepository' => '?',
  33306.             'App\\Repository\\EtatCivilRepository' => '?',
  33307.             'App\\Repository\\EucationsRepository' => '?',
  33308.             'App\\Repository\\EvacuationsRepository' => '?',
  33309.             'App\\Repository\\ExcelFileRepository' => '?',
  33310.             'App\\Repository\\ExpertsRepository' => '?',
  33311.             'App\\Repository\\ExternalDocumentExchangeRepository' => '?',
  33312.             'App\\Repository\\ExternalProviderAdvertisingRepository' => '?',
  33313.             'App\\Repository\\ExternalProviderOfferRepository' => '?',
  33314.             'App\\Repository\\ExternalProviderRepository' => '?',
  33315.             'App\\Repository\\FeatureRelationRepository' => '?',
  33316.             'App\\Repository\\FeatureRepository' => '?',
  33317.             'App\\Repository\\FillingsRepository' => '?',
  33318.             'App\\Repository\\GardenProjectActionsLotAccountRepository' => '?',
  33319.             'App\\Repository\\GardenProjectActionsLotRepository' => '?',
  33320.             'App\\Repository\\GardenProjectActionsLotTotalAccountRepository' => '?',
  33321.             'App\\Repository\\GardenProjectActionsRepository' => '?',
  33322.             'App\\Repository\\GardenProjectActionsTotalAccountRepository' => '?',
  33323.             'App\\Repository\\GardenProjectDocumentRepository' => '?',
  33324.             'App\\Repository\\GardenProjectResourcesDocumentRepository' => '?',
  33325.             'App\\Repository\\GardenProjectResourcesRepository' => '?',
  33326.             'App\\Repository\\GardenProjectSetBalanceRepository' => '?',
  33327.             'App\\Repository\\GardenProjectSetInvoicesRepository' => '?',
  33328.             'App\\Repository\\GardenProjectSetTotalAccountingRepository' => '?',
  33329.             'App\\Repository\\GardenProjectSetsRepository' => '?',
  33330.             'App\\Repository\\GeoPortailDetailRepository' => '?',
  33331.             'App\\Repository\\GeoPortailParcelRepository' => '?',
  33332.             'App\\Repository\\GeoportailImageRepository' => '?',
  33333.             'App\\Repository\\HandicapOuInvalidRepository' => '?',
  33334.             'App\\Repository\\HeatNeededRepository' => '?',
  33335.             'App\\Repository\\IdentityDocumentRepository' => '?',
  33336.             'App\\Repository\\ImagePubRepository' => '?',
  33337.             'App\\Repository\\IndicatorRepository' => '?',
  33338.             'App\\Repository\\InspectorRepository' => '?',
  33339.             'App\\Repository\\InstallationCategoryRepository' => '?',
  33340.             'App\\Repository\\InventoryImageRepository' => '?',
  33341.             'App\\Repository\\InventoryRepository' => '?',
  33342.             'App\\Repository\\InvoiceRegistrationRepository' => '?',
  33343.             'App\\Repository\\InvoiceWaterFilesRepository' => '?',
  33344.             'App\\Repository\\InvoiceWaterRepository' => '?',
  33345.             'App\\Repository\\KycDocumentRepository' => '?',
  33346.             'App\\Repository\\LandPropertyDestinationRepository' => '?',
  33347.             'App\\Repository\\LastMinutesRepository' => '?',
  33348.             'App\\Repository\\LastvisitRepository' => '?',
  33349.             'App\\Repository\\LeaseAgreementRepository' => '?',
  33350.             'App\\Repository\\LeaseContractAnnexRepository' => '?',
  33351.             'App\\Repository\\LeaseContractModelRepository' => '?',
  33352.             'App\\Repository\\LeaseContractRepository' => '?',
  33353.             'App\\Repository\\LevelsRepository' => '?',
  33354.             'App\\Repository\\LocationTypeRepository' => '?',
  33355.             'App\\Repository\\MagasinRepository' => '?',
  33356.             'App\\Repository\\MarkofInterestRepository' => '?',
  33357.             'App\\Repository\\MessageFileRepository' => '?',
  33358.             'App\\Repository\\MessageReactionRepository' => '?',
  33359.             'App\\Repository\\MessageRepository' => '?',
  33360.             'App\\Repository\\MessageViewRepository' => '?',
  33361.             'App\\Repository\\ModelRepository' => '?',
  33362.             'App\\Repository\\MovingDateRepository' => '?',
  33363.             'App\\Repository\\MunicipalTaxDetailRepository' => '?',
  33364.             'App\\Repository\\MunicipalTaxDetailValueRepository' => '?',
  33365.             'App\\Repository\\MunicipalTaxRepository' => '?',
  33366.             'App\\Repository\\MunicipalityRepository' => '?',
  33367.             'App\\Repository\\NeighborhoodEditRepository' => '?',
  33368.             'App\\Repository\\NeighborhoodImageRepository' => '?',
  33369.             'App\\Repository\\NeighborhoodOfficerRepository' => '?',
  33370.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectAlertRepository' => '?',
  33371.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectMunicipalityRepository' => '?',
  33372.             'App\\Repository\\NeighborhoodProject\\NeighborhoodProjectRepository' => '?',
  33373.             'App\\Repository\\NewEngieRepository' => '?',
  33374.             'App\\Repository\\NewProjectImmoCsvRepository' => '?',
  33375.             'App\\Repository\\NewProjectImmoFileRepository' => '?',
  33376.             'App\\Repository\\NewProjectImmoRepository' => '?',
  33377.             'App\\Repository\\NextControlsRepository' => '?',
  33378.             'App\\Repository\\NextPebControlsRepository' => '?',
  33379.             'App\\Repository\\NotaryCsvRepository' => '?',
  33380.             'App\\Repository\\NotaryRepository' => '?',
  33381.             'App\\Repository\\NotificationRepository' => '?',
  33382.             'App\\Repository\\ObligationCsvRepository' => '?',
  33383.             'App\\Repository\\ObligationsRepository' => '?',
  33384.             'App\\Repository\\OccupancyAgreementRepository' => '?',
  33385.             'App\\Repository\\OccupationPeriodDataRepository' => '?',
  33386.             'App\\Repository\\OccupationPeriodFileRepository' => '?',
  33387.             'App\\Repository\\OccupationPeriodListRepository' => '?',
  33388.             'App\\Repository\\OccupationPeriodRepository' => '?',
  33389.             'App\\Repository\\OccupieCsvRepository' => '?',
  33390.             'App\\Repository\\OccupieEstimationRepository' => '?',
  33391.             'App\\Repository\\OccupieOfferRepository' => '?',
  33392.             'App\\Repository\\OfferCollaborativeBuyerConditionRepository' => '?',
  33393.             'App\\Repository\\OfferCollaborativeBuyerRepository' => '?',
  33394.             'App\\Repository\\OfferCollaborativeRepository' => '?',
  33395.             'App\\Repository\\OfferDocumentSpeakerRepository' => '?',
  33396.             'App\\Repository\\OfferLeaseRepository' => '?',
  33397.             'App\\Repository\\OfferRepository' => '?',
  33398.             'App\\Repository\\OfficesRepository' => '?',
  33399.             'App\\Repository\\OnespanDataRepository' => '?',
  33400.             'App\\Repository\\OptionRepository' => '?',
  33401.             'App\\Repository\\OrdersRepository' => '?',
  33402.             'App\\Repository\\OrganicPlotFilesRepository' => '?',
  33403.             'App\\Repository\\OrganicPlotRequestsRepository' => '?',
  33404.             'App\\Repository\\OwnershipGeneralMeetingRepository' => '?',
  33405.             'App\\Repository\\ParameterRepository' => '?',
  33406.             'App\\Repository\\ParticipantRepository' => '?',
  33407.             'App\\Repository\\PdfMailLocationRepository' => '?',
  33408.             'App\\Repository\\PebControlsRepository' => '?',
  33409.             'App\\Repository\\PebInformationRepository' => '?',
  33410.             'App\\Repository\\PerimeterPostRepository' => '?',
  33411.             'App\\Repository\\PermitCiterneRepository' => '?',
  33412.             'App\\Repository\\PermitEnvironmentFileRepository' => '?',
  33413.             'App\\Repository\\PermitEnvironmentalFormRepository' => '?',
  33414.             'App\\Repository\\PermitLocationEnvironmentRepository' => '?',
  33415.             'App\\Repository\\PermitPropertyProcedureRepository' => '?',
  33416.             'App\\Repository\\PermitPropertyRepository' => '?',
  33417.             'App\\Repository\\PhotoRepository' => '?',
  33418.             'App\\Repository\\Plan\\FeatureUsageRepository' => '?',
  33419.             'App\\Repository\\Plan\\InvoiceRepository' => '?',
  33420.             'App\\Repository\\Plan\\PlanFeatureRepository' => '?',
  33421.             'App\\Repository\\Plan\\PlanRepository' => '?',
  33422.             'App\\Repository\\Plan\\PlanSubscriptionRepository' => '?',
  33423.             'App\\Repository\\PortfolioRepository' => '?',
  33424.             'App\\Repository\\PpasAffectationCsvRepository' => '?',
  33425.             'App\\Repository\\PpasAffectationRepository' => '?',
  33426.             'App\\Repository\\PpasCsvRepository' => '?',
  33427.             'App\\Repository\\PpasInfoRepository' => '?',
  33428.             'App\\Repository\\PpasRepository' => '?',
  33429.             'App\\Repository\\PrasDataRepository' => '?',
  33430.             'App\\Repository\\PrecountRepository' => '?',
  33431.             'App\\Repository\\PrestashopMappingRepository' => '?',
  33432.             'App\\Repository\\PretRepository' => '?',
  33433.             'App\\Repository\\PrimeAlertRepository' => '?',
  33434.             'App\\Repository\\PrimeAmountRepository' => '?',
  33435.             'App\\Repository\\PrimeCsvRepository' => '?',
  33436.             'App\\Repository\\PrimeFieldValueRepository' => '?',
  33437.             'App\\Repository\\PrimeFormRepository' => '?',
  33438.             'App\\Repository\\PrimePlafondRepository' => '?',
  33439.             'App\\Repository\\PrimeProcedureFieldRepository' => '?',
  33440.             'App\\Repository\\PrimeProcedureRepository' => '?',
  33441.             'App\\Repository\\PrimeProcessRepository' => '?',
  33442.             'App\\Repository\\PrimeRepository' => '?',
  33443.             'App\\Repository\\PrimeSourceRepository' => '?',
  33444.             'App\\Repository\\PrimeTankWorkRepository' => '?',
  33445.             'App\\Repository\\PropertyDailyNeedRepository' => '?',
  33446.             'App\\Repository\\PropertyImageRepository' => '?',
  33447.             'App\\Repository\\PropertyOptionRepository' => '?',
  33448.             'App\\Repository\\PropertyTypeRepository' => '?',
  33449.             'App\\Repository\\ProviderFluviusRepository' => '?',
  33450.             'App\\Repository\\ProviderInventerListCsvRepository' => '?',
  33451.             'App\\Repository\\ProviderInverterListRepository' => '?',
  33452.             'App\\Repository\\ProviderOresRepository' => '?',
  33453.             'App\\Repository\\ProviderSibelgaRepository' => '?',
  33454.             'App\\Repository\\ProviderSibelgaTaskRepository' => '?',
  33455.             'App\\Repository\\ProviderSibelgaWorkRepository' => '?',
  33456.             'App\\Repository\\ProviderSocietyCsvRepository' => '?',
  33457.             'App\\Repository\\ProviderSocietyRepository' => '?',
  33458.             'App\\Repository\\ProviderSolarBrugelRepository' => '?',
  33459.             'App\\Repository\\ProviderSolarDeclarationCadastreRepository' => '?',
  33460.             'App\\Repository\\ProviderSolarFitterFilesRepository' => '?',
  33461.             'App\\Repository\\ProviderSolarFitterRepository' => '?',
  33462.             'App\\Repository\\ProviderSolarGreenCertificateFilesRepository' => '?',
  33463.             'App\\Repository\\ProviderSolarGreenCertificateRepository' => '?',
  33464.             'App\\Repository\\ProviderSolarOrganizationRepository' => '?',
  33465.             'App\\Repository\\ProviderSolarPhotovoltaicRepository' => '?',
  33466.             'App\\Repository\\ProviderSolarRepository' => '?',
  33467.             'App\\Repository\\ProviderTankInstallationRepository' => '?',
  33468.             'App\\Repository\\ProviderWaterInterventionRepository' => '?',
  33469.             'App\\Repository\\ProviderWaterRepository' => '?',
  33470.             'App\\Repository\\ProviderWatterDeleteRepository' => '?',
  33471.             'App\\Repository\\ProviderWorkRepository' => '?',
  33472.             'App\\Repository\\ProvincesRepository' => '?',
  33473.             'App\\Repository\\PublicInquiryAnversRepository' => '?',
  33474.             'App\\Repository\\PublicInquiryBruxellesRepository' => '?',
  33475.             'App\\Repository\\PublicInquiryInProgressCsvRepository' => '?',
  33476.             'App\\Repository\\PublicityRepository' => '?',
  33477.             'App\\Repository\\PublicityUserRepository' => '?',
  33478.             'App\\Repository\\PurchasePartnerRequestObjectifRepository' => '?',
  33479.             'App\\Repository\\PurchasePartnerRequestRepository' => '?',
  33480.             'App\\Repository\\PurchaseRepository' => '?',
  33481.             'App\\Repository\\RapportsRepository' => '?',
  33482.             'App\\Repository\\ReferenceRentRepository' => '?',
  33483.             'App\\Repository\\RegionRepository' => '?',
  33484.             'App\\Repository\\RegisterFilesRepository' => '?',
  33485.             'App\\Repository\\RegistersRepository' => '?',
  33486.             'App\\Repository\\RelookingSaveRepository' => '?',
  33487.             'App\\Repository\\RenewalEnergyRepository' => '?',
  33488.             'App\\Repository\\RentalGuaranteeFileRepository' => '?',
  33489.             'App\\Repository\\RentalManagementLeaveRepository' => '?',
  33490.             'App\\Repository\\RentalManagementPaymentHistoryRepository' => '?',
  33491.             'App\\Repository\\RentalManagementPaymentRepository' => '?',
  33492.             'App\\Repository\\RentalManagementRentHistoryRepository' => '?',
  33493.             'App\\Repository\\RentalManagementRepository' => '?',
  33494.             'App\\Repository\\RentalScheduleRepository' => '?',
  33495.             'App\\Repository\\RentestimationRepository' => '?',
  33496.             'App\\Repository\\RequestRepaymentFileRepository' => '?',
  33497.             'App\\Repository\\RequestSellerToNotaryRepository' => '?',
  33498.             'App\\Repository\\ResponsesRepository' => '?',
  33499.             'App\\Repository\\ResultEngieRepository' => '?',
  33500.             'App\\Repository\\ResultPretContentRepository' => '?',
  33501.             'App\\Repository\\ResultPretRepository' => '?',
  33502.             'App\\Repository\\RoofRepository' => '?',
  33503.             'App\\Repository\\RulesCsvRepository' => '?',
  33504.             'App\\Repository\\SalesAgreementFileRepository' => '?',
  33505.             'App\\Repository\\SaveRepository' => '?',
  33506.             'App\\Repository\\SchoolsRepository' => '?',
  33507.             'App\\Repository\\SearchIndexRepository' => '?',
  33508.             'App\\Repository\\ServiceCategoryRepository' => '?',
  33509.             'App\\Repository\\ServiceOfferRepository' => '?',
  33510.             'App\\Repository\\ServicePromoRepository' => '?',
  33511.             'App\\Repository\\SimulationRepository' => '?',
  33512.             'App\\Repository\\SituationResidentielRepository' => '?',
  33513.             'App\\Repository\\SizeRepository' => '?',
  33514.             'App\\Repository\\SocietyApprovalRepository' => '?',
  33515.             'App\\Repository\\SocietyGeographicAreaRepository' => '?',
  33516.             'App\\Repository\\SocietyGroupRepository' => '?',
  33517.             'App\\Repository\\SocietyRepository' => '?',
  33518.             'App\\Repository\\SocietyUseRepository' => '?',
  33519.             'App\\Repository\\SolicitationRepository' => '?',
  33520.             'App\\Repository\\StandardFormRepository' => '?',
  33521.             'App\\Repository\\StarRatingsRepository' => '?',
  33522.             'App\\Repository\\StreetAveragePriceRepository' => '?',
  33523.             'App\\Repository\\SubjectRepository' => '?',
  33524.             'App\\Repository\\SubmodelRepository' => '?',
  33525.             'App\\Repository\\SubscriptionProductRepository' => '?',
  33526.             'App\\Repository\\SubscriptionProductServiceRepository' => '?',
  33527.             'App\\Repository\\SubscriptionRepository' => '?',
  33528.             'App\\Repository\\SubsectionRepository' => '?',
  33529.             'App\\Repository\\SudStroumRepository' => '?',
  33530.             'App\\Repository\\SuperficieRepository' => '?',
  33531.             'App\\Repository\\SupplierRepository' => '?',
  33532.             'App\\Repository\\SurveillanceCameraRepository' => '?',
  33533.             'App\\Repository\\SurveillanceCameraTypeRepository' => '?',
  33534.             'App\\Repository\\SyndicAccountingRepository' => '?',
  33535.             'App\\Repository\\SyndicApartmentCsvRepository' => '?',
  33536.             'App\\Repository\\SyndicApartmentRepository' => '?',
  33537.             'App\\Repository\\SyndicChatFileRepository' => '?',
  33538.             'App\\Repository\\SyndicChatReactionRepository' => '?',
  33539.             'App\\Repository\\SyndicChatReplyMessageRepository' => '?',
  33540.             'App\\Repository\\SyndicChatRepository' => '?',
  33541.             'App\\Repository\\SyndicDocumentCommentRepository' => '?',
  33542.             'App\\Repository\\SyndicDocumentRepository' => '?',
  33543.             'App\\Repository\\SyndicDocumentShareRepository' => '?',
  33544.             'App\\Repository\\SyndicGroupRepository' => '?',
  33545.             'App\\Repository\\SyndicRepository' => '?',
  33546.             'App\\Repository\\T3dDemandsRepository' => '?',
  33547.             'App\\Repository\\TextureTreeDRepository' => '?',
  33548.             'App\\Repository\\ThePorpertyLevelRepository' => '?',
  33549.             'App\\Repository\\ThePropertyAlertRepository' => '?',
  33550.             'App\\Repository\\ThePropertyAppointmentSlotsRepository' => '?',
  33551.             'App\\Repository\\ThePropertyBoilerRepository' => '?',
  33552.             'App\\Repository\\ThePropertyConstructionWorkRulesRepository' => '?',
  33553.             'App\\Repository\\ThePropertyDocumentsRepository' => '?',
  33554.             'App\\Repository\\ThePropertyExteriorCommentRepository' => '?',
  33555.             'App\\Repository\\ThePropertyMaifInsuranceSummaryRepository' => '?',
  33556.             'App\\Repository\\ThePropertyProviderWaterRepository' => '?',
  33557.             'App\\Repository\\ThePropertySessionRepository' => '?',
  33558.             'App\\Repository\\ThePropertyTankRepository' => '?',
  33559.             'App\\Repository\\ThePropertyTankWorkDocRepository' => '?',
  33560.             'App\\Repository\\ThePropertyTankWorkImagesRepository' => '?',
  33561.             'App\\Repository\\ThePropertyUseRepository' => '?',
  33562.             'App\\Repository\\ThePropertyVisitRepository' => '?',
  33563.             'App\\Repository\\ThePropertyWorkDocCategoryRepository' => '?',
  33564.             'App\\Repository\\ThePropertyWorkDocumentsRepository' => '?',
  33565.             'App\\Repository\\ThePropertyWorkImageRepository' => '?',
  33566.             'App\\Repository\\ThePropertyWorkRepository' => '?',
  33567.             'App\\Repository\\TheProperty\\ExtensionOrder\\ThePropertyExtensionOrderRepository' => '?',
  33568.             'App\\Repository\\ThepropertOfferBillRepository' => '?',
  33569.             'App\\Repository\\ThepropertyBalanceRepository' => '?',
  33570.             'App\\Repository\\ThepropertyConsumptionRepository' => '?',
  33571.             'App\\Repository\\ThepropertyCounterRepository' => '?',
  33572.             'App\\Repository\\ThepropertyCounterStatementRepository' => '?',
  33573.             'App\\Repository\\ThepropertyDocumentCategoryRepository' => '?',
  33574.             'App\\Repository\\ThepropertyDocumentRepository' => '?',
  33575.             'App\\Repository\\ThepropertyFeatureRepository' => '?',
  33576.             'App\\Repository\\ThepropertyLotRepository' => '?',
  33577.             'App\\Repository\\ThepropertyOfferChatRepository' => '?',
  33578.             'App\\Repository\\ThepropertyOfferImageRepository' => '?',
  33579.             'App\\Repository\\ThepropertyOfferInterestedRepository' => '?',
  33580.             'App\\Repository\\ThepropertyOfferRepository' => '?',
  33581.             'App\\Repository\\ThepropertyProviderBillRepository' => '?',
  33582.             'App\\Repository\\ThepropertyProviderCsvRepository' => '?',
  33583.             'App\\Repository\\ThepropertyProviderDocumentProofRepository' => '?',
  33584.             'App\\Repository\\ThepropertyProviderRepository' => '?',
  33585.             'App\\Repository\\ThepropertyRepository' => '?',
  33586.             'App\\Repository\\TheserviceRepository' => '?',
  33587.             'App\\Repository\\TimelineEventRepository' => '?',
  33588.             'App\\Repository\\TotalRevenuRepository' => '?',
  33589.             'App\\Repository\\TransactionTypeRepository' => '?',
  33590.             'App\\Repository\\TypeHabitationRepository' => '?',
  33591.             'App\\Repository\\TypeOfAlarmSystemRepository' => '?',
  33592.             'App\\Repository\\TypePretRepository' => '?',
  33593.             'App\\Repository\\TypeofworkRepository' => '?',
  33594.             'App\\Repository\\UboDocumentRepository' => '?',
  33595.             'App\\Repository\\UrbanInformationRepository' => '?',
  33596.             'App\\Repository\\UrbanPermitRepository' => '?',
  33597.             'App\\Repository\\UrbanismPdfRepository' => '?',
  33598.             'App\\Repository\\UserPurchasePartnerRequestRepository' => '?',
  33599.             'App\\Repository\\UserRating\\UserRatingRepository' => '?',
  33600.             'App\\Repository\\UserRepository' => '?',
  33601.             'App\\Repository\\UserServicePromoRepository' => '?',
  33602.             'App\\Repository\\VenteRepository' => '?',
  33603.             'App\\Repository\\VentilationLosesRepository' => '?',
  33604.             'App\\Repository\\VentilationSystemRepository' => '?',
  33605.             'App\\Repository\\ViewRepository' => '?',
  33606.             'App\\Repository\\VisitpropertyRepository' => '?',
  33607.             'App\\Repository\\VivaquaRepository' => '?',
  33608.             'App\\Repository\\VoirieFilesRepository' => '?',
  33609.             'App\\Repository\\WarmWaterPerformanceRepository' => '?',
  33610.             'App\\Repository\\WaterSupplierControllerExcelRepository' => '?',
  33611.             'App\\Repository\\WaterSupplierControllerRepository' => '?',
  33612.             'App\\Repository\\WebshopOrderRepository' => '?',
  33613.             'App\\Repository\\WebshopPaymentInfoRepository' => '?',
  33614.             'App\\Repository\\WebshopPaymentRepository' => '?',
  33615.             'App\\Repository\\WorkArtRepository' => '?',
  33616.             'App\\Repository\\WorkCsvRepository' => '?',
  33617.             'App\\Repository\\WorkLinksRepository' => '?',
  33618.             'App\\Repository\\WorkcostRepository' => '?',
  33619.             'App\\Repository\\YousignSavedDataRepository' => '?',
  33620.             'App\\Repository\\ZoneRepository' => '?',
  33621.         ]));
  33622.     }
  33623.     /**
  33624.      * Gets the private 'doctrine.orm.default_annotation_metadata_driver' shared service.
  33625.      *
  33626.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  33627.      */
  33628.     protected function getDoctrine_Orm_DefaultAnnotationMetadataDriverService()
  33629.     {
  33630.         return $this->privates['doctrine.orm.default_annotation_metadata_driver'] = new \Doctrine\ORM\Mapping\Driver\AnnotationDriver(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()), [=> (\dirname(__DIR__4).'/src/Entity'), => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity')]);
  33631.     }
  33632.     /**
  33633.      * Gets the private 'doctrine.orm.default_entity_manager.property_info_extractor' shared service.
  33634.      *
  33635.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  33636.      */
  33637.     protected function getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService()
  33638.     {
  33639.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  33640.         $a = ($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService());
  33641.         if (isset($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'])) {
  33642.             return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'];
  33643.         }
  33644.         return $this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  33645.     }
  33646.     /**
  33647.      * Gets the private 'doctrine.orm.default_listeners.attach_entity_listeners' shared service.
  33648.      *
  33649.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  33650.      */
  33651.     protected function getDoctrine_Orm_DefaultListeners_AttachEntityListenersService()
  33652.     {
  33653.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  33654.         $this->privates['doctrine.orm.default_listeners.attach_entity_listeners'] = $instance = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  33655.         $instance->addEntityListener('App\\Entity\\UserServicePromo''App\\EventListener\\UserServicePromoListener''postPersist');
  33656.         $instance->addEntityListener('App\\Entity\\Precount''App\\EventListener\\PrecountListener''prePersist');
  33657.         $instance->addEntityListener('App\\Entity\\Precount''App\\EventListener\\PrecountListener''preUpdate');
  33658.         $instance->addEntityListener('App\\Entity\\TheProperty''App\\EventListener\\ThePropertyListener''postPersist');
  33659.         $instance->addEntityListener('App\\Entity\\ProviderTankInstallation''App\\EventListener\\ProviderTankInstallationListener''postPersist');
  33660.         $instance->addEntityListener('App\\Entity\\NeighborhoodProject\\NeighborhoodProject''App\\EventListener\\NeighborhoodProject\\NeighborhoodProjectListener''postPersist');
  33661.         $instance->addEntityListener('App\\Entity\\CarpoolAnnouncement''App\\EventListener\\CarpoolAnnouncementListener''prePersist');
  33662.         $instance->addEntityListener('App\\Entity\\ProviderSolarBrugel''App\\EventListener\\ProviderSolarBrugelListener''prePersist');
  33663.         return $instance;
  33664.     }
  33665.     /**
  33666.      * Gets the private 'doctrine.orm.default_xml_metadata_driver' shared service.
  33667.      *
  33668.      * @return \Doctrine\ORM\Mapping\Driver\SimplifiedXmlDriver
  33669.      */
  33670.     protected function getDoctrine_Orm_DefaultXmlMetadataDriverService()
  33671.     {
  33672.         $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']);
  33673.         $instance->setGlobalBasename('mapping');
  33674.         return $instance;
  33675.     }
  33676.     /**
  33677.      * Gets the private 'doctrine.orm.import_annotation_metadata_driver' shared service.
  33678.      *
  33679.      * @return \Doctrine\ORM\Mapping\Driver\AnnotationDriver
  33680.      */
  33681.     protected function getDoctrine_Orm_ImportAnnotationMetadataDriverService()
  33682.     {
  33683.         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')]);
  33684.     }
  33685.     /**
  33686.      * Gets the private 'doctrine.orm.import_entity_manager.property_info_extractor' shared service.
  33687.      *
  33688.      * @return \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor
  33689.      */
  33690.     protected function getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService()
  33691.     {
  33692.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/PropertyInfo/DoctrineExtractor.php';
  33693.         $a = ($this->services['doctrine.orm.import_entity_manager'] ?? $this->getDoctrine_Orm_ImportEntityManagerService());
  33694.         if (isset($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'])) {
  33695.             return $this->privates['doctrine.orm.import_entity_manager.property_info_extractor'];
  33696.         }
  33697.         return $this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] = new \Symfony\Bridge\Doctrine\PropertyInfo\DoctrineExtractor($a);
  33698.     }
  33699.     /**
  33700.      * Gets the private 'doctrine.orm.import_listeners.attach_entity_listeners' shared service.
  33701.      *
  33702.      * @return \Doctrine\ORM\Tools\AttachEntityListenersListener
  33703.      */
  33704.     protected function getDoctrine_Orm_ImportListeners_AttachEntityListenersService()
  33705.     {
  33706.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/AttachEntityListenersListener.php';
  33707.         return $this->privates['doctrine.orm.import_listeners.attach_entity_listeners'] = new \Doctrine\ORM\Tools\AttachEntityListenersListener();
  33708.     }
  33709.     /**
  33710.      * Gets the private 'doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber' shared service.
  33711.      *
  33712.      * @return \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber
  33713.      */
  33714.     protected function getDoctrine_Orm_Listeners_DoctrineDbalCacheAdapterSchemaSubscriberService()
  33715.     {
  33716.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33717.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/DoctrineDbalCacheAdapterSchemaSubscriber.php';
  33718.         return $this->privates['doctrine.orm.listeners.doctrine_dbal_cache_adapter_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\DoctrineDbalCacheAdapterSchemaSubscriber([]);
  33719.     }
  33720.     /**
  33721.      * Gets the private 'doctrine.orm.listeners.doctrine_token_provider_schema_subscriber' shared service.
  33722.      *
  33723.      * @return \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber
  33724.      */
  33725.     protected function getDoctrine_Orm_Listeners_DoctrineTokenProviderSchemaSubscriberService()
  33726.     {
  33727.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33728.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/RememberMeTokenProviderDoctrineSchemaSubscriber.php';
  33729.         return $this->privates['doctrine.orm.listeners.doctrine_token_provider_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\RememberMeTokenProviderDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  33730.             return new \EmptyIterator();
  33731.         }, 0));
  33732.     }
  33733.     /**
  33734.      * Gets the private 'doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber' shared service.
  33735.      *
  33736.      * @return \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber
  33737.      */
  33738.     protected function getDoctrine_Orm_Listeners_PdoCacheAdapterDoctrineSchemaSubscriberService()
  33739.     {
  33740.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33741.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/PdoCacheAdapterDoctrineSchemaSubscriber.php';
  33742.         return $this->privates['doctrine.orm.listeners.pdo_cache_adapter_doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\PdoCacheAdapterDoctrineSchemaSubscriber([]);
  33743.     }
  33744.     /**
  33745.      * Gets the private 'doctrine.orm.messenger.doctrine_schema_subscriber' shared service.
  33746.      *
  33747.      * @return \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber
  33748.      */
  33749.     protected function getDoctrine_Orm_Messenger_DoctrineSchemaSubscriberService()
  33750.     {
  33751.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  33752.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/SchemaListener/MessengerTransportDoctrineSchemaSubscriber.php';
  33753.         return $this->privates['doctrine.orm.messenger.doctrine_schema_subscriber'] = new \Symfony\Bridge\Doctrine\SchemaListener\MessengerTransportDoctrineSchemaSubscriber(new RewindableGenerator(function () {
  33754.             yield => ($this->privates['messenger.transport.async'] ?? $this->getMessenger_Transport_AsyncService());
  33755.             yield => ($this->privates['messenger.transport.failed'] ?? $this->getMessenger_Transport_FailedService());
  33756.         }, 2));
  33757.     }
  33758.     /**
  33759.      * Gets the private 'doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager' shared service.
  33760.      *
  33761.      * @return \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber
  33762.      */
  33763.     protected function getDoctrine_Orm_Messenger_EventSubscriber_DoctrineClearEntityManagerService()
  33764.     {
  33765.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php';
  33766.         return $this->privates['doctrine.orm.messenger.event_subscriber.doctrine_clear_entity_manager'] = new \Symfony\Bridge\Doctrine\Messenger\DoctrineClearEntityManagerWorkerSubscriber(($this->services['doctrine'] ?? $this->getDoctrineService()));
  33767.     }
  33768.     /**
  33769.      * Gets the private 'doctrine.orm.proxy_cache_warmer' shared service.
  33770.      *
  33771.      * @return \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer
  33772.      */
  33773.     protected function getDoctrine_Orm_ProxyCacheWarmerService()
  33774.     {
  33775.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  33776.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/CacheWarmer/ProxyCacheWarmer.php';
  33777.         return $this->privates['doctrine.orm.proxy_cache_warmer'] = new \Symfony\Bridge\Doctrine\CacheWarmer\ProxyCacheWarmer(($this->services['doctrine'] ?? $this->getDoctrineService()));
  33778.     }
  33779.     /**
  33780.      * Gets the private 'doctrine.orm.validator.unique' shared service.
  33781.      *
  33782.      * @return \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator
  33783.      */
  33784.     protected function getDoctrine_Orm_Validator_UniqueService()
  33785.     {
  33786.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  33787.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  33788.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Validator/Constraints/UniqueEntityValidator.php';
  33789.         return $this->privates['doctrine.orm.validator.unique'] = new \Symfony\Bridge\Doctrine\Validator\Constraints\UniqueEntityValidator(($this->services['doctrine'] ?? $this->getDoctrineService()));
  33790.     }
  33791.     /**
  33792.      * Gets the private 'doctrine.query_dql_command' shared service.
  33793.      *
  33794.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunDqlDoctrineCommand
  33795.      */
  33796.     protected function getDoctrine_QueryDqlCommandService()
  33797.     {
  33798.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33799.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33800.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33801.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/RunDqlCommand.php';
  33802.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33803.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunDqlDoctrineCommand.php';
  33804.         $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()));
  33805.         $instance->setName('doctrine:query:dql');
  33806.         return $instance;
  33807.     }
  33808.     /**
  33809.      * Gets the private 'doctrine.query_sql_command' shared service.
  33810.      *
  33811.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand
  33812.      */
  33813.     protected function getDoctrine_QuerySqlCommandService()
  33814.     {
  33815.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33816.         include_once \dirname(__DIR__4).'/vendor/doctrine/dbal/lib/Doctrine/DBAL/Tools/Console/Command/RunSqlCommand.php';
  33817.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/RunSqlDoctrineCommand.php';
  33818.         $this->privates['doctrine.query_sql_command'] = $instance = new \Doctrine\Bundle\DoctrineBundle\Command\Proxy\RunSqlDoctrineCommand(($this->privates['Doctrine\\Bundle\\DoctrineBundle\\Dbal\\ManagerRegistryAwareConnectionProvider'] ?? $this->getManagerRegistryAwareConnectionProviderService()));
  33819.         $instance->setName('doctrine:query:sql');
  33820.         return $instance;
  33821.     }
  33822.     /**
  33823.      * Gets the private 'doctrine.result_cache_pool' shared service.
  33824.      *
  33825.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  33826.      */
  33827.     protected function getDoctrine_ResultCachePoolService()
  33828.     {
  33829.         $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))));
  33830.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  33831.         return $this->privates['doctrine.result_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  33832.     }
  33833.     /**
  33834.      * Gets the private 'doctrine.schema_create_command' shared service.
  33835.      *
  33836.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\CreateSchemaDoctrineCommand
  33837.      */
  33838.     protected function getDoctrine_SchemaCreateCommandService()
  33839.     {
  33840.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33841.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33842.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33843.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  33844.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/CreateCommand.php';
  33845.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33846.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/CreateSchemaDoctrineCommand.php';
  33847.         $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()));
  33848.         $instance->setName('doctrine:schema:create');
  33849.         return $instance;
  33850.     }
  33851.     /**
  33852.      * Gets the private 'doctrine.schema_drop_command' shared service.
  33853.      *
  33854.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\DropSchemaDoctrineCommand
  33855.      */
  33856.     protected function getDoctrine_SchemaDropCommandService()
  33857.     {
  33858.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33859.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33860.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33861.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  33862.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/DropCommand.php';
  33863.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33864.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/DropSchemaDoctrineCommand.php';
  33865.         $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()));
  33866.         $instance->setName('doctrine:schema:drop');
  33867.         return $instance;
  33868.     }
  33869.     /**
  33870.      * Gets the private 'doctrine.schema_update_command' shared service.
  33871.      *
  33872.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand
  33873.      */
  33874.     protected function getDoctrine_SchemaUpdateCommandService()
  33875.     {
  33876.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33877.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33878.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33879.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/AbstractCommand.php';
  33880.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/SchemaTool/UpdateCommand.php';
  33881.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33882.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php';
  33883.         $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()));
  33884.         $instance->setName('doctrine:schema:update');
  33885.         return $instance;
  33886.     }
  33887.     /**
  33888.      * Gets the private 'doctrine.schema_validate_command' shared service.
  33889.      *
  33890.      * @return \Doctrine\Bundle\DoctrineBundle\Command\Proxy\ValidateSchemaCommand
  33891.      */
  33892.     protected function getDoctrine_SchemaValidateCommandService()
  33893.     {
  33894.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33895.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/AbstractEntityManagerCommand.php';
  33896.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/CommandCompatibility.php';
  33897.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Tools/Console/Command/ValidateSchemaCommand.php';
  33898.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/OrmProxyCommand.php';
  33899.         include_once \dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle/Command/Proxy/ValidateSchemaCommand.php';
  33900.         $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()));
  33901.         $instance->setName('doctrine:schema:validate');
  33902.         return $instance;
  33903.     }
  33904.     /**
  33905.      * Gets the private 'doctrine.system_cache_pool' shared service.
  33906.      *
  33907.      * @return \Symfony\Component\Cache\Adapter\TraceableAdapter
  33908.      */
  33909.     protected function getDoctrine_SystemCachePoolService()
  33910.     {
  33911.         $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))));
  33912.         $a->setLogger(($this->privates['monolog.logger.cache'] ?? $this->getMonolog_Logger_CacheService()));
  33913.         return $this->privates['doctrine.system_cache_pool'] = new \Symfony\Component\Cache\Adapter\TraceableAdapter($a);
  33914.     }
  33915.     /**
  33916.      * Gets the private 'doctrine.ulid_generator' shared service.
  33917.      *
  33918.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator
  33919.      */
  33920.     protected function getDoctrine_UlidGeneratorService()
  33921.     {
  33922.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  33923.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UlidGenerator.php';
  33924.         return $this->privates['doctrine.ulid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UlidGenerator(NULL);
  33925.     }
  33926.     /**
  33927.      * Gets the private 'doctrine.uuid_generator' shared service.
  33928.      *
  33929.      * @return \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator
  33930.      */
  33931.     protected function getDoctrine_UuidGeneratorService()
  33932.     {
  33933.         include_once \dirname(__DIR__4).'/vendor/doctrine/orm/src/Id/AbstractIdGenerator.php';
  33934.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/IdGenerator/UuidGenerator.php';
  33935.         return $this->privates['doctrine.uuid_generator'] = new \Symfony\Bridge\Doctrine\IdGenerator\UuidGenerator(NULL);
  33936.     }
  33937.     /**
  33938.      * Gets the private 'doctrine_migrations.current_command' shared service.
  33939.      *
  33940.      * @return \Doctrine\Migrations\Tools\Console\Command\CurrentCommand
  33941.      */
  33942.     protected function getDoctrineMigrations_CurrentCommandService()
  33943.     {
  33944.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33945.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33946.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/CurrentCommand.php';
  33947.         $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');
  33948.         $instance->setName('doctrine:migrations:current');
  33949.         return $instance;
  33950.     }
  33951.     /**
  33952.      * Gets the private 'doctrine_migrations.diff_command' shared service.
  33953.      *
  33954.      * @return \Doctrine\Migrations\Tools\Console\Command\DiffCommand
  33955.      */
  33956.     protected function getDoctrineMigrations_DiffCommandService()
  33957.     {
  33958.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33959.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33960.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DiffCommand.php';
  33961.         $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');
  33962.         $instance->setName('doctrine:migrations:diff');
  33963.         return $instance;
  33964.     }
  33965.     /**
  33966.      * Gets the private 'doctrine_migrations.dump_schema_command' shared service.
  33967.      *
  33968.      * @return \Doctrine\Migrations\Tools\Console\Command\DumpSchemaCommand
  33969.      */
  33970.     protected function getDoctrineMigrations_DumpSchemaCommandService()
  33971.     {
  33972.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33973.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33974.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DumpSchemaCommand.php';
  33975.         $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');
  33976.         $instance->setName('doctrine:migrations:dump-schema');
  33977.         return $instance;
  33978.     }
  33979.     /**
  33980.      * Gets the private 'doctrine_migrations.execute_command' shared service.
  33981.      *
  33982.      * @return \Doctrine\Migrations\Tools\Console\Command\ExecuteCommand
  33983.      */
  33984.     protected function getDoctrineMigrations_ExecuteCommandService()
  33985.     {
  33986.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  33987.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  33988.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ExecuteCommand.php';
  33989.         $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');
  33990.         $instance->setName('doctrine:migrations:execute');
  33991.         return $instance;
  33992.     }
  33993.     /**
  33994.      * Gets the private 'doctrine_migrations.generate_command' shared service.
  33995.      *
  33996.      * @return \Doctrine\Migrations\Tools\Console\Command\GenerateCommand
  33997.      */
  33998.     protected function getDoctrineMigrations_GenerateCommandService()
  33999.     {
  34000.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34001.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34002.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/GenerateCommand.php';
  34003.         $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');
  34004.         $instance->setName('doctrine:migrations:generate');
  34005.         return $instance;
  34006.     }
  34007.     /**
  34008.      * Gets the private 'doctrine_migrations.latest_command' shared service.
  34009.      *
  34010.      * @return \Doctrine\Migrations\Tools\Console\Command\LatestCommand
  34011.      */
  34012.     protected function getDoctrineMigrations_LatestCommandService()
  34013.     {
  34014.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34015.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34016.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/LatestCommand.php';
  34017.         $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');
  34018.         $instance->setName('doctrine:migrations:latest');
  34019.         return $instance;
  34020.     }
  34021.     /**
  34022.      * Gets the private 'doctrine_migrations.migrate_command' shared service.
  34023.      *
  34024.      * @return \Doctrine\Migrations\Tools\Console\Command\MigrateCommand
  34025.      */
  34026.     protected function getDoctrineMigrations_MigrateCommandService()
  34027.     {
  34028.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34029.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34030.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/MigrateCommand.php';
  34031.         $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');
  34032.         $instance->setName('doctrine:migrations:migrate');
  34033.         return $instance;
  34034.     }
  34035.     /**
  34036.      * Gets the private 'doctrine_migrations.rollup_command' shared service.
  34037.      *
  34038.      * @return \Doctrine\Migrations\Tools\Console\Command\RollupCommand
  34039.      */
  34040.     protected function getDoctrineMigrations_RollupCommandService()
  34041.     {
  34042.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34043.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34044.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/RollupCommand.php';
  34045.         $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');
  34046.         $instance->setName('doctrine:migrations:rollup');
  34047.         return $instance;
  34048.     }
  34049.     /**
  34050.      * Gets the private 'doctrine_migrations.status_command' shared service.
  34051.      *
  34052.      * @return \Doctrine\Migrations\Tools\Console\Command\StatusCommand
  34053.      */
  34054.     protected function getDoctrineMigrations_StatusCommandService()
  34055.     {
  34056.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34057.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34058.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/StatusCommand.php';
  34059.         $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');
  34060.         $instance->setName('doctrine:migrations:status');
  34061.         return $instance;
  34062.     }
  34063.     /**
  34064.      * Gets the private 'doctrine_migrations.sync_metadata_command' shared service.
  34065.      *
  34066.      * @return \Doctrine\Migrations\Tools\Console\Command\SyncMetadataCommand
  34067.      */
  34068.     protected function getDoctrineMigrations_SyncMetadataCommandService()
  34069.     {
  34070.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34071.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34072.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/SyncMetadataCommand.php';
  34073.         $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');
  34074.         $instance->setName('doctrine:migrations:sync-metadata-storage');
  34075.         return $instance;
  34076.     }
  34077.     /**
  34078.      * Gets the private 'doctrine_migrations.up_to_date_command' shared service.
  34079.      *
  34080.      * @return \Doctrine\Migrations\Tools\Console\Command\UpToDateCommand
  34081.      */
  34082.     protected function getDoctrineMigrations_UpToDateCommandService()
  34083.     {
  34084.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34085.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34086.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/UpToDateCommand.php';
  34087.         $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');
  34088.         $instance->setName('doctrine:migrations:up-to-date');
  34089.         return $instance;
  34090.     }
  34091.     /**
  34092.      * Gets the private 'doctrine_migrations.version_command' shared service.
  34093.      *
  34094.      * @return \Doctrine\Migrations\Tools\Console\Command\VersionCommand
  34095.      */
  34096.     protected function getDoctrineMigrations_VersionCommandService()
  34097.     {
  34098.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34099.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34100.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/VersionCommand.php';
  34101.         $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');
  34102.         $instance->setName('doctrine:migrations:version');
  34103.         return $instance;
  34104.     }
  34105.     /**
  34106.      * Gets the private 'doctrine_migrations.versions_command' shared service.
  34107.      *
  34108.      * @return \Doctrine\Migrations\Tools\Console\Command\ListCommand
  34109.      */
  34110.     protected function getDoctrineMigrations_VersionsCommandService()
  34111.     {
  34112.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34113.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/DoctrineCommand.php';
  34114.         include_once \dirname(__DIR__4).'/vendor/doctrine/migrations/lib/Doctrine/Migrations/Tools/Console/Command/ListCommand.php';
  34115.         $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');
  34116.         $instance->setName('doctrine:migrations:list');
  34117.         return $instance;
  34118.     }
  34119.     /**
  34120.      * Gets the private 'error_handler.error_renderer.html' shared service.
  34121.      *
  34122.      * @return \Symfony\Component\ErrorHandler\ErrorRenderer\HtmlErrorRenderer
  34123.      */
  34124.     protected function getErrorHandler_ErrorRenderer_HtmlService()
  34125.     {
  34126.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/ErrorRendererInterface.php';
  34127.         include_once \dirname(__DIR__4).'/vendor/symfony/error-handler/ErrorRenderer/HtmlErrorRenderer.php';
  34128.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  34129.         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()));
  34130.     }
  34131.     /**
  34132.      * Gets the private 'exception_listener' shared service.
  34133.      *
  34134.      * @return \Symfony\Component\HttpKernel\EventListener\ErrorListener
  34135.      */
  34136.     protected function getExceptionListenerService()
  34137.     {
  34138.         return $this->privates['exception_listener'] = new \Symfony\Component\HttpKernel\EventListener\ErrorListener('error_controller', ($this->privates['monolog.logger.request'] ?? $this->getMonolog_Logger_RequestService()), true, []);
  34139.     }
  34140.     /**
  34141.      * Gets the private 'fidry_alice_data_fixtures.doctrine.persister_loader' shared service.
  34142.      *
  34143.      * @return \Fidry\AliceDataFixtures\Loader\PersisterLoader
  34144.      */
  34145.     protected function getFidryAliceDataFixtures_Doctrine_PersisterLoaderService($lazyLoad true)
  34146.     {
  34147.         if ($lazyLoad) {
  34148.             return $this->privates['fidry_alice_data_fixtures.doctrine.persister_loader'] = $this->createProxy('PersisterLoader_c8a8e24', function () {
  34149.                 return \PersisterLoader_c8a8e24::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34150.                     $wrappedInstance $this->getFidryAliceDataFixtures_Doctrine_PersisterLoaderService(false);
  34151.                     $proxy->setProxyInitializer(null);
  34152.                     return true;
  34153.                 });
  34154.             });
  34155.         }
  34156.         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()), []);
  34157.     }
  34158.     /**
  34159.      * Gets the private 'fidry_alice_data_fixtures.loader.simple' shared service.
  34160.      *
  34161.      * @return \Fidry\AliceDataFixtures\Loader\SimpleLoader
  34162.      */
  34163.     protected function getFidryAliceDataFixtures_Loader_SimpleService($lazyLoad true)
  34164.     {
  34165.         if ($lazyLoad) {
  34166.             return $this->privates['fidry_alice_data_fixtures.loader.simple'] = $this->createProxy('SimpleLoader_4473cb1', function () {
  34167.                 return \SimpleLoader_4473cb1::staticProxyConstructor(function (&$wrappedInstance, \ProxyManager\Proxy\LazyLoadingInterface $proxy) {
  34168.                     $wrappedInstance $this->getFidryAliceDataFixtures_Loader_SimpleService(false);
  34169.                     $proxy->setProxyInitializer(null);
  34170.                     return true;
  34171.                 });
  34172.             });
  34173.         }
  34174.         return new \Fidry\AliceDataFixtures\Loader\SimpleLoader(($this->services['nelmio_alice.files_loader'] ?? $this->getNelmioAlice_FilesLoaderService()), ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  34175.     }
  34176.     /**
  34177.      * Gets the private 'form.choice_list_factory.cached' shared service.
  34178.      *
  34179.      * @return \Symfony\Component\Form\ChoiceList\Factory\CachingFactoryDecorator
  34180.      */
  34181.     protected function getForm_ChoiceListFactory_CachedService()
  34182.     {
  34183.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/ChoiceListFactoryInterface.php';
  34184.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/CachingFactoryDecorator.php';
  34185.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/PropertyAccessDecorator.php';
  34186.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ChoiceList/Factory/DefaultChoiceListFactory.php';
  34187.         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())));
  34188.     }
  34189.     /**
  34190.      * Gets the private 'form.registry' shared service.
  34191.      *
  34192.      * @return \Symfony\Component\Form\FormRegistry
  34193.      */
  34194.     protected function getForm_RegistryService()
  34195.     {
  34196.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistryInterface.php';
  34197.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRegistry.php';
  34198.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormExtensionInterface.php';
  34199.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DependencyInjection/DependencyInjectionExtension.php';
  34200.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactoryInterface.php';
  34201.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php';
  34202.         include_once \dirname(__DIR__4).'/vendor/symfony/form/ResolvedFormTypeFactory.php';
  34203.         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, [
  34204.             'App\\Form\\AdressType' => ['privates''App\\Form\\AdressType''getAdressTypeService'false],
  34205.             'App\\Form\\AllObjectAnnouncementType' => ['privates''App\\Form\\AllObjectAnnouncementType''getAllObjectAnnouncementTypeService'false],
  34206.             'App\\Form\\ArchitectArtWorkType' => ['privates''App\\Form\\ArchitectArtWorkType''getArchitectArtWorkTypeService'false],
  34207.             'App\\Form\\ArchitectSpecialistType' => ['privates''App\\Form\\ArchitectSpecialistType''getArchitectSpecialistTypeService'false],
  34208.             'App\\Form\\AreaCsvType' => ['privates''App\\Form\\AreaCsvType''getAreaCsvTypeService'false],
  34209.             'App\\Form\\BankAccountClientType' => ['privates''App\\Form\\BankAccountClientType''getBankAccountClientTypeService'false],
  34210.             'App\\Form\\BankCardType' => ['privates''App\\Form\\BankCardType''getBankCardTypeService'false],
  34211.             'App\\Form\\BankType' => ['privates''App\\Form\\BankType''getBankTypeService'false],
  34212.             'App\\Form\\BrugisType' => ['privates''App\\Form\\BrugisType''getBrugisTypeService'false],
  34213.             'App\\Form\\CategoryEnvironnementType' => ['privates''App\\Form\\CategoryEnvironnementType''getCategoryEnvironnementTypeService'false],
  34214.             'App\\Form\\ChoicecategoryType' => ['privates''App\\Form\\ChoicecategoryType''getChoicecategoryTypeService'false],
  34215.             'App\\Form\\CityType' => ['privates''App\\Form\\CityType''getCityTypeService'false],
  34216.             'App\\Form\\ClientFrontType' => ['privates''App\\Form\\ClientFrontType''getClientFrontTypeService'false],
  34217.             'App\\Form\\ClientType' => ['privates''App\\Form\\ClientType''getClientTypeService'false],
  34218.             'App\\Form\\ClientclauseType' => ['privates''App\\Form\\ClientclauseType''getClientclauseTypeService'false],
  34219.             'App\\Form\\ClientfriendType' => ['privates''App\\Form\\ClientfriendType''getClientfriendTypeService'false],
  34220.             'App\\Form\\CountryType' => ['privates''App\\Form\\CountryType''getCountryTypeService'false],
  34221.             'App\\Form\\CsvType' => ['privates''App\\Form\\CsvType''getCsvTypeService'false],
  34222.             'App\\Form\\DVFType' => ['privates''App\\Form\\DVFType''getDVFTypeService'false],
  34223.             'App\\Form\\DailyNeededType' => ['privates''App\\Form\\DailyNeededType''getDailyNeededTypeService'false],
  34224.             'App\\Form\\DeedOfSaleType' => ['privates''App\\Form\\DeedOfSaleType''getDeedOfSaleTypeService'false],
  34225.             'App\\Form\\DefaultclauseType' => ['privates''App\\Form\\DefaultclauseType''getDefaultclauseTypeService'false],
  34226.             'App\\Form\\DemenagementAnnoncementType' => ['privates''App\\Form\\DemenagementAnnoncementType''getDemenagementAnnoncementTypeService'false],
  34227.             'App\\Form\\DistanceType' => ['privates''App\\Form\\DistanceType''getDistanceTypeService'false],
  34228.             'App\\Form\\EducationCsvType' => ['privates''App\\Form\\EducationCsvType''getEducationCsvTypeService'false],
  34229.             'App\\Form\\EngieCsvType' => ['privates''App\\Form\\EngieCsvType''getEngieCsvTypeService'false],
  34230.             'App\\Form\\ExcelFileType' => ['privates''App\\Form\\ExcelFileType''getExcelFileTypeService'false],
  34231.             'App\\Form\\ExcelFileWorkType' => ['privates''App\\Form\\ExcelFileWorkType''getExcelFileWorkTypeService'false],
  34232.             'App\\Form\\ExternalProviderAdvertisingType' => ['privates''App\\Form\\ExternalProviderAdvertisingType''getExternalProviderAdvertisingTypeService'false],
  34233.             'App\\Form\\ExternalProviderOfferType' => ['privates''App\\Form\\ExternalProviderOfferType''getExternalProviderOfferTypeService'false],
  34234.             'App\\Form\\ExternalProviderType' => ['privates''App\\Form\\ExternalProviderType''getExternalProviderTypeService'false],
  34235.             'App\\Form\\FeatureType' => ['privates''App\\Form\\FeatureType''getFeatureTypeService'false],
  34236.             'App\\Form\\ImagepubType' => ['privates''App\\Form\\ImagepubType''getImagepubTypeService'false],
  34237.             'App\\Form\\KycDocumenType' => ['privates''App\\Form\\KycDocumenType''getKycDocumenTypeService'false],
  34238.             'App\\Form\\LandPropertyDestinationType' => ['privates''App\\Form\\LandPropertyDestinationType''getLandPropertyDestinationTypeService'false],
  34239.             'App\\Form\\LeaseContractAnnexType' => ['privates''App\\Form\\LeaseContractAnnexType''getLeaseContractAnnexTypeService'false],
  34240.             'App\\Form\\LeaseContractModelType' => ['privates''App\\Form\\LeaseContractModelType''getLeaseContractModelTypeService'false],
  34241.             'App\\Form\\LocationTypeType' => ['privates''App\\Form\\LocationTypeType''getLocationTypeTypeService'false],
  34242.             'App\\Form\\Location\\UrbanInformationType' => ['privates''App\\Form\\Location\\UrbanInformationType''getUrbanInformationTypeService'false],
  34243.             'App\\Form\\MagasinType' => ['privates''App\\Form\\MagasinType''getMagasinTypeService'false],
  34244.             'App\\Form\\ModelType' => ['privates''App\\Form\\ModelType''getModelTypeService'false],
  34245.             'App\\Form\\MunicipalityType' => ['privates''App\\Form\\MunicipalityType''getMunicipalityTypeService'false],
  34246.             'App\\Form\\NeighborhoodEdit\\TextureTreeDType' => ['privates''App\\Form\\NeighborhoodEdit\\TextureTreeDType''getTextureTreeDTypeService'false],
  34247.             'App\\Form\\NeighborhoodType' => ['privates''App\\Form\\NeighborhoodType''getNeighborhoodTypeService'false],
  34248.             'App\\Form\\NewProjectImmoCsvType' => ['privates''App\\Form\\NewProjectImmoCsvType''getNewProjectImmoCsvTypeService'false],
  34249.             'App\\Form\\NotaryCsvType' => ['privates''App\\Form\\NotaryCsvType''getNotaryCsvTypeService'false],
  34250.             'App\\Form\\NotaryType' => ['privates''App\\Form\\NotaryType''getNotaryTypeService'false],
  34251.             'App\\Form\\ObligationCsvType' => ['privates''App\\Form\\ObligationCsvType''getObligationCsvTypeService'false],
  34252.             'App\\Form\\ObligationType' => ['privates''App\\Form\\ObligationType''getObligationTypeService'false],
  34253.             'App\\Form\\OccupationPeriodFileType' => ['privates''App\\Form\\OccupationPeriodFileType''getOccupationPeriodFileTypeService'false],
  34254.             'App\\Form\\OccupieCsvType' => ['privates''App\\Form\\OccupieCsvType''getOccupieCsvTypeService'false],
  34255.             'App\\Form\\OccupieEstimationType' => ['privates''App\\Form\\OccupieEstimationType''getOccupieEstimationTypeService'false],
  34256.             'App\\Form\\OfferType' => ['privates''App\\Form\\OfferType''getOfferTypeService'false],
  34257.             'App\\Form\\OptionType' => ['privates''App\\Form\\OptionType''getOptionTypeService'false],
  34258.             'App\\Form\\ParameterType' => ['privates''App\\Form\\ParameterType''getParameterTypeService'false],
  34259.             'App\\Form\\PebInformation\\BoilerPerformanceType' => ['privates''App\\Form\\PebInformation\\BoilerPerformanceType''getBoilerPerformanceTypeService'false],
  34260.             'App\\Form\\PebInformation\\HeatNeededType' => ['privates''App\\Form\\PebInformation\\HeatNeededType''getHeatNeededTypeService'false],
  34261.             'App\\Form\\PebInformation\\IndicatorType' => ['privates''App\\Form\\PebInformation\\IndicatorType''getIndicatorTypeService'false],
  34262.             'App\\Form\\PebInformation\\PebInformationType' => ['privates''App\\Form\\PebInformation\\PebInformationType''getPebInformationTypeService'false],
  34263.             'App\\Form\\PebInformation\\RenewalEnergyFormType' => ['privates''App\\Form\\PebInformation\\RenewalEnergyFormType''getRenewalEnergyFormTypeService'false],
  34264.             'App\\Form\\PebInformation\\SubContent\\BiomassType' => ['privates''App\\Form\\PebInformation\\SubContent\\BiomassType''getBiomassTypeService'false],
  34265.             'App\\Form\\PebInformation\\SubContent\\CogenerationUnitType' => ['privates''App\\Form\\PebInformation\\SubContent\\CogenerationUnitType''getCogenerationUnitTypeService'false],
  34266.             'App\\Form\\PebInformation\\SubContent\\HeatPumpType' => ['privates''App\\Form\\PebInformation\\SubContent\\HeatPumpType''getHeatPumpTypeService'false],
  34267.             'App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType' => ['privates''App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType''getSolarPvInstallationTypeService'false],
  34268.             'App\\Form\\PebInformation\\SubContent\\SolarThermalType' => ['privates''App\\Form\\PebInformation\\SubContent\\SolarThermalType''getSolarThermalTypeService'false],
  34269.             'App\\Form\\PebInformation\\VentilationLosesType' => ['privates''App\\Form\\PebInformation\\VentilationLosesType''getVentilationLosesTypeService'false],
  34270.             'App\\Form\\PebInformation\\VentilationType' => ['privates''App\\Form\\PebInformation\\VentilationType''getVentilationTypeService'false],
  34271.             'App\\Form\\PebInformation\\WaterPerformanceType' => ['privates''App\\Form\\PebInformation\\WaterPerformanceType''getWaterPerformanceTypeService'false],
  34272.             'App\\Form\\PermitCiterneType' => ['privates''App\\Form\\PermitCiterneType''getPermitCiterneTypeService'false],
  34273.             'App\\Form\\PermitLocationEnvironmentType' => ['privates''App\\Form\\PermitLocationEnvironmentType''getPermitLocationEnvironmentTypeService'false],
  34274.             'App\\Form\\PersonnelType' => ['privates''App\\Form\\PersonnelType''getPersonnelTypeService'false],
  34275.             'App\\Form\\Plan\\PlanFeatureType' => ['privates''App\\Form\\Plan\\PlanFeatureType''getPlanFeatureTypeService'false],
  34276.             'App\\Form\\Plan\\PlanType' => ['privates''App\\Form\\Plan\\PlanType''getPlanTypeService'false],
  34277.             'App\\Form\\PpasAffectationType' => ['privates''App\\Form\\PpasAffectationType''getPpasAffectationTypeService'false],
  34278.             'App\\Form\\PpasCsvType' => ['privates''App\\Form\\PpasCsvType''getPpasCsvTypeService'false],
  34279.             'App\\Form\\PrimeProcedureFieldFormType' => ['privates''App\\Form\\PrimeProcedureFieldFormType''getPrimeProcedureFieldFormTypeService'false],
  34280.             'App\\Form\\PrimeProcedureFormType' => ['privates''App\\Form\\PrimeProcedureFormType''getPrimeProcedureFormTypeService'false],
  34281.             'App\\Form\\PrimeSourceFormType' => ['privates''App\\Form\\PrimeSourceFormType''getPrimeSourceFormTypeService'false],
  34282.             'App\\Form\\Prime\\CsvType' => ['privates''App\\Form\\Prime\\CsvType''getCsvType2Service'false],
  34283.             'App\\Form\\Prime\\FormeType' => ['privates''App\\Form\\Prime\\FormeType''getFormeTypeService'false],
  34284.             'App\\Form\\PropertyImageType' => ['privates''App\\Form\\PropertyImageType''getPropertyImageTypeService'false],
  34285.             'App\\Form\\PropertytypeType' => ['privates''App\\Form\\PropertytypeType''getPropertytypeTypeService'false],
  34286.             'App\\Form\\ProviderFluviusType' => ['privates''App\\Form\\ProviderFluviusType''getProviderFluviusTypeService'false],
  34287.             'App\\Form\\ProviderInverterType' => ['privates''App\\Form\\ProviderInverterType''getProviderInverterTypeService'false],
  34288.             'App\\Form\\ProviderOresType' => ['privates''App\\Form\\ProviderOresType''getProviderOresTypeService'false],
  34289.             'App\\Form\\ProviderSibelgaTaskType' => ['privates''App\\Form\\ProviderSibelgaTaskType''getProviderSibelgaTaskTypeService'false],
  34290.             'App\\Form\\ProviderSibelgaType' => ['privates''App\\Form\\ProviderSibelgaType''getProviderSibelgaTypeService'false],
  34291.             'App\\Form\\ProviderSibelgaWorkType' => ['privates''App\\Form\\ProviderSibelgaWorkType''getProviderSibelgaWorkTypeService'false],
  34292.             'App\\Form\\ProviderSocietyCsvType' => ['privates''App\\Form\\ProviderSocietyCsvType''getProviderSocietyCsvTypeService'false],
  34293.             'App\\Form\\PublicInquiryInProgressCsvType' => ['privates''App\\Form\\PublicInquiryInProgressCsvType''getPublicInquiryInProgressCsvTypeService'false],
  34294.             'App\\Form\\PurchasePartnerRequestObjectifType' => ['privates''App\\Form\\PurchasePartnerRequestObjectifType''getPurchasePartnerRequestObjectifTypeService'false],
  34295.             'App\\Form\\PurchasePartnerRequestType' => ['privates''App\\Form\\PurchasePartnerRequestType''getPurchasePartnerRequestTypeService'false],
  34296.             'App\\Form\\RegionType' => ['privates''App\\Form\\RegionType''getRegionTypeService'false],
  34297.             'App\\Form\\RentestimationType' => ['privates''App\\Form\\RentestimationType''getRentestimationTypeService'false],
  34298.             'App\\Form\\RoofType' => ['privates''App\\Form\\RoofType''getRoofTypeService'false],
  34299.             'App\\Form\\RulesCsvType' => ['privates''App\\Form\\RulesCsvType''getRulesCsvTypeService'false],
  34300.             'App\\Form\\SalesAgreementFileType' => ['privates''App\\Form\\SalesAgreementFileType''getSalesAgreementFileTypeService'false],
  34301.             'App\\Form\\ServiceCategoryType' => ['privates''App\\Form\\ServiceCategoryType''getServiceCategoryTypeService'false],
  34302.             'App\\Form\\ServicePromoType' => ['privates''App\\Form\\ServicePromoType''getServicePromoTypeService'false],
  34303.             'App\\Form\\SimulationType' => ['privates''App\\Form\\SimulationType''getSimulationTypeService'false],
  34304.             'App\\Form\\SizeType' => ['privates''App\\Form\\SizeType''getSizeTypeService'false],
  34305.             'App\\Form\\SocietyApprovalType' => ['privates''App\\Form\\SocietyApprovalType''getSocietyApprovalTypeService'false],
  34306.             'App\\Form\\SocietyType' => ['privates''App\\Form\\SocietyType''getSocietyTypeService'false],
  34307.             'App\\Form\\StreetType' => ['privates''App\\Form\\StreetType''getStreetTypeService'false],
  34308.             'App\\Form\\SubjectType' => ['privates''App\\Form\\SubjectType''getSubjectTypeService'false],
  34309.             'App\\Form\\SubmodelType' => ['privates''App\\Form\\SubmodelType''getSubmodelTypeService'false],
  34310.             'App\\Form\\SubscriptionProductServiceType' => ['privates''App\\Form\\SubscriptionProductServiceType''getSubscriptionProductServiceTypeService'false],
  34311.             'App\\Form\\SubscriptionProductType' => ['privates''App\\Form\\SubscriptionProductType''getSubscriptionProductTypeService'false],
  34312.             'App\\Form\\SubsectionType' => ['privates''App\\Form\\SubsectionType''getSubsectionTypeService'false],
  34313.             'App\\Form\\SuperficieType' => ['privates''App\\Form\\SuperficieType''getSuperficieTypeService'false],
  34314.             'App\\Form\\SupplierType' => ['privates''App\\Form\\SupplierType''getSupplierTypeService'false],
  34315.             'App\\Form\\SyndicApartmentType' => ['privates''App\\Form\\SyndicApartmentType''getSyndicApartmentTypeService'false],
  34316.             'App\\Form\\TestImageType' => ['privates''App\\Form\\TestImageType''getTestImageTypeService'false],
  34317.             'App\\Form\\ThePropertyConstructionWorkRulesType' => ['privates''App\\Form\\ThePropertyConstructionWorkRulesType''getThePropertyConstructionWorkRulesTypeService'false],
  34318.             'App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType' => ['privates''App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType''getMarkAsDeliveredTypeService'false],
  34319.             'App\\Form\\ThepropertyDocumentCategoryType' => ['privates''App\\Form\\ThepropertyDocumentCategoryType''getThepropertyDocumentCategoryTypeService'false],
  34320.             'App\\Form\\ThepropertyDocumentType' => ['privates''App\\Form\\ThepropertyDocumentType''getThepropertyDocumentTypeService'false],
  34321.             'App\\Form\\ThepropertyProviderType' => ['privates''App\\Form\\ThepropertyProviderType''getThepropertyProviderTypeService'false],
  34322.             'App\\Form\\ThepropertyType' => ['privates''App\\Form\\ThepropertyType''getThepropertyTypeService'false],
  34323.             'App\\Form\\TheserviceType' => ['privates''App\\Form\\TheserviceType''getTheserviceTypeService'false],
  34324.             'App\\Form\\TransactionTypeType' => ['privates''App\\Form\\TransactionTypeType''getTransactionTypeTypeService'false],
  34325.             'App\\Form\\TypeDocumentType' => ['privates''App\\Form\\TypeDocumentType''getTypeDocumentTypeService'false],
  34326.             'App\\Form\\TypeofworkType' => ['privates''App\\Form\\TypeofworkType''getTypeofworkTypeService'false],
  34327.             'App\\Form\\UboType' => ['privates''App\\Form\\UboType''getUboTypeService'false],
  34328.             'App\\Form\\VoirieType' => ['privates''App\\Form\\VoirieType''getVoirieTypeService'false],
  34329.             'App\\Form\\WalletUserType' => ['privates''App\\Form\\WalletUserType''getWalletUserTypeService'false],
  34330.             'App\\Form\\WallonieCsvType' => ['privates''App\\Form\\WallonieCsvType''getWallonieCsvTypeService'false],
  34331.             'App\\Form\\WaterSupllierControllerExcelType' => ['privates''App\\Form\\WaterSupllierControllerExcelType''getWaterSupllierControllerExcelTypeService'false],
  34332.             'App\\Form\\WorkCsvType' => ['privates''App\\Form\\WorkCsvType''getWorkCsvTypeService'false],
  34333.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => ['privates''liip_imagine.form.type.image''getLiipImagine_Form_Type_ImageService'false],
  34334.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => ['privates''form.type.entity''getForm_Type_EntityService'false],
  34335.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => ['privates''form.type.choice''getForm_Type_ChoiceService'false],
  34336.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => ['privates''form.type.color''getForm_Type_ColorService'false],
  34337.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => ['services''.container.private.form.type.file''get_Container_Private_Form_Type_FileService'false],
  34338.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => ['privates''form.type.form''getForm_Type_FormService'false],
  34339.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => ['services''vich_uploader.form.type.file''getVichUploader_Form_Type_FileService'false],
  34340.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => ['services''vich_uploader.form.type.image''getVichUploader_Form_Type_ImageService'false],
  34341.         ], [
  34342.             'App\\Form\\AdressType' => '?',
  34343.             'App\\Form\\AllObjectAnnouncementType' => '?',
  34344.             'App\\Form\\ArchitectArtWorkType' => '?',
  34345.             'App\\Form\\ArchitectSpecialistType' => '?',
  34346.             'App\\Form\\AreaCsvType' => '?',
  34347.             'App\\Form\\BankAccountClientType' => '?',
  34348.             'App\\Form\\BankCardType' => '?',
  34349.             'App\\Form\\BankType' => '?',
  34350.             'App\\Form\\BrugisType' => '?',
  34351.             'App\\Form\\CategoryEnvironnementType' => '?',
  34352.             'App\\Form\\ChoicecategoryType' => '?',
  34353.             'App\\Form\\CityType' => '?',
  34354.             'App\\Form\\ClientFrontType' => '?',
  34355.             'App\\Form\\ClientType' => '?',
  34356.             'App\\Form\\ClientclauseType' => '?',
  34357.             'App\\Form\\ClientfriendType' => '?',
  34358.             'App\\Form\\CountryType' => '?',
  34359.             'App\\Form\\CsvType' => '?',
  34360.             'App\\Form\\DVFType' => '?',
  34361.             'App\\Form\\DailyNeededType' => '?',
  34362.             'App\\Form\\DeedOfSaleType' => '?',
  34363.             'App\\Form\\DefaultclauseType' => '?',
  34364.             'App\\Form\\DemenagementAnnoncementType' => '?',
  34365.             'App\\Form\\DistanceType' => '?',
  34366.             'App\\Form\\EducationCsvType' => '?',
  34367.             'App\\Form\\EngieCsvType' => '?',
  34368.             'App\\Form\\ExcelFileType' => '?',
  34369.             'App\\Form\\ExcelFileWorkType' => '?',
  34370.             'App\\Form\\ExternalProviderAdvertisingType' => '?',
  34371.             'App\\Form\\ExternalProviderOfferType' => '?',
  34372.             'App\\Form\\ExternalProviderType' => '?',
  34373.             'App\\Form\\FeatureType' => '?',
  34374.             'App\\Form\\ImagepubType' => '?',
  34375.             'App\\Form\\KycDocumenType' => '?',
  34376.             'App\\Form\\LandPropertyDestinationType' => '?',
  34377.             'App\\Form\\LeaseContractAnnexType' => '?',
  34378.             'App\\Form\\LeaseContractModelType' => '?',
  34379.             'App\\Form\\LocationTypeType' => '?',
  34380.             'App\\Form\\Location\\UrbanInformationType' => '?',
  34381.             'App\\Form\\MagasinType' => '?',
  34382.             'App\\Form\\ModelType' => '?',
  34383.             'App\\Form\\MunicipalityType' => '?',
  34384.             'App\\Form\\NeighborhoodEdit\\TextureTreeDType' => '?',
  34385.             'App\\Form\\NeighborhoodType' => '?',
  34386.             'App\\Form\\NewProjectImmoCsvType' => '?',
  34387.             'App\\Form\\NotaryCsvType' => '?',
  34388.             'App\\Form\\NotaryType' => '?',
  34389.             'App\\Form\\ObligationCsvType' => '?',
  34390.             'App\\Form\\ObligationType' => '?',
  34391.             'App\\Form\\OccupationPeriodFileType' => '?',
  34392.             'App\\Form\\OccupieCsvType' => '?',
  34393.             'App\\Form\\OccupieEstimationType' => '?',
  34394.             'App\\Form\\OfferType' => '?',
  34395.             'App\\Form\\OptionType' => '?',
  34396.             'App\\Form\\ParameterType' => '?',
  34397.             'App\\Form\\PebInformation\\BoilerPerformanceType' => '?',
  34398.             'App\\Form\\PebInformation\\HeatNeededType' => '?',
  34399.             'App\\Form\\PebInformation\\IndicatorType' => '?',
  34400.             'App\\Form\\PebInformation\\PebInformationType' => '?',
  34401.             'App\\Form\\PebInformation\\RenewalEnergyFormType' => '?',
  34402.             'App\\Form\\PebInformation\\SubContent\\BiomassType' => '?',
  34403.             'App\\Form\\PebInformation\\SubContent\\CogenerationUnitType' => '?',
  34404.             'App\\Form\\PebInformation\\SubContent\\HeatPumpType' => '?',
  34405.             'App\\Form\\PebInformation\\SubContent\\SolarPvInstallationType' => '?',
  34406.             'App\\Form\\PebInformation\\SubContent\\SolarThermalType' => '?',
  34407.             'App\\Form\\PebInformation\\VentilationLosesType' => '?',
  34408.             'App\\Form\\PebInformation\\VentilationType' => '?',
  34409.             'App\\Form\\PebInformation\\WaterPerformanceType' => '?',
  34410.             'App\\Form\\PermitCiterneType' => '?',
  34411.             'App\\Form\\PermitLocationEnvironmentType' => '?',
  34412.             'App\\Form\\PersonnelType' => '?',
  34413.             'App\\Form\\Plan\\PlanFeatureType' => '?',
  34414.             'App\\Form\\Plan\\PlanType' => '?',
  34415.             'App\\Form\\PpasAffectationType' => '?',
  34416.             'App\\Form\\PpasCsvType' => '?',
  34417.             'App\\Form\\PrimeProcedureFieldFormType' => '?',
  34418.             'App\\Form\\PrimeProcedureFormType' => '?',
  34419.             'App\\Form\\PrimeSourceFormType' => '?',
  34420.             'App\\Form\\Prime\\CsvType' => '?',
  34421.             'App\\Form\\Prime\\FormeType' => '?',
  34422.             'App\\Form\\PropertyImageType' => '?',
  34423.             'App\\Form\\PropertytypeType' => '?',
  34424.             'App\\Form\\ProviderFluviusType' => '?',
  34425.             'App\\Form\\ProviderInverterType' => '?',
  34426.             'App\\Form\\ProviderOresType' => '?',
  34427.             'App\\Form\\ProviderSibelgaTaskType' => '?',
  34428.             'App\\Form\\ProviderSibelgaType' => '?',
  34429.             'App\\Form\\ProviderSibelgaWorkType' => '?',
  34430.             'App\\Form\\ProviderSocietyCsvType' => '?',
  34431.             'App\\Form\\PublicInquiryInProgressCsvType' => '?',
  34432.             'App\\Form\\PurchasePartnerRequestObjectifType' => '?',
  34433.             'App\\Form\\PurchasePartnerRequestType' => '?',
  34434.             'App\\Form\\RegionType' => '?',
  34435.             'App\\Form\\RentestimationType' => '?',
  34436.             'App\\Form\\RoofType' => '?',
  34437.             'App\\Form\\RulesCsvType' => '?',
  34438.             'App\\Form\\SalesAgreementFileType' => '?',
  34439.             'App\\Form\\ServiceCategoryType' => '?',
  34440.             'App\\Form\\ServicePromoType' => '?',
  34441.             'App\\Form\\SimulationType' => '?',
  34442.             'App\\Form\\SizeType' => '?',
  34443.             'App\\Form\\SocietyApprovalType' => '?',
  34444.             'App\\Form\\SocietyType' => '?',
  34445.             'App\\Form\\StreetType' => '?',
  34446.             'App\\Form\\SubjectType' => '?',
  34447.             'App\\Form\\SubmodelType' => '?',
  34448.             'App\\Form\\SubscriptionProductServiceType' => '?',
  34449.             'App\\Form\\SubscriptionProductType' => '?',
  34450.             'App\\Form\\SubsectionType' => '?',
  34451.             'App\\Form\\SuperficieType' => '?',
  34452.             'App\\Form\\SupplierType' => '?',
  34453.             'App\\Form\\SyndicApartmentType' => '?',
  34454.             'App\\Form\\TestImageType' => '?',
  34455.             'App\\Form\\ThePropertyConstructionWorkRulesType' => '?',
  34456.             'App\\Form\\TheProperty\\ExtensionOrder\\MarkAsDeliveredType' => '?',
  34457.             'App\\Form\\ThepropertyDocumentCategoryType' => '?',
  34458.             'App\\Form\\ThepropertyDocumentType' => '?',
  34459.             'App\\Form\\ThepropertyProviderType' => '?',
  34460.             'App\\Form\\ThepropertyType' => '?',
  34461.             'App\\Form\\TheserviceType' => '?',
  34462.             'App\\Form\\TransactionTypeType' => '?',
  34463.             'App\\Form\\TypeDocumentType' => '?',
  34464.             'App\\Form\\TypeofworkType' => '?',
  34465.             'App\\Form\\UboType' => '?',
  34466.             'App\\Form\\VoirieType' => '?',
  34467.             'App\\Form\\WalletUserType' => '?',
  34468.             'App\\Form\\WallonieCsvType' => '?',
  34469.             'App\\Form\\WaterSupllierControllerExcelType' => '?',
  34470.             'App\\Form\\WorkCsvType' => '?',
  34471.             'Liip\\ImagineBundle\\Form\\Type\\ImageType' => '?',
  34472.             'Symfony\\Bridge\\Doctrine\\Form\\Type\\EntityType' => '?',
  34473.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ChoiceType' => '?',
  34474.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\ColorType' => '?',
  34475.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FileType' => '?',
  34476.             'Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => '?',
  34477.             'Vich\\UploaderBundle\\Form\\Type\\VichFileType' => '?',
  34478.             'Vich\\UploaderBundle\\Form\\Type\\VichImageType' => '?',
  34479.         ]), ['Symfony\\Component\\Form\\Extension\\Core\\Type\\FormType' => new RewindableGenerator(function () {
  34480.             yield => ($this->privates['form.type_extension.form.transformation_failure_handling'] ?? $this->getForm_TypeExtension_Form_TransformationFailureHandlingService());
  34481.             yield => ($this->privates['form.type_extension.form.http_foundation'] ?? $this->getForm_TypeExtension_Form_HttpFoundationService());
  34482.             yield => ($this->privates['form.type_extension.form.validator'] ?? $this->getForm_TypeExtension_Form_ValidatorService());
  34483.             yield => ($this->privates['form.type_extension.upload.validator'] ?? $this->getForm_TypeExtension_Upload_ValidatorService());
  34484.             yield => ($this->privates['form.type_extension.csrf'] ?? $this->getForm_TypeExtension_CsrfService());
  34485.             yield => ($this->privates['form.type_extension.form.data_collector'] ?? $this->getForm_TypeExtension_Form_DataCollectorService());
  34486.         }, 6), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\RepeatedType' => new RewindableGenerator(function () {
  34487.             yield => ($this->privates['form.type_extension.repeated.validator'] ?? ($this->privates['form.type_extension.repeated.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\RepeatedTypeValidatorExtension()));
  34488.         }, 1), 'Symfony\\Component\\Form\\Extension\\Core\\Type\\SubmitType' => new RewindableGenerator(function () {
  34489.             yield => ($this->privates['form.type_extension.submit.validator'] ?? ($this->privates['form.type_extension.submit.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\SubmitTypeValidatorExtension()));
  34490.         }, 1)], new RewindableGenerator(function () {
  34491.             yield => ($this->privates['form.type_guesser.validator'] ?? $this->getForm_TypeGuesser_ValidatorService());
  34492.             yield => ($this->privates['form.type_guesser.doctrine'] ?? $this->getForm_TypeGuesser_DoctrineService());
  34493.         }, 2))], new \Symfony\Component\Form\Extension\DataCollector\Proxy\ResolvedTypeFactoryDataCollectorProxy(new \Symfony\Component\Form\ResolvedFormTypeFactory(), ($this->privates['data_collector.form'] ?? $this->getDataCollector_FormService())));
  34494.     }
  34495.     /**
  34496.      * Gets the private 'form.server_params' shared service.
  34497.      *
  34498.      * @return \Symfony\Component\Form\Util\ServerParams
  34499.      */
  34500.     protected function getForm_ServerParamsService()
  34501.     {
  34502.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Util/ServerParams.php';
  34503.         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())));
  34504.     }
  34505.     /**
  34506.      * Gets the private 'form.type.choice' shared service.
  34507.      *
  34508.      * @return \Symfony\Component\Form\Extension\Core\Type\ChoiceType
  34509.      */
  34510.     protected function getForm_Type_ChoiceService()
  34511.     {
  34512.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34513.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34514.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ChoiceType.php';
  34515.         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()));
  34516.     }
  34517.     /**
  34518.      * Gets the private 'form.type.color' shared service.
  34519.      *
  34520.      * @return \Symfony\Component\Form\Extension\Core\Type\ColorType
  34521.      */
  34522.     protected function getForm_Type_ColorService()
  34523.     {
  34524.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34525.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34526.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/ColorType.php';
  34527.         return $this->privates['form.type.color'] = new \Symfony\Component\Form\Extension\Core\Type\ColorType(($this->services['translator'] ?? $this->getTranslatorService()));
  34528.     }
  34529.     /**
  34530.      * Gets the private 'form.type.entity' shared service.
  34531.      *
  34532.      * @return \Symfony\Bridge\Doctrine\Form\Type\EntityType
  34533.      */
  34534.     protected function getForm_Type_EntityService()
  34535.     {
  34536.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34537.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34538.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/DoctrineType.php';
  34539.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/Type/EntityType.php';
  34540.         return $this->privates['form.type.entity'] = new \Symfony\Bridge\Doctrine\Form\Type\EntityType(($this->services['doctrine'] ?? $this->getDoctrineService()));
  34541.     }
  34542.     /**
  34543.      * Gets the private 'form.type.form' shared service.
  34544.      *
  34545.      * @return \Symfony\Component\Form\Extension\Core\Type\FormType
  34546.      */
  34547.     protected function getForm_Type_FormService()
  34548.     {
  34549.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  34550.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  34551.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/BaseType.php';
  34552.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Core/Type/FormType.php';
  34553.         return $this->privates['form.type.form'] = new \Symfony\Component\Form\Extension\Core\Type\FormType(($this->privates['property_accessor'] ?? $this->getPropertyAccessorService()));
  34554.     }
  34555.     /**
  34556.      * Gets the private 'form.type_extension.csrf' shared service.
  34557.      *
  34558.      * @return \Symfony\Component\Form\Extension\Csrf\Type\FormTypeCsrfExtension
  34559.      */
  34560.     protected function getForm_TypeExtension_CsrfService()
  34561.     {
  34562.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34563.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34564.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Csrf/Type/FormTypeCsrfExtension.php';
  34565.         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()));
  34566.     }
  34567.     /**
  34568.      * Gets the private 'form.type_extension.form.data_collector' shared service.
  34569.      *
  34570.      * @return \Symfony\Component\Form\Extension\DataCollector\Type\DataCollectorTypeExtension
  34571.      */
  34572.     protected function getForm_TypeExtension_Form_DataCollectorService()
  34573.     {
  34574.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34575.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34576.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/DataCollector/Type/DataCollectorTypeExtension.php';
  34577.         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()));
  34578.     }
  34579.     /**
  34580.      * Gets the private 'form.type_extension.form.http_foundation' shared service.
  34581.      *
  34582.      * @return \Symfony\Component\Form\Extension\HttpFoundation\Type\FormTypeHttpFoundationExtension
  34583.      */
  34584.     protected function getForm_TypeExtension_Form_HttpFoundationService()
  34585.     {
  34586.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34587.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34588.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php';
  34589.         include_once \dirname(__DIR__4).'/vendor/symfony/form/RequestHandlerInterface.php';
  34590.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/HttpFoundation/HttpFoundationRequestHandler.php';
  34591.         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())));
  34592.     }
  34593.     /**
  34594.      * Gets the private 'form.type_extension.form.transformation_failure_handling' shared service.
  34595.      *
  34596.      * @return \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension
  34597.      */
  34598.     protected function getForm_TypeExtension_Form_TransformationFailureHandlingService()
  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/Core/Type/TransformationFailureExtension.php';
  34603.         return $this->privates['form.type_extension.form.transformation_failure_handling'] = new \Symfony\Component\Form\Extension\Core\Type\TransformationFailureExtension(($this->services['translator'] ?? $this->getTranslatorService()));
  34604.     }
  34605.     /**
  34606.      * Gets the private 'form.type_extension.form.validator' shared service.
  34607.      *
  34608.      * @return \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension
  34609.      */
  34610.     protected function getForm_TypeExtension_Form_ValidatorService()
  34611.     {
  34612.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34613.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34614.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/BaseValidatorExtension.php';
  34615.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/FormTypeValidatorExtension.php';
  34616.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  34617.         if (isset($this->privates['form.type_extension.form.validator'])) {
  34618.             return $this->privates['form.type_extension.form.validator'];
  34619.         }
  34620.         $b = ($this->privates['twig.form.renderer'] ?? $this->getTwig_Form_RendererService());
  34621.         if (isset($this->privates['form.type_extension.form.validator'])) {
  34622.             return $this->privates['form.type_extension.form.validator'];
  34623.         }
  34624.         return $this->privates['form.type_extension.form.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\FormTypeValidatorExtension($atrue$b, ($this->services['translator'] ?? $this->getTranslatorService()));
  34625.     }
  34626.     /**
  34627.      * Gets the private 'form.type_extension.upload.validator' shared service.
  34628.      *
  34629.      * @return \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension
  34630.      */
  34631.     protected function getForm_TypeExtension_Upload_ValidatorService()
  34632.     {
  34633.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeExtensionInterface.php';
  34634.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractTypeExtension.php';
  34635.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/Type/UploadValidatorExtension.php';
  34636.         return $this->privates['form.type_extension.upload.validator'] = new \Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  34637.     }
  34638.     /**
  34639.      * Gets the private 'form.type_guesser.doctrine' shared service.
  34640.      *
  34641.      * @return \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser
  34642.      */
  34643.     protected function getForm_TypeGuesser_DoctrineService()
  34644.     {
  34645.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  34646.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-bridge/Form/DoctrineOrmTypeGuesser.php';
  34647.         return $this->privates['form.type_guesser.doctrine'] = new \Symfony\Bridge\Doctrine\Form\DoctrineOrmTypeGuesser(($this->services['doctrine'] ?? $this->getDoctrineService()));
  34648.     }
  34649.     /**
  34650.      * Gets the private 'form.type_guesser.validator' shared service.
  34651.      *
  34652.      * @return \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser
  34653.      */
  34654.     protected function getForm_TypeGuesser_ValidatorService()
  34655.     {
  34656.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeGuesserInterface.php';
  34657.         include_once \dirname(__DIR__4).'/vendor/symfony/form/Extension/Validator/ValidatorTypeGuesser.php';
  34658.         $a = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  34659.         if (isset($this->privates['form.type_guesser.validator'])) {
  34660.             return $this->privates['form.type_guesser.validator'];
  34661.         }
  34662.         return $this->privates['form.type_guesser.validator'] = new \Symfony\Component\Form\Extension\Validator\ValidatorTypeGuesser($a);
  34663.     }
  34664.     /**
  34665.      * Gets the private 'fragment.renderer.inline' shared service.
  34666.      *
  34667.      * @return \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer
  34668.      */
  34669.     protected function getFragment_Renderer_InlineService()
  34670.     {
  34671.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentRendererInterface.php';
  34672.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/RoutableFragmentRenderer.php';
  34673.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/InlineFragmentRenderer.php';
  34674.         $a = ($this->services['http_kernel'] ?? $this->getHttpKernelService());
  34675.         if (isset($this->privates['fragment.renderer.inline'])) {
  34676.             return $this->privates['fragment.renderer.inline'];
  34677.         }
  34678.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34679.         if (isset($this->privates['fragment.renderer.inline'])) {
  34680.             return $this->privates['fragment.renderer.inline'];
  34681.         }
  34682.         $this->privates['fragment.renderer.inline'] = $instance = new \Symfony\Component\HttpKernel\Fragment\InlineFragmentRenderer($a$b);
  34683.         $instance->setFragmentPath('/_fragment');
  34684.         return $instance;
  34685.     }
  34686.     /**
  34687.      * Gets the private 'framework_extra_bundle.argument_name_convertor' shared service.
  34688.      *
  34689.      * @return \Sensio\Bundle\FrameworkExtraBundle\Request\ArgumentNameConverter
  34690.      */
  34691.     protected function getFrameworkExtraBundle_ArgumentNameConvertorService()
  34692.     {
  34693.         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())));
  34694.     }
  34695.     /**
  34696.      * Gets the private 'framework_extra_bundle.event.is_granted' shared service.
  34697.      *
  34698.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\IsGrantedListener
  34699.      */
  34700.     protected function getFrameworkExtraBundle_Event_IsGrantedService()
  34701.     {
  34702.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  34703.         if (isset($this->privates['framework_extra_bundle.event.is_granted'])) {
  34704.             return $this->privates['framework_extra_bundle.event.is_granted'];
  34705.         }
  34706.         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);
  34707.     }
  34708.     /**
  34709.      * Gets the private 'garden_project_actions_lot.search_filter' shared service.
  34710.      *
  34711.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  34712.      */
  34713.     protected function getGardenProjectActionsLot_SearchFilterService()
  34714.     {
  34715.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  34716.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  34717.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  34718.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  34719.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  34720.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  34721.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  34722.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  34723.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  34724.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  34725.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  34726.         if (isset($this->privates['garden_project_actions_lot.search_filter'])) {
  34727.             return $this->privates['garden_project_actions_lot.search_filter'];
  34728.         }
  34729.         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()));
  34730.     }
  34731.     /**
  34732.      * Gets the private 'garden_project_actions_lot_account.search_filter' shared service.
  34733.      *
  34734.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  34735.      */
  34736.     protected function getGardenProjectActionsLotAccount_SearchFilterService()
  34737.     {
  34738.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  34739.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  34740.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  34741.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  34742.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  34743.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  34744.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  34745.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  34746.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  34747.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  34748.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  34749.         if (isset($this->privates['garden_project_actions_lot_account.search_filter'])) {
  34750.             return $this->privates['garden_project_actions_lot_account.search_filter'];
  34751.         }
  34752.         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()));
  34753.     }
  34754.     /**
  34755.      * Gets the private 'gesdinet.jwtrefreshtoken.send_token' shared service.
  34756.      *
  34757.      * @return \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener
  34758.      */
  34759.     protected function getGesdinet_Jwtrefreshtoken_SendTokenService()
  34760.     {
  34761.         include_once \dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/EventListener/AttachRefreshTokenOnSuccessListener.php';
  34762.         $a = ($this->services['gesdinet.jwtrefreshtoken.refresh_token_manager'] ?? $this->getGesdinet_Jwtrefreshtoken_RefreshTokenManagerService());
  34763.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  34764.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  34765.         }
  34766.         $b = ($this->services['.container.private.validator'] ?? $this->get_Container_Private_ValidatorService());
  34767.         if (isset($this->privates['gesdinet.jwtrefreshtoken.send_token'])) {
  34768.             return $this->privates['gesdinet.jwtrefreshtoken.send_token'];
  34769.         }
  34770.         return $this->privates['gesdinet.jwtrefreshtoken.send_token'] = new \Gesdinet\JWTRefreshTokenBundle\EventListener\AttachRefreshTokenOnSuccessListener($a2592000$b, ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())), 'email''refresh_token'false);
  34771.     }
  34772.     /**
  34773.      * Gets the private 'inventory.search_filter' shared service.
  34774.      *
  34775.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  34776.      */
  34777.     protected function getInventory_SearchFilterService()
  34778.     {
  34779.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  34780.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  34781.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  34782.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  34783.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  34784.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  34785.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  34786.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  34787.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  34788.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  34789.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  34790.         if (isset($this->privates['inventory.search_filter'])) {
  34791.             return $this->privates['inventory.search_filter'];
  34792.         }
  34793.         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()));
  34794.     }
  34795.     /**
  34796.      * Gets the private 'jms_serializer.array_collection_handler' shared service.
  34797.      *
  34798.      * @return \JMS\Serializer\Handler\ArrayCollectionHandler
  34799.      */
  34800.     protected function getJmsSerializer_ArrayCollectionHandlerService()
  34801.     {
  34802.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34803.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ArrayCollectionHandler.php';
  34804.         return $this->privates['jms_serializer.array_collection_handler'] = new \JMS\Serializer\Handler\ArrayCollectionHandler(false);
  34805.     }
  34806.     /**
  34807.      * Gets the private 'jms_serializer.cache.cache_clearer' shared service.
  34808.      *
  34809.      * @return \JMS\SerializerBundle\Cache\CacheClearer
  34810.      */
  34811.     protected function getJmsSerializer_Cache_CacheClearerService()
  34812.     {
  34813.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheClearer/CacheClearerInterface.php';
  34814.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Cache/CacheClearer.php';
  34815.         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')))));
  34816.     }
  34817.     /**
  34818.      * Gets the private 'jms_serializer.constraint_violation_handler' shared service.
  34819.      *
  34820.      * @return \JMS\Serializer\Handler\ConstraintViolationHandler
  34821.      */
  34822.     protected function getJmsSerializer_ConstraintViolationHandlerService()
  34823.     {
  34824.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34825.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/ConstraintViolationHandler.php';
  34826.         return $this->privates['jms_serializer.constraint_violation_handler'] = new \JMS\Serializer\Handler\ConstraintViolationHandler();
  34827.     }
  34828.     /**
  34829.      * Gets the private 'jms_serializer.datetime_handler' shared service.
  34830.      *
  34831.      * @return \JMS\Serializer\Handler\DateHandler
  34832.      */
  34833.     protected function getJmsSerializer_DatetimeHandlerService()
  34834.     {
  34835.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34836.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/DateHandler.php';
  34837.         return $this->privates['jms_serializer.datetime_handler'] = new \JMS\Serializer\Handler\DateHandler('Y-m-d\\TH:i:sP''UTC'true);
  34838.     }
  34839.     /**
  34840.      * Gets the private 'jms_serializer.doctrine_proxy_subscriber' shared service.
  34841.      *
  34842.      * @return \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber
  34843.      */
  34844.     protected function getJmsSerializer_DoctrineProxySubscriberService()
  34845.     {
  34846.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  34847.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/Subscriber/DoctrineProxySubscriber.php';
  34848.         return $this->privates['jms_serializer.doctrine_proxy_subscriber'] = new \JMS\Serializer\EventDispatcher\Subscriber\DoctrineProxySubscriber(truefalse);
  34849.     }
  34850.     /**
  34851.      * Gets the private 'jms_serializer.form_error_handler' shared service.
  34852.      *
  34853.      * @return \JMS\Serializer\Handler\FormErrorHandler
  34854.      */
  34855.     protected function getJmsSerializer_FormErrorHandlerService()
  34856.     {
  34857.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34858.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/FormErrorHandler.php';
  34859.         return $this->privates['jms_serializer.form_error_handler'] = new \JMS\Serializer\Handler\FormErrorHandler(($this->services['translator'] ?? $this->getTranslatorService()), 'validators');
  34860.     }
  34861.     /**
  34862.      * Gets the private 'jms_serializer.iterator_handler' shared service.
  34863.      *
  34864.      * @return \JMS\Serializer\Handler\IteratorHandler
  34865.      */
  34866.     protected function getJmsSerializer_IteratorHandlerService()
  34867.     {
  34868.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/SubscribingHandlerInterface.php';
  34869.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/Handler/IteratorHandler.php';
  34870.         return $this->privates['jms_serializer.iterator_handler'] = new \JMS\Serializer\Handler\IteratorHandler();
  34871.     }
  34872.     /**
  34873.      * Gets the private 'jms_serializer.stopwatch_subscriber' shared service.
  34874.      *
  34875.      * @return \JMS\SerializerBundle\Serializer\StopwatchEventSubscriber
  34876.      */
  34877.     protected function getJmsSerializer_StopwatchSubscriberService()
  34878.     {
  34879.         include_once \dirname(__DIR__4).'/vendor/jms/serializer/src/EventDispatcher/EventSubscriberInterface.php';
  34880.         include_once \dirname(__DIR__4).'/vendor/jms/serializer-bundle/Serializer/StopwatchEventSubscriber.php';
  34881.         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))));
  34882.     }
  34883.     /**
  34884.      * Gets the private 'lexik_jwt_authentication.check_config_command' shared service.
  34885.      *
  34886.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\CheckConfigCommand
  34887.      */
  34888.     protected function getLexikJwtAuthentication_CheckConfigCommandService()
  34889.     {
  34890.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34891.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/CheckConfigCommand.php';
  34892.         $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');
  34893.         $instance->setName('lexik:jwt:check-config');
  34894.         return $instance;
  34895.     }
  34896.     /**
  34897.      * Gets the private 'lexik_jwt_authentication.enable_encryption_config_command' shared service.
  34898.      *
  34899.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand
  34900.      */
  34901.     protected function getLexikJwtAuthentication_EnableEncryptionConfigCommandService()
  34902.     {
  34903.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34904.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  34905.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  34906.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  34907.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/EnableEncryptionConfigCommand.php';
  34908.         $this->privates['lexik_jwt_authentication.enable_encryption_config_command'] = $instance = new \Lexik\Bundle\JWTAuthenticationBundle\Command\EnableEncryptionConfigCommand(NULL);
  34909.         $instance->setName('lexik:jwt:enable-encryption');
  34910.         return $instance;
  34911.     }
  34912.     /**
  34913.      * Gets the private 'lexik_jwt_authentication.generate_keypair_command' shared service.
  34914.      *
  34915.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\GenerateKeyPairCommand
  34916.      */
  34917.     protected function getLexikJwtAuthentication_GenerateKeypairCommandService()
  34918.     {
  34919.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34920.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/GenerateKeyPairCommand.php';
  34921.         $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');
  34922.         $instance->setName('lexik:jwt:generate-keypair');
  34923.         return $instance;
  34924.     }
  34925.     /**
  34926.      * Gets the private 'lexik_jwt_authentication.migrate_config_command' shared service.
  34927.      *
  34928.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Command\MigrateConfigCommand
  34929.      */
  34930.     protected function getLexikJwtAuthentication_MigrateConfigCommandService()
  34931.     {
  34932.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34933.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/BuildDebugContainerTrait.php';
  34934.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/ContainerDebugCommand.php';
  34935.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Command/AbstractConfigCommand.php';
  34936.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Command/MigrateConfigCommand.php';
  34937.         $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');
  34938.         $instance->setName('lexik:jwt:migrate-config');
  34939.         return $instance;
  34940.     }
  34941.     /**
  34942.      * Gets the private 'lexik_jwt_authentication.security.guard.jwt_token_authenticator' shared service.
  34943.      *
  34944.      * @return \Lexik\Bundle\JWTAuthenticationBundle\Security\Guard\JWTTokenAuthenticator
  34945.      */
  34946.     protected function getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService()
  34947.     {
  34948.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EntryPoint/AuthenticationEntryPointInterface.php';
  34949.         include_once \dirname(__DIR__4).'/vendor/symfony/security-guard/AuthenticatorInterface.php';
  34950.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Guard/JWTTokenAuthenticator.php';
  34951.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/TokenExtractorInterface.php';
  34952.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/ChainTokenExtractor.php';
  34953.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/TokenExtractor/AuthorizationHeaderTokenExtractor.php';
  34954.         $a = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  34955.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  34956.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  34957.         }
  34958.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  34959.         if (isset($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'])) {
  34960.             return $this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'];
  34961.         }
  34962.         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()));
  34963.     }
  34964.     /**
  34965.      * Gets the private 'liip_imagine.binary.mime_type_guesser' shared service.
  34966.      *
  34967.      * @return \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser
  34968.      */
  34969.     protected function getLiipImagine_Binary_MimeTypeGuesserService()
  34970.     {
  34971.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/MimeTypeGuesserInterface.php';
  34972.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Binary/SimpleMimeTypeGuesser.php';
  34973.         return $this->privates['liip_imagine.binary.mime_type_guesser'] = new \Liip\ImagineBundle\Binary\SimpleMimeTypeGuesser(\Symfony\Component\Mime\MimeTypes::getDefault());
  34974.     }
  34975.     /**
  34976.      * Gets the private 'liip_imagine.command.cache_remove' shared service.
  34977.      *
  34978.      * @return \Liip\ImagineBundle\Command\RemoveCacheCommand
  34979.      */
  34980.     protected function getLiipImagine_Command_CacheRemoveService()
  34981.     {
  34982.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34983.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  34984.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/RemoveCacheCommand.php';
  34985.         $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()));
  34986.         $instance->setName('liip:imagine:cache:remove');
  34987.         return $instance;
  34988.     }
  34989.     /**
  34990.      * Gets the private 'liip_imagine.command.cache_resolve' shared service.
  34991.      *
  34992.      * @return \Liip\ImagineBundle\Command\ResolveCacheCommand
  34993.      */
  34994.     protected function getLiipImagine_Command_CacheResolveService()
  34995.     {
  34996.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  34997.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/CacheCommandTrait.php';
  34998.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Command/ResolveCacheCommand.php';
  34999.         $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()));
  35000.         $instance->setName('liip:imagine:cache:resolve');
  35001.         return $instance;
  35002.     }
  35003.     /**
  35004.      * Gets the private 'liip_imagine.filter.configuration' shared service.
  35005.      *
  35006.      * @return \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration
  35007.      */
  35008.     protected function getLiipImagine_Filter_ConfigurationService()
  35009.     {
  35010.         return $this->privates['liip_imagine.filter.configuration'] = new \Liip\ImagineBundle\Imagine\Filter\FilterConfiguration($this->parameters['liip_imagine.filter_sets']);
  35011.     }
  35012.     /**
  35013.      * Gets the private 'liip_imagine.form.type.image' shared service.
  35014.      *
  35015.      * @return \Liip\ImagineBundle\Form\Type\ImageType
  35016.      */
  35017.     protected function getLiipImagine_Form_Type_ImageService()
  35018.     {
  35019.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormTypeInterface.php';
  35020.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractType.php';
  35021.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Form/Type/ImageType.php';
  35022.         return $this->privates['liip_imagine.form.type.image'] = new \Liip\ImagineBundle\Form\Type\ImageType();
  35023.     }
  35024.     /**
  35025.      * Gets the private 'liip_imagine.gd' shared service.
  35026.      *
  35027.      * @return \Imagine\Gd\Imagine
  35028.      */
  35029.     protected function getLiipImagine_GdService()
  35030.     {
  35031.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Factory/ClassFactoryAwareInterface.php';
  35032.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/ImagineInterface.php';
  35033.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/AbstractImagine.php';
  35034.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Driver/InfoProvider.php';
  35035.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Gd/Imagine.php';
  35036.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/MetadataReaderInterface.php';
  35037.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/AbstractMetadataReader.php';
  35038.         include_once \dirname(__DIR__4).'/vendor/imagine/imagine/src/Image/Metadata/ExifMetadataReader.php';
  35039.         $this->privates['liip_imagine.gd'] = $instance = new \Imagine\Gd\Imagine();
  35040.         $instance->setMetadataReader(new \Imagine\Image\Metadata\ExifMetadataReader());
  35041.         return $instance;
  35042.     }
  35043.     /**
  35044.      * Gets the private 'liip_imagine.service.filter' shared service.
  35045.      *
  35046.      * @return \Liip\ImagineBundle\Service\FilterService
  35047.      */
  35048.     protected function getLiipImagine_Service_FilterService()
  35049.     {
  35050.         include_once \dirname(__DIR__4).'/vendor/liip/imagine-bundle/Service/FilterService.php';
  35051.         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()));
  35052.     }
  35053.     /**
  35054.      * Gets the private 'locale_aware_listener' shared service.
  35055.      *
  35056.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener
  35057.      */
  35058.     protected function getLocaleAwareListenerService()
  35059.     {
  35060.         return $this->privates['locale_aware_listener'] = new \Symfony\Component\HttpKernel\EventListener\LocaleAwareListener(new RewindableGenerator(function () {
  35061.             yield => ($this->privates['slugger'] ?? ($this->privates['slugger'] = new \Symfony\Component\String\Slugger\AsciiSlugger('fr')));
  35062.             yield => ($this->privates['translator.default'] ?? $this->getTranslator_DefaultService());
  35063.         }, 2), ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack())));
  35064.     }
  35065.     /**
  35066.      * Gets the private 'locale_listener' shared service.
  35067.      *
  35068.      * @return \Symfony\Component\HttpKernel\EventListener\LocaleListener
  35069.      */
  35070.     protected function getLocaleListenerService()
  35071.     {
  35072.         $a = ($this->services['router'] ?? $this->getRouterService());
  35073.         if (isset($this->privates['locale_listener'])) {
  35074.             return $this->privates['locale_listener'];
  35075.         }
  35076.         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, []);
  35077.     }
  35078.     /**
  35079.      * Gets the private 'mailer.transport_factory.native' shared service.
  35080.      *
  35081.      * @return \Symfony\Component\Mailer\Transport\NativeTransportFactory
  35082.      */
  35083.     protected function getMailer_TransportFactory_NativeService()
  35084.     {
  35085.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35086.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35087.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NativeTransportFactory.php';
  35088.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35089.         if (isset($this->privates['mailer.transport_factory.native'])) {
  35090.             return $this->privates['mailer.transport_factory.native'];
  35091.         }
  35092.         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()));
  35093.     }
  35094.     /**
  35095.      * Gets the private 'mailer.transport_factory.null' shared service.
  35096.      *
  35097.      * @return \Symfony\Component\Mailer\Transport\NullTransportFactory
  35098.      */
  35099.     protected function getMailer_TransportFactory_NullService()
  35100.     {
  35101.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35102.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35103.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/NullTransportFactory.php';
  35104.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35105.         if (isset($this->privates['mailer.transport_factory.null'])) {
  35106.             return $this->privates['mailer.transport_factory.null'];
  35107.         }
  35108.         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()));
  35109.     }
  35110.     /**
  35111.      * Gets the private 'mailer.transport_factory.sendmail' shared service.
  35112.      *
  35113.      * @return \Symfony\Component\Mailer\Transport\SendmailTransportFactory
  35114.      */
  35115.     protected function getMailer_TransportFactory_SendmailService()
  35116.     {
  35117.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35118.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35119.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/SendmailTransportFactory.php';
  35120.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35121.         if (isset($this->privates['mailer.transport_factory.sendmail'])) {
  35122.             return $this->privates['mailer.transport_factory.sendmail'];
  35123.         }
  35124.         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()));
  35125.     }
  35126.     /**
  35127.      * Gets the private 'mailer.transport_factory.smtp' shared service.
  35128.      *
  35129.      * @return \Symfony\Component\Mailer\Transport\Smtp\EsmtpTransportFactory
  35130.      */
  35131.     protected function getMailer_TransportFactory_SmtpService()
  35132.     {
  35133.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportFactoryInterface.php';
  35134.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/AbstractTransportFactory.php';
  35135.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Smtp/EsmtpTransportFactory.php';
  35136.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35137.         if (isset($this->privates['mailer.transport_factory.smtp'])) {
  35138.             return $this->privates['mailer.transport_factory.smtp'];
  35139.         }
  35140.         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()));
  35141.     }
  35142.     /**
  35143.      * Gets the private 'mailer.transports' shared service.
  35144.      *
  35145.      * @return \Symfony\Component\Mailer\Transport\Transports
  35146.      */
  35147.     protected function getMailer_TransportsService()
  35148.     {
  35149.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/TransportInterface.php';
  35150.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport/Transports.php';
  35151.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/Transport.php';
  35152.         return $this->privates['mailer.transports'] = (new \Symfony\Component\Mailer\Transport(new RewindableGenerator(function () {
  35153.             yield => ($this->privates['mailer.transport_factory.null'] ?? $this->getMailer_TransportFactory_NullService());
  35154.             yield => ($this->privates['mailer.transport_factory.sendmail'] ?? $this->getMailer_TransportFactory_SendmailService());
  35155.             yield => ($this->privates['mailer.transport_factory.native'] ?? $this->getMailer_TransportFactory_NativeService());
  35156.             yield => ($this->privates['mailer.transport_factory.smtp'] ?? $this->getMailer_TransportFactory_SmtpService());
  35157.         }, 4)))->fromStrings(['main' => $this->getEnv('MAILER_DSN')]);
  35158.     }
  35159.     /**
  35160.      * Gets the private 'maker.auto_command.make_auth' shared service.
  35161.      *
  35162.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35163.      */
  35164.     protected function getMaker_AutoCommand_MakeAuthService()
  35165.     {
  35166.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35167.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35168.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35169.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35170.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeAuthenticator.php';
  35171.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityControllerBuilder.php';
  35172.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  35173.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35174.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  35175.         $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);
  35176.         $instance->setName('make:auth');
  35177.         $instance->setDescription('Creates a Guard authenticator of different flavors');
  35178.         return $instance;
  35179.     }
  35180.     /**
  35181.      * Gets the private 'maker.auto_command.make_command' shared service.
  35182.      *
  35183.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35184.      */
  35185.     protected function getMaker_AutoCommand_MakeCommandService()
  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/symfony/maker-bundle/src/Maker/MakeCommand.php';
  35192.         $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()));
  35193.         $instance->setName('make:command');
  35194.         $instance->setDescription('Creates a new console command class');
  35195.         return $instance;
  35196.     }
  35197.     /**
  35198.      * Gets the private 'maker.auto_command.make_controller' shared service.
  35199.      *
  35200.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35201.      */
  35202.     protected function getMaker_AutoCommand_MakeControllerService()
  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/symfony/maker-bundle/src/Maker/MakeController.php';
  35209.         $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()));
  35210.         $instance->setName('make:controller');
  35211.         $instance->setDescription('Creates a new controller class');
  35212.         return $instance;
  35213.     }
  35214.     /**
  35215.      * Gets the private 'maker.auto_command.make_crud' shared service.
  35216.      *
  35217.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35218.      */
  35219.     protected function getMaker_AutoCommand_MakeCrudService()
  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/MakeCrud.php';
  35226.         $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()));
  35227.         $instance->setName('make:crud');
  35228.         $instance->setDescription('Creates CRUD for Doctrine entity class');
  35229.         return $instance;
  35230.     }
  35231.     /**
  35232.      * Gets the private 'maker.auto_command.make_data_persister' shared service.
  35233.      *
  35234.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35235.      */
  35236.     protected function getMaker_AutoCommand_MakeDataPersisterService()
  35237.     {
  35238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35239.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35240.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35241.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataPersister.php';
  35243.         $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()));
  35244.         $instance->setName('make:data-persister');
  35245.         $instance->setDescription('Creates an API Platform data persister');
  35246.         return $instance;
  35247.     }
  35248.     /**
  35249.      * Gets the private 'maker.auto_command.make_data_provider' shared service.
  35250.      *
  35251.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35252.      */
  35253.     protected function getMaker_AutoCommand_MakeDataProviderService()
  35254.     {
  35255.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35256.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35257.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35258.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35259.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Symfony/Maker/MakeDataProvider.php';
  35260.         $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()));
  35261.         $instance->setName('make:data-provider');
  35262.         $instance->setDescription('Creates an API Platform data provider');
  35263.         return $instance;
  35264.     }
  35265.     /**
  35266.      * Gets the private 'maker.auto_command.make_docker_database' shared service.
  35267.      *
  35268.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35269.      */
  35270.     protected function getMaker_AutoCommand_MakeDockerDatabaseService()
  35271.     {
  35272.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35273.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35274.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35275.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35276.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeDockerDatabase.php';
  35277.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35278.         $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()));
  35279.         $instance->setName('make:docker:database');
  35280.         $instance->setDescription('Adds a database container to your docker-compose.yaml file');
  35281.         return $instance;
  35282.     }
  35283.     /**
  35284.      * Gets the private 'maker.auto_command.make_entity' shared service.
  35285.      *
  35286.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35287.      */
  35288.     protected function getMaker_AutoCommand_MakeEntityService()
  35289.     {
  35290.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35291.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35292.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35293.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35294.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  35295.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeEntity.php';
  35296.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35297.         $b = ($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService());
  35298.         $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);
  35299.         $instance->setName('make:entity');
  35300.         $instance->setDescription('Creates or updates a Doctrine entity class, and optionally an API Platform resource');
  35301.         return $instance;
  35302.     }
  35303.     /**
  35304.      * Gets the private 'maker.auto_command.make_fixtures' shared service.
  35305.      *
  35306.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35307.      */
  35308.     protected function getMaker_AutoCommand_MakeFixturesService()
  35309.     {
  35310.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35311.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35312.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35313.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35314.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeFixtures.php';
  35315.         $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()));
  35316.         $instance->setName('make:fixtures');
  35317.         $instance->setDescription('Creates a new class to load Doctrine fixtures');
  35318.         return $instance;
  35319.     }
  35320.     /**
  35321.      * Gets the private 'maker.auto_command.make_form' shared service.
  35322.      *
  35323.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35324.      */
  35325.     protected function getMaker_AutoCommand_MakeFormService()
  35326.     {
  35327.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35328.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35329.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35330.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35331.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeForm.php';
  35332.         $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()));
  35333.         $instance->setName('make:form');
  35334.         $instance->setDescription('Creates a new form class');
  35335.         return $instance;
  35336.     }
  35337.     /**
  35338.      * Gets the private 'maker.auto_command.make_message' shared service.
  35339.      *
  35340.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35341.      */
  35342.     protected function getMaker_AutoCommand_MakeMessageService()
  35343.     {
  35344.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35345.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35346.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35347.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35348.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessage.php';
  35349.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35350.         $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()));
  35351.         $instance->setName('make:message');
  35352.         $instance->setDescription('Creates a new message and handler');
  35353.         return $instance;
  35354.     }
  35355.     /**
  35356.      * Gets the private 'maker.auto_command.make_messenger_middleware' shared service.
  35357.      *
  35358.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35359.      */
  35360.     protected function getMaker_AutoCommand_MakeMessengerMiddlewareService()
  35361.     {
  35362.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35363.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35364.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35365.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35366.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMessengerMiddleware.php';
  35367.         $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()));
  35368.         $instance->setName('make:messenger-middleware');
  35369.         $instance->setDescription('Creates a new messenger middleware');
  35370.         return $instance;
  35371.     }
  35372.     /**
  35373.      * Gets the private 'maker.auto_command.make_migration' shared service.
  35374.      *
  35375.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35376.      */
  35377.     protected function getMaker_AutoCommand_MakeMigrationService()
  35378.     {
  35379.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35380.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35381.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35382.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35383.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/ApplicationAwareMakerInterface.php';
  35384.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeMigration.php';
  35385.         $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()));
  35386.         $instance->setName('make:migration');
  35387.         $instance->setDescription('Creates a new migration based on database changes');
  35388.         return $instance;
  35389.     }
  35390.     /**
  35391.      * Gets the private 'maker.auto_command.make_registration_form' shared service.
  35392.      *
  35393.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35394.      */
  35395.     protected function getMaker_AutoCommand_MakeRegistrationFormService()
  35396.     {
  35397.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35398.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35399.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35400.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35401.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeRegistrationForm.php';
  35402.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35403.         $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()));
  35404.         $instance->setName('make:registration-form');
  35405.         $instance->setDescription('Creates a new registration form system');
  35406.         return $instance;
  35407.     }
  35408.     /**
  35409.      * Gets the private 'maker.auto_command.make_reset_password' shared service.
  35410.      *
  35411.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35412.      */
  35413.     protected function getMaker_AutoCommand_MakeResetPasswordService()
  35414.     {
  35415.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35416.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35417.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35418.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35419.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeResetPassword.php';
  35420.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35421.         $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()));
  35422.         $instance->setName('make:reset-password');
  35423.         $instance->setDescription('Create controller, entity, and repositories for use with symfonycasts/reset-password-bundle');
  35424.         return $instance;
  35425.     }
  35426.     /**
  35427.      * Gets the private 'maker.auto_command.make_serializer_encoder' shared service.
  35428.      *
  35429.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35430.      */
  35431.     protected function getMaker_AutoCommand_MakeSerializerEncoderService()
  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/symfony/maker-bundle/src/Maker/MakeSerializerEncoder.php';
  35438.         $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()));
  35439.         $instance->setName('make:serializer:encoder');
  35440.         $instance->setDescription('Creates a new serializer encoder class');
  35441.         return $instance;
  35442.     }
  35443.     /**
  35444.      * Gets the private 'maker.auto_command.make_serializer_normalizer' shared service.
  35445.      *
  35446.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35447.      */
  35448.     protected function getMaker_AutoCommand_MakeSerializerNormalizerService()
  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/MakeSerializerNormalizer.php';
  35455.         $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()));
  35456.         $instance->setName('make:serializer:normalizer');
  35457.         $instance->setDescription('Creates a new serializer normalizer class');
  35458.         return $instance;
  35459.     }
  35460.     /**
  35461.      * Gets the private 'maker.auto_command.make_state_processor' shared service.
  35462.      *
  35463.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35464.      */
  35465.     protected function getMaker_AutoCommand_MakeStateProcessorService()
  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/api-platform/core/src/Symfony/Maker/MakeStateProcessor.php';
  35472.         $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()));
  35473.         $instance->setName('make:state-processor');
  35474.         $instance->setDescription('Creates an API Platform state processor');
  35475.         return $instance;
  35476.     }
  35477.     /**
  35478.      * Gets the private 'maker.auto_command.make_state_provider' shared service.
  35479.      *
  35480.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35481.      */
  35482.     protected function getMaker_AutoCommand_MakeStateProviderService()
  35483.     {
  35484.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35485.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35486.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35487.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35488.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Maker/MakeStateProvider.php';
  35489.         $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()));
  35490.         $instance->setName('make:state-provider');
  35491.         $instance->setDescription('Creates an API Platform state provider');
  35492.         return $instance;
  35493.     }
  35494.     /**
  35495.      * Gets the private 'maker.auto_command.make_stimulus_controller' shared service.
  35496.      *
  35497.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35498.      */
  35499.     protected function getMaker_AutoCommand_MakeStimulusControllerService()
  35500.     {
  35501.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35502.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35503.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35504.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35505.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeStimulusController.php';
  35506.         $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()));
  35507.         $instance->setName('make:stimulus-controller');
  35508.         $instance->setDescription('Creates a new Stimulus controller');
  35509.         return $instance;
  35510.     }
  35511.     /**
  35512.      * Gets the private 'maker.auto_command.make_subscriber' shared service.
  35513.      *
  35514.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35515.      */
  35516.     protected function getMaker_AutoCommand_MakeSubscriberService()
  35517.     {
  35518.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35519.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35520.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35521.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35522.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeSubscriber.php';
  35523.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/EventRegistry.php';
  35524.         $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()));
  35525.         $instance->setName('make:subscriber');
  35526.         $instance->setDescription('Creates a new event subscriber class');
  35527.         return $instance;
  35528.     }
  35529.     /**
  35530.      * Gets the private 'maker.auto_command.make_test' shared service.
  35531.      *
  35532.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35533.      */
  35534.     protected function getMaker_AutoCommand_MakeTestService()
  35535.     {
  35536.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35537.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35538.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35539.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35540.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/InputAwareMakerInterface.php';
  35541.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTest.php';
  35542.         $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()));
  35543.         $instance->setName('make:test');
  35544.         $instance->setAliases([=> 'make:unit-test'=> 'make:functional-test']);
  35545.         $instance->setDescription('Creates a new test class');
  35546.         return $instance;
  35547.     }
  35548.     /**
  35549.      * Gets the private 'maker.auto_command.make_twig_extension' shared service.
  35550.      *
  35551.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35552.      */
  35553.     protected function getMaker_AutoCommand_MakeTwigExtensionService()
  35554.     {
  35555.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35556.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35557.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35558.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35559.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeTwigExtension.php';
  35560.         $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()));
  35561.         $instance->setName('make:twig-extension');
  35562.         $instance->setDescription('Creates a new Twig extension class');
  35563.         return $instance;
  35564.     }
  35565.     /**
  35566.      * Gets the private 'maker.auto_command.make_user' shared service.
  35567.      *
  35568.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35569.      */
  35570.     protected function getMaker_AutoCommand_MakeUserService()
  35571.     {
  35572.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35573.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35574.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35575.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35576.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeUser.php';
  35577.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/UserClassBuilder.php';
  35578.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Security/SecurityConfigUpdater.php';
  35579.         $a = ($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService());
  35580.         $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()));
  35581.         $instance->setName('make:user');
  35582.         $instance->setDescription('Creates a new security user class');
  35583.         return $instance;
  35584.     }
  35585.     /**
  35586.      * Gets the private 'maker.auto_command.make_validator' shared service.
  35587.      *
  35588.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35589.      */
  35590.     protected function getMaker_AutoCommand_MakeValidatorService()
  35591.     {
  35592.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35593.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35594.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35595.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35596.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeValidator.php';
  35597.         $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()));
  35598.         $instance->setName('make:validator');
  35599.         $instance->setDescription('Creates a new validator and constraint class');
  35600.         return $instance;
  35601.     }
  35602.     /**
  35603.      * Gets the private 'maker.auto_command.make_voter' shared service.
  35604.      *
  35605.      * @return \Symfony\Bundle\MakerBundle\Command\MakerCommand
  35606.      */
  35607.     protected function getMaker_AutoCommand_MakeVoterService()
  35608.     {
  35609.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35610.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Command/MakerCommand.php';
  35611.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/MakerInterface.php';
  35612.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/AbstractMaker.php';
  35613.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Maker/MakeVoter.php';
  35614.         $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()));
  35615.         $instance->setName('make:voter');
  35616.         $instance->setDescription('Creates a new security voter class');
  35617.         return $instance;
  35618.     }
  35619.     /**
  35620.      * Gets the private 'maker.doctrine_helper' shared service.
  35621.      *
  35622.      * @return \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper
  35623.      */
  35624.     protected function getMaker_DoctrineHelperService()
  35625.     {
  35626.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/DoctrineHelper.php';
  35627.         $a = ($this->privates['doctrine.orm.default_annotation_metadata_driver'] ?? $this->getDoctrine_Orm_DefaultAnnotationMetadataDriverService());
  35628.         return $this->privates['maker.doctrine_helper'] = new \Symfony\Bundle\MakerBundle\Doctrine\DoctrineHelper('App\\Entity', ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService()), ($this->services['doctrine'] ?? $this->getDoctrineService()), true, ['default' => [=> [=> 'App\\Entity'=> $a], => [=> 'Gesdinet\\JWTRefreshTokenBundle\\Entity'=> $a], => [=> '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())]]]);
  35629.     }
  35630.     /**
  35631.      * Gets the private 'maker.entity_class_generator' shared service.
  35632.      *
  35633.      * @return \Symfony\Bundle\MakerBundle\Doctrine\EntityClassGenerator
  35634.      */
  35635.     protected function getMaker_EntityClassGeneratorService()
  35636.     {
  35637.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Doctrine/EntityClassGenerator.php';
  35638.         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()));
  35639.     }
  35640.     /**
  35641.      * Gets the private 'maker.file_manager' shared service.
  35642.      *
  35643.      * @return \Symfony\Bundle\MakerBundle\FileManager
  35644.      */
  35645.     protected function getMaker_FileManagerService()
  35646.     {
  35647.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/FileManager.php';
  35648.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/AutoloaderUtil.php';
  35649.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/ComposerAutoloaderFinder.php';
  35650.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/MakerFileLinkFormatter.php';
  35651.         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'));
  35652.     }
  35653.     /**
  35654.      * Gets the private 'maker.generator' shared service.
  35655.      *
  35656.      * @return \Symfony\Bundle\MakerBundle\Generator
  35657.      */
  35658.     protected function getMaker_GeneratorService()
  35659.     {
  35660.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Generator.php';
  35661.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/TemplateComponentGenerator.php';
  35662.         $a = ($this->privates['maker.php_compat_util'] ?? $this->getMaker_PhpCompatUtilService());
  35663.         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));
  35664.     }
  35665.     /**
  35666.      * Gets the private 'maker.php_compat_util' shared service.
  35667.      *
  35668.      * @return \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil
  35669.      */
  35670.     protected function getMaker_PhpCompatUtilService()
  35671.     {
  35672.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Util/PhpCompatUtil.php';
  35673.         return $this->privates['maker.php_compat_util'] = new \Symfony\Bundle\MakerBundle\Util\PhpCompatUtil(($this->privates['maker.file_manager'] ?? $this->getMaker_FileManagerService()));
  35674.     }
  35675.     /**
  35676.      * Gets the private 'maker.renderer.form_type_renderer' shared service.
  35677.      *
  35678.      * @return \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer
  35679.      */
  35680.     protected function getMaker_Renderer_FormTypeRendererService()
  35681.     {
  35682.         include_once \dirname(__DIR__4).'/vendor/symfony/maker-bundle/src/Renderer/FormTypeRenderer.php';
  35683.         return $this->privates['maker.renderer.form_type_renderer'] = new \Symfony\Bundle\MakerBundle\Renderer\FormTypeRenderer(($this->privates['maker.generator'] ?? $this->getMaker_GeneratorService()));
  35684.     }
  35685.     /**
  35686.      * Gets the private 'message.conversation_filter' shared autowired service.
  35687.      *
  35688.      * @return \App\Filter\MessageConversationFilter
  35689.      */
  35690.     protected function getMessage_ConversationFilterService()
  35691.     {
  35692.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  35693.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  35694.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  35695.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  35696.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  35697.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  35698.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  35699.         include_once \dirname(__DIR__4).'/src/Filter/MessageConversationFilter.php';
  35700.         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');
  35701.     }
  35702.     /**
  35703.      * Gets the private 'messenger.bus.default.middleware.handle_message' shared service.
  35704.      *
  35705.      * @return \Symfony\Component\Messenger\Middleware\HandleMessageMiddleware
  35706.      */
  35707.     protected function getMessenger_Bus_Default_Middleware_HandleMessageService()
  35708.     {
  35709.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  35710.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/HandleMessageMiddleware.php';
  35711.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocatorInterface.php';
  35712.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Handler/HandlersLocator.php';
  35713.         $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 () {
  35714.             yield => ($this->privates['.messenger.handler_descriptor.enSacTY'] ?? $this->get_Messenger_HandlerDescriptor_EnSacTYService());
  35715.         }, 1), 'App\\Message\\CommunityPostNotification' => new RewindableGenerator(function () {
  35716.             yield => ($this->privates['.messenger.handler_descriptor.2PV5OtP'] ?? $this->get_Messenger_HandlerDescriptor_2PV5OtPService());
  35717.         }, 1), 'App\\Message\\AlertMessage' => new RewindableGenerator(function () {
  35718.             yield => ($this->privates['.messenger.handler_descriptor.ReaAshx'] ?? $this->get_Messenger_HandlerDescriptor_ReaAshxService());
  35719.         }, 1), 'App\\Message\\LeaseContractTimeoutMessage' => new RewindableGenerator(function () {
  35720.             yield => ($this->privates['.messenger.handler_descriptor._ao._zO'] ?? $this->get_Messenger_HandlerDescriptor_Ao_ZOService());
  35721.         }, 1), 'App\\Message\\MessageAquisition' => new RewindableGenerator(function () {
  35722.             yield => ($this->privates['.messenger.handler_descriptor.i5idlk5'] ?? $this->get_Messenger_HandlerDescriptor_I5idlk5Service());
  35723.         }, 1), 'App\\Message\\NewCommitteeNotification' => new RewindableGenerator(function () {
  35724.             yield => ($this->privates['.messenger.handler_descriptor.OYxdkFB'] ?? $this->get_Messenger_HandlerDescriptor_OYxdkFBService());
  35725.         }, 1), 'App\\Message\\SalesDateLimitNotification' => new RewindableGenerator(function () {
  35726.             yield => ($this->privates['.messenger.handler_descriptor.dYC6Jx9'] ?? $this->get_Messenger_HandlerDescriptor_DYC6Jx9Service());
  35727.         }, 1), 'App\\Message\\SearchIndexUpdateMessage' => new RewindableGenerator(function () {
  35728.             yield => ($this->privates['.messenger.handler_descriptor..yc08K9'] ?? $this->get_Messenger_HandlerDescriptor__Yc08K9Service());
  35729.         }, 1), 'App\\Message\\ShowInterestMessage' => new RewindableGenerator(function () {
  35730.             yield => ($this->privates['.messenger.handler_descriptor..LEXsda'] ?? $this->get_Messenger_HandlerDescriptor__LEXsdaService());
  35731.         }, 1), 'Symfony\\Component\\Mailer\\Messenger\\SendEmailMessage' => new RewindableGenerator(function () {
  35732.             yield => ($this->privates['.messenger.handler_descriptor.tGvt0LH'] ?? $this->get_Messenger_HandlerDescriptor_TGvt0LHService());
  35733.         }, 1)]));
  35734.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35735.         return $instance;
  35736.     }
  35737.     /**
  35738.      * Gets the private 'messenger.bus.default.middleware.traceable' shared service.
  35739.      *
  35740.      * @return \Symfony\Component\Messenger\Middleware\TraceableMiddleware
  35741.      */
  35742.     protected function getMessenger_Bus_Default_Middleware_TraceableService()
  35743.     {
  35744.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  35745.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/TraceableMiddleware.php';
  35746.         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');
  35747.     }
  35748.     /**
  35749.      * Gets the private 'messenger.failure.send_failed_message_to_failure_transport_listener' shared service.
  35750.      *
  35751.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageToFailureTransportListener
  35752.      */
  35753.     protected function getMessenger_Failure_SendFailedMessageToFailureTransportListenerService()
  35754.     {
  35755.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageToFailureTransportListener.php';
  35756.         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, [
  35757.             'async' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35758.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35759.         ], [
  35760.             'async' => '?',
  35761.             'failed' => '?',
  35762.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35763.     }
  35764.     /**
  35765.      * Gets the private 'messenger.listener.stop_worker_on_restart_signal_listener' shared service.
  35766.      *
  35767.      * @return \Symfony\Component\Messenger\EventListener\StopWorkerOnRestartSignalListener
  35768.      */
  35769.     protected function getMessenger_Listener_StopWorkerOnRestartSignalListenerService()
  35770.     {
  35771.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/StopWorkerOnRestartSignalListener.php';
  35772.         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()));
  35773.     }
  35774.     /**
  35775.      * Gets the private 'messenger.middleware.send_message' shared service.
  35776.      *
  35777.      * @return \Symfony\Component\Messenger\Middleware\SendMessageMiddleware
  35778.      */
  35779.     protected function getMessenger_Middleware_SendMessageService()
  35780.     {
  35781.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/MiddlewareInterface.php';
  35782.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Middleware/SendMessageMiddleware.php';
  35783.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocatorInterface.php';
  35784.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SendersLocator.php';
  35785.         $a = ($this->privates['.service_locator.c7f47p7'] ?? $this->get_ServiceLocator_C7f47p7Service());
  35786.         if (isset($this->privates['messenger.middleware.send_message'])) {
  35787.             return $this->privates['messenger.middleware.send_message'];
  35788.         }
  35789.         $b = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35790.         if (isset($this->privates['messenger.middleware.send_message'])) {
  35791.             return $this->privates['messenger.middleware.send_message'];
  35792.         }
  35793.         $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'], 'App\\Message\\SearchIndexUpdateMessage' => [=> 'async']], $a), $b);
  35794.         $instance->setLogger(($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()));
  35795.         return $instance;
  35796.     }
  35797.     /**
  35798.      * Gets the private 'messenger.receiver_locator' shared service.
  35799.      *
  35800.      * @return \Symfony\Component\DependencyInjection\ServiceLocator
  35801.      */
  35802.     protected function getMessenger_ReceiverLocatorService()
  35803.     {
  35804.         return $this->privates['messenger.receiver_locator'] = new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35805.             'async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  35806.             'failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35807.             'messenger.transport.async' => ['privates''messenger.transport.async''getMessenger_Transport_AsyncService'false],
  35808.             'messenger.transport.failed' => ['privates''messenger.transport.failed''getMessenger_Transport_FailedService'false],
  35809.         ], [
  35810.             'async' => '?',
  35811.             'failed' => '?',
  35812.             'messenger.transport.async' => '?',
  35813.             'messenger.transport.failed' => '?',
  35814.         ]);
  35815.     }
  35816.     /**
  35817.      * Gets the private 'messenger.retry.multiplier_retry_strategy.async' shared service.
  35818.      *
  35819.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  35820.      */
  35821.     protected function getMessenger_Retry_MultiplierRetryStrategy_AsyncService()
  35822.     {
  35823.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  35824.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  35825.         return $this->privates['messenger.retry.multiplier_retry_strategy.async'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  35826.     }
  35827.     /**
  35828.      * Gets the private 'messenger.retry.multiplier_retry_strategy.failed' shared service.
  35829.      *
  35830.      * @return \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy
  35831.      */
  35832.     protected function getMessenger_Retry_MultiplierRetryStrategy_FailedService()
  35833.     {
  35834.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/RetryStrategyInterface.php';
  35835.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Retry/MultiplierRetryStrategy.php';
  35836.         return $this->privates['messenger.retry.multiplier_retry_strategy.failed'] = new \Symfony\Component\Messenger\Retry\MultiplierRetryStrategy(3100020);
  35837.     }
  35838.     /**
  35839.      * Gets the private 'messenger.retry.send_failed_message_for_retry_listener' shared service.
  35840.      *
  35841.      * @return \Symfony\Component\Messenger\EventListener\SendFailedMessageForRetryListener
  35842.      */
  35843.     protected function getMessenger_Retry_SendFailedMessageForRetryListenerService()
  35844.     {
  35845.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/EventListener/SendFailedMessageForRetryListener.php';
  35846.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  35847.         if (isset($this->privates['messenger.retry.send_failed_message_for_retry_listener'])) {
  35848.             return $this->privates['messenger.retry.send_failed_message_for_retry_listener'];
  35849.         }
  35850.         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, [
  35851.             'async' => ['privates''messenger.retry.multiplier_retry_strategy.async''getMessenger_Retry_MultiplierRetryStrategy_AsyncService'false],
  35852.             'failed' => ['privates''messenger.retry.multiplier_retry_strategy.failed''getMessenger_Retry_MultiplierRetryStrategy_FailedService'false],
  35853.         ], [
  35854.             'async' => '?',
  35855.             'failed' => '?',
  35856.         ]), ($this->privates['monolog.logger.messenger'] ?? $this->getMonolog_Logger_MessengerService()), $a);
  35857.     }
  35858.     /**
  35859.      * Gets the private 'messenger.routable_message_bus' shared service.
  35860.      *
  35861.      * @return \Symfony\Component\Messenger\RoutableMessageBus
  35862.      */
  35863.     protected function getMessenger_RoutableMessageBusService()
  35864.     {
  35865.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/RoutableMessageBus.php';
  35866.         $a = ($this->services['messenger.default_bus'] ?? $this->getMessenger_DefaultBusService());
  35867.         if (isset($this->privates['messenger.routable_message_bus'])) {
  35868.             return $this->privates['messenger.routable_message_bus'];
  35869.         }
  35870.         return $this->privates['messenger.routable_message_bus'] = new \Symfony\Component\Messenger\RoutableMessageBus(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  35871.             'messenger.bus.default' => ['services''messenger.default_bus''getMessenger_DefaultBusService'false],
  35872.         ], [
  35873.             'messenger.bus.default' => '?',
  35874.         ]), $a);
  35875.     }
  35876.     /**
  35877.      * Gets the private 'messenger.transport.async' shared service.
  35878.      *
  35879.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  35880.      */
  35881.     protected function getMessenger_Transport_AsyncService()
  35882.     {
  35883.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  35884.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  35885.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  35886.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  35887.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  35888.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  35889.         if (isset($this->privates['messenger.transport.async'])) {
  35890.             return $this->privates['messenger.transport.async'];
  35891.         }
  35892.         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())));
  35893.     }
  35894.     /**
  35895.      * Gets the private 'messenger.transport.doctrine.factory' shared service.
  35896.      *
  35897.      * @return \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory
  35898.      */
  35899.     protected function getMessenger_Transport_Doctrine_FactoryService()
  35900.     {
  35901.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  35902.         include_once \dirname(__DIR__4).'/vendor/symfony/doctrine-messenger/Transport/DoctrineTransportFactory.php';
  35903.         return $this->privates['messenger.transport.doctrine.factory'] = new \Symfony\Component\Messenger\Bridge\Doctrine\Transport\DoctrineTransportFactory(($this->services['doctrine'] ?? $this->getDoctrineService()));
  35904.     }
  35905.     /**
  35906.      * Gets the private 'messenger.transport.failed' shared service.
  35907.      *
  35908.      * @return \Symfony\Component\Messenger\Transport\TransportInterface
  35909.      */
  35910.     protected function getMessenger_Transport_FailedService()
  35911.     {
  35912.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Receiver/ReceiverInterface.php';
  35913.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sender/SenderInterface.php';
  35914.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportInterface.php';
  35915.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/SerializerInterface.php';
  35916.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Serialization/PhpSerializer.php';
  35917.         $a = ($this->privates['messenger.transport_factory'] ?? $this->getMessenger_TransportFactoryService());
  35918.         if (isset($this->privates['messenger.transport.failed'])) {
  35919.             return $this->privates['messenger.transport.failed'];
  35920.         }
  35921.         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())));
  35922.     }
  35923.     /**
  35924.      * Gets the private 'messenger.transport.sync.factory' shared service.
  35925.      *
  35926.      * @return \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory
  35927.      */
  35928.     protected function getMessenger_Transport_Sync_FactoryService()
  35929.     {
  35930.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  35931.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/Sync/SyncTransportFactory.php';
  35932.         $a = ($this->privates['messenger.routable_message_bus'] ?? $this->getMessenger_RoutableMessageBusService());
  35933.         if (isset($this->privates['messenger.transport.sync.factory'])) {
  35934.             return $this->privates['messenger.transport.sync.factory'];
  35935.         }
  35936.         return $this->privates['messenger.transport.sync.factory'] = new \Symfony\Component\Messenger\Transport\Sync\SyncTransportFactory($a);
  35937.     }
  35938.     /**
  35939.      * Gets the private 'messenger.transport_factory' shared service.
  35940.      *
  35941.      * @return \Symfony\Component\Messenger\Transport\TransportFactory
  35942.      */
  35943.     protected function getMessenger_TransportFactoryService()
  35944.     {
  35945.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactoryInterface.php';
  35946.         include_once \dirname(__DIR__4).'/vendor/symfony/messenger/Transport/TransportFactory.php';
  35947.         return $this->privates['messenger.transport_factory'] = new \Symfony\Component\Messenger\Transport\TransportFactory(new RewindableGenerator(function () {
  35948.             yield => ($this->privates['messenger.transport.amqp.factory'] ?? ($this->privates['messenger.transport.amqp.factory'] = new \Symfony\Component\Messenger\Bridge\Amqp\Transport\AmqpTransportFactory()));
  35949.             yield => ($this->privates['messenger.transport.redis.factory'] ?? ($this->privates['messenger.transport.redis.factory'] = new \Symfony\Component\Messenger\Bridge\Redis\Transport\RedisTransportFactory()));
  35950.             yield => ($this->privates['messenger.transport.sync.factory'] ?? $this->getMessenger_Transport_Sync_FactoryService());
  35951.             yield => ($this->privates['messenger.transport.in_memory.factory'] ?? ($this->privates['messenger.transport.in_memory.factory'] = new \Symfony\Component\Messenger\Transport\InMemoryTransportFactory()));
  35952.             yield => ($this->privates['messenger.transport.doctrine.factory'] ?? $this->getMessenger_Transport_Doctrine_FactoryService());
  35953.         }, 5));
  35954.     }
  35955.     /**
  35956.      * Gets the private 'mime_types' shared service.
  35957.      *
  35958.      * @return \Symfony\Component\Mime\MimeTypes
  35959.      */
  35960.     protected function getMimeTypesService()
  35961.     {
  35962.         $this->privates['mime_types'] = $instance = new \Symfony\Component\Mime\MimeTypes();
  35963.         $instance->setDefault($instance);
  35964.         return $instance;
  35965.     }
  35966.     /**
  35967.      * Gets the private 'monolog.command.server_log' shared service.
  35968.      *
  35969.      * @return \Symfony\Bridge\Monolog\Command\ServerLogCommand
  35970.      */
  35971.     protected function getMonolog_Command_ServerLogService()
  35972.     {
  35973.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  35974.         include_once \dirname(__DIR__4).'/vendor/symfony/monolog-bridge/Command/ServerLogCommand.php';
  35975.         $this->privates['monolog.command.server_log'] = $instance = new \Symfony\Bridge\Monolog\Command\ServerLogCommand();
  35976.         $instance->setName('server:log');
  35977.         $instance->setDescription('Start a log server that displays logs in real time');
  35978.         return $instance;
  35979.     }
  35980.     /**
  35981.      * Gets the private 'monolog.handler.console' shared service.
  35982.      *
  35983.      * @return \Symfony\Bridge\Monolog\Handler\ConsoleHandler
  35984.      */
  35985.     protected function getMonolog_Handler_ConsoleService()
  35986.     {
  35987.         return $this->privates['monolog.handler.console'] = new \Symfony\Bridge\Monolog\Handler\ConsoleHandler(NULLtrue, [], []);
  35988.     }
  35989.     /**
  35990.      * Gets the private 'monolog.handler.main' shared service.
  35991.      *
  35992.      * @return \Monolog\Handler\StreamHandler
  35993.      */
  35994.     protected function getMonolog_Handler_MainService()
  35995.     {
  35996.         $this->privates['monolog.handler.main'] = $instance = new \Monolog\Handler\StreamHandler((\dirname(__DIR__3).'/log/dev.log'), 'debug'trueNULLfalse);
  35997.         $instance->pushProcessor(new \Monolog\Processor\PsrLogMessageProcessor());
  35998.         return $instance;
  35999.     }
  36000.     /**
  36001.      * Gets the private 'monolog.logger' shared service.
  36002.      *
  36003.      * @return \Symfony\Bridge\Monolog\Logger
  36004.      */
  36005.     protected function getMonolog_LoggerService()
  36006.     {
  36007.         $this->privates['monolog.logger'] = $instance = new \Symfony\Bridge\Monolog\Logger('app');
  36008.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36009.         $instance->useMicrosecondTimestamps(true);
  36010.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36011.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36012.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36013.         return $instance;
  36014.     }
  36015.     /**
  36016.      * Gets the private 'monolog.logger.cache' shared service.
  36017.      *
  36018.      * @return \Symfony\Bridge\Monolog\Logger
  36019.      */
  36020.     protected function getMonolog_Logger_CacheService()
  36021.     {
  36022.         $this->privates['monolog.logger.cache'] = $instance = new \Symfony\Bridge\Monolog\Logger('cache');
  36023.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36024.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36025.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36026.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36027.         return $instance;
  36028.     }
  36029.     /**
  36030.      * Gets the private 'monolog.logger.mailer' shared service.
  36031.      *
  36032.      * @return \Symfony\Bridge\Monolog\Logger
  36033.      */
  36034.     protected function getMonolog_Logger_MailerService()
  36035.     {
  36036.         $this->privates['monolog.logger.mailer'] = $instance = new \Symfony\Bridge\Monolog\Logger('mailer');
  36037.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36038.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36039.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36040.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36041.         return $instance;
  36042.     }
  36043.     /**
  36044.      * Gets the private 'monolog.logger.messenger' shared service.
  36045.      *
  36046.      * @return \Symfony\Bridge\Monolog\Logger
  36047.      */
  36048.     protected function getMonolog_Logger_MessengerService()
  36049.     {
  36050.         $this->privates['monolog.logger.messenger'] = $instance = new \Symfony\Bridge\Monolog\Logger('messenger');
  36051.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36052.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36053.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36054.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36055.         return $instance;
  36056.     }
  36057.     /**
  36058.      * Gets the private 'monolog.logger.request' shared service.
  36059.      *
  36060.      * @return \Symfony\Bridge\Monolog\Logger
  36061.      */
  36062.     protected function getMonolog_Logger_RequestService()
  36063.     {
  36064.         $this->privates['monolog.logger.request'] = $instance = new \Symfony\Bridge\Monolog\Logger('request');
  36065.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36066.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36067.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36068.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36069.         return $instance;
  36070.     }
  36071.     /**
  36072.      * Gets the private 'monolog.logger.security' shared service.
  36073.      *
  36074.      * @return \Symfony\Bridge\Monolog\Logger
  36075.      */
  36076.     protected function getMonolog_Logger_SecurityService()
  36077.     {
  36078.         $this->privates['monolog.logger.security'] = $instance = new \Symfony\Bridge\Monolog\Logger('security');
  36079.         $instance->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  36080.         $instance->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  36081.         $instance->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  36082.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($instance);
  36083.         return $instance;
  36084.     }
  36085.     /**
  36086.      * Gets the private 'municipal_tax.search_filter' shared service.
  36087.      *
  36088.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36089.      */
  36090.     protected function getMunicipalTax_SearchFilterService()
  36091.     {
  36092.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36093.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36094.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36095.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36096.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36097.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36098.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36099.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36100.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36101.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36102.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36103.         if (isset($this->privates['municipal_tax.search_filter'])) {
  36104.             return $this->privates['municipal_tax.search_filter'];
  36105.         }
  36106.         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()));
  36107.     }
  36108.     /**
  36109.      * Gets the private 'nelmio_alice.file_parser.runtime_cache' shared service.
  36110.      *
  36111.      * @return \Nelmio\Alice\Parser\RuntimeCacheParser
  36112.      */
  36113.     protected function getNelmioAlice_FileParser_RuntimeCacheService()
  36114.     {
  36115.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/ParserInterface.php';
  36116.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/RuntimeCacheParser.php';
  36117.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ParserRegistry.php';
  36118.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/ChainableParserInterface.php';
  36119.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/YamlParser.php';
  36120.         include_once \dirname(__DIR__4).'/vendor/symfony/yaml/Parser.php';
  36121.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/PhpParser.php';
  36122.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/Chainable/JsonParser.php';
  36123.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocatorInterface.php';
  36124.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/FileLocator/DefaultFileLocator.php';
  36125.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessorInterface.php';
  36126.         include_once \dirname(__DIR__4).'/vendor/nelmio/alice/src/Parser/IncludeProcessor/DefaultIncludeProcessor.php';
  36127.         $a = new \Nelmio\Alice\FileLocator\DefaultFileLocator();
  36128.         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));
  36129.     }
  36130.     /**
  36131.      * Gets the private 'nelmio_cors.cors_listener' shared service.
  36132.      *
  36133.      * @return \Nelmio\CorsBundle\EventListener\CorsListener
  36134.      */
  36135.     protected function getNelmioCors_CorsListenerService()
  36136.     {
  36137.         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'))]));
  36138.     }
  36139.     /**
  36140.      * Gets the private 'nzo.annotation_resolver' shared service.
  36141.      *
  36142.      * @return \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver
  36143.      */
  36144.     protected function getNzo_AnnotationResolverService()
  36145.     {
  36146.         $a = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8''aes-256-ctr'truetruetrue);
  36147.         $a->setSecretIv('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8');
  36148.         $b = new \Doctrine\Common\Annotations\AnnotationReader();
  36149.         $b->addGlobalIgnoredName('required', ($this->privates['annotations.dummy_registry'] ?? $this->getAnnotations_DummyRegistryService()));
  36150.         return $this->privates['nzo.annotation_resolver'] = new \Nzo\UrlEncryptorBundle\Annotations\AnnotationResolver($a$b);
  36151.     }
  36152.     /**
  36153.      * Gets the private 'nzo_encryptor' shared service.
  36154.      *
  36155.      * @return \Nzo\UrlEncryptorBundle\Encryptor\Encryptor
  36156.      */
  36157.     protected function getNzoEncryptorService()
  36158.     {
  36159.         $this->privates['nzo_encryptor'] = $instance = new \Nzo\UrlEncryptorBundle\Encryptor\Encryptor('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8''aes-256-ctr'truetruetrue);
  36160.         $instance->setSecretIv('eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8');
  36161.         return $instance;
  36162.     }
  36163.     /**
  36164.      * Gets the private 'obligations.search_filter' shared service.
  36165.      *
  36166.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36167.      */
  36168.     protected function getObligations_SearchFilterService()
  36169.     {
  36170.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36171.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36172.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36173.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36174.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36175.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36176.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36177.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36178.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36179.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36180.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36181.         if (isset($this->privates['obligations.search_filter'])) {
  36182.             return $this->privates['obligations.search_filter'];
  36183.         }
  36184.         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()));
  36185.     }
  36186.     /**
  36187.      * Gets the private 'occupation_period.search_filter' shared service.
  36188.      *
  36189.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36190.      */
  36191.     protected function getOccupationPeriod_SearchFilterService()
  36192.     {
  36193.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36194.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36195.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36196.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36197.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36198.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36199.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36200.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36201.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36202.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36203.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36204.         if (isset($this->privates['occupation_period.search_filter'])) {
  36205.             return $this->privates['occupation_period.search_filter'];
  36206.         }
  36207.         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()));
  36208.     }
  36209.     /**
  36210.      * Gets the private 'offer_collaborative.search_filter' shared service.
  36211.      *
  36212.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36213.      */
  36214.     protected function getOfferCollaborative_SearchFilterService()
  36215.     {
  36216.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36217.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36218.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36219.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36220.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36221.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36222.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36223.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36224.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36225.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36226.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36227.         if (isset($this->privates['offer_collaborative.search_filter'])) {
  36228.             return $this->privates['offer_collaborative.search_filter'];
  36229.         }
  36230.         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()));
  36231.     }
  36232.     /**
  36233.      * Gets the private 'offer_collaborative_buyers.search_filter' shared service.
  36234.      *
  36235.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36236.      */
  36237.     protected function getOfferCollaborativeBuyers_SearchFilterService()
  36238.     {
  36239.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36240.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36241.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36242.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36243.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36244.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36245.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36246.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36247.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36248.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36249.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36250.         if (isset($this->privates['offer_collaborative_buyers.search_filter'])) {
  36251.             return $this->privates['offer_collaborative_buyers.search_filter'];
  36252.         }
  36253.         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()));
  36254.     }
  36255.     /**
  36256.      * Gets the private 'parameter_bag' shared service.
  36257.      *
  36258.      * @return \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag
  36259.      */
  36260.     protected function getParameterBagService()
  36261.     {
  36262.         return $this->privates['parameter_bag'] = new \Symfony\Component\DependencyInjection\ParameterBag\ContainerBag($this);
  36263.     }
  36264.     /**
  36265.      * Gets the private 'payment_history.search_filter' shared service.
  36266.      *
  36267.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36268.      */
  36269.     protected function getPaymentHistory_SearchFilterService()
  36270.     {
  36271.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36272.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36273.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36274.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36275.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36276.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36277.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36278.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36279.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36280.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36281.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36282.         if (isset($this->privates['payment_history.search_filter'])) {
  36283.             return $this->privates['payment_history.search_filter'];
  36284.         }
  36285.         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()));
  36286.     }
  36287.     /**
  36288.      * Gets the private 'permit_citerne.search_filter' shared service.
  36289.      *
  36290.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36291.      */
  36292.     protected function getPermitCiterne_SearchFilterService()
  36293.     {
  36294.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36295.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36296.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36297.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36298.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36299.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36300.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36301.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36302.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36303.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36304.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36305.         if (isset($this->privates['permit_citerne.search_filter'])) {
  36306.             return $this->privates['permit_citerne.search_filter'];
  36307.         }
  36308.         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()));
  36309.     }
  36310.     /**
  36311.      * Gets the private 'permit_property.search_filter' shared service.
  36312.      *
  36313.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36314.      */
  36315.     protected function getPermitProperty_SearchFilterService()
  36316.     {
  36317.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36318.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36319.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36320.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36321.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36322.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36323.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36324.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36325.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36326.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36327.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36328.         if (isset($this->privates['permit_property.search_filter'])) {
  36329.             return $this->privates['permit_property.search_filter'];
  36330.         }
  36331.         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()));
  36332.     }
  36333.     /**
  36334.      * Gets the private 'permit_property_procedure.search_filter' shared service.
  36335.      *
  36336.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36337.      */
  36338.     protected function getPermitPropertyProcedure_SearchFilterService()
  36339.     {
  36340.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36341.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36342.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36343.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36344.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36345.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36346.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36347.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36348.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36349.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36350.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36351.         if (isset($this->privates['permit_property_procedure.search_filter'])) {
  36352.             return $this->privates['permit_property_procedure.search_filter'];
  36353.         }
  36354.         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()));
  36355.     }
  36356.     /**
  36357.      * Gets the private 'profiler_listener' shared service.
  36358.      *
  36359.      * @return \Symfony\Component\HttpKernel\EventListener\ProfilerListener
  36360.      */
  36361.     protected function getProfilerListenerService()
  36362.     {
  36363.         $a = ($this->services['.container.private.profiler'] ?? $this->get_Container_Private_ProfilerService());
  36364.         if (isset($this->privates['profiler_listener'])) {
  36365.             return $this->privates['profiler_listener'];
  36366.         }
  36367.         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);
  36368.     }
  36369.     /**
  36370.      * Gets the private 'property_accessor' shared service.
  36371.      *
  36372.      * @return \Symfony\Component\PropertyAccess\PropertyAccessor
  36373.      */
  36374.     protected function getPropertyAccessorService()
  36375.     {
  36376.         $a = ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36377.         return $this->privates['property_accessor'] = new \Symfony\Component\PropertyAccess\PropertyAccessor(32, new \Symfony\Component\Cache\Adapter\ArrayAdapter(0false), $a$a);
  36378.     }
  36379.     /**
  36380.      * Gets the private 'property_info' shared service.
  36381.      *
  36382.      * @return \Symfony\Component\PropertyInfo\PropertyInfoExtractor
  36383.      */
  36384.     protected function getPropertyInfoService()
  36385.     {
  36386.         return $this->privates['property_info'] = new \Symfony\Component\PropertyInfo\PropertyInfoExtractor(new RewindableGenerator(function () {
  36387.             yield => ($this->privates['property_info.serializer_extractor'] ?? $this->getPropertyInfo_SerializerExtractorService());
  36388.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36389.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  36390.             yield => ($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService());
  36391.         }, 4), new RewindableGenerator(function () {
  36392.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  36393.             yield => ($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService());
  36394.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36395.         }, 3), new RewindableGenerator(function () {
  36396.             return new \EmptyIterator();
  36397.         }, 0), new RewindableGenerator(function () {
  36398.             yield => ($this->privates['doctrine.orm.default_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_DefaultEntityManager_PropertyInfoExtractorService());
  36399.             yield => ($this->privates['doctrine.orm.import_entity_manager.property_info_extractor'] ?? $this->getDoctrine_Orm_ImportEntityManager_PropertyInfoExtractorService());
  36400.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36401.         }, 3), new RewindableGenerator(function () {
  36402.             yield => ($this->privates['property_info.reflection_extractor'] ?? ($this->privates['property_info.reflection_extractor'] = new \Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor()));
  36403.         }, 1));
  36404.     }
  36405.     /**
  36406.      * Gets the private 'property_info.serializer_extractor' shared service.
  36407.      *
  36408.      * @return \Symfony\Component\PropertyInfo\Extractor\SerializerExtractor
  36409.      */
  36410.     protected function getPropertyInfo_SerializerExtractorService()
  36411.     {
  36412.         include_once \dirname(__DIR__4).'/vendor/symfony/property-info/Extractor/SerializerExtractor.php';
  36413.         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()));
  36414.     }
  36415.     /**
  36416.      * Gets the private 'provider.delete.watter_filter' shared autowired service.
  36417.      *
  36418.      * @return \App\Filter\ProviderWatterDeleteFilter
  36419.      */
  36420.     protected function getProvider_Delete_WatterFilterService()
  36421.     {
  36422.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36423.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36424.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36425.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36426.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36427.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36428.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36429.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterDeleteFilter.php';
  36430.         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');
  36431.     }
  36432.     /**
  36433.      * Gets the private 'provider.water_invoice_filter' shared autowired service.
  36434.      *
  36435.      * @return \App\Filter\InvoiceWaterFilter
  36436.      */
  36437.     protected function getProvider_WaterInvoiceFilterService()
  36438.     {
  36439.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36440.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36441.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36442.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36443.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36444.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36445.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36446.         include_once \dirname(__DIR__4).'/src/Filter/InvoiceWaterFilter.php';
  36447.         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');
  36448.     }
  36449.     /**
  36450.      * Gets the private 'provider.watter_consumption_filter' shared autowired service.
  36451.      *
  36452.      * @return \App\Filter\ProviderWatterConsumptionFilter
  36453.      */
  36454.     protected function getProvider_WatterConsumptionFilterService()
  36455.     {
  36456.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36457.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36458.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36459.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36460.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36461.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36462.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36463.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterConsumptionFilter.php';
  36464.         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');
  36465.     }
  36466.     /**
  36467.      * Gets the private 'provider.watter_intervention_filter' shared autowired service.
  36468.      *
  36469.      * @return \App\Filter\ProviderWatterInterventionOrderFilter
  36470.      */
  36471.     protected function getProvider_WatterInterventionFilterService()
  36472.     {
  36473.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36474.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36475.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36476.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36477.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36478.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36479.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36480.         include_once \dirname(__DIR__4).'/src/Filter/ProviderWatterInterventionOrderFilter.php';
  36481.         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');
  36482.     }
  36483.     /**
  36484.      * Gets the private 'provider_fluvius.boolean_filter' shared service.
  36485.      *
  36486.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  36487.      */
  36488.     protected function getProviderFluvius_BooleanFilterService()
  36489.     {
  36490.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36491.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36492.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36493.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36494.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36495.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36496.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36497.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  36498.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  36499.         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()));
  36500.     }
  36501.     /**
  36502.      * Gets the private 'provider_ores.boolean_filter' shared service.
  36503.      *
  36504.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  36505.      */
  36506.     protected function getProviderOres_BooleanFilterService()
  36507.     {
  36508.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36509.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36510.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36511.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36512.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36513.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36514.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36515.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  36516.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  36517.         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()));
  36518.     }
  36519.     /**
  36520.      * Gets the private 'provider_ores_brugel.search_filter' shared service.
  36521.      *
  36522.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36523.      */
  36524.     protected function getProviderOresBrugel_SearchFilterService()
  36525.     {
  36526.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36527.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36528.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36529.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36530.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36531.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36532.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36533.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36534.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36535.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36536.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36537.         if (isset($this->privates['provider_ores_brugel.search_filter'])) {
  36538.             return $this->privates['provider_ores_brugel.search_filter'];
  36539.         }
  36540.         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()));
  36541.     }
  36542.     /**
  36543.      * Gets the private 'provider_sibelga_task.boolean_filter' shared service.
  36544.      *
  36545.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\BooleanFilter
  36546.      */
  36547.     protected function getProviderSibelgaTask_BooleanFilterService()
  36548.     {
  36549.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36550.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36551.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36552.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36553.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36554.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36555.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36556.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/BooleanFilterTrait.php';
  36557.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/BooleanFilter.php';
  36558.         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()));
  36559.     }
  36560.     /**
  36561.      * Gets the private 'provider_solar.search_filter' shared service.
  36562.      *
  36563.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36564.      */
  36565.     protected function getProviderSolar_SearchFilterService()
  36566.     {
  36567.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36568.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36569.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36570.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36571.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36572.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36573.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36574.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36575.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36576.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36577.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36578.         if (isset($this->privates['provider_solar.search_filter'])) {
  36579.             return $this->privates['provider_solar.search_filter'];
  36580.         }
  36581.         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()));
  36582.     }
  36583.     /**
  36584.      * Gets the private 'provider_solar_declaration_cadastre.boolean_filter' shared service.
  36585.      *
  36586.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36587.      */
  36588.     protected function getProviderSolarDeclarationCadastre_BooleanFilterService()
  36589.     {
  36590.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36591.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36592.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36593.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36594.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36595.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36596.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36597.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36598.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36599.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36600.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36601.         if (isset($this->privates['provider_solar_declaration_cadastre.boolean_filter'])) {
  36602.             return $this->privates['provider_solar_declaration_cadastre.boolean_filter'];
  36603.         }
  36604.         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()));
  36605.     }
  36606.     /**
  36607.      * Gets the private 'provider_tank_installation.search_filter' shared service.
  36608.      *
  36609.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36610.      */
  36611.     protected function getProviderTankInstallation_SearchFilterService()
  36612.     {
  36613.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36614.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36615.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36616.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36617.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36618.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36619.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36620.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36621.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36622.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36623.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36624.         if (isset($this->privates['provider_tank_installation.search_filter'])) {
  36625.             return $this->privates['provider_tank_installation.search_filter'];
  36626.         }
  36627.         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()));
  36628.     }
  36629.     /**
  36630.      * Gets the private 'rent_history.search_filter' shared service.
  36631.      *
  36632.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36633.      */
  36634.     protected function getRentHistory_SearchFilterService()
  36635.     {
  36636.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36637.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36638.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36639.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36640.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36646.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36647.         if (isset($this->privates['rent_history.search_filter'])) {
  36648.             return $this->privates['rent_history.search_filter'];
  36649.         }
  36650.         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()));
  36651.     }
  36652.     /**
  36653.      * Gets the private 'rent_request_details.search_filter' shared service.
  36654.      *
  36655.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36656.      */
  36657.     protected function getRentRequestDetails_SearchFilterService()
  36658.     {
  36659.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36660.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36661.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36662.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36663.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36664.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36665.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36666.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36667.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36668.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36669.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36670.         if (isset($this->privates['rent_request_details.search_filter'])) {
  36671.             return $this->privates['rent_request_details.search_filter'];
  36672.         }
  36673.         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()));
  36674.     }
  36675.     /**
  36676.      * Gets the private 'rental_management.search_filter' shared service.
  36677.      *
  36678.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36679.      */
  36680.     protected function getRentalManagement_SearchFilterService()
  36681.     {
  36682.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36683.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36684.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36685.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36686.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36687.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36688.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36689.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36690.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36691.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36692.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36693.         if (isset($this->privates['rental_management.search_filter'])) {
  36694.             return $this->privates['rental_management.search_filter'];
  36695.         }
  36696.         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()));
  36697.     }
  36698.     /**
  36699.      * Gets the private 'rm_leave.search_filter' shared service.
  36700.      *
  36701.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36702.      */
  36703.     protected function getRmLeave_SearchFilterService()
  36704.     {
  36705.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36706.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36707.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36708.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36709.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36710.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36711.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36712.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36713.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36714.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36715.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36716.         if (isset($this->privates['rm_leave.search_filter'])) {
  36717.             return $this->privates['rm_leave.search_filter'];
  36718.         }
  36719.         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()));
  36720.     }
  36721.     /**
  36722.      * Gets the private 'rm_payment.search_filter' shared service.
  36723.      *
  36724.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  36725.      */
  36726.     protected function getRmPayment_SearchFilterService()
  36727.     {
  36728.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  36729.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  36730.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  36731.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  36732.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  36733.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  36734.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  36735.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  36736.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  36737.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  36738.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  36739.         if (isset($this->privates['rm_payment.search_filter'])) {
  36740.             return $this->privates['rm_payment.search_filter'];
  36741.         }
  36742.         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()));
  36743.     }
  36744.     /**
  36745.      * Gets the private 'router.cache_warmer' shared service.
  36746.      *
  36747.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer
  36748.      */
  36749.     protected function getRouter_CacheWarmerService()
  36750.     {
  36751.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  36752.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/RouterCacheWarmer.php';
  36753.         return $this->privates['router.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\RouterCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36754.             'router' => ['services''router''getRouterService'false],
  36755.         ], [
  36756.             'router' => '?',
  36757.         ]))->withContext('router.cache_warmer'$this));
  36758.     }
  36759.     /**
  36760.      * Gets the private 'router.expression_language_provider' shared service.
  36761.      *
  36762.      * @return \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider
  36763.      */
  36764.     protected function getRouter_ExpressionLanguageProviderService()
  36765.     {
  36766.         return $this->privates['router.expression_language_provider'] = new \Symfony\Component\Routing\Matcher\ExpressionLanguageProvider(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  36767.             'env' => ['privates''container.getenv''getContainer_GetenvService'false],
  36768.         ], [
  36769.             'env' => 'Closure',
  36770.         ]));
  36771.     }
  36772.     /**
  36773.      * Gets the private 'router.request_context' shared service.
  36774.      *
  36775.      * @return \Symfony\Component\Routing\RequestContext
  36776.      */
  36777.     protected function getRouter_RequestContextService()
  36778.     {
  36779.         $this->privates['router.request_context'] = $instance = \Symfony\Component\Routing\RequestContext::fromUri('''localhost''http'80443);
  36780.         $instance->setParameter('_functions', ($this->privates['router.expression_language_provider'] ?? $this->getRouter_ExpressionLanguageProviderService()));
  36781.         return $instance;
  36782.     }
  36783.     /**
  36784.      * Gets the private 'router_listener' shared service.
  36785.      *
  36786.      * @return \Symfony\Component\HttpKernel\EventListener\RouterListener
  36787.      */
  36788.     protected function getRouterListenerService()
  36789.     {
  36790.         $a = ($this->services['router'] ?? $this->getRouterService());
  36791.         if (isset($this->privates['router_listener'])) {
  36792.             return $this->privates['router_listener'];
  36793.         }
  36794.         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);
  36795.     }
  36796.     /**
  36797.      * Gets the private 'secrets.vault' shared service.
  36798.      *
  36799.      * @return \Symfony\Bundle\FrameworkBundle\Secrets\SodiumVault
  36800.      */
  36801.     protected function getSecrets_VaultService()
  36802.     {
  36803.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/AbstractVault.php';
  36804.         include_once \dirname(__DIR__4).'/vendor/symfony/dependency-injection/EnvVarLoaderInterface.php';
  36805.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/Secrets/SodiumVault.php';
  36806.         include_once \dirname(__DIR__4).'/vendor/symfony/string/LazyString.php';
  36807.         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'));
  36808.     }
  36809.     /**
  36810.      * Gets the private 'security.access_listener' shared service.
  36811.      *
  36812.      * @return \Symfony\Component\Security\Http\Firewall\AccessListener
  36813.      */
  36814.     protected function getSecurity_AccessListenerService()
  36815.     {
  36816.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  36817.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  36818.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AccessListener.php';
  36819.         $a = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  36820.         if (isset($this->privates['security.access_listener'])) {
  36821.             return $this->privates['security.access_listener'];
  36822.         }
  36823.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36824.         if (isset($this->privates['security.access_listener'])) {
  36825.             return $this->privates['security.access_listener'];
  36826.         }
  36827.         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);
  36828.     }
  36829.     /**
  36830.      * Gets the private 'security.access_map' shared service.
  36831.      *
  36832.      * @return \Symfony\Component\Security\Http\AccessMap
  36833.      */
  36834.     protected function getSecurity_AccessMapService()
  36835.     {
  36836.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMapInterface.php';
  36837.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/AccessMap.php';
  36838.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcherInterface.php';
  36839.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/RequestMatcher.php';
  36840.         $this->privates['security.access_map'] = $instance = new \Symfony\Component\Security\Http\AccessMap();
  36841.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  36842.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/login$'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  36843.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/plans'), [=> 'IS_AUTHENTICATED_ANONYMOUSLY'], NULL);
  36844.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/2fa/verify'), [=> 'PUBLIC_ACCESS'], NULL);
  36845.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/2fa/resend'), [=> 'PUBLIC_ACCESS'], NULL);
  36846.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/logout$'), [=> 'IS_AUTHENTICATED_FULLY'], NULL);
  36847.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/admin/'), [=> 'ROLE_ADMIN'], NULL);
  36848.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/login'), [=> 'PUBLIC_ACCESS'], NULL);
  36849.         $instance->add(new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/token/refresh'), [=> 'PUBLIC_ACCESS'], NULL);
  36850.         return $instance;
  36851.     }
  36852.     /**
  36853.      * Gets the private 'security.authentication.guard_handler' shared service.
  36854.      *
  36855.      * @return \Symfony\Component\Security\Guard\GuardAuthenticatorHandler
  36856.      *
  36857.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.
  36858.      */
  36859.     protected function getSecurity_Authentication_GuardHandlerService()
  36860.     {
  36861.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.guard_handler" service is deprecated, use the new authenticator system instead.');
  36862.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  36863.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  36864.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36865.         if (isset($this->privates['security.authentication.guard_handler'])) {
  36866.             return $this->privates['security.authentication.guard_handler'];
  36867.         }
  36868.         $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_refresh'=> 'client']);
  36869.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('migrate', ($this->privates['security.csrf.token_storage'] ?? $this->getSecurity_Csrf_TokenStorageService())));
  36870.         return $instance;
  36871.     }
  36872.     /**
  36873.      * Gets the private 'security.authentication.listener.anonymous.admin' shared service.
  36874.      *
  36875.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  36876.      *
  36877.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.
  36878.      */
  36879.     protected function getSecurity_Authentication_Listener_Anonymous_AdminService()
  36880.     {
  36881.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  36882.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36883.         if (isset($this->privates['security.authentication.listener.anonymous.admin'])) {
  36884.             return $this->privates['security.authentication.listener.anonymous.admin'];
  36885.         }
  36886.         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);
  36887.     }
  36888.     /**
  36889.      * Gets the private 'security.authentication.listener.anonymous.client' shared service.
  36890.      *
  36891.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  36892.      *
  36893.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.client" service is deprecated, use the new authenticator system instead.
  36894.      */
  36895.     protected function getSecurity_Authentication_Listener_Anonymous_ClientService()
  36896.     {
  36897.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.client" service is deprecated, use the new authenticator system instead.');
  36898.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36899.         if (isset($this->privates['security.authentication.listener.anonymous.client'])) {
  36900.             return $this->privates['security.authentication.listener.anonymous.client'];
  36901.         }
  36902.         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);
  36903.     }
  36904.     /**
  36905.      * Gets the private 'security.authentication.listener.anonymous.client_refresh' shared service.
  36906.      *
  36907.      * @return \Symfony\Component\Security\Http\Firewall\AnonymousAuthenticationListener
  36908.      *
  36909.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.anonymous.client_refresh" service is deprecated, use the new authenticator system instead.
  36910.      */
  36911.     protected function getSecurity_Authentication_Listener_Anonymous_ClientRefreshService()
  36912.     {
  36913.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.anonymous.client_refresh" service is deprecated, use the new authenticator system instead.');
  36914.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36915.         if (isset($this->privates['security.authentication.listener.anonymous.client_refresh'])) {
  36916.             return $this->privates['security.authentication.listener.anonymous.client_refresh'];
  36917.         }
  36918.         return $this->privates['security.authentication.listener.anonymous.client_refresh'] = 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);
  36919.     }
  36920.     /**
  36921.      * Gets the private 'security.authentication.listener.guard.admin' shared service.
  36922.      *
  36923.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  36924.      *
  36925.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.
  36926.      */
  36927.     protected function getSecurity_Authentication_Listener_Guard_AdminService()
  36928.     {
  36929.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.admin" service is deprecated, use the new authenticator system instead.');
  36930.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  36931.         if (isset($this->privates['security.authentication.listener.guard.admin'])) {
  36932.             return $this->privates['security.authentication.listener.guard.admin'];
  36933.         }
  36934.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36935.         if (isset($this->privates['security.authentication.listener.guard.admin'])) {
  36936.             return $this->privates['security.authentication.listener.guard.admin'];
  36937.         }
  36938.         return $this->privates['security.authentication.listener.guard.admin'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'admin', new RewindableGenerator(function () {
  36939.             yield => ($this->privates['App\\Security\\PersonnelAuthenticator'] ?? $this->getPersonnelAuthenticatorService());
  36940.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  36941.     }
  36942.     /**
  36943.      * Gets the private 'security.authentication.listener.guard.client' shared service.
  36944.      *
  36945.      * @return \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener
  36946.      *
  36947.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.guard.client" service is deprecated, use the new authenticator system instead.
  36948.      */
  36949.     protected function getSecurity_Authentication_Listener_Guard_ClientService()
  36950.     {
  36951.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.guard.client" service is deprecated, use the new authenticator system instead.');
  36952.         $a = ($this->privates['security.authentication.guard_handler'] ?? $this->getSecurity_Authentication_GuardHandlerService());
  36953.         if (isset($this->privates['security.authentication.listener.guard.client'])) {
  36954.             return $this->privates['security.authentication.listener.guard.client'];
  36955.         }
  36956.         $b = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36957.         if (isset($this->privates['security.authentication.listener.guard.client'])) {
  36958.             return $this->privates['security.authentication.listener.guard.client'];
  36959.         }
  36960.         return $this->privates['security.authentication.listener.guard.client'] = new \Symfony\Component\Security\Guard\Firewall\GuardAuthenticationListener($a$b'client', new RewindableGenerator(function () {
  36961.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  36962.         }, 1), ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true, ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()));
  36963.     }
  36964.     /**
  36965.      * Gets the private 'security.authentication.listener.json.client' shared service.
  36966.      *
  36967.      * @return \Symfony\Component\Security\Http\Firewall\UsernamePasswordJsonAuthenticationListener
  36968.      *
  36969.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.listener.json.client" service is deprecated, use the new authenticator system instead.
  36970.      */
  36971.     protected function getSecurity_Authentication_Listener_Json_ClientService()
  36972.     {
  36973.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.listener.json.client" service is deprecated, use the new authenticator system instead.');
  36974.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationSuccessHandlerInterface.php';
  36975.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationSuccessHandler.php';
  36976.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationSuccessHandler.php';
  36977.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationFailureHandlerInterface.php';
  36978.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/CustomAuthenticationFailureHandler.php';
  36979.         include_once \dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle/Security/Http/Authentication/AuthenticationFailureHandler.php';
  36980.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategyInterface.php';
  36981.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Session/SessionAuthenticationStrategy.php';
  36982.         $a = ($this->privates['security.authentication.manager'] ?? $this->getSecurity_Authentication_ManagerService());
  36983.         if (isset($this->privates['security.authentication.listener.json.client'])) {
  36984.             return $this->privates['security.authentication.listener.json.client'];
  36985.         }
  36986.         $b = ($this->services['lexik_jwt_authentication.jwt_manager'] ?? $this->getLexikJwtAuthentication_JwtManagerService());
  36987.         if (isset($this->privates['security.authentication.listener.json.client'])) {
  36988.             return $this->privates['security.authentication.listener.json.client'];
  36989.         }
  36990.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  36991.         if (isset($this->privates['security.authentication.listener.json.client'])) {
  36992.             return $this->privates['security.authentication.listener.json.client'];
  36993.         }
  36994.         $d = ($this->services['translator'] ?? $this->getTranslatorService());
  36995.         $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()));
  36996.         if ($this->has('translator')) {
  36997.             $instance->setTranslator($d);
  36998.         }
  36999.         $instance->setSessionAuthenticationStrategy(new \Symfony\Component\Security\Http\Session\SessionAuthenticationStrategy('none'));
  37000.         return $instance;
  37001.     }
  37002.     /**
  37003.      * Gets the private 'security.authentication.manager' shared service.
  37004.      *
  37005.      * @return \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager
  37006.      *
  37007.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.manager" service is deprecated, use the new authenticator system instead.
  37008.      */
  37009.     protected function getSecurity_Authentication_ManagerService()
  37010.     {
  37011.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.manager" service is deprecated, use the new authenticator system instead.');
  37012.         $this->privates['security.authentication.manager'] = $instance = new \Symfony\Component\Security\Core\Authentication\AuthenticationProviderManager(new RewindableGenerator(function () {
  37013.             yield => ($this->privates['security.authentication.provider.anonymous.client_refresh'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ClientRefreshService());
  37014.             yield => ($this->privates['security.authentication.provider.guard.admin'] ?? $this->getSecurity_Authentication_Provider_Guard_AdminService());
  37015.             yield => ($this->privates['security.authentication.provider.anonymous.admin'] ?? $this->getSecurity_Authentication_Provider_Anonymous_AdminService());
  37016.             yield => ($this->privates['security.authentication.provider.guard.client'] ?? $this->getSecurity_Authentication_Provider_Guard_ClientService());
  37017.             yield => ($this->privates['security.authentication.provider.dao.client'] ?? $this->getSecurity_Authentication_Provider_Dao_ClientService());
  37018.             yield => ($this->privates['security.authentication.provider.anonymous.client'] ?? $this->getSecurity_Authentication_Provider_Anonymous_ClientService());
  37019.         }, 6), true);
  37020.         $instance->setEventDispatcher(($this->services['event_dispatcher'] ?? $this->getEventDispatcherService()));
  37021.         return $instance;
  37022.     }
  37023.     /**
  37024.      * Gets the private 'security.authentication.provider.anonymous.admin' shared service.
  37025.      *
  37026.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  37027.      *
  37028.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.
  37029.      */
  37030.     protected function getSecurity_Authentication_Provider_Anonymous_AdminService()
  37031.     {
  37032.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.admin" service is deprecated, use the new authenticator system instead.');
  37033.         return $this->privates['security.authentication.provider.anonymous.admin'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  37034.     }
  37035.     /**
  37036.      * Gets the private 'security.authentication.provider.anonymous.client' shared service.
  37037.      *
  37038.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  37039.      *
  37040.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.client" service is deprecated, use the new authenticator system instead.
  37041.      */
  37042.     protected function getSecurity_Authentication_Provider_Anonymous_ClientService()
  37043.     {
  37044.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.client" service is deprecated, use the new authenticator system instead.');
  37045.         return $this->privates['security.authentication.provider.anonymous.client'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  37046.     }
  37047.     /**
  37048.      * Gets the private 'security.authentication.provider.anonymous.client_refresh' shared service.
  37049.      *
  37050.      * @return \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider
  37051.      *
  37052.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.anonymous.client_refresh" service is deprecated, use the new authenticator system instead.
  37053.      */
  37054.     protected function getSecurity_Authentication_Provider_Anonymous_ClientRefreshService()
  37055.     {
  37056.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.anonymous.client_refresh" service is deprecated, use the new authenticator system instead.');
  37057.         return $this->privates['security.authentication.provider.anonymous.client_refresh'] = new \Symfony\Component\Security\Core\Authentication\Provider\AnonymousAuthenticationProvider($this->getParameter('container.build_hash'));
  37058.     }
  37059.     /**
  37060.      * Gets the private 'security.authentication.provider.dao.client' shared service.
  37061.      *
  37062.      * @return \Symfony\Component\Security\Core\Authentication\Provider\DaoAuthenticationProvider
  37063.      *
  37064.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.dao.client" service is deprecated, use the new authenticator system instead.
  37065.      */
  37066.     protected function getSecurity_Authentication_Provider_Dao_ClientService()
  37067.     {
  37068.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.dao.client" service is deprecated, use the new authenticator system instead.');
  37069.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37070.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  37071.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37072.         if (isset($this->privates['security.authentication.provider.dao.client'])) {
  37073.             return $this->privates['security.authentication.provider.dao.client'];
  37074.         }
  37075.         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);
  37076.     }
  37077.     /**
  37078.      * Gets the private 'security.authentication.provider.guard.admin' shared service.
  37079.      *
  37080.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  37081.      *
  37082.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.
  37083.      */
  37084.     protected function getSecurity_Authentication_Provider_Guard_AdminService()
  37085.     {
  37086.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.admin" service is deprecated, use the new authenticator system instead.');
  37087.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37088.         include_once \dirname(__DIR__4).'/src/Security/UserChecker.php';
  37089.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37090.         if (isset($this->privates['security.authentication.provider.guard.admin'])) {
  37091.             return $this->privates['security.authentication.provider.guard.admin'];
  37092.         }
  37093.         return $this->privates['security.authentication.provider.guard.admin'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  37094.             yield => ($this->privates['App\\Security\\PersonnelAuthenticator'] ?? $this->getPersonnelAuthenticatorService());
  37095.         }, 1), $a'admin', new \App\Security\UserChecker(), ($this->privates['security.user_password_hasher'] ?? $this->getSecurity_UserPasswordHasherService()));
  37096.     }
  37097.     /**
  37098.      * Gets the private 'security.authentication.provider.guard.client' shared service.
  37099.      *
  37100.      * @return \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider
  37101.      *
  37102.      * @deprecated Since symfony/security-bundle 5.3: The "security.authentication.provider.guard.client" service is deprecated, use the new authenticator system instead.
  37103.      */
  37104.     protected function getSecurity_Authentication_Provider_Guard_ClientService()
  37105.     {
  37106.         trigger_deprecation('symfony/security-bundle''5.3''The "security.authentication.provider.guard.client" service is deprecated, use the new authenticator system instead.');
  37107.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37108.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  37109.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37110.         if (isset($this->privates['security.authentication.provider.guard.client'])) {
  37111.             return $this->privates['security.authentication.provider.guard.client'];
  37112.         }
  37113.         return $this->privates['security.authentication.provider.guard.client'] = new \Symfony\Component\Security\Guard\Provider\GuardAuthenticationProvider(new RewindableGenerator(function () {
  37114.             yield => ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  37115.         }, 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()));
  37116.     }
  37117.     /**
  37118.      * Gets the private 'security.authentication.switchuser_listener.client' shared service.
  37119.      *
  37120.      * @return \Symfony\Component\Security\Http\Firewall\SwitchUserListener
  37121.      */
  37122.     protected function getSecurity_Authentication_SwitchuserListener_ClientService()
  37123.     {
  37124.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37125.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37126.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/SwitchUserListener.php';
  37127.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/UserCheckerInterface.php';
  37128.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/User/InMemoryUserChecker.php';
  37129.         $a = ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37130.         if (isset($this->privates['security.authentication.switchuser_listener.client'])) {
  37131.             return $this->privates['security.authentication.switchuser_listener.client'];
  37132.         }
  37133.         $b = ($this->privates['debug.security.access.decision_manager'] ?? $this->getDebug_Security_Access_DecisionManagerService());
  37134.         if (isset($this->privates['security.authentication.switchuser_listener.client'])) {
  37135.             return $this->privates['security.authentication.switchuser_listener.client'];
  37136.         }
  37137.         $c = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37138.         if (isset($this->privates['security.authentication.switchuser_listener.client'])) {
  37139.             return $this->privates['security.authentication.switchuser_listener.client'];
  37140.         }
  37141.         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);
  37142.     }
  37143.     /**
  37144.      * Gets the private 'security.authentication_utils' shared service.
  37145.      *
  37146.      * @return \Symfony\Component\Security\Http\Authentication\AuthenticationUtils
  37147.      */
  37148.     protected function getSecurity_AuthenticationUtilsService()
  37149.     {
  37150.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Authentication/AuthenticationUtils.php';
  37151.         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())));
  37152.     }
  37153.     /**
  37154.      * Gets the private 'security.channel_listener' shared service.
  37155.      *
  37156.      * @return \Symfony\Component\Security\Http\Firewall\ChannelListener
  37157.      */
  37158.     protected function getSecurity_ChannelListenerService()
  37159.     {
  37160.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37161.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37162.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ChannelListener.php';
  37163.         $a = ($this->privates['router.request_context'] ?? $this->getRouter_RequestContextService());
  37164.         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());
  37165.     }
  37166.     /**
  37167.      * Gets the private 'security.command.debug_firewall' shared service.
  37168.      *
  37169.      * @return \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand
  37170.      */
  37171.     protected function getSecurity_Command_DebugFirewallService()
  37172.     {
  37173.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37174.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Command/DebugFirewallCommand.php';
  37175.         $this->privates['security.command.debug_firewall'] = $instance = new \Symfony\Bundle\SecurityBundle\Command\DebugFirewallCommand($this->parameters['security.firewalls'], ($this->privates['.service_locator.p8d3Ugc'] ?? $this->get_ServiceLocator_P8d3UgcService()), ($this->privates['.service_locator.LLUPgpm'] ?? $this->get_ServiceLocator_LLUPgpmService()), [], false);
  37176.         $instance->setName('debug:firewall');
  37177.         $instance->setDescription('Display information about your security firewall(s)');
  37178.         return $instance;
  37179.     }
  37180.     /**
  37181.      * Gets the private 'security.command.user_password_encoder' shared service.
  37182.      *
  37183.      * @return \Symfony\Bundle\SecurityBundle\Command\UserPasswordEncoderCommand
  37184.      *
  37185.      * @deprecated Since symfony/security-bundle 5.3: The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.
  37186.      */
  37187.     protected function getSecurity_Command_UserPasswordEncoderService()
  37188.     {
  37189.         trigger_deprecation('symfony/security-bundle''5.3''The "security.command.user_password_encoder" service is deprecated, use "security.command.user_password_hash" instead.');
  37190.         $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']);
  37191.         $instance->setName('security:encode-password');
  37192.         $instance->setDescription('Encode a password');
  37193.         return $instance;
  37194.     }
  37195.     /**
  37196.      * Gets the private 'security.command.user_password_hash' shared service.
  37197.      *
  37198.      * @return \Symfony\Component\PasswordHasher\Command\UserPasswordHashCommand
  37199.      */
  37200.     protected function getSecurity_Command_UserPasswordHashService()
  37201.     {
  37202.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37203.         include_once \dirname(__DIR__4).'/vendor/symfony/password-hasher/Command/UserPasswordHashCommand.php';
  37204.         $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']);
  37205.         $instance->setName('security:hash-password');
  37206.         $instance->setDescription('Hash a user password');
  37207.         return $instance;
  37208.     }
  37209.     /**
  37210.      * Gets the private 'security.context_listener.0' shared service.
  37211.      *
  37212.      * @return \Symfony\Component\Security\Http\Firewall\ContextListener
  37213.      */
  37214.     protected function getSecurity_ContextListener_0Service()
  37215.     {
  37216.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37217.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37218.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ContextListener.php';
  37219.         $a = ($this->services['event_dispatcher'] ?? $this->getEventDispatcherService());
  37220.         if (isset($this->privates['security.context_listener.0'])) {
  37221.             return $this->privates['security.context_listener.0'];
  37222.         }
  37223.         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 () {
  37224.             yield => ($this->privates['App\\DataProvider\\UserProvider'] ?? $this->getUserProviderService());
  37225.         }, 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']);
  37226.     }
  37227.     /**
  37228.      * Gets the private 'security.csrf.token_storage' shared service.
  37229.      *
  37230.      * @return \Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage
  37231.      */
  37232.     protected function getSecurity_Csrf_TokenStorageService()
  37233.     {
  37234.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/TokenStorageInterface.php';
  37235.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/ClearableTokenStorageInterface.php';
  37236.         include_once \dirname(__DIR__4).'/vendor/symfony/security-csrf/TokenStorage/SessionTokenStorage.php';
  37237.         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())));
  37238.     }
  37239.     /**
  37240.      * Gets the private 'security.encoder_factory.generic' shared service.
  37241.      *
  37242.      * @return \Symfony\Component\Security\Core\Encoder\EncoderFactory
  37243.      *
  37244.      * @deprecated Since symfony/security-bundle 5.3: The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.
  37245.      */
  37246.     protected function getSecurity_EncoderFactory_GenericService()
  37247.     {
  37248.         trigger_deprecation('symfony/security-bundle''5.3''The "security.encoder_factory.generic" service is deprecated, use "security.password_hasher_factory" instead.');
  37249.         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]]]);
  37250.     }
  37251.     /**
  37252.      * Gets the private 'security.event_dispatcher.admin' shared service.
  37253.      *
  37254.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  37255.      */
  37256.     protected function getSecurity_EventDispatcher_AdminService()
  37257.     {
  37258.         $this->privates['security.event_dispatcher.admin'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  37259.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37260.             return ($this->privates['security.logout.listener.default.admin'] ?? $this->getSecurity_Logout_Listener_Default_AdminService());
  37261.         }, => 'onLogout'], 64);
  37262.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37263.             return ($this->privates['security.logout.listener.session.admin'] ?? ($this->privates['security.logout.listener.session.admin'] = new \Symfony\Component\Security\Http\EventListener\SessionLogoutListener()));
  37264.         }, => 'onLogout'], 0);
  37265.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37266.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  37267.         }, => 'onLogout'], 0);
  37268.         return $instance;
  37269.     }
  37270.     /**
  37271.      * Gets the private 'security.event_dispatcher.client' shared service.
  37272.      *
  37273.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  37274.      */
  37275.     protected function getSecurity_EventDispatcher_ClientService()
  37276.     {
  37277.         $this->privates['security.event_dispatcher.client'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  37278.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37279.             return ($this->privates['security.logout.listener.default.client'] ?? $this->getSecurity_Logout_Listener_Default_ClientService());
  37280.         }, => 'onLogout'], 64);
  37281.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37282.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  37283.         }, => 'onLogout'], 0);
  37284.         return $instance;
  37285.     }
  37286.     /**
  37287.      * Gets the private 'security.event_dispatcher.client_refresh' shared service.
  37288.      *
  37289.      * @return \Symfony\Component\EventDispatcher\EventDispatcher
  37290.      */
  37291.     protected function getSecurity_EventDispatcher_ClientRefreshService()
  37292.     {
  37293.         $this->privates['security.event_dispatcher.client_refresh'] = $instance = new \Symfony\Component\EventDispatcher\EventDispatcher();
  37294.         $instance->addListener('Symfony\\Component\\Security\\Http\\Event\\LogoutEvent', [=> function () {
  37295.             return ($this->privates['security.logout.listener.csrf_token_clearing'] ?? $this->getSecurity_Logout_Listener_CsrfTokenClearingService());
  37296.         }, => 'onLogout'], 0);
  37297.         return $instance;
  37298.     }
  37299.     /**
  37300.      * Gets the private 'security.expression_language' shared service.
  37301.      *
  37302.      * @return \Symfony\Component\Security\Core\Authorization\ExpressionLanguage
  37303.      */
  37304.     protected function getSecurity_ExpressionLanguageService()
  37305.     {
  37306.         $this->privates['security.expression_language'] = $instance = new \Symfony\Component\Security\Core\Authorization\ExpressionLanguage(($this->privates['cache.security_expression_language'] ?? $this->getCache_SecurityExpressionLanguageService()));
  37307.         $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())));
  37308.         return $instance;
  37309.     }
  37310.     /**
  37311.      * Gets the private 'security.firewall.map' shared service.
  37312.      *
  37313.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallMap
  37314.      */
  37315.     protected function getSecurity_Firewall_MapService()
  37316.     {
  37317.         $a = ($this->privates['.service_locator.p8d3Ugc'] ?? $this->get_ServiceLocator_P8d3UgcService());
  37318.         if (isset($this->privates['security.firewall.map'])) {
  37319.             return $this->privates['security.firewall.map'];
  37320.         }
  37321.         return $this->privates['security.firewall.map'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallMap($a, new RewindableGenerator(function () {
  37322.             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)/')));
  37323.             yield 'security.firewall.map.context.client_refresh' => ($this->privates['.security.request_matcher.2I7zP0L'] ?? ($this->privates['.security.request_matcher.2I7zP0L'] = new \Symfony\Component\HttpFoundation\RequestMatcher('^/api/immo/v2/token/refresh')));
  37324.             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')));
  37325.             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/')));
  37326.         }, 4));
  37327.     }
  37328.     /**
  37329.      * Gets the private 'security.firewall.map.context.admin' shared service.
  37330.      *
  37331.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37332.      */
  37333.     protected function getSecurity_Firewall_Map_Context_AdminService()
  37334.     {
  37335.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37336.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  37337.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  37338.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37339.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37340.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  37341.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37342.         $a = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  37343.         if (isset($this->privates['security.firewall.map.context.admin'])) {
  37344.             return $this->privates['security.firewall.map.context.admin'];
  37345.         }
  37346.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  37347.         return $this->privates['security.firewall.map.context.admin'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37348.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  37349.             yield => ($this->privates['security.context_listener.0'] ?? $this->getSecurity_ContextListener_0Service());
  37350.             yield => ($this->privates['security.authentication.listener.guard.admin'] ?? $this->getSecurity_Authentication_Listener_Guard_AdminService());
  37351.             yield => ($this->privates['security.authentication.listener.anonymous.admin'] ?? $this->getSecurity_Authentication_Listener_Anonymous_AdminService());
  37352.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  37353.         }, 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));
  37354.     }
  37355.     /**
  37356.      * Gets the private 'security.firewall.map.context.client' shared service.
  37357.      *
  37358.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37359.      */
  37360.     protected function getSecurity_Firewall_Map_Context_ClientService()
  37361.     {
  37362.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37363.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  37364.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  37365.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/FirewallListenerInterface.php';
  37366.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/AbstractListener.php';
  37367.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/LogoutListener.php';
  37368.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37369.         $a = ($this->privates['lexik_jwt_authentication.security.guard.jwt_token_authenticator'] ?? $this->getLexikJwtAuthentication_Security_Guard_JwtTokenAuthenticatorService());
  37370.         if (isset($this->privates['security.firewall.map.context.client'])) {
  37371.             return $this->privates['security.firewall.map.context.client'];
  37372.         }
  37373.         $b = ($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService());
  37374.         $c = ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService());
  37375.         return $this->privates['security.firewall.map.context.client'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37376.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  37377.             yield => ($this->privates['security.authentication.listener.guard.client'] ?? $this->getSecurity_Authentication_Listener_Guard_ClientService());
  37378.             yield => ($this->privates['security.authentication.listener.json.client'] ?? $this->getSecurity_Authentication_Listener_Json_ClientService());
  37379.             yield => ($this->privates['security.authentication.listener.anonymous.client'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ClientService());
  37380.             yield => ($this->privates['security.authentication.switchuser_listener.client'] ?? $this->getSecurity_Authentication_SwitchuserListener_ClientService());
  37381.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  37382.         }, 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']));
  37383.     }
  37384.     /**
  37385.      * Gets the private 'security.firewall.map.context.client_refresh' shared service.
  37386.      *
  37387.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37388.      */
  37389.     protected function getSecurity_Firewall_Map_Context_ClientRefreshService()
  37390.     {
  37391.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37392.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Util/TargetPathTrait.php';
  37393.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/Firewall/ExceptionListener.php';
  37394.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37395.         return $this->privates['security.firewall.map.context.client_refresh'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37396.             yield => ($this->privates['security.channel_listener'] ?? $this->getSecurity_ChannelListenerService());
  37397.             yield => ($this->privates['security.authentication.listener.anonymous.client_refresh'] ?? $this->getSecurity_Authentication_Listener_Anonymous_ClientRefreshService());
  37398.             yield => ($this->privates['security.access_listener'] ?? $this->getSecurity_AccessListenerService());
  37399.         }, 3), new \Symfony\Component\Security\Http\Firewall\ExceptionListener(($this->services['.container.private.security.token_storage'] ?? $this->get_Container_Private_Security_TokenStorageService()), ($this->privates['security.authentication.trust_resolver'] ?? ($this->privates['security.authentication.trust_resolver'] = new \Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver())), ($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), 'client_refresh'NULLNULLNULL, ($this->privates['monolog.logger.security'] ?? $this->getMonolog_Logger_SecurityService()), true), NULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('client_refresh''security.user_checker''.security.request_matcher.2I7zP0L'truetrue'App\\DataProvider\\UserProvider'NULLNULLNULLNULL, [=> 'anonymous'], NULL));
  37400.     }
  37401.     /**
  37402.      * Gets the private 'security.firewall.map.context.dev' shared service.
  37403.      *
  37404.      * @return \Symfony\Bundle\SecurityBundle\Security\FirewallContext
  37405.      */
  37406.     protected function getSecurity_Firewall_Map_Context_DevService()
  37407.     {
  37408.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallContext.php';
  37409.         include_once \dirname(__DIR__4).'/vendor/symfony/security-bundle/Security/FirewallConfig.php';
  37410.         return $this->privates['security.firewall.map.context.dev'] = new \Symfony\Bundle\SecurityBundle\Security\FirewallContext(new RewindableGenerator(function () {
  37411.             return new \EmptyIterator();
  37412.         }, 0), NULLNULL, new \Symfony\Bundle\SecurityBundle\Security\FirewallConfig('dev''security.user_checker''.security.request_matcher.Iy.T22O'falsefalseNULLNULLNULLNULLNULL, [], NULL));
  37413.     }
  37414.     /**
  37415.      * Gets the private 'security.helper' shared service.
  37416.      *
  37417.      * @return \Symfony\Component\Security\Core\Security
  37418.      */
  37419.     protected function getSecurity_HelperService()
  37420.     {
  37421.         return $this->privates['security.helper'] = new \Symfony\Component\Security\Core\Security(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37422.             'security.authorization_checker' => ['services''.container.private.security.authorization_checker''get_Container_Private_Security_AuthorizationCheckerService'false],
  37423.             'security.token_storage' => ['services''.container.private.security.token_storage''get_Container_Private_Security_TokenStorageService'false],
  37424.         ], [
  37425.             'security.authorization_checker' => '?',
  37426.             'security.token_storage' => '?',
  37427.         ]));
  37428.     }
  37429.     /**
  37430.      * Gets the private 'security.http_utils' shared service.
  37431.      *
  37432.      * @return \Symfony\Component\Security\Http\HttpUtils
  37433.      */
  37434.     protected function getSecurity_HttpUtilsService()
  37435.     {
  37436.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/HttpUtils.php';
  37437.         $a = ($this->services['router'] ?? $this->getRouterService());
  37438.         if (isset($this->privates['security.http_utils'])) {
  37439.             return $this->privates['security.http_utils'];
  37440.         }
  37441.         return $this->privates['security.http_utils'] = new \Symfony\Component\Security\Http\HttpUtils($a$a'{^https?://%s$}i''{^https://%s$}i');
  37442.     }
  37443.     /**
  37444.      * Gets the private 'security.logout.listener.csrf_token_clearing' shared service.
  37445.      *
  37446.      * @return \Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener
  37447.      */
  37448.     protected function getSecurity_Logout_Listener_CsrfTokenClearingService()
  37449.     {
  37450.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/CsrfTokenClearingLogoutListener.php';
  37451.         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()));
  37452.     }
  37453.     /**
  37454.      * Gets the private 'security.logout.listener.default.admin' shared service.
  37455.      *
  37456.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  37457.      */
  37458.     protected function getSecurity_Logout_Listener_Default_AdminService()
  37459.     {
  37460.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  37461.         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');
  37462.     }
  37463.     /**
  37464.      * Gets the private 'security.logout.listener.default.client' shared service.
  37465.      *
  37466.      * @return \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener
  37467.      */
  37468.     protected function getSecurity_Logout_Listener_Default_ClientService()
  37469.     {
  37470.         include_once \dirname(__DIR__4).'/vendor/symfony/security-http/EventListener/DefaultLogoutListener.php';
  37471.         return $this->privates['security.logout.listener.default.client'] = new \Symfony\Component\Security\Http\EventListener\DefaultLogoutListener(($this->privates['security.http_utils'] ?? $this->getSecurity_HttpUtilsService()), '/');
  37472.     }
  37473.     /**
  37474.      * Gets the private 'security.logout_url_generator' shared service.
  37475.      *
  37476.      * @return \Symfony\Component\Security\Http\Logout\LogoutUrlGenerator
  37477.      */
  37478.     protected function getSecurity_LogoutUrlGeneratorService()
  37479.     {
  37480.         $a = ($this->services['router'] ?? $this->getRouterService());
  37481.         if (isset($this->privates['security.logout_url_generator'])) {
  37482.             return $this->privates['security.logout_url_generator'];
  37483.         }
  37484.         $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()));
  37485.         $instance->registerListener('admin''app_logout''logout''_csrf_token'NULLNULL);
  37486.         $instance->registerListener('client''app_client_logout''logout''_csrf_token'NULLNULL);
  37487.         return $instance;
  37488.     }
  37489.     /**
  37490.      * Gets the private 'security.password_hasher_factory' shared service.
  37491.      *
  37492.      * @return \Symfony\Component\PasswordHasher\Hasher\PasswordHasherFactory
  37493.      */
  37494.     protected function getSecurity_PasswordHasherFactoryService()
  37495.     {
  37496.         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]]]);
  37497.     }
  37498.     /**
  37499.      * Gets the private 'security.role_hierarchy' shared service.
  37500.      *
  37501.      * @return \Symfony\Component\Security\Core\Role\RoleHierarchy
  37502.      */
  37503.     protected function getSecurity_RoleHierarchyService()
  37504.     {
  37505.         return $this->privates['security.role_hierarchy'] = new \Symfony\Component\Security\Core\Role\RoleHierarchy($this->parameters['security.role_hierarchy.roles']);
  37506.     }
  37507.     /**
  37508.      * Gets the private 'security.user_password_hasher' shared service.
  37509.      *
  37510.      * @return \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher
  37511.      */
  37512.     protected function getSecurity_UserPasswordHasherService()
  37513.     {
  37514.         return $this->privates['security.user_password_hasher'] = new \Symfony\Component\PasswordHasher\Hasher\UserPasswordHasher(($this->privates['security.password_hasher_factory'] ?? $this->getSecurity_PasswordHasherFactoryService()));
  37515.     }
  37516.     /**
  37517.      * Gets the private 'security.validator.user_password' shared service.
  37518.      *
  37519.      * @return \Symfony\Component\Security\Core\Validator\Constraints\UserPasswordValidator
  37520.      */
  37521.     protected function getSecurity_Validator_UserPasswordService()
  37522.     {
  37523.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  37524.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  37525.         include_once \dirname(__DIR__4).'/vendor/symfony/security-core/Validator/Constraints/UserPasswordValidator.php';
  37526.         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()));
  37527.     }
  37528.     /**
  37529.      * Gets the private 'sensio_framework_extra.controller.listener' shared service.
  37530.      *
  37531.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener
  37532.      */
  37533.     protected function getSensioFrameworkExtra_Controller_ListenerService()
  37534.     {
  37535.         return $this->privates['sensio_framework_extra.controller.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ControllerListener(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  37536.     }
  37537.     /**
  37538.      * Gets the private 'sensio_framework_extra.converter.listener' shared service.
  37539.      *
  37540.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener
  37541.      */
  37542.     protected function getSensioFrameworkExtra_Converter_ListenerService()
  37543.     {
  37544.         $a = new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterManager();
  37545.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DoctrineParamConverter(($this->services['doctrine'] ?? $this->getDoctrineService()), new \Symfony\Component\ExpressionLanguage\ExpressionLanguage()), 0'doctrine.orm');
  37546.         $a->add(new \Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\DateTimeParamConverter(), 0'datetime');
  37547.         return $this->privates['sensio_framework_extra.converter.listener'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\ParamConverterListener($atrue);
  37548.     }
  37549.     /**
  37550.      * Gets the private 'sensio_framework_extra.psr7.listener.response' shared service.
  37551.      *
  37552.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener
  37553.      */
  37554.     protected function getSensioFrameworkExtra_Psr7_Listener_ResponseService()
  37555.     {
  37556.         include_once \dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src/EventListener/PsrResponseListener.php';
  37557.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/HttpFoundationFactoryInterface.php';
  37558.         include_once \dirname(__DIR__4).'/vendor/symfony/psr-http-message-bridge/Factory/HttpFoundationFactory.php';
  37559.         return $this->privates['sensio_framework_extra.psr7.listener.response'] = new \Sensio\Bundle\FrameworkExtraBundle\EventListener\PsrResponseListener(new \Symfony\Bridge\PsrHttpMessage\Factory\HttpFoundationFactory());
  37560.     }
  37561.     /**
  37562.      * Gets the private 'sensio_framework_extra.security.listener' shared service.
  37563.      *
  37564.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\SecurityListener
  37565.      */
  37566.     protected function getSensioFrameworkExtra_Security_ListenerService()
  37567.     {
  37568.         $a = ($this->services['.container.private.security.authorization_checker'] ?? $this->get_Container_Private_Security_AuthorizationCheckerService());
  37569.         if (isset($this->privates['sensio_framework_extra.security.listener'])) {
  37570.             return $this->privates['sensio_framework_extra.security.listener'];
  37571.         }
  37572.         $b = new \Sensio\Bundle\FrameworkExtraBundle\Security\ExpressionLanguage();
  37573.         $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())));
  37574.         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()));
  37575.     }
  37576.     /**
  37577.      * Gets the private 'sensio_framework_extra.view.listener' shared service.
  37578.      *
  37579.      * @return \Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener
  37580.      */
  37581.     protected function getSensioFrameworkExtra_View_ListenerService()
  37582.     {
  37583.         $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))));
  37584.         $instance->setContainer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37585.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  37586.         ], [
  37587.             'twig' => '?',
  37588.         ]))->withContext('sensio_framework_extra.view.listener'$this));
  37589.         return $instance;
  37590.     }
  37591.     /**
  37592.      * Gets the private 'serializer.mapping.cache_warmer' shared service.
  37593.      *
  37594.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\SerializerCacheWarmer
  37595.      */
  37596.     protected function getSerializer_Mapping_CacheWarmerService()
  37597.     {
  37598.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  37599.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  37600.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/SerializerCacheWarmer.php';
  37601.         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'));
  37602.     }
  37603.     /**
  37604.      * Gets the private 'serializer.mapping.class_discriminator_resolver' shared service.
  37605.      *
  37606.      * @return \Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata
  37607.      */
  37608.     protected function getSerializer_Mapping_ClassDiscriminatorResolverService()
  37609.     {
  37610.         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()));
  37611.     }
  37612.     /**
  37613.      * Gets the private 'serializer.name_converter.metadata_aware' shared service.
  37614.      *
  37615.      * @return \Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter
  37616.      */
  37617.     protected function getSerializer_NameConverter_MetadataAwareService()
  37618.     {
  37619.         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()));
  37620.     }
  37621.     /**
  37622.      * Gets the private 'serializer.normalizer.object' shared service.
  37623.      *
  37624.      * @return \Symfony\Component\Serializer\Normalizer\ObjectNormalizer
  37625.      */
  37626.     protected function getSerializer_Normalizer_ObjectService()
  37627.     {
  37628.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  37629.         if (isset($this->privates['serializer.normalizer.object'])) {
  37630.             return $this->privates['serializer.normalizer.object'];
  37631.         }
  37632.         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);
  37633.     }
  37634.     /**
  37635.      * Gets the private 'service_category.search_filter' shared service.
  37636.      *
  37637.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37638.      */
  37639.     protected function getServiceCategory_SearchFilterService()
  37640.     {
  37641.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37642.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37643.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37644.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37645.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37646.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37647.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37648.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37649.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37650.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37651.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37652.         if (isset($this->privates['service_category.search_filter'])) {
  37653.             return $this->privates['service_category.search_filter'];
  37654.         }
  37655.         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()));
  37656.     }
  37657.     /**
  37658.      * Gets the private 'session.factory' shared service.
  37659.      *
  37660.      * @return \Symfony\Component\HttpFoundation\Session\SessionFactory
  37661.      */
  37662.     protected function getSession_FactoryService()
  37663.     {
  37664.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactoryInterface.php';
  37665.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/SessionFactory.php';
  37666.         $a = ($this->privates['session_listener'] ?? $this->getSessionListenerService());
  37667.         if (isset($this->privates['session.factory'])) {
  37668.             return $this->privates['session.factory'];
  37669.         }
  37670.         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']);
  37671.     }
  37672.     /**
  37673.      * Gets the private 'session.storage.factory.service' shared service.
  37674.      *
  37675.      * @return \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory
  37676.      *
  37677.      * @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.
  37678.      */
  37679.     protected function getSession_Storage_Factory_ServiceService()
  37680.     {
  37681.         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.');
  37682.         return new \Symfony\Bundle\FrameworkBundle\Session\ServiceSessionFactory(($this->privates['session.storage.native'] ?? $this->getSession_Storage_NativeService()));
  37683.     }
  37684.     /**
  37685.      * Gets the private 'session.storage.metadata_bag' shared service.
  37686.      *
  37687.      * @return \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag
  37688.      *
  37689.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.
  37690.      */
  37691.     protected function getSession_Storage_MetadataBagService()
  37692.     {
  37693.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.metadata_bag" service is deprecated, create your own "session.storage.factory" instead.');
  37694.         return new \Symfony\Component\HttpFoundation\Session\Storage\MetadataBag('_sf2_meta'0);
  37695.     }
  37696.     /**
  37697.      * Gets the private 'session.storage.native' shared service.
  37698.      *
  37699.      * @return \Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage
  37700.      *
  37701.      * @deprecated Since symfony/framework-bundle 5.3: The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.
  37702.      */
  37703.     protected function getSession_Storage_NativeService()
  37704.     {
  37705.         trigger_deprecation('symfony/framework-bundle''5.3''The "session.storage.native" service is deprecated, use "session.storage.factory.native" instead.');
  37706.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/AbstractSessionHandler.php';
  37707.         include_once \dirname(__DIR__4).'/vendor/symfony/http-foundation/Session/Storage/Handler/RedisSessionHandler.php';
  37708.         $a = new \Redis();
  37709.         $a->connect($this->getEnv('REDIS_HOST'), $this->getEnv('int:REDIS_PORT'));
  37710.         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());
  37711.     }
  37712.     /**
  37713.      * Gets the private 'session_listener' shared service.
  37714.      *
  37715.      * @return \Symfony\Component\HttpKernel\EventListener\SessionListener
  37716.      */
  37717.     protected function getSessionListenerService()
  37718.     {
  37719.         return $this->privates['session_listener'] = new \Symfony\Component\HttpKernel\EventListener\SessionListener(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  37720.             'initialized_session' => ['services''.container.private.session'NULLfalse],
  37721.             'logger' => ['privates''monolog.logger''getMonolog_LoggerService'false],
  37722.             'request_stack' => ['services''request_stack''getRequestStackService'false],
  37723.             'session' => ['services''.container.private.session''get_Container_Private_SessionService'false],
  37724.             'session_collector' => ['privates''data_collector.request.session_collector''getDataCollector_Request_SessionCollectorService'false],
  37725.             'session_factory' => ['privates''session.factory''getSession_FactoryService'false],
  37726.             'session_storage' => ['privates''session.storage.native''getSession_Storage_NativeService'false],
  37727.         ], [
  37728.             'initialized_session' => '?',
  37729.             'logger' => '?',
  37730.             'request_stack' => '?',
  37731.             'session' => '?',
  37732.             'session_collector' => '?',
  37733.             'session_factory' => '?',
  37734.             'session_storage' => '?',
  37735.         ]), true$this->parameters['session.storage.options']);
  37736.     }
  37737.     /**
  37738.      * Gets the private 'swiftmailer.command.debug' shared service.
  37739.      *
  37740.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand
  37741.      */
  37742.     protected function getSwiftmailer_Command_DebugService()
  37743.     {
  37744.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37745.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  37746.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/DebugCommand.php';
  37747.         $this->privates['swiftmailer.command.debug'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\DebugCommand();
  37748.         $instance->setName('debug:swiftmailer');
  37749.         return $instance;
  37750.     }
  37751.     /**
  37752.      * Gets the private 'swiftmailer.command.new_email' shared service.
  37753.      *
  37754.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand
  37755.      */
  37756.     protected function getSwiftmailer_Command_NewEmailService()
  37757.     {
  37758.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37759.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  37760.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/NewEmailCommand.php';
  37761.         $this->privates['swiftmailer.command.new_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\NewEmailCommand();
  37762.         $instance->setName('swiftmailer:email:send');
  37763.         return $instance;
  37764.     }
  37765.     /**
  37766.      * Gets the private 'swiftmailer.command.send_email' shared service.
  37767.      *
  37768.      * @return \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand
  37769.      */
  37770.     protected function getSwiftmailer_Command_SendEmailService()
  37771.     {
  37772.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  37773.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/AbstractSwiftMailerCommand.php';
  37774.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/Command/SendEmailCommand.php';
  37775.         $this->privates['swiftmailer.command.send_email'] = $instance = new \Symfony\Bundle\SwiftmailerBundle\Command\SendEmailCommand();
  37776.         $instance->setName('swiftmailer:spool:send');
  37777.         return $instance;
  37778.     }
  37779.     /**
  37780.      * Gets the private 'swiftmailer.email_sender.listener' shared service.
  37781.      *
  37782.      * @return \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener
  37783.      */
  37784.     protected function getSwiftmailer_EmailSender_ListenerService()
  37785.     {
  37786.         include_once \dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle/EventListener/EmailSenderListener.php';
  37787.         return $this->privates['swiftmailer.email_sender.listener'] = new \Symfony\Bundle\SwiftmailerBundle\EventListener\EmailSenderListener($this, ($this->privates['monolog.logger'] ?? $this->getMonolog_LoggerService()));
  37788.     }
  37789.     /**
  37790.      * Gets the private 'syndic_chat.syndic_chat_group_filter' shared autowired service.
  37791.      *
  37792.      * @return \App\Filter\SyndicChatGroupFilter
  37793.      */
  37794.     protected function getSyndicChat_SyndicChatGroupFilterService()
  37795.     {
  37796.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37797.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37798.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37799.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37800.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37801.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37802.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37803.         include_once \dirname(__DIR__4).'/src/Filter/SyndicChatGroupFilter.php';
  37804.         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');
  37805.     }
  37806.     /**
  37807.      * Gets the private 'the_property_counter.search_filter' shared service.
  37808.      *
  37809.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37810.      */
  37811.     protected function getThePropertyCounter_SearchFilterService()
  37812.     {
  37813.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37814.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37815.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37816.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37817.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37818.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37819.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37820.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37821.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37822.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37823.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37824.         if (isset($this->privates['the_property_counter.search_filter'])) {
  37825.             return $this->privates['the_property_counter.search_filter'];
  37826.         }
  37827.         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()));
  37828.     }
  37829.     /**
  37830.      * Gets the private 'the_property_counter_statement.search_filter' shared service.
  37831.      *
  37832.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37833.      */
  37834.     protected function getThePropertyCounterStatement_SearchFilterService()
  37835.     {
  37836.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37837.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37838.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37839.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37840.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37841.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37842.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37843.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37844.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37845.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37846.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37847.         if (isset($this->privates['the_property_counter_statement.search_filter'])) {
  37848.             return $this->privates['the_property_counter_statement.search_filter'];
  37849.         }
  37850.         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()));
  37851.     }
  37852.     /**
  37853.      * Gets the private 'the_property_provider.search_filter' shared service.
  37854.      *
  37855.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37856.      */
  37857.     protected function getThePropertyProvider_SearchFilterService()
  37858.     {
  37859.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37860.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37861.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37862.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37863.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37864.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37865.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37866.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37867.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37868.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37869.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37870.         if (isset($this->privates['the_property_provider.search_filter'])) {
  37871.             return $this->privates['the_property_provider.search_filter'];
  37872.         }
  37873.         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()));
  37874.     }
  37875.     /**
  37876.      * Gets the private 'the_property_work.search_filter' shared service.
  37877.      *
  37878.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37879.      */
  37880.     protected function getThePropertyWork_SearchFilterService()
  37881.     {
  37882.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37883.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37884.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37885.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37886.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37887.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37888.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37889.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37890.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37891.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37892.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37893.         if (isset($this->privates['the_property_work.search_filter'])) {
  37894.             return $this->privates['the_property_work.search_filter'];
  37895.         }
  37896.         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()));
  37897.     }
  37898.     /**
  37899.      * Gets the private 'theservice_nearby.search_filter' shared autowired service.
  37900.      *
  37901.      * @return \App\Filter\NearbyFilter
  37902.      */
  37903.     protected function getTheserviceNearby_SearchFilterService()
  37904.     {
  37905.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37906.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37907.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37908.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37909.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37910.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37911.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37912.         include_once \dirname(__DIR__4).'/src/Filter/NearbyFilter.php';
  37913.         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()), []);
  37914.     }
  37915.     /**
  37916.      * Gets the private 'total_revenu.total_revenue_filter' shared service.
  37917.      *
  37918.      * @return \ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\SearchFilter
  37919.      */
  37920.     protected function getTotalRevenu_TotalRevenueFilterService()
  37921.     {
  37922.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  37923.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  37924.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  37925.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  37926.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  37927.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  37928.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  37929.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterInterface.php';
  37930.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/Filter/SearchFilterTrait.php';
  37931.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/SearchFilter.php';
  37932.         $a = ($this->privates['api_platform.iri_converter.legacy'] ?? $this->getApiPlatform_IriConverter_LegacyService());
  37933.         if (isset($this->privates['total_revenu.total_revenue_filter'])) {
  37934.             return $this->privates['total_revenu.total_revenue_filter'];
  37935.         }
  37936.         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()));
  37937.     }
  37938.     /**
  37939.      * Gets the private 'translation.extractor' shared service.
  37940.      *
  37941.      * @return \Symfony\Component\Translation\Extractor\ChainExtractor
  37942.      */
  37943.     protected function getTranslation_ExtractorService()
  37944.     {
  37945.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ExtractorInterface.php';
  37946.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/ChainExtractor.php';
  37947.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/AbstractFileExtractor.php';
  37948.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Extractor/PhpExtractor.php';
  37949.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Translation/TwigExtractor.php';
  37950.         $this->privates['translation.extractor'] = $instance = new \Symfony\Component\Translation\Extractor\ChainExtractor();
  37951.         $instance->addExtractor('php', new \Symfony\Component\Translation\Extractor\PhpExtractor());
  37952.         $instance->addExtractor('twig', new \Symfony\Bridge\Twig\Translation\TwigExtractor(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService())));
  37953.         return $instance;
  37954.     }
  37955.     /**
  37956.      * Gets the private 'translation.loader.csv' shared service.
  37957.      *
  37958.      * @return \Symfony\Component\Translation\Loader\CsvFileLoader
  37959.      */
  37960.     protected function getTranslation_Loader_CsvService()
  37961.     {
  37962.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37963.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37964.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37965.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  37966.         return $this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader();
  37967.     }
  37968.     /**
  37969.      * Gets the private 'translation.loader.dat' shared service.
  37970.      *
  37971.      * @return \Symfony\Component\Translation\Loader\IcuDatFileLoader
  37972.      */
  37973.     protected function getTranslation_Loader_DatService()
  37974.     {
  37975.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37976.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  37977.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  37978.         return $this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader();
  37979.     }
  37980.     /**
  37981.      * Gets the private 'translation.loader.ini' shared service.
  37982.      *
  37983.      * @return \Symfony\Component\Translation\Loader\IniFileLoader
  37984.      */
  37985.     protected function getTranslation_Loader_IniService()
  37986.     {
  37987.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  37988.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  37989.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  37990.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  37991.         return $this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader();
  37992.     }
  37993.     /**
  37994.      * Gets the private 'translation.loader.json' shared service.
  37995.      *
  37996.      * @return \Symfony\Component\Translation\Loader\JsonFileLoader
  37997.      */
  37998.     protected function getTranslation_Loader_JsonService()
  37999.     {
  38000.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38001.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38002.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38003.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38004.         return $this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader();
  38005.     }
  38006.     /**
  38007.      * Gets the private 'translation.loader.mo' shared service.
  38008.      *
  38009.      * @return \Symfony\Component\Translation\Loader\MoFileLoader
  38010.      */
  38011.     protected function getTranslation_Loader_MoService()
  38012.     {
  38013.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38014.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38015.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38016.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38017.         return $this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader();
  38018.     }
  38019.     /**
  38020.      * Gets the private 'translation.loader.php' shared service.
  38021.      *
  38022.      * @return \Symfony\Component\Translation\Loader\PhpFileLoader
  38023.      */
  38024.     protected function getTranslation_Loader_PhpService()
  38025.     {
  38026.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38027.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38028.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38029.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38030.         return $this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader();
  38031.     }
  38032.     /**
  38033.      * Gets the private 'translation.loader.po' shared service.
  38034.      *
  38035.      * @return \Symfony\Component\Translation\Loader\PoFileLoader
  38036.      */
  38037.     protected function getTranslation_Loader_PoService()
  38038.     {
  38039.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38040.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38041.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38042.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38043.         return $this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader();
  38044.     }
  38045.     /**
  38046.      * Gets the private 'translation.loader.qt' shared service.
  38047.      *
  38048.      * @return \Symfony\Component\Translation\Loader\QtFileLoader
  38049.      */
  38050.     protected function getTranslation_Loader_QtService()
  38051.     {
  38052.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38053.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38054.         return $this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader();
  38055.     }
  38056.     /**
  38057.      * Gets the private 'translation.loader.res' shared service.
  38058.      *
  38059.      * @return \Symfony\Component\Translation\Loader\IcuResFileLoader
  38060.      */
  38061.     protected function getTranslation_Loader_ResService()
  38062.     {
  38063.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38064.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38065.         return $this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader();
  38066.     }
  38067.     /**
  38068.      * Gets the private 'translation.loader.xliff' shared service.
  38069.      *
  38070.      * @return \Symfony\Component\Translation\Loader\XliffFileLoader
  38071.      */
  38072.     protected function getTranslation_Loader_XliffService()
  38073.     {
  38074.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38075.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38076.         return $this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader();
  38077.     }
  38078.     /**
  38079.      * Gets the private 'translation.loader.yml' shared service.
  38080.      *
  38081.      * @return \Symfony\Component\Translation\Loader\YamlFileLoader
  38082.      */
  38083.     protected function getTranslation_Loader_YmlService()
  38084.     {
  38085.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38086.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38087.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38088.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38089.         return $this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader();
  38090.     }
  38091.     /**
  38092.      * Gets the private 'translation.provider_collection' shared service.
  38093.      *
  38094.      * @return \Symfony\Component\Translation\Provider\TranslationProviderCollection
  38095.      */
  38096.     protected function getTranslation_ProviderCollectionService()
  38097.     {
  38098.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollection.php';
  38099.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Provider/TranslationProviderCollectionFactory.php';
  38100.         return $this->privates['translation.provider_collection'] = (new \Symfony\Component\Translation\Provider\TranslationProviderCollectionFactory(new RewindableGenerator(function () {
  38101.             yield => (new \Symfony\Component\Translation\Provider\NullProviderFactory());
  38102.         }, 1), []))->fromConfig([]);
  38103.     }
  38104.     /**
  38105.      * Gets the private 'translation.reader' shared service.
  38106.      *
  38107.      * @return \Symfony\Component\Translation\Reader\TranslationReader
  38108.      */
  38109.     protected function getTranslation_ReaderService()
  38110.     {
  38111.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReaderInterface.php';
  38112.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Reader/TranslationReader.php';
  38113.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/LoaderInterface.php';
  38114.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/ArrayLoader.php';
  38115.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/FileLoader.php';
  38116.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PhpFileLoader.php';
  38117.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/YamlFileLoader.php';
  38118.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/XliffFileLoader.php';
  38119.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/PoFileLoader.php';
  38120.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/MoFileLoader.php';
  38121.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/QtFileLoader.php';
  38122.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/CsvFileLoader.php';
  38123.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuResFileLoader.php';
  38124.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IcuDatFileLoader.php';
  38125.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/IniFileLoader.php';
  38126.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Loader/JsonFileLoader.php';
  38127.         $this->privates['translation.reader'] = $instance = new \Symfony\Component\Translation\Reader\TranslationReader();
  38128.         $a = ($this->privates['translation.loader.yml'] ?? ($this->privates['translation.loader.yml'] = new \Symfony\Component\Translation\Loader\YamlFileLoader()));
  38129.         $b = ($this->privates['translation.loader.xliff'] ?? ($this->privates['translation.loader.xliff'] = new \Symfony\Component\Translation\Loader\XliffFileLoader()));
  38130.         $instance->addLoader('php', ($this->privates['translation.loader.php'] ?? ($this->privates['translation.loader.php'] = new \Symfony\Component\Translation\Loader\PhpFileLoader())));
  38131.         $instance->addLoader('yaml'$a);
  38132.         $instance->addLoader('yml'$a);
  38133.         $instance->addLoader('xlf'$b);
  38134.         $instance->addLoader('xliff'$b);
  38135.         $instance->addLoader('po', ($this->privates['translation.loader.po'] ?? ($this->privates['translation.loader.po'] = new \Symfony\Component\Translation\Loader\PoFileLoader())));
  38136.         $instance->addLoader('mo', ($this->privates['translation.loader.mo'] ?? ($this->privates['translation.loader.mo'] = new \Symfony\Component\Translation\Loader\MoFileLoader())));
  38137.         $instance->addLoader('ts', ($this->privates['translation.loader.qt'] ?? ($this->privates['translation.loader.qt'] = new \Symfony\Component\Translation\Loader\QtFileLoader())));
  38138.         $instance->addLoader('csv', ($this->privates['translation.loader.csv'] ?? ($this->privates['translation.loader.csv'] = new \Symfony\Component\Translation\Loader\CsvFileLoader())));
  38139.         $instance->addLoader('res', ($this->privates['translation.loader.res'] ?? ($this->privates['translation.loader.res'] = new \Symfony\Component\Translation\Loader\IcuResFileLoader())));
  38140.         $instance->addLoader('dat', ($this->privates['translation.loader.dat'] ?? ($this->privates['translation.loader.dat'] = new \Symfony\Component\Translation\Loader\IcuDatFileLoader())));
  38141.         $instance->addLoader('ini', ($this->privates['translation.loader.ini'] ?? ($this->privates['translation.loader.ini'] = new \Symfony\Component\Translation\Loader\IniFileLoader())));
  38142.         $instance->addLoader('json', ($this->privates['translation.loader.json'] ?? ($this->privates['translation.loader.json'] = new \Symfony\Component\Translation\Loader\JsonFileLoader())));
  38143.         return $instance;
  38144.     }
  38145.     /**
  38146.      * Gets the private 'translation.warmer' shared service.
  38147.      *
  38148.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer
  38149.      */
  38150.     protected function getTranslation_WarmerService()
  38151.     {
  38152.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38153.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/TranslationsCacheWarmer.php';
  38154.         return $this->privates['translation.warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\TranslationsCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38155.             'translator' => ['services''translator''getTranslatorService'false],
  38156.         ], [
  38157.             'translator' => '?',
  38158.         ]))->withContext('translation.warmer'$this));
  38159.     }
  38160.     /**
  38161.      * Gets the private 'translation.writer' shared service.
  38162.      *
  38163.      * @return \Symfony\Component\Translation\Writer\TranslationWriter
  38164.      */
  38165.     protected function getTranslation_WriterService()
  38166.     {
  38167.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriterInterface.php';
  38168.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Writer/TranslationWriter.php';
  38169.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/DumperInterface.php';
  38170.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/FileDumper.php';
  38171.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PhpFileDumper.php';
  38172.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/XliffFileDumper.php';
  38173.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/PoFileDumper.php';
  38174.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/MoFileDumper.php';
  38175.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/YamlFileDumper.php';
  38176.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/QtFileDumper.php';
  38177.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/CsvFileDumper.php';
  38178.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IniFileDumper.php';
  38179.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/JsonFileDumper.php';
  38180.         include_once \dirname(__DIR__4).'/vendor/symfony/translation/Dumper/IcuResFileDumper.php';
  38181.         $this->privates['translation.writer'] = $instance = new \Symfony\Component\Translation\Writer\TranslationWriter();
  38182.         $instance->addDumper('php', new \Symfony\Component\Translation\Dumper\PhpFileDumper());
  38183.         $instance->addDumper('xlf', new \Symfony\Component\Translation\Dumper\XliffFileDumper());
  38184.         $instance->addDumper('po', new \Symfony\Component\Translation\Dumper\PoFileDumper());
  38185.         $instance->addDumper('mo', new \Symfony\Component\Translation\Dumper\MoFileDumper());
  38186.         $instance->addDumper('yml', new \Symfony\Component\Translation\Dumper\YamlFileDumper());
  38187.         $instance->addDumper('yaml', new \Symfony\Component\Translation\Dumper\YamlFileDumper('yaml'));
  38188.         $instance->addDumper('ts', new \Symfony\Component\Translation\Dumper\QtFileDumper());
  38189.         $instance->addDumper('csv', new \Symfony\Component\Translation\Dumper\CsvFileDumper());
  38190.         $instance->addDumper('ini', new \Symfony\Component\Translation\Dumper\IniFileDumper());
  38191.         $instance->addDumper('json', new \Symfony\Component\Translation\Dumper\JsonFileDumper());
  38192.         $instance->addDumper('res', new \Symfony\Component\Translation\Dumper\IcuResFileDumper());
  38193.         return $instance;
  38194.     }
  38195.     /**
  38196.      * Gets the private 'translator.default' shared service.
  38197.      *
  38198.      * @return \Symfony\Bundle\FrameworkBundle\Translation\Translator
  38199.      */
  38200.     protected function getTranslator_DefaultService()
  38201.     {
  38202.         $this->privates['translator.default'] = $instance = new \Symfony\Bundle\FrameworkBundle\Translation\Translator(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38203.             'translation.loader.csv' => ['privates''translation.loader.csv''getTranslation_Loader_CsvService'false],
  38204.             'translation.loader.dat' => ['privates''translation.loader.dat''getTranslation_Loader_DatService'false],
  38205.             'translation.loader.ini' => ['privates''translation.loader.ini''getTranslation_Loader_IniService'false],
  38206.             'translation.loader.json' => ['privates''translation.loader.json''getTranslation_Loader_JsonService'false],
  38207.             'translation.loader.mo' => ['privates''translation.loader.mo''getTranslation_Loader_MoService'false],
  38208.             'translation.loader.php' => ['privates''translation.loader.php''getTranslation_Loader_PhpService'false],
  38209.             'translation.loader.po' => ['privates''translation.loader.po''getTranslation_Loader_PoService'false],
  38210.             'translation.loader.qt' => ['privates''translation.loader.qt''getTranslation_Loader_QtService'false],
  38211.             'translation.loader.res' => ['privates''translation.loader.res''getTranslation_Loader_ResService'false],
  38212.             'translation.loader.xliff' => ['privates''translation.loader.xliff''getTranslation_Loader_XliffService'false],
  38213.             'translation.loader.yml' => ['privates''translation.loader.yml''getTranslation_Loader_YmlService'false],
  38214.         ], [
  38215.             'translation.loader.csv' => '?',
  38216.             'translation.loader.dat' => '?',
  38217.             'translation.loader.ini' => '?',
  38218.             'translation.loader.json' => '?',
  38219.             'translation.loader.mo' => '?',
  38220.             'translation.loader.php' => '?',
  38221.             'translation.loader.po' => '?',
  38222.             'translation.loader.qt' => '?',
  38223.             'translation.loader.res' => '?',
  38224.             'translation.loader.xliff' => '?',
  38225.             'translation.loader.yml' => '?',
  38226.         ]), 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'), 32 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/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'32 => 'vendor/gesdinet/jwt-refresh-token-bundle/translations']]], []);
  38227.         $instance->setConfigCacheFactory(($this->privates['config_cache_factory'] ?? $this->getConfigCacheFactoryService()));
  38228.         $instance->setFallbackLocales([=> 'fr']);
  38229.         return $instance;
  38230.     }
  38231.     /**
  38232.      * Gets the private 'twig.command.debug' shared service.
  38233.      *
  38234.      * @return \Symfony\Bridge\Twig\Command\DebugCommand
  38235.      */
  38236.     protected function getTwig_Command_DebugService()
  38237.     {
  38238.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38239.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/DebugCommand.php';
  38240.         $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()));
  38241.         $instance->setName('debug:twig');
  38242.         $instance->setDescription('Show a list of twig functions, filters, globals and tests');
  38243.         return $instance;
  38244.     }
  38245.     /**
  38246.      * Gets the private 'twig.command.lint' shared service.
  38247.      *
  38248.      * @return \Symfony\Bundle\TwigBundle\Command\LintCommand
  38249.      */
  38250.     protected function getTwig_Command_LintService()
  38251.     {
  38252.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38253.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Command/LintCommand.php';
  38254.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/Command/LintCommand.php';
  38255.         $this->privates['twig.command.lint'] = $instance = new \Symfony\Bundle\TwigBundle\Command\LintCommand(($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService()));
  38256.         $instance->setName('lint:twig');
  38257.         $instance->setDescription('Lint a Twig template and outputs encountered errors');
  38258.         return $instance;
  38259.     }
  38260.     /**
  38261.      * Gets the private 'twig.form.engine' shared service.
  38262.      *
  38263.      * @return \Symfony\Bridge\Twig\Form\TwigRendererEngine
  38264.      */
  38265.     protected function getTwig_Form_EngineService()
  38266.     {
  38267.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererEngineInterface.php';
  38268.         include_once \dirname(__DIR__4).'/vendor/symfony/form/AbstractRendererEngine.php';
  38269.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Form/TwigRendererEngine.php';
  38270.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38271.         if (isset($this->privates['twig.form.engine'])) {
  38272.             return $this->privates['twig.form.engine'];
  38273.         }
  38274.         return $this->privates['twig.form.engine'] = new \Symfony\Bridge\Twig\Form\TwigRendererEngine($this->parameters['twig.form.resources'], $a);
  38275.     }
  38276.     /**
  38277.      * Gets the private 'twig.form.renderer' shared service.
  38278.      *
  38279.      * @return \Symfony\Component\Form\FormRenderer
  38280.      */
  38281.     protected function getTwig_Form_RendererService()
  38282.     {
  38283.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRendererInterface.php';
  38284.         include_once \dirname(__DIR__4).'/vendor/symfony/form/FormRenderer.php';
  38285.         $a = ($this->privates['twig.form.engine'] ?? $this->getTwig_Form_EngineService());
  38286.         if (isset($this->privates['twig.form.renderer'])) {
  38287.             return $this->privates['twig.form.renderer'];
  38288.         }
  38289.         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()));
  38290.     }
  38291.     /**
  38292.      * Gets the private 'twig.mailer.message_listener' shared service.
  38293.      *
  38294.      * @return \Symfony\Component\Mailer\EventListener\MessageListener
  38295.      */
  38296.     protected function getTwig_Mailer_MessageListenerService()
  38297.     {
  38298.         include_once \dirname(__DIR__4).'/vendor/symfony/mailer/EventListener/MessageListener.php';
  38299.         include_once \dirname(__DIR__4).'/vendor/symfony/mime/BodyRendererInterface.php';
  38300.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Mime/BodyRenderer.php';
  38301.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  38302.         if (isset($this->privates['twig.mailer.message_listener'])) {
  38303.             return $this->privates['twig.mailer.message_listener'];
  38304.         }
  38305.         return $this->privates['twig.mailer.message_listener'] = new \Symfony\Component\Mailer\EventListener\MessageListener(NULL, new \Symfony\Bridge\Twig\Mime\BodyRenderer($a));
  38306.     }
  38307.     /**
  38308.      * Gets the private 'twig.runtime.httpkernel' shared service.
  38309.      *
  38310.      * @return \Symfony\Bridge\Twig\Extension\HttpKernelRuntime
  38311.      */
  38312.     protected function getTwig_Runtime_HttpkernelService()
  38313.     {
  38314.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/HttpKernelRuntime.php';
  38315.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentHandler.php';
  38316.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/DependencyInjection/LazyLoadingFragmentHandler.php';
  38317.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGeneratorInterface.php';
  38318.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/Fragment/FragmentUriGenerator.php';
  38319.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/UriSigner.php';
  38320.         $a = ($this->services['request_stack'] ?? ($this->services['request_stack'] = new \Symfony\Component\HttpFoundation\RequestStack()));
  38321.         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, [
  38322.             'inline' => ['privates''fragment.renderer.inline''getFragment_Renderer_InlineService'false],
  38323.         ], [
  38324.             'inline' => '?',
  38325.         ]), $atrue), new \Symfony\Component\HttpKernel\Fragment\FragmentUriGenerator('/_fragment', new \Symfony\Component\HttpKernel\UriSigner($this->getEnv('APP_SECRET')), $a));
  38326.     }
  38327.     /**
  38328.      * Gets the private 'twig.runtime.security_csrf' shared service.
  38329.      *
  38330.      * @return \Symfony\Bridge\Twig\Extension\CsrfRuntime
  38331.      */
  38332.     protected function getTwig_Runtime_SecurityCsrfService()
  38333.     {
  38334.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/CsrfRuntime.php';
  38335.         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()));
  38336.     }
  38337.     /**
  38338.      * Gets the private 'twig.runtime.serializer' shared service.
  38339.      *
  38340.      * @return \Symfony\Bridge\Twig\Extension\SerializerRuntime
  38341.      */
  38342.     protected function getTwig_Runtime_SerializerService()
  38343.     {
  38344.         include_once \dirname(__DIR__4).'/vendor/twig/twig/src/Extension/RuntimeExtensionInterface.php';
  38345.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bridge/Extension/SerializerRuntime.php';
  38346.         $a = ($this->services['.container.private.serializer'] ?? $this->get_Container_Private_SerializerService());
  38347.         if (isset($this->privates['twig.runtime.serializer'])) {
  38348.             return $this->privates['twig.runtime.serializer'];
  38349.         }
  38350.         return $this->privates['twig.runtime.serializer'] = new \Symfony\Bridge\Twig\Extension\SerializerRuntime($a);
  38351.     }
  38352.     /**
  38353.      * Gets the private 'twig.template_cache_warmer' shared service.
  38354.      *
  38355.      * @return \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer
  38356.      */
  38357.     protected function getTwig_TemplateCacheWarmerService()
  38358.     {
  38359.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38360.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/CacheWarmer/TemplateCacheWarmer.php';
  38361.         include_once \dirname(__DIR__4).'/vendor/symfony/twig-bundle/TemplateIterator.php';
  38362.         return $this->privates['twig.template_cache_warmer'] = new \Symfony\Bundle\TwigBundle\CacheWarmer\TemplateCacheWarmer((new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38363.             'twig' => ['services''.container.private.twig''get_Container_Private_TwigService'false],
  38364.         ], [
  38365.             'twig' => '?',
  38366.         ]))->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')));
  38367.     }
  38368.     /**
  38369.      * Gets the private 'user.search_filter' shared autowired service.
  38370.      *
  38371.      * @return \App\Filter\SearchFilter
  38372.      */
  38373.     protected function getUser_SearchFilterService()
  38374.     {
  38375.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  38376.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  38377.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  38378.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  38379.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  38380.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  38381.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  38382.         include_once \dirname(__DIR__4).'/src/Filter/SearchFilter.php';
  38383.         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');
  38384.     }
  38385.     /**
  38386.      * Gets the private 'user_cadastre.search_filter' shared autowired service.
  38387.      *
  38388.      * @return \App\Filter\CadastreFilter
  38389.      */
  38390.     protected function getUserCadastre_SearchFilterService()
  38391.     {
  38392.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Api/FilterInterface.php';
  38393.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/FilterInterface.php';
  38394.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/PropertyHelperTrait.php';
  38395.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Common/PropertyHelperTrait.php';
  38396.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractFilter.php';
  38397.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/ContextAwareFilterInterface.php';
  38398.         include_once \dirname(__DIR__4).'/vendor/api-platform/core/src/Core/Bridge/Doctrine/Orm/Filter/AbstractContextAwareFilter.php';
  38399.         include_once \dirname(__DIR__4).'/src/Filter/CadastreFilter.php';
  38400.         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');
  38401.     }
  38402.     /**
  38403.      * Gets the private 'validator.builder' shared service.
  38404.      *
  38405.      * @return \Symfony\Component\Validator\ValidatorBuilder
  38406.      */
  38407.     protected function getValidator_BuilderService()
  38408.     {
  38409.         $this->privates['validator.builder'] = $instance = \Symfony\Component\Validator\Validation::createValidatorBuilder();
  38410.         $a = ($this->privates['property_info'] ?? $this->getPropertyInfoService());
  38411.         $instance->setConstraintValidatorFactory(new \Symfony\Component\Validator\ContainerConstraintValidatorFactory(new \Symfony\Component\DependencyInjection\Argument\ServiceLocator($this->getService, [
  38412.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  38413.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  38414.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => ['privates''validator.email''getValidator_EmailService'false],
  38415.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => ['privates''validator.expression''getValidator_ExpressionService'false],
  38416.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => ['privates''validator.not_compromised_password''getValidator_NotCompromisedPasswordService'false],
  38417.             'doctrine.orm.validator.unique' => ['privates''doctrine.orm.validator.unique''getDoctrine_Orm_Validator_UniqueService'false],
  38418.             'security.validator.user_password' => ['privates''security.validator.user_password''getSecurity_Validator_UserPasswordService'false],
  38419.             'validator.expression' => ['privates''validator.expression''getValidator_ExpressionService'false],
  38420.         ], [
  38421.             'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator' => '?',
  38422.             'Symfony\\Component\\Security\\Core\\Validator\\Constraints\\UserPasswordValidator' => '?',
  38423.             'Symfony\\Component\\Validator\\Constraints\\EmailValidator' => '?',
  38424.             'Symfony\\Component\\Validator\\Constraints\\ExpressionValidator' => '?',
  38425.             'Symfony\\Component\\Validator\\Constraints\\NotCompromisedPasswordValidator' => '?',
  38426.             'doctrine.orm.validator.unique' => '?',
  38427.             'security.validator.user_password' => '?',
  38428.             'validator.expression' => '?',
  38429.         ])));
  38430.         if ($this->has('translator')) {
  38431.             $instance->setTranslator(($this->services['translator'] ?? $this->getTranslatorService()));
  38432.         }
  38433.         $instance->setTranslationDomain('validators');
  38434.         $instance->addXmlMappings([=> (\dirname(__DIR__4).'/vendor/symfony/form/Resources/config/validation.xml')]);
  38435.         $instance->enableAnnotationMapping(true);
  38436.         $instance->setDoctrineAnnotationReader(($this->privates['annotations.cached_reader'] ?? $this->getAnnotations_CachedReaderService()));
  38437.         $instance->addMethodMapping('loadValidatorMetadata');
  38438.         $instance->addObjectInitializers([=> new \Symfony\Bridge\Doctrine\Validator\DoctrineInitializer(($this->services['doctrine'] ?? $this->getDoctrineService()))]);
  38439.         $instance->addLoader(new \Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader($a$a$aNULL));
  38440.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.default_entity_manager'] ?? $this->getDoctrine_Orm_DefaultEntityManagerService()), NULL));
  38441.         $instance->addLoader(new \Symfony\Bridge\Doctrine\Validator\DoctrineLoader(($this->services['doctrine.orm.import_entity_manager'] ?? $this->getDoctrine_Orm_ImportEntityManagerService()), NULL));
  38442.         return $instance;
  38443.     }
  38444.     /**
  38445.      * Gets the private 'validator.email' shared service.
  38446.      *
  38447.      * @return \Symfony\Component\Validator\Constraints\EmailValidator
  38448.      */
  38449.     protected function getValidator_EmailService()
  38450.     {
  38451.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38452.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38453.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/EmailValidator.php';
  38454.         return $this->privates['validator.email'] = new \Symfony\Component\Validator\Constraints\EmailValidator('html5');
  38455.     }
  38456.     /**
  38457.      * Gets the private 'validator.expression' shared service.
  38458.      *
  38459.      * @return \Symfony\Component\Validator\Constraints\ExpressionValidator
  38460.      */
  38461.     protected function getValidator_ExpressionService()
  38462.     {
  38463.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38464.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38465.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/ExpressionValidator.php';
  38466.         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())));
  38467.     }
  38468.     /**
  38469.      * Gets the private 'validator.mapping.cache_warmer' shared service.
  38470.      *
  38471.      * @return \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer
  38472.      */
  38473.     protected function getValidator_Mapping_CacheWarmerService()
  38474.     {
  38475.         include_once \dirname(__DIR__4).'/vendor/symfony/http-kernel/CacheWarmer/CacheWarmerInterface.php';
  38476.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/AbstractPhpFileCacheWarmer.php';
  38477.         include_once \dirname(__DIR__4).'/vendor/symfony/framework-bundle/CacheWarmer/ValidatorCacheWarmer.php';
  38478.         return $this->privates['validator.mapping.cache_warmer'] = new \Symfony\Bundle\FrameworkBundle\CacheWarmer\ValidatorCacheWarmer(($this->privates['validator.builder'] ?? $this->getValidator_BuilderService()), ($this->targetDir.''.'/validation.php'));
  38479.     }
  38480.     /**
  38481.      * Gets the private 'validator.not_compromised_password' shared service.
  38482.      *
  38483.      * @return \Symfony\Component\Validator\Constraints\NotCompromisedPasswordValidator
  38484.      */
  38485.     protected function getValidator_NotCompromisedPasswordService()
  38486.     {
  38487.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidatorInterface.php';
  38488.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/ConstraintValidator.php';
  38489.         include_once \dirname(__DIR__4).'/vendor/symfony/validator/Constraints/NotCompromisedPasswordValidator.php';
  38490.         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);
  38491.     }
  38492.     /**
  38493.      * Gets the private 'var_dumper.command.server_dump' shared service.
  38494.      *
  38495.      * @return \Symfony\Component\VarDumper\Command\ServerDumpCommand
  38496.      */
  38497.     protected function getVarDumper_Command_ServerDumpService()
  38498.     {
  38499.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38500.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/ServerDumpCommand.php';
  38501.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Server/DumpServer.php';
  38502.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/DumpDescriptorInterface.php';
  38503.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/CliDescriptor.php';
  38504.         include_once \dirname(__DIR__4).'/vendor/symfony/var-dumper/Command/Descriptor/HtmlDescriptor.php';
  38505.         $a = new \Symfony\Bridge\Monolog\Logger('debug');
  38506.         $a->pushProcessor(($this->privates['debug.log_processor'] ?? $this->getDebug_LogProcessorService()));
  38507.         $a->pushHandler(($this->privates['monolog.handler.console'] ?? $this->getMonolog_Handler_ConsoleService()));
  38508.         $a->pushHandler(($this->privates['monolog.handler.main'] ?? $this->getMonolog_Handler_MainService()));
  38509.         \Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddDebugLogProcessorPass::configureLogger($a);
  38510.         $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()))]);
  38511.         $instance->setName('server:dump');
  38512.         $instance->setDescription('Start a dump server that collects and displays dumps in a single place');
  38513.         return $instance;
  38514.     }
  38515.     /**
  38516.      * Gets the private 'var_dumper.contextualized_cli_dumper.inner' shared service.
  38517.      *
  38518.      * @return \Symfony\Component\VarDumper\Dumper\CliDumper
  38519.      */
  38520.     protected function getVarDumper_ContextualizedCliDumper_InnerService()
  38521.     {
  38522.         $this->privates['var_dumper.contextualized_cli_dumper.inner'] = $instance = new \Symfony\Component\VarDumper\Dumper\CliDumper(NULL'UTF-8'0);
  38523.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  38524.         return $instance;
  38525.     }
  38526.     /**
  38527.      * Gets the private 'var_dumper.html_dumper' shared service.
  38528.      *
  38529.      * @return \Symfony\Component\VarDumper\Dumper\HtmlDumper
  38530.      */
  38531.     protected function getVarDumper_HtmlDumperService()
  38532.     {
  38533.         $this->privates['var_dumper.html_dumper'] = $instance = new \Symfony\Component\VarDumper\Dumper\HtmlDumper(NULL'UTF-8'0);
  38534.         $instance->setDisplayOptions(['fileLinkFormat' => ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService())]);
  38535.         return $instance;
  38536.     }
  38537.     /**
  38538.      * Gets the private 'var_dumper.server_connection' shared service.
  38539.      *
  38540.      * @return \Symfony\Component\VarDumper\Server\Connection
  38541.      */
  38542.     protected function getVarDumper_ServerConnectionService()
  38543.     {
  38544.         $a = ($this->privates['debug.file_link_formatter'] ?? $this->getDebug_FileLinkFormatterService());
  38545.         if (isset($this->privates['var_dumper.server_connection'])) {
  38546.             return $this->privates['var_dumper.server_connection'];
  38547.         }
  38548.         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()]);
  38549.     }
  38550.     /**
  38551.      * Gets the private 'vich_uploader.command.mapping_debug' shared service.
  38552.      *
  38553.      * @return \Vich\UploaderBundle\Command\MappingDebugCommand
  38554.      */
  38555.     protected function getVichUploader_Command_MappingDebugService()
  38556.     {
  38557.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38558.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugCommand.php';
  38559.         $this->privates['vich_uploader.command.mapping_debug'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugCommand($this->parameters['vich_uploader.mappings']);
  38560.         $instance->setName('vich:mapping:debug');
  38561.         return $instance;
  38562.     }
  38563.     /**
  38564.      * Gets the private 'vich_uploader.command.mapping_debug_class' shared service.
  38565.      *
  38566.      * @return \Vich\UploaderBundle\Command\MappingDebugClassCommand
  38567.      */
  38568.     protected function getVichUploader_Command_MappingDebugClassService()
  38569.     {
  38570.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38571.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingDebugClassCommand.php';
  38572.         $this->privates['vich_uploader.command.mapping_debug_class'] = $instance = new \Vich\UploaderBundle\Command\MappingDebugClassCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  38573.         $instance->setName('vich:mapping:debug-class');
  38574.         return $instance;
  38575.     }
  38576.     /**
  38577.      * Gets the private 'vich_uploader.command.mapping_list_classes' shared service.
  38578.      *
  38579.      * @return \Vich\UploaderBundle\Command\MappingListClassesCommand
  38580.      */
  38581.     protected function getVichUploader_Command_MappingListClassesService()
  38582.     {
  38583.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  38584.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Command/MappingListClassesCommand.php';
  38585.         $this->privates['vich_uploader.command.mapping_list_classes'] = $instance = new \Vich\UploaderBundle\Command\MappingListClassesCommand(($this->privates['vich_uploader.metadata_reader'] ?? $this->getVichUploader_MetadataReaderService()));
  38586.         $instance->setName('vich:mapping:list-classes');
  38587.         return $instance;
  38588.     }
  38589.     /**
  38590.      * Gets the private 'vich_uploader.listener.clean.Adress_csv_pending' shared service.
  38591.      *
  38592.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38593.      */
  38594.     protected function getVichUploader_Listener_Clean_AdressCsvPendingService()
  38595.     {
  38596.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38597.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38598.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38599.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38600.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38601.         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()));
  38602.     }
  38603.     /**
  38604.      * Gets the private 'vich_uploader.listener.clean.ThepropertyProvider_csv_pending' shared service.
  38605.      *
  38606.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38607.      */
  38608.     protected function getVichUploader_Listener_Clean_ThepropertyProviderCsvPendingService()
  38609.     {
  38610.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38611.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38612.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38613.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38614.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38615.         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()));
  38616.     }
  38617.     /**
  38618.      * Gets the private 'vich_uploader.listener.clean.annex_permit_file' shared service.
  38619.      *
  38620.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38621.      */
  38622.     protected function getVichUploader_Listener_Clean_AnnexPermitFileService()
  38623.     {
  38624.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38625.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38626.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38627.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38628.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38629.         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()));
  38630.     }
  38631.     /**
  38632.      * Gets the private 'vich_uploader.listener.clean.area_csv_pending' shared service.
  38633.      *
  38634.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38635.      */
  38636.     protected function getVichUploader_Listener_Clean_AreaCsvPendingService()
  38637.     {
  38638.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38639.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38640.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38641.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38642.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38643.         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()));
  38644.     }
  38645.     /**
  38646.      * Gets the private 'vich_uploader.listener.clean.bbox' shared service.
  38647.      *
  38648.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38649.      */
  38650.     protected function getVichUploader_Listener_Clean_BboxService()
  38651.     {
  38652.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38653.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38654.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38655.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38656.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38657.         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()));
  38658.     }
  38659.     /**
  38660.      * Gets the private 'vich_uploader.listener.clean.brugis_csv_pending' shared service.
  38661.      *
  38662.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38663.      */
  38664.     protected function getVichUploader_Listener_Clean_BrugisCsvPendingService()
  38665.     {
  38666.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38667.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38668.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38669.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38670.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38671.         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()));
  38672.     }
  38673.     /**
  38674.      * Gets the private 'vich_uploader.listener.clean.chat_file' shared service.
  38675.      *
  38676.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38677.      */
  38678.     protected function getVichUploader_Listener_Clean_ChatFileService()
  38679.     {
  38680.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38681.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38682.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38685.         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()));
  38686.     }
  38687.     /**
  38688.      * Gets the private 'vich_uploader.listener.clean.client_sales_agreement_file' shared service.
  38689.      *
  38690.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38691.      */
  38692.     protected function getVichUploader_Listener_Clean_ClientSalesAgreementFileService()
  38693.     {
  38694.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38695.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38696.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38698.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38699.         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()));
  38700.     }
  38701.     /**
  38702.      * Gets the private 'vich_uploader.listener.clean.co_ownership_document' shared service.
  38703.      *
  38704.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38705.      */
  38706.     protected function getVichUploader_Listener_Clean_CoOwnershipDocumentService()
  38707.     {
  38708.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38709.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38710.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38711.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38712.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38713.         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()));
  38714.     }
  38715.     /**
  38716.      * Gets the private 'vich_uploader.listener.clean.co_ownership_invoices' shared service.
  38717.      *
  38718.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38719.      */
  38720.     protected function getVichUploader_Listener_Clean_CoOwnershipInvoicesService()
  38721.     {
  38722.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38723.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38724.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38725.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38726.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38727.         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()));
  38728.     }
  38729.     /**
  38730.      * Gets the private 'vich_uploader.listener.clean.co_ownership_meeting_transcript' shared service.
  38731.      *
  38732.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38733.      */
  38734.     protected function getVichUploader_Listener_Clean_CoOwnershipMeetingTranscriptService()
  38735.     {
  38736.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38737.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38738.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38739.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38740.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38741.         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()));
  38742.     }
  38743.     /**
  38744.      * Gets the private 'vich_uploader.listener.clean.co_ownership_report' shared service.
  38745.      *
  38746.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38747.      */
  38748.     protected function getVichUploader_Listener_Clean_CoOwnershipReportService()
  38749.     {
  38750.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38751.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38752.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38753.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38754.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38755.         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()));
  38756.     }
  38757.     /**
  38758.      * Gets the private 'vich_uploader.listener.clean.co_ownership_the_property_file' shared service.
  38759.      *
  38760.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38761.      */
  38762.     protected function getVichUploader_Listener_Clean_CoOwnershipThePropertyFileService()
  38763.     {
  38764.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38765.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38766.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38767.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38768.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38769.         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()));
  38770.     }
  38771.     /**
  38772.      * Gets the private 'vich_uploader.listener.clean.co_ownership_the_property_response' shared service.
  38773.      *
  38774.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38775.      */
  38776.     protected function getVichUploader_Listener_Clean_CoOwnershipThePropertyResponseService()
  38777.     {
  38778.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38779.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38780.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38782.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38783.         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()));
  38784.     }
  38785.     /**
  38786.      * Gets the private 'vich_uploader.listener.clean.community_event_file' shared service.
  38787.      *
  38788.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38789.      */
  38790.     protected function getVichUploader_Listener_Clean_CommunityEventFileService()
  38791.     {
  38792.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38793.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38794.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38796.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38797.         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()));
  38798.     }
  38799.     /**
  38800.      * Gets the private 'vich_uploader.listener.clean.community_post_file' shared service.
  38801.      *
  38802.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38803.      */
  38804.     protected function getVichUploader_Listener_Clean_CommunityPostFileService()
  38805.     {
  38806.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38807.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38808.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38809.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38810.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38811.         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()));
  38812.     }
  38813.     /**
  38814.      * Gets the private 'vich_uploader.listener.clean.condominium_invoice_file' shared service.
  38815.      *
  38816.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38817.      */
  38818.     protected function getVichUploader_Listener_Clean_CondominiumInvoiceFileService()
  38819.     {
  38820.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38821.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38822.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38823.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38824.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38825.         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()));
  38826.     }
  38827.     /**
  38828.      * Gets the private 'vich_uploader.listener.clean.control_certificate' shared service.
  38829.      *
  38830.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38831.      */
  38832.     protected function getVichUploader_Listener_Clean_ControlCertificateService()
  38833.     {
  38834.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38835.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38836.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38837.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38838.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38839.         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()));
  38840.     }
  38841.     /**
  38842.      * Gets the private 'vich_uploader.listener.clean.deedOfSale' shared service.
  38843.      *
  38844.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38845.      */
  38846.     protected function getVichUploader_Listener_Clean_DeedOfSaleService()
  38847.     {
  38848.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38849.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38850.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38851.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38852.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38853.         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()));
  38854.     }
  38855.     /**
  38856.      * Gets the private 'vich_uploader.listener.clean.dispenseFile' shared service.
  38857.      *
  38858.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38859.      */
  38860.     protected function getVichUploader_Listener_Clean_DispenseFileService()
  38861.     {
  38862.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38863.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38864.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38865.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38866.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38867.         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()));
  38868.     }
  38869.     /**
  38870.      * Gets the private 'vich_uploader.listener.clean.dvf_csv_pending' shared service.
  38871.      *
  38872.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38873.      */
  38874.     protected function getVichUploader_Listener_Clean_DvfCsvPendingService()
  38875.     {
  38876.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38877.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38878.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38880.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38881.         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()));
  38882.     }
  38883.     /**
  38884.      * Gets the private 'vich_uploader.listener.clean.edit_registers_file' shared service.
  38885.      *
  38886.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38887.      */
  38888.     protected function getVichUploader_Listener_Clean_EditRegistersFileService()
  38889.     {
  38890.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38891.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38892.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38894.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38895.         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()));
  38896.     }
  38897.     /**
  38898.      * Gets the private 'vich_uploader.listener.clean.education_csv' shared service.
  38899.      *
  38900.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38901.      */
  38902.     protected function getVichUploader_Listener_Clean_EducationCsvService()
  38903.     {
  38904.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38905.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38906.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38907.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38908.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38909.         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()));
  38910.     }
  38911.     /**
  38912.      * Gets the private 'vich_uploader.listener.clean.engie_csv_archived' shared service.
  38913.      *
  38914.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38915.      */
  38916.     protected function getVichUploader_Listener_Clean_EngieCsvArchivedService()
  38917.     {
  38918.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38919.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38920.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38921.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38922.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38923.         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()));
  38924.     }
  38925.     /**
  38926.      * Gets the private 'vich_uploader.listener.clean.engie_csv_pending' shared service.
  38927.      *
  38928.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38929.      */
  38930.     protected function getVichUploader_Listener_Clean_EngieCsvPendingService()
  38931.     {
  38932.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38933.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38934.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38935.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38936.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38937.         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()));
  38938.     }
  38939.     /**
  38940.      * Gets the private 'vich_uploader.listener.clean.enquetes_publics_csv' shared service.
  38941.      *
  38942.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38943.      */
  38944.     protected function getVichUploader_Listener_Clean_EnquetesPublicsCsvService()
  38945.     {
  38946.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38947.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38948.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38949.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38950.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38951.         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()));
  38952.     }
  38953.     /**
  38954.      * Gets the private 'vich_uploader.listener.clean.excel_file_pending' shared service.
  38955.      *
  38956.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38957.      */
  38958.     protected function getVichUploader_Listener_Clean_ExcelFilePendingService()
  38959.     {
  38960.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38961.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38962.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38963.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38964.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38965.         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()));
  38966.     }
  38967.     /**
  38968.      * Gets the private 'vich_uploader.listener.clean.garden_resource_document' shared service.
  38969.      *
  38970.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38971.      */
  38972.     protected function getVichUploader_Listener_Clean_GardenResourceDocumentService()
  38973.     {
  38974.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38975.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38976.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38977.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38978.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38979.         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()));
  38980.     }
  38981.     /**
  38982.      * Gets the private 'vich_uploader.listener.clean.identity_image' shared service.
  38983.      *
  38984.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38985.      */
  38986.     protected function getVichUploader_Listener_Clean_IdentityImageService()
  38987.     {
  38988.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  38989.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  38990.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  38991.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  38992.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  38993.         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()));
  38994.     }
  38995.     /**
  38996.      * Gets the private 'vich_uploader.listener.clean.imo_agent_solicitation_image' shared service.
  38997.      *
  38998.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  38999.      */
  39000.     protected function getVichUploader_Listener_Clean_ImoAgentSolicitationImageService()
  39001.     {
  39002.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39003.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39004.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39005.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39006.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39007.         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()));
  39008.     }
  39009.     /**
  39010.      * Gets the private 'vich_uploader.listener.clean.inventory_file' shared service.
  39011.      *
  39012.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39013.      */
  39014.     protected function getVichUploader_Listener_Clean_InventoryFileService()
  39015.     {
  39016.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39017.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39018.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39019.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39020.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39021.         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()));
  39022.     }
  39023.     /**
  39024.      * Gets the private 'vich_uploader.listener.clean.inventory_image' shared service.
  39025.      *
  39026.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39027.      */
  39028.     protected function getVichUploader_Listener_Clean_InventoryImageService()
  39029.     {
  39030.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39031.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39032.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39035.         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()));
  39036.     }
  39037.     /**
  39038.      * Gets the private 'vich_uploader.listener.clean.invoice_water_file' shared service.
  39039.      *
  39040.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39041.      */
  39042.     protected function getVichUploader_Listener_Clean_InvoiceWaterFileService()
  39043.     {
  39044.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39045.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39046.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39048.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39049.         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()));
  39050.     }
  39051.     /**
  39052.      * Gets the private 'vich_uploader.listener.clean.lease_contract' shared service.
  39053.      *
  39054.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39055.      */
  39056.     protected function getVichUploader_Listener_Clean_LeaseContractService()
  39057.     {
  39058.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39059.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39060.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39061.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39062.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39063.         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()));
  39064.     }
  39065.     /**
  39066.      * Gets the private 'vich_uploader.listener.clean.lease_contract_models' shared service.
  39067.      *
  39068.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39069.      */
  39070.     protected function getVichUploader_Listener_Clean_LeaseContractModelsService()
  39071.     {
  39072.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39073.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39074.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39075.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39076.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39077.         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()));
  39078.     }
  39079.     /**
  39080.      * Gets the private 'vich_uploader.listener.clean.message_file' shared service.
  39081.      *
  39082.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39083.      */
  39084.     protected function getVichUploader_Listener_Clean_MessageFileService()
  39085.     {
  39086.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39087.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39088.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39089.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39090.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39091.         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()));
  39092.     }
  39093.     /**
  39094.      * Gets the private 'vich_uploader.listener.clean.module_3D' shared service.
  39095.      *
  39096.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39097.      */
  39098.     protected function getVichUploader_Listener_Clean_Module3DService()
  39099.     {
  39100.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39101.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39102.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39103.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39104.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39105.         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()));
  39106.     }
  39107.     /**
  39108.      * Gets the private 'vich_uploader.listener.clean.neightborhood_project_after_improvement_image_file' shared service.
  39109.      *
  39110.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39111.      */
  39112.     protected function getVichUploader_Listener_Clean_NeightborhoodProjectAfterImprovementImageFileService()
  39113.     {
  39114.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39115.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39116.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39117.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39118.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39119.         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()));
  39120.     }
  39121.     /**
  39122.      * Gets the private 'vich_uploader.listener.clean.neightborhood_project_before_improvement_image_file' shared service.
  39123.      *
  39124.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39125.      */
  39126.     protected function getVichUploader_Listener_Clean_NeightborhoodProjectBeforeImprovementImageFileService()
  39127.     {
  39128.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39129.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39130.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39131.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39132.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39133.         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()));
  39134.     }
  39135.     /**
  39136.      * Gets the private 'vich_uploader.listener.clean.new_project_immo_csv' shared service.
  39137.      *
  39138.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39139.      */
  39140.     protected function getVichUploader_Listener_Clean_NewProjectImmoCsvService()
  39141.     {
  39142.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39143.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39144.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39145.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39146.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39147.         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()));
  39148.     }
  39149.     /**
  39150.      * Gets the private 'vich_uploader.listener.clean.notary_csv_pending' shared service.
  39151.      *
  39152.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39153.      */
  39154.     protected function getVichUploader_Listener_Clean_NotaryCsvPendingService()
  39155.     {
  39156.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39157.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39158.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39159.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39160.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39161.         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()));
  39162.     }
  39163.     /**
  39164.      * Gets the private 'vich_uploader.listener.clean.obligation_csv_pending' shared service.
  39165.      *
  39166.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39167.      */
  39168.     protected function getVichUploader_Listener_Clean_ObligationCsvPendingService()
  39169.     {
  39170.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39171.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39172.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39173.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39174.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39175.         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()));
  39176.     }
  39177.     /**
  39178.      * Gets the private 'vich_uploader.listener.clean.occupation_period_file' shared service.
  39179.      *
  39180.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39181.      */
  39182.     protected function getVichUploader_Listener_Clean_OccupationPeriodFileService()
  39183.     {
  39184.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39185.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39186.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39188.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39189.         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()));
  39190.     }
  39191.     /**
  39192.      * Gets the private 'vich_uploader.listener.clean.occupie_csv_pending' shared service.
  39193.      *
  39194.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39195.      */
  39196.     protected function getVichUploader_Listener_Clean_OccupieCsvPendingService()
  39197.     {
  39198.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39199.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39200.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39201.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39202.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39203.         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()));
  39204.     }
  39205.     /**
  39206.      * Gets the private 'vich_uploader.listener.clean.offer_lease_agreement' shared service.
  39207.      *
  39208.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39209.      */
  39210.     protected function getVichUploader_Listener_Clean_OfferLeaseAgreementService()
  39211.     {
  39212.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39213.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39214.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39215.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39216.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39217.         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()));
  39218.     }
  39219.     /**
  39220.      * Gets the private 'vich_uploader.listener.clean.organic_plot_file' shared service.
  39221.      *
  39222.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39223.      */
  39224.     protected function getVichUploader_Listener_Clean_OrganicPlotFileService()
  39225.     {
  39226.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39227.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39228.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39229.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39230.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39231.         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()));
  39232.     }
  39233.     /**
  39234.      * Gets the private 'vich_uploader.listener.clean.pdf_location' shared service.
  39235.      *
  39236.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39237.      */
  39238.     protected function getVichUploader_Listener_Clean_PdfLocationService()
  39239.     {
  39240.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39241.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39242.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39244.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39245.         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()));
  39246.     }
  39247.     /**
  39248.      * Gets the private 'vich_uploader.listener.clean.pdf_mail_location' shared service.
  39249.      *
  39250.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39251.      */
  39252.     protected function getVichUploader_Listener_Clean_PdfMailLocationService()
  39253.     {
  39254.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39255.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39256.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39259.         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()));
  39260.     }
  39261.     /**
  39262.      * Gets the private 'vich_uploader.listener.clean.pdf_summary_maif' shared service.
  39263.      *
  39264.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39265.      */
  39266.     protected function getVichUploader_Listener_Clean_PdfSummaryMaifService()
  39267.     {
  39268.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39269.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39270.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39272.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39273.         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()));
  39274.     }
  39275.     /**
  39276.      * Gets the private 'vich_uploader.listener.clean.permit_citerne' shared service.
  39277.      *
  39278.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39279.      */
  39280.     protected function getVichUploader_Listener_Clean_PermitCiterneService()
  39281.     {
  39282.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39283.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39284.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39285.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39286.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39287.         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()));
  39288.     }
  39289.     /**
  39290.      * Gets the private 'vich_uploader.listener.clean.permit_environment_file' shared service.
  39291.      *
  39292.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39293.      */
  39294.     protected function getVichUploader_Listener_Clean_PermitEnvironmentFileService()
  39295.     {
  39296.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39297.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39298.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39299.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39300.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39301.         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()));
  39302.     }
  39303.     /**
  39304.      * Gets the private 'vich_uploader.listener.clean.permit_file' shared service.
  39305.      *
  39306.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39307.      */
  39308.     protected function getVichUploader_Listener_Clean_PermitFileService()
  39309.     {
  39310.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39311.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39312.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39313.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39314.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39315.         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()));
  39316.     }
  39317.     /**
  39318.      * Gets the private 'vich_uploader.listener.clean.picture_3D' shared service.
  39319.      *
  39320.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39321.      */
  39322.     protected function getVichUploader_Listener_Clean_Picture3DService()
  39323.     {
  39324.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39325.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39326.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39327.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39328.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39329.         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()));
  39330.     }
  39331.     /**
  39332.      * Gets the private 'vich_uploader.listener.clean.portfolio_files' shared service.
  39333.      *
  39334.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39335.      */
  39336.     protected function getVichUploader_Listener_Clean_PortfolioFilesService()
  39337.     {
  39338.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39339.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39340.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39341.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39342.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39343.         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()));
  39344.     }
  39345.     /**
  39346.      * Gets the private 'vich_uploader.listener.clean.ppas_affectation_csv_pending' shared service.
  39347.      *
  39348.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39349.      */
  39350.     protected function getVichUploader_Listener_Clean_PpasAffectationCsvPendingService()
  39351.     {
  39352.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39353.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39354.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39355.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39356.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39357.         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()));
  39358.     }
  39359.     /**
  39360.      * Gets the private 'vich_uploader.listener.clean.ppas_csv_pending' shared service.
  39361.      *
  39362.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39363.      */
  39364.     protected function getVichUploader_Listener_Clean_PpasCsvPendingService()
  39365.     {
  39366.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39367.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39368.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39369.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39370.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39371.         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()));
  39372.     }
  39373.     /**
  39374.      * Gets the private 'vich_uploader.listener.clean.pras_csv' shared service.
  39375.      *
  39376.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39377.      */
  39378.     protected function getVichUploader_Listener_Clean_PrasCsvService()
  39379.     {
  39380.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39381.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39382.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39383.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39384.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39385.         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()));
  39386.     }
  39387.     /**
  39388.      * Gets the private 'vich_uploader.listener.clean.prime_csv_pending' shared service.
  39389.      *
  39390.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39391.      */
  39392.     protected function getVichUploader_Listener_Clean_PrimeCsvPendingService()
  39393.     {
  39394.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39395.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39396.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39397.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39398.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39399.         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()));
  39400.     }
  39401.     /**
  39402.      * Gets the private 'vich_uploader.listener.clean.prime_pdf_template' shared service.
  39403.      *
  39404.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39405.      */
  39406.     protected function getVichUploader_Listener_Clean_PrimePdfTemplateService()
  39407.     {
  39408.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39409.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39410.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39411.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39412.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39413.         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()));
  39414.     }
  39415.     /**
  39416.      * Gets the private 'vich_uploader.listener.clean.prime_request_file' shared service.
  39417.      *
  39418.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39419.      */
  39420.     protected function getVichUploader_Listener_Clean_PrimeRequestFileService()
  39421.     {
  39422.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39423.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39424.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39425.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39426.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39427.         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()));
  39428.     }
  39429.     /**
  39430.      * Gets the private 'vich_uploader.listener.clean.property_demand_file' shared service.
  39431.      *
  39432.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39433.      */
  39434.     protected function getVichUploader_Listener_Clean_PropertyDemandFileService()
  39435.     {
  39436.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39437.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39438.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39440.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39441.         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()));
  39442.     }
  39443.     /**
  39444.      * Gets the private 'vich_uploader.listener.clean.property_document_file' shared service.
  39445.      *
  39446.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39447.      */
  39448.     protected function getVichUploader_Listener_Clean_PropertyDocumentFileService()
  39449.     {
  39450.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39451.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39452.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39453.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39454.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39455.         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()));
  39456.     }
  39457.     /**
  39458.      * Gets the private 'vich_uploader.listener.clean.provider_inverte_list_pending' shared service.
  39459.      *
  39460.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39461.      */
  39462.     protected function getVichUploader_Listener_Clean_ProviderInverteListPendingService()
  39463.     {
  39464.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39465.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39466.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39467.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39468.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39469.         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()));
  39470.     }
  39471.     /**
  39472.      * Gets the private 'vich_uploader.listener.clean.provider_society_csv_pending' shared service.
  39473.      *
  39474.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39475.      */
  39476.     protected function getVichUploader_Listener_Clean_ProviderSocietyCsvPendingService()
  39477.     {
  39478.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39479.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39480.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39482.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39483.         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()));
  39484.     }
  39485.     /**
  39486.      * Gets the private 'vich_uploader.listener.clean.provider_work' shared service.
  39487.      *
  39488.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39489.      */
  39490.     protected function getVichUploader_Listener_Clean_ProviderWorkService()
  39491.     {
  39492.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39493.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39494.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39497.         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()));
  39498.     }
  39499.     /**
  39500.      * Gets the private 'vich_uploader.listener.clean.public_inquiry_inprogress_excel' shared service.
  39501.      *
  39502.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39503.      */
  39504.     protected function getVichUploader_Listener_Clean_PublicInquiryInprogressExcelService()
  39505.     {
  39506.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39507.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39508.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39511.         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()));
  39512.     }
  39513.     /**
  39514.      * Gets the private 'vich_uploader.listener.clean.rapport_pdf_property' shared service.
  39515.      *
  39516.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39517.      */
  39518.     protected function getVichUploader_Listener_Clean_RapportPdfPropertyService()
  39519.     {
  39520.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39521.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39522.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39524.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39525.         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()));
  39526.     }
  39527.     /**
  39528.      * Gets the private 'vich_uploader.listener.clean.register_environment_file' shared service.
  39529.      *
  39530.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39531.      */
  39532.     protected function getVichUploader_Listener_Clean_RegisterEnvironmentFileService()
  39533.     {
  39534.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39535.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39536.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39537.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39538.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39539.         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()));
  39540.     }
  39541.     /**
  39542.      * Gets the private 'vich_uploader.listener.clean.request_repayment_files' shared service.
  39543.      *
  39544.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39545.      */
  39546.     protected function getVichUploader_Listener_Clean_RequestRepaymentFilesService()
  39547.     {
  39548.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39549.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39550.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39551.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39552.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39553.         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()));
  39554.     }
  39555.     /**
  39556.      * Gets the private 'vich_uploader.listener.clean.salesAgreementFile' shared service.
  39557.      *
  39558.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39559.      */
  39560.     protected function getVichUploader_Listener_Clean_SalesAgreementFileService()
  39561.     {
  39562.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39563.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39564.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39565.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39566.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39567.         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()));
  39568.     }
  39569.     /**
  39570.      * Gets the private 'vich_uploader.listener.clean.sales_agreement_file_to_sign' shared service.
  39571.      *
  39572.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39573.      */
  39574.     protected function getVichUploader_Listener_Clean_SalesAgreementFileToSignService()
  39575.     {
  39576.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39577.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39578.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39579.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39580.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39581.         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()));
  39582.     }
  39583.     /**
  39584.      * Gets the private 'vich_uploader.listener.clean.surveillance_camera_document' shared service.
  39585.      *
  39586.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39587.      */
  39588.     protected function getVichUploader_Listener_Clean_SurveillanceCameraDocumentService()
  39589.     {
  39590.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39591.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39592.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39593.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39594.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39595.         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()));
  39596.     }
  39597.     /**
  39598.      * Gets the private 'vich_uploader.listener.clean.syndic_Apartment_csv_pending' shared service.
  39599.      *
  39600.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39601.      */
  39602.     protected function getVichUploader_Listener_Clean_SyndicApartmentCsvPendingService()
  39603.     {
  39604.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39605.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39606.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39607.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39608.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39609.         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()));
  39610.     }
  39611.     /**
  39612.      * Gets the private 'vich_uploader.listener.clean.treeD_figuration_file' shared service.
  39613.      *
  39614.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39615.      */
  39616.     protected function getVichUploader_Listener_Clean_TreeDFigurationFileService()
  39617.     {
  39618.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39619.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39620.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39621.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39622.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39623.         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()));
  39624.     }
  39625.     /**
  39626.      * Gets the private 'vich_uploader.listener.clean.upload_archived' shared service.
  39627.      *
  39628.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39629.      */
  39630.     protected function getVichUploader_Listener_Clean_UploadArchivedService()
  39631.     {
  39632.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39633.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39634.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39635.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39636.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39637.         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()));
  39638.     }
  39639.     /**
  39640.      * Gets the private 'vich_uploader.listener.clean.upload_bank_logo' shared service.
  39641.      *
  39642.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39643.      */
  39644.     protected function getVichUploader_Listener_Clean_UploadBankLogoService()
  39645.     {
  39646.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39647.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39648.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39649.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39650.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39651.         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()));
  39652.     }
  39653.     /**
  39654.      * Gets the private 'vich_uploader.listener.clean.upload_doc_property' shared service.
  39655.      *
  39656.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39657.      */
  39658.     protected function getVichUploader_Listener_Clean_UploadDocPropertyService()
  39659.     {
  39660.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39661.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39662.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39663.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39664.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39665.         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()));
  39666.     }
  39667.     /**
  39668.      * Gets the private 'vich_uploader.listener.clean.upload_file_minutes' shared service.
  39669.      *
  39670.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39671.      */
  39672.     protected function getVichUploader_Listener_Clean_UploadFileMinutesService()
  39673.     {
  39674.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39675.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39676.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39677.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39678.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39679.         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()));
  39680.     }
  39681.     /**
  39682.      * Gets the private 'vich_uploader.listener.clean.upload_icon_categorie_service' shared service.
  39683.      *
  39684.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39685.      */
  39686.     protected function getVichUploader_Listener_Clean_UploadIconCategorieServiceService()
  39687.     {
  39688.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39689.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39690.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39691.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39692.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39693.         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()));
  39694.     }
  39695.     /**
  39696.      * Gets the private 'vich_uploader.listener.clean.upload_img_property' shared service.
  39697.      *
  39698.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39699.      */
  39700.     protected function getVichUploader_Listener_Clean_UploadImgPropertyService()
  39701.     {
  39702.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39703.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39704.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39705.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39706.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39707.         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()));
  39708.     }
  39709.     /**
  39710.      * Gets the private 'vich_uploader.listener.clean.upload_img_pub' shared service.
  39711.      *
  39712.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39713.      */
  39714.     protected function getVichUploader_Listener_Clean_UploadImgPubService()
  39715.     {
  39716.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39717.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39718.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39721.         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()));
  39722.     }
  39723.     /**
  39724.      * Gets the private 'vich_uploader.listener.clean.upload_img_service' shared service.
  39725.      *
  39726.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39727.      */
  39728.     protected function getVichUploader_Listener_Clean_UploadImgServiceService()
  39729.     {
  39730.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39731.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39732.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39733.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39734.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39735.         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()));
  39736.     }
  39737.     /**
  39738.      * Gets the private 'vich_uploader.listener.clean.upload_logo_pro' shared service.
  39739.      *
  39740.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39741.      */
  39742.     protected function getVichUploader_Listener_Clean_UploadLogoProService()
  39743.     {
  39744.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39745.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39746.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39747.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39748.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39749.         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()));
  39750.     }
  39751.     /**
  39752.      * Gets the private 'vich_uploader.listener.clean.upload_pending' shared service.
  39753.      *
  39754.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39755.      */
  39756.     protected function getVichUploader_Listener_Clean_UploadPendingService()
  39757.     {
  39758.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39759.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39760.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39761.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39762.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39763.         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()));
  39764.     }
  39765.     /**
  39766.      * Gets the private 'vich_uploader.listener.clean.upload_rapport' shared service.
  39767.      *
  39768.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39769.      */
  39770.     protected function getVichUploader_Listener_Clean_UploadRapportService()
  39771.     {
  39772.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39773.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39774.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39775.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39776.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39777.         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()));
  39778.     }
  39779.     /**
  39780.      * Gets the private 'vich_uploader.listener.clean.upload_rental_guarantee' shared service.
  39781.      *
  39782.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39783.      */
  39784.     protected function getVichUploader_Listener_Clean_UploadRentalGuaranteeService()
  39785.     {
  39786.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39787.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39788.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39789.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39790.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39791.         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()));
  39792.     }
  39793.     /**
  39794.      * Gets the private 'vich_uploader.listener.clean.upload_traite' shared service.
  39795.      *
  39796.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39797.      */
  39798.     protected function getVichUploader_Listener_Clean_UploadTraiteService()
  39799.     {
  39800.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39801.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39802.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39803.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39804.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39805.         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()));
  39806.     }
  39807.     /**
  39808.      * Gets the private 'vich_uploader.listener.clean.uploads_syndics_response' shared service.
  39809.      *
  39810.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39811.      */
  39812.     protected function getVichUploader_Listener_Clean_UploadsSyndicsResponseService()
  39813.     {
  39814.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39815.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39816.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39817.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39818.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39819.         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()));
  39820.     }
  39821.     /**
  39822.      * Gets the private 'vich_uploader.listener.clean.user_logo' shared service.
  39823.      *
  39824.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39825.      */
  39826.     protected function getVichUploader_Listener_Clean_UserLogoService()
  39827.     {
  39828.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39829.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39830.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39831.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39832.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39833.         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()));
  39834.     }
  39835.     /**
  39836.      * Gets the private 'vich_uploader.listener.clean.wallonie_csv_pending' shared service.
  39837.      *
  39838.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39839.      */
  39840.     protected function getVichUploader_Listener_Clean_WallonieCsvPendingService()
  39841.     {
  39842.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39843.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39844.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39845.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39846.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39847.         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()));
  39848.     }
  39849.     /**
  39850.      * Gets the private 'vich_uploader.listener.clean.water_supplier_controller_excel' shared service.
  39851.      *
  39852.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39853.      */
  39854.     protected function getVichUploader_Listener_Clean_WaterSupplierControllerExcelService()
  39855.     {
  39856.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39857.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39858.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39859.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39860.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39861.         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()));
  39862.     }
  39863.     /**
  39864.      * Gets the private 'vich_uploader.listener.clean.work_csv_pending' shared service.
  39865.      *
  39866.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39867.      */
  39868.     protected function getVichUploader_Listener_Clean_WorkCsvPendingService()
  39869.     {
  39870.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39871.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39872.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39873.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39874.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39875.         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()));
  39876.     }
  39877.     /**
  39878.      * Gets the private 'vich_uploader.listener.clean.work_rules_csv_pending' shared service.
  39879.      *
  39880.      * @return \Vich\UploaderBundle\EventListener\Doctrine\CleanListener
  39881.      */
  39882.     protected function getVichUploader_Listener_Clean_WorkRulesCsvPendingService()
  39883.     {
  39884.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39885.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39886.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/CleanListener.php';
  39887.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39888.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39889.         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()));
  39890.     }
  39891.     /**
  39892.      * Gets the private 'vich_uploader.listener.inject.chat_file' shared service.
  39893.      *
  39894.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39895.      */
  39896.     protected function getVichUploader_Listener_Inject_ChatFileService()
  39897.     {
  39898.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39899.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39900.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39901.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39902.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39903.         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()));
  39904.     }
  39905.     /**
  39906.      * Gets the private 'vich_uploader.listener.inject.client_sales_agreement_file' shared service.
  39907.      *
  39908.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39909.      */
  39910.     protected function getVichUploader_Listener_Inject_ClientSalesAgreementFileService()
  39911.     {
  39912.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39913.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39914.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39915.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39916.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39917.         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()));
  39918.     }
  39919.     /**
  39920.      * Gets the private 'vich_uploader.listener.inject.community_event_file' shared service.
  39921.      *
  39922.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39923.      */
  39924.     protected function getVichUploader_Listener_Inject_CommunityEventFileService()
  39925.     {
  39926.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39927.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39928.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39929.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39930.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39931.         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()));
  39932.     }
  39933.     /**
  39934.      * Gets the private 'vich_uploader.listener.inject.community_post_file' shared service.
  39935.      *
  39936.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39937.      */
  39938.     protected function getVichUploader_Listener_Inject_CommunityPostFileService()
  39939.     {
  39940.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39941.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39942.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39943.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39944.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39945.         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()));
  39946.     }
  39947.     /**
  39948.      * Gets the private 'vich_uploader.listener.inject.imo_agent_solicitation_image' shared service.
  39949.      *
  39950.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39951.      */
  39952.     protected function getVichUploader_Listener_Inject_ImoAgentSolicitationImageService()
  39953.     {
  39954.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39955.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39956.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39957.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39958.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39959.         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()));
  39960.     }
  39961.     /**
  39962.      * Gets the private 'vich_uploader.listener.inject.message_file' shared service.
  39963.      *
  39964.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39965.      */
  39966.     protected function getVichUploader_Listener_Inject_MessageFileService()
  39967.     {
  39968.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39969.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39970.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39971.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39972.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39973.         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()));
  39974.     }
  39975.     /**
  39976.      * Gets the private 'vich_uploader.listener.inject.neightborhood_project_after_improvement_image_file' shared service.
  39977.      *
  39978.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39979.      */
  39980.     protected function getVichUploader_Listener_Inject_NeightborhoodProjectAfterImprovementImageFileService()
  39981.     {
  39982.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39983.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39984.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39985.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  39986.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  39987.         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()));
  39988.     }
  39989.     /**
  39990.      * Gets the private 'vich_uploader.listener.inject.neightborhood_project_before_improvement_image_file' shared service.
  39991.      *
  39992.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  39993.      */
  39994.     protected function getVichUploader_Listener_Inject_NeightborhoodProjectBeforeImprovementImageFileService()
  39995.     {
  39996.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  39997.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  39998.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  39999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40000.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40001.         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()));
  40002.     }
  40003.     /**
  40004.      * Gets the private 'vich_uploader.listener.inject.new_project_immo_csv' shared service.
  40005.      *
  40006.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40007.      */
  40008.     protected function getVichUploader_Listener_Inject_NewProjectImmoCsvService()
  40009.     {
  40010.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40011.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40012.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40013.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40014.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40015.         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()));
  40016.     }
  40017.     /**
  40018.      * Gets the private 'vich_uploader.listener.inject.occupation_period_file' shared service.
  40019.      *
  40020.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40021.      */
  40022.     protected function getVichUploader_Listener_Inject_OccupationPeriodFileService()
  40023.     {
  40024.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40025.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40026.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40028.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40029.         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()));
  40030.     }
  40031.     /**
  40032.      * Gets the private 'vich_uploader.listener.inject.pdf_summary_maif' shared service.
  40033.      *
  40034.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40035.      */
  40036.     protected function getVichUploader_Listener_Inject_PdfSummaryMaifService()
  40037.     {
  40038.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40039.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40040.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40041.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40043.         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()));
  40044.     }
  40045.     /**
  40046.      * Gets the private 'vich_uploader.listener.inject.portfolio_files' shared service.
  40047.      *
  40048.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40049.      */
  40050.     protected function getVichUploader_Listener_Inject_PortfolioFilesService()
  40051.     {
  40052.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40053.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40054.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40057.         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()));
  40058.     }
  40059.     /**
  40060.      * Gets the private 'vich_uploader.listener.inject.property_document_file' shared service.
  40061.      *
  40062.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40063.      */
  40064.     protected function getVichUploader_Listener_Inject_PropertyDocumentFileService()
  40065.     {
  40066.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40067.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40068.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40071.         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()));
  40072.     }
  40073.     /**
  40074.      * Gets the private 'vich_uploader.listener.inject.sales_agreement_file_to_sign' shared service.
  40075.      *
  40076.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40077.      */
  40078.     protected function getVichUploader_Listener_Inject_SalesAgreementFileToSignService()
  40079.     {
  40080.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40081.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40082.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40085.         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()));
  40086.     }
  40087.     /**
  40088.      * Gets the private 'vich_uploader.listener.inject.treeD_figuration_file' shared service.
  40089.      *
  40090.      * @return \Vich\UploaderBundle\EventListener\Doctrine\InjectListener
  40091.      */
  40092.     protected function getVichUploader_Listener_Inject_TreeDFigurationFileService()
  40093.     {
  40094.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40095.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40096.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/InjectListener.php';
  40097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40099.         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()));
  40100.     }
  40101.     /**
  40102.      * Gets the private 'vich_uploader.listener.remove.Adress_csv_pending' shared service.
  40103.      *
  40104.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40105.      */
  40106.     protected function getVichUploader_Listener_Remove_AdressCsvPendingService()
  40107.     {
  40108.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40109.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40110.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40111.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40112.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40113.         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()));
  40114.     }
  40115.     /**
  40116.      * Gets the private 'vich_uploader.listener.remove.ThepropertyProvider_csv_pending' shared service.
  40117.      *
  40118.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40119.      */
  40120.     protected function getVichUploader_Listener_Remove_ThepropertyProviderCsvPendingService()
  40121.     {
  40122.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40123.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40124.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40125.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40126.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40127.         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()));
  40128.     }
  40129.     /**
  40130.      * Gets the private 'vich_uploader.listener.remove.annex_permit_file' shared service.
  40131.      *
  40132.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40133.      */
  40134.     protected function getVichUploader_Listener_Remove_AnnexPermitFileService()
  40135.     {
  40136.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40137.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40138.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40139.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40140.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40141.         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()));
  40142.     }
  40143.     /**
  40144.      * Gets the private 'vich_uploader.listener.remove.area_csv_pending' shared service.
  40145.      *
  40146.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40147.      */
  40148.     protected function getVichUploader_Listener_Remove_AreaCsvPendingService()
  40149.     {
  40150.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40151.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40152.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40154.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40155.         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()));
  40156.     }
  40157.     /**
  40158.      * Gets the private 'vich_uploader.listener.remove.bbox' shared service.
  40159.      *
  40160.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40161.      */
  40162.     protected function getVichUploader_Listener_Remove_BboxService()
  40163.     {
  40164.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40165.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40166.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40167.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40168.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40169.         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()));
  40170.     }
  40171.     /**
  40172.      * Gets the private 'vich_uploader.listener.remove.brugis_csv_pending' shared service.
  40173.      *
  40174.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40175.      */
  40176.     protected function getVichUploader_Listener_Remove_BrugisCsvPendingService()
  40177.     {
  40178.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40179.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40180.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40181.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40182.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40183.         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()));
  40184.     }
  40185.     /**
  40186.      * Gets the private 'vich_uploader.listener.remove.chat_file' shared service.
  40187.      *
  40188.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40189.      */
  40190.     protected function getVichUploader_Listener_Remove_ChatFileService()
  40191.     {
  40192.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40193.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40194.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40195.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40196.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40197.         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()));
  40198.     }
  40199.     /**
  40200.      * Gets the private 'vich_uploader.listener.remove.client_sales_agreement_file' shared service.
  40201.      *
  40202.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40203.      */
  40204.     protected function getVichUploader_Listener_Remove_ClientSalesAgreementFileService()
  40205.     {
  40206.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40207.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40208.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40210.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40211.         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()));
  40212.     }
  40213.     /**
  40214.      * Gets the private 'vich_uploader.listener.remove.co_ownership_document' shared service.
  40215.      *
  40216.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40217.      */
  40218.     protected function getVichUploader_Listener_Remove_CoOwnershipDocumentService()
  40219.     {
  40220.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40221.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40222.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40223.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40224.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40225.         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()));
  40226.     }
  40227.     /**
  40228.      * Gets the private 'vich_uploader.listener.remove.co_ownership_invoices' shared service.
  40229.      *
  40230.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40231.      */
  40232.     protected function getVichUploader_Listener_Remove_CoOwnershipInvoicesService()
  40233.     {
  40234.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40235.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40236.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40237.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40238.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40239.         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()));
  40240.     }
  40241.     /**
  40242.      * Gets the private 'vich_uploader.listener.remove.co_ownership_meeting_transcript' shared service.
  40243.      *
  40244.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40245.      */
  40246.     protected function getVichUploader_Listener_Remove_CoOwnershipMeetingTranscriptService()
  40247.     {
  40248.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40249.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40250.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40251.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40252.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40253.         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()));
  40254.     }
  40255.     /**
  40256.      * Gets the private 'vich_uploader.listener.remove.co_ownership_report' shared service.
  40257.      *
  40258.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40259.      */
  40260.     protected function getVichUploader_Listener_Remove_CoOwnershipReportService()
  40261.     {
  40262.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40263.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40264.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40265.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40266.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40267.         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()));
  40268.     }
  40269.     /**
  40270.      * Gets the private 'vich_uploader.listener.remove.co_ownership_the_property_file' shared service.
  40271.      *
  40272.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40273.      */
  40274.     protected function getVichUploader_Listener_Remove_CoOwnershipThePropertyFileService()
  40275.     {
  40276.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40277.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40278.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40280.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40281.         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()));
  40282.     }
  40283.     /**
  40284.      * Gets the private 'vich_uploader.listener.remove.co_ownership_the_property_response' shared service.
  40285.      *
  40286.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40287.      */
  40288.     protected function getVichUploader_Listener_Remove_CoOwnershipThePropertyResponseService()
  40289.     {
  40290.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40291.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40292.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40293.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40294.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40295.         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()));
  40296.     }
  40297.     /**
  40298.      * Gets the private 'vich_uploader.listener.remove.community_event_file' shared service.
  40299.      *
  40300.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40301.      */
  40302.     protected function getVichUploader_Listener_Remove_CommunityEventFileService()
  40303.     {
  40304.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40305.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40306.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40307.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40308.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40309.         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()));
  40310.     }
  40311.     /**
  40312.      * Gets the private 'vich_uploader.listener.remove.community_post_file' shared service.
  40313.      *
  40314.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40315.      */
  40316.     protected function getVichUploader_Listener_Remove_CommunityPostFileService()
  40317.     {
  40318.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40319.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40320.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40321.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40322.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40323.         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()));
  40324.     }
  40325.     /**
  40326.      * Gets the private 'vich_uploader.listener.remove.condominium_invoice_file' shared service.
  40327.      *
  40328.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40329.      */
  40330.     protected function getVichUploader_Listener_Remove_CondominiumInvoiceFileService()
  40331.     {
  40332.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40333.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40334.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40335.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40336.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40337.         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()));
  40338.     }
  40339.     /**
  40340.      * Gets the private 'vich_uploader.listener.remove.control_certificate' shared service.
  40341.      *
  40342.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40343.      */
  40344.     protected function getVichUploader_Listener_Remove_ControlCertificateService()
  40345.     {
  40346.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40347.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40348.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40349.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40350.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40351.         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()));
  40352.     }
  40353.     /**
  40354.      * Gets the private 'vich_uploader.listener.remove.dispenseFile' shared service.
  40355.      *
  40356.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40357.      */
  40358.     protected function getVichUploader_Listener_Remove_DispenseFileService()
  40359.     {
  40360.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40361.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40362.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40363.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40364.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40365.         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()));
  40366.     }
  40367.     /**
  40368.      * Gets the private 'vich_uploader.listener.remove.dvf_csv_pending' shared service.
  40369.      *
  40370.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40371.      */
  40372.     protected function getVichUploader_Listener_Remove_DvfCsvPendingService()
  40373.     {
  40374.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40375.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40376.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40377.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40378.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40379.         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()));
  40380.     }
  40381.     /**
  40382.      * Gets the private 'vich_uploader.listener.remove.edit_registers_file' shared service.
  40383.      *
  40384.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40385.      */
  40386.     protected function getVichUploader_Listener_Remove_EditRegistersFileService()
  40387.     {
  40388.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40389.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40390.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40391.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40392.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40393.         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()));
  40394.     }
  40395.     /**
  40396.      * Gets the private 'vich_uploader.listener.remove.education_csv' shared service.
  40397.      *
  40398.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40399.      */
  40400.     protected function getVichUploader_Listener_Remove_EducationCsvService()
  40401.     {
  40402.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40403.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40404.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40405.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40406.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40407.         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()));
  40408.     }
  40409.     /**
  40410.      * Gets the private 'vich_uploader.listener.remove.engie_csv_archived' shared service.
  40411.      *
  40412.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40413.      */
  40414.     protected function getVichUploader_Listener_Remove_EngieCsvArchivedService()
  40415.     {
  40416.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40417.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40418.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40419.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40420.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40421.         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()));
  40422.     }
  40423.     /**
  40424.      * Gets the private 'vich_uploader.listener.remove.engie_csv_pending' shared service.
  40425.      *
  40426.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40427.      */
  40428.     protected function getVichUploader_Listener_Remove_EngieCsvPendingService()
  40429.     {
  40430.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40431.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40432.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40433.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40434.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40435.         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()));
  40436.     }
  40437.     /**
  40438.      * Gets the private 'vich_uploader.listener.remove.enquetes_publics_csv' shared service.
  40439.      *
  40440.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40441.      */
  40442.     protected function getVichUploader_Listener_Remove_EnquetesPublicsCsvService()
  40443.     {
  40444.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40445.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40446.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40447.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40448.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40449.         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()));
  40450.     }
  40451.     /**
  40452.      * Gets the private 'vich_uploader.listener.remove.excel_file_pending' shared service.
  40453.      *
  40454.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40455.      */
  40456.     protected function getVichUploader_Listener_Remove_ExcelFilePendingService()
  40457.     {
  40458.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40459.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40460.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40461.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40462.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40463.         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()));
  40464.     }
  40465.     /**
  40466.      * Gets the private 'vich_uploader.listener.remove.garden_resource_document' shared service.
  40467.      *
  40468.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40469.      */
  40470.     protected function getVichUploader_Listener_Remove_GardenResourceDocumentService()
  40471.     {
  40472.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40473.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40474.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40475.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40476.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40477.         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()));
  40478.     }
  40479.     /**
  40480.      * Gets the private 'vich_uploader.listener.remove.identity_image' shared service.
  40481.      *
  40482.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40483.      */
  40484.     protected function getVichUploader_Listener_Remove_IdentityImageService()
  40485.     {
  40486.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40487.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40488.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40489.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40490.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40491.         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()));
  40492.     }
  40493.     /**
  40494.      * Gets the private 'vich_uploader.listener.remove.imo_agent_solicitation_image' shared service.
  40495.      *
  40496.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40497.      */
  40498.     protected function getVichUploader_Listener_Remove_ImoAgentSolicitationImageService()
  40499.     {
  40500.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40501.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40502.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40503.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40504.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40505.         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()));
  40506.     }
  40507.     /**
  40508.      * Gets the private 'vich_uploader.listener.remove.inventory_file' shared service.
  40509.      *
  40510.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40511.      */
  40512.     protected function getVichUploader_Listener_Remove_InventoryFileService()
  40513.     {
  40514.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40515.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40516.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40517.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40518.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40519.         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()));
  40520.     }
  40521.     /**
  40522.      * Gets the private 'vich_uploader.listener.remove.inventory_image' shared service.
  40523.      *
  40524.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40525.      */
  40526.     protected function getVichUploader_Listener_Remove_InventoryImageService()
  40527.     {
  40528.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40529.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40530.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40531.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40532.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40533.         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()));
  40534.     }
  40535.     /**
  40536.      * Gets the private 'vich_uploader.listener.remove.invoice_water_file' shared service.
  40537.      *
  40538.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40539.      */
  40540.     protected function getVichUploader_Listener_Remove_InvoiceWaterFileService()
  40541.     {
  40542.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40543.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40544.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40545.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40546.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40547.         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()));
  40548.     }
  40549.     /**
  40550.      * Gets the private 'vich_uploader.listener.remove.lease_contract' shared service.
  40551.      *
  40552.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40553.      */
  40554.     protected function getVichUploader_Listener_Remove_LeaseContractService()
  40555.     {
  40556.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40557.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40558.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40559.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40560.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40561.         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()));
  40562.     }
  40563.     /**
  40564.      * Gets the private 'vich_uploader.listener.remove.lease_contract_models' shared service.
  40565.      *
  40566.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40567.      */
  40568.     protected function getVichUploader_Listener_Remove_LeaseContractModelsService()
  40569.     {
  40570.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40571.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40572.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40573.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40574.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40575.         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()));
  40576.     }
  40577.     /**
  40578.      * Gets the private 'vich_uploader.listener.remove.message_file' shared service.
  40579.      *
  40580.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40581.      */
  40582.     protected function getVichUploader_Listener_Remove_MessageFileService()
  40583.     {
  40584.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40585.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40586.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40587.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40588.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40589.         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()));
  40590.     }
  40591.     /**
  40592.      * Gets the private 'vich_uploader.listener.remove.module_3D' shared service.
  40593.      *
  40594.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40595.      */
  40596.     protected function getVichUploader_Listener_Remove_Module3DService()
  40597.     {
  40598.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40599.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40600.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40601.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40602.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40603.         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()));
  40604.     }
  40605.     /**
  40606.      * Gets the private 'vich_uploader.listener.remove.neightborhood_project_after_improvement_image_file' shared service.
  40607.      *
  40608.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40609.      */
  40610.     protected function getVichUploader_Listener_Remove_NeightborhoodProjectAfterImprovementImageFileService()
  40611.     {
  40612.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40613.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40614.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40615.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40616.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40617.         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()));
  40618.     }
  40619.     /**
  40620.      * Gets the private 'vich_uploader.listener.remove.neightborhood_project_before_improvement_image_file' shared service.
  40621.      *
  40622.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40623.      */
  40624.     protected function getVichUploader_Listener_Remove_NeightborhoodProjectBeforeImprovementImageFileService()
  40625.     {
  40626.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40627.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40628.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40629.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40630.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40631.         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()));
  40632.     }
  40633.     /**
  40634.      * Gets the private 'vich_uploader.listener.remove.new_project_immo_csv' shared service.
  40635.      *
  40636.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40637.      */
  40638.     protected function getVichUploader_Listener_Remove_NewProjectImmoCsvService()
  40639.     {
  40640.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40641.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40642.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40643.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40644.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40645.         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()));
  40646.     }
  40647.     /**
  40648.      * Gets the private 'vich_uploader.listener.remove.obligation_csv_pending' shared service.
  40649.      *
  40650.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40651.      */
  40652.     protected function getVichUploader_Listener_Remove_ObligationCsvPendingService()
  40653.     {
  40654.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40655.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40656.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40657.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40658.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40659.         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()));
  40660.     }
  40661.     /**
  40662.      * Gets the private 'vich_uploader.listener.remove.occupation_period_file' shared service.
  40663.      *
  40664.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40665.      */
  40666.     protected function getVichUploader_Listener_Remove_OccupationPeriodFileService()
  40667.     {
  40668.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40669.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40670.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40671.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40672.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40673.         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()));
  40674.     }
  40675.     /**
  40676.      * Gets the private 'vich_uploader.listener.remove.offer_lease_agreement' shared service.
  40677.      *
  40678.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40679.      */
  40680.     protected function getVichUploader_Listener_Remove_OfferLeaseAgreementService()
  40681.     {
  40682.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40683.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40684.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40685.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40686.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40687.         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()));
  40688.     }
  40689.     /**
  40690.      * Gets the private 'vich_uploader.listener.remove.organic_plot_file' shared service.
  40691.      *
  40692.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40693.      */
  40694.     protected function getVichUploader_Listener_Remove_OrganicPlotFileService()
  40695.     {
  40696.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40697.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40698.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40699.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40700.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40701.         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()));
  40702.     }
  40703.     /**
  40704.      * Gets the private 'vich_uploader.listener.remove.pdf_location' shared service.
  40705.      *
  40706.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40707.      */
  40708.     protected function getVichUploader_Listener_Remove_PdfLocationService()
  40709.     {
  40710.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40711.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40712.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40713.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40714.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40715.         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()));
  40716.     }
  40717.     /**
  40718.      * Gets the private 'vich_uploader.listener.remove.pdf_mail_location' shared service.
  40719.      *
  40720.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40721.      */
  40722.     protected function getVichUploader_Listener_Remove_PdfMailLocationService()
  40723.     {
  40724.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40725.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40726.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40727.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40728.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40729.         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()));
  40730.     }
  40731.     /**
  40732.      * Gets the private 'vich_uploader.listener.remove.pdf_summary_maif' shared service.
  40733.      *
  40734.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40735.      */
  40736.     protected function getVichUploader_Listener_Remove_PdfSummaryMaifService()
  40737.     {
  40738.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40739.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40740.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40741.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40742.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40743.         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()));
  40744.     }
  40745.     /**
  40746.      * Gets the private 'vich_uploader.listener.remove.permit_citerne' shared service.
  40747.      *
  40748.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40749.      */
  40750.     protected function getVichUploader_Listener_Remove_PermitCiterneService()
  40751.     {
  40752.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40753.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40754.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40755.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40756.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40757.         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()));
  40758.     }
  40759.     /**
  40760.      * Gets the private 'vich_uploader.listener.remove.permit_environment_file' shared service.
  40761.      *
  40762.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40763.      */
  40764.     protected function getVichUploader_Listener_Remove_PermitEnvironmentFileService()
  40765.     {
  40766.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40767.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40768.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40769.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40770.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40771.         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()));
  40772.     }
  40773.     /**
  40774.      * Gets the private 'vich_uploader.listener.remove.permit_file' shared service.
  40775.      *
  40776.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40777.      */
  40778.     protected function getVichUploader_Listener_Remove_PermitFileService()
  40779.     {
  40780.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40781.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40782.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40783.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40784.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40785.         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()));
  40786.     }
  40787.     /**
  40788.      * Gets the private 'vich_uploader.listener.remove.picture_3D' shared service.
  40789.      *
  40790.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40791.      */
  40792.     protected function getVichUploader_Listener_Remove_Picture3DService()
  40793.     {
  40794.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40795.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40796.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40797.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40798.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40799.         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()));
  40800.     }
  40801.     /**
  40802.      * Gets the private 'vich_uploader.listener.remove.portfolio_files' shared service.
  40803.      *
  40804.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40805.      */
  40806.     protected function getVichUploader_Listener_Remove_PortfolioFilesService()
  40807.     {
  40808.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40809.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40810.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40811.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40812.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40813.         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()));
  40814.     }
  40815.     /**
  40816.      * Gets the private 'vich_uploader.listener.remove.ppas_affectation_csv_pending' shared service.
  40817.      *
  40818.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40819.      */
  40820.     protected function getVichUploader_Listener_Remove_PpasAffectationCsvPendingService()
  40821.     {
  40822.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40823.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40824.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40825.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40826.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40827.         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()));
  40828.     }
  40829.     /**
  40830.      * Gets the private 'vich_uploader.listener.remove.ppas_csv_pending' shared service.
  40831.      *
  40832.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40833.      */
  40834.     protected function getVichUploader_Listener_Remove_PpasCsvPendingService()
  40835.     {
  40836.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40837.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40838.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40839.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40840.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40841.         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()));
  40842.     }
  40843.     /**
  40844.      * Gets the private 'vich_uploader.listener.remove.pras_csv' shared service.
  40845.      *
  40846.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40847.      */
  40848.     protected function getVichUploader_Listener_Remove_PrasCsvService()
  40849.     {
  40850.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40851.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40852.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40853.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40854.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40855.         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()));
  40856.     }
  40857.     /**
  40858.      * Gets the private 'vich_uploader.listener.remove.prime_csv_pending' shared service.
  40859.      *
  40860.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40861.      */
  40862.     protected function getVichUploader_Listener_Remove_PrimeCsvPendingService()
  40863.     {
  40864.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40865.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40866.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40867.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40868.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40869.         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()));
  40870.     }
  40871.     /**
  40872.      * Gets the private 'vich_uploader.listener.remove.prime_pdf_template' shared service.
  40873.      *
  40874.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40875.      */
  40876.     protected function getVichUploader_Listener_Remove_PrimePdfTemplateService()
  40877.     {
  40878.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40879.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40880.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40881.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40882.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40883.         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()));
  40884.     }
  40885.     /**
  40886.      * Gets the private 'vich_uploader.listener.remove.prime_request_file' shared service.
  40887.      *
  40888.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40889.      */
  40890.     protected function getVichUploader_Listener_Remove_PrimeRequestFileService()
  40891.     {
  40892.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40893.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40894.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40895.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40896.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40897.         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()));
  40898.     }
  40899.     /**
  40900.      * Gets the private 'vich_uploader.listener.remove.property_demand_file' shared service.
  40901.      *
  40902.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40903.      */
  40904.     protected function getVichUploader_Listener_Remove_PropertyDemandFileService()
  40905.     {
  40906.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40907.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40908.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40909.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40910.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40911.         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()));
  40912.     }
  40913.     /**
  40914.      * Gets the private 'vich_uploader.listener.remove.property_document_file' shared service.
  40915.      *
  40916.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40917.      */
  40918.     protected function getVichUploader_Listener_Remove_PropertyDocumentFileService()
  40919.     {
  40920.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40921.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40922.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40923.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40924.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40925.         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()));
  40926.     }
  40927.     /**
  40928.      * Gets the private 'vich_uploader.listener.remove.provider_inverte_list_pending' shared service.
  40929.      *
  40930.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40931.      */
  40932.     protected function getVichUploader_Listener_Remove_ProviderInverteListPendingService()
  40933.     {
  40934.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40935.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40936.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40937.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40938.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40939.         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()));
  40940.     }
  40941.     /**
  40942.      * Gets the private 'vich_uploader.listener.remove.provider_society_csv_pending' shared service.
  40943.      *
  40944.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40945.      */
  40946.     protected function getVichUploader_Listener_Remove_ProviderSocietyCsvPendingService()
  40947.     {
  40948.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40949.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40950.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40951.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40952.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40953.         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()));
  40954.     }
  40955.     /**
  40956.      * Gets the private 'vich_uploader.listener.remove.provider_work' shared service.
  40957.      *
  40958.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40959.      */
  40960.     protected function getVichUploader_Listener_Remove_ProviderWorkService()
  40961.     {
  40962.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40963.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40964.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40965.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40966.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40967.         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()));
  40968.     }
  40969.     /**
  40970.      * Gets the private 'vich_uploader.listener.remove.public_inquiry_inprogress_excel' shared service.
  40971.      *
  40972.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40973.      */
  40974.     protected function getVichUploader_Listener_Remove_PublicInquiryInprogressExcelService()
  40975.     {
  40976.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40977.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40978.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40979.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40980.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40981.         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()));
  40982.     }
  40983.     /**
  40984.      * Gets the private 'vich_uploader.listener.remove.rapport_pdf_property' shared service.
  40985.      *
  40986.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  40987.      */
  40988.     protected function getVichUploader_Listener_Remove_RapportPdfPropertyService()
  40989.     {
  40990.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  40991.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  40992.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  40993.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  40994.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  40995.         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()));
  40996.     }
  40997.     /**
  40998.      * Gets the private 'vich_uploader.listener.remove.register_environment_file' shared service.
  40999.      *
  41000.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41001.      */
  41002.     protected function getVichUploader_Listener_Remove_RegisterEnvironmentFileService()
  41003.     {
  41004.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41005.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41006.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41007.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41008.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41009.         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()));
  41010.     }
  41011.     /**
  41012.      * Gets the private 'vich_uploader.listener.remove.request_repayment_files' shared service.
  41013.      *
  41014.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41015.      */
  41016.     protected function getVichUploader_Listener_Remove_RequestRepaymentFilesService()
  41017.     {
  41018.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41019.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41020.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41021.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41022.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41023.         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()));
  41024.     }
  41025.     /**
  41026.      * Gets the private 'vich_uploader.listener.remove.sales_agreement_file_to_sign' shared service.
  41027.      *
  41028.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41029.      */
  41030.     protected function getVichUploader_Listener_Remove_SalesAgreementFileToSignService()
  41031.     {
  41032.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41033.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41034.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41035.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41036.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41037.         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()));
  41038.     }
  41039.     /**
  41040.      * Gets the private 'vich_uploader.listener.remove.surveillance_camera_document' shared service.
  41041.      *
  41042.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41043.      */
  41044.     protected function getVichUploader_Listener_Remove_SurveillanceCameraDocumentService()
  41045.     {
  41046.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41047.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41048.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41049.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41050.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41051.         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()));
  41052.     }
  41053.     /**
  41054.      * Gets the private 'vich_uploader.listener.remove.treeD_figuration_file' shared service.
  41055.      *
  41056.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41057.      */
  41058.     protected function getVichUploader_Listener_Remove_TreeDFigurationFileService()
  41059.     {
  41060.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41061.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41062.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41063.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41064.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41065.         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()));
  41066.     }
  41067.     /**
  41068.      * Gets the private 'vich_uploader.listener.remove.upload_archived' shared service.
  41069.      *
  41070.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41071.      */
  41072.     protected function getVichUploader_Listener_Remove_UploadArchivedService()
  41073.     {
  41074.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41075.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41076.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41077.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41078.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41079.         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()));
  41080.     }
  41081.     /**
  41082.      * Gets the private 'vich_uploader.listener.remove.upload_bank_logo' shared service.
  41083.      *
  41084.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41085.      */
  41086.     protected function getVichUploader_Listener_Remove_UploadBankLogoService()
  41087.     {
  41088.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41089.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41090.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41091.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41092.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41093.         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()));
  41094.     }
  41095.     /**
  41096.      * Gets the private 'vich_uploader.listener.remove.upload_doc_property' shared service.
  41097.      *
  41098.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41099.      */
  41100.     protected function getVichUploader_Listener_Remove_UploadDocPropertyService()
  41101.     {
  41102.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41103.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41104.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41105.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41106.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41107.         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()));
  41108.     }
  41109.     /**
  41110.      * Gets the private 'vich_uploader.listener.remove.upload_file_minutes' shared service.
  41111.      *
  41112.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41113.      */
  41114.     protected function getVichUploader_Listener_Remove_UploadFileMinutesService()
  41115.     {
  41116.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41117.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41118.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41119.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41120.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41121.         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()));
  41122.     }
  41123.     /**
  41124.      * Gets the private 'vich_uploader.listener.remove.upload_icon_categorie_service' shared service.
  41125.      *
  41126.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41127.      */
  41128.     protected function getVichUploader_Listener_Remove_UploadIconCategorieServiceService()
  41129.     {
  41130.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41131.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41132.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41133.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41134.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41135.         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()));
  41136.     }
  41137.     /**
  41138.      * Gets the private 'vich_uploader.listener.remove.upload_img_property' shared service.
  41139.      *
  41140.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41141.      */
  41142.     protected function getVichUploader_Listener_Remove_UploadImgPropertyService()
  41143.     {
  41144.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41145.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41146.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41147.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41148.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41149.         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()));
  41150.     }
  41151.     /**
  41152.      * Gets the private 'vich_uploader.listener.remove.upload_img_pub' shared service.
  41153.      *
  41154.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41155.      */
  41156.     protected function getVichUploader_Listener_Remove_UploadImgPubService()
  41157.     {
  41158.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41159.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41160.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41161.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41162.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41163.         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()));
  41164.     }
  41165.     /**
  41166.      * Gets the private 'vich_uploader.listener.remove.upload_img_service' shared service.
  41167.      *
  41168.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41169.      */
  41170.     protected function getVichUploader_Listener_Remove_UploadImgServiceService()
  41171.     {
  41172.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41173.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41174.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41175.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41176.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41177.         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()));
  41178.     }
  41179.     /**
  41180.      * Gets the private 'vich_uploader.listener.remove.upload_logo_pro' shared service.
  41181.      *
  41182.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41183.      */
  41184.     protected function getVichUploader_Listener_Remove_UploadLogoProService()
  41185.     {
  41186.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41187.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41188.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41189.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41190.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41191.         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()));
  41192.     }
  41193.     /**
  41194.      * Gets the private 'vich_uploader.listener.remove.upload_pending' shared service.
  41195.      *
  41196.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41197.      */
  41198.     protected function getVichUploader_Listener_Remove_UploadPendingService()
  41199.     {
  41200.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41201.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41202.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41203.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41204.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41205.         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()));
  41206.     }
  41207.     /**
  41208.      * Gets the private 'vich_uploader.listener.remove.upload_rapport' shared service.
  41209.      *
  41210.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41211.      */
  41212.     protected function getVichUploader_Listener_Remove_UploadRapportService()
  41213.     {
  41214.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41215.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41216.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41217.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41218.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41219.         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()));
  41220.     }
  41221.     /**
  41222.      * Gets the private 'vich_uploader.listener.remove.upload_rental_guarantee' shared service.
  41223.      *
  41224.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41225.      */
  41226.     protected function getVichUploader_Listener_Remove_UploadRentalGuaranteeService()
  41227.     {
  41228.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41229.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41230.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41231.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41232.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41233.         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()));
  41234.     }
  41235.     /**
  41236.      * Gets the private 'vich_uploader.listener.remove.upload_traite' shared service.
  41237.      *
  41238.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41239.      */
  41240.     protected function getVichUploader_Listener_Remove_UploadTraiteService()
  41241.     {
  41242.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41243.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41244.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41245.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41246.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41247.         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()));
  41248.     }
  41249.     /**
  41250.      * Gets the private 'vich_uploader.listener.remove.uploads_syndics_response' shared service.
  41251.      *
  41252.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41253.      */
  41254.     protected function getVichUploader_Listener_Remove_UploadsSyndicsResponseService()
  41255.     {
  41256.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41257.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41258.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41259.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41260.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41261.         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()));
  41262.     }
  41263.     /**
  41264.      * Gets the private 'vich_uploader.listener.remove.user_logo' shared service.
  41265.      *
  41266.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41267.      */
  41268.     protected function getVichUploader_Listener_Remove_UserLogoService()
  41269.     {
  41270.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41271.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41272.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41273.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41274.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41275.         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()));
  41276.     }
  41277.     /**
  41278.      * Gets the private 'vich_uploader.listener.remove.wallonie_csv_pending' shared service.
  41279.      *
  41280.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41281.      */
  41282.     protected function getVichUploader_Listener_Remove_WallonieCsvPendingService()
  41283.     {
  41284.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41285.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41286.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41287.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41288.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41289.         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()));
  41290.     }
  41291.     /**
  41292.      * Gets the private 'vich_uploader.listener.remove.water_supplier_controller_excel' shared service.
  41293.      *
  41294.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41295.      */
  41296.     protected function getVichUploader_Listener_Remove_WaterSupplierControllerExcelService()
  41297.     {
  41298.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41299.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41300.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41301.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41302.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41303.         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()));
  41304.     }
  41305.     /**
  41306.      * Gets the private 'vich_uploader.listener.remove.work_csv_pending' shared service.
  41307.      *
  41308.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41309.      */
  41310.     protected function getVichUploader_Listener_Remove_WorkCsvPendingService()
  41311.     {
  41312.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41313.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41314.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41315.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41316.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41317.         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()));
  41318.     }
  41319.     /**
  41320.      * Gets the private 'vich_uploader.listener.remove.work_rules_csv_pending' shared service.
  41321.      *
  41322.      * @return \Vich\UploaderBundle\EventListener\Doctrine\RemoveListener
  41323.      */
  41324.     protected function getVichUploader_Listener_Remove_WorkRulesCsvPendingService()
  41325.     {
  41326.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41327.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41328.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/RemoveListener.php';
  41329.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41330.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41331.         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()));
  41332.     }
  41333.     /**
  41334.      * Gets the private 'vich_uploader.listener.upload.Adress_csv_pending' shared service.
  41335.      *
  41336.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41337.      */
  41338.     protected function getVichUploader_Listener_Upload_AdressCsvPendingService()
  41339.     {
  41340.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41341.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41342.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41343.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41344.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41345.         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()));
  41346.     }
  41347.     /**
  41348.      * Gets the private 'vich_uploader.listener.upload.ThepropertyProvider_csv_pending' shared service.
  41349.      *
  41350.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41351.      */
  41352.     protected function getVichUploader_Listener_Upload_ThepropertyProviderCsvPendingService()
  41353.     {
  41354.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41355.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41356.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41357.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41358.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41359.         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()));
  41360.     }
  41361.     /**
  41362.      * Gets the private 'vich_uploader.listener.upload.annex_permit_file' shared service.
  41363.      *
  41364.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41365.      */
  41366.     protected function getVichUploader_Listener_Upload_AnnexPermitFileService()
  41367.     {
  41368.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41369.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41370.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41371.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41372.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41373.         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()));
  41374.     }
  41375.     /**
  41376.      * Gets the private 'vich_uploader.listener.upload.area_csv_pending' shared service.
  41377.      *
  41378.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41379.      */
  41380.     protected function getVichUploader_Listener_Upload_AreaCsvPendingService()
  41381.     {
  41382.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41383.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41384.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41385.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41386.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41387.         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()));
  41388.     }
  41389.     /**
  41390.      * Gets the private 'vich_uploader.listener.upload.bbox' shared service.
  41391.      *
  41392.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41393.      */
  41394.     protected function getVichUploader_Listener_Upload_BboxService()
  41395.     {
  41396.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41397.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41398.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41399.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41400.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41401.         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()));
  41402.     }
  41403.     /**
  41404.      * Gets the private 'vich_uploader.listener.upload.brugis_csv_pending' shared service.
  41405.      *
  41406.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41407.      */
  41408.     protected function getVichUploader_Listener_Upload_BrugisCsvPendingService()
  41409.     {
  41410.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41411.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41412.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41413.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41414.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41415.         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()));
  41416.     }
  41417.     /**
  41418.      * Gets the private 'vich_uploader.listener.upload.chat_file' shared service.
  41419.      *
  41420.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41421.      */
  41422.     protected function getVichUploader_Listener_Upload_ChatFileService()
  41423.     {
  41424.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41425.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41426.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41427.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41428.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41429.         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()));
  41430.     }
  41431.     /**
  41432.      * Gets the private 'vich_uploader.listener.upload.client_sales_agreement_file' shared service.
  41433.      *
  41434.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41435.      */
  41436.     protected function getVichUploader_Listener_Upload_ClientSalesAgreementFileService()
  41437.     {
  41438.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41439.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41440.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41441.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41442.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41443.         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()));
  41444.     }
  41445.     /**
  41446.      * Gets the private 'vich_uploader.listener.upload.co_ownership_document' shared service.
  41447.      *
  41448.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41449.      */
  41450.     protected function getVichUploader_Listener_Upload_CoOwnershipDocumentService()
  41451.     {
  41452.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41453.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41454.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41455.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41456.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41457.         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()));
  41458.     }
  41459.     /**
  41460.      * Gets the private 'vich_uploader.listener.upload.co_ownership_invoices' shared service.
  41461.      *
  41462.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41463.      */
  41464.     protected function getVichUploader_Listener_Upload_CoOwnershipInvoicesService()
  41465.     {
  41466.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41467.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41468.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41469.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41470.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41471.         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()));
  41472.     }
  41473.     /**
  41474.      * Gets the private 'vich_uploader.listener.upload.co_ownership_meeting_transcript' shared service.
  41475.      *
  41476.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41477.      */
  41478.     protected function getVichUploader_Listener_Upload_CoOwnershipMeetingTranscriptService()
  41479.     {
  41480.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41481.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41482.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41483.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41484.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41485.         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()));
  41486.     }
  41487.     /**
  41488.      * Gets the private 'vich_uploader.listener.upload.co_ownership_report' shared service.
  41489.      *
  41490.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41491.      */
  41492.     protected function getVichUploader_Listener_Upload_CoOwnershipReportService()
  41493.     {
  41494.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41495.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41496.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41497.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41498.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41499.         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()));
  41500.     }
  41501.     /**
  41502.      * Gets the private 'vich_uploader.listener.upload.co_ownership_the_property_file' shared service.
  41503.      *
  41504.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41505.      */
  41506.     protected function getVichUploader_Listener_Upload_CoOwnershipThePropertyFileService()
  41507.     {
  41508.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41509.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41510.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41511.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41512.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41513.         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()));
  41514.     }
  41515.     /**
  41516.      * Gets the private 'vich_uploader.listener.upload.co_ownership_the_property_response' shared service.
  41517.      *
  41518.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41519.      */
  41520.     protected function getVichUploader_Listener_Upload_CoOwnershipThePropertyResponseService()
  41521.     {
  41522.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41523.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41524.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41525.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41526.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41527.         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()));
  41528.     }
  41529.     /**
  41530.      * Gets the private 'vich_uploader.listener.upload.community_event_file' shared service.
  41531.      *
  41532.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41533.      */
  41534.     protected function getVichUploader_Listener_Upload_CommunityEventFileService()
  41535.     {
  41536.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41537.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41538.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41539.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41540.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41541.         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()));
  41542.     }
  41543.     /**
  41544.      * Gets the private 'vich_uploader.listener.upload.community_post_file' shared service.
  41545.      *
  41546.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41547.      */
  41548.     protected function getVichUploader_Listener_Upload_CommunityPostFileService()
  41549.     {
  41550.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41551.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41552.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41553.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41554.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41555.         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()));
  41556.     }
  41557.     /**
  41558.      * Gets the private 'vich_uploader.listener.upload.condominium_invoice_file' shared service.
  41559.      *
  41560.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41561.      */
  41562.     protected function getVichUploader_Listener_Upload_CondominiumInvoiceFileService()
  41563.     {
  41564.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41565.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41566.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41567.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41568.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41569.         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()));
  41570.     }
  41571.     /**
  41572.      * Gets the private 'vich_uploader.listener.upload.control_certificate' shared service.
  41573.      *
  41574.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41575.      */
  41576.     protected function getVichUploader_Listener_Upload_ControlCertificateService()
  41577.     {
  41578.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41579.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41580.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41581.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41582.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41583.         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()));
  41584.     }
  41585.     /**
  41586.      * Gets the private 'vich_uploader.listener.upload.deedOfSale' shared service.
  41587.      *
  41588.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41589.      */
  41590.     protected function getVichUploader_Listener_Upload_DeedOfSaleService()
  41591.     {
  41592.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41593.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41594.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41595.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41596.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41597.         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()));
  41598.     }
  41599.     /**
  41600.      * Gets the private 'vich_uploader.listener.upload.dispenseFile' shared service.
  41601.      *
  41602.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41603.      */
  41604.     protected function getVichUploader_Listener_Upload_DispenseFileService()
  41605.     {
  41606.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41607.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41608.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41609.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41610.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41611.         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()));
  41612.     }
  41613.     /**
  41614.      * Gets the private 'vich_uploader.listener.upload.dvf_csv_pending' shared service.
  41615.      *
  41616.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41617.      */
  41618.     protected function getVichUploader_Listener_Upload_DvfCsvPendingService()
  41619.     {
  41620.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41621.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41622.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41623.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41624.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41625.         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()));
  41626.     }
  41627.     /**
  41628.      * Gets the private 'vich_uploader.listener.upload.edit_registers_file' shared service.
  41629.      *
  41630.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41631.      */
  41632.     protected function getVichUploader_Listener_Upload_EditRegistersFileService()
  41633.     {
  41634.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41635.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41636.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41637.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41638.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41639.         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()));
  41640.     }
  41641.     /**
  41642.      * Gets the private 'vich_uploader.listener.upload.education_csv' shared service.
  41643.      *
  41644.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41645.      */
  41646.     protected function getVichUploader_Listener_Upload_EducationCsvService()
  41647.     {
  41648.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41649.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41650.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41651.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41652.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41653.         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()));
  41654.     }
  41655.     /**
  41656.      * Gets the private 'vich_uploader.listener.upload.engie_csv_archived' shared service.
  41657.      *
  41658.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41659.      */
  41660.     protected function getVichUploader_Listener_Upload_EngieCsvArchivedService()
  41661.     {
  41662.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41663.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41664.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41665.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41666.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41667.         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()));
  41668.     }
  41669.     /**
  41670.      * Gets the private 'vich_uploader.listener.upload.engie_csv_pending' shared service.
  41671.      *
  41672.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41673.      */
  41674.     protected function getVichUploader_Listener_Upload_EngieCsvPendingService()
  41675.     {
  41676.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41677.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41678.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41679.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41680.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41681.         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()));
  41682.     }
  41683.     /**
  41684.      * Gets the private 'vich_uploader.listener.upload.enquetes_publics_csv' shared service.
  41685.      *
  41686.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41687.      */
  41688.     protected function getVichUploader_Listener_Upload_EnquetesPublicsCsvService()
  41689.     {
  41690.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41691.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41692.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41693.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41694.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41695.         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()));
  41696.     }
  41697.     /**
  41698.      * Gets the private 'vich_uploader.listener.upload.excel_file_pending' shared service.
  41699.      *
  41700.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41701.      */
  41702.     protected function getVichUploader_Listener_Upload_ExcelFilePendingService()
  41703.     {
  41704.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41705.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41706.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41707.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41708.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41709.         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()));
  41710.     }
  41711.     /**
  41712.      * Gets the private 'vich_uploader.listener.upload.garden_resource_document' shared service.
  41713.      *
  41714.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41715.      */
  41716.     protected function getVichUploader_Listener_Upload_GardenResourceDocumentService()
  41717.     {
  41718.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41719.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41720.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41721.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41722.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41723.         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()));
  41724.     }
  41725.     /**
  41726.      * Gets the private 'vich_uploader.listener.upload.identity_image' shared service.
  41727.      *
  41728.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41729.      */
  41730.     protected function getVichUploader_Listener_Upload_IdentityImageService()
  41731.     {
  41732.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41733.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41734.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41735.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41736.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41737.         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()));
  41738.     }
  41739.     /**
  41740.      * Gets the private 'vich_uploader.listener.upload.imo_agent_solicitation_image' shared service.
  41741.      *
  41742.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41743.      */
  41744.     protected function getVichUploader_Listener_Upload_ImoAgentSolicitationImageService()
  41745.     {
  41746.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41747.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41748.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41749.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41750.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41751.         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()));
  41752.     }
  41753.     /**
  41754.      * Gets the private 'vich_uploader.listener.upload.inventory_file' shared service.
  41755.      *
  41756.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41757.      */
  41758.     protected function getVichUploader_Listener_Upload_InventoryFileService()
  41759.     {
  41760.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41761.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41762.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41763.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41764.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41765.         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()));
  41766.     }
  41767.     /**
  41768.      * Gets the private 'vich_uploader.listener.upload.inventory_image' shared service.
  41769.      *
  41770.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41771.      */
  41772.     protected function getVichUploader_Listener_Upload_InventoryImageService()
  41773.     {
  41774.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41775.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41776.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41777.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41778.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41779.         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()));
  41780.     }
  41781.     /**
  41782.      * Gets the private 'vich_uploader.listener.upload.invoice_water_file' shared service.
  41783.      *
  41784.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41785.      */
  41786.     protected function getVichUploader_Listener_Upload_InvoiceWaterFileService()
  41787.     {
  41788.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41789.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41790.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41791.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41792.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41793.         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()));
  41794.     }
  41795.     /**
  41796.      * Gets the private 'vich_uploader.listener.upload.lease_contract' shared service.
  41797.      *
  41798.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41799.      */
  41800.     protected function getVichUploader_Listener_Upload_LeaseContractService()
  41801.     {
  41802.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41803.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41804.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41805.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41806.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41807.         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()));
  41808.     }
  41809.     /**
  41810.      * Gets the private 'vich_uploader.listener.upload.lease_contract_models' shared service.
  41811.      *
  41812.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41813.      */
  41814.     protected function getVichUploader_Listener_Upload_LeaseContractModelsService()
  41815.     {
  41816.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41817.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41818.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41819.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41820.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41821.         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()));
  41822.     }
  41823.     /**
  41824.      * Gets the private 'vich_uploader.listener.upload.message_file' shared service.
  41825.      *
  41826.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41827.      */
  41828.     protected function getVichUploader_Listener_Upload_MessageFileService()
  41829.     {
  41830.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41831.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41832.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41833.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41834.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41835.         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()));
  41836.     }
  41837.     /**
  41838.      * Gets the private 'vich_uploader.listener.upload.module_3D' shared service.
  41839.      *
  41840.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41841.      */
  41842.     protected function getVichUploader_Listener_Upload_Module3DService()
  41843.     {
  41844.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41845.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41846.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41847.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41848.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41849.         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()));
  41850.     }
  41851.     /**
  41852.      * Gets the private 'vich_uploader.listener.upload.neightborhood_project_after_improvement_image_file' shared service.
  41853.      *
  41854.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41855.      */
  41856.     protected function getVichUploader_Listener_Upload_NeightborhoodProjectAfterImprovementImageFileService()
  41857.     {
  41858.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41859.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41860.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41861.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41862.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41863.         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()));
  41864.     }
  41865.     /**
  41866.      * Gets the private 'vich_uploader.listener.upload.neightborhood_project_before_improvement_image_file' shared service.
  41867.      *
  41868.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41869.      */
  41870.     protected function getVichUploader_Listener_Upload_NeightborhoodProjectBeforeImprovementImageFileService()
  41871.     {
  41872.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41873.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41874.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41875.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41876.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41877.         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()));
  41878.     }
  41879.     /**
  41880.      * Gets the private 'vich_uploader.listener.upload.new_project_immo_csv' shared service.
  41881.      *
  41882.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41883.      */
  41884.     protected function getVichUploader_Listener_Upload_NewProjectImmoCsvService()
  41885.     {
  41886.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41887.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41888.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41889.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41890.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41891.         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()));
  41892.     }
  41893.     /**
  41894.      * Gets the private 'vich_uploader.listener.upload.notary_csv_pending' shared service.
  41895.      *
  41896.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41897.      */
  41898.     protected function getVichUploader_Listener_Upload_NotaryCsvPendingService()
  41899.     {
  41900.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41901.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41902.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41903.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41904.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41905.         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()));
  41906.     }
  41907.     /**
  41908.      * Gets the private 'vich_uploader.listener.upload.obligation_csv_pending' shared service.
  41909.      *
  41910.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41911.      */
  41912.     protected function getVichUploader_Listener_Upload_ObligationCsvPendingService()
  41913.     {
  41914.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41915.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41916.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41917.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41918.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41919.         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()));
  41920.     }
  41921.     /**
  41922.      * Gets the private 'vich_uploader.listener.upload.occupation_period_file' shared service.
  41923.      *
  41924.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41925.      */
  41926.     protected function getVichUploader_Listener_Upload_OccupationPeriodFileService()
  41927.     {
  41928.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41929.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41930.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41931.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41932.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41933.         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()));
  41934.     }
  41935.     /**
  41936.      * Gets the private 'vich_uploader.listener.upload.occupie_csv_pending' shared service.
  41937.      *
  41938.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41939.      */
  41940.     protected function getVichUploader_Listener_Upload_OccupieCsvPendingService()
  41941.     {
  41942.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41943.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41944.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41945.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41946.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41947.         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()));
  41948.     }
  41949.     /**
  41950.      * Gets the private 'vich_uploader.listener.upload.offer_lease_agreement' shared service.
  41951.      *
  41952.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41953.      */
  41954.     protected function getVichUploader_Listener_Upload_OfferLeaseAgreementService()
  41955.     {
  41956.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41957.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41958.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41959.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41960.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41961.         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()));
  41962.     }
  41963.     /**
  41964.      * Gets the private 'vich_uploader.listener.upload.organic_plot_file' shared service.
  41965.      *
  41966.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41967.      */
  41968.     protected function getVichUploader_Listener_Upload_OrganicPlotFileService()
  41969.     {
  41970.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41971.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41972.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41973.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41974.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41975.         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()));
  41976.     }
  41977.     /**
  41978.      * Gets the private 'vich_uploader.listener.upload.pdf_location' shared service.
  41979.      *
  41980.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41981.      */
  41982.     protected function getVichUploader_Listener_Upload_PdfLocationService()
  41983.     {
  41984.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41985.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  41986.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  41987.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  41988.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  41989.         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()));
  41990.     }
  41991.     /**
  41992.      * Gets the private 'vich_uploader.listener.upload.pdf_mail_location' shared service.
  41993.      *
  41994.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  41995.      */
  41996.     protected function getVichUploader_Listener_Upload_PdfMailLocationService()
  41997.     {
  41998.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  41999.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42000.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42001.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42002.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42003.         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()));
  42004.     }
  42005.     /**
  42006.      * Gets the private 'vich_uploader.listener.upload.pdf_summary_maif' shared service.
  42007.      *
  42008.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42009.      */
  42010.     protected function getVichUploader_Listener_Upload_PdfSummaryMaifService()
  42011.     {
  42012.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42013.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42014.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42015.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42016.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42017.         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()));
  42018.     }
  42019.     /**
  42020.      * Gets the private 'vich_uploader.listener.upload.permit_citerne' shared service.
  42021.      *
  42022.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42023.      */
  42024.     protected function getVichUploader_Listener_Upload_PermitCiterneService()
  42025.     {
  42026.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42027.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42028.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42029.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42030.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42031.         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()));
  42032.     }
  42033.     /**
  42034.      * Gets the private 'vich_uploader.listener.upload.permit_environment_file' shared service.
  42035.      *
  42036.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42037.      */
  42038.     protected function getVichUploader_Listener_Upload_PermitEnvironmentFileService()
  42039.     {
  42040.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42041.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42042.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42043.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42044.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42045.         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()));
  42046.     }
  42047.     /**
  42048.      * Gets the private 'vich_uploader.listener.upload.permit_file' shared service.
  42049.      *
  42050.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42051.      */
  42052.     protected function getVichUploader_Listener_Upload_PermitFileService()
  42053.     {
  42054.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42055.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42056.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42057.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42058.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42059.         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()));
  42060.     }
  42061.     /**
  42062.      * Gets the private 'vich_uploader.listener.upload.picture_3D' shared service.
  42063.      *
  42064.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42065.      */
  42066.     protected function getVichUploader_Listener_Upload_Picture3DService()
  42067.     {
  42068.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42069.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42070.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42071.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42072.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42073.         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()));
  42074.     }
  42075.     /**
  42076.      * Gets the private 'vich_uploader.listener.upload.portfolio_files' shared service.
  42077.      *
  42078.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42079.      */
  42080.     protected function getVichUploader_Listener_Upload_PortfolioFilesService()
  42081.     {
  42082.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42083.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42084.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42085.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42086.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42087.         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()));
  42088.     }
  42089.     /**
  42090.      * Gets the private 'vich_uploader.listener.upload.ppas_affectation_csv_pending' shared service.
  42091.      *
  42092.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42093.      */
  42094.     protected function getVichUploader_Listener_Upload_PpasAffectationCsvPendingService()
  42095.     {
  42096.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42097.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42098.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42099.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42100.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42101.         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()));
  42102.     }
  42103.     /**
  42104.      * Gets the private 'vich_uploader.listener.upload.ppas_csv_pending' shared service.
  42105.      *
  42106.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42107.      */
  42108.     protected function getVichUploader_Listener_Upload_PpasCsvPendingService()
  42109.     {
  42110.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42111.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42112.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42113.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42114.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42115.         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()));
  42116.     }
  42117.     /**
  42118.      * Gets the private 'vich_uploader.listener.upload.pras_csv' shared service.
  42119.      *
  42120.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42121.      */
  42122.     protected function getVichUploader_Listener_Upload_PrasCsvService()
  42123.     {
  42124.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42125.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42126.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42127.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42128.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42129.         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()));
  42130.     }
  42131.     /**
  42132.      * Gets the private 'vich_uploader.listener.upload.prime_csv_pending' shared service.
  42133.      *
  42134.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42135.      */
  42136.     protected function getVichUploader_Listener_Upload_PrimeCsvPendingService()
  42137.     {
  42138.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42139.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42140.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42141.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42142.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42143.         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()));
  42144.     }
  42145.     /**
  42146.      * Gets the private 'vich_uploader.listener.upload.prime_pdf_template' shared service.
  42147.      *
  42148.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42149.      */
  42150.     protected function getVichUploader_Listener_Upload_PrimePdfTemplateService()
  42151.     {
  42152.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42153.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42154.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42155.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42156.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42157.         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()));
  42158.     }
  42159.     /**
  42160.      * Gets the private 'vich_uploader.listener.upload.prime_request_file' shared service.
  42161.      *
  42162.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42163.      */
  42164.     protected function getVichUploader_Listener_Upload_PrimeRequestFileService()
  42165.     {
  42166.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42167.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42168.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42169.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42170.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42171.         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()));
  42172.     }
  42173.     /**
  42174.      * Gets the private 'vich_uploader.listener.upload.property_demand_file' shared service.
  42175.      *
  42176.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42177.      */
  42178.     protected function getVichUploader_Listener_Upload_PropertyDemandFileService()
  42179.     {
  42180.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42181.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42182.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42183.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42184.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42185.         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()));
  42186.     }
  42187.     /**
  42188.      * Gets the private 'vich_uploader.listener.upload.property_document_file' shared service.
  42189.      *
  42190.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42191.      */
  42192.     protected function getVichUploader_Listener_Upload_PropertyDocumentFileService()
  42193.     {
  42194.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42195.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42196.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42197.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42198.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42199.         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()));
  42200.     }
  42201.     /**
  42202.      * Gets the private 'vich_uploader.listener.upload.provider_inverte_list_pending' shared service.
  42203.      *
  42204.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42205.      */
  42206.     protected function getVichUploader_Listener_Upload_ProviderInverteListPendingService()
  42207.     {
  42208.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42209.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42210.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42211.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42212.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42213.         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()));
  42214.     }
  42215.     /**
  42216.      * Gets the private 'vich_uploader.listener.upload.provider_society_csv_pending' shared service.
  42217.      *
  42218.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42219.      */
  42220.     protected function getVichUploader_Listener_Upload_ProviderSocietyCsvPendingService()
  42221.     {
  42222.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42223.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42224.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42225.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42226.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42227.         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()));
  42228.     }
  42229.     /**
  42230.      * Gets the private 'vich_uploader.listener.upload.provider_work' shared service.
  42231.      *
  42232.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42233.      */
  42234.     protected function getVichUploader_Listener_Upload_ProviderWorkService()
  42235.     {
  42236.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42237.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42238.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42239.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42240.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42241.         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()));
  42242.     }
  42243.     /**
  42244.      * Gets the private 'vich_uploader.listener.upload.public_inquiry_inprogress_excel' shared service.
  42245.      *
  42246.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42247.      */
  42248.     protected function getVichUploader_Listener_Upload_PublicInquiryInprogressExcelService()
  42249.     {
  42250.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42251.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42252.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42253.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42254.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42255.         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()));
  42256.     }
  42257.     /**
  42258.      * Gets the private 'vich_uploader.listener.upload.rapport_pdf_property' shared service.
  42259.      *
  42260.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42261.      */
  42262.     protected function getVichUploader_Listener_Upload_RapportPdfPropertyService()
  42263.     {
  42264.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42265.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42266.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42267.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42268.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42269.         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()));
  42270.     }
  42271.     /**
  42272.      * Gets the private 'vich_uploader.listener.upload.register_environment_file' shared service.
  42273.      *
  42274.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42275.      */
  42276.     protected function getVichUploader_Listener_Upload_RegisterEnvironmentFileService()
  42277.     {
  42278.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42279.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42280.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42281.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42282.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42283.         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()));
  42284.     }
  42285.     /**
  42286.      * Gets the private 'vich_uploader.listener.upload.request_repayment_files' shared service.
  42287.      *
  42288.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42289.      */
  42290.     protected function getVichUploader_Listener_Upload_RequestRepaymentFilesService()
  42291.     {
  42292.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42293.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42294.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42295.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42296.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42297.         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()));
  42298.     }
  42299.     /**
  42300.      * Gets the private 'vich_uploader.listener.upload.salesAgreementFile' shared service.
  42301.      *
  42302.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42303.      */
  42304.     protected function getVichUploader_Listener_Upload_SalesAgreementFileService()
  42305.     {
  42306.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42307.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42308.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42309.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42310.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42311.         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()));
  42312.     }
  42313.     /**
  42314.      * Gets the private 'vich_uploader.listener.upload.sales_agreement_file_to_sign' shared service.
  42315.      *
  42316.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42317.      */
  42318.     protected function getVichUploader_Listener_Upload_SalesAgreementFileToSignService()
  42319.     {
  42320.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42321.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42322.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42323.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42324.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42325.         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()));
  42326.     }
  42327.     /**
  42328.      * Gets the private 'vich_uploader.listener.upload.surveillance_camera_document' shared service.
  42329.      *
  42330.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42331.      */
  42332.     protected function getVichUploader_Listener_Upload_SurveillanceCameraDocumentService()
  42333.     {
  42334.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42335.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42336.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42337.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42338.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42339.         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()));
  42340.     }
  42341.     /**
  42342.      * Gets the private 'vich_uploader.listener.upload.syndic_Apartment_csv_pending' shared service.
  42343.      *
  42344.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42345.      */
  42346.     protected function getVichUploader_Listener_Upload_SyndicApartmentCsvPendingService()
  42347.     {
  42348.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42349.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42350.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42351.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42352.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42353.         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()));
  42354.     }
  42355.     /**
  42356.      * Gets the private 'vich_uploader.listener.upload.treeD_figuration_file' shared service.
  42357.      *
  42358.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42359.      */
  42360.     protected function getVichUploader_Listener_Upload_TreeDFigurationFileService()
  42361.     {
  42362.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42363.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42364.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42365.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42366.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42367.         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()));
  42368.     }
  42369.     /**
  42370.      * Gets the private 'vich_uploader.listener.upload.upload_archived' shared service.
  42371.      *
  42372.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42373.      */
  42374.     protected function getVichUploader_Listener_Upload_UploadArchivedService()
  42375.     {
  42376.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42377.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42378.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42379.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42380.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42381.         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()));
  42382.     }
  42383.     /**
  42384.      * Gets the private 'vich_uploader.listener.upload.upload_bank_logo' shared service.
  42385.      *
  42386.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42387.      */
  42388.     protected function getVichUploader_Listener_Upload_UploadBankLogoService()
  42389.     {
  42390.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42391.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42392.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42393.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42394.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42395.         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()));
  42396.     }
  42397.     /**
  42398.      * Gets the private 'vich_uploader.listener.upload.upload_doc_property' shared service.
  42399.      *
  42400.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42401.      */
  42402.     protected function getVichUploader_Listener_Upload_UploadDocPropertyService()
  42403.     {
  42404.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42405.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42406.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42407.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42408.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42409.         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()));
  42410.     }
  42411.     /**
  42412.      * Gets the private 'vich_uploader.listener.upload.upload_file_minutes' shared service.
  42413.      *
  42414.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42415.      */
  42416.     protected function getVichUploader_Listener_Upload_UploadFileMinutesService()
  42417.     {
  42418.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42419.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42420.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42421.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42422.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42423.         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()));
  42424.     }
  42425.     /**
  42426.      * Gets the private 'vich_uploader.listener.upload.upload_icon_categorie_service' shared service.
  42427.      *
  42428.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42429.      */
  42430.     protected function getVichUploader_Listener_Upload_UploadIconCategorieServiceService()
  42431.     {
  42432.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42433.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42434.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42435.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42436.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42437.         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()));
  42438.     }
  42439.     /**
  42440.      * Gets the private 'vich_uploader.listener.upload.upload_img_property' shared service.
  42441.      *
  42442.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42443.      */
  42444.     protected function getVichUploader_Listener_Upload_UploadImgPropertyService()
  42445.     {
  42446.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42447.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42448.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42449.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42450.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42451.         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()));
  42452.     }
  42453.     /**
  42454.      * Gets the private 'vich_uploader.listener.upload.upload_img_pub' shared service.
  42455.      *
  42456.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42457.      */
  42458.     protected function getVichUploader_Listener_Upload_UploadImgPubService()
  42459.     {
  42460.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42461.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42462.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42463.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42464.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42465.         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()));
  42466.     }
  42467.     /**
  42468.      * Gets the private 'vich_uploader.listener.upload.upload_img_service' shared service.
  42469.      *
  42470.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42471.      */
  42472.     protected function getVichUploader_Listener_Upload_UploadImgServiceService()
  42473.     {
  42474.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42475.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42476.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42477.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42478.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42479.         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()));
  42480.     }
  42481.     /**
  42482.      * Gets the private 'vich_uploader.listener.upload.upload_logo_pro' shared service.
  42483.      *
  42484.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42485.      */
  42486.     protected function getVichUploader_Listener_Upload_UploadLogoProService()
  42487.     {
  42488.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42489.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42490.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42491.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42492.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42493.         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()));
  42494.     }
  42495.     /**
  42496.      * Gets the private 'vich_uploader.listener.upload.upload_pending' shared service.
  42497.      *
  42498.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42499.      */
  42500.     protected function getVichUploader_Listener_Upload_UploadPendingService()
  42501.     {
  42502.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42503.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42504.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42505.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42506.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42507.         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()));
  42508.     }
  42509.     /**
  42510.      * Gets the private 'vich_uploader.listener.upload.upload_rapport' shared service.
  42511.      *
  42512.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42513.      */
  42514.     protected function getVichUploader_Listener_Upload_UploadRapportService()
  42515.     {
  42516.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42517.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42518.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42519.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42520.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42521.         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()));
  42522.     }
  42523.     /**
  42524.      * Gets the private 'vich_uploader.listener.upload.upload_rental_guarantee' shared service.
  42525.      *
  42526.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42527.      */
  42528.     protected function getVichUploader_Listener_Upload_UploadRentalGuaranteeService()
  42529.     {
  42530.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42531.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42532.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42533.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42534.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42535.         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()));
  42536.     }
  42537.     /**
  42538.      * Gets the private 'vich_uploader.listener.upload.upload_traite' shared service.
  42539.      *
  42540.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42541.      */
  42542.     protected function getVichUploader_Listener_Upload_UploadTraiteService()
  42543.     {
  42544.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42545.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42546.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42547.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42548.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42549.         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()));
  42550.     }
  42551.     /**
  42552.      * Gets the private 'vich_uploader.listener.upload.uploads_syndics_response' shared service.
  42553.      *
  42554.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42555.      */
  42556.     protected function getVichUploader_Listener_Upload_UploadsSyndicsResponseService()
  42557.     {
  42558.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42559.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42560.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42561.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42562.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42563.         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()));
  42564.     }
  42565.     /**
  42566.      * Gets the private 'vich_uploader.listener.upload.user_logo' shared service.
  42567.      *
  42568.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42569.      */
  42570.     protected function getVichUploader_Listener_Upload_UserLogoService()
  42571.     {
  42572.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42573.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42574.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42575.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42576.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42577.         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()));
  42578.     }
  42579.     /**
  42580.      * Gets the private 'vich_uploader.listener.upload.wallonie_csv_pending' shared service.
  42581.      *
  42582.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42583.      */
  42584.     protected function getVichUploader_Listener_Upload_WallonieCsvPendingService()
  42585.     {
  42586.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42587.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42588.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42589.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42590.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42591.         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()));
  42592.     }
  42593.     /**
  42594.      * Gets the private 'vich_uploader.listener.upload.water_supplier_controller_excel' shared service.
  42595.      *
  42596.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42597.      */
  42598.     protected function getVichUploader_Listener_Upload_WaterSupplierControllerExcelService()
  42599.     {
  42600.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42601.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42602.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42603.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42604.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42605.         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()));
  42606.     }
  42607.     /**
  42608.      * Gets the private 'vich_uploader.listener.upload.work_csv_pending' shared service.
  42609.      *
  42610.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42611.      */
  42612.     protected function getVichUploader_Listener_Upload_WorkCsvPendingService()
  42613.     {
  42614.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42615.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42616.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42617.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42618.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42619.         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()));
  42620.     }
  42621.     /**
  42622.      * Gets the private 'vich_uploader.listener.upload.work_rules_csv_pending' shared service.
  42623.      *
  42624.      * @return \Vich\UploaderBundle\EventListener\Doctrine\UploadListener
  42625.      */
  42626.     protected function getVichUploader_Listener_Upload_WorkRulesCsvPendingService()
  42627.     {
  42628.         include_once \dirname(__DIR__4).'/vendor/doctrine/event-manager/src/EventSubscriber.php';
  42629.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/BaseListener.php';
  42630.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/EventListener/Doctrine/UploadListener.php';
  42631.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/AdapterInterface.php';
  42632.         include_once \dirname(__DIR__4).'/vendor/vich/uploader-bundle/src/Adapter/ORM/DoctrineORMAdapter.php';
  42633.         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()));
  42634.     }
  42635.     /**
  42636.      * Gets the private 'vich_uploader.metadata_reader' shared service.
  42637.      *
  42638.      * @return \Vich\UploaderBundle\Metadata\MetadataReader
  42639.      */
  42640.     protected function getVichUploader_MetadataReaderService()
  42641.     {
  42642.         $a = new \Metadata\Driver\FileLocator([]);
  42643.         $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);
  42644.         $b->setCache(new \Metadata\Cache\FileCache(($this->targetDir.''.'/vich_uploader')));
  42645.         return $this->privates['vich_uploader.metadata_reader'] = new \Vich\UploaderBundle\Metadata\MetadataReader($b);
  42646.     }
  42647.     /**
  42648.      * Gets the private 'vich_uploader.property_mapping_factory' shared service.
  42649.      *
  42650.      * @return \Vich\UploaderBundle\Mapping\PropertyMappingFactory
  42651.      */
  42652.     protected function getVichUploader_PropertyMappingFactoryService()
  42653.     {
  42654.         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');
  42655.     }
  42656.     /**
  42657.      * Gets the private 'vich_uploader.storage.file_system' shared service.
  42658.      *
  42659.      * @return \Vich\UploaderBundle\Storage\FileSystemStorage
  42660.      */
  42661.     protected function getVichUploader_Storage_FileSystemService()
  42662.     {
  42663.         return $this->privates['vich_uploader.storage.file_system'] = new \Vich\UploaderBundle\Storage\FileSystemStorage(($this->privates['vich_uploader.property_mapping_factory'] ?? $this->getVichUploader_PropertyMappingFactoryService()));
  42664.     }
  42665.     /**
  42666.      * Gets the private 'web_profiler.csp.handler' shared service.
  42667.      *
  42668.      * @return \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler
  42669.      */
  42670.     protected function getWebProfiler_Csp_HandlerService()
  42671.     {
  42672.         return $this->privates['web_profiler.csp.handler'] = new \Symfony\Bundle\WebProfilerBundle\Csp\ContentSecurityPolicyHandler(new \Symfony\Bundle\WebProfilerBundle\Csp\NonceGenerator());
  42673.     }
  42674.     /**
  42675.      * Gets the private 'web_profiler.debug_toolbar' shared service.
  42676.      *
  42677.      * @return \Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener
  42678.      */
  42679.     protected function getWebProfiler_DebugToolbarService()
  42680.     {
  42681.         $a = ($this->services['.container.private.twig'] ?? $this->get_Container_Private_TwigService());
  42682.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  42683.             return $this->privates['web_profiler.debug_toolbar'];
  42684.         }
  42685.         $b = ($this->services['router'] ?? $this->getRouterService());
  42686.         if (isset($this->privates['web_profiler.debug_toolbar'])) {
  42687.             return $this->privates['web_profiler.debug_toolbar'];
  42688.         }
  42689.         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()));
  42690.     }
  42691.     /**
  42692.      * Gets the private 'web_server.command.server_log' shared service.
  42693.      *
  42694.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand
  42695.      */
  42696.     protected function getWebServer_Command_ServerLogService()
  42697.     {
  42698.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42699.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerLogCommand.php';
  42700.         $this->privates['web_server.command.server_log'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerLogCommand();
  42701.         $instance->setName('server:log');
  42702.         return $instance;
  42703.     }
  42704.     /**
  42705.      * Gets the private 'web_server.command.server_run' shared service.
  42706.      *
  42707.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand
  42708.      */
  42709.     protected function getWebServer_Command_ServerRunService()
  42710.     {
  42711.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42712.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerRunCommand.php';
  42713.         $this->privates['web_server.command.server_run'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerRunCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  42714.         $instance->setName('server:run');
  42715.         return $instance;
  42716.     }
  42717.     /**
  42718.      * Gets the private 'web_server.command.server_start' shared service.
  42719.      *
  42720.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand
  42721.      */
  42722.     protected function getWebServer_Command_ServerStartService()
  42723.     {
  42724.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42725.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStartCommand.php';
  42726.         $this->privates['web_server.command.server_start'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStartCommand((\dirname(__DIR__4).'/public'), 'dev', \dirname(__DIR__2));
  42727.         $instance->setName('server:start');
  42728.         return $instance;
  42729.     }
  42730.     /**
  42731.      * Gets the private 'web_server.command.server_status' shared service.
  42732.      *
  42733.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand
  42734.      */
  42735.     protected function getWebServer_Command_ServerStatusService()
  42736.     {
  42737.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42738.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStatusCommand.php';
  42739.         $this->privates['web_server.command.server_status'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStatusCommand(\dirname(__DIR__2));
  42740.         $instance->setName('server:status');
  42741.         return $instance;
  42742.     }
  42743.     /**
  42744.      * Gets the private 'web_server.command.server_stop' shared service.
  42745.      *
  42746.      * @return \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand
  42747.      */
  42748.     protected function getWebServer_Command_ServerStopService()
  42749.     {
  42750.         include_once \dirname(__DIR__4).'/vendor/symfony/console/Command/Command.php';
  42751.         include_once \dirname(__DIR__4).'/vendor/symfony/web-server-bundle/Command/ServerStopCommand.php';
  42752.         $this->privates['web_server.command.server_stop'] = $instance = new \Symfony\Bundle\WebServerBundle\Command\ServerStopCommand(\dirname(__DIR__2));
  42753.         $instance->setName('server:stop');
  42754.         return $instance;
  42755.     }
  42756.     /**
  42757.      * Gets the public 'cache_clearer' alias.
  42758.      *
  42759.      * @return object The ".container.private.cache_clearer" service.
  42760.      */
  42761.     protected function getCacheClearerService()
  42762.     {
  42763.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "cache_clearer" service directly from the container is deprecated, use dependency injection instead.');
  42764.         return $this->get('.container.private.cache_clearer');
  42765.     }
  42766.     /**
  42767.      * Gets the public 'filesystem' alias.
  42768.      *
  42769.      * @return object The ".container.private.filesystem" service.
  42770.      */
  42771.     protected function getFilesystemService()
  42772.     {
  42773.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "filesystem" service directly from the container is deprecated, use dependency injection instead.');
  42774.         return $this->get('.container.private.filesystem');
  42775.     }
  42776.     /**
  42777.      * Gets the public 'serializer' alias.
  42778.      *
  42779.      * @return object The ".container.private.serializer" service.
  42780.      */
  42781.     protected function getSerializerService()
  42782.     {
  42783.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "serializer" service directly from the container is deprecated, use dependency injection instead.');
  42784.         return $this->get('.container.private.serializer');
  42785.     }
  42786.     /**
  42787.      * Gets the public 'security.csrf.token_manager' alias.
  42788.      *
  42789.      * @return object The ".container.private.security.csrf.token_manager" service.
  42790.      */
  42791.     protected function getSecurity_Csrf_TokenManagerService()
  42792.     {
  42793.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "security.csrf.token_manager" service directly from the container is deprecated, use dependency injection instead.');
  42794.         return $this->get('.container.private.security.csrf.token_manager');
  42795.     }
  42796.     /**
  42797.      * Gets the public 'form.factory' alias.
  42798.      *
  42799.      * @return object The ".container.private.form.factory" service.
  42800.      */
  42801.     protected function getForm_FactoryService()
  42802.     {
  42803.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.factory" service directly from the container is deprecated, use dependency injection instead.');
  42804.         return $this->get('.container.private.form.factory');
  42805.     }
  42806.     /**
  42807.      * Gets the public 'form.type.file' alias.
  42808.      *
  42809.      * @return object The ".container.private.form.type.file" service.
  42810.      */
  42811.     protected function getForm_Type_FileService()
  42812.     {
  42813.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "form.type.file" service directly from the container is deprecated, use dependency injection instead.');
  42814.         return $this->get('.container.private.form.type.file');
  42815.     }
  42816.     /**
  42817.      * Gets the public 'profiler' alias.
  42818.      *
  42819.      * @return object The ".container.private.profiler" service.
  42820.      */
  42821.     protected function getProfilerService()
  42822.     {
  42823.         trigger_deprecation('symfony/framework-bundle''5.4''Accessing the "profiler" service directly from the container is deprecated, use dependency injection instead.');
  42824.         return $this->get('.container.private.profiler');
  42825.     }
  42826.     /**
  42827.      * Gets the public 'twig' alias.
  42828.      *
  42829.      * @return object The ".container.private.twig" service.
  42830.      */
  42831.     protected function getTwigService()
  42832.     {
  42833.         trigger_deprecation('symfony/twig-bundle''5.2''Accessing the "twig" service directly from the container is deprecated, use dependency injection instead.');
  42834.         return $this->get('.container.private.twig');
  42835.     }
  42836.     /**
  42837.      * Gets the public 'security.authorization_checker' alias.
  42838.      *
  42839.      * @return object The ".container.private.security.authorization_checker" service.
  42840.      */
  42841.     protected function getSecurity_AuthorizationCheckerService()
  42842.     {
  42843.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.authorization_checker" service directly from the container is deprecated, use dependency injection instead.');
  42844.         return $this->get('.container.private.security.authorization_checker');
  42845.     }
  42846.     /**
  42847.      * Gets the public 'security.token_storage' alias.
  42848.      *
  42849.      * @return object The ".container.private.security.token_storage" service.
  42850.      */
  42851.     protected function getSecurity_TokenStorageService()
  42852.     {
  42853.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.token_storage" service directly from the container is deprecated, use dependency injection instead.');
  42854.         return $this->get('.container.private.security.token_storage');
  42855.     }
  42856.     /**
  42857.      * Gets the public 'security.password_encoder' alias.
  42858.      *
  42859.      * @return object The ".container.private.security.password_encoder" service.
  42860.      */
  42861.     protected function getSecurity_PasswordEncoderService()
  42862.     {
  42863.         trigger_deprecation('symfony/security-bundle''5.3''Accessing the "security.password_encoder" service directly from the container is deprecated, use dependency injection instead.');
  42864.         return $this->get('.container.private.security.password_encoder');
  42865.     }
  42866.     /**
  42867.      * Gets the public 'session' alias.
  42868.      *
  42869.      * @return object The ".container.private.session" service.
  42870.      */
  42871.     protected function getSessionService()
  42872.     {
  42873.         trigger_deprecation('symfony/framework-bundle''5.3''Accessing the "session" service directly from the container is deprecated, use dependency injection instead.');
  42874.         return $this->get('.container.private.session');
  42875.     }
  42876.     /**
  42877.      * Gets the public 'validator' alias.
  42878.      *
  42879.      * @return object The ".container.private.validator" service.
  42880.      */
  42881.     protected function getValidatorService()
  42882.     {
  42883.         trigger_deprecation('symfony/framework-bundle''5.2''Accessing the "validator" service directly from the container is deprecated, use dependency injection instead.');
  42884.         return $this->get('.container.private.validator');
  42885.     }
  42886.     /**
  42887.      * @return array|bool|float|int|string|\UnitEnum|null
  42888.      */
  42889.     public function getParameter(string $name)
  42890.     {
  42891.         if (isset($this->buildParameters[$name])) {
  42892.             return $this->buildParameters[$name];
  42893.         }
  42894.         if (!(isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters))) {
  42895.             throw new InvalidArgumentException(sprintf('The parameter "%s" must be defined.'$name));
  42896.         }
  42897.         if (isset($this->loadedDynamicParameters[$name])) {
  42898.             return $this->loadedDynamicParameters[$name] ? $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  42899.         }
  42900.         return $this->parameters[$name];
  42901.     }
  42902.     public function hasParameter(string $name): bool
  42903.     {
  42904.         if (isset($this->buildParameters[$name])) {
  42905.             return true;
  42906.         }
  42907.         return isset($this->parameters[$name]) || isset($this->loadedDynamicParameters[$name]) || \array_key_exists($name$this->parameters);
  42908.     }
  42909.     public function setParameter(string $name$value): void
  42910.     {
  42911.         throw new LogicException('Impossible to call set() on a frozen ParameterBag.');
  42912.     }
  42913.     public function getParameterBag(): ParameterBagInterface
  42914.     {
  42915.         if (null === $this->parameterBag) {
  42916.             $parameters $this->parameters;
  42917.             foreach ($this->loadedDynamicParameters as $name => $loaded) {
  42918.                 $parameters[$name] = $loaded $this->dynamicParameters[$name] : $this->getDynamicParameter($name);
  42919.             }
  42920.             foreach ($this->buildParameters as $name => $value) {
  42921.                 $parameters[$name] = $value;
  42922.             }
  42923.             $this->parameterBag = new FrozenParameterBag($parameters);
  42924.         }
  42925.         return $this->parameterBag;
  42926.     }
  42927.     private $loadedDynamicParameters = [
  42928.         'kernel.runtime_environment' => false,
  42929.         'kernel.build_dir' => false,
  42930.         'kernel.cache_dir' => false,
  42931.         'webshop_prestashop_base_url' => false,
  42932.         'webshop_prestashop_ws_key' => false,
  42933.         'public_url' => false,
  42934.         'emailadmin' => false,
  42935.         'stripe_secret_key' => false,
  42936.         'stripe_public_key' => false,
  42937.         'STRIPE_WEBHOOK_SECRET' => false,
  42938.         'stripe_ep_secret' => false,
  42939.         'google_api_key' => false,
  42940.         'mercure_secret_key' => false,
  42941.         'france_mobility' => false,
  42942.         'app.mobility.woosmap_uri' => false,
  42943.         'app.mobility.decathlon_url' => false,
  42944.         'app.mobility.decathlon_api_key' => false,
  42945.         'url_base_cadastre' => false,
  42946.         'url_base_immogo' => false,
  42947.         'url_base_calcul' => false,
  42948.         'url_base_assurance' => false,
  42949.         'url_base_bank' => false,
  42950.         'url_base_cocolis' => false,
  42951.         'url_base_event' => false,
  42952.         'gateway_url' => false,
  42953.         'url_base_email' => false,
  42954.         'url_front' => false,
  42955.         'webshop_products_api_url' => false,
  42956.         'webshop_products_api_user' => false,
  42957.         'webshop_products_api_password' => false,
  42958.         'immo_3d_base_url' => false,
  42959.         'url_base_mango' => false,
  42960.         'mangopay_client_id' => false,
  42961.         'mangopay_api_key' => false,
  42962.         'kernel.secret' => false,
  42963.         'debug.container.dump' => false,
  42964.         'serializer.mapping.cache.file' => false,
  42965.         'session.save_path' => false,
  42966.         'validator.mapping.cache.file' => false,
  42967.         'profiler.storage.dsn' => false,
  42968.         'doctrine.orm.proxy_dir' => false,
  42969.         'swiftmailer.spool.default.memory.path' => false,
  42970.         'nelmio_cors.map' => false,
  42971.         'nelmio_cors.defaults' => false,
  42972.         'lexik_jwt_authentication.pass_phrase' => false,
  42973.         'lexik_jwt_authentication.token_ttl' => false,
  42974.     ];
  42975.     private $dynamicParameters = [];
  42976.     private function getDynamicParameter(string $name)
  42977.     {
  42978.         switch ($name) {
  42979.             case 'kernel.runtime_environment'$value $this->getEnv('default:kernel.environment:APP_RUNTIME_ENV'); break;
  42980.             case 'kernel.build_dir'$value $this->targetDir.''; break;
  42981.             case 'kernel.cache_dir'$value $this->targetDir.''; break;
  42982.             case 'webshop_prestashop_base_url'$value $this->getEnv('WEBSHOP_PRESTASHOP_BASE_URL'); break;
  42983.             case 'webshop_prestashop_ws_key'$value $this->getEnv('WEBSHOP_PRESTASHOP_WS_KEY'); break;
  42984.             case 'public_url'$value $this->getEnv('PUBLIC_URL'); break;
  42985.             case 'emailadmin'$value $this->getEnv('ADMIN_EMAIL'); break;
  42986.             case 'stripe_secret_key'$value $this->getEnv('STRIPE_SECRET_API_KEY'); break;
  42987.             case 'stripe_public_key'$value $this->getEnv('STRIPE_PUBLIC_API_KEY'); break;
  42988.             case 'STRIPE_WEBHOOK_SECRET'$value $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
  42989.             case 'stripe_ep_secret'$value $this->getEnv('STRIPE_WEBHOOK_SECRET'); break;
  42990.             case 'google_api_key'$value $this->getEnv('GOOGLE_API_KEY'); break;
  42991.             case 'mercure_secret_key'$value $this->getEnv('MERCURE_SECRET_KEY'); break;
  42992.             case 'france_mobility'$value $this->getEnv('FRANCE_MOBILITY'); break;
  42993.             case 'app.mobility.woosmap_uri'$value $this->getEnv('WOOSMAP_API_BASE_URL'); break;
  42994.             case 'app.mobility.decathlon_url'$value $this->getEnv('DECATHLON_BASE_URL'); break;
  42995.             case 'app.mobility.decathlon_api_key'$value $this->getEnv('DECATHLON_API_KEY'); break;
  42996.             case 'url_base_cadastre'$value $this->getEnv('URL_BASE_CADASTRE'); break;
  42997.             case 'url_base_immogo'$value $this->getEnv('URL_BASE_IMMOGO'); break;
  42998.             case 'url_base_calcul'$value $this->getEnv('URL_CALCUL'); break;
  42999.             case 'url_base_assurance'$value $this->getEnv('URL_ASSURANCE'); break;
  43000.             case 'url_base_bank'$value $this->getEnv('URL_BASE_IMMO_BANK'); break;
  43001.             case 'url_base_cocolis'$value $this->getEnv('URL_BASE_COCOLIS'); break;
  43002.             case 'url_base_event'$value $this->getEnv('URL_BASE_EVENT'); break;
  43003.             case 'gateway_url'$value $this->getEnv('GATEWAY_URL'); break;
  43004.             case 'url_base_email'$value $this->getEnv('URL_BASE_MAIL_MINI'); break;
  43005.             case 'url_front'$value $this->getEnv('URL_FRONT'); break;
  43006.             case 'webshop_products_api_url'$value $this->getEnv('string:WEBSHOP_PRESTASHOP_BASE_URL').'/api_search_products'; break;
  43007.             case 'webshop_products_api_user'$value $this->getEnv('WEBSHOP_PRESTASHOP_WS_KEY'); break;
  43008.             case 'webshop_products_api_password'$value $this->getEnv('WEBSHOP_PRESTASHOP_WS_KEY'); break;
  43009.             case 'immo_3d_base_url'$value $this->getEnv('IMMO_3D'); break;
  43010.             case 'url_base_mango'$value $this->getEnv('MANGOPAY_URL'); break;
  43011.             case 'mangopay_client_id'$value $this->getEnv('CLIENTID'); break;
  43012.             case 'mangopay_api_key'$value $this->getEnv('API_KEY'); break;
  43013.             case 'kernel.secret'$value $this->getEnv('APP_SECRET'); break;
  43014.             case 'debug.container.dump'$value = ($this->targetDir.''.'/App_KernelDevDebugContainer.xml'); break;
  43015.             case 'serializer.mapping.cache.file'$value = ($this->targetDir.''.'/serialization.php'); break;
  43016.             case 'session.save_path'$value = ($this->targetDir.''.'/sessions'); break;
  43017.             case 'validator.mapping.cache.file'$value = ($this->targetDir.''.'/validation.php'); break;
  43018.             case 'profiler.storage.dsn'$value = ('file:'.$this->targetDir.''.'/profiler'); break;
  43019.             case 'doctrine.orm.proxy_dir'$value = ($this->targetDir.''.'/doctrine/orm/Proxies'); break;
  43020.             case 'swiftmailer.spool.default.memory.path'$value = ($this->targetDir.''.'/swiftmailer/spool/default'); break;
  43021.             case 'nelmio_cors.map'$value = [
  43022.                 '^/api/' => [
  43023.                     'allow_origin' => [
  43024.                         => $this->getEnv('CORS_ALLOW_ORIGIN'),
  43025.                     ],
  43026.                     'allow_headers' => true,
  43027.                     'allow_methods' => [
  43028.                         => 'GET',
  43029.                         => 'OPTIONS',
  43030.                         => 'POST',
  43031.                         => 'PUT',
  43032.                         => 'PATCH',
  43033.                         => 'DELETE',
  43034.                     ],
  43035.                     'max_age' => 3600,
  43036.                 ],
  43037.             ]; break;
  43038.             case 'nelmio_cors.defaults'$value = [
  43039.                 'allow_origin' => [
  43040.                     => $this->getEnv('CORS_ALLOW_ORIGIN'),
  43041.                 ],
  43042.                 'allow_credentials' => false,
  43043.                 'allow_headers' => true,
  43044.                 'allow_private_network' => false,
  43045.                 'expose_headers' => [
  43046.                     => 'Link',
  43047.                 ],
  43048.                 'allow_methods' => [
  43049.                     => 'GET',
  43050.                     => 'OPTIONS',
  43051.                     => 'POST',
  43052.                     => 'PUT',
  43053.                     => 'PATCH',
  43054.                     => 'DELETE',
  43055.                 ],
  43056.                 'max_age' => 3600,
  43057.                 'hosts' => [
  43058.                 ],
  43059.                 'origin_regex' => true,
  43060.                 'forced_allow_origin_value' => NULL,
  43061.                 'skip_same_as_origin' => true,
  43062.             ]; break;
  43063.             case 'lexik_jwt_authentication.pass_phrase'$value $this->getEnv('JWT_PASSPHRASE'); break;
  43064.             case 'lexik_jwt_authentication.token_ttl'$value $this->getEnv('JWT_TTL'); break;
  43065.             default: throw new InvalidArgumentException(sprintf('The dynamic parameter "%s" must be defined.'$name));
  43066.         }
  43067.         $this->loadedDynamicParameters[$name] = true;
  43068.         return $this->dynamicParameters[$name] = $value;
  43069.     }
  43070.     protected function getDefaultParameters(): array
  43071.     {
  43072.         return [
  43073.             'kernel.project_dir' => \dirname(__DIR__4),
  43074.             'kernel.environment' => 'dev',
  43075.             'kernel.debug' => true,
  43076.             'kernel.logs_dir' => (\dirname(__DIR__3).'/log'),
  43077.             'kernel.bundles' => [
  43078.                 'FrameworkBundle' => 'Symfony\\Bundle\\FrameworkBundle\\FrameworkBundle',
  43079.                 'TwigBundle' => 'Symfony\\Bundle\\TwigBundle\\TwigBundle',
  43080.                 'TwigExtraBundle' => 'Twig\\Extra\\TwigExtraBundle\\TwigExtraBundle',
  43081.                 'SensioFrameworkExtraBundle' => 'Sensio\\Bundle\\FrameworkExtraBundle\\SensioFrameworkExtraBundle',
  43082.                 'DoctrineBundle' => 'Doctrine\\Bundle\\DoctrineBundle\\DoctrineBundle',
  43083.                 'DoctrineMigrationsBundle' => 'Doctrine\\Bundle\\MigrationsBundle\\DoctrineMigrationsBundle',
  43084.                 'SecurityBundle' => 'Symfony\\Bundle\\SecurityBundle\\SecurityBundle',
  43085.                 'WebProfilerBundle' => 'Symfony\\Bundle\\WebProfilerBundle\\WebProfilerBundle',
  43086.                 'MonologBundle' => 'Symfony\\Bundle\\MonologBundle\\MonologBundle',
  43087.                 'DebugBundle' => 'Symfony\\Bundle\\DebugBundle\\DebugBundle',
  43088.                 'SwiftmailerBundle' => 'Symfony\\Bundle\\SwiftmailerBundle\\SwiftmailerBundle',
  43089.                 'VichUploaderBundle' => 'Vich\\UploaderBundle\\VichUploaderBundle',
  43090.                 'JMSSerializerBundle' => 'JMS\\SerializerBundle\\JMSSerializerBundle',
  43091.                 'WebServerBundle' => 'Symfony\\Bundle\\WebServerBundle\\WebServerBundle',
  43092.                 'LiipImagineBundle' => 'Liip\\ImagineBundle\\LiipImagineBundle',
  43093.                 'NzoUrlEncryptorBundle' => 'Nzo\\UrlEncryptorBundle\\NzoUrlEncryptorBundle',
  43094.                 'NelmioCorsBundle' => 'Nelmio\\CorsBundle\\NelmioCorsBundle',
  43095.                 'DoctrineFixturesBundle' => 'Doctrine\\Bundle\\FixturesBundle\\DoctrineFixturesBundle',
  43096.                 'StofDoctrineExtensionsBundle' => 'Stof\\DoctrineExtensionsBundle\\StofDoctrineExtensionsBundle',
  43097.                 'MakerBundle' => 'Symfony\\Bundle\\MakerBundle\\MakerBundle',
  43098.                 'FirebaseBundle' => 'Kreait\\Firebase\\Symfony\\Bundle\\FirebaseBundle',
  43099.                 'NelmioAliceBundle' => 'Nelmio\\Alice\\Bridge\\Symfony\\NelmioAliceBundle',
  43100.                 'FidryAliceDataFixturesBundle' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony\\FidryAliceDataFixturesBundle',
  43101.                 'ApiPlatformBundle' => 'ApiPlatform\\Symfony\\Bundle\\ApiPlatformBundle',
  43102.                 'LexikJWTAuthenticationBundle' => 'Lexik\\Bundle\\JWTAuthenticationBundle\\LexikJWTAuthenticationBundle',
  43103.                 'LiipTestFixturesBundle' => 'Liip\\TestFixturesBundle\\LiipTestFixturesBundle',
  43104.                 'SymfonyBundlesRedisBundle' => 'SymfonyBundles\\RedisBundle\\SymfonyBundlesRedisBundle',
  43105.                 'EndroidQrCodeBundle' => 'Endroid\\QrCodeBundle\\EndroidQrCodeBundle',
  43106.                 'GesdinetJWTRefreshTokenBundle' => 'Gesdinet\\JWTRefreshTokenBundle\\GesdinetJWTRefreshTokenBundle',
  43107.             ],
  43108.             'kernel.bundles_metadata' => [
  43109.                 'FrameworkBundle' => [
  43110.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/framework-bundle'),
  43111.                     'namespace' => 'Symfony\\Bundle\\FrameworkBundle',
  43112.                 ],
  43113.                 'TwigBundle' => [
  43114.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/twig-bundle'),
  43115.                     'namespace' => 'Symfony\\Bundle\\TwigBundle',
  43116.                 ],
  43117.                 'TwigExtraBundle' => [
  43118.                     'path' => (\dirname(__DIR__4).'/vendor/twig/extra-bundle'),
  43119.                     'namespace' => 'Twig\\Extra\\TwigExtraBundle',
  43120.                 ],
  43121.                 'SensioFrameworkExtraBundle' => [
  43122.                     'path' => (\dirname(__DIR__4).'/vendor/sensio/framework-extra-bundle/src'),
  43123.                     'namespace' => 'Sensio\\Bundle\\FrameworkExtraBundle',
  43124.                 ],
  43125.                 'DoctrineBundle' => [
  43126.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-bundle'),
  43127.                     'namespace' => 'Doctrine\\Bundle\\DoctrineBundle',
  43128.                 ],
  43129.                 'DoctrineMigrationsBundle' => [
  43130.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-migrations-bundle'),
  43131.                     'namespace' => 'Doctrine\\Bundle\\MigrationsBundle',
  43132.                 ],
  43133.                 'SecurityBundle' => [
  43134.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/security-bundle'),
  43135.                     'namespace' => 'Symfony\\Bundle\\SecurityBundle',
  43136.                 ],
  43137.                 'WebProfilerBundle' => [
  43138.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-profiler-bundle'),
  43139.                     'namespace' => 'Symfony\\Bundle\\WebProfilerBundle',
  43140.                 ],
  43141.                 'MonologBundle' => [
  43142.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/monolog-bundle'),
  43143.                     'namespace' => 'Symfony\\Bundle\\MonologBundle',
  43144.                 ],
  43145.                 'DebugBundle' => [
  43146.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/debug-bundle'),
  43147.                     'namespace' => 'Symfony\\Bundle\\DebugBundle',
  43148.                 ],
  43149.                 'SwiftmailerBundle' => [
  43150.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/swiftmailer-bundle'),
  43151.                     'namespace' => 'Symfony\\Bundle\\SwiftmailerBundle',
  43152.                 ],
  43153.                 'VichUploaderBundle' => [
  43154.                     'path' => (\dirname(__DIR__4).'/vendor/vich/uploader-bundle'),
  43155.                     'namespace' => 'Vich\\UploaderBundle',
  43156.                 ],
  43157.                 'JMSSerializerBundle' => [
  43158.                     'path' => (\dirname(__DIR__4).'/vendor/jms/serializer-bundle'),
  43159.                     'namespace' => 'JMS\\SerializerBundle',
  43160.                 ],
  43161.                 'WebServerBundle' => [
  43162.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/web-server-bundle'),
  43163.                     'namespace' => 'Symfony\\Bundle\\WebServerBundle',
  43164.                 ],
  43165.                 'LiipImagineBundle' => [
  43166.                     'path' => (\dirname(__DIR__4).'/vendor/liip/imagine-bundle'),
  43167.                     'namespace' => 'Liip\\ImagineBundle',
  43168.                 ],
  43169.                 'NzoUrlEncryptorBundle' => [
  43170.                     'path' => (\dirname(__DIR__4).'/vendor/nzo/url-encryptor-bundle'),
  43171.                     'namespace' => 'Nzo\\UrlEncryptorBundle',
  43172.                 ],
  43173.                 'NelmioCorsBundle' => [
  43174.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/cors-bundle'),
  43175.                     'namespace' => 'Nelmio\\CorsBundle',
  43176.                 ],
  43177.                 'DoctrineFixturesBundle' => [
  43178.                     'path' => (\dirname(__DIR__4).'/vendor/doctrine/doctrine-fixtures-bundle'),
  43179.                     'namespace' => 'Doctrine\\Bundle\\FixturesBundle',
  43180.                 ],
  43181.                 'StofDoctrineExtensionsBundle' => [
  43182.                     'path' => (\dirname(__DIR__4).'/vendor/antishov/doctrine-extensions-bundle'),
  43183.                     'namespace' => 'Stof\\DoctrineExtensionsBundle',
  43184.                 ],
  43185.                 'MakerBundle' => [
  43186.                     'path' => (\dirname(__DIR__4).'/vendor/symfony/maker-bundle/src'),
  43187.                     'namespace' => 'Symfony\\Bundle\\MakerBundle',
  43188.                 ],
  43189.                 'FirebaseBundle' => [
  43190.                     'path' => (\dirname(__DIR__4).'/vendor/kreait/firebase-bundle/src'),
  43191.                     'namespace' => 'Kreait\\Firebase\\Symfony\\Bundle',
  43192.                 ],
  43193.                 'NelmioAliceBundle' => [
  43194.                     'path' => (\dirname(__DIR__4).'/vendor/nelmio/alice/src/Bridge/Symfony'),
  43195.                     'namespace' => 'Nelmio\\Alice\\Bridge\\Symfony',
  43196.                 ],
  43197.                 'FidryAliceDataFixturesBundle' => [
  43198.                     'path' => (\dirname(__DIR__4).'/vendor/theofidry/alice-data-fixtures/src/Bridge/Symfony'),
  43199.                     'namespace' => 'Fidry\\AliceDataFixtures\\Bridge\\Symfony',
  43200.                 ],
  43201.                 'ApiPlatformBundle' => [
  43202.                     'path' => (\dirname(__DIR__4).'/vendor/api-platform/core/src/Symfony/Bundle'),
  43203.                     'namespace' => 'ApiPlatform\\Symfony\\Bundle',
  43204.                 ],
  43205.                 'LexikJWTAuthenticationBundle' => [
  43206.                     'path' => (\dirname(__DIR__4).'/vendor/lexik/jwt-authentication-bundle'),
  43207.                     'namespace' => 'Lexik\\Bundle\\JWTAuthenticationBundle',
  43208.                 ],
  43209.                 'LiipTestFixturesBundle' => [
  43210.                     'path' => (\dirname(__DIR__4).'/vendor/liip/test-fixtures-bundle/src'),
  43211.                     'namespace' => 'Liip\\TestFixturesBundle',
  43212.                 ],
  43213.                 'SymfonyBundlesRedisBundle' => [
  43214.                     'path' => (\dirname(__DIR__4).'/vendor/symfony-bundles/redis-bundle'),
  43215.                     'namespace' => 'SymfonyBundles\\RedisBundle',
  43216.                 ],
  43217.                 'EndroidQrCodeBundle' => [
  43218.                     'path' => (\dirname(__DIR__4).'/vendor/endroid/qr-code-bundle/src'),
  43219.                     'namespace' => 'Endroid\\QrCodeBundle',
  43220.                 ],
  43221.                 'GesdinetJWTRefreshTokenBundle' => [
  43222.                     'path' => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle'),
  43223.                     'namespace' => 'Gesdinet\\JWTRefreshTokenBundle',
  43224.                 ],
  43225.             ],
  43226.             'kernel.charset' => 'UTF-8',
  43227.             'kernel.container_class' => 'App_KernelDevDebugContainer',
  43228.             'container.dumper.inline_class_loader' => true,
  43229.             'container.dumper.inline_factories' => true,
  43230.             'twig.config' => [
  43231.                 'debug' => true,
  43232.             ],
  43233.             'locale' => 'fr',
  43234.             'barcode_image_directory' => (\dirname(__DIR__4).'/public/uploads/barcode'),
  43235.             'qrcode_image_directory' => (\dirname(__DIR__4).'/public/uploads/qrcode/'),
  43236.             'img_property_directory' => (\dirname(__DIR__4).'/public/uploads/imgsproperty'),
  43237.             'img_property_root' => 'uploads/imgsproperty',
  43238.             'icon_categorie_service_directory' => (\dirname(__DIR__4).'/public/uploads/iconcategorieservice'),
  43239.             'img_service_directory' => (\dirname(__DIR__4).'/public/uploads/imgsservice'),
  43240.             'doc_property_directory' => (\dirname(__DIR__4).'/public/uploads/docproperty'),
  43241.             'img_annonce_directory' => (\dirname(__DIR__4).'/public/uploads/imgannonce'),
  43242.             'signature_directory' => (\dirname(__DIR__4).'/public/uploads/signature'),
  43243.             'pdf_invoice_directory' => (\dirname(__DIR__4).'/public/uploads/invoice'),
  43244.             'user_pdf_invoice_directory' => (\dirname(__DIR__4).'/public/uploads/invoice/user'),
  43245.             'pdf_provider_directory' => (\dirname(__DIR__4).'/public/uploads/providerEnergy'),
  43246.             'installation_photovoltaic' => (\dirname(__DIR__4).'/public/uploads/solar/installationvoltaic'),
  43247.             'declaration_cadastre' => (\dirname(__DIR__4).'/public/uploads/solar/declarationcadastre'),
  43248.             'pdf_provider_path' => '/uploads/providerEnergy',
  43249.             'pdf_invoice_path' => '/uploads/invoice',
  43250.             'document_provider_proof' => (\dirname(__DIR__4).'/public/uploads/providers/providerDocumentProof'),
  43251.             'image_counter_statement' => (\dirname(__DIR__4).'/public/uploads/providers/counterStatementImage'),
  43252.             'bill_property_provider' => (\dirname(__DIR__4).'/public/uploads/providers/bill'),
  43253.             'provider_solar' => (\dirname(__DIR__4).'/public/uploads/providers/solar'),
  43254.             'water_file_request' => (\dirname(__DIR__4).'/public/uploads/water'),
  43255.             'dispense_file' => (\dirname(__DIR__4).'/public/dispense/annexe/file'),
  43256.             'dispense_file_pdf' => (\dirname(__DIR__4).'/public/dispense/annexe/pdf/'),
  43257.             'doc_public_inquiry' => (\dirname(__DIR__4).'/public/uploads/publicinquiry'),
  43258.             'csv_region' => (\dirname(__DIR__4).'/public/csvregion'),
  43259.             'csv_municipality' => (\dirname(__DIR__4).'/public/csvmunicipality'),
  43260.             'csv_zone' => (\dirname(__DIR__4).'/public/csvzone'),
  43261.             'csv_work_pending' => (\dirname(__DIR__4).'/public/csvwork/pending/'),
  43262.             'csv_work_traite' => (\dirname(__DIR__4).'/public/csvwork/traite/'),
  43263.             'csv_rules_pending' => (\dirname(__DIR__4).'/public/csvwork/rules/pending/'),
  43264.             'csv_rules_traite' => (\dirname(__DIR__4).'/public/csvwork/rules/traite/'),
  43265.             'csv_education_pending' => (\dirname(__DIR__4).'/public/csv/education/'),
  43266.             'csv_occupie_pending' => (\dirname(__DIR__4).'/public/csv/occupie/pending/'),
  43267.             'csv_occupie_traite' => (\dirname(__DIR__4).'/public/csv/occupie/traite/'),
  43268.             'csv_notary_pending' => (\dirname(__DIR__4).'/public/csv/notary/pending/'),
  43269.             'csv_notary_traite' => (\dirname(__DIR__4).'/public/csv/notary/traite/'),
  43270.             'csv_dvf_pending' => (\dirname(__DIR__4).'/public/csv/dvf/pending/'),
  43271.             'csv_dvf_traite' => (\dirname(__DIR__4).'/public/csv/dvf/traite/'),
  43272.             'csv_area_pending' => (\dirname(__DIR__4).'/public/csvarea/pending/'),
  43273.             'csv_area_traite' => (\dirname(__DIR__4).'/public/csvarea/traite/'),
  43274.             'community_plp' => '/uploads/community/plp/',
  43275.             'kernel_dir' => (\dirname(__DIR__4).'/public'),
  43276.             'csv_syndic_apartement_pending' => (\dirname(__DIR__4).'/public/csv/syndicAppartment/pending/'),
  43277.             'csv_syndic_apartement_traite' => (\dirname(__DIR__4).'/public/csv/syndicAppartment/traite/'),
  43278.             'csv_property_provider_pending' => (\dirname(__DIR__4).'/public/csv/propertyProvider/pending/'),
  43279.             'csv_property_provider_traite' => (\dirname(__DIR__4).'/public/csv/propertyProvider/traite/'),
  43280.             'csv_provider_society_pending' => (\dirname(__DIR__4).'/public/csv/providerSociety/pending/'),
  43281.             'csv_provider_society_traite' => (\dirname(__DIR__4).'/public/csv/providerSociety/traite/'),
  43282.             'csv_additional_cents_pending' => (\dirname(__DIR__4).'/public/csv/additionalCents/pending/'),
  43283.             'csv_additional_cents_traite' => (\dirname(__DIR__4).'/public/csv/additionalCents/traite/'),
  43284.             'csv_ppas_pending' => (\dirname(__DIR__4).'/public/csv/ppas/pending/'),
  43285.             'csv_ppas_traite' => (\dirname(__DIR__4).'/public/csv/ppas/traite/'),
  43286.             'csv_provider_inverter_pending' => (\dirname(__DIR__4).'/public/csv/inverter/pending/'),
  43287.             'csv_provider_inverter_traite' => (\dirname(__DIR__4).'/public/csv/inverter/traite/'),
  43288.             'csv_ppas_affectation_pending' => (\dirname(__DIR__4).'/public/csv/ppasaffectation/'),
  43289.             'csv_ppas_affectation_traite' => (\dirname(__DIR__4).'/public/csv/ppasaffectation/traite/'),
  43290.             'csv_new_project_immo' => (\dirname(__DIR__4).'/public/csv/newprojectimmo/'),
  43291.             'csv_water_supplier' => (\dirname(__DIR__4).'/public/csv/watersuppliercontroller/'),
  43292.             'prime_csv_pending' => (\dirname(__DIR__4).'/public/csv/prime/pending/'),
  43293.             'prime_csv_traite' => (\dirname(__DIR__4).'/public/csv/prime/traite/'),
  43294.             'property_demand_file' => (\dirname(__DIR__4).'/public/uploads/demand/file/'),
  43295.             'prime_request_file' => '/uploads/prime/',
  43296.             'prime_process_file' => (\dirname(__DIR__4).'/public/prime/'),
  43297.             'csv_public_inquiry_inprogress' => (\dirname(__DIR__4).'/public/csv/publicinquiry/'),
  43298.             'url_3D_login' => NULL,
  43299.             'immogo_url' => 'https://immogo.my-preprod.space/api/geo/prices/moyen',
  43300.             'cocolis_url' => 'https://cocolis.my-preprod.space/',
  43301.             'bbox_file' => (\dirname(__DIR__4).'/public/cadastre/bbox/'),
  43302.             'cadastre_directory' => (\dirname(__DIR__4).'/public/cadastre/xml/'),
  43303.             'img_external_provider' => (\dirname(__DIR__4).'/public/uploads/imgsadverstising'),
  43304.             'doc_syndic_directory' => (\dirname(__DIR__4).'/public/uploads/syndicdocument'),
  43305.             'file_upload_archive' => (\dirname(__DIR__4).'/public/uploads/csv/archived/'),
  43306.             'file_upload_traite' => (\dirname(__DIR__4).'/public/uploads/csv/traite/'),
  43307.             'file_upload_pending' => (\dirname(__DIR__4).'/public/uploads/csv/pending/'),
  43308.             'pdf_offer_directory' => (\dirname(__DIR__4).'/public/uploads/offer/'),
  43309.             'pdf_offer_collaborative_directory' => (\dirname(__DIR__4).'/public/uploads/offer_collaborative/'),
  43310.             'pdf_offer_collaborative_dir' => (\dirname(__DIR__4).'/public/uploads/offercollaborative/'),
  43311.             'poppler_directory' => (\dirname(__DIR__4).'/bin/poppler/bin/'),
  43312.             'pdf_client_sales_agreement' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreement/'),
  43313.             'file_sales_agreement_html_outputdir' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementhtml'),
  43314.             'pdf_client_sales_agreement_to_sign' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementtosign/'),
  43315.             'file_clientsales_discussion' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementdiscussion'),
  43316.             'pdf_client_deedof_sale' => (\dirname(__DIR__4).'/public/uploads/clientdeedofsale/'),
  43317.             'file_clientdeed_discussion' => (\dirname(__DIR__4).'/public/uploads/clientdeedofsalediscussion'),
  43318.             'file_domiciliation_annex' => (\dirname(__DIR__4).'/public/uploads/domiciliation'),
  43319.             'file_provider_solar_fitter' => (\dirname(__DIR__4).'/public/uploads/provider/solar/fitter'),
  43320.             'file_provider_solar_green_certificate' => (\dirname(__DIR__4).'/public/uploads/provider/solar/greencertificate'),
  43321.             'provider_solar_organization' => (\dirname(__DIR__4).'/public/uploads/provider/solar/organization'),
  43322.             'image_property_offer_directory' => (\dirname(__DIR__4).'/public/uploads/imgPropertyOffer/'),
  43323.             'lease_copy_directory' => (\dirname(__DIR__4).'/public/uploads/leasecopy/'),
  43324.             'syndic_bill_directory' => (\dirname(__DIR__4).'/public/uploads/syndicBill/'),
  43325.             'images_design_neighborhood' => (\dirname(__DIR__4).'/public/uploads/designneighborhood/'),
  43326.             'geoportail_img_directory' => (\dirname(__DIR__4).'/public/uploads/geoportail/images/'),
  43327.             'img_service_directory_prefix' => '/uploads/imgsservice',
  43328.             'engie_csv_source_directory' => (\dirname(__DIR__4).'/public/csv/csvengie/pending/'),
  43329.             'engie_csv_output_directory' => (\dirname(__DIR__4).'/public/csv/csvengie/archived/'),
  43330.             'pdf_bill_directory' => (\dirname(__DIR__4).'/public/uploads/bill/'),
  43331.             'pdf_post_directory' => (\dirname(__DIR__4).'/public/uploads/posts'),
  43332.             'syndic_chat_file_directory' => (\dirname(__DIR__4).'/public/uploads/syndic/chat/'),
  43333.             'pdf_environment_directory' => (\dirname(__DIR__4).'/public/uploads/environment/'),
  43334.             'pdf_urbanism_permit_directory' => (\dirname(__DIR__4).'/public/uploads/urbanism/'),
  43335.             'pdf_mail_location' => (\dirname(__DIR__4).'/public/pdflocation/location/edit/'),
  43336.             'image_mail_location' => (\dirname(__DIR__4).'/public/pdflocation/location/image/'),
  43337.             'logo_society' => (\dirname(__DIR__4).'/public/logo/'),
  43338.             'pdf_change_water_directory' => (\dirname(__DIR__4).'/public/uploads/provider/water/'),
  43339.             'pdf_provider_water_delete_directory' => (\dirname(__DIR__4).'/public/uploads/provider/waterdelete'),
  43340.             'pdf_provider_water_intervention_directory' => (\dirname(__DIR__4).'/public/uploads/provider/providerIntervention'),
  43341.             'file_environment_directory' => (\dirname(__DIR__4).'/public/uploads/environment/annexe/'),
  43342.             'obligation_csv_pending' => (\dirname(__DIR__4).'/public/csv/environment/pending/'),
  43343.             'obligation_csv_traite' => (\dirname(__DIR__4).'/public/csv/environment/traite/'),
  43344.             'post_directory' => (\dirname(__DIR__4).'/public/uploads/post/'),
  43345.             'upload_committee_avatar' => (\dirname(__DIR__4).'/public/uploads/committee_avatar/'),
  43346.             'pdf_providerwater_directory' => (\dirname(__DIR__4).'/public/uploads/providerwater/'),
  43347.             'file_mail_message' => (\dirname(__DIR__4).'/public/uploads/mailmessagefile/'),
  43348.             'tests_folder' => (\dirname(__DIR__4).'/tests'),
  43349.             'excel_file_pending' => (\dirname(__DIR__4).'/public/xlsx/pending/'),
  43350.             'excel_file_done' => (\dirname(__DIR__4).'/public/xlsx/done/'),
  43351.             'excel_care_companies_pending' => (\dirname(__DIR__4).'/public/csvwork/entreprise/pending/'),
  43352.             'excel_care_companies_traite' => (\dirname(__DIR__4).'/public/csvwork/entreprise/traite/'),
  43353.             'excel_engineering_offices_tank_bruxelles_pending' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/bruxelles/pending'),
  43354.             'excel_engineering_offices_tank_bruxelles_done' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/bruxelles/pending'),
  43355.             'excel_engineering_offices_tank_flandre_pending' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/flandre/pending'),
  43356.             'excel_engineering_offices_tank_flandre_done' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/flandre/done'),
  43357.             'excel_engineering_offices_tank_wallonie_pending' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/wallonie/pending'),
  43358.             'excel_engineering_offices_tank_wallonie_done' => (\dirname(__DIR__4).'/public/csvwork/offices/tank/wallonie/done'),
  43359.             'excel_engineering_offices_boiler_bruxelles' => (\dirname(__DIR__4).'/public/csvwork/offices/boiler/bruxelles'),
  43360.             'excel_engineering_offices_boiler_flandre' => (\dirname(__DIR__4).'/public/csvwork/offices/boiler/flandre'),
  43361.             'excel_engineering_offices_boiler_wallonie' => (\dirname(__DIR__4).'/public/csvwork/offices/boiler/wallonie'),
  43362.             'excel_artist' => (\dirname(__DIR__4).'/public/csv/artist/'),
  43363.             'img_work_construction_upload' => (\dirname(__DIR__4).'/public/upload/work/construction'),
  43364.             'img_work_urgent_upload' => (\dirname(__DIR__4).'/public/upload/work/urgent'),
  43365.             'img_work_entretien_upload' => (\dirname(__DIR__4).'/public/upload/work/entretien'),
  43366.             'img_work_tank_upload' => (\dirname(__DIR__4).'/public/upload/work/tank'),
  43367.             'img_work_boiler_upload' => (\dirname(__DIR__4).'/public/upload/work/boiler'),
  43368.             'img_mail_tank_upload' => (\dirname(__DIR__4).'/public/upload/work/mail'),
  43369.             'new_engie_directory' => (\dirname(__DIR__4).'/public/excel/new_engie'),
  43370.             'pdf_urban_prime_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/prime'),
  43371.             'pdf_urban_prime_directory_not' => '/pdfImmo/toSearch/prime',
  43372.             'pdf_urban_environment_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/environment'),
  43373.             'pdf_urban_environment_directory_not' => '/pdfImmo/toSearch/environment',
  43374.             'pdf_urban_work_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/work'),
  43375.             'pdf_urban_work_directory_not' => '/pdfImmo/toSearch/work',
  43376.             'pdf_urban_rent_directory' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/rent'),
  43377.             'pdf_urban_rent_directory_not' => '/pdfImmo/toSearch/rent',
  43378.             'contrat_de_bail' => (\dirname(__DIR__4).'/public/uploads/imgsproperty'),
  43379.             'contrat_de_bail_not' => '/uploads/imgsproperty',
  43380.             'lease_agreement_file' => (\dirname(__DIR__4).'/public/uploads/offerlease'),
  43381.             'tank_ground_pollution' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/tank_pollution'),
  43382.             'tank_ground_pollution_not' => '/pdfImmo/toSearch/tank_pollution',
  43383.             'pdf_provider' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/provider'),
  43384.             'pdf_provider_not' => '/pdfImmo/toSearch/provider',
  43385.             'pdf_urban_prime_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/prime'),
  43386.             'pdf_urban_prime_directory_done_not' => '/pdfImmo/done/prime',
  43387.             'pdf_urban_house' => (\dirname(__DIR__4).'/public/pdfImmo/toSearch/house'),
  43388.             'pdf_urban_house_not' => '/pdfImmo/toSearch/house',
  43389.             'pdf_urban_house_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/house'),
  43390.             'pdf_urban_house_not_done' => '/pdfImmo/done/house',
  43391.             'pdf_urban_environment_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/environment'),
  43392.             'pdf_urban_environment_directory_done_not' => '/pdfImmo/done/environment',
  43393.             'pdf_urban_work_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/work'),
  43394.             'pdf_urban_work_directory_done_not' => '/pdfImmo/done/work',
  43395.             'pdf_urban_rent_directory_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/rent'),
  43396.             'pdf_urban_rent_directory_done_not' => '/pdfImmo/done/rent',
  43397.             'tank_ground_pollution_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/tank_pollution'),
  43398.             'tank_ground_pollution_done_not' => '/pdfImmo/done/tank_pollution',
  43399.             'pdf_provider_done' => (\dirname(__DIR__4).'/public/pdfImmo/done/provider'),
  43400.             'pdf_provider_done_not' => '/pdfImmo/done/provider',
  43401.             'pdf_summary_maif_absolute_path' => (\dirname(__DIR__4).'/public/uploads/pdfsummarymaif/'),
  43402.             'pdf_summary_maif_relative_path' => '/uploads/pdfsummarymaif/',
  43403.             'files_the_property_work' => (\dirname(__DIR__4).'/public/upload/controls'),
  43404.             'pdf_document_request_folder' => (\dirname(__DIR__4).'/public/uploads/document_urbanisme/'),
  43405.             'pdf_document_request_route' => '/uploads/document_urbanisme/',
  43406.             'project_dir' => \dirname(__DIR__4),
  43407.             'cleaning_gardening_folder' => '/uploads/cleaning_gardening/',
  43408.             'tmp_folder_attach_mail' => (\dirname(__DIR__4).'/public/upload/mail'),
  43409.             'json_file_pending' => (\dirname(__DIR__4).'/public/json/pending/'),
  43410.             'json_file_done' => (\dirname(__DIR__4).'/public/json/done/'),
  43411.             'img_work_art' => (\dirname(__DIR__4).'/public/uploads/workArt/'),
  43412.             'user_logo_directory' => (\dirname(__DIR__4).'/public/uploads/user/logo/'),
  43413.             'dir_3d_solicitation' => (\dirname(__DIR__4).'/public/uploads/3D/solicitation/'),
  43414.             'the_property_contract_absolute_path' => (\dirname(__DIR__4).'/public/uploads/thepropertycontract/'),
  43415.             'the_property_contract_relative_path' => '/uploads/thepropertycontract/',
  43416.             'mail_attachments_path' => '/uploads/attachments/',
  43417.             'event_dispatcher.event_aliases' => [
  43418.                 'Symfony\\Component\\Console\\Event\\ConsoleCommandEvent' => 'console.command',
  43419.                 'Symfony\\Component\\Console\\Event\\ConsoleErrorEvent' => 'console.error',
  43420.                 'Symfony\\Component\\Console\\Event\\ConsoleSignalEvent' => 'console.signal',
  43421.                 'Symfony\\Component\\Console\\Event\\ConsoleTerminateEvent' => 'console.terminate',
  43422.                 'Symfony\\Component\\Form\\Event\\PreSubmitEvent' => 'form.pre_submit',
  43423.                 'Symfony\\Component\\Form\\Event\\SubmitEvent' => 'form.submit',
  43424.                 'Symfony\\Component\\Form\\Event\\PostSubmitEvent' => 'form.post_submit',
  43425.                 'Symfony\\Component\\Form\\Event\\PreSetDataEvent' => 'form.pre_set_data',
  43426.                 'Symfony\\Component\\Form\\Event\\PostSetDataEvent' => 'form.post_set_data',
  43427.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerArgumentsEvent' => 'kernel.controller_arguments',
  43428.                 'Symfony\\Component\\HttpKernel\\Event\\ControllerEvent' => 'kernel.controller',
  43429.                 'Symfony\\Component\\HttpKernel\\Event\\ResponseEvent' => 'kernel.response',
  43430.                 'Symfony\\Component\\HttpKernel\\Event\\FinishRequestEvent' => 'kernel.finish_request',
  43431.                 'Symfony\\Component\\HttpKernel\\Event\\RequestEvent' => 'kernel.request',
  43432.                 'Symfony\\Component\\HttpKernel\\Event\\ViewEvent' => 'kernel.view',
  43433.                 'Symfony\\Component\\HttpKernel\\Event\\ExceptionEvent' => 'kernel.exception',
  43434.                 'Symfony\\Component\\HttpKernel\\Event\\TerminateEvent' => 'kernel.terminate',
  43435.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationSuccessEvent' => 'security.authentication.success',
  43436.                 'Symfony\\Component\\Security\\Core\\Event\\AuthenticationFailureEvent' => 'security.authentication.failure',
  43437.                 'Symfony\\Component\\Security\\Http\\Event\\InteractiveLoginEvent' => 'security.interactive_login',
  43438.                 'Symfony\\Component\\Security\\Http\\Event\\SwitchUserEvent' => 'security.switch_user',
  43439.             ],
  43440.             'fragment.renderer.hinclude.global_template' => NULL,
  43441.             'fragment.path' => '/_fragment',
  43442.             'kernel.http_method_override' => true,
  43443.             'kernel.trusted_hosts' => [
  43444.             ],
  43445.             'kernel.default_locale' => 'fr',
  43446.             'kernel.enabled_locales' => [
  43447.             ],
  43448.             'kernel.error_controller' => 'error_controller',
  43449.             'debug.file_link_format' => NULL,
  43450.             'asset.request_context.base_path' => NULL,
  43451.             'asset.request_context.secure' => NULL,
  43452.             'translator.logging' => false,
  43453.             'translator.default_path' => (\dirname(__DIR__4).'/translations'),
  43454.             'debug.error_handler.throw_at' => -1,
  43455.             'router.request_context.host' => 'localhost',
  43456.             'router.request_context.scheme' => 'http',
  43457.             'router.request_context.base_url' => '',
  43458.             'router.resource' => 'kernel::loadRoutes',
  43459.             'request_listener.http_port' => 80,
  43460.             'request_listener.https_port' => 443,
  43461.             'session.metadata.storage_key' => '_sf2_meta',
  43462.             'session.storage.options' => [
  43463.                 'cache_limiter' => '0',
  43464.                 'cookie_secure' => 'auto',
  43465.                 'cookie_httponly' => true,
  43466.                 'cookie_samesite' => 'lax',
  43467.                 'gc_probability' => 1,
  43468.             ],
  43469.             'session.metadata.update_threshold' => 0,
  43470.             'form.type_extension.csrf.enabled' => true,
  43471.             'form.type_extension.csrf.field_name' => '_token',
  43472.             'validator.translation_domain' => 'validators',
  43473.             'profiler_listener.only_exceptions' => false,
  43474.             'profiler_listener.only_main_requests' => false,
  43475.             'twig.form.resources' => [
  43476.                 => '@VichUploader/Form/fields.html.twig',
  43477.                 => 'form_div_layout.html.twig',
  43478.                 => '@LiipImagine/Form/form_div_layout.html.twig',
  43479.                 => 'bootstrap_4_layout.html.twig',
  43480.                 => 'admin/plan/_plan_feature.html.twig',
  43481.             ],
  43482.             'twig.default_path' => (\dirname(__DIR__4).'/templates'),
  43483.             'doctrine.dbal.logger.chain.class' => 'Doctrine\\DBAL\\Logging\\LoggerChain',
  43484.             'doctrine.dbal.logger.profiling.class' => 'Doctrine\\DBAL\\Logging\\DebugStack',
  43485.             'doctrine.dbal.logger.class' => 'Symfony\\Bridge\\Doctrine\\Logger\\DbalLogger',
  43486.             'doctrine.dbal.configuration.class' => 'Doctrine\\DBAL\\Configuration',
  43487.             'doctrine.data_collector.class' => 'Doctrine\\Bundle\\DoctrineBundle\\DataCollector\\DoctrineDataCollector',
  43488.             'doctrine.dbal.connection.event_manager.class' => 'Symfony\\Bridge\\Doctrine\\ContainerAwareEventManager',
  43489.             'doctrine.dbal.connection_factory.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ConnectionFactory',
  43490.             'doctrine.dbal.events.mysql_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\MysqlSessionInit',
  43491.             'doctrine.dbal.events.oracle_session_init.class' => 'Doctrine\\DBAL\\Event\\Listeners\\OracleSessionInit',
  43492.             'doctrine.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Registry',
  43493.             'doctrine.entity_managers' => [
  43494.                 'default' => 'doctrine.orm.default_entity_manager',
  43495.                 'import' => 'doctrine.orm.import_entity_manager',
  43496.             ],
  43497.             'doctrine.default_entity_manager' => 'default',
  43498.             'doctrine.dbal.connection_factory.types' => [
  43499.                 'uuid_binary_ordered_time' => [
  43500.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidBinaryOrderedTimeType',
  43501.                 ],
  43502.                 'polygon' => [
  43503.                     'class' => 'CrEOF\\Spatial\\DBAL\\Types\\Geometry\\PolygonType',
  43504.                 ],
  43505.                 'uuid' => [
  43506.                     'class' => 'Ramsey\\Uuid\\Doctrine\\UuidType',
  43507.                 ],
  43508.             ],
  43509.             'doctrine.connections' => [
  43510.                 'default' => 'doctrine.dbal.default_connection',
  43511.             ],
  43512.             'doctrine.default_connection' => 'default',
  43513.             'doctrine.orm.configuration.class' => 'Doctrine\\ORM\\Configuration',
  43514.             'doctrine.orm.entity_manager.class' => 'Doctrine\\ORM\\EntityManager',
  43515.             'doctrine.orm.manager_configurator.class' => 'Doctrine\\Bundle\\DoctrineBundle\\ManagerConfigurator',
  43516.             'doctrine.orm.cache.array.class' => 'Doctrine\\Common\\Cache\\ArrayCache',
  43517.             'doctrine.orm.cache.apc.class' => 'Doctrine\\Common\\Cache\\ApcCache',
  43518.             'doctrine.orm.cache.memcache.class' => 'Doctrine\\Common\\Cache\\MemcacheCache',
  43519.             'doctrine.orm.cache.memcache_host' => 'localhost',
  43520.             'doctrine.orm.cache.memcache_port' => 11211,
  43521.             'doctrine.orm.cache.memcache_instance.class' => 'Memcache',
  43522.             'doctrine.orm.cache.memcached.class' => 'Doctrine\\Common\\Cache\\MemcachedCache',
  43523.             'doctrine.orm.cache.memcached_host' => 'localhost',
  43524.             'doctrine.orm.cache.memcached_port' => 11211,
  43525.             'doctrine.orm.cache.memcached_instance.class' => 'Memcached',
  43526.             'doctrine.orm.cache.redis.class' => 'Doctrine\\Common\\Cache\\RedisCache',
  43527.             'doctrine.orm.cache.redis_host' => 'localhost',
  43528.             'doctrine.orm.cache.redis_port' => 6379,
  43529.             'doctrine.orm.cache.redis_instance.class' => 'Redis',
  43530.             'doctrine.orm.cache.xcache.class' => 'Doctrine\\Common\\Cache\\XcacheCache',
  43531.             'doctrine.orm.cache.wincache.class' => 'Doctrine\\Common\\Cache\\WinCacheCache',
  43532.             'doctrine.orm.cache.zenddata.class' => 'Doctrine\\Common\\Cache\\ZendDataCache',
  43533.             'doctrine.orm.metadata.driver_chain.class' => 'Doctrine\\Persistence\\Mapping\\Driver\\MappingDriverChain',
  43534.             'doctrine.orm.metadata.annotation.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AnnotationDriver',
  43535.             'doctrine.orm.metadata.xml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedXmlDriver',
  43536.             'doctrine.orm.metadata.yml.class' => 'Doctrine\\ORM\\Mapping\\Driver\\SimplifiedYamlDriver',
  43537.             'doctrine.orm.metadata.php.class' => 'Doctrine\\ORM\\Mapping\\Driver\\PHPDriver',
  43538.             'doctrine.orm.metadata.staticphp.class' => 'Doctrine\\ORM\\Mapping\\Driver\\StaticPHPDriver',
  43539.             'doctrine.orm.metadata.attribute.class' => 'Doctrine\\ORM\\Mapping\\Driver\\AttributeDriver',
  43540.             'doctrine.orm.proxy_cache_warmer.class' => 'Symfony\\Bridge\\Doctrine\\CacheWarmer\\ProxyCacheWarmer',
  43541.             'form.type_guesser.doctrine.class' => 'Symfony\\Bridge\\Doctrine\\Form\\DoctrineOrmTypeGuesser',
  43542.             'doctrine.orm.validator.unique.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\Constraints\\UniqueEntityValidator',
  43543.             'doctrine.orm.validator_initializer.class' => 'Symfony\\Bridge\\Doctrine\\Validator\\DoctrineInitializer',
  43544.             'doctrine.orm.security.user.provider.class' => 'Symfony\\Bridge\\Doctrine\\Security\\User\\EntityUserProvider',
  43545.             'doctrine.orm.listeners.resolve_target_entity.class' => 'Doctrine\\ORM\\Tools\\ResolveTargetEntityListener',
  43546.             'doctrine.orm.listeners.attach_entity_listeners.class' => 'Doctrine\\ORM\\Tools\\AttachEntityListenersListener',
  43547.             'doctrine.orm.naming_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultNamingStrategy',
  43548.             'doctrine.orm.naming_strategy.underscore.class' => 'Doctrine\\ORM\\Mapping\\UnderscoreNamingStrategy',
  43549.             'doctrine.orm.quote_strategy.default.class' => 'Doctrine\\ORM\\Mapping\\DefaultQuoteStrategy',
  43550.             'doctrine.orm.quote_strategy.ansi.class' => 'Doctrine\\ORM\\Mapping\\AnsiQuoteStrategy',
  43551.             'doctrine.orm.entity_listener_resolver.class' => 'Doctrine\\Bundle\\DoctrineBundle\\Mapping\\ContainerEntityListenerResolver',
  43552.             'doctrine.orm.second_level_cache.default_cache_factory.class' => 'Doctrine\\ORM\\Cache\\DefaultCacheFactory',
  43553.             'doctrine.orm.second_level_cache.default_region.class' => 'Doctrine\\ORM\\Cache\\Region\\DefaultRegion',
  43554.             'doctrine.orm.second_level_cache.filelock_region.class' => 'Doctrine\\ORM\\Cache\\Region\\FileLockRegion',
  43555.             'doctrine.orm.second_level_cache.logger_chain.class' => 'Doctrine\\ORM\\Cache\\Logging\\CacheLoggerChain',
  43556.             'doctrine.orm.second_level_cache.logger_statistics.class' => 'Doctrine\\ORM\\Cache\\Logging\\StatisticsCacheLogger',
  43557.             'doctrine.orm.second_level_cache.cache_configuration.class' => 'Doctrine\\ORM\\Cache\\CacheConfiguration',
  43558.             'doctrine.orm.second_level_cache.regions_configuration.class' => 'Doctrine\\ORM\\Cache\\RegionsConfiguration',
  43559.             'doctrine.orm.auto_generate_proxy_classes' => true,
  43560.             'doctrine.orm.proxy_namespace' => 'Proxies',
  43561.             'doctrine.migrations.preferred_em' => NULL,
  43562.             'doctrine.migrations.preferred_connection' => NULL,
  43563.             'security.role_hierarchy.roles' => [
  43564.                 'ROLE_PART' => [
  43565.                     => 'ROLE_USER',
  43566.                 ],
  43567.                 'ROLE_PRO' => [
  43568.                     => 'ROLE_PART',
  43569.                 ],
  43570.                 'ROLE_EDITOR' => [
  43571.                     => 'ROLE_PRO',
  43572.                 ],
  43573.                 'ROLE_ADMIN' => [
  43574.                     => 'ROLE_EDITOR',
  43575.                 ],
  43576.             ],
  43577.             'security.access.denied_url' => NULL,
  43578.             'security.authentication.manager.erase_credentials' => true,
  43579.             'security.authentication.session_strategy.strategy' => 'migrate',
  43580.             'security.access.always_authenticate_before_granting' => false,
  43581.             'security.authentication.hide_user_not_found' => true,
  43582.             'security.firewalls' => [
  43583.                 => 'dev',
  43584.                 => 'client_refresh',
  43585.                 => 'admin',
  43586.                 => 'client',
  43587.             ],
  43588.             'security.client_refresh._indexed_authenticators' => [
  43589.             ],
  43590.             'security.admin._indexed_authenticators' => [
  43591.             ],
  43592.             'security.client._indexed_authenticators' => [
  43593.             ],
  43594.             'web_profiler.debug_toolbar.intercept_redirects' => false,
  43595.             'web_profiler.debug_toolbar.mode' => 2,
  43596.             'monolog.use_microseconds' => true,
  43597.             'monolog.swift_mailer.handlers' => [
  43598.             ],
  43599.             'monolog.handlers_to_channels' => [
  43600.                 'monolog.handler.console' => [
  43601.                     'type' => 'exclusive',
  43602.                     'elements' => [
  43603.                         => 'event',
  43604.                         => 'doctrine',
  43605.                         => 'console',
  43606.                     ],
  43607.                 ],
  43608.                 'monolog.handler.main' => [
  43609.                     'type' => 'exclusive',
  43610.                     'elements' => [
  43611.                         => 'event',
  43612.                     ],
  43613.                 ],
  43614.             ],
  43615.             'env(VAR_DUMPER_SERVER)' => '127.0.0.1:9912',
  43616.             'swiftmailer.mailer.default.transport.name' => 'dynamic',
  43617.             'swiftmailer.mailer.default.spool.enabled' => true,
  43618.             'swiftmailer.mailer.default.plugin.impersonate' => NULL,
  43619.             'swiftmailer.mailer.default.single_address' => NULL,
  43620.             'swiftmailer.mailer.default.delivery.enabled' => true,
  43621.             'swiftmailer.spool.enabled' => true,
  43622.             'swiftmailer.delivery.enabled' => true,
  43623.             'swiftmailer.single_address' => NULL,
  43624.             'swiftmailer.mailers' => [
  43625.                 'default' => 'swiftmailer.mailer.default',
  43626.             ],
  43627.             'swiftmailer.default_mailer' => 'default',
  43628.             'vich_uploader.default_filename_attribute_suffix' => '_name',
  43629.             'vich_uploader.mappings' => [
  43630.                 'upload_img_pub' => [
  43631.                     'uri_prefix' => '/uploads/imgspub',
  43632.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imgspub'),
  43633.                     'namer' => [
  43634.                         'service' => 'vich_uploader.namer_origname.upload_img_pub',
  43635.                         'options' => [
  43636.                         ],
  43637.                     ],
  43638.                     'inject_on_load' => false,
  43639.                     'delete_on_update' => true,
  43640.                     'delete_on_remove' => true,
  43641.                     'directory_namer' => [
  43642.                         'service' => NULL,
  43643.                         'options' => NULL,
  43644.                     ],
  43645.                     'db_driver' => 'orm',
  43646.                 ],
  43647.                 'prime_csv_pending' => [
  43648.                     'uri_prefix' => '/public/csv/prime/pending',
  43649.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/prime/pending'),
  43650.                     'namer' => [
  43651.                         'service' => NULL,
  43652.                         'options' => NULL,
  43653.                     ],
  43654.                     'directory_namer' => [
  43655.                         'service' => NULL,
  43656.                         'options' => NULL,
  43657.                     ],
  43658.                     'delete_on_remove' => true,
  43659.                     'delete_on_update' => true,
  43660.                     'inject_on_load' => false,
  43661.                     'db_driver' => 'orm',
  43662.                 ],
  43663.                 'property_demand_file' => [
  43664.                     'uri_prefix' => '/uploads/demand/file/',
  43665.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/demand/file'),
  43666.                     'namer' => [
  43667.                         'service' => 'vich_uploader.namer_origname.property_demand_file',
  43668.                         'options' => [
  43669.                         ],
  43670.                     ],
  43671.                     'directory_namer' => [
  43672.                         'service' => NULL,
  43673.                         'options' => NULL,
  43674.                     ],
  43675.                     'delete_on_remove' => true,
  43676.                     'delete_on_update' => true,
  43677.                     'inject_on_load' => false,
  43678.                     'db_driver' => 'orm',
  43679.                 ],
  43680.                 'prime_request_file' => [
  43681.                     'uri_prefix' => '/uploads/prime',
  43682.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/prime'),
  43683.                     'namer' => [
  43684.                         'service' => 'vich_uploader.namer_origname.prime_request_file',
  43685.                         'options' => [
  43686.                         ],
  43687.                     ],
  43688.                     'inject_on_load' => false,
  43689.                     'delete_on_update' => true,
  43690.                     'delete_on_remove' => true,
  43691.                     'directory_namer' => [
  43692.                         'service' => NULL,
  43693.                         'options' => NULL,
  43694.                     ],
  43695.                     'db_driver' => 'orm',
  43696.                 ],
  43697.                 'permit_environment_file' => [
  43698.                     'uri_prefix' => '/uploads/environment/annexe/',
  43699.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/annexe/'),
  43700.                     'namer' => [
  43701.                         'service' => 'vich_uploader.namer_origname.permit_environment_file',
  43702.                         'options' => [
  43703.                         ],
  43704.                     ],
  43705.                     'inject_on_load' => false,
  43706.                     'delete_on_update' => true,
  43707.                     'delete_on_remove' => true,
  43708.                     'directory_namer' => [
  43709.                         'service' => NULL,
  43710.                         'options' => NULL,
  43711.                     ],
  43712.                     'db_driver' => 'orm',
  43713.                 ],
  43714.                 'co_ownership_document' => [
  43715.                     'uri_prefix' => '/uploads/coownership/document/',
  43716.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/document/'),
  43717.                     'namer' => [
  43718.                         'service' => 'vich_uploader.namer_origname.co_ownership_document',
  43719.                         'options' => [
  43720.                         ],
  43721.                     ],
  43722.                     'inject_on_load' => false,
  43723.                     'delete_on_update' => true,
  43724.                     'delete_on_remove' => true,
  43725.                     'directory_namer' => [
  43726.                         'service' => NULL,
  43727.                         'options' => NULL,
  43728.                     ],
  43729.                     'db_driver' => 'orm',
  43730.                 ],
  43731.                 'co_ownership_meeting_transcript' => [
  43732.                     'uri_prefix' => '/uploads/coownership/meetingtranscript/',
  43733.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/meetingtranscript/'),
  43734.                     'namer' => [
  43735.                         'service' => 'vich_uploader.namer_origname.co_ownership_meeting_transcript',
  43736.                         'options' => [
  43737.                         ],
  43738.                     ],
  43739.                     'inject_on_load' => false,
  43740.                     'delete_on_update' => true,
  43741.                     'delete_on_remove' => true,
  43742.                     'directory_namer' => [
  43743.                         'service' => NULL,
  43744.                         'options' => NULL,
  43745.                     ],
  43746.                     'db_driver' => 'orm',
  43747.                 ],
  43748.                 'co_ownership_invoices' => [
  43749.                     'uri_prefix' => '/uploads/coownership/invoices/',
  43750.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/invoices/'),
  43751.                     'namer' => [
  43752.                         'service' => 'vich_uploader.namer_origname.co_ownership_invoices',
  43753.                         'options' => [
  43754.                         ],
  43755.                     ],
  43756.                     'inject_on_load' => false,
  43757.                     'delete_on_update' => true,
  43758.                     'delete_on_remove' => true,
  43759.                     'directory_namer' => [
  43760.                         'service' => NULL,
  43761.                         'options' => NULL,
  43762.                     ],
  43763.                     'db_driver' => 'orm',
  43764.                 ],
  43765.                 'co_ownership_report' => [
  43766.                     'uri_prefix' => '/uploads/coownership/report/',
  43767.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership/report/'),
  43768.                     'namer' => [
  43769.                         'service' => 'vich_uploader.namer_origname.co_ownership_report',
  43770.                         'options' => [
  43771.                         ],
  43772.                     ],
  43773.                     'inject_on_load' => false,
  43774.                     'delete_on_update' => true,
  43775.                     'delete_on_remove' => true,
  43776.                     'directory_namer' => [
  43777.                         'service' => NULL,
  43778.                         'options' => NULL,
  43779.                     ],
  43780.                     'db_driver' => 'orm',
  43781.                 ],
  43782.                 'co_ownership_the_property_response' => [
  43783.                     'uri_prefix' => '/uploads/coownership-theproperty/response/',
  43784.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership-theproperty/response/'),
  43785.                     'namer' => [
  43786.                         'service' => 'vich_uploader.namer_origname.co_ownership_the_property_response',
  43787.                         'options' => [
  43788.                         ],
  43789.                     ],
  43790.                     'inject_on_load' => false,
  43791.                     'delete_on_update' => true,
  43792.                     'delete_on_remove' => true,
  43793.                     'directory_namer' => [
  43794.                         'service' => NULL,
  43795.                         'options' => NULL,
  43796.                     ],
  43797.                     'db_driver' => 'orm',
  43798.                 ],
  43799.                 'co_ownership_the_property_file' => [
  43800.                     'uri_prefix' => '/uploads/coownership-theproperty/file/',
  43801.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/coownership-theproperty/file/'),
  43802.                     'namer' => [
  43803.                         'service' => 'vich_uploader.namer_origname.co_ownership_the_property_file',
  43804.                         'options' => [
  43805.                         ],
  43806.                     ],
  43807.                     'inject_on_load' => false,
  43808.                     'delete_on_update' => true,
  43809.                     'delete_on_remove' => true,
  43810.                     'directory_namer' => [
  43811.                         'service' => NULL,
  43812.                         'options' => NULL,
  43813.                     ],
  43814.                     'db_driver' => 'orm',
  43815.                 ],
  43816.                 'obligation_csv_pending' => [
  43817.                     'uri_prefix' => '/csv/environment/pending',
  43818.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/environment/pending/'),
  43819.                     'namer' => [
  43820.                         'service' => 'vich_uploader.namer_origname.obligation_csv_pending',
  43821.                         'options' => [
  43822.                         ],
  43823.                     ],
  43824.                     'directory_namer' => [
  43825.                         'service' => NULL,
  43826.                         'options' => NULL,
  43827.                     ],
  43828.                     'delete_on_remove' => true,
  43829.                     'delete_on_update' => true,
  43830.                     'inject_on_load' => false,
  43831.                     'db_driver' => 'orm',
  43832.                 ],
  43833.                 'register_environment_file' => [
  43834.                     'uri_prefix' => '/uploads/environment/register/',
  43835.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/register/'),
  43836.                     'namer' => [
  43837.                         'service' => 'vich_uploader.namer_origname.register_environment_file',
  43838.                         'options' => [
  43839.                         ],
  43840.                     ],
  43841.                     'inject_on_load' => false,
  43842.                     'delete_on_update' => true,
  43843.                     'delete_on_remove' => true,
  43844.                     'directory_namer' => [
  43845.                         'service' => NULL,
  43846.                         'options' => NULL,
  43847.                     ],
  43848.                     'db_driver' => 'orm',
  43849.                 ],
  43850.                 'organic_plot_file' => [
  43851.                     'uri_prefix' => '/uploads/environment/organic_plot/',
  43852.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/organic_plot/'),
  43853.                     'namer' => [
  43854.                         'service' => 'vich_uploader.namer_origname.organic_plot_file',
  43855.                         'options' => [
  43856.                         ],
  43857.                     ],
  43858.                     'inject_on_load' => false,
  43859.                     'delete_on_update' => true,
  43860.                     'delete_on_remove' => true,
  43861.                     'directory_namer' => [
  43862.                         'service' => NULL,
  43863.                         'options' => NULL,
  43864.                     ],
  43865.                     'db_driver' => 'orm',
  43866.                 ],
  43867.                 'invoice_water_file' => [
  43868.                     'uri_prefix' => '/uploads/providerwater/invoice/',
  43869.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/providerwater/invoice/'),
  43870.                     'namer' => [
  43871.                         'service' => 'vich_uploader.namer_origname.invoice_water_file',
  43872.                         'options' => [
  43873.                         ],
  43874.                     ],
  43875.                     'inject_on_load' => false,
  43876.                     'delete_on_update' => true,
  43877.                     'delete_on_remove' => true,
  43878.                     'directory_namer' => [
  43879.                         'service' => NULL,
  43880.                         'options' => NULL,
  43881.                     ],
  43882.                     'db_driver' => 'orm',
  43883.                 ],
  43884.                 'prime_pdf_template' => [
  43885.                     'uri_prefix' => '/templates/pdf/prime',
  43886.                     'upload_destination' => (\dirname(__DIR__4).'/templates/pdf/prime/'),
  43887.                     'namer' => [
  43888.                         'service' => 'vich_uploader.namer_origname.prime_pdf_template',
  43889.                         'options' => [
  43890.                         ],
  43891.                     ],
  43892.                     'inject_on_load' => false,
  43893.                     'delete_on_update' => true,
  43894.                     'delete_on_remove' => true,
  43895.                     'directory_namer' => [
  43896.                         'service' => NULL,
  43897.                         'options' => NULL,
  43898.                     ],
  43899.                     'db_driver' => 'orm',
  43900.                 ],
  43901.                 'upload_img_property' => [
  43902.                     'uri_prefix' => '/uploads/imgsproperty',
  43903.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imgsproperty'),
  43904.                     'namer' => [
  43905.                         'service' => 'vich_uploader.namer_origname.upload_img_property',
  43906.                         'options' => [
  43907.                         ],
  43908.                     ],
  43909.                     'inject_on_load' => false,
  43910.                     'delete_on_update' => true,
  43911.                     'delete_on_remove' => true,
  43912.                     'directory_namer' => [
  43913.                         'service' => NULL,
  43914.                         'options' => NULL,
  43915.                     ],
  43916.                     'db_driver' => 'orm',
  43917.                 ],
  43918.                 'upload_file_minutes' => [
  43919.                     'uri_prefix' => '/uploads/fileminutes',
  43920.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/fileminutes'),
  43921.                     'namer' => [
  43922.                         'service' => 'vich_uploader.namer_origname.upload_file_minutes',
  43923.                         'options' => [
  43924.                         ],
  43925.                     ],
  43926.                     'inject_on_load' => false,
  43927.                     'delete_on_update' => true,
  43928.                     'delete_on_remove' => true,
  43929.                     'directory_namer' => [
  43930.                         'service' => NULL,
  43931.                         'options' => NULL,
  43932.                     ],
  43933.                     'db_driver' => 'orm',
  43934.                 ],
  43935.                 'rapport_pdf_property' => [
  43936.                     'uri_prefix' => '/uploads/rapport',
  43937.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/rapport'),
  43938.                     'namer' => [
  43939.                         'service' => 'vich_uploader.namer_origname.rapport_pdf_property',
  43940.                         'options' => [
  43941.                         ],
  43942.                     ],
  43943.                     'inject_on_load' => false,
  43944.                     'delete_on_update' => true,
  43945.                     'delete_on_remove' => true,
  43946.                     'directory_namer' => [
  43947.                         'service' => NULL,
  43948.                         'options' => NULL,
  43949.                     ],
  43950.                     'db_driver' => 'orm',
  43951.                 ],
  43952.                 'control_certificate' => [
  43953.                     'uri_prefix' => '/uploads/controlcertificate',
  43954.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/controlcertificate'),
  43955.                     'namer' => [
  43956.                         'service' => 'vich_uploader.namer_origname.control_certificate',
  43957.                         'options' => [
  43958.                         ],
  43959.                     ],
  43960.                     'inject_on_load' => false,
  43961.                     'delete_on_update' => true,
  43962.                     'delete_on_remove' => true,
  43963.                     'directory_namer' => [
  43964.                         'service' => NULL,
  43965.                         'options' => NULL,
  43966.                     ],
  43967.                     'db_driver' => 'orm',
  43968.                 ],
  43969.                 'upload_doc_property' => [
  43970.                     'uri_prefix' => '/uploads/docproperty',
  43971.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/docproperty'),
  43972.                     'namer' => [
  43973.                         'service' => 'vich_uploader.namer_origname.upload_doc_property',
  43974.                         'options' => [
  43975.                         ],
  43976.                     ],
  43977.                     'inject_on_load' => false,
  43978.                     'delete_on_update' => true,
  43979.                     'delete_on_remove' => true,
  43980.                     'directory_namer' => [
  43981.                         'service' => NULL,
  43982.                         'options' => NULL,
  43983.                     ],
  43984.                     'db_driver' => 'orm',
  43985.                 ],
  43986.                 'upload_rapport' => [
  43987.                     'uri_prefix' => '/uploads/uploadrapport',
  43988.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/uploadrapport'),
  43989.                     'namer' => [
  43990.                         'service' => 'vich_uploader.namer_origname.upload_rapport',
  43991.                         'options' => [
  43992.                         ],
  43993.                     ],
  43994.                     'inject_on_load' => false,
  43995.                     'delete_on_update' => true,
  43996.                     'delete_on_remove' => true,
  43997.                     'directory_namer' => [
  43998.                         'service' => NULL,
  43999.                         'options' => NULL,
  44000.                     ],
  44001.                     'db_driver' => 'orm',
  44002.                 ],
  44003.                 'uploads_syndics_response' => [
  44004.                     'uri_prefix' => '/uploads/syndicsresponse',
  44005.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/syndicsresponse'),
  44006.                     'namer' => [
  44007.                         'service' => 'vich_uploader.namer_origname.uploads_syndics_response',
  44008.                         'options' => [
  44009.                         ],
  44010.                     ],
  44011.                     'inject_on_load' => false,
  44012.                     'delete_on_update' => true,
  44013.                     'delete_on_remove' => true,
  44014.                     'directory_namer' => [
  44015.                         'service' => NULL,
  44016.                         'options' => NULL,
  44017.                     ],
  44018.                     'db_driver' => 'orm',
  44019.                 ],
  44020.                 'upload_icon_categorie_service' => [
  44021.                     'uri_prefix' => '/uploads/iconcategorieservice/',
  44022.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/iconcategorieservice'),
  44023.                     'namer' => [
  44024.                         'service' => 'vich_uploader.namer_origname.upload_icon_categorie_service',
  44025.                         'options' => [
  44026.                         ],
  44027.                     ],
  44028.                     'inject_on_load' => false,
  44029.                     'delete_on_update' => true,
  44030.                     'delete_on_remove' => true,
  44031.                     'directory_namer' => [
  44032.                         'service' => NULL,
  44033.                         'options' => NULL,
  44034.                     ],
  44035.                     'db_driver' => 'orm',
  44036.                 ],
  44037.                 'upload_img_service' => [
  44038.                     'uri_prefix' => '/uploads/imgsservice',
  44039.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imgsservice'),
  44040.                     'namer' => [
  44041.                         'service' => 'vich_uploader.namer_origname.upload_img_service',
  44042.                         'options' => [
  44043.                         ],
  44044.                     ],
  44045.                     'inject_on_load' => false,
  44046.                     'delete_on_update' => true,
  44047.                     'delete_on_remove' => true,
  44048.                     'directory_namer' => [
  44049.                         'service' => NULL,
  44050.                         'options' => NULL,
  44051.                     ],
  44052.                     'db_driver' => 'orm',
  44053.                 ],
  44054.                 'upload_bank_logo' => [
  44055.                     'uri_prefix' => '/uploads/banklogo',
  44056.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/banklogo'),
  44057.                     'namer' => [
  44058.                         'service' => 'vich_uploader.namer_origname.upload_bank_logo',
  44059.                         'options' => [
  44060.                         ],
  44061.                     ],
  44062.                     'inject_on_load' => false,
  44063.                     'delete_on_update' => true,
  44064.                     'delete_on_remove' => true,
  44065.                     'directory_namer' => [
  44066.                         'service' => NULL,
  44067.                         'options' => NULL,
  44068.                     ],
  44069.                     'db_driver' => 'orm',
  44070.                 ],
  44071.                 'upload_logo_pro' => [
  44072.                     'uri_prefix' => '/uploads/logopro',
  44073.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/logopro'),
  44074.                     'namer' => [
  44075.                         'service' => NULL,
  44076.                         'options' => NULL,
  44077.                     ],
  44078.                     'directory_namer' => [
  44079.                         'service' => NULL,
  44080.                         'options' => NULL,
  44081.                     ],
  44082.                     'delete_on_remove' => true,
  44083.                     'delete_on_update' => true,
  44084.                     'inject_on_load' => false,
  44085.                     'db_driver' => 'orm',
  44086.                 ],
  44087.                 'upload_traite' => [
  44088.                     'uri_prefix' => '/csv/traite',
  44089.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/traite'),
  44090.                     'namer' => [
  44091.                         'service' => 'vich_uploader.namer_origname.upload_traite',
  44092.                         'options' => [
  44093.                         ],
  44094.                     ],
  44095.                     'inject_on_load' => false,
  44096.                     'delete_on_update' => true,
  44097.                     'delete_on_remove' => true,
  44098.                     'directory_namer' => [
  44099.                         'service' => NULL,
  44100.                         'options' => NULL,
  44101.                     ],
  44102.                     'db_driver' => 'orm',
  44103.                 ],
  44104.                 'upload_pending' => [
  44105.                     'uri_prefix' => '/csv/pending',
  44106.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/pending'),
  44107.                     'namer' => [
  44108.                         'service' => 'vich_uploader.namer_origname.upload_pending',
  44109.                         'options' => [
  44110.                         ],
  44111.                     ],
  44112.                     'inject_on_load' => false,
  44113.                     'delete_on_update' => true,
  44114.                     'delete_on_remove' => true,
  44115.                     'directory_namer' => [
  44116.                         'service' => NULL,
  44117.                         'options' => NULL,
  44118.                     ],
  44119.                     'db_driver' => 'orm',
  44120.                 ],
  44121.                 'upload_rental_guarantee' => [
  44122.                     'uri_prefix' => '/uploads/rentalguarantee',
  44123.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/pending/uploads/rentalguarantee'),
  44124.                     'inject_on_load' => false,
  44125.                     'delete_on_update' => true,
  44126.                     'delete_on_remove' => true,
  44127.                     'namer' => [
  44128.                         'service' => NULL,
  44129.                         'options' => NULL,
  44130.                     ],
  44131.                     'directory_namer' => [
  44132.                         'service' => NULL,
  44133.                         'options' => NULL,
  44134.                     ],
  44135.                     'db_driver' => 'orm',
  44136.                 ],
  44137.                 'excel_file_pending' => [
  44138.                     'uri_prefix' => '/xlsx/pending',
  44139.                     'upload_destination' => (\dirname(__DIR__4).'/public/xlsx/pending'),
  44140.                     'namer' => [
  44141.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.excel_file_pending',
  44142.                         'options' => [
  44143.                         ],
  44144.                     ],
  44145.                     'inject_on_load' => false,
  44146.                     'delete_on_update' => true,
  44147.                     'delete_on_remove' => true,
  44148.                     'directory_namer' => [
  44149.                         'service' => NULL,
  44150.                         'options' => NULL,
  44151.                     ],
  44152.                     'db_driver' => 'orm',
  44153.                 ],
  44154.                 'upload_archived' => [
  44155.                     'uri_prefix' => '/csv/archived',
  44156.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/csv/archived'),
  44157.                     'namer' => [
  44158.                         'service' => 'vich_uploader.namer_origname.upload_archived',
  44159.                         'options' => [
  44160.                         ],
  44161.                     ],
  44162.                     'inject_on_load' => false,
  44163.                     'delete_on_update' => true,
  44164.                     'delete_on_remove' => true,
  44165.                     'directory_namer' => [
  44166.                         'service' => NULL,
  44167.                         'options' => NULL,
  44168.                     ],
  44169.                     'db_driver' => 'orm',
  44170.                 ],
  44171.                 'engie_csv_pending' => [
  44172.                     'uri_prefix' => '/csv/pending',
  44173.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/csvengie/pending'),
  44174.                     'namer' => [
  44175.                         'service' => 'vich_uploader.namer_origname.engie_csv_pending',
  44176.                         'options' => [
  44177.                         ],
  44178.                     ],
  44179.                     'inject_on_load' => false,
  44180.                     'delete_on_update' => true,
  44181.                     'delete_on_remove' => true,
  44182.                     'directory_namer' => [
  44183.                         'service' => NULL,
  44184.                         'options' => NULL,
  44185.                     ],
  44186.                     'db_driver' => 'orm',
  44187.                 ],
  44188.                 'module_3D' => [
  44189.                     'uri_prefix' => '/module3d',
  44190.                     'upload_destination' => (\dirname(__DIR__4).'/public/module3d'),
  44191.                     'namer' => [
  44192.                         'service' => 'vich_uploader.namer_origname.module_3D',
  44193.                         'options' => [
  44194.                         ],
  44195.                     ],
  44196.                     'delete_on_update' => true,
  44197.                     'delete_on_remove' => true,
  44198.                     'directory_namer' => [
  44199.                         'service' => NULL,
  44200.                         'options' => NULL,
  44201.                     ],
  44202.                     'inject_on_load' => false,
  44203.                     'db_driver' => 'orm',
  44204.                 ],
  44205.                 'picture_3D' => [
  44206.                     'uri_prefix' => '/picture3d',
  44207.                     'upload_destination' => (\dirname(__DIR__4).'/public/module3d/picture3d'),
  44208.                     'namer' => [
  44209.                         'service' => 'vich_uploader.namer_origname.picture_3D',
  44210.                         'options' => [
  44211.                         ],
  44212.                     ],
  44213.                     'delete_on_update' => true,
  44214.                     'delete_on_remove' => true,
  44215.                     'directory_namer' => [
  44216.                         'service' => NULL,
  44217.                         'options' => NULL,
  44218.                     ],
  44219.                     'inject_on_load' => false,
  44220.                     'db_driver' => 'orm',
  44221.                 ],
  44222.                 'Adress_csv_pending' => [
  44223.                     'uri_prefix' => '/pending',
  44224.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/Adress/pending'),
  44225.                     'namer' => [
  44226.                         'service' => 'vich_uploader.namer_origname.Adress_csv_pending',
  44227.                         'options' => [
  44228.                         ],
  44229.                     ],
  44230.                     'directory_namer' => [
  44231.                         'service' => NULL,
  44232.                         'options' => NULL,
  44233.                     ],
  44234.                     'delete_on_remove' => true,
  44235.                     'delete_on_update' => true,
  44236.                     'inject_on_load' => false,
  44237.                     'db_driver' => 'orm',
  44238.                 ],
  44239.                 'dvf_csv_pending' => [
  44240.                     'uri_prefix' => '/pending',
  44241.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/dvf/pending'),
  44242.                     'namer' => [
  44243.                         'service' => 'vich_uploader.namer_origname.dvf_csv_pending',
  44244.                         'options' => [
  44245.                         ],
  44246.                     ],
  44247.                     'inject_on_load' => false,
  44248.                     'delete_on_update' => true,
  44249.                     'delete_on_remove' => true,
  44250.                     'directory_namer' => [
  44251.                         'service' => NULL,
  44252.                         'options' => NULL,
  44253.                     ],
  44254.                     'db_driver' => 'orm',
  44255.                 ],
  44256.                 'permit_file' => [
  44257.                     'uri_prefix' => '/environment/permit',
  44258.                     'upload_destination' => (\dirname(__DIR__4).'/public/environment/permit'),
  44259.                     'namer' => [
  44260.                         'service' => 'vich_uploader.namer_origname.permit_file',
  44261.                         'options' => [
  44262.                         ],
  44263.                     ],
  44264.                     'inject_on_load' => false,
  44265.                     'delete_on_update' => true,
  44266.                     'delete_on_remove' => true,
  44267.                     'directory_namer' => [
  44268.                         'service' => NULL,
  44269.                         'options' => NULL,
  44270.                     ],
  44271.                     'db_driver' => 'orm',
  44272.                 ],
  44273.                 'annex_permit_file' => [
  44274.                     'uri_prefix' => '/environment/annex',
  44275.                     'upload_destination' => (\dirname(__DIR__4).'/public/environment/annex'),
  44276.                     'namer' => [
  44277.                         'service' => 'vich_uploader.namer_origname.annex_permit_file',
  44278.                         'options' => [
  44279.                         ],
  44280.                     ],
  44281.                     'inject_on_load' => false,
  44282.                     'delete_on_update' => true,
  44283.                     'delete_on_remove' => true,
  44284.                     'directory_namer' => [
  44285.                         'service' => NULL,
  44286.                         'options' => NULL,
  44287.                     ],
  44288.                     'db_driver' => 'orm',
  44289.                 ],
  44290.                 'edit_registers_file' => [
  44291.                     'uri_prefix' => '/environment/editregisters',
  44292.                     'upload_destination' => (\dirname(__DIR__4).'/public/environment/editregisters'),
  44293.                     'namer' => [
  44294.                         'service' => 'vich_uploader.namer_origname.edit_registers_file',
  44295.                         'options' => [
  44296.                         ],
  44297.                     ],
  44298.                     'inject_on_load' => false,
  44299.                     'delete_on_update' => true,
  44300.                     'delete_on_remove' => true,
  44301.                     'directory_namer' => [
  44302.                         'service' => NULL,
  44303.                         'options' => NULL,
  44304.                     ],
  44305.                     'db_driver' => 'orm',
  44306.                 ],
  44307.                 'engie_csv_archived' => [
  44308.                     'uri_prefix' => '/archived',
  44309.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvengie/archived'),
  44310.                     'namer' => [
  44311.                         'service' => 'vich_uploader.namer_origname.engie_csv_archived',
  44312.                         'options' => [
  44313.                         ],
  44314.                     ],
  44315.                     'inject_on_load' => false,
  44316.                     'delete_on_update' => true,
  44317.                     'delete_on_remove' => true,
  44318.                     'directory_namer' => [
  44319.                         'service' => NULL,
  44320.                         'options' => NULL,
  44321.                     ],
  44322.                     'db_driver' => 'orm',
  44323.                 ],
  44324.                 'work_csv_pending' => [
  44325.                     'uri_prefix' => '/csv/work/pending',
  44326.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvwork/pending'),
  44327.                     'namer' => [
  44328.                         'service' => 'vich_uploader.namer_origname.work_csv_pending',
  44329.                         'options' => [
  44330.                         ],
  44331.                     ],
  44332.                     'inject_on_load' => false,
  44333.                     'delete_on_update' => true,
  44334.                     'delete_on_remove' => true,
  44335.                     'directory_namer' => [
  44336.                         'service' => NULL,
  44337.                         'options' => NULL,
  44338.                     ],
  44339.                     'db_driver' => 'orm',
  44340.                 ],
  44341.                 'work_rules_csv_pending' => [
  44342.                     'uri_prefix' => '/csv/work/rules/pending',
  44343.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvwork/rules/pending'),
  44344.                     'namer' => [
  44345.                         'service' => 'vich_uploader.namer_origname.work_rules_csv_pending',
  44346.                         'options' => [
  44347.                         ],
  44348.                     ],
  44349.                     'inject_on_load' => false,
  44350.                     'delete_on_update' => true,
  44351.                     'delete_on_remove' => true,
  44352.                     'directory_namer' => [
  44353.                         'service' => NULL,
  44354.                         'options' => NULL,
  44355.                     ],
  44356.                     'db_driver' => 'orm',
  44357.                 ],
  44358.                 'education_csv' => [
  44359.                     'uri_prefix' => '/csv/education/',
  44360.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/education/'),
  44361.                     'namer' => [
  44362.                         'service' => 'vich_uploader.namer_origname.education_csv',
  44363.                         'options' => [
  44364.                         ],
  44365.                     ],
  44366.                     'inject_on_load' => false,
  44367.                     'delete_on_update' => true,
  44368.                     'delete_on_remove' => true,
  44369.                     'directory_namer' => [
  44370.                         'service' => NULL,
  44371.                         'options' => NULL,
  44372.                     ],
  44373.                     'db_driver' => 'orm',
  44374.                 ],
  44375.                 'bbox' => [
  44376.                     'uri_prefix' => '/cadastre/bbox',
  44377.                     'upload_destination' => (\dirname(__DIR__4).'/public/cadastre/bbox'),
  44378.                     'namer' => [
  44379.                         'service' => 'vich_uploader.namer_origname.bbox',
  44380.                         'options' => [
  44381.                         ],
  44382.                     ],
  44383.                     'inject_on_load' => false,
  44384.                     'delete_on_update' => true,
  44385.                     'delete_on_remove' => true,
  44386.                     'directory_namer' => [
  44387.                         'service' => NULL,
  44388.                         'options' => NULL,
  44389.                     ],
  44390.                     'db_driver' => 'orm',
  44391.                 ],
  44392.                 'area_csv_pending' => [
  44393.                     'uri_prefix' => '/csv/area/pending',
  44394.                     'upload_destination' => (\dirname(__DIR__4).'/public/csvarea/pending'),
  44395.                     'namer' => [
  44396.                         'service' => 'vich_uploader.namer_origname.area_csv_pending',
  44397.                         'options' => [
  44398.                         ],
  44399.                     ],
  44400.                     'directory_namer' => [
  44401.                         'service' => NULL,
  44402.                         'options' => NULL,
  44403.                     ],
  44404.                     'delete_on_remove' => true,
  44405.                     'delete_on_update' => true,
  44406.                     'inject_on_load' => false,
  44407.                     'db_driver' => 'orm',
  44408.                 ],
  44409.                 'dispenseFile' => [
  44410.                     'uri_prefix' => '/dispense/annexe/file',
  44411.                     'upload_destination' => (\dirname(__DIR__4).'/public/dispense/annexe/file'),
  44412.                     'namer' => [
  44413.                         'service' => 'vich_uploader.namer_origname.dispenseFile',
  44414.                         'options' => [
  44415.                         ],
  44416.                     ],
  44417.                     'directory_namer' => [
  44418.                         'service' => NULL,
  44419.                         'options' => NULL,
  44420.                     ],
  44421.                     'delete_on_remove' => true,
  44422.                     'delete_on_update' => true,
  44423.                     'inject_on_load' => false,
  44424.                     'db_driver' => 'orm',
  44425.                 ],
  44426.                 'occupie_csv_pending' => [
  44427.                     'uri_prefix' => '/csv/occupie/pending',
  44428.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/occupie/pending'),
  44429.                     'namer' => [
  44430.                         'service' => 'vich_uploader.namer_origname.occupie_csv_pending',
  44431.                         'options' => [
  44432.                         ],
  44433.                     ],
  44434.                     'inject_on_load' => false,
  44435.                     'delete_on_update' => true,
  44436.                     'delete_on_remove' => false,
  44437.                     'directory_namer' => [
  44438.                         'service' => NULL,
  44439.                         'options' => NULL,
  44440.                     ],
  44441.                     'db_driver' => 'orm',
  44442.                 ],
  44443.                 'salesAgreementFile' => [
  44444.                     'uri_prefix' => '/uploads/clientsalesagreement',
  44445.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/salesagreement'),
  44446.                     'namer' => [
  44447.                         'service' => 'vich_uploader.namer_origname.salesAgreementFile',
  44448.                         'options' => [
  44449.                         ],
  44450.                     ],
  44451.                     'inject_on_load' => false,
  44452.                     'delete_on_update' => true,
  44453.                     'delete_on_remove' => false,
  44454.                     'directory_namer' => [
  44455.                         'service' => NULL,
  44456.                         'options' => NULL,
  44457.                     ],
  44458.                     'db_driver' => 'orm',
  44459.                 ],
  44460.                 'deedOfSale' => [
  44461.                     'uri_prefix' => '/uploads/clientdeedofsale',
  44462.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/deedofsale'),
  44463.                     'namer' => [
  44464.                         'service' => 'vich_uploader.namer_origname.deedOfSale',
  44465.                         'options' => [
  44466.                         ],
  44467.                     ],
  44468.                     'inject_on_load' => false,
  44469.                     'delete_on_update' => true,
  44470.                     'delete_on_remove' => false,
  44471.                     'directory_namer' => [
  44472.                         'service' => NULL,
  44473.                         'options' => NULL,
  44474.                     ],
  44475.                     'db_driver' => 'orm',
  44476.                 ],
  44477.                 'syndic_Apartment_csv_pending' => [
  44478.                     'uri_prefix' => '/csv/syndicAppartment/pending',
  44479.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/syndicAppartment/pending'),
  44480.                     'namer' => [
  44481.                         'service' => 'vich_uploader.namer_origname.syndic_Apartment_csv_pending',
  44482.                         'options' => [
  44483.                         ],
  44484.                     ],
  44485.                     'inject_on_load' => false,
  44486.                     'delete_on_update' => true,
  44487.                     'delete_on_remove' => false,
  44488.                     'directory_namer' => [
  44489.                         'service' => NULL,
  44490.                         'options' => NULL,
  44491.                     ],
  44492.                     'db_driver' => 'orm',
  44493.                 ],
  44494.                 'notary_csv_pending' => [
  44495.                     'uri_prefix' => '/csv/notary/pending',
  44496.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/notary/pending'),
  44497.                     'namer' => [
  44498.                         'service' => 'vich_uploader.namer_origname.notary_csv_pending',
  44499.                         'options' => [
  44500.                         ],
  44501.                     ],
  44502.                     'inject_on_load' => false,
  44503.                     'delete_on_update' => true,
  44504.                     'delete_on_remove' => false,
  44505.                     'directory_namer' => [
  44506.                         'service' => NULL,
  44507.                         'options' => NULL,
  44508.                     ],
  44509.                     'db_driver' => 'orm',
  44510.                 ],
  44511.                 'chat_file' => [
  44512.                     'uri_prefix' => '/uploads/syndic/chat',
  44513.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/syndic/chat'),
  44514.                     'namer' => [
  44515.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.chat_file',
  44516.                         'options' => [
  44517.                         ],
  44518.                     ],
  44519.                     'inject_on_load' => true,
  44520.                     'delete_on_update' => true,
  44521.                     'delete_on_remove' => true,
  44522.                     'directory_namer' => [
  44523.                         'service' => NULL,
  44524.                         'options' => NULL,
  44525.                     ],
  44526.                     'db_driver' => 'orm',
  44527.                 ],
  44528.                 'message_file' => [
  44529.                     'uri_prefix' => '/uploads/chat',
  44530.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/chat'),
  44531.                     'namer' => [
  44532.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.message_file',
  44533.                         'options' => [
  44534.                         ],
  44535.                     ],
  44536.                     'inject_on_load' => true,
  44537.                     'delete_on_update' => true,
  44538.                     'delete_on_remove' => true,
  44539.                     'directory_namer' => [
  44540.                         'service' => NULL,
  44541.                         'options' => NULL,
  44542.                     ],
  44543.                     'db_driver' => 'orm',
  44544.                 ],
  44545.                 'ThepropertyProvider_csv_pending' => [
  44546.                     'uri_prefix' => '/csv/propertyProvider/pending',
  44547.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/propertyProvider/pending'),
  44548.                     'namer' => [
  44549.                         'service' => 'vich_uploader.namer_origname.ThepropertyProvider_csv_pending',
  44550.                         'options' => [
  44551.                         ],
  44552.                     ],
  44553.                     'inject_on_load' => false,
  44554.                     'delete_on_update' => true,
  44555.                     'delete_on_remove' => true,
  44556.                     'directory_namer' => [
  44557.                         'service' => NULL,
  44558.                         'options' => NULL,
  44559.                     ],
  44560.                     'db_driver' => 'orm',
  44561.                 ],
  44562.                 'provider_society_csv_pending' => [
  44563.                     'uri_prefix' => '/csv/providerSociety/pending',
  44564.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/providerSociety/pending'),
  44565.                     'namer' => [
  44566.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_society_csv_pending',
  44567.                         'options' => [
  44568.                         ],
  44569.                     ],
  44570.                     'inject_on_load' => false,
  44571.                     'delete_on_update' => true,
  44572.                     'delete_on_remove' => true,
  44573.                     'directory_namer' => [
  44574.                         'service' => NULL,
  44575.                         'options' => NULL,
  44576.                     ],
  44577.                     'db_driver' => 'orm',
  44578.                 ],
  44579.                 'pdf_location' => [
  44580.                     'uri_prefix' => '/uploads/pdflocation/location/edit',
  44581.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/pdflocation/location/edit'),
  44582.                     'namer' => [
  44583.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_location',
  44584.                         'options' => [
  44585.                         ],
  44586.                     ],
  44587.                     'inject_on_load' => false,
  44588.                     'delete_on_update' => true,
  44589.                     'delete_on_remove' => true,
  44590.                     'directory_namer' => [
  44591.                         'service' => NULL,
  44592.                         'options' => NULL,
  44593.                     ],
  44594.                     'db_driver' => 'orm',
  44595.                 ],
  44596.                 'lease_contract' => [
  44597.                     'uri_prefix' => '/uploads/lease_contract',
  44598.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/lease_contract'),
  44599.                     'namer' => [
  44600.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract',
  44601.                         'options' => [
  44602.                         ],
  44603.                     ],
  44604.                     'inject_on_load' => false,
  44605.                     'delete_on_update' => true,
  44606.                     'delete_on_remove' => true,
  44607.                     'directory_namer' => [
  44608.                         'service' => NULL,
  44609.                         'options' => NULL,
  44610.                     ],
  44611.                     'db_driver' => 'orm',
  44612.                 ],
  44613.                 'pdf_mail_location' => [
  44614.                     'uri_prefix' => '/pdflocation/mail/mail',
  44615.                     'upload_destination' => (\dirname(__DIR__4).'/public/pdflocation/mail/mail'),
  44616.                     'namer' => [
  44617.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_mail_location',
  44618.                         'options' => [
  44619.                         ],
  44620.                     ],
  44621.                     'inject_on_load' => false,
  44622.                     'delete_on_update' => true,
  44623.                     'delete_on_remove' => true,
  44624.                     'directory_namer' => [
  44625.                         'service' => NULL,
  44626.                         'options' => NULL,
  44627.                     ],
  44628.                     'db_driver' => 'orm',
  44629.                 ],
  44630.                 'provider_inverte_list_pending' => [
  44631.                     'uri_prefix' => '/csv/inverter/pending',
  44632.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/inverter/pending'),
  44633.                     'namer' => [
  44634.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_inverte_list_pending',
  44635.                         'options' => [
  44636.                         ],
  44637.                     ],
  44638.                     'inject_on_load' => false,
  44639.                     'delete_on_update' => true,
  44640.                     'delete_on_remove' => true,
  44641.                     'directory_namer' => [
  44642.                         'service' => NULL,
  44643.                         'options' => NULL,
  44644.                     ],
  44645.                     'db_driver' => 'orm',
  44646.                 ],
  44647.                 'ppas_csv_pending' => [
  44648.                     'uri_prefix' => '/csv/ppas/pending',
  44649.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/ppas/pending'),
  44650.                     'namer' => [
  44651.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_csv_pending',
  44652.                         'options' => [
  44653.                         ],
  44654.                     ],
  44655.                     'inject_on_load' => false,
  44656.                     'delete_on_update' => true,
  44657.                     'delete_on_remove' => true,
  44658.                     'directory_namer' => [
  44659.                         'service' => NULL,
  44660.                         'options' => NULL,
  44661.                     ],
  44662.                     'db_driver' => 'orm',
  44663.                 ],
  44664.                 'brugis_csv_pending' => [
  44665.                     'uri_prefix' => '/csv/brugis/pending',
  44666.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/brugis/pending'),
  44667.                     'namer' => [
  44668.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.brugis_csv_pending',
  44669.                         'options' => [
  44670.                         ],
  44671.                     ],
  44672.                     'inject_on_load' => false,
  44673.                     'delete_on_update' => true,
  44674.                     'delete_on_remove' => true,
  44675.                     'directory_namer' => [
  44676.                         'service' => NULL,
  44677.                         'options' => NULL,
  44678.                     ],
  44679.                     'db_driver' => 'orm',
  44680.                 ],
  44681.                 'wallonie_csv_pending' => [
  44682.                     'uri_prefix' => '/csv/wallonie/pending',
  44683.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/wallonie/pending'),
  44684.                     'namer' => [
  44685.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.wallonie_csv_pending',
  44686.                         'options' => [
  44687.                         ],
  44688.                     ],
  44689.                     'inject_on_load' => false,
  44690.                     'delete_on_update' => true,
  44691.                     'delete_on_remove' => true,
  44692.                     'directory_namer' => [
  44693.                         'service' => NULL,
  44694.                         'options' => NULL,
  44695.                     ],
  44696.                     'db_driver' => 'orm',
  44697.                 ],
  44698.                 'ppas_affectation_csv_pending' => [
  44699.                     'uri_prefix' => '/csv/ppasaffectation',
  44700.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/ppasaffectation'),
  44701.                     'namer' => [
  44702.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.ppas_affectation_csv_pending',
  44703.                         'options' => [
  44704.                         ],
  44705.                     ],
  44706.                     'inject_on_load' => false,
  44707.                     'delete_on_update' => true,
  44708.                     'delete_on_remove' => true,
  44709.                     'directory_namer' => [
  44710.                         'service' => NULL,
  44711.                         'options' => NULL,
  44712.                     ],
  44713.                     'db_driver' => 'orm',
  44714.                 ],
  44715.                 'pras_csv' => [
  44716.                     'uri_prefix' => '/csv/pras',
  44717.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/pras'),
  44718.                     'namer' => [
  44719.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pras_csv',
  44720.                         'options' => [
  44721.                         ],
  44722.                     ],
  44723.                     'inject_on_load' => false,
  44724.                     'delete_on_update' => true,
  44725.                     'delete_on_remove' => true,
  44726.                     'directory_namer' => [
  44727.                         'service' => NULL,
  44728.                         'options' => NULL,
  44729.                     ],
  44730.                     'db_driver' => 'orm',
  44731.                 ],
  44732.                 'enquetes_publics_csv' => [
  44733.                     'uri_prefix' => '/csv/enquetesPublics/pending',
  44734.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/enquetesPublics/pending'),
  44735.                     'namer' => [
  44736.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.enquetes_publics_csv',
  44737.                         'options' => [
  44738.                         ],
  44739.                     ],
  44740.                     'inject_on_load' => false,
  44741.                     'delete_on_update' => true,
  44742.                     'delete_on_remove' => true,
  44743.                     'directory_namer' => [
  44744.                         'service' => NULL,
  44745.                         'options' => NULL,
  44746.                     ],
  44747.                     'db_driver' => 'orm',
  44748.                 ],
  44749.                 'community_post_file' => [
  44750.                     'uri_prefix' => '/uploads/community/',
  44751.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/community'),
  44752.                     'namer' => [
  44753.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_post_file',
  44754.                         'options' => [
  44755.                         ],
  44756.                     ],
  44757.                     'inject_on_load' => true,
  44758.                     'delete_on_update' => true,
  44759.                     'delete_on_remove' => true,
  44760.                     'directory_namer' => [
  44761.                         'service' => NULL,
  44762.                         'options' => NULL,
  44763.                     ],
  44764.                     'db_driver' => 'orm',
  44765.                 ],
  44766.                 'community_event_file' => [
  44767.                     'uri_prefix' => '/uploads/community/',
  44768.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/community'),
  44769.                     'namer' => [
  44770.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.community_event_file',
  44771.                         'options' => [
  44772.                         ],
  44773.                     ],
  44774.                     'inject_on_load' => true,
  44775.                     'delete_on_update' => true,
  44776.                     'delete_on_remove' => true,
  44777.                     'directory_namer' => [
  44778.                         'service' => NULL,
  44779.                         'options' => NULL,
  44780.                     ],
  44781.                     'db_driver' => 'orm',
  44782.                 ],
  44783.                 'new_project_immo_csv' => [
  44784.                     'uri_prefix' => '/csv/newprojectimmo/',
  44785.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/newprojectimmo'),
  44786.                     'namer' => [
  44787.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.new_project_immo_csv',
  44788.                         'options' => [
  44789.                         ],
  44790.                     ],
  44791.                     'inject_on_load' => true,
  44792.                     'delete_on_update' => true,
  44793.                     'delete_on_remove' => true,
  44794.                     'directory_namer' => [
  44795.                         'service' => NULL,
  44796.                         'options' => NULL,
  44797.                     ],
  44798.                     'db_driver' => 'orm',
  44799.                 ],
  44800.                 'public_inquiry_inprogress_excel' => [
  44801.                     'uri_prefix' => '/csv/publicinquiry/',
  44802.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/publicinquiry'),
  44803.                     'namer' => [
  44804.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.public_inquiry_inprogress_excel',
  44805.                         'options' => [
  44806.                         ],
  44807.                     ],
  44808.                     'inject_on_load' => false,
  44809.                     'delete_on_update' => true,
  44810.                     'delete_on_remove' => true,
  44811.                     'directory_namer' => [
  44812.                         'service' => NULL,
  44813.                         'options' => NULL,
  44814.                     ],
  44815.                     'db_driver' => 'orm',
  44816.                 ],
  44817.                 'water_supplier_controller_excel' => [
  44818.                     'uri_prefix' => '/csv/watersuppliercontroller/',
  44819.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/watersuppliercontroller'),
  44820.                     'namer' => [
  44821.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.water_supplier_controller_excel',
  44822.                         'options' => [
  44823.                         ],
  44824.                     ],
  44825.                     'inject_on_load' => false,
  44826.                     'delete_on_update' => true,
  44827.                     'delete_on_remove' => true,
  44828.                     'directory_namer' => [
  44829.                         'service' => NULL,
  44830.                         'options' => NULL,
  44831.                     ],
  44832.                     'db_driver' => 'orm',
  44833.                 ],
  44834.                 'surveillance_camera_document' => [
  44835.                     'uri_prefix' => '/uploads/surveillance_camera_document/',
  44836.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/surveillance_camera_document/'),
  44837.                     'namer' => [
  44838.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.surveillance_camera_document',
  44839.                         'options' => [
  44840.                         ],
  44841.                     ],
  44842.                     'inject_on_load' => false,
  44843.                     'delete_on_update' => true,
  44844.                     'delete_on_remove' => true,
  44845.                     'directory_namer' => [
  44846.                         'service' => NULL,
  44847.                         'options' => NULL,
  44848.                     ],
  44849.                     'db_driver' => 'orm',
  44850.                 ],
  44851.                 'request_repayment_files' => [
  44852.                     'uri_prefix' => '/uploads/request_repayment_finance/',
  44853.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/request_repayment_finance/'),
  44854.                     'namer' => [
  44855.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.request_repayment_files',
  44856.                         'options' => [
  44857.                         ],
  44858.                     ],
  44859.                     'inject_on_load' => false,
  44860.                     'delete_on_update' => true,
  44861.                     'delete_on_remove' => true,
  44862.                     'directory_namer' => [
  44863.                         'service' => NULL,
  44864.                         'options' => NULL,
  44865.                     ],
  44866.                     'db_driver' => 'orm',
  44867.                 ],
  44868.                 'condominium_invoice_file' => [
  44869.                     'uri_prefix' => '/uploads/condominium/invoice/',
  44870.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/condominium/invoice/'),
  44871.                     'namer' => [
  44872.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.condominium_invoice_file',
  44873.                         'options' => [
  44874.                         ],
  44875.                     ],
  44876.                     'inject_on_load' => false,
  44877.                     'delete_on_update' => true,
  44878.                     'delete_on_remove' => true,
  44879.                     'directory_namer' => [
  44880.                         'service' => NULL,
  44881.                         'options' => NULL,
  44882.                     ],
  44883.                     'db_driver' => 'orm',
  44884.                 ],
  44885.                 'inventory_file' => [
  44886.                     'uri_prefix' => '/uploads/inventory/file/',
  44887.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/inventory/file/'),
  44888.                     'namer' => [
  44889.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_file',
  44890.                         'options' => [
  44891.                         ],
  44892.                     ],
  44893.                     'inject_on_load' => false,
  44894.                     'delete_on_update' => true,
  44895.                     'delete_on_remove' => true,
  44896.                     'directory_namer' => [
  44897.                         'service' => NULL,
  44898.                         'options' => NULL,
  44899.                     ],
  44900.                     'db_driver' => 'orm',
  44901.                 ],
  44902.                 'inventory_image' => [
  44903.                     'uri_prefix' => '/uploads/inventory/images/',
  44904.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/inventory/images/'),
  44905.                     'namer' => [
  44906.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.inventory_image',
  44907.                         'options' => [
  44908.                         ],
  44909.                     ],
  44910.                     'inject_on_load' => false,
  44911.                     'delete_on_update' => true,
  44912.                     'delete_on_remove' => true,
  44913.                     'directory_namer' => [
  44914.                         'service' => NULL,
  44915.                         'options' => NULL,
  44916.                     ],
  44917.                     'db_driver' => 'orm',
  44918.                 ],
  44919.                 'offer_lease_agreement' => [
  44920.                     'uri_prefix' => '/uploads/offerlease/agreement/',
  44921.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/offerlease/agreement/'),
  44922.                     'namer' => [
  44923.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.offer_lease_agreement',
  44924.                         'options' => [
  44925.                         ],
  44926.                     ],
  44927.                     'inject_on_load' => false,
  44928.                     'delete_on_update' => true,
  44929.                     'delete_on_remove' => true,
  44930.                     'directory_namer' => [
  44931.                         'service' => NULL,
  44932.                         'options' => NULL,
  44933.                     ],
  44934.                     'db_driver' => 'orm',
  44935.                 ],
  44936.                 'lease_contract_models' => [
  44937.                     'uri_prefix' => '/uploads/lease_contract_models/',
  44938.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/lease_contract_models/'),
  44939.                     'namer' => [
  44940.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.lease_contract_models',
  44941.                         'options' => [
  44942.                         ],
  44943.                     ],
  44944.                     'inject_on_load' => false,
  44945.                     'delete_on_update' => true,
  44946.                     'delete_on_remove' => true,
  44947.                     'directory_namer' => [
  44948.                         'service' => NULL,
  44949.                         'options' => NULL,
  44950.                     ],
  44951.                     'db_driver' => 'orm',
  44952.                 ],
  44953.                 'identity_image' => [
  44954.                     'uri_prefix' => '/uploads/identity/images/',
  44955.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/identity/images/'),
  44956.                     'namer' => [
  44957.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.identity_image',
  44958.                         'options' => [
  44959.                         ],
  44960.                     ],
  44961.                     'inject_on_load' => false,
  44962.                     'delete_on_update' => true,
  44963.                     'delete_on_remove' => true,
  44964.                     'directory_namer' => [
  44965.                         'service' => NULL,
  44966.                         'options' => NULL,
  44967.                     ],
  44968.                     'db_driver' => 'orm',
  44969.                 ],
  44970.                 'permit_citerne' => [
  44971.                     'uri_prefix' => '/uploads/pemit/citerne/',
  44972.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/permit/citerne/'),
  44973.                     'namer' => [
  44974.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.permit_citerne',
  44975.                         'options' => [
  44976.                         ],
  44977.                     ],
  44978.                     'directory_namer' => [
  44979.                         'service' => NULL,
  44980.                         'options' => NULL,
  44981.                     ],
  44982.                     'delete_on_remove' => true,
  44983.                     'delete_on_update' => true,
  44984.                     'inject_on_load' => false,
  44985.                     'db_driver' => 'orm',
  44986.                 ],
  44987.                 'garden_resource_document' => [
  44988.                     'uri_prefix' => '/uploads/environment/resources/',
  44989.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/environment/resources/'),
  44990.                     'namer' => [
  44991.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.garden_resource_document',
  44992.                         'options' => [
  44993.                         ],
  44994.                     ],
  44995.                     'inject_on_load' => false,
  44996.                     'delete_on_update' => true,
  44997.                     'delete_on_remove' => true,
  44998.                     'directory_namer' => [
  44999.                         'service' => NULL,
  45000.                         'options' => NULL,
  45001.                     ],
  45002.                     'db_driver' => 'orm',
  45003.                 ],
  45004.                 'property_document_file' => [
  45005.                     'uri_prefix' => '/uploads/theProperty/file',
  45006.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/theProperty/file'),
  45007.                     'namer' => [
  45008.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.property_document_file',
  45009.                         'options' => [
  45010.                         ],
  45011.                     ],
  45012.                     'inject_on_load' => true,
  45013.                     'delete_on_update' => true,
  45014.                     'delete_on_remove' => true,
  45015.                     'directory_namer' => [
  45016.                         'service' => NULL,
  45017.                         'options' => NULL,
  45018.                     ],
  45019.                     'db_driver' => 'orm',
  45020.                 ],
  45021.                 'portfolio_files' => [
  45022.                     'uri_prefix' => '/uploads/portfolio/file',
  45023.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/portfolio/file'),
  45024.                     'namer' => [
  45025.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.portfolio_files',
  45026.                         'options' => [
  45027.                         ],
  45028.                     ],
  45029.                     'inject_on_load' => true,
  45030.                     'delete_on_update' => true,
  45031.                     'delete_on_remove' => true,
  45032.                     'directory_namer' => [
  45033.                         'service' => NULL,
  45034.                         'options' => NULL,
  45035.                     ],
  45036.                     'db_driver' => 'orm',
  45037.                 ],
  45038.                 'occupation_period_file' => [
  45039.                     'uri_prefix' => '/csv/occupationperiod/',
  45040.                     'upload_destination' => (\dirname(__DIR__4).'/public/csv/occupationperiod/'),
  45041.                     'namer' => [
  45042.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.occupation_period_file',
  45043.                         'options' => [
  45044.                         ],
  45045.                     ],
  45046.                     'inject_on_load' => true,
  45047.                     'delete_on_update' => true,
  45048.                     'delete_on_remove' => true,
  45049.                     'directory_namer' => [
  45050.                         'service' => NULL,
  45051.                         'options' => NULL,
  45052.                     ],
  45053.                     'db_driver' => 'orm',
  45054.                 ],
  45055.                 'pdf_summary_maif' => [
  45056.                     'uri_prefix' => '/uploads/pdf/summary_maif/',
  45057.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/pdf/summary_maif/'),
  45058.                     'namer' => [
  45059.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.pdf_summary_maif',
  45060.                         'options' => [
  45061.                         ],
  45062.                     ],
  45063.                     'inject_on_load' => true,
  45064.                     'delete_on_update' => true,
  45065.                     'delete_on_remove' => true,
  45066.                     'directory_namer' => [
  45067.                         'service' => NULL,
  45068.                         'options' => NULL,
  45069.                     ],
  45070.                     'db_driver' => 'orm',
  45071.                 ],
  45072.                 'provider_work' => [
  45073.                     'uri_prefix' => '/uploads/provider_work/',
  45074.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/provider_work/'),
  45075.                     'namer' => [
  45076.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.provider_work',
  45077.                         'options' => [
  45078.                         ],
  45079.                     ],
  45080.                     'directory_namer' => [
  45081.                         'service' => NULL,
  45082.                         'options' => NULL,
  45083.                     ],
  45084.                     'delete_on_remove' => true,
  45085.                     'delete_on_update' => true,
  45086.                     'inject_on_load' => false,
  45087.                     'db_driver' => 'orm',
  45088.                 ],
  45089.                 'user_logo' => [
  45090.                     'uri_prefix' => '/uploads/user/logo/',
  45091.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/user/logo/'),
  45092.                     'namer' => [
  45093.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.user_logo',
  45094.                         'options' => [
  45095.                         ],
  45096.                     ],
  45097.                     'directory_namer' => [
  45098.                         'service' => NULL,
  45099.                         'options' => NULL,
  45100.                     ],
  45101.                     'delete_on_remove' => true,
  45102.                     'delete_on_update' => true,
  45103.                     'inject_on_load' => false,
  45104.                     'db_driver' => 'orm',
  45105.                 ],
  45106.                 'imo_agent_solicitation_image' => [
  45107.                     'uri_prefix' => '/uploads/imoagent/image/',
  45108.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/imoagent/image/'),
  45109.                     'namer' => [
  45110.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.imo_agent_solicitation_image',
  45111.                         'options' => [
  45112.                         ],
  45113.                     ],
  45114.                     'inject_on_load' => true,
  45115.                     'delete_on_update' => true,
  45116.                     'delete_on_remove' => true,
  45117.                     'directory_namer' => [
  45118.                         'service' => NULL,
  45119.                         'options' => NULL,
  45120.                     ],
  45121.                     'db_driver' => 'orm',
  45122.                 ],
  45123.                 'treeD_figuration_file' => [
  45124.                     'uri_prefix' => '/uploads/figuration3D/',
  45125.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/figuration3D/'),
  45126.                     'namer' => [
  45127.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.treeD_figuration_file',
  45128.                         'options' => [
  45129.                         ],
  45130.                     ],
  45131.                     'inject_on_load' => true,
  45132.                     'delete_on_update' => true,
  45133.                     'delete_on_remove' => true,
  45134.                     'directory_namer' => [
  45135.                         'service' => NULL,
  45136.                         'options' => NULL,
  45137.                     ],
  45138.                     'db_driver' => 'orm',
  45139.                 ],
  45140.                 'client_sales_agreement_file' => [
  45141.                     'uri_prefix' => '/uploads/clientsalesagreement/',
  45142.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreement//'),
  45143.                     'namer' => [
  45144.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.client_sales_agreement_file',
  45145.                         'options' => [
  45146.                         ],
  45147.                     ],
  45148.                     'inject_on_load' => true,
  45149.                     'delete_on_update' => true,
  45150.                     'delete_on_remove' => true,
  45151.                     'directory_namer' => [
  45152.                         'service' => NULL,
  45153.                         'options' => NULL,
  45154.                     ],
  45155.                     'db_driver' => 'orm',
  45156.                 ],
  45157.                 'sales_agreement_file_to_sign' => [
  45158.                     'uri_prefix' => '/uploads/clientsalesagreementtosign/',
  45159.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/clientsalesagreementtosign//'),
  45160.                     'namer' => [
  45161.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.sales_agreement_file_to_sign',
  45162.                         'options' => [
  45163.                         ],
  45164.                     ],
  45165.                     'inject_on_load' => true,
  45166.                     'delete_on_update' => true,
  45167.                     'delete_on_remove' => true,
  45168.                     'directory_namer' => [
  45169.                         'service' => NULL,
  45170.                         'options' => NULL,
  45171.                     ],
  45172.                     'db_driver' => 'orm',
  45173.                 ],
  45174.                 'neightborhood_project_before_improvement_image_file' => [
  45175.                     'uri_prefix' => '/uploads/neighborhood_project',
  45176.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/neighborhood_project'),
  45177.                     'namer' => [
  45178.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_before_improvement_image_file',
  45179.                         'options' => [
  45180.                         ],
  45181.                     ],
  45182.                     'inject_on_load' => true,
  45183.                     'delete_on_update' => true,
  45184.                     'delete_on_remove' => true,
  45185.                     'directory_namer' => [
  45186.                         'service' => NULL,
  45187.                         'options' => NULL,
  45188.                     ],
  45189.                     'db_driver' => 'orm',
  45190.                 ],
  45191.                 'neightborhood_project_after_improvement_image_file' => [
  45192.                     'uri_prefix' => '/uploads/neighborhood_project',
  45193.                     'upload_destination' => (\dirname(__DIR__4).'/public/uploads/neighborhood_project'),
  45194.                     'namer' => [
  45195.                         'service' => 'Vich\\UploaderBundle\\Naming\\SmartUniqueNamer.neightborhood_project_after_improvement_image_file',
  45196.                         'options' => [
  45197.                         ],
  45198.                     ],
  45199.                     'inject_on_load' => true,
  45200.                     'delete_on_update' => true,
  45201.                     'delete_on_remove' => true,
  45202.                     'directory_namer' => [
  45203.                         'service' => NULL,
  45204.                         'options' => NULL,
  45205.                     ],
  45206.                     'db_driver' => 'orm',
  45207.                 ],
  45208.             ],
  45209.             'vich_uploader.file_injector.class' => 'Vich\\UploaderBundle\\Injector\\FileInjector',
  45210.             'liip_imagine.resolvers' => [
  45211.                 'default' => [
  45212.                     'web_path' => [
  45213.                         'web_root' => (\dirname(__DIR__4).'/public'),
  45214.                         'cache_prefix' => 'media/cache',
  45215.                     ],
  45216.                 ],
  45217.             ],
  45218.             'liip_imagine.loaders' => [
  45219.                 'default' => [
  45220.                     'filesystem' => [
  45221.                         'locator' => 'filesystem',
  45222.                         'data_root' => [
  45223.                             => (\dirname(__DIR__4).'/public'),
  45224.                         ],
  45225.                         'allow_unresolvable_data_roots' => false,
  45226.                         'bundle_resources' => [
  45227.                             'enabled' => false,
  45228.                             'access_control_type' => 'blacklist',
  45229.                             'access_control_list' => [
  45230.                             ],
  45231.                         ],
  45232.                     ],
  45233.                 ],
  45234.             ],
  45235.             'liip_imagine.jpegoptim.binary' => '/usr/bin/jpegoptim',
  45236.             'liip_imagine.jpegoptim.stripAll' => true,
  45237.             'liip_imagine.jpegoptim.max' => NULL,
  45238.             'liip_imagine.jpegoptim.progressive' => true,
  45239.             'liip_imagine.jpegoptim.tempDir' => NULL,
  45240.             'liip_imagine.optipng.binary' => '/usr/bin/optipng',
  45241.             'liip_imagine.optipng.level' => 7,
  45242.             'liip_imagine.optipng.stripAll' => true,
  45243.             'liip_imagine.optipng.tempDir' => NULL,
  45244.             'liip_imagine.pngquant.binary' => '/usr/bin/pngquant',
  45245.             'liip_imagine.mozjpeg.binary' => '/opt/mozjpeg/bin/cjpeg',
  45246.             'liip_imagine.cwebp.binary' => '/usr/bin/cwebp',
  45247.             'liip_imagine.cwebp.tempDir' => NULL,
  45248.             'liip_imagine.cwebp.q' => 75,
  45249.             'liip_imagine.cwebp.alphaQ' => 100,
  45250.             'liip_imagine.cwebp.m' => 4,
  45251.             'liip_imagine.cwebp.alphaFilter' => 'fast',
  45252.             'liip_imagine.cwebp.alphaMethod' => 1,
  45253.             'liip_imagine.cwebp.exact' => false,
  45254.             'liip_imagine.cwebp.metadata' => [
  45255.                 => 'none',
  45256.             ],
  45257.             'liip_imagine.driver_service' => 'liip_imagine.gd',
  45258.             'liip_imagine.cache.resolver.default' => 'default',
  45259.             'liip_imagine.default_image' => NULL,
  45260.             'liip_imagine.filter_sets' => [
  45261.                 'gallery' => [
  45262.                     'quality' => 80,
  45263.                     'jpeg_quality' => NULL,
  45264.                     'png_compression_level' => NULL,
  45265.                     'png_compression_filter' => NULL,
  45266.                     'format' => NULL,
  45267.                     'animated' => false,
  45268.                     'cache' => NULL,
  45269.                     'data_loader' => NULL,
  45270.                     'default_image' => NULL,
  45271.                     'filters' => [
  45272.                         'thumbnail' => [
  45273.                             'size' => [
  45274.                                 => 78,
  45275.                                 => 78,
  45276.                             ],
  45277.                             'mode' => 'outbound',
  45278.                         ],
  45279.                     ],
  45280.                     'post_processors' => [
  45281.                     ],
  45282.                 ],
  45283.                 'explorer' => [
  45284.                     'quality' => 80,
  45285.                     'jpeg_quality' => NULL,
  45286.                     'png_compression_level' => NULL,
  45287.                     'png_compression_filter' => NULL,
  45288.                     'format' => NULL,
  45289.                     'animated' => false,
  45290.                     'cache' => NULL,
  45291.                     'data_loader' => NULL,
  45292.                     'default_image' => NULL,
  45293.                     'filters' => [
  45294.                         'thumbnail' => [
  45295.                             'size' => [
  45296.                                 => 142,
  45297.                                 => 85,
  45298.                             ],
  45299.                             'mode' => 'outbound',
  45300.                         ],
  45301.                     ],
  45302.                     'post_processors' => [
  45303.                     ],
  45304.                 ],
  45305.                 'resultat' => [
  45306.                     'quality' => 80,
  45307.                     'jpeg_quality' => NULL,
  45308.                     'png_compression_level' => NULL,
  45309.                     'png_compression_filter' => NULL,
  45310.                     'format' => NULL,
  45311.                     'animated' => false,
  45312.                     'cache' => NULL,
  45313.                     'data_loader' => NULL,
  45314.                     'default_image' => NULL,
  45315.                     'filters' => [
  45316.                         'thumbnail' => [
  45317.                             'size' => [
  45318.                                 => 86,
  45319.                                 => 129,
  45320.                             ],
  45321.                             'mode' => 'outbound',
  45322.                         ],
  45323.                     ],
  45324.                     'post_processors' => [
  45325.                     ],
  45326.                 ],
  45327.                 'grid' => [
  45328.                     'quality' => 80,
  45329.                     'jpeg_quality' => NULL,
  45330.                     'png_compression_level' => NULL,
  45331.                     'png_compression_filter' => NULL,
  45332.                     'format' => NULL,
  45333.                     'animated' => false,
  45334.                     'cache' => NULL,
  45335.                     'data_loader' => NULL,
  45336.                     'default_image' => NULL,
  45337.                     'filters' => [
  45338.                         'thumbnail' => [
  45339.                             'size' => [
  45340.                                 => 166,
  45341.                                 => 129,
  45342.                             ],
  45343.                             'mode' => 'outbound',
  45344.                         ],
  45345.                     ],
  45346.                     'post_processors' => [
  45347.                     ],
  45348.                 ],
  45349.                 'detail' => [
  45350.                     'quality' => 80,
  45351.                     'jpeg_quality' => NULL,
  45352.                     'png_compression_level' => NULL,
  45353.                     'png_compression_filter' => NULL,
  45354.                     'format' => NULL,
  45355.                     'animated' => false,
  45356.                     'cache' => NULL,
  45357.                     'data_loader' => NULL,
  45358.                     'default_image' => NULL,
  45359.                     'filters' => [
  45360.                         'thumbnail' => [
  45361.                             'size' => [
  45362.                                 => 856,
  45363.                                 => 812,
  45364.                             ],
  45365.                             'mode' => 'outbound',
  45366.                         ],
  45367.                     ],
  45368.                     'post_processors' => [
  45369.                     ],
  45370.                 ],
  45371.             ],
  45372.             'liip_imagine.binary.loader.default' => 'default',
  45373.             'liip_imagine.controller.filter_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterAction',
  45374.             'liip_imagine.controller.filter_runtime_action' => 'Liip\\ImagineBundle\\Controller\\ImagineController::filterRuntimeAction',
  45375.             'liip_imagine.webp.generate' => false,
  45376.             'liip_imagine.webp.options' => [
  45377.                 'quality' => 100,
  45378.                 'cache' => NULL,
  45379.                 'data_loader' => NULL,
  45380.                 'post_processors' => [
  45381.                 ],
  45382.             ],
  45383.             'nzo_encryptor.secret_key' => 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8',
  45384.             'nzo_encryptor.secret_iv' => 'eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8',
  45385.             'nzo_encryptor.cipher_algorithm' => 'aes-256-ctr',
  45386.             'nzo_encryptor.base64_encode' => true,
  45387.             'nzo_encryptor.format_base64_output' => true,
  45388.             'nzo_encryptor.random_pseudo_bytes' => true,
  45389.             'nelmio_cors.cors_listener.class' => 'Nelmio\\CorsBundle\\EventListener\\CorsListener',
  45390.             'nelmio_cors.options_resolver.class' => 'Nelmio\\CorsBundle\\Options\\Resolver',
  45391.             'nelmio_cors.options_provider.config.class' => 'Nelmio\\CorsBundle\\Options\\ConfigProvider',
  45392.             'stof_doctrine_extensions.default_locale' => 'en_US',
  45393.             'stof_doctrine_extensions.translation_fallback' => false,
  45394.             'stof_doctrine_extensions.persist_default_translation' => false,
  45395.             'stof_doctrine_extensions.skip_translation_on_load' => false,
  45396.             'stof_doctrine_extensions.listener.translatable.class' => 'Gedmo\\Translatable\\TranslatableListener',
  45397.             'stof_doctrine_extensions.listener.timestampable.class' => 'Gedmo\\Timestampable\\TimestampableListener',
  45398.             'stof_doctrine_extensions.listener.blameable.class' => 'Gedmo\\Blameable\\BlameableListener',
  45399.             'stof_doctrine_extensions.listener.sluggable.class' => 'Gedmo\\Sluggable\\SluggableListener',
  45400.             'stof_doctrine_extensions.listener.tree.class' => 'Gedmo\\Tree\\TreeListener',
  45401.             'stof_doctrine_extensions.listener.loggable.class' => 'Gedmo\\Loggable\\LoggableListener',
  45402.             'stof_doctrine_extensions.listener.sortable.class' => 'Gedmo\\Sortable\\SortableListener',
  45403.             'stof_doctrine_extensions.listener.softdeleteable.class' => 'Gedmo\\SoftDeleteable\\SoftDeleteableListener',
  45404.             'stof_doctrine_extensions.listener.uploadable.class' => 'Gedmo\\Uploadable\\UploadableListener',
  45405.             'stof_doctrine_extensions.listener.reference_integrity.class' => 'Gedmo\\ReferenceIntegrity\\ReferenceIntegrityListener',
  45406.             'kreait.firebase.factory' => 'Kreait\\Firebase\\Factory',
  45407.             'kreait.firebase.bundle.project_factory' => 'Kreait\\Firebase\\Symfony\\Bundle\\DependencyInjection\\Factory\\ProjectFactory',
  45408.             'nelmio_alice.functions_blacklist' => [
  45409.                 => 'current',
  45410.                 => 'shuffle',
  45411.                 => 'date',
  45412.                 => 'time',
  45413.                 => 'file',
  45414.                 => 'md5',
  45415.                 => 'sha1',
  45416.             ],
  45417.             'nelmio_alice.locale' => 'en_US',
  45418.             'nelmio_alice.seed' => 1,
  45419.             'nelmio_alice.loading_limit' => 5,
  45420.             'nelmio_alice.max_unique_values_retry' => 150,
  45421.             'fidry_alice_data_fixtures.default_purge_mode' => 'delete',
  45422.             'api_platform.metadata_backward_compatibility_layer' => true,
  45423.             'api_platform.enable_entrypoint' => true,
  45424.             'api_platform.enable_docs' => true,
  45425.             'api_platform.title' => 'API WOOED',
  45426.             'api_platform.description' => 'Plateform Wooed',
  45427.             'api_platform.version' => '2.5',
  45428.             'api_platform.show_webby' => true,
  45429.             'api_platform.url_generation_strategy' => 1,
  45430.             'api_platform.exception_to_status' => [
  45431.                 'Symfony\\Component\\Serializer\\Exception\\ExceptionInterface' => 400,
  45432.                 'ApiPlatform\\Exception\\InvalidArgumentException' => 400,
  45433.                 'ApiPlatform\\Exception\\FilterValidationException' => 400,
  45434.                 'Doctrine\\ORM\\OptimisticLockException' => 409,
  45435.             ],
  45436.             'api_platform.formats' => [
  45437.                 'json' => [
  45438.                     => 'application/json',
  45439.                 ],
  45440.                 'jsonld' => [
  45441.                     => 'application/ld+json',
  45442.                 ],
  45443.                 'html' => [
  45444.                     => 'text/html',
  45445.                 ],
  45446.                 'form' => [
  45447.                     => 'multipart/form-data',
  45448.                 ],
  45449.             ],
  45450.             'api_platform.patch_formats' => [
  45451.                 'json' => [
  45452.                     => 'application/json',
  45453.                 ],
  45454.             ],
  45455.             'api_platform.error_formats' => [
  45456.                 'jsonproblem' => [
  45457.                     => 'application/problem+json',
  45458.                 ],
  45459.                 'jsonld' => [
  45460.                     => 'application/ld+json',
  45461.                 ],
  45462.             ],
  45463.             'api_platform.allow_plain_identifiers' => true,
  45464.             'api_platform.eager_loading.enabled' => true,
  45465.             'api_platform.eager_loading.max_joins' => 1000,
  45466.             'api_platform.eager_loading.fetch_partial' => false,
  45467.             'api_platform.eager_loading.force_eager' => false,
  45468.             'api_platform.collection.exists_parameter_name' => 'exists',
  45469.             'api_platform.collection.order' => 'ASC',
  45470.             'api_platform.collection.order_parameter_name' => 'order',
  45471.             'api_platform.collection.order_nulls_comparison' => NULL,
  45472.             'api_platform.collection.pagination.enabled' => true,
  45473.             'api_platform.collection.pagination.partial' => false,
  45474.             'api_platform.collection.pagination.client_enabled' => false,
  45475.             'api_platform.collection.pagination.client_items_per_page' => true,
  45476.             'api_platform.collection.pagination.client_partial' => false,
  45477.             'api_platform.collection.pagination.items_per_page' => 10,
  45478.             'api_platform.collection.pagination.maximum_items_per_page' => 50,
  45479.             'api_platform.collection.pagination.page_parameter_name' => 'page',
  45480.             'api_platform.collection.pagination.enabled_parameter_name' => 'pagination',
  45481.             'api_platform.collection.pagination.items_per_page_parameter_name' => 'itemsPerPage',
  45482.             'api_platform.collection.pagination.partial_parameter_name' => 'partial',
  45483.             'api_platform.collection.pagination' => [
  45484.                 'items_per_page' => 10,
  45485.                 'client_items_per_page' => true,
  45486.                 'page_parameter_name' => 'page',
  45487.                 'items_per_page_parameter_name' => 'itemsPerPage',
  45488.                 'enabled' => true,
  45489.                 'partial' => false,
  45490.                 'client_enabled' => false,
  45491.                 'client_partial' => false,
  45492.                 'maximum_items_per_page' => 50,
  45493.                 'enabled_parameter_name' => 'pagination',
  45494.                 'partial_parameter_name' => 'partial',
  45495.                 'items_per_pages' => 10,
  45496.             ],
  45497.             'api_platform.http_cache.etag' => true,
  45498.             'api_platform.http_cache.max_age' => NULL,
  45499.             'api_platform.http_cache.shared_max_age' => NULL,
  45500.             'api_platform.http_cache.vary' => [
  45501.                 => 'Accept',
  45502.             ],
  45503.             'api_platform.http_cache.public' => NULL,
  45504.             'api_platform.http_cache.invalidation.max_header_length' => 7500,
  45505.             'api_platform.http_cache.invalidation.xkey.glue' => ' ',
  45506.             'api_platform.asset_package' => NULL,
  45507.             'api_platform.defaults' => [
  45508.                 'attributes' => [
  45509.                     'pagination_items_per_pages' => 10,
  45510.                     'pagination_maximum_items_per_page' => 50,
  45511.                 ],
  45512.             ],
  45513.             'api_platform.resource_class_directories' => [
  45514.                 => (\dirname(__DIR__4).'/vendor/gesdinet/jwt-refresh-token-bundle/Entity'),
  45515.                 => (\dirname(__DIR__4).'/config/api_platform/resources'),
  45516.             ],
  45517.             'api_platform.oauth.enabled' => false,
  45518.             'api_platform.oauth.clientId' => '',
  45519.             'api_platform.oauth.clientSecret' => '',
  45520.             'api_platform.oauth.type' => 'oauth2',
  45521.             'api_platform.oauth.flow' => 'application',
  45522.             'api_platform.oauth.tokenUrl' => '',
  45523.             'api_platform.oauth.authorizationUrl' => '',
  45524.             'api_platform.oauth.refreshUrl' => '',
  45525.             'api_platform.oauth.scopes' => [
  45526.             ],
  45527.             'api_platform.oauth.pkce' => false,
  45528.             'api_platform.openapi.termsOfService' => NULL,
  45529.             'api_platform.openapi.contact.name' => NULL,
  45530.             'api_platform.openapi.contact.url' => NULL,
  45531.             'api_platform.openapi.contact.email' => NULL,
  45532.             'api_platform.openapi.license.name' => NULL,
  45533.             'api_platform.openapi.license.url' => NULL,
  45534.             'api_platform.swagger.versions' => [
  45535.                 => 3,
  45536.             ],
  45537.             'api_platform.enable_swagger_ui' => true,
  45538.             'api_platform.enable_re_doc' => false,
  45539.             'api_platform.swagger.api_keys' => [
  45540.                 'apiKey' => [
  45541.                     'name' => 'Authorization',
  45542.                     'type' => 'header',
  45543.                 ],
  45544.             ],
  45545.             'api_platform.swagger_ui.extra_configuration' => [
  45546.             ],
  45547.             'api_platform.graphql.enabled' => false,
  45548.             'api_platform.graphql.graphiql.enabled' => false,
  45549.             'api_platform.graphql.graphql_playground.enabled' => false,
  45550.             'api_platform.graphql.collection.pagination' => [
  45551.                 'enabled' => true,
  45552.             ],
  45553.             'api_platform.validator.serialize_payload_fields' => [
  45554.             ],
  45555.             'api_platform.validator.query_parameter_validation' => true,
  45556.             'api_platform.elasticsearch.enabled' => false,
  45557.             'lexik_jwt_authentication.clock_skew' => 0,
  45558.             'lexik_jwt_authentication.user_identity_field' => 'username',
  45559.             'lexik_jwt_authentication.allow_no_expiration' => false,
  45560.             'lexik_jwt_authentication.user_id_claim' => 'username',
  45561.             'lexik_jwt_authentication.encoder.signature_algorithm' => 'RS256',
  45562.             'lexik_jwt_authentication.encoder.crypto_engine' => 'openssl',
  45563.             'liip_test_fixtures.cache_db.sqlite' => NULL,
  45564.             'liip_test_fixtures.keep_database_and_schema' => false,
  45565.             'liip_test_fixtures.cache_metadata' => true,
  45566.             'gesdinet_jwt_refresh_token.ttl' => 2592000,
  45567.             'gesdinet_jwt_refresh_token.ttl_update' => false,
  45568.             'gesdinet_jwt_refresh_token.security.firewall' => 'client',
  45569.             'gesdinet_jwt_refresh_token.user_provider' => 'security.user.provider.concrete.app_user_provider',
  45570.             'gesdinet_jwt_refresh_token.user_identity_field' => 'email',
  45571.             'gesdinet_jwt_refresh_token.single_use' => false,
  45572.             'gesdinet_jwt_refresh_token.token_parameter_name' => 'refresh_token',
  45573.             'gesdinet_jwt_refresh_token.doctrine_mappings' => true,
  45574.             'gesdinet.jwtrefreshtoken.refresh_token.class' => 'Gesdinet\\JWTRefreshTokenBundle\\Entity\\RefreshToken',
  45575.             'gesdinet.jwtrefreshtoken.object_manager.id' => 'doctrine.orm.entity_manager',
  45576.             'gesdinet.jwtrefreshtoken.user_checker.id' => 'security.user_checker',
  45577.             'maker.compatible_check.doctrine.supports_attributes' => true,
  45578.             'data_collector.templates' => [
  45579.                 'data_collector.request' => [
  45580.                     => 'request',
  45581.                     => '@WebProfiler/Collector/request.html.twig',
  45582.                 ],
  45583.                 'api_platform.data_collector.request' => [
  45584.                     => 'api_platform.data_collector.request',
  45585.                     => '@ApiPlatform/DataCollector/request_legacy.html.twig',
  45586.                 ],
  45587.                 'data_collector.time' => [
  45588.                     => 'time',
  45589.                     => '@WebProfiler/Collector/time.html.twig',
  45590.                 ],
  45591.                 'data_collector.memory' => [
  45592.                     => 'memory',
  45593.                     => '@WebProfiler/Collector/memory.html.twig',
  45594.                 ],
  45595.                 'data_collector.validator' => [
  45596.                     => 'validator',
  45597.                     => '@WebProfiler/Collector/validator.html.twig',
  45598.                 ],
  45599.                 'data_collector.ajax' => [
  45600.                     => 'ajax',
  45601.                     => '@WebProfiler/Collector/ajax.html.twig',
  45602.                 ],
  45603.                 'data_collector.form' => [
  45604.                     => 'form',
  45605.                     => '@WebProfiler/Collector/form.html.twig',
  45606.                 ],
  45607.                 'data_collector.exception' => [
  45608.                     => 'exception',
  45609.                     => '@WebProfiler/Collector/exception.html.twig',
  45610.                 ],
  45611.                 'data_collector.logger' => [
  45612.                     => 'logger',
  45613.                     => '@WebProfiler/Collector/logger.html.twig',
  45614.                 ],
  45615.                 'data_collector.events' => [
  45616.                     => 'events',
  45617.                     => '@WebProfiler/Collector/events.html.twig',
  45618.                 ],
  45619.                 'data_collector.router' => [
  45620.                     => 'router',
  45621.                     => '@WebProfiler/Collector/router.html.twig',
  45622.                 ],
  45623.                 'data_collector.cache' => [
  45624.                     => 'cache',
  45625.                     => '@WebProfiler/Collector/cache.html.twig',
  45626.                 ],
  45627.                 'data_collector.translation' => [
  45628.                     => 'translation',
  45629.                     => '@WebProfiler/Collector/translation.html.twig',
  45630.                 ],
  45631.                 'data_collector.security' => [
  45632.                     => 'security',
  45633.                     => '@Security/Collector/security.html.twig',
  45634.                 ],
  45635.                 'data_collector.twig' => [
  45636.                     => 'twig',
  45637.                     => '@WebProfiler/Collector/twig.html.twig',
  45638.                 ],
  45639.                 'data_collector.http_client' => [
  45640.                     => 'http_client',
  45641.                     => '@WebProfiler/Collector/http_client.html.twig',
  45642.                 ],
  45643.                 'data_collector.doctrine' => [
  45644.                     => 'db',
  45645.                     => '@Doctrine/Collector/db.html.twig',
  45646.                 ],
  45647.                 'swiftmailer.data_collector' => [
  45648.                     => 'swiftmailer',
  45649.                     => '@Swiftmailer/Collector/swiftmailer.html.twig',
  45650.                 ],
  45651.                 'data_collector.dump' => [
  45652.                     => 'dump',
  45653.                     => '@Debug/Profiler/dump.html.twig',
  45654.                 ],
  45655.                 'data_collector.messenger' => [
  45656.                     => 'messenger',
  45657.                     => '@WebProfiler/Collector/messenger.html.twig',
  45658.                 ],
  45659.                 'mailer.data_collector' => [
  45660.                     => 'mailer',
  45661.                     => '@WebProfiler/Collector/mailer.html.twig',
  45662.                 ],
  45663.                 'Vich\\UploaderBundle\\DataCollector\\MappingCollector' => [
  45664.                     => 'vich_uploader.mapping_collector',
  45665.                     => '@VichUploader/Collector/mapping_collector.html.twig',
  45666.                 ],
  45667.                 'data_collector.config' => [
  45668.                     => 'config',
  45669.                     => '@WebProfiler/Collector/config.html.twig',
  45670.                 ],
  45671.             ],
  45672.             'console.command.ids' => [
  45673.                 => 'console.command.public_alias.App\\Command\\Admin\\ImportPpasInfoCommand',
  45674.                 => 'console.command.public_alias.App\\Command\\AlertNewProjectImmoCommand',
  45675.                 => 'console.command.public_alias.App\\Command\\ExcelFileCommand',
  45676.             ],
  45677.         ];
  45678.     }
  45679.     protected function throw($message)
  45680.     {
  45681.         throw new RuntimeException($message);
  45682.     }
  45683. }